﻿@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Tilt+Warp&display=swap');
body,#contents .liana,#page_title .patrima,.overlay .overlay-nav .top .en,#top_cms .liana,#page10 .hgs{font-family: 'Kosugi Maru',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;font-weight: 400;}

.liana,.patrima,.hgs{font-family: 'Tilt Warp', cursive;}

/*--------------------------------
疑似要素にオブジェクト
--------------------------------*/
#main_img{position: relative;}
/*リピートなし*/
#main_img:before,#main_img:after,#main_img .catch{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}

#main_img:before{
background-image: url(./Dup/img/main1.png);
background-size: 100%;
width: 14vw;
height: 31vw;
top: auto;
bottom: -4vw;
left: 0;
}
#main_img:after{
background-image: url(./Dup/img/main2.png);
background-size: 100%;
width: 14vw;
height: 31vw;
bottom: -4vw;
right: 0;
}
#main_img .catch{
background-image: url(./Dup/img/catch.png);
background-size: 100%;
width: 85vw;
height: 28vw;
top: 50%;
left: 49%;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
filter: drop-shadow(0 0 15px rgba(65,30,5,0.3));
}
/*--------------------------------
全体
--------------------------------*/
.blur{background: rgba(255,230,200,0.8);}
#pc_nav li a::after, #footer_nav li a::after{background: #f05f32;}
/*--------------------------------
TOP
--------------------------------*/
#main_img{overflow: hidden;}
#main_img:before{background-color: transparent;}
#contents .con_title{font-size: 46px;}
.modal_title1{display: none;}

.top_title h2 > span:before{background-color: #f0b969;}

.top_cms_box.bg_white{background-color: rgba(255,255,255,0.7);}

/* TOPお知らせ */
.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #f05f32;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
	/* padding: 20px; */
	/* border-radius: 20px; */
	/* background-color: #f5f5f5; */
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}
.topcms_news_type2 .box_img1 {
	border-radius: 10px;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
}
/*--------------------------------
下層
--------------------------------*/
#page_title_img .scroll,#page_title_img:before{display: none;}

#page_title{padding-left: 30px;}
#page_title .page_title_box,#page_title .en:before{left: 0;}
#page_title .page_title_box,#page_title .en{display: block;}

#page_title .en{
color: #333;
font-size: 50px;
top: 30px;
left: 30px;
padding-left: 25px;
}
#page_title .en:before{
background-color: #f05f32;
width: 3px;
height: 170px;
top: -100px;
}
#page_title .jp{
color: #f05f32;
top: 90px;
left: -2px;
}
#page_title.txt_white{color: #333;}

/*スマホ用（667px以下）*/
@media  screen and (max-width: 667px){

#page_title .en{
font-size: 24px;
top: 10px;
left: 10px;
padding-left: 20px;
}
#page_title .en:before{
height: 100px;
top: -65px;
}
#page_title .jp{top: 55px;left: -10px;}

}



#cms_3-c .cate_box:first-of-type .box_title3,
.cms_3-c .cate_box:first-of-type .box_title3{padding-top: 0;}

/* よくある質問 */
.qa_type5 .faq_no {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    top: -10px;
    left: 0;
	-webkit-background-clip: padding-box; 
	-moz-background-clip: padding; 
	background-clip: padding-box;
}
.qa_type5 .box_title1, .qa_type5 .box_txt1 {padding-left: 70px;line-height: 1.7;}

/*タブレット用（768px以下）*/
@media  screen and (max-width: 768px){

#main_img{height: 78vh!important;}
#main_img:before,#main_img:after{
width: 23vw;
height: 50vw;
bottom: -12vw;
}
#contents .con_title{font-size: 23px;}

}

/*スマホ用（667px以下）*/
@media  screen and (max-width: 667px){

#main_img .catch{
width: 95vw;
height: 31vw;
}
.qa_type5 .faq_no{
width: 40px;
height: 40px;
line-height: 40px;
top: -8px;
}
.qa_type5 .box_title1, .qa_type5 .box_txt1{padding-left: 55px;}
#page10 li{margin-bottom: 10px;}
#page10 li:last-of-type{margin-bottom: 0;}

}

/*IE*/
@media all and (-ms-high-contrast: none) {}




/*--------------------------------
自動リンク
--------------------------------*/
/* color */
.linkStyle{color: #f05f32; text-decoration: underline;}
.txt_color_nomal .linkStyle{color: #f05f32;}
.txt_red .linkStyle{color: red;}

/*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: #F05F32;} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: #FF9669;} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: #965028;} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: #FFE696;} /* アクセントカラー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: #F05F32;} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: #FF9669;} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: #965028;} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: #FFE696;} /* アクセントカラー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: #F05F32;}
.border_color2,.hvr_border_color2:hover{border-color: #FF9669;}
.border_color3,.hvr_border_color3:hover{border-color: #965028;}
.border_color4,.hvr_border_color4:hover{border-color: #FFE696;}

/*--------------------------------
2023/8/18
--------------------------------*/
.more .more_item {
    background:#965028;
}
@media screen and (max-width: 667px) {
#page10 li:last-of-type {
    margin-bottom: 10px;
}
}