﻿@font-face {
font-family: "utsukushi";
  src: url("./Dup/img/utsukushi.otf") format("otf"),url("./Dup/img/utsukushi.woff") format("woff"),url("./Dup/img/utsukushi.woff2") format("woff2");
}
@font-face {
font-family: "garamond";
  src: url("./Dup/img/garamond.ttf") format("ttf"),url("./Dup/img/garamond.eot") format("eot"),url("./Dup/img/garamond.woff") format("woff"),url("./Dup/img/garamond.woff2") format("woff2");
}
body{font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";}
.font1,#page_title h2{font-family: "utsukushi","serif";}
.font2{font-family: "garamond","serif";}
/*--------------------------------
疑似要素にオブジェクト
--------------------------------*/
#wrap,footer,#main_img,.frame_top > span,.frame_bottom > span,#intro,#top_contents1,#top_contents2,#top_cms .top_cms_title,
.line1,#main_nav{position: relative;}
/*リピートなし*/
#wrap:before,footer:before,#main_img:before,.frame_top > span:before,.frame_top > span:after,.frame_bottom > span:before,.frame_bottom > span:after,
#main_img figure a:before,#intro:before,#top_contents1:before,#top_contents2:before,#top_contents2:after,#top_cms .top_cms_title:before,
.line1:before,#main_nav:before{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}


#wrap:before{
background-image: url(./Dup/img/obj3.png);
width: 800px;
height: 1000px;
top: -500px;
left: -200px;
z-index: -1;
}
footer:before,#main_nav:before{
background-image: url(./Dup/img/border2.png);
background-repeat: repeat-x;
background-size: 500px;
width: 100%;
height: 15px;
top: -10px;
left: 0;
}
#main_nav:before{transform: scale(1, -1);}
.top footer:before{background-image: url(./Dup/img/border.png);}
.top #main_nav:before{display: none;}


#main_img:before{
background-image: url(./Dup/img/catch.png);
width: 400px;
height: 333px;
top: 50%;
left: 8%;
-ms-transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
transform: translate(0,-50%);
z-index: 2;
}



/* イントロ フレーム */

#intro .intro_txt{position: relative;}
#intro .frame_top > span:before,#intro .frame_top > span:after{
background-image: url(./Dup/img/frame1.png);
width: 100px;
height: 100px;
top: 15px;
z-index: 1;
}
#intro .frame_bottom > span:before,#intro .frame_bottom > span:after{
background-image: url(./Dup/img/frame1.png);
width: 100px;
height: 100px;
bottom: 15px;
z-index: 1;
}
#intro .frame_top > span:before{left: 15px;}
#intro .frame_top > span:after{right: 15px;transform: scale(-1, 1);}
#intro .frame_bottom > span:before{left: 15px;transform: scale(1, -1);}
#intro .frame_bottom > span:after{right: 15px;transform: scale(-1, -1);}


#main_img figure a:before{
background-image: url(./Dup/img/frame2.png);
background-size: 100% 101%;
width: 101%;
height: 101%;
top:50%;
left: 50%;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
z-index: 1;
}

#intro:before{
background-image: url(./Dup/img/obj4.png);
width: 1200px;
height: 1200px;
bottom: -300px;
right: -800px;
z-index: -1;
}
.line1:before{
background-image: url(./Dup/img/line1.png);
width: 70px;
height: 13px;
bottom: -13px;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
opacity: 0.5;
}


#top_contents1:before{
background-image: url(./Dup/img/obj1.png);
background-size: 100%;
width: 9vw;
height: 14vw;
bottom: -150px;
right: 45px;
transform: rotate(5deg);
}
#top_contents2:before{
background-image: url(./Dup/img/obj2.png);
background-size: 100%;
width: 12vw;
height: 15vw;
bottom: -240px;
left: 45px;
transform: rotate(-15deg);
}
#top_contents2:after{
background-image: url(./Dup/img/obj5.jpg);
background-size: 100%;
width: 100vw;
height: 25vw;
bottom: -20vw;
left: 0;
z-index: -1;
}

#top_cms .top_cms_title{padding-left: 40px;}
#top_cms .top_cms_title:before{
background-image: url(./Dup/img/obj6.png);
width: 25px;
height: 25px;
top: 22px;
left: 10px;
}

/* 下層　フレーム */

.main_wrap{position: relative; padding: 70px;}
.main_wrap .frame_top > span:before,.main_wrap .frame_top > span:after{
background-image: url(./Dup/img/frame1.png);
width: 70px;
height: 70px;
top: 15px;
z-index: 1;
}
.main_wrap .frame_bottom > span:before,.main_wrap .frame_bottom > span:after{
background-image: url(./Dup/img/frame1.png);
width: 70px;
height: 70px;
bottom: 15px;
z-index: 1;
}
.main_wrap .frame_top > span:before{left: 15px;}
.main_wrap .frame_top > span:after{right: 15px;transform: scale(-1, 1);}
.main_wrap .frame_bottom > span:before{left: 15px;transform: scale(1, -1);}
.main_wrap .frame_bottom > span:after{right: 15px;transform: scale(-1, -1);}
/*--------------------------------
全体
--------------------------------*/
body{
border: 7px solid #3f3631;
padding: 3px;
background-image: url(./Dup/img/bg.jpg);
background-size: 70%;
background-position: center center;
z-index: 1;
overflow: hidden;
}
#wrap{border: 3px solid #3f3631;}

