﻿/* all page */
/*fonts*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
.hannari{
    font-family: 'Zen Kaku Gothic New', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #c06223;text-decoration: underline;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
.txt_color1, .hvr_txt_color1:hover{color: #c06223;} /* メインカラー */
.txt_color2, .hvr_txt_color2:hover{color: #e6e6e6} /* サブカラー */
.txt_color3, .hvr_txt_color3:hover{color: #a67c52} /* アクセントカラー1 */
.txt_color4, .hvr_txt_color4:hover{color: #c9baa9} /* アクセントカラー2 */

/* background-color */
.bg_color1, .hvr_bg_color1:hover{background-color: #c06223;} /* メインカラー */
.bg_color2, .hvr_bg_color2:hover{background-color: #cfaf8f;} /* サブカラー */
.bg_color3, .hvr_bg_color3:hover{background-color: #a67c52} /* アクセントカラー1 */
.bg_color4, .hvr_bg_color4:hover{background-color: #c9baa9} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1, .hvr_border_color1:hover{border-color: #c06223;}
.border_color2, .hvr_border_color2:hover{border-color: #cfaf8f;}
.border_color3, .hvr_border_color3:hover{border-color: #a67c52}
.border_color4, .hvr_border_color4:hover{border-color: #c9baa9}

.overlay {
    background: linear-gradient(135deg, rgba(192,98,35,0.9) , rgba(166,124,82,0.9) );
}
.nav_menu_more:first-of-type a .icon:before {
    content: "\f075";
    top: -3px;
    left: -30px;
}

/* top ----------------*/

/* header */
header.scr_header {backdrop-filter: blur(3px);}
header.scr_header #logo {max-width: 250px;}
#pc_nav li, #top_pc_nav li, #footer_nav li {max-width: 250px;}
#pc_nav li:last-of-type a:hover::after{display: none;}
#pc_nav li:last-of-type a{
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 5px;
    transition: all 0.3s;
}
#pc_nav li:last-of-type a:hover{
    transform: translateY(-5px);
}


/* main img */
#main_img {
    justify-content: space-between;
    height: 100vh;
    overflow: hidden;
}
#main_img:before {
    background-color: rgba(255,255,255,0.3);
    width: 100%;
    height: 100vh;
    z-index: 1;
    /*background-image: url('./Dup/img/main_bg.jpg');*/
    /*background-size: cover;*/
    /*background-position: top left;*/
    /*background-repeat: no-repeat;*/
}
#main_img:after {
    content: "";
    display: block;
    width: 50%;
    height: 100vh;
    /*background-color: rgba(70,70,70,0.5);*/
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background-image: url('./Dup/img/main_bg2.jpg');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    opacity: 0.7;
}
#top_pc_nav {display: none;}
.menu p.bg_white{background: none;}
/*#main_img{justify-content: space-around;}*/
/*#main_img #left, #main_img #right {*/
/*    width: 45% !important;*/
/*    height: 90vh !important;*/
/*    margin-top: 5vh;*/
/*    border-radius: 50px;*/
/*}*/
#main_img #left{
    height: 100vh!important;
}
#main_img #right {
    width: 45% !important;
    height: 90vh !important;
    margin-top: 1vh;
    margin-right: 2.5%;
    border-radius: 50px;
}
#main_img .main_txt{
    top: 5%;
    left: 5%;
    font-weight: bold;
    z-index: 2;
    color: #fff;
}
#main_img .main_txt2{
    bottom: 10%;
    right: 5%;
    font-weight: bold;
    z-index: 2;
}

/* main */
#intro .num, #contents1 .num, #contents2 .num, #contents3 .num{display: none;}
.back1:before, .back2:before{background-color: #ede9e0;}
.back1:before{border-radius: 0 0 50px 0;z-index: -1;}
.back2:before{border-radius: 50px 0 0 0;}
.con_img, .con3_img{
    border-radius: 20px;
}
/* intro */
/*アコーディオン*/
.grad-wrap {
  position: relative;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-trigger {
  z-index: 4;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    width: 150px;
    margin: auto;
    padding: 0;
	border: 1px solid #000;
    border-radius: 2px;
    background: #fff;
    color: #000;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
    transition: .5s ease;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
	font-family: "Libre Baskerville";
}
.grad-trigger::after {
  content: "MORE"; /*クリック前のボタンのラベル*/
	  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.grad-trigger .fa {
  margin-right: .5em;
}
.grad-item {
  position: relative;
  overflow: hidden;
}
.grad-item.is-hide {
  height: 150px; /*隠した後の高さ*/
	z-index: 3;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 150px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 25%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 90%, #fff 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 25%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 90%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 25%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 90%, #fff 100%);
	z-index: 3;
}
.grad-trigger.is-show {
  bottom: -3em;
}
.grad-trigger.is-show::after {
  content: "CLOSE" /*クリック後にボタンのラベルを変える*/
}
.grad-trigger.is-show + .grad-item::before {
  display: none;
}

/* contents */
#contents1 {margin-bottom: 100px;}
#contents3 {
    margin-top: 100px;
    margin-bottom: 100px;
}
#contents3 .con_box {padding: 4%;border-radius: 10px;}
#contents3 .line:before {
    left: 0;
    transform: none;
}
#contents3_wrap:before, #contents3_wrap:after {
    height: 140%;
    top: -20%;
}
/*#contents3_wrap:after {*/
/*    background-color: rgba(255,255,255,0.5);*/
/*}*/
#contents3 .con3_btn a{
    max-width: 150px;
    padding: 10px 20px;
}

