/*
Theme Name: sakura_catering
Theme URI:
Description:
Author:atGunGun
Author URI:https://at-gungun.com/
Version:
*/
@charset "utf-8";

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

html{
	scroll-padding: 130px;
}

body {
	width: 100% !important;
	color: #5F4E3E;
	line-height: 1.5;
	overflow: hidden;
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: "Zen Kaku Gothic New", sans-serif!important;
	background: url(./img/common/bg.jpg);
	font-weight: 500;
}

.en{
	font-family: "Allura", cursive!important;
}

/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: blue;
}
.red{
	color: red;
}
.green{
	color: green;
}
.yellow{
	color: yellow;
}
.black{
	color: #5F4E3E;
}
.pink{
	color: #FB9E99;
}
.pink2{
	color: #E8736D;
}


.bgwh{
	background: #ffffff;
}
.bgblu{
	background: linear-gradient(to right, #165888 , #172D6B);
}
.bgbla{
	background:#5F4E3E;
}
.bgred{
	background: red;
}
.bggre{
	background: green;
}
.bgyel{
	background: yellow;
}
.bgpink{
	background: #FB9E99;
}
.bgpink2{
	background: #E8736D;
}


/*リンク表示方法*/

a {
	text-decoration: none;	
}

a:link {
	color: #5F4E3E;
}

a:visited {
	color: #5F4E3E;
}

a:active {
	color: #5F4E3E;
}

a:hover {
	opacity: 0.7;
}

a:hover img {
	opacity: 1;
}

.hLogo a:hover{
	opacity: 1;
}

:has( > .lista){
	position: relative;
}

.lista{
	position: absolute;
	left: 0;
	top:0;
	width:100%;
	height:100%;
	z-index: 1;
}

a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc,.pc2 {
	display: block;
}

.sp,.sp2, .spTel {
	display: none;
}

.pcTel {
	display: inline;
}


/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

header {
	padding: 0 3.125%;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 9999;
	/* transition: .4s; */
	background: #fff;
	height: 125px;
}

header.headerScroll{
	background: #fff;
}

.hLogo{
	max-width: 264px;
	width: 26%;
}


.logo a:hover img {
	opacity: 1;
}

.headerTel {
	margin: 0 0 0 0;
	padding: 0px 0 0;
	font-weight: 900;
}

.off_img{
	display:block;
}

.on_img{
	display:none;
}

.headerScroll .off_img{
	display:none;
}

.headerScroll .on_img{
	display:block;
}

/*-----------------------------------------------------------
テーブル共通
-----------------------------------------------------------*/

table {
	border-collapse: separate;
}



/*-----------------------------------------------------------
 nav
-----------------------------------------------------------*/

.pc_nav{
	width: 72%;
	display: flex;
	max-width: 1238px;
	align-items: center;
	justify-content: flex-end;
}

.nav_list1{
	display: flex;
	justify-content: flex-end;
	max-width: 846px;
	width: 69%;
	margin-top: 5px;
}

.nav_list1 li {
	margin-left:auto;
}

.nav_list1 li:first-child{
	margin:0;
}

.nav_list1 a {
	display: block;
	text-decoration: none;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.25;
	text-align:center;
}


.nav_list1 a span{
	display:block;
	font-weight:400;
}

.sns_list{
	display:flex;
	justify-content:space-between;
	max-width:76px;
	width: 9%;
	margin-left: auto;
}

.sns_list li{
	width: 45%;
}

.hd_link{
	display:flex;
	max-width: 329px;
	width: 30%;
	margin-left: auto;
}

.inst_btn{
	max-width:58px;
	width: 22%;
	margin-right:auto;
}

.hd_link_btn1{
	display:flex;
	justify-content:center;
	align-items:center;
	max-width: 251px;
	width: 77%;
	height: 58px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	transition: .4s;
	border-radius: 10px;
	border: 2px solid #F2918C;
}

.hd_link_btn1 .img{
	margin-right:9px;
}


/*-----------------------------------------------------------
#slide
-----------------------------------------------------------*/

#modal {
	display: none;
}

/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/

#cover {
	width: 100%;
	margin: 125px auto 0;
	background: url(./img/top/mv.jpg)no-repeat center;
	background-size: cover;
}

#cover .cov-div{
	display:flex;
	align-items: flex-start;
	justify-content:center;
	width:100%;
	/* min-height: calc(100vh - 125px); */
	padding: 3% 0 2%;
	height: 36.25vw;
	max-height: 696px;
	height: 41vw;
}

#cover .cov-div .title{
	width: 30%;
	max-width: 471.65px;
}



/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/

#main {
	width: 100%;
	margin: 0px auto 0;
}

.flex{
	display: flex;
	justify-content: space-between;
}

.inner{
	width: 95%;
	max-width: 1185px;
	margin: 0 auto;
}

.mainTit{
	font-size: 13.1rem;
	line-height: 0.5;
	font-weight:700;
	font-size: clamp(7rem,9vw,13.1rem);
	text-align:center;
}

.mainTit .sub{
	display:flex;
	position:relative;
	font-size: clamp(1.6rem,2vw,2rem);
	align-items:center;
	max-width:350px;
	width: 70%;
	margin:0 auto;
	justify-content: space-between;
}

.mainTit .sub.sub2{
	max-width:247px;
	margin-bottom: 15px;
}

.mainTit .sub.sub3{
	max-width:383px;
	margin-bottom: 12px;
}

.mainTit .sub.sub3 .bar{
	
max-width: 31px;
	
width: 10%;
}


.mainTit .sub.sub2 .bar{
	width:15%;
	max-width:45px;
}

.mainTit .sub .bar{
	width: 20%;
	height:1px;
	background:#5F4E3E;
	max-width:90px;
}

.mainTit.white .sub .bar{
	background:#fff;
}

.mainTit .sub .center{
	flex-shrink:0;
	margin:0 1%;
}

.mainTit .en{
	display:flex;
	justify-content:center;
	align-items:center;
	font-weight:400;
	line-height: 1;
}

.mainTit2{
	font-size: 4.1rem;
	line-height: 1;
	font-weight: 900;
	font-size: clamp(2.4rem,5vw,4.1rem);
	text-align: center;
}

.mainTit2 span{

display: block;

font-weight: 400;

line-height: 1.2222;

font-size: 3rem;

font-size: clamp(2rem, 4vw, 3rem);

margin-top: 14px;
}

.subTit{
	font-size: 2.4rem;
	line-height:1.2;
	font-weight:700;
	font-size: clamp(2rem,4vw,2.4rem);
}

.top_link_area{
	margin: -5.7% auto 0;
}

.top_link_area .flex{
	
}

.top_link{
	background:#FFFFFF;
	border:5px solid #BAA999;
	border-radius:34px;
	padding: 7px;
	max-width: 570px;
	width: 48%;
	position: relative;
	transition:0.4s;
}

.top_link:before{
	position:absolute;
	content:"";
	width:54px;
	height:54px;
	background:url(./img/common/arrow_bro.svg)no-repeat;
	background-size:contain;
	left:0;
	right:0;
	margin:auto;
	bottom:-31px;
	z-index:1;
}

.top_link.top_link2:before{
	background:url(./img/common/arrow_pink.svg)no-repeat;
	background-size:contain;
}

.top_link:hover{
	opacity:0.8;
}

.top_link .top_link_in{
	border:1px dashed #BAA999;
	border-radius:34px;
	overflow:hidden;
}

.top_link .title_area{
	text-align:center;
	padding-bottom: 12px;
	min-height: 96px;
}

.top_link .title_area .title{
	font-weight:400;
	font-size: 8.1rem;
	line-height:1.1;
	position:relative;
	margin-top: -8px;
}


.top_link .title_area .title .en{
	display:flex;
	justify-content:center;
	align-items:center;
}


.top_link .title_area .title .sub{
	font-size:1.5rem;
	font-weight:700;
	display:block;
	position:absolute;
	bottom: 3px;
	left:0;
	right:0;
	margin:auto;
}


.top_link.top_link2 .title_area .title{
	font-size: 7rem;
	line-height:1.1;
	max-width:max-content;
	margin: 0 auto 0;
	padding-top: 4px;
	color: #E8736D;
}


.top_link.top_link2 .title_area .title .sub{
	text-align:right;
}

.top_link .text_area{
	background:#EDE7E1;
	border-radius:0 0 21px 21px;
	padding: 11px 0 17px;
	text-align: center;
	line-height: 1.625;
}

.top_link.top_link2 .text_area{
	background:#EFE6E5;
}

.top_link.top_link2{
    border: 5px solid #E0BFBD;
}

.btn1{
	display:flex;
	align-items:center;
	justify-content:center;
	border:3px solid #F2918C;
	border-radius:34px;
	height:114px;
	background:#E8736D;
	color:#fff!important;
	font-size: clamp(2.4rem,3.4vw,3.5rem);
	font-weight:700;
	position:relative;
	transition: .4s;
}

.btn1 .icon{
	margin-right: 3.648%;
}

.btn1:before{
	position:absolute;
	content:"";
	width:37px;
	height:37px;
	background:url(./img/common/arrow_bro2.svg)no-repeat;
	background-size:contain;
	right:33px;
	margin:auto;
}

.top_link_area .btn1{
	margin:57px auto 61px;
}

.news_area{
	background:#fff;
	position:relative;
}

.news_area:before,
.news_area:after{
	position:absolute;
	content:"";
	width:100%;
	height:1px;
	left:0;
}

.news_area:before{
	top:-5px;
	border-top:1px dashed #5F4E3E;
}

.news_area:after{
	border-bottom:1px dashed #5F4E3E;
	bottom:-5px;
}

.news_div{
	display:flex;
	align-items:center;
	padding:12px;
}

.news_div .text1{
	padding: 30px 0;
	background:#5F4E3E;
	color:#fff;
	border-radius:15px;
	font-size:2rem;
	font-weight:700;
	line-height:1.45;
	margin-right: 4.738%;
	width: 224px;
	text-align: center;
	flex-shrink: 0;
}

.news_btn {
	display:flex;
	align-items:center;
	width: 100%;
}

.news_btn .date{
	font-size:2rem;
	font-weight:900;
	line-height:1.3;
	margin-right: 11.75%;
}


.news_btn .title1{
	font-size:2rem;
	font-weight:500;
	line-height:1.3;
	width: 100%;
}

