﻿/* フォント */
@font-face {
font-family: "harenosora_yoko";
  src: url("./Dup/img/harenosora_yoko.otf") format("otf"),url("./Dup/img/harenosora_yoko.woff") format("woff"),url("./Dup/img/harenosora_yoko.woff2") format("woff2");
}
.font_en{ font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;}
.font1{font-family: "harenosora_yoko","serif";}

/* ヘッダーページタイトル横線 */
#main_menu ul li a::before{background-color: #ff825f;}

/* 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;
}

/* お問い合わせボタン hover */
.button:hover::after{box-shadow: inset 0 0 0 15em #ff825f;}

/* ボタン */
.more a,.foot_tel_bt a{position: relative;z-index: 0;}

/* キャッチコピー */
.txt1{width: 80%;}

/* フッターテキスト 文字色 */
.footer_cms.txt_color3{color: #333;}

/*--------------------------------
疑似要素にオブジェクト
--------------------------------*/
footer,#main_img,#contents1,#contents2,#contents3,
#contents1 .txt2,
.img5 a,.img6 a,.img7 a,
#page_title{position: relative;}
/*リピートなし*/
header:before,footer:before,#main_img:before,#contents1:before,#contents1:after,
#contents2:before,#contents3:before,
#contents1 .txt2:before,
.img5 a:before,.img6 a:before,.img7 a:before,
#page_title:before,#page_title .title_img::after{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}

header:before{
background-image: url(./Dup/img/head.png);
background-size: 100%;
width: 24vw;
height: 23vw;
bottom: -200px;
left: -20px;
transform: rotate(15deg);
}
#main_img:before,#page_title .title_img::after{
background-image: url(./Dup/img/frame.png);
background-size: 100%;
width: 100vw;
height: 5vw;
bottom: -2px;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
z-index: 1;
}

/*
#contents1:before{
background-image: url(./Dup/img/obj1.png);
background-size: 100%;
width: 20vw;
height: 10vw;
top: -45px;
right: -60px;
z-index: 1;
}
#contents1:after{
background-image: url(./Dup/img/obj2.png);
background-size: 100%;
width: 15vw;
height: 10vw;
bottom: -40px;
left: -80px;
z-index: 1;
}
#contents2:before{
background-image: url(./Dup/img/obj3.png);
background-size: 100%;
width: 20vw;
height: 10vw;
top: -25px;
right: -60px;
z-index: 2;
}
#contents3:before{
background-image: url(./Dup/img/obj4.png);
background-size: 100%;
width: 15vw;
height: 10vw;
top: 225px;
left: -90px;
z-index: 2;
}
*/
#contents1:before{
background-image: url(./Dup/img/obj1.png);
width: 400px;
height: 200px;
top: -45px;
right: -60px;
z-index: 1;
}
#contents1:after{
background-image: url(./Dup/img/obj2.png);
width: 300px;
height: 200px;
bottom: -40px;
left: -80px;
z-index: 1;
}
#contents2:before{
background-image: url(./Dup/img/obj3.png);
width: 400px;
height: 250px;
top: -25px;
right: -60px;
z-index: 2;
}
#contents3:before{
background-image: url(./Dup/img/obj4.png);
width: 300px;
height: 200px;
top: 225px;
left: -90px;
z-index: 2;
}

#contents1 .txt2:before{
background-image: url(./Dup/img/obj5.png);
width: 150px;
height: 188px;
top: -210px;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
z-index: 1;
}
.img5 a,.img6 a,.img7 a{display: block;height: 100%;}
.img5 a:before,.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;
}
.img5 a:before{background-image: url(./Dup/img/frame1.png);}
.img6 a:before{background-image: url(./Dup/img/frame2.png);}
.img7 a:before{background-image: url(./Dup/img/frame3.png);}

