@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;
	width:100%;
	margin:0 auto;
	line-height:0;
	padding:0;
}

.wrapper_inner {
	max-width: 830px;
	margin:0 auto;
	font-size: 100%;
	width:90%;
	line-height:0;
}

.wrapper_inner img{
	margin:0 auto;
	width:100%;
}

header,footer{
//	background:#fff;
}

#wrapper a {
	text-decoration: none;
}

a:link {
 color: #601986;
 text-decoration: underline;
}

a:visited {
 color: #601986;
 text-decoration: underline;
}

a:hover {}

a:active {
 color: #601986;
 text-decoration: underline;
}



#wrapper *{
	box-sizing:border-box;
}

#wrapper .img_area{
	max-width:1000px;
	text-align:center;
	margin:0 auto;
}

#wrapper .img_area img{
	width:100%;
}


#wrapper .swiper-container{

}
#wrapper .swiper{
	margin:2% auto;
	margin-inline: auto;
	max-width: 1000px;
	position: relative;
	width:100%;
}
.swiper_disp2{
	display:none;
}


#wrapper .swiper-wrapper {
	transition-timing-function: linear;
}

#wrapper .swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
//    opacity: .5;
//    transform: scale(.85);
 //   transition: .5s;
	height: auto;

}
.swiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    z-index: 99;
	height: auto;
}

.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: #00465c;
    border-radius: 50%;
    width: clamp(2rem, 1.765rem + 1.18vw, 2.5rem);
    height: clamp(2rem, 1.765rem + 1.18vw, 2.5rem);
//    margin-top:-10%;
}

.swiper .swiper-button-next::after, .swiper .swiper-button-prev::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
	font-size: clamp(1.0rem, 1.4vw, 1.4rem);
}

.swiper .swiper-button-next::after {
    content: '\f054'; /* FontAwesomeの右矢印 */
}

.swiper .swiper-button-prev::after {
    content: '\f053'; /* FontAwesomeの左矢印 */
}
.bk_back{
	background:#000;
	color:#fff;
	padding-bottom:10%;
}
.header{
	position: relative;
}
.header_in{
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
	-webkit-transform: translateY(0%) translateX(-50%);
	white-space: nowrap;
	box-sizing:  border-box;
	width:100%;
	line-height:1;
}

.h_logo{
	margin:5% auto 0;
	text-align:center;
	width:100%;
}
.h_logo img{
	margin:4% auto 0;
	max-width:146px;
	width:15%;
}

.h_tx{
	margin-top:10%;
	text-align:center;
	font-size: clamp(1rem, 0.6rem + 2vw, 2.1rem);
	font-family: "FOT-筑紫Aオールド明朝 Pr6 M";
	font-feature-settings: "palt";
}

.h_tx_1{
	margin:8% auto 0;
	font-size: clamp(0.6rem, 0.418rem + 0.91vw, 1.1rem);
	font-weight:600;
	font-feature-settings: "palt";
	width:82%;
}

.h_tx_2{
	margin:1% auto 0;
	font-weight:500;
	width:82%;
}
.h_tx_2 img{
	max-width:294px;
	width:36%;
}

.h_tx_3{
	margin:1% auto 0;
	font-size: clamp(4rem, 0.873rem + 15.64vw, 12.6rem);
	font-family: "FOT-筑紫Aオールド明朝 Pr6 M";
	font-feature-settings: "palt";
	width:82%;
}
.h_tx_3 span{
	font-size: clamp(1.5rem, 0.518rem + 4.91vw, 4.2rem);
}
.h_tx_4{
	margin:3% auto 0;
	font-size: clamp(0.7rem, -1.871rem + 5.71vw, 1.7rem);
	font-family: "FOT-筑紫Aオールド明朝 Pr6 B";
	font-feature-settings: "palt";
	text-align:center;
}
.h_tx_5{
	margin:5% auto 0;
	text-align:center;
	font-size: clamp(0.6rem, 0.273rem + 1.64vw, 1.5rem);
	font-family: "FOT-筑紫Aオールド明朝 Pr6 R";
}
.h_tx_6{
	margin:2% auto 0;
	text-align:center;
	font-size: clamp(0.5rem, -0.786rem + 2.86vw, 1rem);
	font-family: "FOT-筑紫Aオールド明朝 Pr6 M";
	line-height:1.3;
}
.h_tx_fl{
	margin:2% auto 0;
	display: flex;
	font-family: "FOT-筑紫Aオールド明朝 Pr6 M";
	justify-content: center;
	align-items: center;
}
.h_tx_fl_01{
	font-size: clamp(2.1rem, 1.162rem + 4.69vw, 4.68rem);
}