.content01{padding: 76px 0 117px;}

.content01 .title{
	display:flex;
	justify-content:center;
	align-items: center;
}

.content01 .title .left{
	max-width:137px;
	width:30%;
	margin-right:14px;
}

.content01 .title .right{
	font-size: clamp(2rem,4vw,3.4rem);
	font-weight:700;
	line-height: 1.2;
	padding-top: 3%;
}

.content01 .title .right .flex{
	align-items:center;
	justify-content: flex-start;
	margin-bottom:3px;
}

.content01 .title .right .logo1{
	max-width:274px;
	width:100%;
	display: flex;
	align-items: center;
	margin-right:12px;
}

.content01 .title .right .big{
	font-size: clamp(2.2rem,4vw,4.1rem);
	font-weight:900;
	line-height: 1.4634;
}


.co1_list1{
	display:flex;
	justify-content:space-between;
	margin-top:70px;
}

.co1_list1 li{
	width:32%;
	max-width: 322px;
}

.co1_list1 li .img{
	position:relative;
}

.co1_list1 li .img .num{
	position:absolute;
	width:60px;
	height:60px;
	bottom: -14px;
	left: 0;
	right: 0;
	margin: auto;
	background: #5F4E3E;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 50%;
	font-size:1.2rem;
	font-weight:900;
	line-height:1;
}

.co1_list1 li .img .num span{
	font-size: 3rem;
	font-weight: 900;
	line-height: 1;
}

.co1_list1 li .text1{
	text-align:center;
	margin-top:15px;
	font-weight:900;
	font-size: clamp(2rem, 3vw, 3rem);
	line-height:1.46667;
}

.content02{padding: 0 0 187px;}

.top_title_area1{
	padding:82px 0;
	background:url(./img/top/tit_bg.jpg)no-repeat center;
	background-size:cover;
}

.top_title_area1 .title{
	font-size: clamp(2.4rem,4vw,4.1rem);
	text-align:center;
	line-height:1.4634;
}

.top_title_area1 .title .en{
	margin-top:14px;
	font-size: clamp(2rem,3vw,3rem);
	font-weight:400;
	display:block;
	line-height:1.26667;
	color: #DBCFB8;
}

.co2_div1{
	padding:88px 0 0;
}

.co2_list1{
	display:flex;
	margin-top: 70px;
	flex-wrap: wrap;
}

.co2_list1 li{
	width: 30.803%;
	background: #fff;
	position: relative;
	border-radius:16px;
	box-shadow:0 3px 6px #00000029;
	margin-right: 3.7955%;
	transition:.4s;
}

.co2_list1 li .img,
.co2_list1 li .text_area .name,
.co2_list1 li .text_area .text1,
.co2_list1 li .text_area .price,
.co2_list1 li .text_area .text2{
	transition:.4s;
}

.co2_list1 li:hover .img,
.co2_list1 li:hover .text_area .name,
.co2_list1 li:hover .text_area .text1,
.co2_list1 li:hover .text_area .price,
.co2_list1 li:hover .text_area .text2{
	opacity:0.7;
}

.co2_list1 li:nth-child(3n+3){
	margin-right:0;
}


.co2_list1 li:before{
	position:absolute;
	content:"";
	width: 85.345%;
	height: 47.5px;
	background: url(./img/top/pop1.png)no-repeat bottom center;
	background-size:contain;
	left:0;
	right:0;
	top: -34px;
	margin:auto;
	z-index: 1;
}

.co2_list1 li:nth-child(2):before{
	background:url(./img/top/pop2.png)no-repeat bottom center;
	background-size:contain;
}

.co2_list1 li:nth-child(3):before{
	background:url(./img/top/pop3.png)no-repeat bottom center;
	background-size:contain;
}

.co2_list1 li .img{
	border-radius:16px 16px 0 0;
	overflow: hidden;
}

.co2_list1 li .img img{
	width:100%;
}

.co2_list1 li .text_area{
	padding: 8.5px 5.48% 78px;
}

.co2_list1 li .text_area .name{
	font-size: clamp(2rem,3vw,2.5rem);
	font-weight:700;
	line-height:1.44;
}

.co2_list1 li .text_area .text1{
	font-size: clamp(1.5rem,2vw,1.6rem);
	font-weight:700;
	line-height:1.5;
}

.co2_list1 li .text_area .price{
	display: flex;
	align-items: center;
	margin-top: 3.6px;
	flex-wrap: wrap;
	font-size: clamp(1.4rem,1.6vw,1.6rem);
}

.co2_list1 li .text_area .price .price1{
	color: #fff;
	background: #5F4E3E;
	padding: 1px 18px;
	font-weight: 700;
	line-height: 1.5;
	margin-right: 12px;
	flex-shrink: 0;
}

.co2_list1 li .text_area .price .price2{
	font-weight: 700;
	line-height: 1.5;
}

.co2_list1 li .text_area .price .price2 .big{
	font-size: clamp(2rem,3vw,2.5rem);
	font-weight:700;
	line-height:1.44;
}

.co2_list1 li .text_area .text2{
margin-top: 17px;
padding-top: 15px;
border-top: 1px dashed #5F4E3E;
font-size: 1.4rem;
font-weight: 400;
line-height: 1.4285;
}

.co2_list1 li .btn{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:#5F4E3E;
	border-radius:0 0 10px 10px;
	color:#fff;
	padding:16px 0;
	text-align:center;
	font-size:1.8rem;
	font-weight:700;
	line-height:1.444;
	transition: .4s;
	z-index: 3;
}

.co2_list1 li .btn:before{
	position:absolute;
	content:"";
	width:23px;
	height:23px;
	background:url(./img/common/arrow_bro2.svg)no-repeat;
	background-size:contain;
	right:20px;
	margin:auto;
}

.co2_div11{
	background: url(./img/top/co2_bnr.jpg)no-repeat center;
	background-size: cover;
	padding: 12px 12px 10px;
	margin: 59px auto 0;
}

.co2_div11_in{
	border:1px dashed #FFFFFF;
	padding: 14px 10px 18px;
}

.co2_div11_in .title_area{
	display:flex;
	align-items:center;
	justify-content:center;
}

.co2_div11_in .title_area .title_text{
	margin-right:23px;
	font-size: clamp(1.6rem,2vw,2rem);
	line-height:1.45;
	padding:5px 11px;
	background:#fff;
	font-weight:700;
	position:relative;
}

.co2_div11_in .title_area .title_text:before{
	position:absolute;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 15px solid #fff;
	border-right: 0;
	margin:auto;
	top:0;
	bottom:0;
	right:-10px;
}

.co2_div11_in .title_area .title1{
	font-size: clamp(2rem,3vw,3.5rem);
	font-weight:700;
	line-height:1.457;
	color:#fff;
}

.co2_div11_in .text1{
	max-width:866px;
	width:100%;
	margin:21px auto 0;
	color:#fff;
	font-size:1.4rem;
	font-weight:500;
	line-height:1.714;
}

.content02 .btn1{
	margin:55px auto 0;
}

.co2_div2{
	padding: 180px 0 0px;
}

.co2_div2 .mainTit .en{
	line-height:1.2;
}



.content03 .inner{
	padding:90px 0 0;
}

.inst_list{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top: -2%;
}

.inst_list li{
	width:32%;
	margin-top: 2%;
}

.content03 .btn1{
	margin:55px auto 0;
}

.content03 .btn1 .icon{
	margin-right:23px;
}

.content04{
	padding: 90px 0 156px;
}

.content04 .title_area{
	padding:15px 0 20px;
	border-top:1px dashed #5F4E3E;
	border-bottom:1px dashed #5F4E3E;
}

.content04 .title_area .title{text-align: center;}

.content04 .title_area .title .flex{
	align-items:center;
	justify-content: center;
	font-size: clamp(2.4rem,4vw,3.4rem);
	font-weight:700;
	line-height: 1.44;
}

.content04 .title_area .title .flex .logo1{
	max-width:274px;
	width:50%;
	margin-right:6px;
}

.content04 .title_area .title .flex .big{
	font-size: clamp(2.8rem,4vw,4.1rem);
	font-weight:900;
	margin-left:13px;
}

.content04 .title_area .title .en{
	display:block;
	font-size: clamp(2.4rem, 4vw, 3.4rem);
	font-weight: 400;
	line-height: 1.23;
	margin-top: 6px;
}

.co4_list1{
	display:flex;
	justify-content:space-between;
	margin-top: 50px;
}

.co4_list1 li{
	width:32%;
	max-width: 322px;
	position:relative;
}