#footer_links{font-size: 13px;}
footer{
background-image: url(./Dup/img/bg2.jpg);
background-size: 100% auto;
background-position: center center;
z-index: 1;
}

#map{
height: 500px;
overflow: hidden;
position: relative;
}
footer #footer #map iframe{
width: calc(100% - 60px);
height: 550px;
position: absolute;
top: -50px;
}
/*--------------------------------
TOP
--------------------------------*/
.frame_top{top: 0;}
.frame_bottom{bottom: 0;}
.frame_top > span,.frame_bottom > span{width: 100%;height: 100%;display: block;}

.frame_top,.frame_bottom{
width: 100%;
height: 100px;
position: absolute;
left: 0;
}
#intro .intro_txt h2{transform: translateY(0);}
#intro .intro_txt h2,#intro .intro_txt p{position: relative;}

#top_contents1 .contents1_txt h3{text-shadow: none;}
#top_contents2 .contents2_txt h3 span{background-color: transparent;}
#top_contents2 h3::after{display: none;}

.cms_2-c .cate_box{
background-image: url(./Dup/img/bg.jpg);
background-position: center center;
}
/*--------------------------------
下層
--------------------------------*/
#page_title{color: white;}
/* 下層　フレーム */
.main_wrap .frame_top,.main_wrap .frame_bottom{height: 70px;}


@media  screen and (max-width: 1280px){

.frame_top, .frame_bottom{height: 70px;}
#intro .frame_top > span:before,#intro .frame_top > span:after,
#intro .frame_bottom > span:before,#intro .frame_bottom > span:after{
width: 70px;
height: 70px;
}
#intro:before{
bottom: -500px;
right: -730px;
}

}
@media  screen and (max-width: 1000px){

#top_contents2:after{bottom: -25vw;}

}

/*タブレット用（768px以下）*/
@media  screen and (max-width: 768px){

#wrap:before{top: 0;}
#map{height: 400px;}
footer #footer #map iframe{height: 450px;}


#main_img:before{
width: 350px;
height: 300px;
left: 4%;
}

#intro:before{bottom: -1000px;}
#top_contents1:before{
width: 11vw;
height: 17vw;
bottom: -100px;
right: 15px;
}
#top_contents1 .contents1_txt{
width: 100%!important;
margin-left: 0;
}
#top_contents1 .contents1_txt h3{transform: translateX(0);}

#top_contents2:before{
width: 15vw;
height: 18vw;
bottom: -205px;
left: 15px;
}
#top_contents2:after {bottom: -230px;}

}

/*スマホ用（667px以下）*/
@media  screen and (max-width: 667px){

#wrap:before{
width: 600px;
height: 750px;
}
#map{height: 300px;}
footer #footer #map iframe{
width: calc(100% - 40px);
height: 350px;
}


#main_img:before{
width: 200px;
height: 165px;
}
#intro:before{
width: 600px;
height: 600px;
bottom: -580px;
right: -340px;
}
#top_contents1:before{
width: 18vw;
height: 27vw;
bottom: -80px;
}
#top_contents1 .contents1_txt{padding-left: 20px;}

#top_contents2:before{
width: 24vw;
height: 29vw;
bottom: -125px;
}
#top_contents2:after {bottom: -115px;}

.frame_top, .frame_bottom{height: 50px;}
.main_wrap .frame_top > span:before,.main_wrap .frame_top > span:after,
.main_wrap .frame_bottom > span:before,.main_wrap .frame_bottom > span:after{
width: 50px;
height: 50px;
}
.main_wrap{padding: 70px 30px;}
#page_title{min-height: 200px;padding: 30px 30px 50px;}
}

/*IE*/
@media all and (-ms-high-contrast: none) {

.box_banner a{padding-top: 7px;}

}




/*--------------------------------
自動リンク
--------------------------------*/
/* color */
.linkStyle{color: #780000; text-decoration: underline;}
.txt_color_nomal .linkStyle{color: #780000;}
.txt_white .linkStyle{color: white;}
.txt_red .linkStyle{color: red;}
.bg_color1 .linkStyle{color: #fff;}
.bg_color2 .linkStyle{color: #812D05;}
.bg_color3 .linkStyle{color: #fff;}
.bg_color4 .linkStyle{color: #780000;}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
.linkStyle{display: inline-block;}
}

/*--------------------------------
カラー
--------------------------------*/
body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: #333333;}
.txt_black,.hvr_txt_black:hover{color: black;}
.txt_white,.hvr_txt_white:hover{color: white;}
.txt_red,.hvr_txt_red:hover{color: red;}
.txt_color1,.hvr_txt_color1:hover{color: #822D05;} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: #EEEBDD;} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: #780000;} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: #FAF5EF;} /* アクセントカラー2 */

/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: white;} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: black;} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: #822D05;} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: #EEEBDD;} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: #780000;} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: #FAF5EF;} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}

/* border-color */
.border_white,.hvr_border_white:hover{border-color: white;}
.border_black,.hvr_border_black:hover{border-color: black;}
.border_color1,.hvr_border_color1:hover{border-color: #822D05;}
.border_color2,.hvr_border_color2:hover{border-color: #EEEBDD;}
.border_color3,.hvr_border_color3:hover{border-color: #780000;}
.border_color4,.hvr_border_color4:hover{border-color: #FAF5EF;}