/* topcms */
#top_cms{padding-top: 100px;}
.top_cms_box{position: relative;}

/* footer */
#logo2 a {
    max-width: 200px;
}


/* under page */
#page_title:before {
    background-color: rgba(68,68,68,0.5);
}

/* cms1 */

/* cms2 */
.g_type1 > div{justify-content: space-around;}
.g_type1 .modal_bt{cursor: pointer}
.g_type1 .modal_bg{top: 0;left: 0;background-color: rgba(0,0,0,0.5);z-index: 9998;}
.g_type1 .modal_box{max-height: 80%;overflow-y: auto;z-index: 9999;}
.g_type1 .close_bt{cursor: pointer}
.g_type1 .cate_box {position: relative;width: 22.99999%!important;margin: 0 1%;margin-bottom: 20px;overflow: hidden; }

@media all and (-ms-high-contrast:none){
.g_type1 .modal_box .box_txt2 a {padding: 8px 10px 2px;}
}

@media screen and (max-width: 768px){
.g_type1 .cate_box {width: 30.99999%!important;}
}
	
@media screen and (max-width: 667px){
.g_type1 .cate_box {width: 47.99999%!important;}
}

/* cms3 */

/* cms4 */
.qa_type1 .cate_box {
	border-radius: 10px;
	border: 1px solid #909090;
	background-color: #fff;
}
.qa_type1 .cate_box .arrow {
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: 0px;
	transform: translateY(-50%);
}
.qa_type1 .cate_box .open_bt{
	position: relative;
	width: 100%;
	cursor: pointer;
	padding: 20px 0
}
.qa_type1 .cate_box .open_bt .arrow::before, .qa_type1 .cate_box .open_bt .arrow::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 1px;
	background-color: #5c5c5c;
}
.qa_type1 .cate_box .open_bt .arrow::before {
	top: 48%;
	left: 15px;
	transform: rotate(0deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow::after {
	top: 48%;
	left: 15px;
	transform: rotate(90deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow.arrow_be::before {
	transform: rotate(-135deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow.arrow_be::after {
	transform: rotate(135deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .box_title1 {
	display: inline-block;
	position: relative;
	letter-spacing: 1px;
	cursor: pointer;
	margin-left: 87px;
}
.qa_type1 .cate_box .open_bt .box_title1::before {
	content: "Q.";
	position: absolute;
	left: -32px;
	top: 0px;
	display: inline-block;
	vertical-align: baseline;
	color: #f57f40;
}
.qa_type1 .cate_box .box_item {
	display: none;
	padding: 0px 30px 0px;
}
.qa_type1 .cate_box .box_txt1 {
	padding: 1em;
	background-color: #f5f5f5;
	border-radius: 5px;
}

@media screen and (max-width: 768px){
.qa_type1 .cate_box .open_bt .box_title1 {
	padding-right: 20px;
}
}
@media screen and (max-width: 667px){
.qa_type1 .cate_box .open_bt {
	padding: 5px 0 7px;
}
.qa_type1 .cate_box .open_bt .box_title1 {
	margin-left: 73px;
}
.qa_type1 .cate_box .box_txt1 {
	padding: 0.2em 1.2em;
}
}

/* cms5 */
.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 0.5%;
	margin-left: 0.5%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
	 padding: 10px; 
	 border-radius: 20px; 
	 background-color: #fdfdfd; 
}
.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}
}

/* page7 */

/* page8 */

/* page9 */

/* page10 */


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#logo {
	opacity: 0;
}
.page #logo {
	opacity: 1;
	max-width: 270px;
}
header.scr_header #logo {
	opacity: 1;
}
.overlay-menu .nav_menu_more a{
    background-color: #dbbc94;
}
#main_img {
    flex-direction: column;
}
#main_img:after {
    width: 100%;
    height: 50vh;
    top: auto;
    bottom: 0;
}
#main_img #right {
    width: 90% !important;
    height: 45vh !important;
    margin-bottom: 2.5vh;
    margin-right: 0.5%;
}
#main_img #left {
    height: 50vh!important;
    width: 100% !important;
}
#main_img .main_txt2 {
    bottom: 5%;
}
#contents1 {
    margin-bottom: 50px;
}
#contents3_wrap:before, #contents3_wrap:after {
    height: 120%;
    top: -10%;
}
#contents3 {
    margin-bottom: 90px;
}
#page_title .page_title_box {
    width: 50%;
}

}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
header.scr_header #logo {
    max-width: 190px;
}
#page_title .page_title_box {
    background-color: rgb(192 98 35 / 50%);
    width: 100%;
}
.pager li{
    margin: 0;
}

}

/*20221020公開後修正*/
.btn_container a{padding: 8px 30px;}