.co4_list1 li .title1{
	margin-top:31px;
	text-align:center;
	font-size: clamp(2.2rem, 2.8vw, 3rem);
	min-height:84px;
	line-height:1.3333;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.co4_list1 li .text1{
	margin-top: 5.28%;
	font-size: clamp(1.5rem, 2vw, 1.8rem);
	line-height: 1.444;
}

.co4_list1 li .ab_text{
	position:absolute;
	bottom:0;
	right:0;
	color:#E6D8C0;
	font-size: clamp(2.8rem,4vw,4.6rem);
	font-weight:400;
	line-height:1.26;
	position:absolute;
	right: 0px;
	bottom: -4%;
	z-index:-1;
	display: flex;
	align-items: flex-end;
}

.co4_list1 li .ab_text span{
	font-size: clamp(6rem,8vw,12.8rem);
	line-height: 0.5;
	margin-left:6px;
	display: flex;
}

.content05{
	background:#5F4E3E;
	padding: 90px 0;
}

.content05 .mainTit .en{
	line-height:1.4;
}

.voice_sld{
	background:#FFFFFF;
	border:1px solid #707070;
	padding:9px;
	max-width:1165px;
	width:95%;
	margin: 0 auto;
}

.voice_sld_in{
	display:flex;
	justify-content:space-between;
	border:1px dashed #707070;
	padding: 27px 2.446% 24px 3.058%;
	height: 100%;
	align-items: center;
}

.voice_sld_in .img{
	max-width:142px;
	width: 14%;
}

.voice_sld_in .text_area{
	max-width:913px;
	width: 84%;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.voice_sld_in .text_area .text1{
	line-height:1.375;
}

.voice_sld_in .text_area .name{
	text-align:right;
	font-size:2rem;
	font-weight:700;
	margin-top: auto;
	padding-top: 10px;
}

.voice_slider .slick-track {
  display: flex !important;
}

.voice_slider .slick-slide {
  height: auto !important;
}

.voice_slider .slick-slide > div {
  height: 100%;
}

.voice_slider .voice_sld_cont {
  height: 100%;
}

.content06{
	padding:90px 0 120px;
}

.content06 .mainTit .en{
	line-height:1.3;
}

.content06 .text_area{
	display:flex;
	align-items:center;
	background:#5F4E3E;
	color:#F8EEE0;
	font-size: clamp(1.5rem, 2vw, 2rem);
	line-height: 1.6;
	font-weight:700;
	padding: 12px;
}

.content06 .text_area .text1{
	display:flex;
	align-items:center;
	justify-content:center;
	background:#F8EEE0;
	color:#5F4E3E;
	font-weight:700;
	margin-right: 3%;
	padding: 30px 0;
	width: 23%;
	max-width: 262px;
}

.content06 .text_area .text1 span{
	display:flex;
	align-items:center;
	margin-right:11px;
}

.content06 .flex{
	margin-top:56px;
}

.content06 .flex.flex1 .left{
	width:100%;
	max-width:initial;
	justify-content:center;
	align-items: center;
	flex-direction: column;
	position:relative;
}

.content06 .flex.flex1 .left .text_area1{
	position:absolute;
	top:5%;
	left:5%;
	width: initial;
}

.content06 .flex .left{
	max-width:777px;
	width: 66%;
	box-shadow:0 3px 6px #00000029;
	background: #fff;
	display: flex;
	align-items: center;
	padding: 1.773% 2.11% 2.532% 3.798%;
	justify-content: space-between;
}

.content06 .flex .left .text_area1{
	max-width:166px;
	width: 27%;
}

.content06 .flex .left .text_area1 .title1{
	font-size:2.2rem;
	text-align:center;
	font-size: clamp(1.6rem, 2vw, 2.2rem);
	line-height:1.4545;
	margin-bottom: 10.25%;
}

.content06 .flex .left .text_area1 .title1 span{
	display:block;
	font-weight:400;
	font-size: clamp(4rem, 5vw, 6.8rem);
	line-height:1;
}

.co6_list2 li{
	padding: 7.23% 0 9.64%;
	border-top:1px dashed #5F4E3E;
	display:flex;
	justify-content: center;
	align-items: baseline;
}

.co6_list2 li .color{
	width:18px;
	height:18px;
	margin-right: 6%;
}

.co6_list2 li .color1{
	background:#FB9E99;
}

.co6_list2 li .color2{
	background:#5F4E3E;
}

.co6_list2 li .color3{
	background:#D6CDB7;
}

.co6_list2 li .price{
	font-size: clamp(1.7rem, 3vw, 3.3rem);
	line-height:1.4545;
	font-weight:700;
}

.co6_list2 li .price .small{
	font-size: clamp(1.4rem, 2vw, 2.1rem);
	line-height:1.4545;
	font-weight:700;
}

.co6_div1{
	margin-top: 6.63%;
	background:#F8EEE0;
}

.co6_div1 .title{
	background:#5F4E3E;
	text-align:center;
	color:#F8EEE0;
	font-weight:700;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: clamp(1.4rem, 2.4vw, 1.6rem);
	padding: 5px 0;
}

.co6_div1 .text{
	padding: 1px 0 5.43%;
	font-size: clamp(1.4rem, 2vw, 2.1rem);
	line-height:1.4545;
	font-weight:700;
	text-align:center;
}

.co6_div1 .text span{
	font-size: clamp(1.7rem, 3vw, 3.3rem);
	line-height:1.4545;
	font-weight:700;
}

.content06 .flex .left .img{
	max-width: 494px;
	width: 70%;
}

.content06 .flex .right{
	background:#FFFFFF;
	box-shadow:0 3px 6px #00000029;
	max-width:370px;
	width: 32%;
	padding: 19px 30px 2px;
}

.content06 .flex .right .title1{
	display:flex;
	align-items:center;
	font-size: clamp(1.8rem, 2.4vw, 2.2rem);
	line-height: 1.4545;
	font-weight:700;
	justify-content:center;
	padding-bottom: 8px;
	border-bottom: 1px solid #5F4E3E;
}

.content06 .flex .right .title1 .en{
	font-weight:400;
	font-size: clamp(2.4rem, 3vw, 3.9rem);
	line-height: 1.256;
	margin-left:6px;
	padding-top: 5px;
}

.co6_list1 li{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:13px 0 17px;
	border-bottom:1px dashed #5F4E3E;
}

.co6_list1 li:last-child{
	border-bottom:none;
}

.co6_list1 li .text1{
	width:54px;
	text-align:right;
	font-size:1.8rem;
	font-weight:700;
	line-height:1.444;
	margin-left:5px;
}

.co6_list1 li .text2{
	font-size: clamp(1.8rem, 2.4vw, 2.5rem);
	line-height: 1.44;
	font-weight:700;
}

.co6_list1 li .text2 span{
	font-size: clamp(1.6rem, 2.4vw, 2.1rem);
	line-height: 1.428;
	font-weight:700;
}

.co6_diva{
	display:flex;
	justify-content:space-between;
	margin-top: 40px;
}

.co6_diva1{
	width:48%;
}

.co6_diva1 .title1{
	font-size:2.2rem;
	text-align:center;
	font-size: clamp(1.6rem, 2vw, 2.2rem);
	line-height:1.4545;
	margin-bottom: 3%;
}

.co6_diva1 .title1 span{
	display:block;
	font-weight:400;
	font-size: clamp(4rem, 5vw, 6.8rem);
	line-height:1;
}

.co6_tb {
	width:100%;
	background:#fff;
}

.co6_tb th{
	width:40%;
	font-size: 1rem;
}

.co6_tb td{
	width:60%;
	font-size: 1rem;
}

.co6_tb td span.yen{
	font-size: 1rem;
}

.co6_tb thead tr th:last-child{
	border-left:1px solid#ccc;
}

.co6_tb thead tr th,
.co6_tb thead tr td{
	background:#5F4E3E;
	color:#fff;
}

.co6_tb th,
.co6_tb td{
	border-top:1px solid #5F4E3E;
	border-left:1px solid#5F4E3E;
	padding: 6px 0;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}

.co6_tb tr th:last-child,
.co6_tb tr td:last-child{
	border-right:1px solid #5F4E3E;
}

.co6_tb tr:last-child th,
.co6_tb tr:last-child td{
	border-bottom:1px solid #5F4E3E;
}

.co6_tb thead tr:last-child th,
.co6_tb thead tr:last-child td{
	border-bottom:none;
}

.content07{
	padding:72px 0 148px;
	background: url(./img/top/bg7.png)#fff;
	background-size: contain;
}

.content07 .mainTit .en{
	line-height: 1.2;
}

.co7_list1{
	display:flex;
	justify-content:space-between;
}

.co7_list1 li{
	max-width: 340px;
	width: 31%;
	background: #FFFFFF;
	border-radius: 16px;
	box-shadow: 0 3px 6px #00000029;
	overflow: hidden;
}

.co7_list1 li .img{
	width:100%;
}

.co7_list1 li .img img{
	width:100%;
}


.co7_list1 li .text_area{
	padding: 8.239%;
	position:relative;
}

.co7_list1 li .text_area .num{
	position:absolute;
	width:60px;
	height:60px;
	background:#5F4E3E;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	font-size: 3rem;
	line-height: 1;
	font-weight:900;
	left:0;
	right:0;
	margin:auto;
	top:-40px;
}


.co7_list1 li .text_area .title1{
	text-align:center;
	font-size: clamp(1.8rem, 2.4vw, 2.5rem);
	line-height: 1.44;
	font-weight:700;
}

.co7_list1 li .text_area .text1{
	margin-top:12px;
}

.co7_list1 li.arrow{
	margin: 0 1%;
	max-width: 29px;
	width: 3%;
	display: flex;
	align-items: center;
	box-shadow: none;
	background: none;
	border-radius: 0;
}


.content09{
	padding:90px 0;
}

.content09 .mainTit .en{
	line-height: 1.2;
}

.news_list1{
	margin-top:22px;
}

.news_list1 li{
	display:flex;
	align-items:center;
	padding: 4.136% 0;
	border-top:1px dashed #5F4E3E;
	transition:.4s;
}

.news_list1 li:last-child{
	border-bottom:1px dashed #5F4E3E;
}

.news_list1 li:hover{
	opacity:0.7;
}

.news_list1 li .date{
	font-size: clamp(1.5rem, 2vw, 2rem);
	line-height: 1.45;
	font-weight:700;
	margin-right: 5.823%;
	flex-shrink: 0;
}

.news_list1 li .title{
	font-size: clamp(1.5rem, 2vw, 2rem);
	line-height: 1.45;
	font-weight:500;
	width: 100%;
}

.btn3{
	display:flex;
	align-items:center;
	justify-content:center;
	max-width:325px;
	width:100%;
	border-radius:29px;
	height:58px;
	background:#5F4E3E;
	color:#fff!important;
	margin:69px auto 0;
	position:relative;
	font-size:1.8rem;
	font-weight:700;
	transition: .4s;
}

.btn3:before{
	position:absolute;
	content:"";
	width:23px;
	height:23px;
	background:url(./img/common/arrow_bro2.svg)no-repeat;
	background-size:contain;
	right:19px;
	margin:auto;
}

.content08{
	background:url(./img/top/bg8.jpg)no-repeat;
	background-size:cover;
	padding:82px 0 108px;
}

.content08 .mainTit2{
	color:#fff;
}

.co8_div{
	border:5px solid #BAA999;
	border-radius:34px;
	background:#fff;
	padding:7px;
	margin: 50px auto 0;
}

.co8_div_in{
	border:1px dashed #BAA999;
	border-radius:22px;
	padding: 2.585%;
	display:flex;
	justify-content:space-between;
}

.co8_div_in .bar{
	width:1px;
	background:#BAA999;
	margin:0 auto;
}

.co8_div1{
	max-width:519px;
	width: 48%;
}

.co8_div1 .title1{
	text-align:center;
	font-size: clamp(1.5rem, 2vw, 1.8rem);
	line-height: 1.4444;
	font-weight:700;
	margin-bottom:27px;
}

.co8_div1 .title1 .en{
	display:block;
	font-size: clamp(2.4rem, 4vw, 6rem);
	line-height: 1.25;
	font-weight:400;
}

.btn2{
	display:flex;
	align-items:center;
	justify-content:center;
	border:2px solid #F2918C;
	border-radius:10px;
	background:#E8736D;
	color:#fff!important;
	font-size: clamp(1.8rem,3vw,2.5rem);
	font-weight:700;
	position:relative;
	transition: .4s;
	padding: 2.41% 0;
}

.btn2 .icon{
	margin-right: 2.333%;
	max-width:45px;
	width:25%;
}

.co8_div1 .text1{
	padding:9px 0;
	font-weight:700;
	background:#F8EEE0;
	border-radius:9px;
	margin:24px auto 0;
	text-align:center;
	font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}

.tel_btn1{
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: clamp(3rem, 6vw, 5.3rem);
	line-height: 1.39;
	font-weight:900;
}

.tel_btn1 .icon{
	display:flex;
	margin-right: 2.9%;
}

/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/

footer {
	margin: 0 auto;
	padding: 67px 0 0;
	background: #fff;
}

footer .flex .left{
	max-width:264px;
	width:28%;
}

footer .flex .right{
	max-width:726px;
	width:70%;
}

.ft_list{
	display:flex;
	justify-content:space-between;
	font-weight:700;
	font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}

.ft_flex{
	display:flex;
	margin:47px 0 42px;
	max-width:329px;
	margin-left:auto;
	width:100%;
}

.copy_div{
	background:#5F4E3E;
	padding:24px 0 22px;
}

.copy_div .inner{
	display:flex;
	justify-content:space-between;
}

.copyright {
	color: #fff;
	font-size: 1.7rem;
	line-height: 1.47;
}

.copy_link{
	font-weight:700;
	color:#fff!important;
}


/* 全ページ共通クラス
----------------------------------------------------------- */

/*--- パンくず ---*/

.pankuzu_area{
	background:#fff;
}

.pankuzu {
    width: 95%;
    margin: 0 auto;
    font-size: 1.6rem;
    padding: 24px 0 26px;
	max-width: 1185px;
	font-weight:500;
	line-height:1.5;
}

.pankuzu li {
    margin: 0 0 0 10px;
    display: inline;
}

.pankuzu li:first-child {
    margin: 0;
}

.pankuzu li a {
    margin: 0 10px 0 0;
}

/*--- ページトップ ---*/
#pageTop {
	position: fixed;
	bottom: 200px;
	right: 25px;
	z-index: 9999;
}


/* -- お問い合わせ -- */

input {
	vertical-align: middle;
}

.btnBox1 {
	text-align: center;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}


.clearForm,
.clearForm2,
.toHome {
	width: 100%;
	cursor: pointer;
	outline: 0;
	color: #fff!important;
	font-size: 1.8rem;
	border: none;
	font-weight: 700;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	background: none;
	margin: 0 auto!important;
	height: 100%;
	text-align: left;
	text-align: center;
}

.green .clearForm,
.green .clearForm2,
.green .toHome {
	color: #2CB573 !important;
	
}


.toHome {
	margin: 50px auto 0 !important;
	text-decoration: none;
	display: block;
	text-align: center;
}

.tb_inp.mabo{
	margin-bottom:16px;
}

textarea {
	padding: 10px;
	height: 135px;
	width: 100%;
	background: #FFFFFF;
}

input,
textarea,
button,
select,
option {
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select{
	height: 47px;
	padding: 5px 15px;
	width: 100%;
	background: #FFFFFF;
	width: 100%;
	border: 1px solid #BAA999;
	border-radius: 5px;
}

::placeholder{
	color:#CCCCCC;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
option,
select{
	border: 1px solid #BAA999;
}


select{
}

input[type="date"]{
	width:100%;
	max-width:204px;
	height:42px;
}

button {
	border: none;
	outline: none;
	background: none;
}

.form_notice1 {
	font-size: 85.714%;
	display: block;
	margin: 5px 0 0;
}

.form_notice2 {
	font-size: 87.5%;
}

.modification_wrap {
	overflow: hidden;
}

.modification {
	width: 221px;
	float: left;
	margin: 0 0 0 246px;
}

.send_bt {
	width: 221px;
	float: right;
	margin: 0 245px 0 0;
}

.error_style {
	color: #FF0000;
	display: block;
	margin: 8px 0 0;
}


.contact_tb th, .contact_tb td {
	position: relative;
	padding: 19px 0;
	border-bottom: 1px dashed #5F4E3E;
	font-size: clamp(1.6rem, 2vw, 1.8rem);
}

.contact_tb {
	width: 100%;
	margin: 0 auto 0;
}


.contact_tb th {
	text-align: left;
	font-weight: 700;
	width: 29.621%;
}

.contact_tb th label{
	display:block;
}

.contact_tb th .flex{
	align-items:center;
	justify-content:flex-start;
	flex-wrap: wrap;
}

.contact_tb th.vert{
	vertical-align:top;	
}

.contact_tb td {
    font-weight: 500;
}

.contact_tb td .text{
	font-size:1.4rem;
}

.tb_div2{
	margin-top:8px;
}

.contact_tb th span{
	margin-right:24px;
}

em{
	background: #E8746D;
	color:#fff;
	padding: 0px 8px;
	white-space: nowrap;
	font-size: clamp(1.2rem, 1.6vw, 1.6rem);
	line-height: 20px;
	margin-left: 20px;
}

em.nini{
	background:#F4E3E333;
}

.contact01_div3{
	margin-top:80px;
}


.pri_div{
	padding: 21px 2.11%;
	height: 169px;
	overflow-y:scroll;
	margin: 55px auto;
	background: #F4EFEA;
	-ms-overflow-style: none;
	scrollbar-width: none;
	width: 100%;
	border: 1px solid #BAA999;
	font-size: clamp(1.6rem,1.6vw,2rem);
	border-radius: 5px;
}

.pri_div.pri_div2{
	padding: 24px 4%;
	height: 285px;
	overflow-y:scroll;
	margin: 24px auto 56px;
	background: #F1F4E0;
	-ms-overflow-style: none;
	scrollbar-width: none;
	border: 2px solid #F1F4E0;
	width: 100%;
	border-radius: 10px;
}

.pri_div::-webkit-scrollbar{
	display: none;
}


.pri_div h3{
	font-size: clamp(1.8rem,2.4vw,2.4rem);
	line-height: 1.46;
	margin-bottom: 14px;
}


.pri_div dt{
	font-size: 1.8rem;
	line-height: 1.4444;
	font-weight: 700;
}

.pri_div dd{
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom:24px;
}

.pri_div dd p.matop{
	margin-top:24px;
}

.privacy_area{
	display:flex;
	align-items:center;
	justify-content:center;
	margin: 0 auto 0px;
	width: 100%;
}

.privacy_area label{
	display:flex;
	align-items: center;
}

.privacy_area a{
	color: #009DCD;
	display: inline-flex;
	align-items: baseline;
	border-bottom: 1px solid;
}

.privacy_area a img{
	margin-left:2px;
	margin-right:4px;
}

.privacy_area input{
	width: 11px;
	height: 11px;
	border: 1px solid #ccc;
	accent-color: #ccc;
	margin-right: 5px;
}

.contact01{
	padding: 90px 0 0;
}

.contact01_div1{
	background:#F7F7F7;
	border-radius:32px;
	padding: 56px 2%;
	text-align:center;
	margin-bottom:125px;
	font-weight:500;
}

.tablet{
	display:none;
}

.tb_flex{
	display:flex;
	flex-wrap:wrap;
}

.mwform-radio-field{
	margin-right: 6%;
	margin-left: 0!important;
}

.tb_flex2{
	margin-top:-2%;
}

.tb_flex2 .mwform-radio-field{
	margin-top:2%
}

.mwform-radio-field label{
	display:flex;
	align-items:center;
}


.news01{padding: 90px 0 130px;}



.news01 .main_cont{
	max-width:1108px;
	width: 74%;
}


.news01 .side_cont{
	max-width:192px;
	width: 23%;
}

.side_div{
	width:100%;
	margin-bottom: 56%;
}

.side_div:last-child{
	margin-bottom:0px;
}

.side_div .title1{
	line-height: 1.45833;
	font-weight:500;
	font-size: clamp(1.8rem, 2.4vw, 2.4rem);
	padding-bottom:14px;
	border-bottom:1px solid #C6E0F7;
}

.cate_list li{
	margin-top:28px;
	font-weight:500;
	line-height:1.5;
}

.cate_list li a.active{
}



.pagination-list{
	display:flex;
	margin: 7.258% auto 0;
	justify-content: center;
	width: 100%;
}

.pagination-list .page-numbers{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	width: 30px;
	height:30px;
	background: transparent;
	margin: 0 0.6%;
	transition:.4s;
	font-weight: 900;
	text-decoration: none;
	color: #5F4E3E;
	border-radius: 50%;
	line-height: 1;
	padding-bottom: 4px;
}


.pagination-list .page-numbers.current,
.pagination-list .page-numbers:hover{
	background: #5F4E3E;
	opacity:1;
	color: #fff;
}

.pagination-list .page-numbers.prev{
	margin: 0px 1.8% 0 0;
	padding-bottom: 8px;
}

.pagination-list .page-numbers.next{
	margin: 0px 0% 0 1.8%;
	padding-bottom: 8px;
}


.pagination-list .page-numbers.prev:hover,
.pagination-list .page-numbers.next:hover{
	background: #5F4E3E;
}

.det_cont .title_area{
	padding-bottom: 30px;
	margin-bottom: 50px;
	border-bottom: 1px dashed #5F4E3E;
}

.det_cont .title_area .date{
	margin-bottom:15px;
	width:100%;
	font-size: clamp(1.5rem, 2vw, 2rem);
	font-weight: 900;
	line-height: 1.45;
}

.det_cont .title_area .title1{
	line-height: 1.447;
	font-weight: 900;
	font-size: clamp(2.4rem, 3vw, 3.8rem);
}

.detail_area pre{
	white-space:pre-wrap;
}

.news_list {
	width:100%;
}

.news_list li{
	display:flex;
	align-items:center;
	padding:23px 0;
	border-bottom:1px solid #E5E5E5;
}

.news_list li:hover{
	opacity:0.7;
}

.news_list li:first-child{
	padding-top:0;
}

/* .news_list li:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    background: url(./img/common/arrow.svg) no-repeat;
    background-size: contain;
    right: 0%;
    top: 0;
    bottom: 0;
    margin: auto;
} */

.dacate{
	display:flex;
	align-items:center;
	justify-content:space-between;
	width: 34%;
	flex-shrink: 0;
	margin-right: 2.2%;
	max-width: 211px;
}

 .dacate .date{
	line-height:1.5;
}

.dacate .cate{
	width:100px;
	display:flex;
	align-items:center;
	justify-content:center;
	border:1px solid;
	height: 32px;
	line-height: 1;
	border-radius: 40px;
}
.dacate .cate.cate1{
	background:#0D5AB5;
	color:#fff;
}

.dacate .cate.cate2{
	background:#51ABF4;
	color:#fff;
}

.dacate .cate.cate3{
	background:#809EBA;
	color:#fff;
}


.news_list li .title1{
	width: 70%;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}


/* wordpress 記事 */
.detail_area img{
	margin-bottom:40px;
	width: revert-layer;
}

.detail_area p:has(img){
	margin:0;
}


.alignright{
	margin-left:auto;
	display:block;
}


.aligncenter{
	margin-left: auto;
	margin-right: auto;
	display:block;
}


.detail_area p{
	margin-bottom:24px;
	font-size: clamp(1.5rem,2.3vw,1.8rem);
	line-height: 1.444;
}

.detail_area h2{
	margin-bottom:24px;
	font-size: clamp(2.4rem,3vw,3.2rem);
}

.detail_area h3{
	margin-bottom:16px;
	font-size: clamp(1.8rem,2.3vw,2.4rem);
}

.detail_area h4{
	margin-bottom:12px;
	font-size: clamp(1.6rem,2.3vw,1.8rem);
}

#art_cover{
	background:url(./img/company/mv.jpg)no-repeat;
	background-size:cover;
	height:349px;
	margin-top:125px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#art_cover .title{
	color:#FFFFFF;
	font-size: 4.1rem;
	text-align:center;
	line-height:1.4634;
	font-weight:900;
}

#art_cover .title .en{
	display:block;
	color:#DBCFB8;
	font-weight:400;
	font-size: 3rem;
	margin-top:14px;
	line-height:1.22222;
}

.comp01{
	padding:90px 0 130px;
}

.comp01_list1 li{
	display:flex;
	justify-content:space-between;
	padding:40px 0;
	border-top:1px dashed #5F4E3E;
	font-size: 2rem;
	font-weight:700;
	line-height:1.45;
}

.comp01_list1 li:last-child{
	border-bottom:1px dashed #5F4E3E;
}

.comp01_list1 li .left{
	width:245px;
	flex-shrink:0;
}

.comp01_list1 li .right{
	width:100%;
	font-weight:500;
}

.comp01_list1 li .right .text.matop{
	margin-top:8px;
}
.comp01_list1 li .right .text.matop2{
	margin-top:30px;
}

.news01 .btn3{
	margin: 86px auto 0;
}

.news01 .btn3:before{
	right:auto;
	left:19px;
	transform:rotateZ(180deg);
}


.warn_area{
	display:flex;
	align-items:center;
	background:#5F4E3E;
	color:#F8EEE0;
	font-size: clamp(1.5rem, 2vw, 2rem);
	line-height: 1.6;
	font-weight:700;
	padding: 12px;
}

.warn_area .text1{
	display:flex;
	align-items:center;
	justify-content:center;
	background:#F8EEE0;
	color:#5F4E3E;
	font-weight:700;
	margin-right: 1.723%;
	padding: 30px 0;
	width: 21%;
	max-width: 240px;
	flex-shrink: 0;
	min-width: 180px;
}

.warn_area .text1 span{
	display:flex;
	align-items:center;
	margin-right:11px;
}

.warn_area .text2{
	width:100%;
}

.warn_area .text2 span{
	display:block;
	font-size:1.6rem;
	font-weight:700;
	line-height:1.5;
}

.text_btn{
	color:#F8EEE0!important;
	font-size:1.5rem;
	font-weight:700;
	text-decoration:underline;
	display: inline-block;
	margin-left: clamp(6px,2vw,12px);
}

.warn_area .text2 span:last-child{
	margin-top:11px;
}

.contact01 .btn_area{
	display:flex;
	justify-content:space-between;
	margin: 80px auto 0;
}

.contact01 .btn_area .btn3{
	max-width:553px;
	width:48%;
	margin:0;
	height:74px;
	border-radius:74px;
}

 .btn3.bgpink{
	 background:#E8746D;
 }


 .btn3.bgpink:before{
	     background: url(./img/common/arrow_pink2.svg) no-repeat;
    background-size: contain;
 }

.contact1_div1{
	padding:115px 0 0;
}


.qanda_list{
	margin:32px auto 0;
}

.qanda_list li{
	border-top:1px dashed #5F4E3E;
	padding: 34px 0;
}

.qanda_list li:last-child{
	border-bottom:1px dashed #5F4E3E;
}

.qanda_list li dt,
.qanda_list li dd{
	display:flex;
	align-items:baseline;
	position: relative;
}

.qanda_list li dt{
	padding-bottom: 0px;
	font-size:2.4rem;
	font-weight: 700;
	line-height:1.45;
	padding-right: 35px;
}

.qanda_list li dd{
	padding: 30px 0 0px;
	font-size:1.8rem;
	font-weight:500;
	line-height:1.444;
}

.qanda_list li .que,
.qanda_list li .ans{
	display:flex;
	align-items:center;
	margin-right:30px;
	width:40px;
	height:40px;
	flex-shrink:0;
	color:#fff;
	justify-content:center;
	border-radius:50%;
	font-size:2.4rem;
	font-weight:900;
	padding-bottom: 4px;
}

.qanda_list li .que{
	background:#5F4E3E;
}

.qanda_list li .ans{
	background:#E8746D;
}


.qanda_list dt .pulu{
	position: absolute;
	display: flex;
	right: 9px;
	width: 20px;
	height: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.qanda_list dt .pulu span{
	width: 20px;
	background: #5F4E3E;
	height: 2px;
	display: block;
	position: absolute;
	right: 0;
}

.qanda_list .open  .pulu span + span{transform: rotate(0deg);}

.qanda_list  .pulu span + span{transform: rotate(90deg);}

.contact02{
	padding: 0px 0 140px;
}


.c_text1,
.contact02 .text1{
	margin-top:22px;
	font-size:1.8rem;
	font-weight:500;
}

.c_text1{
	margin-top:60px;
}

.send_btn.btn3{margin: 20px auto 0;max-width: 415px;height: 74px;border-radius: 74px;}

.thanks_area{
	text-align:center;
	margin:40px auto;
}

.thanks_area .title1{
	text-align:center;
	font-size: clamp(2rem, 3vw, 3.8rem);
	line-height: 1.6;
	font-weight:700;
	margin-top:40px;
}

.cater01{
	padding:140px 0 94px;
}

.cater01_div1{
	margin-bottom:80px;
}

.cater01_div1 .img{
	max-width: 776px;
	margin:0 auto;
	width: 80%;
}

.cater01_div1 .img img{
	width:100%;
	padding-right: 19.33%;
}

.cater01_div1 .text1{
	text-align:center;
	font-size: clamp(2rem, 3vw, 3.8rem);
	line-height: 1.6;
	font-weight:700;
	margin-top:40px;
}

.cater01_div2{
	
}

.cater01_div2 .img_area{
	width:100%;
	position:relative;
}

.cater01_div2 .img_area:before{
	position:absolute;
	content:"";
	width:100%;
	height:1px;
	border-bottom:1px dashed #5F4E3E;
	bottom:0;
	top:0;
	margin:auto;
	z-index:-1;
}

.cater01_div2 .img_area .img{
	max-width:224px;
	width:100%;
	margin:0 auto;
}

.point_list1{
	display:flex;
	justify-content:space-between;
}

.point_list1 li{
	margin-top:56px;
	border:5px solid #BAA999;
	border-radius:34px;
	background:#fff;
	padding:8px 10px;
	max-width:564px;
	width: 49%;
	position: relative;
}

.point_list1 li .point_in{
	width:100%;
	height:100%;
	border:1px dashed #BAA999;
	border-radius:22px;
	padding: 39px 18px 19px;
}


.point_list1 li .point_in .ab_text{
	position:absolute;
	top:-15px;
	left:0;
	right:0;
	margin:0 auto;
	max-width:293px;
	width: 75%;
	background:#FB9E99;
	font-size:3rem;
	color:#fff;
	line-height:1;
	height:47px;
	display:flex;
	align-items:center;
	justify-content:center;
}


/* 三角共通 */
.point_list1 li .point_in .ab_text::before,
.point_list1 li .point_in .ab_text::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
}

/* 左三角 */
.point_list1 li .point_in .ab_text::before{
  left: -9px;
  border-top: 23.5px solid transparent;
  border-bottom: 23.5px solid transparent;
  border-right: 9px solid #FB9E99;
}

/* 右三角 */
.point_list1 li .point_in .ab_text::after{
  right: -9px;
  border-top: 23.5px solid transparent;
  border-bottom: 23.5px solid transparent;
  border-left:9px solid #FB9E99;
}

.point_list1 li .point_in .title{
	text-align:center;
	font-size: clamp(1.6rem, 2vw, 2.5rem);
	line-height: 1.44;
	font-weight:700;
	margin-bottom:10px;
}

.point_list1 li .point_in .text1{
	font-weight:400;
}

.cater01_div2 .text{
	text-align:right;
	margin-top:16px;
	font-size: clamp(1.5rem, 2.4vw, 1.8rem);
	line-height: 1.44;
	font-weight:400;
}

.cater02.content02 .co2_div1{
	
padding: 63px 0 0;
}

.cater02.content02 .co2_div1.cate02_div1{
	margin-top: 102px;
	padding-top: 94px;
	border-top: 1px dashed #5F4E3E;
}


.co2_list1.norank li:before{
	display:none;
}

.co2_list1.norank{
	margin-top:-5px;
}

.co2_list1.norank li{
	margin-top:75px;
}


.cater02.cater03.content02 .co2_div1{
	
padding: 35px 0 0;
}

.bnr_area{
	background:#fff;
	padding:82px 0;
}

.bnr_flex{
	display:flex;
	justify-content:space-between;
}

.bnr_flex .bnr{
	width:48%;
	max-width:564px;
}

.bnr{
	border-radius:34px;
	padding:8px 10px;
}

.bnr .bnr_in{
	border:1px dashed #BAA999;
	border-radius:22px;
	min-height:204px;
	position:relative;
	padding: 4.87% 6.557% 3.748%;
	display: flex;
	align-items: center;
}


.bnr .bnr_in:before{
	position:absolute;
	content:"";
	width:85px;
	height:66px;
	background:url(./img/catering/bnr1_sakura.svg)no-repeat;
	background-size:contain;
	left: 15px;
	bottom: 11px;
	opacity:0.05;
}
.bnr.bnr2 .bnr_in:before{
	background:url(./img/catering/bnr2_sakura.svg)no-repeat;
	background-size:contain;
}

.bnr .bnr_in:after{
	position:absolute;
	content:"";
	width: 40%;
	height:167px;
	background: url(./img/catering/bnr1_img.svg)no-repeat center;
	background-size:contain;
	right: 2.82%;
	bottom: 0;
	top: 0;
	margin: auto;
	max-width: 210px;
}
.bnr.bnr2 .bnr_in:after{
	background:url(./img/catering/bnr2_img.svg)no-repeat center;
	background-size:contain;
	max-width: 188px;
	width: 36%;
	height: 176px;
}

.bnr.bnr1{
	border:5px solid #5F4E3E;
	background:#EDE7E1;
}

.bnr.bnr2{
	border:5px solid #E8746D;
	background:#F7E7E5;
}

.bnr .bnr_in .text{
	font-size: clamp(2rem, 3vw, 3.8rem);
	line-height: 1.394;
	font-weight:900;
	max-width: 230px;
	text-align: center;
	width: 52%;
}

.bnr .bnr_in .text span{
	display:block;
	font-size: clamp(1.6rem, 3vw, 3rem);
	line-height: 1.2222;
	font-weight:400;
	margin-top: 2.6%;
	text-align: center;
}

.cate_det01{
	padding: 128px 0 143px;
}


.cate_det_div {
	background: #FFFFFF;
	border: 6px solid #BAA999;
	border-radius: 16px;
	padding: 9px;
	margin-bottom: 85px;
}

.cate_det_div:last-child{
	margin-bottom:0;
}

.cate_det_div .cate_det_div_in{
	border: 1px dashed #BAA999;
	border-radius: 6px;
	padding: 6.061% 6.581% 6.927%;
}

.cate_det_div .title_area1{
	text-align:center;
	position:relative;
	padding-bottom:30px;
	margin-bottom: 5.095%;
}

.cate_det_div .title_area1:before{
	position:absolute;
	content:"";
	width:98px;
	height:1px;
	background:#5F4E3E;
	left:0;
	right:0;
	margin:auto;
	bottom:0;
}

.cate_det_div .title_area1 .title{
	margin:5px auto;
	font-size: clamp(2.2rem, 4vw, 3.5rem);
	line-height: 1.457;
	font-weight:700;
}

.cate_det_div .title_area1 .text{
	font-size:2rem;
	font-weight:700;
	line-height:1.45;
}

.cate_det_div .flex .left{
	max-width:470px;
	width:48%;
}

.cate_det_div .flex .right{
	max-width:480px;
	width:48%;
}

.cate_det_div .flex .right .title1{
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	line-height: 1.44;
	font-weight:700;
}

.cate_det_div .flex .right .text1{
	margin-top:13px;
	font-weight:400;
}

.cate_det_div .flex .right .price_area{
	border-top:1px dashed #5F4E3E;
	padding-top:20px;
	margin-top:20px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.cate_det_div .flex .right .price_area .text2{
	min-width: 82px;
	padding: 1px 4px 3px;
	font-size: clamp(1.5rem, 1.8vw, 1.9rem);
	background:#5F4E3E;
	color:#fff;
	text-align:center;
	line-height:1.421;
	font-weight:700;
	margin-right: 2.919%;
}

.cate_det_div .flex .right .price_area .price{
	font-size: clamp(1.5rem, 1.8vw, 1.9rem);
	font-weight:700;
	line-height:1.421;
}

.cate_det_div .flex .right .price_area .price .big{
	font-size: clamp(2.2rem, 3vw, 2.9rem);
	line-height: 1.44;
	font-weight:700;
}

.cate_det_div .flex .right .btn{
    width: 100%;
    background: #5F4E3E;
    border-radius: 10px;
    color: #fff;
    padding: 16px 0;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.444;
    transition: .4s;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top:24px;
	position:relative;
}

.cate_det_div .flex .right .btn:before {
    position: absolute;
    content: "";
    width: 23px;
    height: 23px;
    background: url(./img/common/arrow_bro2.svg) no-repeat;
    background-size: contain;
    right: 20px;
    margin: auto;
}

.menu_div{
	background:#FAF0E2;
	border:1px solid #5F4E3E;
	padding: 17px 30px 20px;
	margin-top: 5.396%;
}

.menu_div .title_area2{
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.menu_div .title_area2 .title1{
	margin-right: 29px;
	flex-shrink: 0;
	font-size:1rem;
	font-weight:700;
	line-height:1.5;
}

.menu_div .title_area2 .title1 span{
	font-weight:400;
	font-size: clamp(2.2rem, 5vw, 4.4rem);
	line-height: 1.25;
	margin-right:6px;
}

.menu_div .title_area2 .bar{
	width:100%;
	height:1px;
	background:#5F4E3E;
}

.menu_div .text_area{
	display:flex;
	justify-content:space-between;
	margin-top: 20px;
}

.menu_div .text_area .text1{
	width:48%;
	line-height:2.1875;
	font-weight:400;
}

/* slider */
.cate_det_div .item_area{
	
}

.cate_det_div .item_area .i_cont{
	width:100%;
	max-height: 289px;
	height: 30vw;
	background: #FAF0E2;
	border-radius: 15px;
	overflow: hidden;
}

.cate_det_div .item_area .i_cont img{
	width:100%;
	height:100%;
	object-fit:contain;
	object-position:center;
}


.cate_det_div .item_area .thumbnail{
	margin-top: 30px;
}

.cate_det_div .item_area .t_cont{
	max-width: 148px;
	width: 95%;
	margin: 0 auto;
	height: 10vw;
	max-height: 92px;
	border-radius:15px;
	overflow: hidden;
}

.cate_det_div .item_area .t_cont img{
	width:100%;
	height:100%;
	object-fit:cover;
}


.cate_det_div .item_area .t_sld.slick-current .t_cont{
	border:2px solid;
}


.qanda01{
	padding: 90px 0 150px;
}

.cater01 .btn3{
	font-size:2rem;
	max-width: 450px;
	height:80px;
	border-radius:100px;
}
select.ui-datepicker-year {
    font-size: 1.3rem !important;
}


.link_radio {
	margin-top: 60px;
	font-size: clamp(1.6rem, 2vw, 1.8rem);
	margin-bottom: 60px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.link_radio .left{
	width: 100%;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
	font-size: clamp(2rem, 3vw, 2.6rem);
}

.link_radio .right{
	width: 100%;
	justify-content: space-between;
	max-width: 700px;
}
/* =========================
   タブ全体
========================= */
.link_radio {
  margin-bottom: -1px;
}

.link_radio .right {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #d8d2c8;
  flex-direction: row; /* 念のため固定 */
}

/* ラジオ非表示 */
.link_radio input[type="radio"] {
  display: none;
}

/* タブ */
.link_radio label {
  flex: 1;
  text-align: center;
  padding: 16px 10px;
  font-size: 15px;
  cursor: pointer;
  background: #f3efe9;
  border: 1px solid #d8d2c8;
  border-bottom: none;
  margin-right: 10px; /* タブを繋げる */
  transition: all 0.2s ease;
}

.link_radio label:last-child {
  margin-right: 0;
}

/* hover */
.link_radio label:hover {
  background: #ebe5dc;
}

/* アクティブ（ページごとに付与） */
.link_radio label.active {
  background: #e8746d;
  color: #f3efe9;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 2;
}

/* =========================
   フォーム枠（タブと一体化）
========================= */
.contact02 {
  margin-top: 0;
}

.contact02 .inner {
  border: 1px solid #d8d2c8;
  border-radius: 0 6px 6px 6px;
  padding: 40px 30px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}
/*-- 固定ここまで --*/


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1921px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1921px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1500px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
.hd_link .hd_link_btn1{
	font-size: 1.6rem;
}

.hd_link_btn1 .img{
	margin-right:4px;
	width:30px;
}


.nav_list1 a{
	font-size:1.6rem;
}

.nav_list1{
	width:65%;
}

.hd_link{
	width:34%;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1500px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



	
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1400px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


	
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1300px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1300px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


		

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

header {
    padding: 0 1.5%;
    height: 100px;
}

.hLogo {
    width: 20%;
}

.pc_nav {
    width: 79%;
}

	.hd_link .hd_link_btn1{
	font-size: 1.5rem;
		height:50px;
}

.hd_link_btn1 .img{
	margin-right:4px;
	width:24px;
}

.hd_link .inst_btn{
	max-width:50px;
}


.nav_list1 a{
	font-size: 1.5rem;
}

.nav_list1{
	width: 67%;
}

.hd_link{
	width: 32%;
}

#cover {
    margin: 100px auto 0;
}

#cover .cov-div {
    /* min-height: calc(100vh - 100px); */
}

#cover .cov-div .title {
	
}

#art_cover{
	margin-top:100px;
	height:300px;
}

#art_cover .title{
	font-size:3.4rem;
}

