@charset "utf-8";
/* CSS Document */
#wrapper {
/*font-family: -apple-system-body, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "游ゴシック  Medium", "Yu Gothic Medium", "メイリオ", meiryo, sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	
}
input[type=checkbox] {
  transform: scale(1.5);
}

#wrapper{
	max-width:1000px;
	margin:0 auto 0;
}
.wrapper_inner {
	max-width: 751px;
	margin:0 auto;
	font-size: 100%;
	overflow: hidden;
	width:92%;
//	background:#000;
}


.wrapper_inner div img{
	margin:0 auto;
	width:100%;
}

header,footer{
	background:#fff;
}



#wrapper a {
	text-decoration: none;
}

#wrapper img {
	vertical-align:top;
}

body *{
	box-sizing:border-box;
}

#wrapper *{
	box-sizing:border-box;
}

#wrapper .img_area{
	max-width:1000px;
	text-align:center;
	margin:0 auto;
}

#wrapper .img_area img{
	width:100%;
}




#wrapper a.black:link {
	color:#000;
}
#wrapper a.black:visited  {
	color:#000;
}

#wrapper a.red:link {
	color:#d32525;
}
#wrapper a.blue:link {
	color:#3391c4;
}
#wrapper a.red:visited  {
	color:#d32525;
}
#wrapper a.blue:visited  {
	color:#3391c4;
}


h1{
	font-size: clamp(1.4rem, 0.818rem + 2.91vw, 3rem);
	font-family: 'gothic_101pro_me';
	font-family: 'land_bold';
	padding-left:2%;
}

.h2_t{
	font-size: clamp(1rem, -2.214rem + 7.14vw, 2.25rem);
//	font-family: 'df_hg_5';
	padding-top:3%;
	padding-bottom:5%;
	padding-left:4%;
}

.swiper{
//	margin-top:10%;
}
.swiper--wrapper {
	/* wrapperのサイズを調整 */
	max-width:1000px;
	width: 100%;
//	height: 300px;
//	margin-top:10%;

}
.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #000;
  width: 100%;
//  height: 100%;
  padding-bottom:7%;

}
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background: #333 !important;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

.swiper .swiper-button-next,.swiper .swiper-button-prev{
    background-color: #666;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.swiper .swiper-button-next::after, .swiper .swiper-button-prev::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 1.5rem;
}

.swiper .swiper-button-next::after {
    content: '\f054'; /* FontAwesomeの右矢印 */
}

.swiper .swiper-button-prev::after {
    content: '\f053'; /* FontAwesomeの左矢印 */
}

.tx_01{
	margin-top:5%;
	font-family: "I-OTF-UDゴ本文Pro R";
	font-size: clamp(0.6rem, -1.2rem + 4vw, 1.3rem);
	border-bottom:solid 1px;
	padding-bottom:2%;
	text-align:center;
	font-feature-settings: "palt";
	white-space: nowrap;

}
.tx_02{
	margin-top:3%;
	font-family: "I-OTF-UDゴ本文Pro RA";
	font-size: clamp(1.4rem, -2.971rem + 9.71vw, 3.1rem);
	line-height:1.5;
	font-feature-settings: "palt";
	text-align:justify;
	text-align-last:justify;
	white-space: nowrap;
}

.days_fl{
	font-family: "FOT-筑紫明朝 Pr6 R";
	margin:5% auto 0;
	display: flex;
	align-items: center;
	max-width: 770px;
	font-size: 100%;
	overflow: hidden;
	width:94%;
}
.days_l{
	width:35.7%;
}
.maru_tx_in{
	max-width:  268px;/* 円のサイズ（高さにもなる） */
	border-radius: 100%;
//	padding: 16px;
	border:1px solid;
	/* 以下のFlexboxで文字を中央寄せ */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; 
}

.maru_tx_in::before {/* 擬似要素で正円を作る */
	display: block;
	content: '';
	padding-top: 100%;
}

