@charset "UTF-8";


/*----------------------------------------------------
  Reset
------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%; /* ブラウザ側での自動調整をなしにする */
	font-family: "Zen Old Mincho", serif;
	color: #1d1c3f;
}
li{
	list-style:none;
}


/* --------  680〜　PC調整   --------*/
@media screen and ( min-width:800px) {
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	font-size:16px; /* 基準のフォントサイズを15pxとする */
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td,header,footer {
	min-height: 0%;
}
.att {
	font-size: 12px;
}
}
/* --------  〜679　スマホ調整   --------*/
@media screen and ( max-width:799.9px) {
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	font-size:15px; /* 基準のフォントサイズを15pxとする */
}
.att {
	font-size: 11px;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td,header,footer {
	min-height: 0%;
}
}

/* フェードモード時 共通調整 */
.swiper-fade .swiper-slide {
	transition-property: opacity !important;
}

/*----------------------------------------------------
 Clear Float
------------------------------------------------------*/
.clear {	clear:both;}
.clearfix {	zoom:1;}
.clearfix:after { 
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
	line-height:0;
}
p,td,dt,dd{
	line-height:2.4;
}

/*----------------------------------------------------
 body
------------------------------------------------------*/
body{
	background-image: url("../img/bg01.jpg");
}

/*----------------------------------------------------
 img
------------------------------------------------------*/
body img{
	width:100%;
	vertical-align: bottom!important;
}