#art_cover .title .en{
	font-size:2.8rem;
	margin-top:8px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
	
	
		


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1000px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.hd_link .hd_link_btn1 {
	width: 50px;
	height: 50px;
}
	
.hd_link .hd_link_btn1 .text{
	display:none;
}


.hd_link .hd_link_btn1 .img{
	margin-right:0;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hd_link{
	width: 105px;
	flex-shrink:0;
}

    .hd_link .inst_btn {
		width: 50px;
		}

    .pc_nav {
        width: 79%;
        max-width: 700px;
    }

    .nav_list1 {
        width: 82%;
    }

.top_link .text_area{
	font-size:1.4rem;
}

.top_link .title_area {
    padding-bottom: 12px;
    min-height: 82px;
}

.top_link.top_link2 .title_area .title {
    font-size: 6rem;
}
	
.top_link .title_area .title {
    font-size: 7rem;
    margin-top: -8px;
}

.top_link:before {
    width: 44px;
    height: 44px;
    bottom: -24px;
}

.news_div .text1{
	padding: 20px 0;
	font-size:1.8rem;
	margin-right: 3%;
	width: 170px;
}


.news_btn .date{
	font-size:1.8rem;
	margin-right: 5%;
}


.news_btn .title1{
	font-size:1.8rem;
}

.co7_list1 li .text_area .num {
    width: 40px;
    height: 40px;
    font-size: 2rem;
    top: -25px;
}

.co2_list1 li{
	width: 32%;
	margin-right: 2%;
}

.cater01_div1 .img img {
    width: 100%;
    padding-right: 12%;
}

.bnr .bnr_in{
	min-height:170px;
}

.point_list1 li .point_in{
	padding: 39px 10px 19px;
}

.co6_tb th{
	font-size: 1.6rem;
}

.co6_tb td{
	font-size: 2.4rem;
}

.co6_tb td span.yen{
	font-size:1.6rem;
}

.cate_det_div .cate_det_div_in {
    padding: 6.061% 3% 6.927%;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1000px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 850px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

	
.hd_link .hd_link_btn1 {
	width: 40px;
	height: 40px;
}
	

.hd_link .hd_link_btn1 .img{
	width: 30px;
}

.hd_link{
	width: 85px;
}

    .hd_link .inst_btn {
		width: 40px;
		}


    .nav_list1 {
        width: 84%;
    }

	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 850px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc {
	display: none;
}

.sp {
	display: block;
}

nav li a {
	font-size: 1.5rem;
}


a[href*="tel:"] {
	pointer-events: initial;
	cursor: pointer;
	text-decoration: none;
	}

/* ヘッダー
----------------------------------------------------------- */


.headerUl{
	display: flex;
	width: 30%;
	justify-content: flex-end;
}

.menuBtn {
	/* width: 35%; */
	display: flex;
	align-items: center;
	justify-content: center;
}


/*--- modal ---*/

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 36px;
  height: 24px;
  z-index: 9999;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #5F4E3E;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 11px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span,
.headerScroll .menu-trigger span{
	background:#111;
}
	
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

/*gnav*/
.gnav{
    background: #fff;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: 1s;
    left: 0;
    top: 0;
}

.gnav.active{
	display: block;
}

.gnav__menu{
    display: block;
    width: 100%;
    height: 100%;
    padding: 60px 0 60px;
    margin-bottom: 10px;
}

.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    width: 100%;
	top: 0px;
    overflow: scroll;
}

nav .gnav__menu__item{
    margin: 15px auto 0;
    width: 95%;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.gnav__menu__item a{
    font-size: 2rem;
    font-weight: 700;
    padding: 0;
    text-decoration: none;
    transition: .5s;
    background: none;
    width: 100%;
    padding: 0 0 10px 0;
    display: block;
}


.gnav__menu__item a span{
	display:block;
	margin-top: -4px;
	font-weight: 400;
}

nav .gnav__menu__item a.btn03{
    padding: 0 5%;
    font-size: 2rem;
}

.pc_nav{
	display:none;
}

    nav .gnav__menu__item2 {
        margin: 15px auto 0;
        width: 95%;
    }

.hd_link{
	width:100%;
	margin: 0 auto;
}

.hd_link .hd_link_btn1{
	width: 77%;
	height: 58px;
	font-size: 1.8rem;
}

    .hd_link .hd_link_btn1 .img {
        width: 36px;
        margin-right: 4px;
    }
	
.contact01_div1{
	padding:30px 10px;
	border-radius:10px;
	margin-bottom: 60px;
}

    .hd_link .inst_btn {
        width: 58px;
        max-width: initial;
    }

.tb_flex{
	flex-direction:column;
}

input[type="text"], input[type="email"], input[type="tel"], select{
	height:50px;
}


.news01{
padding: 80px 0;
}

.news01 .flex{
	flex-direction:column;
}

.news01 .main_cont{
	max-width:initial;
	width: 100%;
}


.pagination-list{
	margin:40px auto 0;
}

.news01 .side_cont{
	width: 100%;
	margin:60px auto 0;
	display:flex;
	justify-content:space-between;
	max-width:initial;
}

.side_div{
	margin:0;
	width:48%;
}


.det_cont .title_area .dacate{
	max-width:180px;
}

.det_cont .title_area {
    padding-bottom: 20px;
    margin-bottom: 20px;
}


.news_list li{
	flex-direction:column;
	align-items: flex-start;
}

.news_list li .title1{
	width:100%;
	margin-top:8px;
}

.news_list li .dacate{
	width:100%;
	max-width: initial;
	justify-content: flex-start;
}

.news_list li .dacate .date{
	margin-right:16px;
}

.news_list li:before{
	top: auto;
	bottom: 73px;
}

    header {
        padding: 0 20px;
        height: 80px;
    }
	
.hLogo {
        width: 180px;
}

    #cover {
        margin: 80px auto 0;
    }

    #cover .cov-div {
        min-height: 500px;
        align-items: center;
        padding: 0 0 5%;
        height: calc(95vh - 80px);
    }

    #cover .cov-div .title {
    width: 80%;
    max-width: 380px;
    }

