﻿/* フォント */
@font-face {
font-family: "genjyu_m";
  src: url("./Dup/img/genjyu_m.ttf") format("ttf"),url("./Dup/img/genjyu_m.eot") format("eot"),url("./Dup/img/genjyu_m.woff") format("woff"),url("./Dup/img/genjyu_m.woff2") format("woff2");
}
.font_en{ font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;}
.font1,#page_title h2{font-family: "genjyu_m","sans-serif";}
/* ヘッダーページタイトル横線 */
#main_menu ul li a::before{background-color: #dcb982;}

/* SNSリンク */
.link_box li{margin-right: 3%;}
.link_box li:last-of-type{margin-right: 0;}
.link_box ul.flex_space-between{
justify-content: center;
align-items: center;
}
/* タイトル横線 */
.cms_title::before,#page_title .page_box::before{background-color: #dcb982;}
/* お問い合わせボタン hover */
.button:hover::after{box-shadow: inset 0 0 0 15em #dc9ba5;}
header .button:hover::after,.foot_tel_bt .button:hover::after,#cms_2-c .button:hover::after{box-shadow: inset 0 0 0 15em #a4bcc4;}
/* ボタン */
.more a,.foot_tel_bt a{position: relative;z-index: 0;}
/* キャッチコピー */
.txt1{width: 80%;}
/* フッターテキスト 文字色 */
.footer_cms.txt_color3{color: #333;}
/*--------------------------------
疑似要素にオブジェクト
--------------------------------*/
header .head_box,footer,#contents1 .txt2,.img6 a,.img7 a,#contents2 .con_img,#contents3 .con_img{position: relative;}
/*リピートなし*/
header:before,header .head_box:before,header .head_box:after,footer:before,
#contents1 .txt2:before,.img6 a:before,.img7 a:before,#contents2 .con_img:before,#contents3 .con_img:before{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}

header:before{
background-image: url(./Dup/img/head.png);
background-size: 100%;
background-repeat: repeat-y;
width: 100px;
height: 1000px;
top: 0;
right: -35px;
z-index: -1;
}
header .head_box:before,header .head_box:after{
background-size: 100%;
width: 10vw;
height: 10vw;
}
header .head_box:before{
background-image: url(./Dup/img/obj1.png);
top: -30px;
left: -60px;
}
header .head_box:after{
background-image: url(./Dup/img/obj2.png);
bottom: 40px;
right: -55px;
}

footer:before{
background-image: url(./Dup/img/obj7.png);
width: 150px;
height: 150px;
top: -40px;
right: -25px;
}

#contents1 .txt2:before{
background-image: url(./Dup/img/obj3.png);
width: 120px;
height: 60px;
top: -65px;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}

.img6 a,.img7 a{display: block;height: 100%;}
.img6 a:before,.img7 a:before{
background-size: 100% 100%;
width: 102%;
height: 102%;
top:50%;
left: 50%;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
z-index: 1;
}
.img6 a:before{background-image: url(./Dup/img/frame1.png);}
.img7 a:before{background-image: url(./Dup/img/frame2.png);}

#contents2 .con_img:before{
background-image: url(./Dup/img/obj4.png);
width: 150px;
height: 300px;
top: -35px;
right: -20px;
transform: rotate(-7deg);
z-index: 1;
}
#contents3 .con_box:first-of-type .con_img:before{
background-image: url(./Dup/img/obj5.png);
width: 150px;
height: 150px;
top: -10px;
left: 0px;
z-index: 2;
}
#contents3 .con_box:last-of-type .con_img:before{
background-image: url(./Dup/img/obj6.png);
width: 120px;
height: 160px;
bottom: -5px;
right: -20px;
z-index: 2;
}
/*--------------------------------
全体
--------------------------------*/
body{overflow: hidden;}

header .head_box{overflow: visible;}
.logo img{width: 100%!important;}
#main_menu ul li a{color: #555;}
header .button,.foot_tel_bt .button,#cms_2-c .button{z-index: 1;border-radius: 30px;}
.fat-nav li a.bg_color1{border-radius: 30px;}

footer{background-color: #f8f6f5;}
#map{height: 100%;}
#map .ggmap {
padding-bottom: 0;
height: 100%;
}

footer .logo img.width_200-max{max-width: 250px;}

.banner{
position: fixed;
bottom: 10px;
right: 10px;
width: 200px;
z-index: 5;
}

/* fakeloader */

#fakeloader{
z-index: 9999;
background-size: 10%;
}
#fakeloader:before{
content: "";
display: block;
width: 100%;
height: 100%;
background-color: rgba(255,255,255,0.5);
position: absolute;
top: 0;
left: 0;
}
#fakeloader .fl{
position: absolute!important;
top: 50%!important;
left: 50%!important;
transform: translate(-50%,-50%)!important;
width: 80%!important;
max-width: 300px;
}
#fakeloader .fl{
animation-name: loader;
animation-duration: 5s;
animation-timing-function: ease;
}
@keyframes loader{
0% {opacity: 0;}
50% {opacity: 1;}
100% {opacity: 0;}
}
/*--------------------------------
TOP
--------------------------------*/
.img5{border-radius: 40% 60% 47% 53% / 50% 43% 57% 50%;}
.txt5,.txt6,.txt7,.txt8{padding-left: 8%;}