.h_tx_fl_01 span{
	vertical-align:4%;
}
.h_tx_fl_02{
	padding:2% 1% 0;
}
.h_tx_fl_s{
	padding-top:1%;
	padding-left:3%;
	padding-right:3%;
}
.triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 1.1vw solid transparent;
	border-bottom: 1.1vw solid transparent;
	border-left: 1.8vw solid #000000;
	border-right: 0;
}
.maru{
	font-family: "FOT-筑紫Aオールド明朝 Pr6 R";
	font-size: clamp(0.5rem, -0.786rem + 2.86vw, 1rem);
	display: inline-block;
	width: 3vw;
	height: 3vw;
	border-radius: 50%;
	background: #000;
	text-align:center;
	line-height: 3;
	color:#fff;
}
.h_tx_7{
	margin:2% auto 0;
	font-size: clamp(0.8rem, 0.473rem + 1.64vw, 1.7rem);
	font-family: "FOT-筑紫Aオールド明朝 Pr6 R";
	text-align:center;
}
.back_img_01{
	position: relative;
}
.back_in_01{
	margin:0 auto;
	width:82.1%;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
	-webkit-transform: translateY(0%) translateX(-50%);
	font-feature-settings: "palt";
	font-family: "FOT-筑紫ゴシック Pr5 D";
}
.b_01{
	padding-top:8%;
	font-size: clamp(0.6rem, -1.457rem + 4.57vw, 1.4rem);
	line-height:1.7;
}
.b_02{
	font-family: "FOT-筑紫ゴシック Pr5 M";
	padding-top:7%;
	font-size: clamp(0.6rem, -1.457rem + 4.57vw, 1.4rem);
	text-align:right;
}
.back_black{
	background:#000;
	padding-top:10%;
	padding-bottom:6%;
}
.bb_01{
	width:80%;
	margin:0 auto 0;
	position: relative;
}
.bb_01_in{
	margin:0 auto 0;
	position:  absolute;
	top: 16%;
	left: 7%;
	line-height:1;
}
.bb_01_01{
	font-family: "FOT-筑紫ゴシック Pro E";
	font-size: clamp(1.4rem, 0.756rem + 3.22vw, 3.17rem);
	color:#e60012;
}
.bb_01_02{
	margin-top:5%;
	font-family: "FOT-筑紫Aオールド明朝 Pr6 B";
	font-size: clamp(3rem, 0.745rem + 11.27vw, 9.2rem);
	color:#e60012;
}
.bb_01_02 span{
	font-family: "FOT-筑紫ゴシック Pro E";
	font-size: clamp(1.2rem, 0.484rem + 3.58vw, 3.17rem);
}
.swiper-container{
	margin-top:10%;
}