.top_link_area .flex {
	flex-direction:column;
}

.top_link {
    width: 100%;
    margin: 0 auto 40px;
}

.top_link_area {
    margin: -12% auto 0;
}

.btn1{
	justify-content: flex-start;
	padding: 0 4%;
	height: 80px;
	border-radius: 15px;
	font-size: clamp(1.8rem, 4vw, 2.6rem);
	max-width: 560px;
}

.btn1 .icon {
    margin-right: 4%;
    width:40px;
}

.btn1:before {
    right: 8px;
}

.news_div{
	flex-direction:column;
	align-items:flex-start;
	padding: 20px 0;
}

    .news_div .text1 {
        padding: 10px 0;
        font-size: 1.8rem;
        width: 170px;
        margin:0 auto 20px;
        width: 100%;
        border-radius: 10px;
    }

.news_btn{
	flex-direction:column;
	align-items:flex-start;
}

.news_btn .date{
	margin-right:0;
	margin-bottom:6px;
}


.inner{
	width: 89.334%;
}

.top_link .title_area{
	min-height:initial;
}

    .top_link .text_area {
        font-size: 1.5rem;
    }

.content01 .title{
	flex-direction:column;
	align-items: center;
}

.content01 .title .left{
	width:28%;
}

.content01 .title .right .big {
    font-size: clamp(2.2rem, 5vw, 4.1rem);
}