#contents2{background-color: #f8f6f5;}

.cms_2-c .cate_box{background-color: #f8f6f5;}
/*--------------------------------
下層
--------------------------------*/
#page_title h2,#page_title p{text-shadow: none;}
/* カテゴリーリンクボタン hover */
.button2:hover{box-shadow: none;}
.more a,.cate_list a{
background-image: url(./Dup/img/button.png);
background-size: 100% 100%;
color: white;
display: block;
padding: 15px;
}
.more a:hover,.cate_list a:hover{background-image: url(./Dup/img/button2.png);}

#cms_2-c .bg_color4,#cms_3-c .bg_color4{background-color: #f8f6f5;}

#cms_5-b figure{width: calc(50% - 20px);box-sizing: border-box;}
/* 5-b Q削除 */
#cms_5-b .cate_box .open_bt .box_title1::before, .cms_5-b .cate_box .open_bt .box_title1::before{display: none;}
#cms_5-b .cate_box .open_bt .box_title1, .cms_5-b .cate_box .open_bt .box_title1{margin-left: 70px;}

#page8 #contact_tel a{
background-image: url(./Dup/img/banner3.png);
background-size: 100% 100%;
padding: 10px;
height: 110px;
}
#page8 #contact_tel a:hover{background-image: url(./Dup/img/banner3-2.png);}
.contact_banner{max-width: 650px;margin: 0 auto;}

#page10 li a{border-radius: 30px;}




@media  screen and (max-width: 1300px){

header .head_box:before{left: -35px;}

}
@media  screen and (max-width: 1000px){

header .head_box:before{top: -20px;left: -30px;}

}

@media  screen and (min-width: 769px) and (max-width: 900px){
.contact_banner p{width: 100%;}
}

/*タブレット用（768px以下）*/
@media  screen and (max-width: 768px){
header .pc_box.pd_t-50px{padding-top: 5px;}
.hamburger{top: 25px;right: 25px;}
footer .link_box li{max-width: 40px;}


header:before{
background-image: url(./Dup/img/head2.png);
background-size: 100%;
background-repeat: repeat-x;
width: 800px;
height: 50px;
top: auto;
right: auto;
bottom: -25px;
left: 0;
}

header .head_box:before, header .head_box:after{
width: 13vw;
height: 13vw;
}
header .head_box:before{
top: -25px;
left: -30px;
}
header .head_box:after{
width: 10vw;
height: 10vw;
bottom: -60px;
right: -20px;
}

footer:before{
width: 100px;
height: 100px;
top: -25px;
}
#contents2 .con_img:before{
width: 100px;
height: 200px;
top: -35px;
right: -15px;
}
#contents3 .con_box:first-of-type .con_img:before{
width: 100px;
height: 100px;
}
#contents3 .con_box:last-of-type .con_img:before{
width: 90px;
height: 120px;
}
.txt5,.txt6,.txt7,.txt8{padding-left: 5%;}

}

/*スマホ用（667px以下）*/
@media  screen and (max-width: 667px){
#fakeloader .fl{max-width: 250px;}
header .pc_box.pd_r-20px{padding-right: 30px;}
.hamburger{top: 15px;right: 10px;}
#map{height: 250px;}
.banner{
bottom: 0px;
right: 0px;
width: 110px;
}

header:before{
width: 400px;
height: 25px;
bottom: -15px;
}
header .head_box:before{
width: 20vw;
height: 20vw;
top: -25px;
left: -20px;
}
header .head_box:after{
width: 15vw;
height: 15vw;
bottom: -45px;
right: -15px;
}

.txt5,.txt6,.txt7,.txt8{padding-left: 0;}

#cms_5-b figure{width: 100%;}
}

/*IE*/
@media all and (-ms-high-contrast: none) {

.pc_box .contact_bt a{padding: 15px 0;}
#tel_txt h3{padding-bottom: 0;}
#tel_txt p{padding-bottom: 15px;}
.cate_list li a{padding: 15px;padding-bottom: 10px;}

}




/*--------------------------------
自動リンク
--------------------------------*/
/* color */
.linkStyle{color: #a4bcc4; text-decoration: underline;}
.txt_color_nomal .linkStyle{color: #a4bcc4;}
.txt_white .linkStyle{color: white;}
.txt_red .linkStyle{color: red;}
.bg_color1 .linkStyle{color: #fff;}
.bg_color2 .linkStyle{color: #fff;}
.bg_color3 .linkStyle{color: #fff;}
.bg_color4 .linkStyle{color: #a4bcc4;}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
.linkStyle{display: inline-block;}
}

/*--------------------------------
カラー
--------------------------------*/
body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: #555;}
.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: #dc9ba5;} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: #dcb982;} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: #a4bcc4;} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: #f3ede1;} /* アクセントカラー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: #dc9ba5;} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: #dcb982;} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: #a4bcc4;} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: #f3ede1;} /* アクセントカラー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: #dc9ba5;}
.border_color2,.hvr_border_color2:hover{border-color: #dcb982;}
.border_color3,.hvr_border_color3:hover{border-color: #a4bcc4;}
.border_color4,.hvr_border_color4:hover{border-color: #f3ede1;}