@charset "utf-8";

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

html{
	scroll-padding: 120px;
}

body {
	width: 100% !important;
	color: #250E00;
	line-height: 2.25;
	overflow: hidden;
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: "Noto Sans JP", sans-serif!important;
	font-weight: 500;
}

.ship{
	font-family: "Shippori Mincho B1", serif!important;
}

.serif{
	font-family: "Noto Serif JP", serif!important;
}

/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: blue;
}
.red{
	color: #980707;
}
.green{
	color: green;
}
.yellow{
	color: yellow;
}
.black{
	color: #250E00;
}

.bgwh{
	background: #ffffff;
}
.bgblu{
	background: linear-gradient(to right, #165888 , #172D6B);
}
.bgbla{
	background:#250E00;
}
.bgred{
	background: #980707;
}
.bggre{
	background: green;
}
.bgyel{
	background: yellow;
}

/*リンク表示方法*/

a {
	text-decoration: none;	
}

a:link {
	color: #250E00;
}

a:visited {
	color: #250E00;
}

a:active {
	color: #250E00;
}

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
-----------------------------------------------------------*/
.website header {
	display:none;
}

header {
	padding: 0 2.657%;
	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: #100600;
	height: 120px;
}

header.headerScroll{
	height:100px;
}

.hLogo{
	width: 114px;
}


.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: 78%;
	display: flex;
	max-width: 1460px;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
}

.nav_list1{
	display: flex;
	justify-content: flex-end;
	max-width: 1000px;
	width: 74%;
}

.nav_list1 li {
	margin-left:auto;
}

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

.nav_list1 a {
	display: block;
	text-decoration: none;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.4375;
	color: #fff;
}


.shop .nav_list1 .shop_nav a{
	color:#B99660;
}
.edamame .nav_list1 .eda_nav a{
	color:#B99660;
}
.commitment .nav_list1 .comm_nav a{
	color:#B99660;
}
.boar .nav_list1 .boar_nav a{
	color:#B99660;
}
.news .nav_list1 .news_nav a{
	color:#B99660;
}
.sightseeing .nav_list1 .sigh_nav a{
	color:#B99660;
}
.voice .nav_list1 .voice_nav a{
	color:#B99660;
}

.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: 243px;
	width: 24%;
	margin-left: auto;
	justify-content: flex-end;
}

.hd_link a.tel_btn{
	color:#fff;
}
	
.hd_link a.tel_btn .text1{
	font-size: clamp(1.4rem,1.4vw,2rem);
	font-weight:700;
	letter-spacing:0.1em;
	line-height:1;
	text-align: center;
}
	
.hd_link a.tel_btn .text2{
	display:flex;
	align-items: end;
	justify-content:center;
	font-size: clamp(2rem,2vw,3.2rem);
	font-weight:700;
	line-height:1.45833;
}

.hd_link a.tel_btn .text2 .icon{
	display:flex;
	margin-right: 11px;
	padding-bottom:4px;
}


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

#modal {
	display: none;
}

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

#cover {
	width: 100%;
	margin: 0px auto 0;
	display: flex;
	position:relative;
	z-index: 2;
}

a.cont_btn{
	position:absolute;
	top: 3.126%;
	right: 2.6045%;
	max-width:308px;
	width:100%;
	height:93px;
	background:#950909bf;
	color:#fff;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	z-index: 1;
}

a.cont_btn .text1{
	font-size:2rem;
	font-weight:700;
	letter-spacing:0.1em;
	line-height:1.45;
}

a.cont_btn .text2{
	display:flex;
	align-items: end;
	justify-content:center;
	font-size:3.2rem;
	font-weight:700;
	line-height:1.4375;
}

a.cont_btn .text2 .icon{
	display:flex;
	margin-right:11px;
	padding-bottom:6px;
}

.news_area{
	position:absolute;
	bottom: -27px;
	right:0;
	background: #FFFFFF;
	max-width: 596px;
	width: 32%;
	padding: 4.375vh 2.625%;
}


.news_area .flex{
	align-items: flex-end;
}

.news_area .flex .title{
	font-size: 3.2rem;
	font-size: clamp(2rem,3vw,3.2rem);
	font-weight: 500;
	line-height: 1.4375;
}

.more_btn1 {
	display:flex;
	font-size:2rem;
	font-weight:700;
	line-height:1.45;
	width:88px;
	border-bottom:1px solid;
	position:relative;
	margin-bottom: 4px;
}


.more_btn1:before{
	position:absolute;
	content:"";
	width: 21px;
	height: 9px;
	background: url(./img/common/arrow_bla.svg)no-repeat;
	background-size: contain;
	right: 0;
	top: 12px;
}

.news_link{
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:100%;
	margin-top: 20px;
}

.news_link .date{
	flex-shrink:0;
	line-height:1.5;
	font-weight: 500;
	margin-right: 6.454%;
}

.news_link .title1{
	line-height:1.5;
	font-weight: 500;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
	overflow: hidden;
}

#cover .side_nav{
	width: 18.958%;
	background: #100600;
	padding: 4.1667vh 5.625vh 0.5vh;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 2.813%;
	min-height: 700px;
}


#cover .side_nav .logo{
	max-width: 256px;
	width: 100%;
	margin: 0 auto;
	height: 35vh;
	max-height: 334px;
}

#cover .side_nav .logo img{
	width:100%;
	height:100%;
	object-fit:contain;
}

#cover .cov-div{
	width: 81.042%;
	overflow: hidden;
	height: 100vh;
	min-height: 700px;
}

#cover .side_nav .bar{
	margin: 5vh auto 4.1667vh;
	height: 1px;
	width: 58.6%;
	min-width: 70px;
	background: #707070;
}


.nav_list2 li {
	text-align:center;
	margin-top: 2.9167vh;
	line-height: 1.4375;
	font-weight: 600;
	font-size: clamp(1.4rem,2vh,1.6rem);
}

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

.nav_list2 li a{
	color:#fff;
}

.nav_list2 li a.active{
	color:#B99660;
}

.mv_sld {
	height: 100vh;
	width:100%;
	position: relative;
	min-height: 700px;
}

.mv_sld .img{
	height:100%;
	width:100%;
}

.mv_sld .img img{
	height:100%;
	width:100%;
	object-fit:cover;
}

.mv_sld .text_area{
	position:absolute;
	z-index: 1;
	color: #fff;
	text-shadow: 0 0 10px #000000;
}

.ver{
	    -ms-writing-mode: tb-rl;
	    writing-mode: vertical-rl;
	    white-space: nowrap;
	    line-break: strict;
}

.mv_sld .text_area.text_area1{
	top: 0;
}

.mv_text {
	position:absolute;
	z-index: 1;
	pointer-events: none;
}

.mv_text.mv_text1{
	width: 44.842vh;
	right: 2.4%;
	top: 15%;
}

.mv_text.mv_text2{
	width: 45.63%;
	left: 2.6%;
	top: 5%;
}

.mv_text.mv_text3{
	width: 43.895%;
	left: 2%;
	top: 4%;
}

.mv_text.mv_text4{
	width: 71.98%;
	left: -7%;
	bottom: -7%;
}

.mv_text.mv_text5{
	width: 61.183%;
	left: -7.5%;
	bottom: -3.5%;
}

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

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

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

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

.inner2{
	width: 95%;
	max-width: 1440px;
	margin: 0 auto;
}

.mainTit{
	font-size: 4rem;
	line-height: 1.45;
	font-weight:700;
	font-size: clamp(2.4rem,4vw,4rem);
	text-align: center;
	letter-spacing: 0.1em;
}

.mainTit span{

}

.mainTit2{
	font-size: 1.8rem;
	line-height: 1;
	font-weight:500;
	font-size: clamp(1.6rem,4vw,1.8rem);
}

.mainTit2 span{

}

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

.content01{
	padding: 180px 0 100px;
	background: url(./img/common/bg_wh.jpg);
	position:relative;
	z-index: 1;
}

.content01:before{
	position:absolute;
	content:"";
	width:100%;
	height: 39.193%;
	background: url(./img/common/bg_yel.jpg);
	opacity:0.7;
	top:0;
	z-index:-1;
}

.co1_div1{
	position:relative;
	width:100%;
}

.co1_div1 .img{
	width: 76.688%;
	margin: 0 auto;
}

.co1_div1 .title{
	position:absolute;
	top: 6.82%;
	right: -1.375%;
	color:#fff;
	font-size: clamp(2.4rem,5vw,6.4rem);
	letter-spacing:0.1em;
	line-height:1.4375;
}

.co1_div1 .title span{
	display:block;
	text-shadow:0 0 10px #000000;
}