.content01 .title .right .logo1 {
    width: 70%;
}

.content01 .title .right {
    font-size: clamp(2rem, 5vw, 3.4rem);
}


.co1_list1 li .img .num{
	width:50px;
	height:50px;
}

.co1_list1 li .img .num span{
	font-size: 2.4rem;
}

.content01 .title .right .flex{
	justify-content:center;
}


.co1_list1{
	margin-top:50px;
}

.content01 {
    padding: 80px 0;
}

.top_title_area1 {
padding: 40px 0;
}

.top_link_area .btn1 {
    margin: 40px auto;
}

.co2_list1{
	margin-top: -30px;
	flex-direction:column;
}

.co2_list1 li {
    width: 100%;
    margin: 80px auto 0!important;
    max-width: 500px;
    border-radius: 24px;
}


.co2_div11{
	background: url(./img/top/co2_bnr.jpg)no-repeat center;
	background-size: cover;
	padding: 5px;
}

.co2_div11_in{
	padding: 30px 15px;
}

.co2_div11_in .title_area{
	flex-direction:column;
}

.co2_div11_in .title_area .title_text{
	margin:0 auto 10px;
}

.co2_div11_in .title_area .title_text:before{
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 15px solid #fff;
  border-bottom: 0;
	top:auto;
	bottom:-7px;
	right:0px;
	left:0px;
}