/*----------------------------------------------------
 a
------------------------------------------------------*/
a,
a img{
	text-decoration:none!important;
	outline:none!important;
	color:#1d1c3f;
}
/* --------  680〜　PC調整   --------*/
@media screen and ( min-width:600px) {
a,
a img,
a span {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover{
	text-decoration:none;
}
}

/*img.fit {
	opacity: 0;
}
img.fit.img-yoko,
img.fit.img-tate {
	animation: fitimg-fadein 2s linear forwards;
}
@keyframes fitimg-fadein {
  100% {
    opacity: 1;
  }
}
img.fit.img-yoko {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 100%;
}
img.fit.img-tate {
	object-fit: contain;
	object-position: 50% 50%;
	width: 100%;
	height: 100%;
}*/


/*----------------------------------------------------
 PC＆スマホ
------------------------------------------------------*/
/* --------  680〜　PC調整   --------*/
@media screen and ( min-width:800px) {
.sp600,
.sp{
	display:none!important;
}
.pc{
	display:block;
}
}
/* --------  〜680　スマホ調整   --------*/
@media screen and ( max-width:799.9px) {
.sp{
	display:block;
}
.sp600,
.pc{
	display:none;
}
}
/* --------  〜680　スマホ調整   --------*/
@media screen and ( max-width:599.9px) {
.sp600{
	display:block;
}
}



/*----------------------------------------------------
   
   sec
   
----------------------------------------------------*/

.sec {
	padding: 12vw 0;
	margin: 0 auto;
}
@media screen and ( max-width: 799.9px) {
.sec {
	padding: 12vw 0;
	margin: 0 auto;
}
}


/*----------------------------------------------------
   sec-title
----------------------------------------------------*/

.sec-title-box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}
.sec-title-box:before {
	content: "";
	width: 15vw;
	aspect-ratio: 750/191;
	background-image: url("../img/deco02.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	flex-shrink: 0;
	margin-bottom: 10vw;
}
.sec-title-box:after {
	content: "";
	width: 15vw;
	aspect-ratio: 750/191;
	background-image: url("../img/deco02.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	flex-shrink: 0;
	margin-top: 10vw;
}
.sec.is-even .sec-title-box:before {
	margin-top: 10vw;
	margin-bottom: 0;
}
.sec.is-even .sec-title-box:after {
	margin-top: 0;
	margin-bottom: 10vw;
}
.sec-title {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: "Hina Mincho", serif;
	margin: 0 10vw;
}
.sec-title dt {
	font-family: "Hina Mincho", serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.sec-title dd {
	font-family: "Hina Mincho", serif;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
@media screen and ( max-width:929px) {
.sec-title dt {
	font-size: 18px;
}
.sec-title dd {
	font-size: clamp(1.438rem, 0.275rem + 2.33vw, 1.625rem);
}
.sec-title-box:before {
	width: 18vw;
}
.sec-title-box:after {
	width: 18vw;
}
}
@media screen and ( max-width:799.9px) {
.sec-title dt {
	font-size: 15px;
}
.sec-title dd {
	font-size: clamp(1.25rem, 1.137rem + 0.6vw, 1.438rem);
}
.sec-title-box:before {
	width: 22vw;
}
.sec-title-box:after {
	width: 22vw;
}
}
@media screen and ( max-width:599.9px) {
.sec-title dt {
	font-size: 15px;
	line-height: 1;
}
.sec-title dd {
	font-size: 22px;
}
}

/*----------------------------------------------------
   テキスト
----------------------------------------------------*/
.txt {
	margin-bottom: 1.5em;
}
.txt:last-of-type {
	margin-bottom: 0;
}
.inline-txt {
	display: inline-block;
}


/*----------------------------------------------------
   lead
----------------------------------------------------*/

.lead {
	width: 94%;
	max-width: 900px;
	margin: 5em auto;
	line-height: 2.4;
}
@media screen and ( max-width:799px) {
.lead {
	margin: 3em auto;
}
}

/*----------------------------------------------------
   sub-title
----------------------------------------------------*/
.sub-title {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: "Hina Mincho", serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.1em;
	display: flex;
	align-items: center;
	margin-bottom: 2.5em;
	width: 100%;
}
.sub-title:before {
	content: "";
	height: 100px;
	aspect-ratio: 378/750;
	background-image: url("../img/parts01.png");
	background-repeat: no-repeat;
	background-size: 100%;
	margin-bottom: 15px;
}
.sub-title.parts-one:before {
	content: "";
	height: 33px;
	aspect-ratio: 750/508;
	background-image: url("../img/parts02.png");
	background-repeat: no-repeat;
	background-size: 100%;
	margin-bottom: 15px;
}
@media screen and ( max-width:799px) {
.sub-title {
	font-size: clamp(1.25rem, 1.137rem + 0.6vw, 1.438rem);
}
.sub-title:before {
	height: 80px;
}
}
@media screen and ( max-width:599.9px) {
.sub-title {
	font-size: 22px;
}
}

/*----------------------------------------------------
   ボタン（申し込み）
----------------------------------------------------*/
.btn {
	text-align: center;
	margin: 40px auto 0;
	width: calc(100% - 40px);
	max-width: 550px;
	box-sizing: border-box;
	padding-left: 15px;
}
.btn a {
	color: #615431;
	display: block;
	border: solid 1px #615431;
	font-size: 17px;
	line-height: 1.6;
	text-align: center;
	padding: 18px 20px;
	font-weight: 600;
	position: relative;
	box-sizing: border-box;
}
.btn a:before {
	content: "";
	width: 30px;
	height: 1px;
	background-color: #615431;
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translate(0,-50%);
}

/* --------  タブレット調整   --------*/
@media screen and ( min-width:800px) {
.btn a:hover {
	background-color: #615431;
	color: #FFF;
}
}
/* --------  スマホ調整   --------*/
@media screen and ( max-width:799.9px) {
.btn {
	margin: 40px auto 0;
	width: calc(90% - 40px);
}
.btn a {
	font-size: clamp(1rem, 0.916rem + 0.42vw, 1.125rem);
}
.btn a .arrow:before {
	width: 24px;
	height: 1px;
}
.btn a .arrow:after {
	right: 10px;
	top: calc(50% - 3px);
}
}

/*----------------------------------------------------
   ボタン（アンカー）
----------------------------------------------------*/
/*.sub-btn {
	width: calc(100% - 40px);
	max-width: 1000px;
	margin: 60px auto 0;
}
.sub-btn p {
	text-align: center;
}
.sub-btn a {
	background-color: #FFF;
	color: #af8722;
	display: block;
	font-size: 19px;
	text-align: center;
	padding: 20px 40px;
	border-radius: 150px;
	font-weight: 600;
	position: relative;
	box-sizing: border-box;
	border: solid 1px #af8722;
}
.sub-btn a:after {
	content: "";
	width: 10px;
	height: 10px;
	border-bottom: solid 1px #af8722;
	border-right: solid 1px #af8722;
	position: absolute;
	right: 20px;
	top: calc(50% - 4px);
	transform: translate(0,-50%) rotate(45deg);
}

@media screen and ( min-width:800px) {
.sub-btn {
	display: flex;
	justify-content: space-between;
}
.sub-btn p {
	width: 49%;
}
}
@media screen and ( min-width:600px) {
.sub-btn a:hover {
	border: solid 1px #af8722;
	color: #af8722;
}
}
@media screen and ( max-width:799.9px) {
.sub-btn {
	display: flex;
	justify-content: space-between;
}
.sub-btn p {
	width: 49%;
}
.sub-btn p a {
	font-size: clamp(0.875rem, 0.352rem + 1.67vw, 1.188rem);
	padding: 20px 35px 20px 20px;
}
.sub-btn a:after {
	width: 8px;
	height: 8px;
	right: 15px;
	top: calc(50% - 2px);
}
}
@media screen and ( max-width:799.9px) {
.sub-btn p a {
	padding: 15px 25px 15px 10px;
}
.sub-btn a:after {
	width: 6px;
	height: 6px;
	right: 15px;
	top: calc(50% - 2px);
}
}
@media screen and ( max-width:599.9px) {
.sub-btn  {
	flex-flow: column;
	align-items: center;
}
.sub-btn p  {
	width: 80%;
	margin-bottom: 10px;
}
}
*/



/*----------------------------------------------------
   タブ枠
----------------------------------------------------*/

.tab-menu {
	display: flex;
}
.tab-menu li {
	width: 50%;
}
.tab-menu li a {
	border: solid 1px #d3c7aa;
	background-color: #d5c8ac;
	font-size: 18px;
	color: #FFF;
	padding: .4em .5em;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
}
.tab-menu li a:not(.tab-select):hover {
	background-color: #d5b562;
	color: #FFF;
}
.tab-menu li a.tab-select {
	background-color: #ae8f40;
	color: #FFF;
	cursor: default;
}
.tab .tab-contents {
	padding: 2em 1em;
}
.tab .tab-contents .tab-main {
	display: none;
}
.tab .tab-contents .tab-main.tab-show {
	display: block;
}
@media screen and ( max-width: 599.9px) {
.tab .tab-menu li a {
	font-size: 16px;
	padding: .5em .5em;
}
}
/*----------------------------------------------------
   エリア用タブ
----------------------------------------------------*/
.kumiai-area-tab .area-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.kumiai-area-tab .area-nav li {
	display: flex;
	margin: .5em 0;
}
.kumiai-area-tab .area-nav li a.map-active:before {
	background-color: #FFF;
}
/* --------  PC調整   --------*/
@media screen and ( min-width:800px) {
.kumiai-area-tab .tab {
	width: 100%;
	box-sizing: border-box;
}
.kumiai-area-tab .btn {
	max-width: 280px;
}
.kumiai-area-tab .area-nav::after{
	content:"";
	display: block;
	width:30%;
}
.kumiai-area-tab .area-nav li {
	width: 30%;
}
.kumiai-area-tab .area-nav li:nth-last-child(1),
.kumiai-area-tab .area-nav liul li:nth-last-child(2):nth-child(3n+1),
.kumiai-area-tab .area-nav liul li:nth-last-child(2):nth-child(3n+2),
.kumiai-area-tab .area-nav liul li:nth-last-child(3):nth-child(3n+1) {
	margin: .5em 0 0;
}
.kumiai-area-tab .area-nav li a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	box-sizing: border-box;
	padding: .5em 0;
}
.kumiai-area-tab .area-nav li a:before {
	content: "";
	width: 18px;
	height: 1px;
	background-color: #1d1c3f;
	margin-right: 6px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
}
/* --------  タブレット調整   --------*/
@media screen and ( min-width:800px) and ( max-width:1024px) {
.kumiai-area-tab .area-nav li a {
	font-size: 15px;
}
}
/* --------  スマホ調整   --------*/
@media screen and ( max-width:799.9px) {
.kumiai-area-tab .area-nav li {
	width: 32%;
	box-sizing: border-box;
	padding: 5px 0;
	border-bottom: solid 1px #1d1c3f;
}
.kumiai-area-tab .area-nav li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	box-sizing: border-box;
	padding: .8em 0;
}
}
/* --------  スマホ調整   --------*/
@media screen and ( max-width:599.9px) {
.kumiai-area-tab .area-nav li {
	width: 49%;
}
}





/*----------------------------------------------------

↓ここからメニュー用css

----------------------------------------------------*/

/*----------------------------------------------------
   button リセット
----------------------------------------------------*/
button {
	padding: 0;
	background-color: transparent;
	border: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

/*----------------------------------------------------
   メニューを固定する
----------------------------------------------------*/
.no-scroll {
	overflow: hidden;
}

/*----------------------------------------------------
   ヘッダーメニューの基本設定
----------------------------------------------------*/
/* ヘッダー枠 */
.header-nav {
	width: 100%;
	display: flex;
	position: fixed;
	align-items: center;
	justify-content: flex-end;
	box-sizing: border-box;
	padding: 0 10px;
	top: 0;
	z-index: 9990;
	opacity: 0;
	/*transition: .6s;*/
}
.header-nav h1 {
	opacity: 0;
	display: flex!important;
}
/*.header-nav h1 {
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s ease;
}
.header-nav.h1-ready h1 {
	opacity: 1;
	visibility: visible;
}
.header-nav h1 a {
	font-family: "Hina Mincho", serif;
}*/

/* out-nav H1が縦書きの時
----------------------------------------------------*/
@media screen and ( min-width:850px) {
.header-nav.in-nav {
	background-color: rgba(255,255,255,0.6);
}
.header-nav.out-nav {
	background-color: transparent;
}
}
@media screen and ( min-width:800px) {
.header-nav.out-nav h1 {
	width: 125px;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	padding: 20px 0 0;
}
.header-nav.out-nav h1 a {
	writing-mode: vertical-rl;
	letter-spacing: 0.1em;
	font-size: 23px;
	background-image: url("../img/logo.svg");
	background-repeat: no-repeat;
	background-size: auto 130px;
	background-position: center top;
	padding-top: 150px;
	/*height: calc(150px + 13em);*/
}
.header-nav.out-nav .nav-list {
  	width: calc(100% - 125px);
}
}
@media screen and ( min-width:800px) and ( max-width:929px) {
.header-nav.out-nav h1 {
	width: 100px;
}
.header-nav.out-nav h1 a {
	font-size: 21px;
	background-size: auto 110px;
	background-position: center top;
	padding-top: 130px;
	/*height: calc(130px + 13em);*/
}
}
@media screen and ( min-width:800px) and ( max-height:744px) {
.header-nav.out-nav h1 a {
	font-size: 20px;
	background-size: auto 100px;
	background-position: center top;
	padding-top: 120px;
}
}
@media screen and ( max-width:849.9px) {
.header-nav {
	padding: 10px;
}
.header-nav .nav-list {
  	display: none;
}
}
@media screen and ( max-width:799.9px) {
.header-nav.out-nav h1 {
	width: 60px;
}
.header-nav.out-nav h1 a {
	height: auto;
	font-size: 20px;
}
}
/* TOP用
----------------------------------------------------*/
@media screen and ( max-width:849.9px) {
.top .header-nav.out-nav {
	background-color: transparent;
}
.top .header-nav.out-nav h1 {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	padding: 20px 0 0;
}
.top .header-nav.out-nav h1 a {
	writing-mode: vertical-rl;
	letter-spacing: 0.1em;
	background-image: url("../img/logo.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 110px;
	padding-top: 125px;
}
.top .header-nav.out-nav .nav-list {
  	width: calc(100% - 125px);
}
}

/* in-nav H1が横書きの時
----------------------------------------------------*/
.header-nav.in-nav {
	justify-content: space-between;
}
.header-nav.in-nav h1 {
	width: calc(95px + 9em);
	flex-shrink: 0;
}
.header-nav.in-nav h1 a {
	background-image: url("../img/logo-w.svg");
	background-repeat: no-repeat;
	background-size: 80px auto;
	background-position: left center;
	padding-left: 95px;
	font-size: 15px;
}
.header-nav.in-nav h1 a span {
	display: block;
}
@media screen and ( min-width:850px) {
.header-nav h1 a:hover {
	opacity: 0.7;
}
}
/* --------  〜799　スマホ調整   --------*/
@media screen and ( max-width:849px) {
.header-nav.in-nav h1 {
	width: calc(95px + 13em);
	flex-shrink: 0;
}
}
/* sub用
----------------------------------------------------*/
@media screen and ( max-width:799px) {
.sub .header-nav {
	justify-content: space-between;
}
.sub .header-nav h1 {
	width: calc(95px + 13em);
	flex-shrink: 0;
}
.sub .header-nav h1 a {
	background-image: url("../img/logo-w.svg");
	background-repeat: no-repeat;
	background-size: 80px auto;
	background-position: left center;
	padding-left: 95px;
	font-size: 15px;
}
.sub .header-nav.out-nav h1 a {
	background-image: url("../img/logo-w-white.svg");
	color: #FFF;
}
.sub .header-nav h1 a span {
	display: block;
}
}


/*----------------------------------------------------
   メニューの見え方
----------------------------------------------------*/
@media screen and ( min-width:850px) {
/* メニュー枠 */
.header-nav .nav-list {
	display: flex;
	justify-content: flex-end;
}
/* メニュー個別枠 */
.header-nav .nav-list li {
	flex-shrink: 0;
	margin-left: 5px;
	width: calc(5em + 30px);/*メニューの幅*/
}
.header-nav .nav-list li:first-of-type,
.header-nav .nav-list li:last-of-type {
	width: calc(8em + 30px);/*メニューの幅*/
}
/* メニューリンクaタグ部分 */
.header-nav .nav-list li a {
	position: relative;
	padding: 1.5em .5em;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
  	display:flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #1d1c3f;
	/*text-shadow: 0px 0px 3px rgba(17,148,224,0.8);*/
}
.header-nav .nav-list li a:hover {
	color: #af8722;
	/*background-color: rgba(17,148,224,0.8);*/
}
}
@media screen and ( min-width:930px) and ( max-width:1024px) {
/* メニュー個別枠 */
.header-nav .nav-list li {
	width: calc(5em + 30px);/*メニューの幅*/
}
.header-nav .nav-list li:first-of-type,
.header-nav .nav-list li:last-of-type {
	width: calc(8em + 30px);/*メニューの幅*/
}
/* メニューリンクaタグ部分 */
.header-nav .nav-list li a {
	font-size: clamp(0.875rem, -0.362rem + 2.13vw, 1rem);
}
}
@media screen and ( min-width:850px) and ( max-width:929px) {
/* メニュー個別枠 */
.header-nav .nav-list li:nth-of-type(3),
.header-nav .nav-list li:nth-of-type(4) {
	width: calc(6em + 10px);/*メニューの幅*/
}

.header-nav.in-nav .nav-list li {
	width: calc(6.5em + 10px);/*メニューの幅*/
}
.header-nav.in-nav .nav-list li:nth-of-type(2) {
	width: calc(5.5em + 10px);/*メニューの幅*/
}
.header-nav.in-nav .nav-list li:nth-of-type(3),
.header-nav.in-nav .nav-list li:nth-of-type(4) {
	width: calc(5em + 10px);/*メニューの幅*/
}
.header-nav.in-nav .nav-list li:last-of-type {
	width: calc(8em + 10px);/*メニューの幅*/
}
/* メニューリンクaタグ部分 */
.header-nav .nav-list li a {
	font-size: 14px;
}
}
/* --------  〜799　スマホ・タブレット調整   --------*/
@media screen and ( max-width:849px) {
/* メニュー枠 */
/*.header-nav .nav-list {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}*/
/* メニュー個別枠 */
.header-nav .nav-list li {
	flex-shrink: 0;
	margin-right: 15px;
	width: 25px;/*メニューの幅*/
}
.header-nav .nav-list li:nth-child(2) {
	width: 22px;
}
/* メニューリンクaタグ部分 */
.header-nav .nav-list li a {
	display: block;
	font-size: 0;
}
.header-nav .nav-list li a img {
	width: 100%;
	display: inline-block;
	filter: invert(19%) sepia(37%) saturate(646%) hue-rotate(280deg) brightness(96%) contrast(93%);
}
}


/*----------------------------------------------------
   ハンバーガーアイコン（背景あり）
----------------------------------------------------*/

.header-nav .open-btn {
	width: 54px;
	height: 54px;
	box-sizing: border-box;
	padding: 0;
	position: fixed;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and ( min-width:850px) {
.header-nav .open-btn {
	display: none;
}
}
.header-nav .open-btn .open-bg {
	width: 54px;
	height: 54px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	background-color: rgba(174,143,64,.95);
	border-radius: 0 0 0 14px;
	transition: 1s;
}
.header-nav .open-btn.open .open-bg {
	transform: scale(100);
}
#nav-open {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	width: 54px;
	height: 54px;
	vertical-align: middle;
	cursor: pointer;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 15;
}
.nav-open span {
	height: 2px;/* 線の太さ */
	width: 30px;/* 長さ */
	background-color: #FFF;/* 色 */
	display: block;
	content: '';
	cursor: pointer;
	transition: background-color 0.3s ease;
}
.nav-open span:nth-of-type(1) {
	position: absolute;
	left: 50%;
	top: calc(50% - 8px);
	transform: translate(-50%,-50%);
}
.nav-open span:nth-of-type(3) {
	position: absolute;
	left: 50%;
	bottom: calc(50% - 10px);
	transform: translate(-50%,-50%);
}

/*----------------------------------------------------
   閉じるボタンのアニメーション（背景あり・3本版）
----------------------------------------------------*/
.nav-open span:nth-of-type(1) {
	animation: nav-bar01 .75s 1 forwards;
}
@keyframes nav-bar01 {
  0% {
	top: calc(50% - 1px);
    transform: translate(-50%,-50%) rotate(45deg);
  }
  50% {
	top: calc(50% - 1px);
    transform: translate(-50%,-50%) rotate(0);
  }
  100% {
    transform: translate(-50%,-50%) rotate(0);
  }
}
.nav-open span:nth-of-type(2) {
  opacity: 1;
}
.nav-open span:nth-of-type(3) {
	animation: nav-bar02 .75s 1 forwards;
}
@keyframes nav-bar02 {
  0% {
	bottom: calc(50% - 1px);
    transform: translate(-50%,-50%) rotate(-45deg);
  }
  50% {
	bottom: calc(50% - 1px);
    transform: translate(-50%,-50%) rotate(0);
  }
  100% {
    transform: translate(-50%,-50%) rotate(0);
  }
}

.modal .close-btn.active span:nth-of-type(1) {
	animation: active-nav-bar01 .75s 1 forwards;
}
@keyframes active-nav-bar01 {
  0% {
    transform: translate(-50%,-50%) rotate(0);
  }
  50% {
	top: calc(50% - 1px);
    transform: translate(-50%,-50%) rotate(0);
  }
  100% {
	top: calc(50% - 1px);
    transform: translate(-50%,-50%) rotate(45deg);
  }
}
.modal .close-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.modal .close-btn.active span:nth-of-type(3) {
	animation: active-nav-bar02 .75s 1 forwards;
}
@keyframes active-nav-bar02 {
  0% {
    transform: translate(-50%,-50%) rotate(0);
  }
  50% {
	bottom: calc(50% - 1px);
    transform: translate(-50%,-50%) rotate(0);
  }
  100% {
	bottom: calc(50% - 1px);
    transform: translate(-50%,-50%) rotate(-45deg);
  }
}


/*----------------------------------------------------
   ハンバーガーアイコン（背景なし）
----------------------------------------------------*/

/*.header-nav .open-btn {
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	padding: 10px 0;
	position: relative;
}*/
/*アイコンのスペース*/
/*#nav-open {
	display: block;
	width: 40px;
	height: 20px;
	vertical-align: middle;
	cursor: pointer;
}*/
/*ハンバーガーアイコンをCSSだけで表現*/
/*.nav-open span {
	position: absolute;
	left: 0;
	height: 2px;
	width: 40px;
	background-color: #1d1c3f;
	display: block;
	content: '';
	cursor: pointer;
	transition: background-color 0.3s ease;
}
.nav-open.dark-mode span {
	background-color: #fff;
}
.nav-open.light-mode span {
	background-color: #1d1c3f;
}

.nav-open, .nav-open span  {
	display: inline-block;
	transition: all .5s;
	box-sizing: border-box;
}
.nav-open span:nth-of-type(1) {
	top: 14px;
}
.nav-open span:nth-of-type(2) {
	bottom: 14px;
}
@media screen and ( min-width:600px) {
#nav-open:hover {
	opacity: 0.7;
}
.nav-open:hover span {
	background: #af8722;
}
}*/

/*----------------------------------------------------
   閉じるボタンのアニメーション（背景なし・2本版）
----------------------------------------------------*/
/*.nav-open.active span:nth-of-type(1) {
    top: 14px;
    transform: translateY(-5px) rotate(-45deg);
	transform-origin:50% 50%;
}
.nav-open.active span:nth-of-type(2) {
	bottom: 14px;
    transform: translateY(5px) rotate(45deg);
	transform-origin:50% 50%;
}
.close {
    width: 40px;
	height: 40px;
	box-sizing: border-box;
	padding: 10px 0;
	margin-left: auto;
	margin-top: 20px;
	margin-right: 20px;
}
.close-btn {
    position: relative;
	margin-left: auto;
}
.overlay .close-btn {
}
.close-btn span {
    background: #1d1c3f;
}
@media screen and ( min-width:800px) {
.close .nav-open:hover {
    opacity: 0.5;
}
.close .nav-open:hover span {
    background-color: #56b8ed!important;
}
}
@media screen and ( max-width:799px) {
.close {
    width: 40px;
	height: 40px;
	box-sizing: border-box;
	padding: 10px 0;
	position: fixed;
	top: 15px;
	right: 10px;
	margin: 0;
	z-index: 99999;
}
.close-btn span {
    background: #000;
}
}*/

/*----------------------------------------------------
   モーダルメニュー
----------------------------------------------------*/
.modal {
	display: none;
}

/* カバー */
.overlay {
	/*background: rgba(11,77,107,0.8);*//* 薄黒 */
	width: 100%;/* 画面いっぱいに表示 */
	height: 100%;/* 画面いっぱいに表示 */
	position: fixed;/* 固定 */
	top: 0;
	left: 0;
	z-index: 9990;
	display: none;/* 初期非表示 */
	cursor: pointer;
	-webkit-tap-highlight-color: transparent; /* 強調をなくす */
}
/* メニュー内容をいれる枠 */
#nav-content {
	position: fixed;/* 固定 */
	top: 50%;
	left: 50%;/* 右側に寄せる */
	transform: translate(-50%,-50%);
	width: 90%;
	height: 86%;
	z-index: 99998;/* 一番前にする */
	overflow-y: scroll;/* 画面高さ以上に長い時スクロール可 */
	/*background-color: #FFF;*//* 枠の背景色 */
	/*padding: 50px 30px 20px;*//* 内余白 */
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent; /* 強調をなくす */
	cursor: default;
}

#nav-content .modal-company h1 {
	width: 94%;
	display: flex;
	flex-flow: column;
	margin: 0 auto 20px;
}
#nav-content .modal-company h1 a {
	display: flex;
	flex-flow: column;
	align-items: center;
	color: #FFF;
}
#nav-content .modal-company h1 img {
	width: 80%;
	max-width: 130px;
	filter: invert(99%) sepia(44%) saturate(2%) hue-rotate(145deg) brightness(113%) contrast(100%);
}
#nav-content .modal-company h1 span {
	display: block;
	font-size: 20px;
	color: #FFF;
	font-weight: 600;
	letter-spacing: 0.1em;
	/*text-shadow: 0px 0px 3px rgba(17, 148, 224, 0.8);*/
	margin-top: 10px;
}
#nav-content .modal-company .add {
	font-size: 14px;
	text-align: center;
	color: #FFF;
}