.co1_div1 .title span:first-child{
	margin-bottom:10px;
}

.content01 .flex{
	margin-top:90px;
	align-items: flex-start;
}

.content01 .flex .text_area{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-left: 5%;
	max-width: 385px;
	width: 29%;
}

.content01 .flex .img_area{
	max-width: 1013px;
	width: 64%;
	position: relative;
	padding-bottom: 5%;
}

.content01 .flex .img_area .img{
	width: 89.142%;
}

.content01 .flex .img_area:before{
	position:absolute;
	content:"";
	width: 36.526%;
	height: 56.577%;
	background:#950909;
	bottom:0;
	right:0;
	z-index: -1;
}

.content01 .flex .text_area .text{
	font-weight:700;
	letter-spacing:0.2em;
	white-space: nowrap;
	line-break: strict;
}

.content01 .flex .text_area .text > span{
	display:block;
	padding-top:31px;
}

.content01 .flex .text_area .text > span:has(.big){
	padding:0;
}


.content01 .flex .text_area .text .big{
	font-size: clamp(2.4rem,4vw,5.6rem);
	line-height:1.4285;
	letter-spacing:0.1em;
	line-height: 0.8;
}


.content02{
	background: #250E00;
	padding: clamp(80px,16vw,180px) 0;
}

.co2_list1{
	display:flex;
	justify-content:space-between;
	margin: 6.25% auto;
	max-width: 960px;
	width: 100%;
}

.co2_list1 li{
	width: 20.9%;
	max-width: 165px;
}

.content02 .text1{
	text-align:center;
	font-weight:500;
	letter-spacing:0.1em;
}

.content02 .btn1{
	margin-top:56px;
}

.content04 .btn1{
	margin-top:70px;
}

.btn1{
	display:flex;
	align-items:center;
	justify-content:center;
	background:#A81818;
	color:#fff!important;
	max-width:338px;
	margin:0px auto 0;
	width:100%;
	height:72px;
	font-size:2rem;
	font-weight:700;
	line-height:1.45;
	position:relative;
	transition: .4s;
}

.btn1:before{
	position:absolute;
	content:"";
	width:21px;
	height:9px;
	background: url(./img/common/arrow_wh.svg)no-repeat;
	background-size: contain;
	right: 16px;
	top: 0px;
	bottom:0;
	margin:auto;
}

.content03{
}

.co3_list1 li{
	display:flex;
	position: relative;
}

.co3_list1 li .img{
	width: 57.813%;
	position: relative;
}

.co3_list1 li .img:before{
	position:absolute;
	content:"";
	width: 14.325%;
	height:100%;
	right: -1px;
	top:0;
	background: linear-gradient(to left, #FFFFFF, transparent);
}

.co3_list1 li:nth-child(2n+2) .img:before{
	left: -1px;
	background: linear-gradient(to right, #FFFFFF, transparent);
	right:auto;
}


.co3_list1 li .text_area{
	text-align: left;
	position:absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 52.6045%;
	background: #FFFFFFb3;
	align-items: center;
}

.co3_list1 li .text_area .text_in{
	margin-left: 17.13%;
	margin-right: 2.5%;
}

.co3_list1 li .text_area .text_in .title{
	font-size: 4rem;
	line-height: 1.45;
	font-weight:700;
	font-size: clamp(2rem,4vw,4rem);
	letter-spacing: 0.1em;
}

.co3_list1 li .text_area .text_in .title span{
	max-width:310px;
	width:100%;
	display:block;
	background:url(./img/common/tit_sou.svg)no-repeat bottom right;
	background-size:contain;
}

.co3_list1 li .text_area .text_in .text1{
	margin-top: 11.877%;
	letter-spacing:0.1em;
}


.co3_list1 li:nth-child(2n+2){
	flex-direction:row-reverse;
}


.co3_list1 li:nth-child(2n+2) .text_area{
	right: auto;
	left:0;
}

.co3_list1 li:nth-child(2n+2) .text_area .text_in{
	margin-left: 2.5%;
	margin-right: 24.456%;
}

.content04{
	padding: clamp(80px,16vw,180px) 0;
	background: url(./img/common/bg_yel.jpg);
}

.co4_list1{
	display:flex;
	justify-content:space-between;
	width: 100%;
}

.co4_list1 li{
	max-width: 512px;
	width: 32%;
}

.co4_list1 li .img_area{
	padding-top: 12.5%;
	padding-left: 4.69%;
	position:relative;
}

.co4_list1 li .img_area .title_area{
	position:absolute;
	top:0;
	left:0;
	background: #FFFFFF;
	border: 5px solid #BCA62F;
	max-width: 137px;
	width: 32%;
	height: 85%;
	padding:5px;
	max-height: 301px;
}

.co4_list1 li .img_area .title_area .title{
	border:1px solid #BCA62F;
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	font-size: 4rem;
	line-height: 1.1;
	font-weight:700;
	font-size: clamp(2rem,3vw,4rem);
	letter-spacing: 0.1em;
	justify-content:center;
	padding-top: 22%;
}

.co4_list1 li:nth-child(2) .img_area .title_area .title span:nth-child(2){
	padding-top:2%;
}

.co4_list1 li:nth-child(3) .img_area .title_area .title{
	font-size: 3.2rem;
	font-size: clamp(2rem,2.4vw,3.2rem);
	line-height: 1.3;
}

.co4_list1 li:nth-child(3) .img_area .title_area .title span:nth-child(2){
	padding-top:2%;
}

.co4_list1 li:nth-child(3) .img_area .title_area .title span:nth-child(2) span{
    -ms-writing-mode: initial;
    writing-mode: initial;
    letter-spacing: 0;
}

.co4_list1 li .text1{
	line-height:2;
	margin-top: 6.25%;
}

.co4_list1 li .text2{
	line-height:1.5;
	margin-top: 2.737%;
}

.ma1920{
	max-width:1920px;
	margin:0 auto;
	width:100%;
}

.content05 .img{
	width: 53.334%;
	margin-right: -8.23%;
}

.content05 .text_area{
	width: 54.896%;
	padding: 6.25% 0 5.209%;
}

.content05 .text_area_in{
	margin-right:auto;
	max-width:894px;
	width: 98%;
}

.content05 .text_area_in .top{
	margin-left:auto;
	max-width:750px;
	width: 90%;
}

.content05 .text_area_in .top .title{
	font-size: 4rem;
	line-height: 2.025;
	font-weight:700;
	font-size: clamp(2.2rem,2.6vw,4rem);
	letter-spacing: 0.1em;
	display: inline-flex;
	align-items: baseline;
}

.content05 .text_area_in .top .title .big{
	font-size: clamp(2.8rem,3.6vw,5.6rem);
	line-height:1.4464;
}

.content05 .text_area_in .top .text1{line-height: 2;margin-top: 7.468%;}

.co5_list{
	display:flex;
	justify-content:space-between;
	margin-top: 9.509%;
}


.co5_list li{
	max-width:424px;
	width: 48.13%;
	box-shadow: 0 0 6px #00000052;
}

.map{
	width:100%;
	height:400px;
}

.map iframe{
	width:100%;
	height:100%;
}

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

footer {
	margin: 0px auto 0;
	padding: 90px 0 0;
	background: #250E00;
	color: #fff;
}

footer .left{
	display:flex;
	max-width: 637px;
	width: 65%;
	justify-content: space-between;
}

footer .left .logo{
	max-width:152px;
	width: 25%;
}

footer .left .add{
	max-width:429px;
	width: 72%;
}

footer .left .add .tel_area .text1{
	font-size:2rem;
	font-weight:700;
	line-height:1.45;
	letter-spacing:0.1em;
}

footer .left .add .tel_area .tel_btn{
	display:flex;
	align-items:center;
	color:#fff;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.4375;
}

footer .left .add .tel_area .tel_btn .icon{
	display:flex;
	margin-right: 10px;
	margin-top: 6px;
}

.ft_list1{
	margin-top: 27px;
}

.ft_list1 li{
	display:flex;
	justify-content:space-between;
	line-height: 1.8288;
}

.ft_list1 li .left1{
	width:104px;
	flex-shrink:0;
}

.ft_list1 li .right1{
	width:100%;
}

footer .right{max-width: 295px;width: 33%;display: flex;justify-content: space-between;padding-top: 15px;}

footer .inner {
}

.ft_list2 li{
	font-weight: 700;
	line-height: 1.4375;
	margin-top: 24px;
	font-size: 1.6rem;
}

.ft_list2 li:first-child{
	margin-top: 0px;
}

.ft_list2 li a{
	color:#fff;
}

.copyright {
	color: #fff;
	text-align: center;
	padding: 22px 0;
	font-size:1.3rem;
	font-weight:400;
	line-height:1.46;
	margin-top: 105px;
}



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

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

.pankuzu {
    width: 95%;
    margin: 0 auto;
    font-size: 12px;
    padding: 16px 0 0;
	max-width: 1080px;
}

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

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

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

/*--- ページトップ ---*/
#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: 220px;
	width: 100%;
	background: #F4F4F4;
}

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

input[type="text"],
input[type="email"],
input[type="tel"],
select{
	height: 64px;
	padding: 5px 15px;
	width: 100%;
	background: #F4F4F4;
	width: 100%;
}

::placeholder{
	color:#CCCCCC;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
option,
select{
	border: none;
}


select{
	max-width:340px;
}

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;
	font-weight: 500;
	display: block;
	width: 100%;
}

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


.contact_tb th {
	text-align: left;
	padding: 26px 0 15px;
	line-height: 1.45833;
	font-weight:500;
	font-size: clamp(1.8rem, 2.4vw, 2.4rem);
}

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

.contact_tb td {border-bottom: 1px solid #E5E5E5;padding-bottom: 30px;}

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

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

em{
	background: #E0090A;
	border-radius:2px;
	color:#fff;
	padding: 0px 8px;
	white-space: nowrap;
	font-size: clamp(1.2rem, 1.6vw, 2rem);
	margin-left:28px;
}

em.nini{
	background:#250E00;
}

.contact01_div3{
	margin-top:80px;
}


.pri_div{
	padding: 20px 1.622%;
	height: 180px;
	overflow-y:scroll;
	margin: 56px auto 48px;
	background: #fff;
	-ms-overflow-style: none;
	scrollbar-width: none;
	width: 100%;
	border: 1px solid #E5E5E5;
	font-size: clamp(1.6rem,1.6vw,2rem);
}

.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: 30px;
}


.pri_div dt{
	font-size: 1.4rem;
	line-height: 2.057;
}

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

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

.privacy_area{
	display:flex;
	align-items:center;
	justify-content:center;
	margin: 0 auto 20px;
	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: 15px;
	height: 15px;
	border: 1px solid #ccc;
	border-radius: 0;
	accent-color: #ccc;
	margin-right: 5px;
}

.contact01{
	padding:8.334% 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;
}

.tb_flex label{
	margin-right:3%;
}


.news01{
padding: clamp(80px, 16vw, 150px) 0  clamp(80px, 16vw, 150px);
}

.news01 .title{
	    font-weight: 700;
	    font-size: clamp(2.4rem, 3vw, 4rem);
	    letter-spacing: 0.1em;
	    line-height: 1.45;
	    padding-bottom: 16px;
	    position: relative;
	    background: url(./img/sightseeing/tit_sou.svg) bottom left;
	    background-size: initial;
	    background-repeat: repeat-x;
}


.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{
	color:#1982D8;
}



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

.pagination-list .page-numbers{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	width: 44px;
	height: 48px;
	background: #fff;
	margin: 0 0.6%;
	transition:.4s;
	font-weight: 500;
	text-decoration: none;
	color: #250E00;
	border-radius: 8px;
	border: 1px solid #250E00;
}


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



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

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


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

.det_cont .title_area{
	padding-bottom:28px;
	margin-bottom:56px;
	border-bottom:1px solid #E5E5E5;
}

.det_cont .title_area .dacate{
	margin-bottom:24px;
	width:100%;
}

.det_cont .title_area .title1{
	line-height: 1.45;
	font-weight:500;
	font-size: clamp(2.4rem, 3vw, 4rem);
}

.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:24px;
	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;
}