.maru_tx_t{

	text-align:center;
}
.maru_tx_01{
	font-size: clamp(0.9rem, -2.186rem + 6.86vw, 2.1rem);
}
.maru_tx_02{
	font-size: clamp(2.2rem, -5rem + 16vw, 5rem);
}
.maru_tx_03{
	margin-top:8%;
	font-size: clamp(0.9rem, -2.186rem + 6.86vw, 2.1rem);
}
.days_r{
	font-family: "FOT-筑紫明朝 Pr6 B";
	padding-left:2%
}

.times{
	font-size: clamp(2rem, -5.2rem + 16vw, 4.8rem);
}

.time_tx{
	font-size: clamp(1rem, -2.343rem + 7.43vw, 2.3rem);
	margin-top:3%;
}

.title_01{
	margin-top:10%;
	background:#036eb8;
	color:#fff;
	border-left:#063152 solid 0.4em;
	padding-left:2%;
	padding-top:1.7%;
	padding-bottom:1.0%;
	font-family: "I-OTF-UDゴ本文Pro RA";
	font-size: clamp(1.2rem, -2.914rem + 9.14vw, 2.8rem);
}

.in_tx_01{
	margin-top:3%;
	font-family: "FOT-筑紫明朝 Pr6 R";
	font-size: clamp(1.5rem, -4.286rem + 12.86vw, 3.75rem);
	font-feature-settings: "palt";
}
.in_tx_05{
	margin-top:4%;
	font-family: "I-OTF-UDゴ本文Pro RA";
	font-size: clamp(0.7rem, -1.511rem + 4.91vw, 1.56rem);
}
.in_tx_02{
	margin-top:3%;
	font-family: "FOT-筑紫明朝 Pr6 R";
	font-size: clamp(0.9rem, -1.929rem + 6.29vw, 2rem);
	font-feature-settings: "palt";
}


.in_tx1_fl{
	margin-top:-4%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.in_tx1_l{
	width:69%;
	margin-bottom:0.5%;
}
.in_tx1_l .in_tx_01{
	margin-top:-1.5%;
}

.in_tx1_r{
	width:31%;
	padding-right:1.5%;
	text-align:right;
}
.in_tx1_r img{
	max-width:206px;
	width:100%;
}

.in_tx_fl{
	margin-top:8%;
	display: flex;
	justify-content: space-between;
}
.in_tx_l{
	width:48%;
}
.in_tx_l .in_tx_01{
	margin-top:-1.5%;
}

.in_tx_r{
	width:52%;
	padding-right:1.5%;
	text-align:right;
}
.in_tx_r img{
	max-width:366px;
	width:100%;
}

.in_tx_03{
	margin-top:3%;
	font-family: "FOT-筑紫明朝 Pr6 R";
	font-size: clamp(0.9rem, -1.929rem + 6.29vw, 2rem);
	font-feature-settings: "palt";
	padding-left:6%;
}


.in_tx3_l .in_tx_01 span{
	font-family: "FOT-筑紫明朝 Pr6 R";
	font-size: clamp(0.9rem, -1.929rem + 6.29vw, 2rem);
}

.in_tx_04{
	margin-top:5%;
//	font-family: "I-OTF-UDゴ本文Pro L";
	font-size: clamp(0.7rem, -1.511rem + 4.91vw, 1.56rem);
	line-height:1.6;
}


.in_tx3_fl{
	margin-top:3%;
	display: flex;
	justify-content: space-between;
}
.in_tx3_l{
	width:67.7%;
}

.in_tx3_r{
	width:32.3%;
	text-align:right;
}
.in_tx3_r img{
	max-width:242px;
	width:100%;
}


.tel_fl{
	margin-top:10%;
	display: flex;
	align-items: center;
}
.tel_l{
	width:16.4%;
}

.tel_l img{
	max-width:123px;
	width:100%;
}
.tel_r{
	padding-left:3%;
}

.tel_tx_01{
	font-weight:600;
	font-size: clamp(1.1rem, -2.243rem + 7.43vw, 2.4rem);
}
.tel_tx_02{
	margin-top:3%;
	font-weight:400;
	font-size: clamp(0.7rem, -1.511rem + 4.91vw, 1.56rem);
}

.tel_link{
	margin-top:6%;
	display: flex;
	align-items: center;
}
.tel_link_a{
	font-size: clamp(1.5rem, -2.357rem + 8.57vw, 3rem);
}

.arrow_t {
  padding: 0 1em 0 0;
  position: relative;
}

.arrow_t::after {
	border-top: .1em solid #000;
	border-right: .1em solid #000;
	content: '';
	display: inline-block;
	margin: auto;
	transform: rotate(45deg);
	position: absolute;
	inset: 0 6% 0 auto;
	height: .6em;
	width: .6em;
}
.tel_link_02{
	padding-left:3%;
	font-family: "I-OTF-UDゴ本文Pro M";
	font-size: clamp(1.1rem, -2.243rem + 7.43vw, 2.4rem);
	line-height:1.4;
}

#wrapper .wrapper_inner .margin_top100{
	margin-top:100px;
}

#wrapper .margin_top05{
	margin-top:2%;
}
#wrapper .margin_top10{
	margin-top:3%;
}
#wrapper .margin_top20{
	margin-top:6%;
}

#wrapper .margin_top30{
	margin-top:9%;
}

#wrapper .margin_top40{
	margin-top:12%;
}

#wrapper .margin_top50{
	margin-top:15%;
}

#wrapper .margin_top60{
	margin-top:18%;
}

#wrapper .margin_top70{
	margin-top:21%;
}
#wrapper .margin_top80{
	margin-top:24%;
}
#wrapper .margin_top90{
	margin-top:27%;
}
#wrapper .margin_top100{
	margin-top:30%;
}

/*ページトップスクロールボタン*/
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #3f98ef;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}
/*---------------------------------------------------------------------------------*/


.footer {
	font-size:10px;
	line-height:150%;
	padding:5px;
	max-width: 1025px;
	width:100%;
	margin:20px auto 10px;
	border-top:1px dotted #666;
	text-align:right;
}

#wrapper #footer p{

}


.f_box{
//	max-width:900px;
	width:100%;
	text-align:center;
	margin:10% auto 0;
//	border-top:1px solid #000;
	padding-top:1%;
	font-family: 'Noto Sans JP';
	background:#000;
	color:#fff;
	padding-bottom:1%;:
}
.f_box_in{
	margin:4% auto 0;
	max-width:900px;
	text-align:center;
}
.f_box_logo{
	width:17.67%;
	text-align:center;
	margin:0 auto;
}
.f_box_logo img{
	max-width:159px;
	width:100%;
}
.f_box .f_txt_00{
	font-size: clamp(1.2rem, 0.691rem + 2.55vw, 2.6rem);
	text-align:left;
	line-height:1.3;
	font-weight:500;
	margin:0 auto;
}
.f_box .f_txt_01{
	font-size: clamp(1.1rem, -2.5rem + 8vw, 2.5rem);
	text-align:left;
	line-height:1.3;
	font-weight:600;
	margin:3% auto 0;
	text-align:center;
}
.f_box .f_txt_02{
	font-size: clamp(1.2rem, -2.143rem + 7.43vw, 2.5rem);
	text-align:left;
	line-height:1.3;
	font-weight:600;
	margin:1% auto 0;
	
}
.f_box .f_txt_03{
	font-size: clamp(0.8rem, -1rem + 4vw, 1.5rem);
	text-align:left;
	line-height:1.3;
//	font-weight:600;
	margin:1.5% auto 0;
	font-feature-settings: "palt";
	text-align:center;
}

.f_box .f_txt_03 span{
	font-size: clamp(0.9rem, -1.414rem + 5.14vw, 1.8rem);
	font-family: 'land_bold';
	vertical-align:-3%;
}
.f_box .f_txt_04{
	font-size: clamp(0.6rem, 0.382rem + 1.09vw, 1.2rem);
	text-align:left;
	line-height:1.3;
	margin:5% auto 2%;
	text-align:center;
}

.contact_m_title{
	width:90%;
	margin:50px auto 0;
	background:#f5aa3b;
	font-size:2.0rem;
	font-weight:bold;
	text-align:center;
	border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color:#fff;
  padding:20px;
}

.contact_box .contact_m_title2{
	width:90%;
	margin:0;
	font-size:2.2rem;
	font-weight:bold;
	text-align:left;
	color:#000;
	padding-bottom:12px;
	background:#;
	border-bottom:1px solid #000;
}

.wrapper_inner .thanks_title{
	width:90%;
	margin:80px auto 0;
	font-size:2.0rem;
	line-height:150%;
	font-weight:bold;
	text-align:left;
	color:#000;
	
}

.wrapper_inner .thanks_txt{
	width:90%;
	margin:30px auto;;
	font-size:1.0rem;
	font-weight:bold;
	text-align:left;
	color:#000;
	padding-left:20px;
}


.contact_m_title3{
	width:90%;
	margin:50px auto 0;
	background:#000000;
	font-size:2.0rem;
	font-weight:bold;
	text-align:center;
	border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color:#fff;
  padding:20px;
}

.contact_m_title4{
	width:90%;
	margin:50px auto 0;
	background:#efefef;
	font-size:2.0rem;
	font-weight:bold;
	text-align:center;
	border:1px dotted #666;
  color:#000;
  padding:20px;
}


.contact_box .contact_m_title5{
	width:90%;
	margin-top:70px;
	margin-bottom:20px;
	margin-left:0;
	font-size:1.6rem;
	font-weight:bold;
	text-align:left;
	color:#000;
}
.contact_box{
	width:90%;
	margin:0 auto 50px;
	background: rgba(255,255,255,0.5);
	border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align:center;
}
.contact_txt{
	width:80%;
	margin:50px auto;
	text-align:left;
	padding:20px;
	border:1px solid #000;
}

.contact_txt2{
	width:90%;
	margin:20px auto 10px;
	text-align:left;
	line-height:150%;
	
}
.contact_txt3{
	width:100%;
	margin-top:80px;
	
	margin-bottom:60px;
	text-align:left;
	line-height:180%;
	font-size:1.4rem;
	font-weight:bold;
}

.contact_box .contact_title{
	width:100%;
	margin:20px auto 10px;
	text-align:left;
	padding-top:20px;
	font-size:1.2rem;
	font-weight:bold;
	vertical-align: baseline;
}


.contact_box .contact_title .hisu{
	color:#e71c24;
	font-size:1.2rem;
	vertical-align:-20%;
	margin: 0 5px;

}
/*
.contact_title .hisu{
	border-radius: 5px;
	background:#e71c24;
	padding:3px 10px;
	color:#fff;
	font-size:0.9rem;
	vertical-align:2px;
}
*/



.contact_in{
	width:100%;
	margin:0 auto;
	text-align:left;
	font-size:1.4rem;
	line-height:150%;
}

.contact_image{
	width:80%;
	margin:0 auto;
	text-align:left;
	padding-top:20px;
	font-size:1.4rem;
}

.contact_image img{
	width:100%;
	margin:0 auto;
	text-align:center;
	padding-top:20px;
}


.contact_in p{
	width:100%;
	margin:10px 0;
	font-size:1.0rem;
	line-height:150%;
}

.contact_pp{
	width:70%;
	margin:0 auto;
	text-align:left;
	padding-top:20px;
	font-size:1.2rem;
}

.contact_bt{
	width:50%;
	margin:0 auto;
	text-align:center;
	padding-top:20px;
	font-size:1.2rem;
}



#contact_f{
	margin:0 auto;
	padding-bottom:30px;
}

#contact_f input[type=text], #contact_f textarea {
	font-size:16px;			/*フォントサイズ*/
	border:1px solid #999999;	/*ボーダー*/
	padding:10px;			/*パディング*/
	border-radius:3px;		/*角丸にする*/
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;	/*影を付ける*/
	width:100%;
	background:#fff;

}

#contact_f input[type=text]:focus, #form1 textarea:focus {
	box-shadow: 0px 0px 5px 2px #ccccee;		/*影を付ける*/
	outline-style:none;				/*アウトライン無しにする*/
}



#contact_f input[type="radio"] {
   -webkit-transform: scale(1.5);
   transform: scale(1.5);
   margin-right: 0.5em;
   margin-top:-5px;
}




#contact_f select {
	font-size:16px;			/*フォントサイズ*/
	border:1px solid #999999;	/*ボーダー*/
	padding:10px;			/*パディング*/
	border-radius:3px;		/*角丸にする*/
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;	/*影を付ける*/
	width:100%;
	background:#fff;

}

#contact_f select:focuss {
	box-shadow: 0px 0px 5px 2px #ccccee;		/*影を付ける*/
	outline-style:none;				/*アウトライン無しにする*/
}

#contact_f LABEL{
	font-size:1.2rem;
}

#contact_f 



/* ラベルのスタイル　*/
.contact_pp label {
	padding-left:		38px;			/* ラベルの位置 */
	font-size:		1.2rem;
	line-height:		;
	display:		inline-block;
	cursor:			pointer;
	position:		relative;
}

/* ボックスのスタイル */
.contact_pp label:before {
	content:		'';
	width:			20px;			/* ボックスの横幅 */
	height:			20px;			/* ボックスの縦幅 */
	display:		inline-block;
	position:		absolute;
	left:			0;
	background-color:	#fff;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;	/*影を付ける*/
	border-radius:3px;		/*角丸にする*/
	border:1px solid #999999;	/*ボーダー*/
}
/* 元のチェックボックスを表示しない */
.contact_pp input[type=checkbox] {
	display:		none;
}
/* チェックした時のスタイル */
.contact_pp input[type=checkbox]:checked + label:before {
	content:		'\2713';		/* チェックの文字 */ 
	font-size:		1.2rem;			/* チェックのサイズ */
	color:			#000;			/* チェックの色 */
	background-color:	#ccc;			/* チェックした時の色 */
}



/* ラベルのスタイル　*/

.buy_check{

background:#ccc;
padding:10px;
width:94%;
margin:0 auto 6px;
}
.buy_check label {
	padding-left:		38px;			/* ラベルの位置 */
	font-size:		1.2rem;
	line-height:		;
	display:		inline-block;
	cursor:			pointer;
	position:		relative;
	margin-top:3px;
}

/* ボックスのスタイル */
.buy_check label:before {
	content:		'';
	width:			20px;			/* ボックスの横幅 */
	height:			20px;			/* ボックスの縦幅 */
	display:		inline-block;
	position:		absolute;
	left:			0;
	top:-2px;
	background-color:	#fff;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;	/*影を付ける*/
	border-radius:3px;		/*角丸にする*/
	border:1px solid #999999;	/*ボーダー*/
}
/* 元のチェックボックスを表示しない */
.buy_check input[type=checkbox] {
	display:		none;
}
/* チェックした時のスタイル */
.buy_check input[type=checkbox]:checked + label:before {
	content:		'\2713';		/* チェックの文字 */ 
	font-size:		1.2rem;			/* チェックのサイズ */
	color:			#000;			/* チェックの色 */
	background-color:	#ccc;			/* チェックした時の色 */
}



/*-------ボタン-----------------------------*/
.contact_bt .bw-arrow,.contact_bt2 .bw-arrow {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #000000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 1px;
	color: #FFFFFF;
	font-size: 1.6rem;
	padding: 15px 15px 15px 30px;
	text-align: right;
	width:80%;
	max-width: 400px;
	-webkit-transition: 0.3s linear 0s;
	-o-transition: 0.3s linear 0s;
	transition: 0.3s linear 0s;
	margin:20px auto;
	border: none;
	cursor: pointer;
}


.bw-arrow::after {
	content: '';
	display: inline-block;
	padding: 0;
	width: 10px;
	height: 10px;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(45deg) translateX(-5px) translateY(5px);
	-ms-transform: rotate(45deg) translateX(-5px) translateY(5px);
	transform: rotate(45deg) translateX(-5px) translateY(5px);

}

.bw-arrow:hover {
	opacity: 0.5;
}

a.bw-arrow:link, a.bw-arrow:active, a.bw-arrow:hover, a.bw-arrow:visited {
	color: #FFFFFF;
	text-decoration: none;
}




.contact_bt2 .bw-arrow2 {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
//	justify-content: space-between;
	background-color: #000000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 1px;
	color: #FFFFFF;
	font-size: 1.6rem;
	padding: 15px 15px 15px 30px;
	text-align:left;
	width:80%;
	max-width: 400px;
	-webkit-transition: 0.3s linear 0s;
	-o-transition: 0.3s linear 0s;
	transition: 0.3s linear 0s;
	margin:20px auto;
	border: none;
	cursor: pointer;
}


.bw-arrow2::before {
	content: '';
	display: inline-block;
	padding: 0;
	width: 10px;
	height: 10px;
	border-bottom: solid 2px #FFFFFF;
	border-left: solid 2px #FFFFFF;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(45deg) translateX(-5px) translateY(5px);
	-ms-transform: rotate(45deg) translateX(-5px) translateY(5px);
	transform: rotate(45deg) translateX(-5px) translateY(5px);

}

.bw-arrow2:hover {
	opacity: 0.5;
}

a.bw-arrow2:link, a.bw-arrow2:active, a.bw-arrow2:hover, a.bw-arrow2:visited {
	color: #FFFFFF;
	text-decoration: none;
}


.contact_in2{
	width:100%;
	margin:10px auto;
	text-align:left;
	padding:10px;
	font-size:1.4rem;
	border:1px solid #666;
	background:#fff;
	line-height:150%;
}


.contact_bt2{
	width:90%;
	margin:0 auto;
	text-align:center;
	padding-top:20px;
	font-size:1.2rem;
	
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
/*--------------------------------*/
.error_txt{
	color:#e71c24;
	width:100%;
	margin:0 auto;
	text-align:left;
	font-size:1.0rem;
}


/*----------------------------------------------*/

#wrapper .multiple-item{
	border-right:1px solid #ccc;
	font-size:18px;
	font-weight:bold;;
}


#wrapper .multiple-item li{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #000;

	height:50px;
	vertical-align:middle;
	line-height: 50px;
	background:#fff;
}
#wrapper .multiple-item li a{
	display: block;
	color:#ccc;
}


#wrapper .multiple-item .active_mn{
	border-bottom:1px solid #fff;
	border-top:1px solid #000;
	border-left:1px solid #000;
}


#wrapper .multiple-item .active_mn span{
	border-bottom:4px solid #ff0000;
}



#wrapper .multiple-item .none_mn{
	border-left:1px solid #000;
}


#wrapper .multiple-item a:hover{
	color:#ccc;
	background:#999;
}

/*----------*/

nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}

nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active2 {
    transform: translateY(0%);
}


.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    background: #666;
    text-align: center;
}

.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}

.navToggle span:nth-child(1) {
    top: 9px;
}

.navToggle span:nth-child(2) {
    top: 18px;
}

.navToggle span:nth-child(3) {
    top: 27px;
}

.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}


/* 最初のspanをマイナス45度に */
.navToggle.active2 span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active2 span:nth-child(2),
.navToggle.active2 span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navToggle{
	display:none;
}

.head_logo_con{ 
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: flex-end;
	max-width:900px;
	text-align:center;
	margin:40px auto 20px;
	width:100%;
}

.head_logo_con_l{
	text-align:left;
}
.head_logo_con_r{
	text-align:right;
}

.maker_name_01{
	font-size:1.5rem;
}
.shop_name_01{
	font-weight:bold;
	font-size:1.3rem;
}
.h_text_a{
	max-width:900px;
	margin:0 auto 30px;
	line-height:150%;
	padding:0 20px;
}
.p_01_a{
	margin-top:30px;
	font-weight:bold;
	font-size:2.2rem;
	line-height:120%;
}
.p_02_a{
	margin-top:30px;
	font-weight:bold;
	font-size:4.0rem;
	line-height:120%;
}
.p_03_a{
	margin-top:30px;
	font-weight:bold;
	font-size:2.0rem;
	line-height:120%;
}


.select_input{
	margin-top:10px;
}
.select_input ul{ 
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	border-top:2px solid #666;
	padding:10px 0;
}

.select_input input[type="radio"]  {
    -webkit-transform: scale(2);
    -webkit-transform-origin:100% 50%;
    -moz-transform: scale(2);
    -moz-transform-origin:100% 50%;
    -ms-transform: scale(2);
    -ms-transform-origin:100% 50%;
    width:20px;
    height:20px;
    vertical-align: middle;
}

.foot_title_a{
	max-width:1000px;
	margin:50px auto 50px;
	text-align:center;
	width:100%;
}

.foot_title_a img{
	text-align:center;
	width:100%;
}


.arrow{
  width: 22px;
  height: 22px;
  border: 4px solid;
  border-color: #ffffff #ffffff transparent transparent;
  transform: rotate(45deg);
}


.sankaku_arrow{
	display: flex;
}


.link_box{
	position:relative;
	height:100%;
}
.link_inn{
	position: absolute;
	top:50%;
	z-index:1;
    right: 0%;
    bottom: 0%;
    width: 50%;
    height: auto;
}

.link_inn2{
	position: absolute;
	top:64%;
	z-index:1;
    right: 0%;
    bottom: 0%;
    width: 50%;
    height: auto;
}


.bt_links{
	width:100%;
	margin:4% auto 0;
	text-align:center;
}


.bt_links img{
	width:100%;
	margin:20px auto;
}



.bt_links a {
//	max-width:839px;
	width:100%;
	margin:0 auto 7%;
	color: #fff;
	font-size: clamp(0.65rem, 0.305rem + 1.73vw, 1.6rem);
	font-weight: bold;
	text-align:center;
	background: #000;
//	padding:20px;
//	border-radius: 6px;
	position: relative;
	z-index: 1;
	display: inline-block;
	transition: .3s;
	padding-top:4%;
	padding-bottom:4%;
}

.bt_links a::before {
	content: "";
	width: 100%;
	height: 10px;
	position: absolute;
	top: 100%;
	left: 5%;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	z-index: -1;
	opacity: 0;
	transition: .3s;
}
.bt_links a:hover {
	transform: translateY(-7px);
}
.bt_links a:hover::before {
	transform: translateY(7px);
	opacity: 1;
}

/* ************************************************************************************************ */
@media screen and (max-width: 980px) {


}
/* ************************************************************************************************ */
@media screen and (max-width: 768px) {



#wrapper .flex_box_02{
	display:block;
	width:90%;
}

.footer {
	font-size:11px;
	line-height:14px;
	margin-top:;
	padding:15px 10px 25px;
	text-align:center;
}
#wrapper  .flex_box_02_in{
	width:100%;
}




.tb_05_img{

}
.tb_05_tx{

}

}

@media screen and (max-width: 600px) {
.navToggle{
	display:block;
}
}