#nav-content .modal-company .btn {
	margin-top: 20px;
	width: 84%;
}
#nav-content .modal-company .btn a {
	font-size: 16px;
	padding: 14px 50px;
	background-image: none;
	border: solid 1px #FFF;
	color: #FFF;
}
#nav-content .modal-company .btn a:before {
	background-color: #FFF;
}

#nav-content .main-menu li {
	display: block;
}
#nav-content .main-menu li a {
	padding: 1em;
	display: block;
	font-weight: 400;
	position: relative;
	color: #fff;
}
#nav-content .main-menu .sub-menu {
	margin-left: 1em;
}
#nav-content .main-menu .sub-menu li {
	display: block;
}
#nav-content .main-menu .sub-menu li a:before {
	content: "-";
	margin-right: .3em;
}
@media screen and ( min-width:850px) {
#nav-content {
	display: flex;
	justify-content: space-between;
}
#nav-content .main-menu {
	width: 55%;
	box-sizing: border-box;
	padding-right: 2em;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
#nav-content .modal-company {
	width: 40%;
	border-left: dashed 1px #fff;
	box-sizing: border-box;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}
#nav-content .main-menu a .arrow {
	display: none;
}
}
@media screen and ( max-width:849px) {
#nav-content {
	/*bottom: 0;
	top: auto;*/
	top: 0;
	left: 0;/* 右側に寄せる */
	transform: translate(0,0);
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	padding-bottom: 60px;
	padding-top: 80px;
}