.detail_area h2{
	margin-bottom:24px;
	font-size: clamp(2rem,3vw,2.4rem);
	font-family: "Shippori Mincho B1", serif!important;
}

.detail_area h3{
	margin-bottom:16px;
	font-size: clamp(1.8rem,2.3vw,2.2rem);
	font-family: "Shippori Mincho B1", serif!important;
}

.detail_area h4{
	margin-bottom:12px;
	font-family: "Shippori Mincho B1", serif!important;
	font-size: clamp(1.6rem,2vw,2rem);
}


#art_cover{
	height:300px;
	margin-top:120px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background:url(./img/news/mv.jpg)no-repeat center;
	background-size:cover;
	background-position: 59% 50%;
}

.shop #art_cover{
	background:url(./img/shop/mv.jpg)no-repeat center;
	background-size:cover;
	background-position: 59% 50%;
}

.commitment #art_cover{
	background:url(./img/commitment/mv.jpg)no-repeat center;
	background-size:cover;
}

.sightseeing #art_cover{
	background:url(./img/sightseeing/mv.jpg)no-repeat center;
	background-size:cover;
}

.edamame #art_cover{
	background:url(./img/edamame/mv.jpg)no-repeat center;
	background-size:cover;
}

.boar #art_cover{
	background:url(./img/boar/mv.jpg)no-repeat center;
	background-size:cover;
}

.news #art_cover{
	background:url(./img/news/mv.jpg)no-repeat center;
	background-size:cover;
	background-position: 59% 50%;
}

#art_cover .art_logo{
	position:absolute;
	left: 8.334%;
	max-width: 167px;
	width: 16%;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

#art_cover .title{
	font-size: clamp(3rem,5vw,6.4rem);
	line-height: 1;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-shadow: 0 0 10px #000000;
}

.shop01{
	padding: clamp(80px,14vw,150px) 0 clamp(80px,16vw,188px);
}

.inner.r_inner{
	padding-left: 4.167%;
}

.inner.l_inner{
	padding-right: 4.167%;
}

.inner.c_inner{
	max-width:1440px;
}

.shop01_div{
	
}

.shop01_div .img_area{
	position:relative;
	z-index: 1;
}

.shop01_div .img_area:before{
	position:absolute;
	content:"";
	background:#950909;
	bottom: -16.13%;
	right: -7.237%;
	width: 40.132%;
	height: 82.26%;
	z-index: -1;
}


.shop01_div .img_area .img{
	width:100%;
	height:50vw;
	max-height: 620px;
}


.shop01_div .img_area .img img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.shop01_div .img_area .title{
	position:absolute;
	top: 8%;
	left: 2.8%;
	color:#fff;
	display:flex;
	flex-direction: column;
	font-size: clamp(2.6rem,4vw,5.6rem);
	font-weight: 700;
	line-height: 1.5;
	text-shadow: 0 0 10px #000000;
}

.shop01_div .text1{
	line-height:2.25;
	letter-spacing:0.1em;
	margin-top:32px;
	position: relative;
	z-index: 1;
}

.shop02{
	padding: clamp(80px,16vw,180px) 0 0;
	background: url(./img/common/bg_yel.jpg);
	position:relative;
}

.shop02:before{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height: 10.2%;
	background:#fff;
	content:"";
}

.shop02 .inner{
	max-width:1440px;
}

.artTit{
	font-size: clamp(2.4rem,3.4vw,4rem);
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.1em;
}

.shop02_div{
	margin: 56px auto 100px;
	display: flex;
	position: relative;
	z-index: 1;
}

.shop02_div .text_area{
	width: 50%;
	max-width: 720px;
	position:relative;
	padding: 2.778%;
	padding-right: 0;
}


.shop02_div .text_area:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background:#fff;
	opacity:0.5;
	z-index: -1;
	top: 0;
	left: 0;
}

.shop02_div .img{
	max-width:877px;
	width: 61%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	height:100%;
}

.shop02_div .img img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.shop02_div .img:before{
	position:absolute;
	left:-1px;
	top:-1px;
	width: 39.91%;
	height:calc(100% + 1px);
	background: linear-gradient(to right, #FCF7E0, transparent);
	content:"";
}

.shop02_list1{
	
}

.shop02_list1 li{
	display:flex;
	border-bottom:1px solid #DDCC74;
	padding:22px 0;
	line-height:1.5;
}

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

.shop02_list1 li .left{
	font-weight:700;
	width:120px;
	flex-shrink:0;
}

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

.shop03{
	padding: clamp(80px,16vw,180px) 0;
	background: url(./img/common/bg_wh.jpg);
}

.shop03_div{
	max-width:1035px;
	margin:0 auto;
	width:100%;
}

.shop03_div .text1{
	padding-left: 2.223%;
	margin-top: 20px;
	line-height: 2;
}

.shop_sld{
	width:95%;
	margin:0 auto;
	padding: 6px 0;
}

.shop_sld img{
	box-shadow:0 0 6px #00000052;
}

.comm01{
	padding:clamp(80px,16vw,150px) 0 90px;
	background: url(./img/common/bg_wh.jpg);
}

.comm01_div{
	padding: 32px 0px 60px;
	position:relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}

.comm01_div:before{
	position:absolute;
	content:"";
	top:0;
	left:0;
	width:127px;
	height:127px;
	border-top:4px solid #BCA62F;
	border-left:4px solid #BCA62F;
}

.comm01_div:after{
	position:absolute;
	content:"";
	bottom:0;
	right:0;
	width:127px;
	height:127px;
	border-bottom:4px solid #BCA62F;
	border-right:4px solid #BCA62F;
}

.comm01_div .title1{
	display:flex;
	flex-direction:column;
	margin-left: 10.487%;
	font-size: clamp(2.6rem,4vw,5.6rem);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.comm01_div .title1 .red{
	font-size: clamp(4rem,5vw,7.2rem);
}

.comm01_div .title1 > span:first-child .red{
	margin-bottom:10px
}

.comm01_div .title1 > span:last-child{
	padding-top:65px;
}

.comm01_div .title1 > span:last-child .red{
	margin-top:15px;
}

.comm01_div .text{
	display:flex;
	flex-direction:column;
	line-height: 2.5;
	letter-spacing: 0.3em;
	font-weight: 700;
	padding-top:100px;
}

.comm01_div .text.text1{
	margin-left: 5%;
}

.comm02{
	background: url(./img/common/bg_yel.jpg);
	padding:0 0 clamp(80px,16vw,180px);
	position:relative;
}

.comm02 img{
	width:100%;
}

.comm02:before{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 12%;
	background: url(./img/common/bg_wh.jpg);
	content:"";
}

.comm02 .shop01_div .img_area .title span:nth-child(2){
	padding-top:37px;
}

.comm02 .shop01_div .img_area .title span:nth-child(3){
	padding-top:85px;
}

.comm02 .shop01_div .text1{
	line-height:1.5;
}

.comm02_div2{
	margin-top: 11.667%;
}

.comm02_div2 .flex{
	align-items:flex-start;
}

.comm02_div2 .img_area{
	max-width:800px;
	width: 53%;
	position: relative;
}

.comm02_div2 .text_area{
	max-width:670px;
	width: 45%;
	position: relative;
	z-index: 1;
}


.comm02_div2 .text_area .text1{
	letter-spacing:0.1em;
	font-size: clamp(1.4rem,1.4vw,1.6rem);
}

.comm02_div2 .img_area .ab_img{
	position: absolute;
	max-width: 429px;
	width: 54%;
	bottom: -37.5%;
	right: -46.75%;
	box-shadow: 0 0 6px #00000052;
}

.comm02_div3{
	margin-top:273px;
}

.comm02_div2 .img_area .sou_tit{
	position:absolute;
	top: 3.28%;
	right: 6.25%;
}

.sou_tit{
	    background: #FFFFFF;
	    border: 5px solid #BCA62F;
	    max-width: 120px;
	    width: 10vw;
	    padding: 5px;
}


.sou_tit span{
	border: 1px solid #BCA62F;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	font-size: 4.8rem;
	line-height: 1.1;
	font-weight: 700;
	font-size: clamp(1.8rem, 3vw, 4.8rem);
	letter-spacing: 0.1em;
	justify-content: center;
	padding: 20px 0;
}

.comm02_div3 .img_area{
	position:relative;
}

.comm02_div3 .img_area .img{
	max-height:400px;
	height: 40vw;
}

.comm02_div3 .img_area .img img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.comm02_div3 .img_area .sou_tit{
	position:absolute;
	top: 7.753%;
	left: 5.903%;
}

.comm02_div3 .img_area .ab_text{
	position:absolute;
	bottom: 7.5%;
	right:0;
	padding: 10px 139px;
	font-weight: 700;
	font-size: clamp(1.8rem, 3vw, 4rem);
	letter-spacing: 0.1em;
	line-height:1.45;
	z-index:1;
}

.comm02_div3 .img_area .ab_text:before{
	background:linear-gradient(to right ,transparent 0%,#FFFFFF 15%,#FFFFFF 85%,transparent 100%);
	position:absolute;
	top:0;
	left:0;
	content:"";
	width:100%;
	height:100%;
	z-index:-1;
	opacity:0.8;
}

.comm02_div3 .flex{
	margin-top:40px;
	align-items: flex-start;
}

.comm02_div3 .flex .img{
	max-width:800px;
	width: 53%;
	position: relative;
}

.comm02_div3 .text_area{
	max-width:670px;
	width: 45%;
}


.comm02_div3 .text_area .text1{
	letter-spacing:0.1em;
	font-size: clamp(1.4rem,1.4vw,1.6rem);
}

.comm02_div3 .img .ab_img{
	position: absolute;
	max-width: 412px;
	width: 53%;
	bottom: -24.3%;
	left: -46.75%;
	box-shadow: 0 0 6px #00000052;
}

.comm02_div4{
	padding:241px 0 0;
}

.comm02_div4 .flex{
	align-items:center;
}

.comm02_div4 .img_area{
	position:relative;
	width: 53%;
	max-width:800px;
}

.comm02_div4 .img_area .sou_tit{
	position:absolute;
	top: 9.839%;
	right: 6.25%;
}

.comm02_div4 .text_area{
	max-width:670px;
	width: 45%;
}

.comm02_div4 .text_area .text1{
	letter-spacing:0.1em;
	font-size: clamp(1.4rem,1.4vw,1.6rem);
}

.sigh01{
	background:url(./img/common/bg_yel.jpg);
	padding:clamp(80px,16vw,150px) 0 clamp(80px,16vw,180px);
}

.sigh01_div1{
	background:#FFFFFF;
	border:5px solid #BCA62F;
	padding:5px;
	max-width: 1390px;
	margin: 0 auto 12.5%;
	width: 100%;
}

.sigh01_div1 .text1{
	border:1px solid #BCA62F;
	padding:30px 0;
	text-align:center;
	font-weight: 700;
	font-size: clamp(1.8rem, 3vw, 4rem);
	letter-spacing: 0.1em;
	line-height:1.6;
}

.artTit.cen{
	text-align:center;
}

.sigh01 .btn_flex{
	display:flex;
	max-width:776px;
	width:100%;
	margin:64px auto 56px;
}

.sigh01 .btn_flex .btn1{
	width:48%;
}

.map2{
	width:100%;
	height:450px;
}

.map2 iframe{
	width:100%;
	height:100%;
}


.sigh02{
	padding:clamp(80px,16vw,180px) 0;
}

.sigh02_list1{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:-16px;
}

.sigh02_list1 li{
	width:48%;
	max-width:670px;
	margin-top:72px;
}

.sigh02_list1 li .title{
	font-weight: 700;
	font-size: clamp(1.8rem, 2vw, 2.4rem);
	letter-spacing: 0.1em;
	line-height:1.45833;
	padding-bottom:22px;
	position:relative;
	background:url(./img/sightseeing/tit_sou.svg)no-repeat bottom left;
	background-size:initial;
	margin-bottom:38px;
}

.sigh02_list1 li .flex{
	align-items:flex-start;
}

.sigh02_list1 li .flex .img{
	box-shadow:0 0 6px #00000052;
	max-width: 303px;
	width: 46%;
}

.sigh02_list1 li .flex .text_area{
	max-width:343px;
	width: 52%;
}

.sigh02_list1 li .flex .text_area .text{
	letter-spacing:0.1em;
	line-height:1.5;
	font-size: clamp(1.4rem,1.4vw,1.6rem);
}

.sigh02_list1 li .flex .text_area .text2{
	line-height:2.25;
	margin-top:15px;
}

.eda01{
	background:url(./img/common/bg_yel.jpg);
	padding:clamp(80px,16vw,150px) 0 clamp(80px,16vw,180px);
}

.eda01_list1 li{
	margin-bottom: 6.945%;
}


.eda01_list1 li:nth-child(2n) .flex{
	flex-direction:row-reverse;
}

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

.eda01_list1 li .text_area{
	max-width:670px;
	width: 48%;
}

.eda01_list1 li .img_area{
	max-width:720px;
	width:50%;
}

.eda01_list1 li .img_area .img{
	box-shadow:0 0 6px #00000052;
}

.eda01_list1 li .img_area .img img{
	width:100%;
}

.eda01_list1 li .text_area .title1{
	font-weight: 700;
	font-size: clamp(2.4rem, 3vw, 4rem);
	letter-spacing: 0.1em;
	line-height:1.45;
	padding-bottom:20px;
	position:relative;
	background:url(./img/sightseeing/tit_sou.svg)no-repeat bottom left;
	background-size:initial;
}

.eda01_list1 li .text_area .title1 .small{
	display:block;
	font-weight: 700;
	font-size: clamp(2rem, 2.4vw, 2.8rem);
	letter-spacing: 0.1em;
	line-height:1.4285;
	margin-top:13px;
}

.eda01_list1 li .text_area .title2{
	font-weight: 700;
	font-size: clamp(1.8rem, 2vw, 2.4rem);
	letter-spacing: 0.1em;
	line-height:1.45833;
	margin: 4.778% 0 0;
}

.eda01_list1 li .text_area .text1{
	letter-spacing:0.1em;
	line-height:2.25;
	margin-top: 4.778%;
}

.eda01_list1 li .img_text {
	margin-top:12px;
	text-align:center;
	display:block;
	font-weight: 700;
	font-size: clamp(1.6rem, 2vw, 3rem);
	letter-spacing: 0.1em;
	line-height:1.46667;
}


.eda02{
	padding:clamp(80px,16vw,180px) 0;
	background: url(./img/common/bg_wh.jpg);
}

.eda01_list1 li .text_area .text1.matop{
	margin:24px 0 40px;
}

.eda02_text1 {
	border:3px solid #9E1F1D;
	text-align:center;
	padding:13px 0;
	font-weight: 700;
	font-size: clamp(2.4rem, 3vw, 4rem);
	letter-spacing: 0.1em;
	line-height:1.45;
	max-width:570px;
	width:100%;
	box-shadow: 0 0 6px #00000029;
}

.eda02_text2{
	margin-top: 2.39%;
	letter-spacing: 0.1em;
	line-height:1.5;
}

.eda01_list1 li .flex1.cen .eda02_text2{
	line-height:2.25;
}

.eda01_list1 li .flex1.cen{
	align-items:center;
	margin-top:32px;
}

.eda01_list1 li .flex2{
	justify-content:flex-start;
	margin: 15px auto 9.703%;
	align-items:center;
}


.eda01_list1 li .flex2 .left{
	width:157px;
	height:157px;
	background:#9E1F1D;
	border-radius:50%;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	border:5px solid #BCA62F;
	padding: 7px;
	margin-right: 4.479%;
	flex-shrink: 0;
}

.eda01_list1 li .flex2 .left p{
	border:1px solid #BCA62F;
	width:100%;
	height:100%;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	font-size:2.4rem;
	line-height:1.3333;
	font-weight:700;
}

.eda01_list1 li .flex2 .right{
	letter-spacing:0.1em;
}

.boar01{
	background:url(./img/common/bg_yel.jpg);
	padding:clamp(80px,16vw,150px) 0 clamp(80px,16vw,150px);
}

.boar01 img{
	width:100%;
}

.boar01_div{
	position:relative;
	width: 100%;
}

.boar01_div .img_area{
	position:relative;
	width: 72.917%;
}

.boar01_div .img_area .img2{
	position:absolute;
	top: 4.243%;
	left: 3.81%;
	max-width:210px;
	width: 20%;
}

.boar01_div .img_area .title{
	position:absolute;
	top: 3.032%;
	right: 7%;
	color:#fff;
	display: flex;
	flex-direction: column;
	font-size: clamp(2.6rem, 4vw, 5.6rem);
	font-weight: 700;
	line-height: 1.5;
	text-shadow: 0 0 10px #000000;
	align-items: flex-end;
}

.boar01_div .img_area .title span:first-child{
	padding-bottom: 42px;
}

.boar01_div .img_area .text1{
	position:absolute;
	bottom: 4.547%;
	left: 3.81%;
	color:#fff;
	text-shadow: 0 0 10px #000000;
	font-size: clamp(1.4rem, 1.4vw, 2rem);
	line-height:1.45;
	letter-spacing:0.1em;
	font-weight:500;
}

.boar01_div .img_area .text1 span{
	display:block;
}

.boar01_div .img_area .text1 span:first-child{
	padding-bottom: 1.219%;
}

.boar01_div .text{
	letter-spacing:0.1em;
	line-height:1.5;
	margin-top: 2.223%;
}

.boar01_div .img3{
	position:absolute;
	bottom: 44.3%;
	right:0;
	max-width: 424px;
	width: 30%;
	box-shadow: 0 0 6px #00000052;
}

.boar01_div .img4{
	position:absolute;
	bottom: 0;
	right: 2%;
	max-width: 424px;
	width: 30%;
	box-shadow: 0 0 6px #00000052;
}

.boar01 .boar_flex1{
	margin-top:44px;
}

.boar_flex1 .boar01_list1{
	width:32%;
	max-width: 447px;
	width: 32%;
}

.boar01_list1 li{
	display:flex;
	justify-content:space-between;
	padding:20px 0;
	border-bottom:1px solid #DDCC74;
	font-size: clamp(1.4rem, 1.4vw, 2rem);
	line-height:1.45;
	letter-spacing:0.1em;
}

.boar01_list1 li .name{
	font-weight:500;
	width: 100%;
	padding-right: 10px;
}

.boar01_list1 li .price{
	font-weight:700;
	color:#A81818;
	flex-shrink: 0;
}


.boar02{
	padding:clamp(80px,16vw,150px) 0 clamp(80px,16vw,150px);
	background: url(./img/common/bg_wh.jpg);
}

.boar_flex2{
	max-width: 1243px;
	width: 100%;
	margin: 0 0 56px;
}


.boar_flex2 .img1{
	max-width:210px;
	width: 22%;
}

.boar_flex2 .right{
	max-width:943px;
	width: 76%;
	display: flex;
	justify-content: space-between;
	margin-top: 23px;
}


.boar_flex2 .right .boar01_list1{
	width:48%;
	max-width: 447px;
}

.boar02_list1{
	width:100%;
	display:flex;
	justify-content:space-between;
}

.boar02_list1 li{
	position:relative;
	box-shadow:0 0 6px #00000052;
	max-width: 670px;
	width: 48%;
}

.boar02_list1 li img{
	width:100%;
}

.boar02_list1 li .text1{
	position:absolute;
	bottom: 7.684%;
	left: 6.718%;
	color:#fff;
	text-shadow: 0 0 10px #000000;
	font-size: clamp(1.5rem, 2vw, 2.4rem);
	line-height:1.45;
	letter-spacing:0.1em;
	font-weight:500;
}


.boar03 {
    background: url(./img/common/bg_yel.jpg);
    padding: clamp(80px, 16vw, 150px) 0 clamp(80px, 16vw, 180px);
}

.boar03 .img{
	max-width:210px;
	width: 22%;
	margin: 0 0 3.889%;
}

.boar_flex3{
	
}

.boar_flex3 > .boar01_list1{
	width:32%;
	max-width: 447px;
}

.boar_flex3 > .right{
	width:66%;
}

.boar_flex3 > .right .boar01_list1{
	width: 48.486%;
	max-width: 447px;
}

.boar01_list1 li:has(.tit){
	border:none;
	padding:0;
	margin-bottom:12px;
	position:relative;
	justify-content:flex-start;
	font-size: clamp(1.8rem, 2.4vw, 2.4rem);
	line-height:1.45;
	letter-spacing:0.1em;
	font-weight:700;
}

.boar01_list1 li:has(.tit):before{
	content:url(./img/boar/tit_sou.svg);
	margin-right:8px;
}

.boar03 .img1{
    max-width: 670px;
    width: 71%;
    margin-top: 6.84%;
    margin-left: auto;
	box-shadow:0 0 6px #00000052;
}

.boar03 .img1 img{
	width:100%;
}

.news_list1{
	margin-top:56px;
}

.news_list1 li{
	margin:0px auto 90px;
}

.news_list1 li .date{
	font-size:1.6rem;
	letter-spacing:0.1em;
	line-height:1.5;
	margin-bottom:10px;
	font-weight:500;
	color:#91867F;
}

.news_list1 li .title1{
	padding-bottom:16px;
	margin-bottom:24px;
	border-bottom:1px solid #E2DFCF;
	font-size: clamp(2rem, 2.4vw, 2.4rem);
	color:#A81818;
	font-weight:700;
	line-height:1.45833;
}

.news_list1 li .text1{
	letter-spacing:0.1em;
}

/*-- 固定ここまで --*/

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

@media screen and (max-height: 700px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */	
	
#cover .side_nav .logo {
    height: initial!important;
}


#cover .side_nav .bar {
    margin: 3vw auto;
}

.news_area {
    padding: 2%;
}
	
.nav_list2 li {
    margin-top: 10%;
    font-size:1.4rem;;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-height: 700px ここまで */

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



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

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

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


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

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

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



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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
.comm02_div3 .img .ab_img {
    width: 50%;
    bottom: -34%;
    left: -32%;
}

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

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

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


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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
	.comm02_div2 .img_area .ab_img {
    width: 48%;
    bottom: -40%;
    right: -14%;
}


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

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

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


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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
.content01 .flex .text_area {
    margin-left: 0%;
    width: 34%;
}

    .comm02_div3 .img .ab_img {
        width: 48%;
        bottom: -42%;
        left: -22%;
    }
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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


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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	.co3_list1 li .img{
		height:70vw;
		max-height:700px;
}

.co3_list1 li .img img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.co3_list1 li .text_area{
	width: 52.6045%;
}

.co3_list1 li .text_area .text_in{
	margin:0 5%;
}

.co3_list1 li:nth-child(2n+2) .text_area .text_in {
	margin:0 5%;
}

	.comm02_div2 .img_area .ab_img {
    width: 46%;
    bottom: -45%;
    right: -4%;
}


.comm02_div2 .img_area{
	width:49%;
}
	
.comm02_div3 .flex .img{
	width:49%;
}

    .comm02_div3 .img .ab_img {
        bottom: -30%;
        left: -10%;
    }

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

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

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


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

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

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

header {
    padding: 0 2%;
}


.pc_nav {
    width: 100%;
    justify-content: center;
}

.hd_link{
	max-width:max-content;
	margin-left: 5%;
}

.nav_list1 {
    width: 74%;
}


.comm01_div{
	padding: 32px 0px 60px;
}

.comm01_div:before{
	width:60px;
	height:60px;
}

.comm01_div:after{
	width:60px;
	height:60px;
}

.comm01_div .title1{
	margin-left: 5%;
}

.comm01_div .title1 > span:first-child .red{
	margin-bottom:10px
}

.comm01_div .title1 > span:last-child{
	padding-top:45px;
}

.comm01_div .title1 > span:last-child .red{
	margin-top:15px;
}

.comm01_div .text{
	padding-top:80px;
	line-height: 2;
}

.comm01_div .text.text1{
	margin-left: 3%;
}


.comm02_div4 .flex {
    align-items: flex-start;
}

.eda01_list1 li .flex2 .left{
	width: 100px;
	height: 100px;
	margin-right: 2%;
	padding:3px;
	border: 3px solid #BCA62F;
}

.eda01_list1 li .flex2 .left p{
	font-size: 1.6rem;
}

.boar01_div .img_area .title span:first-child {
    padding-bottom: 20px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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



	

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

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

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


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

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



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

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

#cover .side_nav {
    padding: 2% 1%;
    justify-content: flex-start;
}

#cover .side_nav .logo {
    height: 24vh;
}

#cover .side_nav .bar {
    margin: 3vw auto;
}


.news_area {
    padding: 2%;
    width: 50%;
    bottom: -70px;
}

a.cont_btn{
	max-width:220px;
	height:80px;
}

a.cont_btn .text1{
	font-size:1.6rem;
}

a.cont_btn .text2{
	font-size:2.4rem;
	font-weight:700;
}

a.cont_btn .text2 .icon{
	margin-right:8px;
	padding-bottom:3px;
}

.nav_list2 li {
    margin-top: 10%;
    font-size:1.4rem;;
}

.mv_text.mv_text1 {
    width: 45%;
    top:20%;
    max-width: 320px;
}

.mv_text.mv_text2 {
    width: 53%;
}
	
.mv_text.mv_text3 {
    width: 53%;
}

.mv_text.mv_text4 {
    bottom: 0%;
    width: 85%;
}

.mv_text.mv_text5 {
    width: 78%;
    left: -10%;
    bottom: -2%;
}

.content01:before {
    height: 33%;
}

    .content01 .flex .text_area {
        width: 42%;
    }

.content01 .flex .img_area {
    width: 56%;
}

.content01 .flex .img_area .img {
    width: 95%;
}

.content01 {
    padding: 140px 0 80px;
}

.co4_list1 li .img_area .title_area {
    border: 3px solid #BCA62F;
    padding: 3px;
}

.co4_list1 li .img_area {
    padding-left: 15%;
}

.co4_list1 li .img_area .title_area .title {
    padding-top: 15%;
}

.content05 .text_area_in .top .text1 {
    line-height: 2;
    margin-top: 20px;
}

.content05 .text_area {
    padding: 80px 0;
}

.map {
    height: 300px;
}

.ft_list1 li {
	font-size:1.4rem;
}
	
.ft_list1 li .left1 {
    width: 85px;
}

.content01 .flex .text_area .text > span {
    padding-top: 15px;
}

    .hd_link {
        margin-left: 2%;
    }
	
.nav_list1 a{
	font-size:1.4rem;
}

.hd_link a.tel_btn .text2 .icon{
	width: 16px;
	margin-right: 4px;
}

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

.inner.r_inner {
    padding-left: 0%;
}

.inner.l_inner {
    padding-right: 0%;
}

.shop01_div .img_area:before{
	bottom:-8%;
}


.shop02_div .text_area{
	width: 60%;
	padding: 30px 20px;
	padding-right: 0;
}

.shop02_div .img{
	width:50%;
}

.shop02:before{
	height:5%;
}

.shop02_list1 li .left {
    width: 100px;
}

.comm02_div3 {
    margin-top: 100px;
}

.comm02_div4 {
    padding: 100px 0 0;
}

.sigh02_list1 li .title {
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.sigh02_list1 li .flex .text_area .text2 {
    line-height: 1.8;
    margin-top: 8px;
}

.sigh02_list1 li{
	margin-top:50px;
}

.eda01_list1 li .text_area .text1{
	line-height:1.8;
	font-size: 1.5rem;
}

.eda01_list1 li .flex2 .right{
	line-height:1.8;
	font-size: 1.5rem;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

@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: 66px;
	justify-content: center;
	align-items: center;
}

.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: 24px;
  height: 18px;
  z-index: 9999;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 7.5px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span,
.headerScroll .menu-trigger span{
	background: #fff;
}
	
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(8px) rotate(-40deg);
}
.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(-8px) rotate(40deg);
}

/*gnav*/
.gnav{
    background: #250E00;
    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: 20px 0 60px;
    margin-bottom: 10px;
}

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

nav .gnav__menu__item{
    margin: 20px auto 0;
    width: 89.334%;
    text-align: center;
}
nav .gnav__menu__item:last-child{
	padding-bottom:40px;
}

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

nav .gnav__menu__item3{
    margin: 40px auto 34px;
    width: 89.334%;
}


nav .gnav__menu__item3 a.tel_btn{
	color:#fff;
	text-align:center;
}
	
nav .gnav__menu__item3 a.tel_btn .text1{
	font-size: clamp(1.5rem,3vw,2rem);
	font-weight:700;
	letter-spacing:0.1em;
	line-height:1;
}
	
nav .gnav__menu__item3 a.tel_btn .text2{
	display:flex;
	align-items: end;
	justify-content:center;
	font-size: clamp(2.4rem,5vw,3.2rem);
	font-weight:700;
	line-height:1.45833;
}

nav .gnav__menu__item3 a.tel_btn .text2 .icon{
	display:flex;
	margin-right:10px;
	padding-bottom:4px;
	width:18px;
}

.gnav__menu__item a{
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0;
    text-decoration: none;
    transition: .5s;
    background: none;
    width: 100%;
    padding: 0;
    display: block;
    line-height: 1.4375;
}

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

.pc_nav{
	display:none;
}


.contact01_div1{
	padding:30px 10px;
	border-radius:10px;
	margin-bottom: 60px;
}

.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: 28px;
    margin-bottom: 28px;
}


.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;
}

#cover .side_nav{
	position:absolute;
	z-index:1;
	background: none;
	height: initial;
	min-height: initial;
	padding: 0;
	width: 114px;
	top: 20px;
	left: 5.334%;
}

#cover .side_nav .bar{
	display:none;
}

.nav_list2 {
	display:none;
}

#cover .cov-div{
	width:100%;
	height: 76vh;
	min-height: 516px;
}

a.cont_btn{
	display:none;
}

.mv_text{
	/* display:none; */
}

    .mv_text.mv_text1 {
        width: 48.534%;
        top: 10%;
        right: 0;
        max-width: 215px;
    }

    .mv_text.mv_text2 {
        width: 94.134%;
        left: 0;
        right: 0;
        margin: auto;
        top: 34%;
        max-width: 500px;
    }

    .mv_text.mv_text3 {
        width: 97.334%;
        left: 0;
        right: 0;
        margin: auto;
        top: auto;
        bottom: 1%;
        max-width: 500px;
    }

    .mv_text.mv_text4 {
        bottom: -20%;
        width: 105%;
        left: -23%;
    }

    .mv_text.mv_text5 {
        width: 145%;
        bottom: -25%;
        left: -100%;
        right: -100%;
        margin: auto;
    }
	
.mv_sld {
    height: 76vh;
    min-height: 516px;
}

.news_area{
	position:initial;
	width: 89.334%;
	margin: 0 auto;
	padding: 20px 0;
}

#cover{
	flex-direction:column;
}

.mv_sld.mv_sld2 .img img{
	object-position: 40% 50%;
}

.website header {
    display: flex;
}

	header{
		background: #950909c4!important;
		width: 66px;
		right: 0;
		left: auto;
		height: 50px;
	}

header.headerScroll {
    height: 50px;
}
	
.more_btn1 {
    font-size: 1.6rem;
    width: 88px;
    margin-bottom: 0px;
    padding-bottom: 2.5px;
}

.more_btn1:before{
	top: 9px;
}
	
.news_link{
	align-items:flex-start;
	font-size:1.5rem;
}

.news_link .date{
	margin-right:32px;
}

.news_link .title1 {
    -webkit-line-clamp: 2;
}

    .content01 {
        padding: 60px 0 56px;
    }

.co1_div1 .img {
    width: 90.15%;
}

.co1_div1 .title{
	top: 0%;
	right: 0%;
}

.co1_div1 .title span{
	display:block;
	text-shadow:0 0 8px #000000;
}

.co1_div1 .title span:first-child{
	margin-bottom:0px;
}


.inner{
	width: 89.334%;
}

.inner2{
	width: 89.334%;
}

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

.content01 .flex .text_area{
	width:100%;
	flex-direction: column;
	max-width: initial;
	margin: 0 auto;
}

.content01 .flex .text_area .text{
	-ms-writing-mode: initial;
	writing-mode: initial;
	white-space: initial;
	line-break: initial;
	letter-spacing: 0.05em;
	line-height: 2;
}

.content01 .flex .text_area .text1{
	width: 100%;
	margin:0 auto 20px;
	letter-spacing: 0.05em;
	line-height: 2;
}

.content01 .flex .text_area .text > span {
    display: inline;
    padding-top: 0px;
}

	body{
		font-size:1.5rem;
	line-height:2;
	}

.content01 .flex .text_area .text .big{
	letter-spacing:0.05em;
	line-height: 1.25;
}

    .content01 .flex .img_area {
        width: 100%;
        margin:30px auto 0;
        padding-bottom: 4.78%;
    }

.content01 .flex .img_area .img{
	width:100%;
}

.content01 .flex .img_area:before{
	width: 45.675%;
	height: 50.94%;
	right: -5.974%;
}

.content01:before {
	height: 19.055%;
}
	
.co2_list1 li{
	border: 1px solid #fff;
}

.co2_list1 {
    margin: 48px auto;
}

.content02 .text1 {
    text-align: left;
    letter-spacing: 0.05em;
	line-height:2;
}

.content02 .btn1{
	
margin: 40px auto 0;
}
	
.btn1{
height: 56px;
letter-spacing: 0.05em;
}

.content02 {
    padding: 60px 0;
}

.co3_list1 li{
	flex-direction:column-reverse!important;
}

.co3_list1 li .text_area {
	width: 77.334%;
	position: relative;
	margin-right: 0;
	padding: 16% 5.335% 16% 10.67%;
	bottom: auto;
	margin-bottom: -169px;
}
	
.co3_list1 li .text_area:before{
	position:absolute;
	bottom:0;
	content:"";
	left:0;
	width:100%;
	height: 35%;
	background: linear-gradient(to bottom, #FFFFFF, transparent);
	z-index: -1;
	height:169px;
}

.co3_list1 li:nth-child(2n+2) .text_area {
    right: auto;
    left: 0;
    margin-right: auto;
    margin-left: 0;   
	margin-bottom:-107px
}

	
.co3_list1 li:nth-child(2n+2) .text_area:before{
	height: 28.55%;
	height:107px;
}

.co3_list1 li .text_area .text_in .text1 {
    margin-top: 40px;
    letter-spacing: 0.05em;
}

.co3_list1 li .text_area .text_in{
	margin:0;
	width:100%;
}

.co3_list1 li .img:before{
	display:none;
}

    .co3_list1 li .img {
        height: initial;
        max-height: initial;
        width:100%;
        /* margin-top: -45.334%; */
        z-index: -1;
    }

.co3_list1 li:nth-child(2n+2) .img {
        /* margin-top: -23.734%; */
}

    #cover .side_nav .logo {
        height: initial;
    }

.co4_list1{
	flex-direction:column;
}

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

.co4_list1 li .img_area{
	padding-left:0;
	padding-top: 40px;
}

.co4_list1 li .img_area .title_area{
border: 5px solid #BCA62F;
padding: 5px;
max-height: 180px;
max-width: 80px;
}

.co4_list1 li:nth-child(2) .img_area .title_area{
	left:auto;
	right:0;
}

.co4_list1 li .img_area .title_area .title{
	font-size: 2rem;
	padding: 21px 0 0;
}

.co4_list1 li .text1{
	margin-top:32px;
}

.co4_list1 li:nth-child(3) .img_area .title_area .title{
	font-size:2rem;
	padding-top:8.5px;
}
	
.co4_list1 li:nth-child(3) .img_area .title_area .title span:last-child{
	font-size:1.5rem;
	text-align:center;
}

.content04{
	padding:60px 0;
}
	
.content04 .btn1{
	margin-top:0px;
}

.content05 .flex{
	flex-direction:column;
	width:89.334%;
	margin:0 auto;
	padding:60px 0;
}

.content05 .img {
    width: 100%;
    margin-right: 0%;
}

    .content05 .text_area {
        padding: 36px 0 0;
		width:100%;
    }

.content05 .text_area_in .top{
	max-width:initial;
	width:100%;
}

.content05 .text_area_in .top .title{
	line-height: 1.75;
	font-size: clamp(2rem,5vw,4rem);
}

.content05 .text_area_in .top .title .big{
	font-size: clamp(2.4rem,6vw,5.6rem);
	line-height:1.458333;
}

.content05 .text_area_in .top .text1{
	margin-top:32px;
}

.co5_list {
    margin-top: 43px;
}

    .map {
        height: 260px;
    }

footer {
    padding: 40px 0 0;
}

footer .flex1{
	flex-direction:column;
}

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

footer .right {
    max-width: initial;
    width: 100%;
    padding-top: 40px;
}

.copyright{
	margin-top:40px;
}

footer .left .add {
    max-width: initial;
    width: 100%;
}

footer .left .flex2{
	justify-content: flex-start;
	align-items: center;
}

footer .left .logo{
	margin-right: 15px;
	width: 28.36%;
}

footer .left .add .tel_area .text1{
	line-height: 1;
	font-size: clamp(1.5rem,3vw,2rem);
}

footer .left .add .tel_area .tel_btn{
	font-size: clamp(2.4rem,5vw,3.2rem);
}

footer .left .add .tel_area .tel_btn .icon {
    margin-right: 10px;
    margin-top: 0px;
	width:18px;
}

.ft_list1 {
    margin-top: 24px;
}

.ft_list1 li{
	font-size:1.5rem;
	margin-top: 15px;
}

    .ft_list1 li .left1 {
        width: 100px;
        letter-spacing: 0.1em;
	line-height:1.4;
    }

.ft_list1 li .right1{
	line-height:1.4;
}

.ft_list2:first-child{
	width: 64.18%;
}
	
.ft_list2:last-child{
	width: 35.823%;
}
	
.ft_list2:last-child li:nth-child(2){
	margin:0;
}

.co3_list1 li .text_area .text_in .title span{
	padding-bottom:7px;
}

.content05 .text_area_in {
    margin: 0 auto;
    max-width: initial;
    width: 100%;
}


.ft_list2 li{
	margin-top: 16px;
}

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

#art_cover .art_logo {
    width: 20%;
    top: 5%;
    left: 3%;
    align-items: flex-start;
}

.shop01_div .img_area .title {
    top: auto;
    left: 2.8%;
    -ms-writing-mode: initial;
    writing-mode: initial;
    white-space: initial;
    line-break: initial;
    bottom: 0;
    font-size: clamp(2.6rem, 6vw, 5.6rem);
}

.shop02_div {
    margin: 40px auto;
	flex-direction:column;
}

.shop02_div .text_area{
	width:100%;
	padding: 40px 20px;
}

.shop02_div .img{
	width:100%;
	position: relative;
	height: initial;
	max-width: initial;
}

.shop02_list1 li{
	padding:16px 0;
	flex-direction:column;
}
	
.shop02_list1 li .left{
	width:100%;
	margin-bottom:6px;
}

.shop02_div .img:before{
	height: 20%;
	width: 100%;
	background: linear-gradient(to bottom, #FCF7E0, transparent);
	left: 0;
}

.comm01_div{
	display:block;
	padding: 30px 0;
}

.comm01_div .title1{
    -ms-writing-mode: initial;
    writing-mode: initial;
    white-space: initial;
    line-break: initial;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin: 0 0 20px;
    text-align: center;
}
	
.comm01_div .text {
    display: block;
    line-height: 2;
    letter-spacing: 0.05em;
    padding-top: 0;
    -ms-writing-mode: initial;
    writing-mode: initial;
    white-space: initial;
    line-break: initial;
}

    .comm01_div .text.text1 {
        margin-left: 0%;
		margin-bottom:20px;
    }

.comm01_div .title1 > span:last-child{
	padding:0;
}


.comm01_div .title1 > span .red{
	margin:0!important;
	line-height: 1.2;
}



.comm01_div:before{
	width:40px;
	height:40px;
	border-top: 2px solid #BCA62F;
	border-left: 2px solid #BCA62F;
	left: -3%;
}

.comm01_div:after{
	width:40px;
	height:40px;
	border-bottom: 2px solid #BCA62F;
	border-right: 2px solid #BCA62F;
	right: -3%;
}

.comm02 .shop01_div .img_area .title{
		top: 5px;
		bottom: auto;
		line-height: 1.4;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		white-space: nowrap;
		line-break: strict;
		font-size: clamp(2rem, 6vw, 5.6rem);
	}

.comm02 .shop01_div .img_area .img{
	height: 45vw;
}
	
.comm02 .shop01_div .img_area .title span:nth-child(2){
	padding-top: 10px;
}	

.comm02 .shop01_div .img_area .title span:nth-child(3){
	padding-top: 20px;
}

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

    .comm02_div2 .img_area {
        width: 100%;
		max-width:initial;
    }

.comm02_div2 .img_area .sou_tit{
	top:10px;
	right: 10px;
}

.sou_tit{
	width:18%;
	border: 3px solid #BCA62F;
	padding: 3px;
}

.sou_tit span{
	padding:10px 0;
}

.comm02_div2 .img_area .ab_img{
	position:initial;
	width:60%;
	margin-left:auto;
	margin-top:-20px;
	margin-right: -3%;
}

    .comm02_div2 .text_area {
        width: 100%;
        max-width:initial;
        margin: 24px auto 0;
    }

.comm02_div3 .img_area .ab_text{
	padding: 5px 40px;
	bottom: 10px;
}

.comm02_div3 .img_area .img{
	height:45vw;;
}

    .comm02_div3 .img_area .sou_tit {
        top: 10px;
        left: 10px;
    }

.comm02_div3 .flex {
    margin-top: 24px;
    flex-direction:column;
}

.comm02_div3 .text_area{
	width: 100%;
	max-width:initial;
	margin:0 auto 30px;
}

.comm02_div3 .flex .img{
	width:100%;
}

    .comm02_div3 .img .ab_img {
	position:initial;
	width:60%;
	margin-right:auto;
	margin-top:-20px;
	margin-left: -3%;
	}

    .comm02_div3 {
        margin-top: 80px;
    }

    .comm02_div4 {
        padding: 80px 0 0;
    }

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

.comm02_div4 .img_area {
	width: 100%;
	max-width:initial;
}

.comm02_div4 .text_area {
    max-width: initial;
    width: 100%;
    margin: 24px auto 0;
}

.comm02:before {
    height: 7%;
}

.sigh02_list1 li{
	max-width:initial;
	width:100%;
}

.sigh02_list1 li .flex .text_area .text {
	font-size:1.6rem;
}

.sigh02_list1 li .title {
    font-size: clamp(2rem, 4vw, 2.4rem);
}

.sigh01 .btn_flex{
	flex-direction:column;
	margin: 30px auto 30px;
}

.sigh01 .btn_flex .btn1{
	margin: 20px auto 0;
	width:100%;
	font-size: 1.8rem;
}

.map2{
	height:250px;
}

.sigh01_div1 .text1{
	padding:20px 0;
}

.eda01_list1 li .flex1{
	flex-direction:column!important;
	align-items:flex-start;
}


.eda01_list1 li .text_area{
	max-width:initial;
	width: 100%;
}

.eda01_list1 li .img_area{
	max-width:initial;
	width:100%;
	margin:30px auto 0;
}

.eda02_text1 {
    padding: 6px 0;
    max-width: initial;
}

.eda01_list1 li {
    margin-bottom: 60px;
}
	
.eda01_list1 li .flex1.cen{
	margin-top:60px;
}

.eda01_list1 li .img_text {
    font-size: clamp(1.8rem, 3.6vw, 2.4rem);
}

.eda01_list1 li .flex2 .left {
    width: 130px;
    height: 130px;
}
	
    .eda01_list1 li .flex2 .left p {
        font-size: 1.8rem;
    }

.boar_flex3{
	flex-direction:column;
}

.boar_flex3 > .boar01_list1 {
    width: 100%;
    max-width: initial;
}

.boar_flex3 > .right{
	width:100%;
	flex-direction:column;
}
	
.boar_flex3 > .right .flex{
	flex-direction:column;
}

.boar_flex3 > .right .boar01_list1 {
    width: 100%;
    max-width: initial;
	margin-top:60px;
}

.boar01_list1 li:has(.tit){
	margin:0;
	padding:0px 0 12px;
	font-size: clamp(2rem, 3vw, 2.4rem);
}

.boar03 .img{
	width: 20%;
	margin: 0 auto 40px;
	min-width: 100px;
}

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

.boar_flex2 {
    margin: 0 0 40px;
	flex-direction:column;
}

.boar_flex2 .img1 {
	width: 20%;
	margin:0 auto 40px;
	min-width: 100px;
}

.boar_flex2 .right {
    max-width:initial;
    width:100%;
    flex-direction:column;
    margin: 0 auto;
}

.boar_flex2 .right .boar01_list1{
	max-width:initial;
	width:100%;
}

.boar02_list1{
	flex-direction:column;
}

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

.boar01_div .img_area{
	width:100%;
}

.boar01_div .img_area .text1{
	color:#250E00;
	position:initial;
	text-shadow: none;
	margin-top: 20px;
}

	.boar01_div .img3{
		margin:30px auto 0;
		width:100%;
		position:initial;
		max-width: initial;
	}
	
	.boar01_div .img4{
		margin:30px auto 0;
		width:100%;
		position:initial;
		max-width: initial;
	}

    .boar01_div .img_area .title span:first-child {
        padding-bottom: 10px;
    }

.boar01_div .img_area .img2 {
    position: initial;
    width: 20%;
    margin: 0 auto 40px;
    min-width: 100px;
}

.boar01_div .img_area .img1{
	position:relative;
}

.boar01 .boar_flex1 {
    margin-top: 20px;
	flex-direction:column;
}

.boar_flex1 .boar01_list1{
	width:100%;
	max-width:initial;
}

.boar01_list1 li {
    font-size: clamp(1.6rem, 2.4vw, 2rem);
}

.boar01_div .img_area .title {
    font-size: clamp(2.6rem, 6vw, 5.6rem);
}

.boar01_div .img_area .title span:first-child {
    padding-bottom: 30px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* 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;
}


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

    #art_cover {
        height: 200px;
    }


.comm02:before {
    height: 4%;
}

    .sigh02_list1 li .flex .text_area .text {
        font-size: 1.4rem;
    }

.sigh02_list1 li .flex .img{
	width:40%;
}

.sigh02_list1 li .flex .text_area{
	width:58%;
}

.eda01_list1 li .flex2{
	flex-direction:column;
	margin:24px auto 30px;
}
	
.eda01_list1 li .flex2 .left{
	margin:0 auto 10px;
}

.boar01_div .img_area .title span:first-child {
    padding-bottom: 20px;
}



    .mv_text.mv_text4 {
        bottom: -22%;
        width: 151.734%;
        left: -35%;
    }


    .mv_text.mv_text5 {
        width: 174.67%;
    }
	
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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


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

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

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




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

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

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


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

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

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