.bland_box{
	margin:0 auto;
	max-width:800px;
	width:80%;
}
.bb_02{
	width:80%;
	margin:10% auto 0;
	position: relative;
}
.bb_02_in{
	margin:0 auto 0;
	position:  absolute;
	top: 3%;
	left: 5%;
	line-height:1;
	width:90%;
}
.bb_02_01{
	margin-top:3%;
	font-family: "FOT-筑紫ゴシック Pro E";
	font-size: clamp(1.4rem, 0.756rem + 3.22vw, 3.17rem);
	color:#e60012;
}
.bb_02_fl_01{
	margin-top:3%;
	display: flex;
//	justify-content: space-between;
	width:100%;
	font-feature-settings: "palt";
}
.bb_02_fl_01_l{
	background:#e60012;
	padding:2%;
}
.bb_02_02{
	color:#fff;
	writing-mode: vertical-rl;
	font-family: "FOT-筑紫Aオールド明朝 Pr6 E";
	font-size: clamp(1.7rem, 0.864rem + 4.18vw, 4rem);
}
.bb_02_fl_01_r{
	font-family: "FOT-筑紫Aオールド明朝 Pr6 E";
	font-size:clamp(3.5rem, 1.5rem + 10vw, 9rem);
	color:#e60012;
	padding-left:2%;
	white-space: nowrap;
}
.bb_02_03{
	margin-top:4%;
	font-family: "FOT-筑紫ゴシック Pro E";
	font-size:clamp(1rem, -2.343rem + 7.43vw, 2.3rem);
	font-feature-settings: "palt";
	line-height:1.5;
}
.bb_02_04{
	margin-top:5%;
}
.bb_02_04_s{
	font-family: "FOT-筑紫ゴシック Pro E";
	font-size:clamp(1.3rem, 0.573rem + 3.64vw, 3.3rem);
	background:#e60012;
	padding:1% 4% 2%;
	color:#fff;
	line-height:1.5;
}
.bb_02_05{
	margin-top:4%;
	font-family: "FOT-筑紫ゴシック Pro E";
	font-size:clamp(1.4rem, -4.154rem + 12.34vw, 3.56rem);
	line-height:1.3;
	font-feature-settings: "palt";
}
.bb_02_fl_02{
	margin-top:3%;
	display: flex;
	align-items: flex-end;
//	justify-content: space-between;
	color:#e60012;
	font-family: "FOT-筑紫ゴシック Pro E";
	font-feature-settings: "palt";
	width:100%;
}
.bb_02_fl_02_1{
	writing-mode: vertical-rl;
	font-size: clamp(1.3rem, 0.591rem + 3.55vw, 3.25rem);


}
.bb_02_fl_02_2{
	font-size: clamp(3rem, 1.182rem + 9.09vw, 8rem);
//	transform: scale(0.7, 1);
//	width:22%;
//	margin-left:-2%;
	transform: scale(1, 1.2);
	padding-bottom:2.5%;
	line-height:1;
}
.bb_02_fl_02_3{
	writing-mode: vertical-rl;
	font-size: clamp(1.3rem, 0.591rem + 3.55vw, 3.25rem);


}
.bb_02_fl_02_4{
	font-size: clamp(2.5rem, 0.864rem + 8.18vw, 7rem);
	white-space: nowrap;
	letter-spacing: -0.08em;
}
.bb_02_fl_02_4 span{
	font-size: clamp(1.3rem, 0.464rem + 4.18vw, 3.6rem);
	
}
.bb_02_06{
	margin-top:4%;
	font-family: "FOT-筑紫ゴシック Pro E";
	font-size: clamp(1.3rem, -4.1rem + 12vw, 3.4rem);
	font-feature-settings: "palt";
}
.bb_02_06 span{
	color:#e60012;
}

.bb_02_07{
	margin-top:3%;
	font-weight:600;
	font-size: clamp(0.5rem, 0.171rem + 1.65vw, 1.2rem);
	font-feature-settings: "palt";
}

.bb_02_in2{
	position:  absolute;
	top: 45%;
	right: -4%;
	width:30%;
	text-align:right;
}
.bb_02_in2 img{
	max-width:279px;
	width:100%;
}
.bb_03{
	margin:10% auto 0;
	max-width:838px;
	width:84%;
}
.bb_03_01{
	position:  relative;
}
.bb_03_01_in{
	position:  absolute;
	top:  6%;
	right:  0;
	border:solid #fff 0.2vw;
	color:#fff;
	padding:1% 3% 1.5%;
	line-height:1.5;
	font-family: "FOT-筑紫ゴシック Pr5 M";
	font-size: clamp(1.1rem, -2.114rem + 7.14vw, 2.35rem);
}
.bb_03_02{
	line-height:1.3;
	margin-top:2%;
	font-family: "FOT-筑紫ゴシック Pro E";
	font-size: clamp(1.3rem, -4.1rem + 12vw, 3.4rem);
	font-feature-settings: "palt";
	color:#fff;
}
.bb_03_03{
	line-height:1.3;
	margin-top:2%;
	font-family: "FOT-筑紫Aオールド明朝 Pr6 E";
	font-size: clamp(1.5rem, -4.594rem + 13.54vw, 3.87rem);
	font-feature-settings: "palt";
	color:#fff100;
	text-align:center;
}
.bb_03_03_1{
	font-family: "FP-ヒラギノ明朝 StdN W8";
	font-size: clamp(3.5rem, -9.871rem + 29.71vw, 8.7rem);
}
.bb_03_03_2{
	font-family: "FOT-筑紫ゴシック Pro E";
	font-size: clamp(2rem, -5.714rem + 17.14vw, 5rem);
}
.bb_03_03_3{
	font-family: "FP-ヒラギノ明朝 StdN W8";
	font-size: clamp(3.5rem, -9.871rem + 29.71vw, 8.7rem);
	transform: scale(0.8, 1);

}
.bb_03_04{
	line-height:1.3;
	margin-top:2%;
	font-family: "FOT-筑紫Aオールド明朝 Pr6 E";
	font-size: clamp(1.3rem, -4.357rem + 12.57vw, 3.5rem);
	font-feature-settings: "palt";
	color:#fff;
}
.bb_03_04_1{
	font-family: "FP-ヒラギノ明朝 StdN W8";
	font-size: clamp(3.2rem, -10.429rem + 30.29vw, 8.5rem);
}
.bb_03_04_2{
	font-family: "FOT-筑紫ゴシック Pro E";
	font-size: clamp(2rem, -5.714rem + 17.14vw, 5rem);
}

.bb_03_05{
	line-height:1.3;
	margin-top:-5%;
	font-family: "FOT-筑紫Aオールド明朝 Pr6 E";
	font-size: clamp(1.2rem, -3.429rem + 10.29vw, 3rem);
	font-feature-settings: "palt";
	color:#fff;
}
.bb_03_05_1{
	font-family: "FP-ヒラギノ明朝 StdN W8";
	font-size:clamp(2.2rem, -7.057rem + 20.57vw, 5.8rem);
}
.bb_03_05_2{
	font-family: "FOT-筑紫ゴシック Pro E";
	font-size: clamp(1.5rem, -4.594rem + 13.54vw, 3.87rem);
}


.bb_03_04_fl{
	margin:0 auto;
	display: flex;
	align-items: flex-end;
	color:#fff;
	line-height:1.3;
	justify-content: space-between;
	width:90%;
}

.bb_03_04_fl_r{
	text-align:right;
	width:30%;
}
.bb_03_04_fl_r img{
	max-width:262px;
	width:100%;
}



.bb_04{
	width:80%;
	margin:10% auto 0;
	position: relative;
}
.bb_04_in{
	margin:0 auto 0;
	position:  absolute;
	top: 3%;
	left: 5%;
	line-height:1;
	width:90%;
}
.bb_04_01{
	margin-top:2%;
	font-family: "FOT-筑紫ゴシック Pro E";
	font-size:clamp(1rem, 0.127rem + 4.36vw, 3.4rem);
	font-feature-settings: "palt";
	line-height:1.5;
	color:#e60012;
	font-feature-settings: "palt";
}
.bb_02_04_s{
	margin-top:2%;
	font-family: "FOT-筑紫ゴシック Pro E";
	font-size:clamp(1.2rem, -4.329rem + 12.29vw, 3.35rem);
	font-feature-settings: "palt";
	line-height:1.5;
}
.bb_04_02{
	margin-top:5%;
	font-family: "FOT-筑紫ゴシック Pro E";
	font-size:clamp(1.4rem, 0.6rem + 4vw, 3.6rem);
	font-feature-settings: "palt";
}
.bb_04_fl_02{
	margin-top:0%;
	display: flex;
//	justify-content: space-between;
	color:#e60012;
	font-family: "FOT-筑紫ゴシック Pro E";
	align-items: flex-end;
	font-feature-settings: "palt";
	width:100%;
	
	
	
}
.bb_04_fl_02_2{
	font-family: "FOT-筑紫ゴシック Pro U";
	font-size: clamp(4rem, 1.455rem + 12.73vw, 11rem);
//	transform: scale(0.8, 1);
	letter-spacing: -0.2em;
}
.bb_04_fl_02_3{
	writing-mode: vertical-rl;
	font-size: clamp(1.3rem, 0.591rem + 3.55vw, 3.25rem);
	padding-left:5%;
}
.bb_04_fl_02_4{
	font-size: clamp(2.5rem, 0.864rem + 8.18vw, 7rem);
	white-space: nowrap;
}
.bb_05{
	margin:10% auto 0;
	width:80%;
	border:0.4vw solid #006098;
	background:#fff;
	line-height:1.5;
	text-align:center;
}
.bb_05_01{
	margin-top:3%;
	text-align:center;
}
.bb_05_01 img{
	max-width:564px;
	width:88%;
}
.bb_05_02{
	margin-top:3%;
	font-family: "I-OTF-UDゴ表示Pro E";
	font-size: clamp(0.8rem, -2.286rem + 6.86vw, 2rem);
	text-align:center;
	transform: scale(0.8, 1);
//	white-space: nowrap;
	font-feature-settings: "palt";
}
.bb_05_03{
	font-family: "FOT-筑紫Aオールド明朝 Pr6 E";
	font-size: clamp(2.5rem, -5.986rem + 18.86vw, 5.8rem);
	color:#e60012;
	text-align:center;
}
.bb_05 .bb_05_04{
	margin:1% auto 3%;
	font-family: "gothic_101pro_bo";
	font-size: clamp(0.8rem, -1.964rem + 6.14vw, 1.875rem);
	width:84%;
	text-align:left;
}

.bb_05_06{
	margin:3% auto;
	text-align:center;
}
.bb_05_06 img{
	max-width:528px;
	width:80%;
}


.bt_con{
	margin:0 auto;
	background:#c59848;
	line-height:1.5;
	padding-top:7%;
	padding-bottom:7%;
}
.bt_con_in{
	margin:0 auto;
	width:86%;
	border:0.4vw solid #fff;
	color:#fff;
	padding:3% 4%;
	font-feature-settings: "palt";
}
.bt_con_01{
	font-family: "I-OTF-UDゴ本文Pro M";
	font-size: clamp(0.7rem, -1.357rem + 4.57vw, 1.5rem);
}

.bt_con_02{
	margin-top:2%;
	font-family: "I-OTF-UDゴ本文Pro L";
	font-size: clamp(0.5rem, -1.429rem + 4.29vw, 1.25rem);
}



.hr{
	border-top:0.2vw solid;
	margin-top:4%;
}






.raiten{
	margin:4% auto 8%;
	text-align:center;
//	background:#000;
	padding-top:6%;
	padding-bottom:6%;
	font-size: clamp(0.6rem, -0.943rem + 3.43vw, 1.2rem);
	font-weight:800;
//	color:#fff;
}



/* Google Mapを囲う要素 */
.map{
	max-width:690px;
	margin:1% auto;
}

.map-wrap {
	margin:0 auto;
	position: relative;
	width: 100%;
	height: 0;
//	padding-top: 50%; /* 比率を4:3に固定 */
	padding-top: 56.25%;    /*16:9の比率にしたい場合、9/16=56.25%*/
}
 
/* Google Mapのiframe */
.map-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
	font-family: 'vw_h_r','gothic_101pro_me';
	font-size: clamp(0.9rem, 2.0vw, 2.0rem);

}

ol li {
  position: relative;
  line-height: 1.3;
  padding: 0.5em 0.5em 0.5em 30px;
}

ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #00a0e2;
  border-radius: 3px;
  color: white;
	font-family: 'vw_h_r';
	font-size: clamp(1.0rem, 2.2vw, 2.2rem);
  left: -10px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  /*以下上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#wrapper .margin_top15{
	margin-top:1.5%;
}
#wrapper .margin_top30{
	margin-top:3%;
}
#wrapper .margin_top50{
	margin-top:5%;
}
}
#wrapper .margin_top80{
	margin-top:8%;
}
#wrapper .margin_top100{
	margin-top:10%;
}


#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;
}

/*ページトップスクロールボタン*/
#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;
}




#wrapper .address_btn {
    background: #000;
    color: #fff;
    font-size:16px;
	padding:5px 10px;

}	




/*---------------------------------------------------------------------------------*/


#wrapper .foot_title_a{
	max-width:1000px;
	margin:10% auto 0;
	padding-bottom:4%;
	border-bottom:0.5vw solid #002C65;
	text-align:center;
}
.foot_title_a p{
	margin:5% auto 0;
	font-family: 'gothic_101pro_db';
	font-size: clamp(1.2rem, -2.143rem + 7.43vw, 2.5rem);
	max-width:822px;
	width:90%;
}
.foot_title_a p span{
	font-family: 'vw_h_b';
	font-size: clamp(1.4rem, -2.714rem + 9.14vw, 3rem);
	vertical-align:-3%;
}

.footer{
	margin:0 auto;
	font-size: 100%;
	overflow: hidden;
	width:100%;
	background:#000;
	color:#fff;
	line-height:1.5;
}
.footer_inner {
//	max-width:822px;
	margin:0 auto;
	width:100%;
	text-align:center;
}
.footer_in_01{
	margin-top:6%;
	font-family: "I-OTF-UDゴ表示Pro R";
	font-size: clamp(0.7rem, -1.614rem + 5.14vw, 1.6rem);
}
.footer_in_02{
	margin-top:0;
	font-family: "I-OTF-UDゴ表示Pro B";
	font-size: clamp(1.2rem, -2.914rem + 9.14vw, 2.8rem);
}

.footer_in_03{
	margin-top:1%;
	font-family: "I-OTF-UDゴ表示Pro R";
	font-size: clamp(0.8rem, -1.643rem + 5.43vw, 1.75rem);
}


.footer_inner .dealer{
	margin:9% auto 0;
	width:100%;
}

}
.footer_inner .dealer img{
	max-width:822px;
	width:100%;
}

.footer_inner div img {
	margin:0 auto;
	width:100%;
}

footer {
	width:90%;
	margin:5% auto 3%;
	text-align:center;
}

.copy{
	font-size:clamp(0.5rem, -0.786rem + 2.86vw, 1rem);
	color:#fff;
}

.footer_bt{
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	background:#002c65;
	color:#fff;
	padding-top:1%;
	padding-bottom:1%;
	align-items: center;
}

.fbt_left{
	width:70%;
	vertical-align:-3%;
	padding-left:3%;
	font-family: 'gothic_101pro_db';
	font-size: clamp(0.7rem, -1.614rem + 5.14vw, 1.6rem);
}
.fbt_left span{
	font-family: 'vw_h_b';
	font-size: clamp(0.9rem, -1.414rem + 5.14vw, 1.8rem);

}
.fbt_right{
	padding-right:1%;
	font-family: 'gothic_101pro_db';
	font-size: clamp(0.7rem, -1.614rem + 5.14vw, 1.6rem);
}
.fbt_right2{
	padding-right:2%;
	font-family: "AudiType-Normal";
	font-size: clamp(2rem, -3.143rem + 11.43vw, 4rem);
	transform: scale(0.8, 1);
}

.arrow {
	position: relative;
	display: inline-block;

}

.arrow::before,
.arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 0.15vw);
	right: 2vw;
	width: 1.91vw;
	height: 0.41vw;
//	border-radius: 9999px;
	background-color: #fff;
	transform-origin: calc(100% - 0.2vw) 50%;
}

.arrow::before {
	transform: rotate(45deg);
}

.arrow::after {
	transform: rotate(-45deg);
}

.footer_link{
	margin:3% auto 0;
	width:100%;
	line-height:1;
}

.footer_link a {
	position: relative;
	z-index: 1;
	display: block;
	transition: .3s;

}
.footer_link a::before {
	content: "";
	width: 90%;
	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;
}
.footer_link a:hover {
	transform: translateY(-7px);
}
.footer_link a:hover::before {
	transform: translateY(7px);
	opacity: 1;
}





/*-------ボタン-----------------------------*/
.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: left;
	width:80%;
	max-width: 500px;
	-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 > *:first-child {
	width: calc(100% - 10px * 3);
}

.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);
	margin-left: 15px;
}

.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_box .contact_in2{
	width:100%;
	text-align:left;
	padding:10px;
	font-size:1.2rem;
	border:1px solid #666;
	background:#fff;
	line-height:150%;
	margin-top:10px;
}


.contact_bt2{
	width:100%;
	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:red;
	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;
}





.bt_links{
//	width:100%;
	margin-top:4%;
	letter-spacing: 0.1em;
}


.bt_links img{
//	max-width:729px;
	width:100%;
	margin:5% auto 0;
}



.bt_links a {
//	width:90%;

	color: #fff;
//	font-family: 'gothic_101pro_bo';
	font-size: clamp(0.9rem, 1.6vw, 1.6rem);
	font-weight: bold;
	text-align:center;
	padding:2% 5% 2.5% 5%;
//	border-radius: 0px;
	position: relative;
	z-index: 1;
	display: inline-block;
	transition: .3s;
	background:#e60012;
	line-height:1.3;
	font-family:gothic_101pro_re;
}
.bt_links a::before {
	content: "";
	width: 90%;
	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;
}

.bt_links a span{
	font-family: 'vw_h_b';
	font-size: clamp(1.2rem, 1.9vw, 1.9rem);
	vertical-align:-3%;
}



.bt_links2{
	width:84%;
	margin:0 auto;
	text-align:center;
}


.bt_links2 img{
	max-width:729px;
	width:100%;
	margin:20px auto;
}



.bt_links2 a {
	width:100%;
	margin:0 auto;
	color: #fff;
	font-size: clamp(0.9rem, 1.6vw, 1.6rem);
	font-weight: bold;
	text-align:center;
	padding-top:4%;
	padding-bottom:4%;
//	border-radius: 0px;
	position: relative;
	z-index: 1;
	display: inline-block;
	transition: .3s;
	background:#006098;
	line-height:1.3;
	font-family:gothic_101pro_re;
}
.bt_links2 a::before {
	content: "";
	width: 90%;
	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_links2 a:hover {
	transform: translateY(-7px);
}
.bt_links2 a:hover::before {
	transform: translateY(7px);
	opacity: 1;
}

.kiyaku{
	width:100%;
	border:1px solid #000;
	margin:20px auto;
	padding:20px;
	text-align:center;
}

.kiyaku_box {
	overflow:auto;
	height:600px;
	padding-left:1em;
	text-indent:-1em;
	line-height:150%;
	text-align:left;
}


.flex_b {
	display:flex;
	flex-wrap:wrap;
}
.flex_b .flex_in {
	width:48%;
	margin-bottom:10px;
}

.wrapper_inner .att_box{
	max-width:600px;
	width:96%;
	margin:0 auto;
	padding-top:20px;
//	padding-left:1em;
//	text-indent:-1em;
	line-height:150%;
	text-align:left;
}

.sp_on{
	display:none;
}

/* ************************************************************************************************ */
@media screen and (max-width: 768px) {

.sp_on{
	display:block;
}
.sp_none{
	display:none;
}



.glay2_fl2{
	display:block;

}

#wrapper .title_com .title_tx{
	right: 30%;

}

#wrapper #footer {
	font-size:11px;
	line-height:14px;
	margin-top:;
	padding:15px 0 25px;
}


.swiper .swiper-button-next,.swiper .swiper-button-prev{
	margin-top:0%;
}

.td_14_on{
	max-width:90px;

}

#wrapper .td_10 .td_10_in{
	margin:10% auto 0;

}
.arrow::before,
.arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 0.15vw);
	right: 2vw;
	width: 3.28vw;
	height: 0.625vw;
//	border-radius: 9999px;
	background-color: #fff;
	transform-origin: calc(100% - 0.8px) 50%;
}


.circle .circle_01 , .circle .circle_02{
	margin:24% auto 0;
	width: 5vw;
	height: 5vw;
	font-size: 0.9rem;
	padding-right:4%;
	padding-bottom:4%;
}
.maru{
	width: 5vw;
	height: 5vw;
}

}



@media screen and (max-width: 600px) {
.navToggle{
	display:block;
}
}