#nav-content .main-menu {
	width: 94%;
	margin: 0 auto 50px;
}
#nav-content .main-menu li {
	display: block;
	border-top: solid 1px #fff;
}
#nav-content .main-menu li:last-of-type {
	border-bottom: solid 1px #fff;
}
#nav-content .main-menu .sub-menu li:last-of-type {
	border-bottom: none;
}
#nav-content .main-menu .sub-menu li {
	display: block;
	border-top: dashed 1px #fff;
}
#nav-content .main-menu a .arrow {
	width: 20px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0,-50%);
}
#nav-content .main-menu a .arrow:after {
	content: "";
	width: 6px;
	height: 6px;
	border-right: solid 1px #FFF;
	border-top: solid 1px #FFF;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translate(0,-50%) rotate(45deg);
}
}




/*----------------------------------------------------
   kumiai-info
----------------------------------------------------*/

#kumiai-info {
	display: flex;
}
#kumiai-info li {
	width: 50%;
	display: flex;
}
#kumiai-info li a {
	width: 100%;
	display: flex;
	background-image: url("../img/bg05.jpg");
}
#kumiai-info li a:hover {
	opacity: .8;
}
#kumiai-info li a .pht {
	width: 45%;
}
#kumiai-info li a .txt-box {
	width: 55%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-flow: column;
	box-sizing: border-box;
	padding: 1em 2.5em;
}
#kumiai-info li a .txt-box dt {
	font-size: 24px;
	color: #FFF;
	margin-bottom: 1em;
	line-height: 1.6;
}
#kumiai-info li a .txt-box dt span {
	display: inline-block;
}
#kumiai-info li a .txt-box dd {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #FFF;
	width: 100%;
}
#kumiai-info li a .txt-box dd span {
	flex-shrink: 0;
	margin-left: 1em;
	font-size: 18px;
}
#kumiai-info li a .txt-box dd:before {
	content: "";
	height: 1px;
	width: 100%;
	background-color: #FFF;
}
@media screen and ( min-width:800px) and ( max-width:979px) {
#kumiai-info li a .txt-box dt {
	font-size: clamp(1.188rem, 0.07rem + 2.23vw, 1.438rem);
}
}
/* --------  タブレット調整   --------*/
@media screen and ( max-width:799px) {
#kumiai-info {
	flex-flow: column;
}
#kumiai-info li {
	width: 100%;
	margin-bottom: 1px;
}
#kumiai-info li:last-of-type {
	margin-bottom: 0;
}
#kumiai-info li a .txt-box dt {
	font-size: 18px;
}
#kumiai-info li a .txt-box dd span {
	font-size: 16px;
}
}




/*----------------------------------------------------
   kumiai-contact
----------------------------------------------------*/

#kumiai-contact {
	background-image: url("../img/bg06.png"),url("../img/bg07.jpg"),url("../img/bg02.jpg");
	background-repeat: no-repeat,repeat-x,repeat;
	background-size: 100% auto, auto auto, auto auto;
	background-position: center bottom, left bottom, left top;
	padding-bottom: 26vw;
}
#kumiai-contact .title-box {
	display: flex;
}
#kumiai-contact .title-box .pht {
	position: relative;
	z-index: 10;
}
#kumiai-contact .contact-box {
	position: relative;
	z-index: 20;
}
#kumiai-contact .contact-box dl {
	width: 94%;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 3em 2.5em;
	box-shadow: 0px 0px 10px 2px rgba(229,229,229,.4);
}
@media screen and ( min-width:800px) {
#kumiai-contact .title-box h2 {
	width: 23%;
}
#kumiai-contact .title-box .pht {
	width: 77%;
	min-height: 430px;
	margin-top: 20px;
}
#kumiai-contact .title-box .pht img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
#kumiai-contact .contact-box {
	max-width: 1000px;
	margin: -60px auto 0;
}
#kumiai-contact .contact-box dl {
	max-width: 650px;
}
}
@media screen and ( max-width:799px) {
#kumiai-contact .title-box {
	flex-flow: column;
}
#kumiai-contact .contact-box {
	margin: -40px auto 0;
}
#kumiai-contact .contact-box dl {
	width: 94%;
	margin: 0 auto;
	padding: 2.5em 2em;
}
#kumiai-contact .contact-box dl .btn {
	margin: 25px auto 0;
}
}
@media screen and ( max-width:599.9px) {
#kumiai-contact .contact-box dl .btn {
	width: 100%;
}
}