.co2_div11_in .title_area .title1{
	font-size: clamp(2rem,3vw,3.5rem);
	font-weight:700;
	line-height:1.457;
	color:#fff;
}

.co2_div11_in .text1{
	max-width:866px;
	width:100%;
	margin:21px auto 0;
	color:#fff;
	font-size:1.4rem;
	font-weight:500;
	line-height:1.714;
}

.content02 .btn1 {
    margin: 40px auto 0;
}
	
.co2_div2 {
    padding: 80px 0 0;
}


.co2_list1 li .text_area .price .price2 .big {
    font-size: 2.5rem;
}

.content03 .inner {
    padding: 60px 0 0;
}

.inst_list li {
    width: 48%;
    margin-top: 4%;
}

.content03 .btn1 .icon {
    margin-right: 4%;
    width: 30px;
}

.content04 .title_area .title .flex{display: block;}

.content04 .title_area .title .flex .logo1{
	display:inline-block;
	width: 70%;
}

.content04 .title_area .title .flex .big{
	display:block;
}

.co4_list1{
	flex-direction:column;
}
	
.co4_list1 li {
    width: 100%;
    margin:40px auto 0;
    padding-bottom: 30px;
    max-width: 500px;
}

.co4_list1 li:first-child{
	margin:0 auto 0;
}


.co4_list1 li .img{
	width:50%;
	margin:0 auto;
	max-width: 180px;
}

.co4_list1 li .title1{
	min-height:initial;
	margin-top: 20px;
}

.co4_list1 li .ab_text{
	font-size: clamp(4rem, 7vw, 4.6rem);
}

.co4_list1 li .ab_text span {
    font-size: clamp(6rem, 15vw, 12.8rem);
}


.content04 {
    padding: 80px 0 ;
}


.voice_sld{
	width:89.334%;
	margin:0 auto;
	height: initial!important;
}

.voice_sld_in{
	padding: 20px 10px;
	flex-direction:column;
	justify-content: flex-start;
	height:initial;
}

.voice_sld_in .img{
	width:80px;
	margin: 0 auto 20px;
}

.voice_sld_in .text_area{
	width:100%;
	height: initial;
}

.voice_sld_in .text_area .text1{
	font-size:1.5rem;
}