#page_title:before{
background-image: url(./Dup/img/obj1.png);
width: 400px;
height: 200px;
bottom: -25px;
right: -60px;
z-index: 2;
}
footer:before{
background-image: url(./Dup/img/obj2.png);
width: 300px;
height: 200px;
top: -165px;
left: -80px;
z-index: 1;
}
/*--------------------------------
全体
--------------------------------*/
header{background-image: url(./Dup/img/bg2.jpg);}
#main_menu ul li a,.button.txt_color3{color: #554641;}
.main_box{background-image: url(./Dup/img/bg.jpg);overflow: hidden;}
.button,.cate_list li a{border-radius: 30px;}
footer{background-color: #faf5f1;}

.youtube{
position: relative;
max-width: 1280px;
width: 100%;
text-align: center;
margin: 0 auto 4%;
}
.youtube:before {
content: "";
display: block;
width: 100%;
padding-top: 56.25%;
}
.youtube iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*--------------------------------
TOP
--------------------------------*/
#video{ height: 100vh; }
#video video{
width: auto!important;
height: 100%;
top: 50%;
left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#contents1{padding-top: 70px;}
/*--------------------------------
下層
--------------------------------*/
/* カテゴリーリンクボタン hover */
.button2.txt_color3{color: #554641;}
.button2:hover{box-shadow: none;}

/* 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;}

.dl_btn{
display: inline-block;
position: absolute;
top: 10px;
right: 10px;
}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
.tel_bt a,.foot_tel_bt a{padding-bottom: 10px;}
.more a{padding-bottom: 5px;}
.contact_tel a{padding-bottom: 24px;}
#tel_txt h3{padding-bottom: 0;}
#tel_txt p{padding-bottom: 15px;}

.button, .cate_list li a{padding: 13px 10px 7px!important;}
.url1 a,.url2 a{padding-bottom: 5px;}
#cms_5-b .cate_box .arrow, .cms_5-b .cate_box .arrow{margin-top: -15px;}
.dl_btn{padding-bottom: 5px;}
}

@media  screen and (max-width: 1600px){

#contents1:before{
width: 350px;
height: 175px;
top: -70px;
right: -60px;
}
#contents1:after{
width: 250px;
height: 167px;
bottom: -35px;
left: -80px;
}
#contents2:before{
width: 350px;
height: 219px;
top: -60px;
right: -60px;
}
#contents3:before{
width: 250px;
height: 167px;
top: 160px;
left: -90px;
}
#page_title:before{
width: 350px;
height: 175px;
bottom: -10px;
right: -60px;
}
footer:before{
width: 250px;
height: 167px;
top: -135px;
left: -80px;
}

}
@media  screen and (max-width: 1280px){

header:before{
bottom: -110px;
}
#contents1:before{
width: 300px;
height: 150px;
top: -55px;
right: -60px;
}
#contents1:after{
width: 200px;
height: 133px;
bottom: -25px;
left: -65px;
}
#contents2:before{
width: 300px;
height: 187.5px;
top: -55px;
right: -60px;
}
#contents3:before{
width: 200px;
height: 133px;
top: 130px;
left: -55px;
}
#page_title:before{
width: 300px;
height: 150px;
bottom: 5px;
right: -60px;
}
footer:before{
width: 200px;
height: 133px;
top: -110px;
left: -70px;
}

}

/*タブレット用（768px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 768px){
.hamburger{top: 18px;}
.main_box{padding-top: 80px;}
footer .link_box li{max-width: 40px;}

#video{ height: 40vh; }
#video video{
width: 100%!important;
height: auto;
}

header:before{display: none;}

#contents1{
padding-top: 70px;
padding-bottom: 70px;
}
#contents1:before{
width: 200px;
height: 100px;
top: -25px;
right: -40px;
}
#contents1:after{
width: 150px;
height: 100px;
bottom: -20px;
left: -50px;
}
#contents2:before{
width: 200px;
height: 125px;
top: -35px;
right: -40px;
}
#contents3:before{
width: 150px;
height: 100px;
top: -25px;
left: -40px;
}

#contents1 .txt2:before{
width: 130px;
height: 160px;
top: -180px;
}

#page_title:before{
width: 200px;
height: 100px;
bottom: 30px;
right: -40px;
}
footer:before{
width: 150px;
height: 100px;
top: -75px;
left: -55px;
}

}

/*スマホ用（667px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 667px){
.hamburger{top: 13px;}
.main_box{padding-top: 65px;}
#video{ height: 31vh; }

#contents1{
padding-top: 50px;
padding-bottom: 50px;
}
#contents1:before{
width: 150px;
height: 75px;
top: 5px;
right: -40px;
}
#contents1:after{
width: 100px;
height: 67px;
bottom: -13px;
left: -30px;
}
#contents2:before{
width: 150px;
height: 94px;
top: -25px;
right: -35px;
}
#contents3:before{
width: 100px;
height: 67px;
top: -45px;
left: -15px;
}

#contents1 .txt2:before{
width: 100px;
height: 125px;
top: -135px;
}

#page_title .page_box{padding-left: 40px;}
#page_title .page_box::before{width: 30px;}
#page_title:before{
width: 150px;
height: 75px;
bottom: 25px;
right: -40px;
}

}

/*--------------------------自動リンク--------------------------*/
/* color */
.linkStyle{color: #ff825f; text-decoration: underline;}
.txt_color_nomal .linkStyle{color: #ff825f;}
.txt_white .linkStyle{color: white;}
.txt_red .linkStyle{color: red;}
.bg_color1 .linkStyle{color: #fff;}
.bg_color2 .linkStyle{color: #ff825f;}
.bg_color3 .linkStyle{color: #fff;}
.bg_color4 .linkStyle{color: #998675;}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
.linkStyle{display: inline-block;}
}

/*--------------------------カラー--------------------------*/
body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: #333333;}
.txt_white,.hvr_txt_white:hover{color: white;}
.txt_red,.hvr_txt_red:hover{color: red;}
.txt_color1,.hvr_txt_color1:hover{color: #ff825f} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: #ffe1c6} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: #9b8773} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: #ebe1c8} /* アクセントカラー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: #ff825f} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: #ffe1c6} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: #9b8773} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: #ebe1c8} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important}


/* border-color ※!important */
.border_color1,.hvr_border_color1:hover{border-color: #ff825f}
.border_color2,.hvr_border_color2:hover{border-color: #ffe1c6}
.border_color3,.hvr_border_color3:hover{border-color: #9b8773}
.border_color4,.hvr_border_color4:hover{border-color: #ebe1c8}



html{font-size: 16px;}
body{-webkit-text-size-adjust: 120%;font-size: 16px;}

.font_12{font-size: 14px;}
.font_14{font-size: 16px;}
.font_16{font-size: 18px;}
.font_18{font-size: 20px;}
.font_20{font-size: 22px;}
.font_22{font-size: 24px;}
.font_24{font-size: 26px;}
.font_26{font-size: 28px;}
.font_28{font-size: 30px;}
.font_30{font-size: 32px;}
.font_100per{
font-size: -webkit-calc(1rem + 2px);
font-size: calc(1rem + 2px);
}
.font_2up{
font-size: -webkit-calc(1rem + 4px);
font-size: calc(1rem + 4px);
}
.font_4up{
font-size: -webkit-calc(1rem + 6px);
font-size: calc(1rem + 6px);
}
.font_6up{
font-size: -webkit-calc(1rem + 8px);
font-size: calc(1rem + 8px);
}
.font_8up{
font-size: -webkit-calc(1rem + 10px);
font-size: calc(1rem + 10px);
}
.font_10up{
font-size: -webkit-calc(1rem + 12px);
font-size: calc(1rem + 12px);
}
.font_2dw{
font-size: -webkit-calc(1rem);
font-size: calc(1rem);
}

@media  screen and (max-width: 768px){
.font_12_tb{font-size: 14px;}
.font_14_tb{font-size: 16px;}
.font_16_tb{font-size: 18px;}
.font_18_tb{font-size: 20px;}
.font_20_tb{font-size: 22px;}
.font_22_tb{font-size: 24px;}
.font_24_tb{font-size: 26px;}
.font_26_tb{font-size: 28px;}
.font_28_tb{font-size: 30px;}
.font_30_tb{font-size: 32px;}
.font_100per_tb{
font-size: -webkit-calc(1rem + 2px);
font-size: calc(1rem + 2px);
}
.font_2up_tb{
font-size: -webkit-calc(1rem + 4px);
font-size: calc(1rem + 4px);
}
.font_4up_tb{
font-size: -webkit-calc(1rem + 6px);
font-size: calc(1rem + 6px);
}
.font_6up_tb{
font-size: -webkit-calc(1rem + 8px);
font-size: calc(1rem + 8px);
}
.font_8up_tb{
font-size: -webkit-calc(1rem + 10px);
font-size: calc(1rem + 10px);
}
.font_10up_tb{
font-size: -webkit-calc(1rem + 12px);
font-size: calc(1rem + 12px);
}
.font_2dw_tb{
font-size: -webkit-calc(1rem);
font-size: calc(1rem);
}
}

@media  screen and (max-width: 667px){
.font_12_sp{font-size: 14px;}
.font_14_sp{font-size: 16px;}
.font_16_sp{font-size: 18px;}
.font_18_sp{font-size: 20px;}
.font_20_sp{font-size: 22px;}
.font_22_sp{font-size: 24px;}
.font_24_sp{font-size: 26px;}
.font_26_sp{font-size: 28px;}
.font_28_sp{font-size: 30px;}
.font_30_sp{font-size: 32px;}
.font_100per_sp{
font-size: -webkit-calc(1rem + 2px);
font-size: calc(1rem + 2px);
}
.font_2up_sp{
font-size: -webkit-calc(1rem + 4px);
font-size: calc(1rem + 4px);
}
.font_4up_sp{
font-size: -webkit-calc(1rem + 6px);
font-size: calc(1rem + 6px);
}
.font_6up_sp{
font-size: -webkit-calc(1rem + 8px);
font-size: calc(1rem + 8px);
}
.font_8up_sp{
font-size: -webkit-calc(1rem + 10px);
font-size: calc(1rem + 10px);
}
.font_10up_sp{
font-size: -webkit-calc(1rem + 12px);
font-size: calc(1rem + 12px);
}
.font_2dw_sp{
font-size: -webkit-calc(1rem);
font-size: calc(1rem);
}
#page_title h2 {
    font-size: 18px!important;
}
#page_title:before{bottom: auto;top: 88px;}
}