/*----------------------------------------------------
   kumiai-office
----------------------------------------------------*/

#kumiai-office {
	padding: 4em 0;
}
#kumiai-office .add {
	width: 94%;
	margin: 0 auto;
	text-align: center;
}
















/*----------------------------------------------------
   
   アコーディオン
   
----------------------------------------------------*/
.ac-menu {
	padding: 20px;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
	border-top: solid 1px #aebfc5;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ac-box:last-of-type {
	border-bottom: solid 1px #aebfc5;
}
.ac-menu .icon {
	width: 14px;
	height: 14px;
	transition-duration: 0.2s;
	position: relative;
	margin-left: 10px;
}
.ac-menu .icon::before,
.ac-menu .icon::after  {
    content: '';
    width: 14px;
    height: 2px;
    background-color: #d5c8ac;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
}
.ac-menu .icon::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 1s;
}
.ac-menu.stay.open .icon::before,
.ac-menu.open .icon::before {
    opacity: 0;
}
.ac-menu.stay.open .icon::after,
.ac-menu.open .icon::after {
    transform: translateY(-50%) rotate(180deg);
}

.ac-inner {
	display: none;
	padding: 1em 0 1em ;
	box-sizing: border-box;
	border-top: dashed 1px #b5c9d2;
	width: calc(100% - 40px);
	margin: 0 auto;
	font-size: 16px;
}
.ac-inner.stay {
	display: block;
}


/*
.ac-menu .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
}
.ac-menu.stay .i_box {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.ac-menu .i_box .one_i {
	display: block;
	width: 16px;
	height: 16px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}
.ac-menu.stay .i_box .one_i {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.ac-menu.stay.open .i_box .one_i {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ac-menu.open .i_box {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.ac-menu.stay.open .i_box {
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
.ac-menu .i_box .one_i:before,
.ac-menu .i_box .one_i:after {
	display: flex;
	content: '';
	background-color: #1d1c3f;
	border-radius: 10px;
	width: 16px;
	height: 1px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}
.ac-menu .i_box .one_i:before {
	width: 1px;
	height: 16px;
	top: 0;
	left: 7px;
}
.ac-menu.stay .i_box .one_i:before {
	content: none;
}
.ac-menu.open .i_box .one_i:before {
	content: none;
}
.ac-menu.stay.open .i_box .one_i:before {
	content: "";
}
.ac-menu.open .i_box .one_i:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.ac-menu.stay.open .i_box .one_i:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}*/
@media screen and ( min-width:800px) {
.ac-box:hover .ac-menu {
	opacity: 0.8;
}
}



/*----------------------------------------------------
   フッター
----------------------------------------------------*/
#footer {
}
#footer .footer-inner,
#footer .copy {
	width: 94%;
	margin: 0 auto;
}
#footer h1 {
	width: 100%;
	display: flex;
	flex-flow: column;
	margin-bottom: 20px;
}
#footer h1 a {
	display: block;
}
#footer h1 img {
	width: 80%;
}
#footer h1 span {
	display: inline-block;
	font-size: 22px;
	color: #1d1c3f;
	font-weight: 600;
	letter-spacing: 0.1em;
	/*text-shadow: 0px 0px 3px rgba(17, 148, 224, 0.8);*/
	margin-top: 5px;
}

#footer .policy a {
	text-decoration: underline!important;
}

/* --------  PC調整   --------*/
@media screen and ( min-width:800px) {
#footer .footer-inner {
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
}
#footer .footer-data {
	width: 40%;
}
#footer .footer-data .add {
	font-size: 14px;
}
#footer .footer-data .btn {
	margin: 30px 0 0;
	max-width: 320px;
}
#footer .footer-data .btn a {
	font-size: 16px;
	padding: 14px 40px;
}
#footer .btn a .arrow {
	width: 36px;
	right: 10px;
}
#footer .btn a .arrow:before {
	width: 20px;
}
#footer .btn a .arrow:after {
	width: 8px;
	right: 8px;
	top: calc(50% - 4px);
}

#footer .footer-menu {
	writing-mode: vertical-rl;
	letter-spacing: 0.1em;
	width: 56%;
}
#footer .footer-menu li {
	margin: 0 0 0 5px; 
	display: block;
}
#footer .footer-menu li a {
	line-height: 2.2;
	font-weight: 400;
}
#footer .footer-menu li a .arrow {
	display: none;
}
#footer .footer-menu .sub-menu {
	margin-top: 1em;
}
#footer .footer-menu .sub-menu li:before {
	content: "・";
}
#footer .footer-menu li a:hover,
#footer .policy a:hover {
	color: #af8722;
}

#footer .policy {
	text-align: right;
	max-width: 1000px;
	margin: 80px auto 0;
	font-size: 13px;
}
#footer .copy {
	text-align: right;
	max-width: 1000px;
	margin: 10px auto 0;
	font-size: 13px;
}
}
@media screen and ( max-width:799.9px) {
#footer h1 {
	margin: 0 auto 20px;
	width: 94%;
}
#footer h1 a {
	text-align: center;
}
#footer .footer-data .add {
	font-size: 14px;
	text-align: center;
}
#footer .footer-data .btn {
	margin-top: 20px;
	width: 80%;
}
#footer .footer-data .btn a {
	font-size: 16px;
	padding: 14px 50px;
}

#footer .footer-menu {
	display: none;
}

#footer .policy {
	text-align: center;
	margin: 40px auto 0;
	font-size: 13px;
}
#footer .copy {
	text-align: center;
	margin: 3em auto 0;
	font-size: 13px;
}

}








/*----------------------------------------------------
   
   サムネイル付きスライダー
   
----------------------------------------------------*/

.thumb-slide .swiper {
	position: relative;
	z-index: 1;
}
.thumb-slide .swiper li {
	aspect-ratio: 1200/800;
	cursor: pointer;
}
.thumb-slide .swiper li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

/* サムネイル */
.thumb-slide .swiper-thumb {
	margin-top: 15px;
	padding-bottom: 15px;
	padding-top: 10px;
}
.thumb-slide .swiper-thumb .swiper-scrollbar.swiper-scrollbar-horizontal {
	bottom: 0px;
}
.thumb-slide .swiper-thumb .swiper-scrollbar .swiper-scrollbar-drag {
	transform: translate3d(0px, 0px, 0px);
	background-color: rgba(175,135,34,.4)!important;
	cursor: pointer;
}
.thumb-slide .swiper-thumb ul li .thumb-media {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.thumb-slide .swiper-thumb ul li:hover .thumb-media {
	transform: translateY(-8px)!important;
}
.thumb-slide .swiper-slide-thumb-active .thumb-media {
	opacity: .5;
	transform: translateY(-8px)!important;
}

/* 前後のコントローラー */
.thumb-slide .swiper-controller {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	aspect-ratio: 1200/798;
}
.thumb-slide .swiper-button-prev,
.thumb-slide .swiper-button-next {
	display: grid;
    place-content: center;
    width: 5.4rem;
    height: 5.4rem;
    cursor: pointer;
	position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
	opacity: .9;
}
.thumb-slide .swiper-button-prev {
	right: calc(100% - 2.7rem);
	left: auto;
}
.thumb-slide .swiper-button-next {
	left: calc(100% - 2.7rem);
	right: auto;
}
.thumb-slide .swiper-button-prev:before,
.thumb-slide .swiper-button-next:before {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
	background-color: rgba(255,255,255,1);
	box-shadow: 0rem 0rem 1.2rem rgba(0, 0, 0, .05), 0rem 0rem 1.2rem #fff;
}
.thumb-slide .swiper-button-prev:after,
.thumb-slide .swiper-button-next:after {
	width: .8rem;
    height: .8rem;
    content: "";
    border: solid #ddd;
    border-width: 3px 3px 0 0;
}
.thumb-slide .swiper-button-prev:after {
	margin-left: 2.5rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.thumb-slide .swiper-button-next:after {
	margin-right: 2.5rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and ( min-width:800px) and ( max-width:999px) {
.thumb-slide .swiper-button-prev,
.thumb-slide .swiper-button-next {
    width: 4rem;
    height: 4rem;
}
.thumb-slide .swiper-button-prev {
	right: calc(100% - 2rem);
}
.thumb-slide .swiper-button-next {
	left: calc(100% - 2rem);
}
.thumb-slide .swiper-button-prev:after,
.thumb-slide .swiper-button-next:after {
	width: .5rem;
    height: .5rem;
}
.thumb-slide .swiper-button-prev:after {
	margin-left: 1.8rem;
}
.thumb-slide .swiper-button-next:after {
	margin-right: 1.8rem;
}
}
@media screen and ( min-width:800px) {
.thumb-slide .swiper-thumb ul:not(:has(> li:nth-child(5))) {
	justify-content: center;
}
}
@media screen and ( max-width:799px) {
.thumb-slide .swiper-thumb ul:not(:has(> li:nth-child(4))) {
	justify-content: center;
}
.thumb-slide .swiper-button-prev,
.thumb-slide .swiper-button-next {
    width: 4rem;
    height: 4rem;
}
.thumb-slide .swiper-button-prev {
	right: calc(100% - 2rem);
}
.thumb-slide .swiper-button-next {
	left: calc(100% - 2rem);
}
.thumb-slide .swiper-button-prev:after,
.thumb-slide .swiper-button-next:after {
	width: .6rem;
    height: .6rem;
}
.thumb-slide .swiper-button-prev:after {
	margin-left: 2rem;
}
.thumb-slide .swiper-button-next:after {
	margin-right: 2rem;
}
}
@media screen and ( max-width:599.9px) {
.thumb-slide .swiper-button-prev,
.thumb-slide .swiper-button-next {
    display: none;
}
}