.voice_sld_in .text_area .name{
	font-size:1.8rem;
	padding-top: 20px;
}
	
.content05 {
    padding: 80px 0;
}

.content06 {
    padding: 80px 0;
}

.content06 .text_area{
	flex-direction:column;
	padding: 10px 20px 20px;
	margin-top: 10px;
}

.content06 .text_area .text1{
	width:100%;
	margin: 0 auto 10px;
	max-width: initial;
	padding: 10px 0;
}

.content06 .flex {
    margin-top: 30px;
	flex-direction:column;
}

.content06 .flex .left{
	max-width:initial;
	width:100%;
	margin:0 auto 30px;
}

.content06 .flex .right{
	max-width:initial;
	width:100%;
	margin:0 auto 0px;
}

.co7_list1{
	flex-direction:column;
	margin:10px auto 0;
}

.co7_list1 li{
	width:100%;
	max-width: 500px;
	margin:0px auto 0;
}

.co7_list1 li .text_area .title1 {
    font-size: clamp(2.2rem, 4vw, 2.5rem);
}

.co7_list1 li.arrow{
	margin:30px auto;
	transform:rotateZ(90deg);
	width:20px
}

.content07 {
    padding: 80px 0;
}

.content08{
	padding:80px 0;
}

.co8_div{
	margin: 20px auto 0;
}

.co8_div_in{
	flex-direction:column;
	padding: 20px 15px;
}

.co8_div1{
	width:100%;
	max-width:initial;
}

.co8_div_in .bar{
	width:100%;
	height:1px;
	margin:30px auto;
}

.tel_btn1 .icon {
    margin-right: 2.9%;
    max-width: 31px;
    width: 7%;
}

.tel_btn1 {
    font-size: clamp(4rem, 8vw, 5.3rem);
}

.co8_div1 .title1{
	margin-bottom:20px;
}

.co8_div1 .title1 .en {
    font-size: clamp(4rem, 7vw, 6rem);
}

.mainTit2 span{
	font-size: clamp(2.4rem, 4vw, 3rem);
}

.news_list1 li {
    padding: 20px 0;
	flex-direction:column;
	align-items:flex-start;
}
	
.news_list1 li .date{
	margin-bottom:8px;
}

.btn3{
	margin-top:50px;
}

footer {
    padding: 40px 0 0;
}

footer .flex{
	flex-direction:column;
}

footer .flex .left {
    width: 100%;
	margin:0 auto 20px;
}

footer .flex .right {
    max-width:initial;
    width: 100%;
}

.ft_list {
    font-size: 1.6rem;
	flex-direction:column;
	align-items:center;
}

.ft_list li{
	margin-top:10px;
}

.ft_flex{
	margin:30px auto;
}

.copyright{
	font-size:1.5rem;
}

.copy_link{
	font-size:1.5rem;
}

.co2_div1 {
    padding: 80px 0 0;
}

.co2_div1 .mainTit{
	margin:0 auto 30px;
}

.cater02 .co2_div1 .mainTit .sub{
	margin-bottom: 16px;
}

.cater02.deli02 .co2_div1 .mainTit{
	font-size: clamp(5rem, 9vw, 13.1rem);
}

.deli02 .co2_div1 .mainTit .sub{
	margin-bottom: 16px;
}
	

.co2_list1 li .img {
    border-radius: 24px 24px 0 0;
}


.comp01_list1 li{
	padding:20px 0;
	flex-direction:column;
	font-size:1.6rem;
}


.comp01_list1 li .left{
	width:100%;
	margin-bottom:12px;
}

.comp01_list1 li .right{
	width:100%;
}

.comp01_list1 li .right .text.matop2{
	margin-top:15px;
}

.comp01 {
    padding: 80px 0;
}

    #art_cover {
        margin-top: 80px;
        height: 250px;
    }

    #art_cover .title {
        font-size: 3rem;
    }

#art_cover .title .en{
	font-size:2.4rem;
}

.news01 .btn3 {
    margin: 60px auto 0;
}

.pankuzu {
    width: 89.334%;
}


.warn_area{
	flex-direction:column;
	padding: 10px 20px 20px;
	margin-top: 10px;
}

.warn_area .text1{
	width:100%;
	margin: 0 auto 10px;
	max-width: initial;
	padding: 10px 0;
}

.text_btn{
	display:flex;
	margin:8px 0 0;
}

.contact01 .btn_area{
	margin:40px auto 0;
	flex-direction:column;
}

.contact01 .btn_area .btn3{
	width:100%;
	max-width:initial;
	margin:20px auto 0;
	font-size: 1.7rem;
}

.qanda_list li dt{
	font-size:1.8rem;
}

.qanda_list li .que, .qanda_list li .ans{
	font-size: 2rem;
	width: 32px;
	height: 32px;
	margin-right: 10px;
}

.qanda_list li{
	padding:20px 0;
}

.qanda_list li dd{
	padding:18px 0 0;
	font-size:1.5rem;
}

.contact_tb th, .contact_tb td{
	display:block;
	width:100%;
}

.contact_tb th{
	border-bottom:none;
	padding:20px 0 12px;
}

.contact_tb td{
	padding:0 0 20px;
}
	
.cater01 {
    padding: 80px 0;
}

.cater01_div1 .img{
	width:100%;
}

.cater01_div1 .text1 {
    font-size: clamp(2.2rem, 4vw, 3.8rem);
}

.cater01_div2 .img_area .img{
width: 48%;
}

.point_list1{
	flex-direction:column;
}

.point_list1 li .point_in .title {
    font-size: clamp(2rem, 4vw, 2.5rem);
}

.point_list1 li{
	width:100%;
	margin: 56px auto 0;
}

.point_list1 li .point_in{
	padding:39px 15px 15px;
}

.co2_list1.norank li:first-child{
	margin-top: 30px!important;
}

.content02 {
    padding: 0 0 100px;
}

.bnr_flex{
	flex-direction:column;
}

.bnr_flex .bnr{
	width:100%;
	margin:20px auto 0;
}


.bnr .bnr_in:after{
	max-width: 180px;
}

.bnr.bnr2 .bnr_in:after{
	max-width: 150px;
}

.bnr .bnr_in .text {
    font-size: clamp(2rem, 5vw, 3.2rem);
}

.cater02.content02 .co2_div1.cate02_div1 {
    margin-top: 60px;
    padding-top: 60px;
}

.bnr_area {
    padding: 60px 0;
}

    .cater01_div1 .img img {
        padding-right: 8%;
    }

.content06 .flex.flex1 .left .text_area1{
	position:initial;
}

.content06 .flex.flex1 .left{
	padding: 30px 20px;
	margin-bottom: 0;
}

.content06 .flex .left .img{
	width:100%;
}
	
.content06 .flex .left .text_area1 .title1{
	margin-bottom:20px;
}

.co6_diva{
	margin-top: 0px;
	flex-direction:column;
}

.co6_diva1{
	width:100%;
	margin-top: 40px;
}

.cate_det_div {
    border: 3px solid #BAA999;
    padding: 6px;
    margin-bottom: 50px;
}

.cate_det_div .flex{
	flex-direction:column;
}

.cate_det_div .flex .left{
	max-width:initial;
	width:100%;
	margin:20px auto 0;
}
	
.cate_det_div .flex .right{
	max-width:initial;
	width:100%;
	margin:30px auto 0;
}

.cate_det_div .flex .right .price_area .text2{
	font-size:1.9rem;
}

.cate_det_div .flex .right .price_area{
	flex-direction:column;
	align-items:flex-start;
}

.cate_det_div .flex .right .price_area .price{
	font-size:1.6rem;
	margin-left:auto;
}

.cate_det_div .flex .right .price_area .price .big{
	font-size:3rem;
}

.menu_div{
	padding:20px;
}

.menu_div .title_area2 .title1 span{
	font-size:3.6rem;
}

.menu_div .text_area{
	flex-direction:column;
}

.menu_div .text_area .text1{
	width:100%;
	font-size: 1.5rem;
}

.cate_det_div .item_area .i_cont {
    max-height: initial;
    height: 49vw;
}

.cate_det_div .item_area .t_cont{
	max-height:initial;
	height: 23vw;
}

.cate_det_div .flex .right .text1{
	font-size:1.5rem;
}

.cate_det_div .title_area1 .text {
    font-size: 1.6rem;
}

.cate_det01 {
    padding: 100px 0;
}



.qanda01{
	padding:80px 0;
}

.qanda01 .contact1_div1{
	padding:0;
}
	

.cater01 .btn3{
	font-size:1.4rem;
	max-width:320px;
	height:70px;
	border-radius:100px;
}

/* .link_radio {
    margin-top: 40px;
    margin-bottom: 40px;
} */

.link_radio .right{
	justify-content:center;
	align-items:center;
}

.link_radio .right label{
	margin-top:6px;
	font-size:1.8rem;
}
/* 横並び強制 */
  .link_radio .right {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* タブ */
  .link_radio label {
    flex: 0 0 auto;
    min-width: 120px;
    font-size: 10px;
    padding: 12px 8px;
  }

  /* スクロールバー非表示 */
  .link_radio .right::-webkit-scrollbar {
    display: none;
  }

  /* フォーム余白 */
  .contact02 .inner {
    padding: 25px 15px;
  }
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
	
} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 591px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc2, .pcTel {
	display: none;
}

.sp2 {
	display: block;
}

.spTel  {
	display: inline;
}


/*-- テーブル --*/

table {
	width: 100%;
}


/*-- ページトップ --*/

#pageTop {
	display: none !important;
}


/* フッター
----------------------------------------------------------- */

.sp nav {
	margin: 0 auto;
}


/* トップページ
----------------------------------------------------------- */

#main {
}


.btn1:before {
    width: 24px;
    height: 24px;
}
	
    .btn1 .icon {
        width: 36px;
    }

.co1_list1 {
	flex-direction:column;
	margin:20px auto 0;
}

.co1_list1 li{
	width:100%;
	margin:20px auto 0;
	max-width:200px;
}

.btn1{
	height:70px;
}

.co6_list2 li .color {
    width: 12px;
    height: 12px;
    margin-right: 3%;
}

.bnr .bnr_in:before{
	left: 6px;
	bottom: 6px;
	height: 47px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.bnr .bnr_in {
        min-height: 140px;
    }
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 320px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 320px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */