@charset "utf-8";
/* Simple fluid media*/
img, object, embed{
}
*,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,th,td,address,figure{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left-width: 0;s
    border-right-width: 0;
    border-bottom-width: 0;
    vertical-align: baseline;
    /*    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';*/
    line-height: 1;
    background-repeat: no-repeat;
    background-size: contain;
    letter-spacing: 0.1em;
}
/* IE 6 does not support max-width so default to width 100% */
img {
	width:100%;
}
/*font*/
.font_min{
	/*font-family: 'Noto Serif JP', serif;*/
	font-family:"Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.font_go{
    font-family: 'Noto Sans JP', sans-serif;
}
.font_sofia{
	font-family: sofia-pro, sans-serif;	
}
.font_cam{
	
}
.font_century{
	font-family: "century-gothic", sans-serif;	
}
.font_century_min{
	font-family: "century-old-style-std", serif;	
}



.vertical {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    width: 100%;
}

/*reset */
html, body {
  height:100%;
}
body{
    width: 100%;
	
}
a,svg,img,.hover_anm{
    transition: all  0.3s ease;
}
a:hover{
    text-decoration: none;
}
html { 
	font-size:1.3333333333vw;
}

.fluidheight{
	height: 100%;
}
.youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pc480{
	visibility:hidden;
	display: none;
}
body .pc768{
	visibility:hidden;
	display: none;
}
.pc1200{
	display: none;
}
.sp1200{
	display: block;
}
.pc1400 {
    display: none;
}


.Trigger{
	opacity: 0;
}
.fade_active{
	animation-duration:0.4s;
	animation-fill-mode:forwards;
	transition-timing-function:ease-out ;
}
.fade_active.fadeLeft{
	animation-name:fadeLeftAnime;
}
@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-20px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

.fade_active.fadeRight{
	animation-name:fadeRightAnime;
}
@keyframes fadeRightAnime{
  from {
    opacity: 0;
	transform: translateX(20px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

.fade_active.fadeUp{
	animation-name:fadeUpAnime;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(20px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
.fade_active.fadeIn{
	animation-name:fadeInAnime;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
	transform: translateY(0px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}


.fade_active.fadeFit{
	animation-name:fadeFitAnime;
}
@keyframes fadeFitAnime{
  from {
    opacity: 0;
	transform: translateY(0px);
	transform: scale(1.3);
	filter: blur(1.5rem);  
  }

  to {
    opacity: 1;
	transform: translateY(0);
	transform: scale(1);
	filter: blur(0);  
  }
}

.fade_active.scroll-hint {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: rgba(0, 0, 0, 0.5);
	color: white;
	padding: 10px 20px;
	border-radius: 20px;
	animation: swayAndFade 2s ease-out forwards;
	z-index: 99999;
	font-size: 2em;
	font-weight: 600;
	width: 15em;
  }

  @keyframes swayAndFade {
	  0% {
		opacity: 1;
		transform: translateX(-50%) translateY(-50%);
	  }
	  20% {
		transform: translateX(calc(-50% - 10px)) translateY(-50%);
	  }
	  40% {
		transform: translateX(calc(-50% + 10px)) translateY(-50%);
	  }
	  60% {
		transform: translateX(calc(-50% - 5px)) translateY(-50%);
	  }
	  80% {
		transform: translateX(-50%) translateY(-50%);
		opacity: 1;
	  }
	  100% {
		opacity: 0;
		visibility: hidden;
	  }
	}










.wrap {
    position: relative;
}
.color_black{
	color: #050505;
}
.color_white{
    color: #FFFFFF;
}
.color_orange{
	color: #d25e3b;
}
.color_blue{
	color: #124a97;
}
.color_blue_dark{
	color: #061d3c;
}
.color_green{
	color: #aacd06;
}
.color_green02{
	color:#d5e8e9;
}
.color_green03{
	color:#5f9ea0;
}
.color_green04{
	color:#e7f1f1;
}
.color_green05{
	color:#cee3e4;
}

.color_gray{
	color:#767474;
}
.color_gray02{
	color:#f7f5f5;
}
.color_yellow{
	color: #f2d721;
}
.color_red{
	color: #dd371f;
}
.color_pink {
	color: #ff008c;
}
.cnt {
    position: relative;
}
.bk_white {
    background-color: #FFFFFF;
}
.bk_green02 {
    background-color: #d5e8e9;
}
.bk_green {
    background-color: #e8f3f4;
}
.bk_grad_green{
	background: linear-gradient(180deg, rgb(213, 232, 233) 80%, rgb(255, 255, 255));
}
.bk_gray {
	background-color: #363636;
}

.marquee {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    gap: 1rem;
    object-fit: cover;
}

.marquee-inner {
    animation: marquee 30s linear infinite;
	margin-right: -0.4em;
}
@keyframes marquee {
  0%   { translate: 0; }
  100% { translate: calc(-100% - 1rem); }
}



/*　下に下がる動き　*/

.header.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}

.header{
	position: fixed;
	width: 100%;
	z-index: 9999;
}

.head {
	position: relative;
	z-index: 999;
	padding-left: 10px;
}
.head_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
}
.logo {
	max-width: 200px;
	height: auto;
	align-items: center;
	opacity: 0;

}
.logo_foot {
    width: 200px;
    height: auto;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.logo a {
    display: block;
    font-size: 16px;
}
.logo_foot a {
    display: block;
    font-size: 16px;
}
.logo_txt {
	margin-top: -9px;
    font-size: 8px;
    text-align: right;
    display: block;
    transform: translateX(16px) translateY(-23px);
}
.logo_txt_foot {
    margin-top: -6px;
    font-size: 10px;
    text-align: right;
    display: block;
    font-weight: 600;
    transform: translateX(-3px) translateY(-34px);	
}
.head_l01_flex {
	display: flex;
	align-items: normal;
	position: relative;
}
.nav_link02 {
    background-color: #2f417f;
    color: #FFFFFF;
    display: none;
    font-size: 16px;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}
.nav_link03 {
	display: none;
	background-color: #dd371f;
	font-size: 20px;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 600;
	position: relative;
	color: #FFFFFF;
}
.openbtn_box {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
}





/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 100;
    /*ナビのスタート位置と形状*/
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    /*動き*/
    transition: all 0.6s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    visibility: hidden;
    backdrop-filter: blur(50px);
    background-color: rgba(221,55,31, 0.70);
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
	visibility: visible;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    /*position: fixed;*/
    position: relative;	
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	margin-top: 20px;
}

/*ナビゲーション*/
.g-navin {
    text-align: center;
    width: 100%;
	transition: 0.1s;
	visibility: hidden;
	opacity: 0;
}
.panelactive .g-navin {
	padding-top: 60px;
	padding-bottom: 90px;
	visibility: visible;
	opacity: 1;
}



/*リストのレイアウト設定*/
.scroll_no{
	overflow-y: hidden;
}
/*========= ボタンのためのCSS ===============*/
.openbtn1{
    /*    position: fixed;*/
    z-index: 9999;/*ボタンを最前面に*/
    cursor: pointer;
    width: 50px;
    height: 50px;
    filter: invert(20%);
    position: relative;
}
  
/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    right: 13px;
    height: 2px;
    background-color: #221815;
    width: 50%;
  }
.openbtn_b span{
	background-color: #454139;
}
.openbtn_b.active span{
	background-color: #fff;
}

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 11px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 11px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}









.balloon1 {
	position: relative;
    display: inline-block;
    margin: 0;
    padding: 0.5em;
    min-width: 120px;
    max-width: 100%;
    font-size: 3em;
    background: #e7b521;
    border-radius: 3px;
    font-weight: 700;
}

.balloon1:before {
	content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -2.5em;
    border: 5px solid transparent;
    border-top: 15px solid #e7b521;
}
.balloon2 {
    position: relative;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    padding: 0.5em;
    min-width: 120px;
    max-width: 100%;
    font-size: 3.8em;
    background: #dd371f;
    border-radius: 3px;
    font-weight: 700;
}

.balloon2:before {
	content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: 0;
    border: 5px solid transparent;
    border-top: 15px solid #dd371f;
}

.balloon1 p, .balloon2 p {
  margin: 0;
  padding: 0;
}

.fix_bnr {
	width: 100%;
	padding-bottom: 0em;
	position: fixed;
	left: 0px;
	bottom: -300px; /* Initially positioned below the viewport */
	z-index: 10;
	transition: all 0.5s ease;
}


.fix_bnr.show {
    bottom: 0; /* Show the nav by moving it up into view */
}


.fix_box {
    padding-right: 2em;
    padding-left: 2em;
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
	padding-top: 1em;
	padding-bottom: 2em;
}
.fix_bnr_ttl {
	width: 73%;
    display: block;
    transform: translateY(-0.5em);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}
.fix_bnr_img01 {
	width: 10%;
	position: absolute;
	top: -1em;
}
.fix_bnr_img02 {
	padding-right: 0px;
	width: 10%;
	display: block;
	position: absolute;
	right: 3%;
	top: -1em;
}


.form_icon {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
    margin-bottom: 4em;
}
.foot {
	background-color: #f2f2f2;
	margin-top: 8em;
	padding-top: 8em;
	padding-bottom: 8em;
}
.ft_logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	max-width: 400px;
	margin-bottom: 2em;
}
.ft_area {
	font-size: 2.5em;
	text-align: center;
	line-height: 1.7;
	padding-left: 3em;
	padding-right: 3em;
}
.ft_tel {
    font-size: 7em;
    text-align: center;
    color: #124a97;
    display: block;
    font-weight: 700;
}
.ft_post {
	font-size: 2.5em;
	padding-top: 3em;
	text-align: center;
	font-weight: 600;
	padding-bottom: 0.5em;
	line-height: 1.7;
}
.copy {
	font-size: 10px;
	text-align: center;
	padding-top: 6em;
	padding-bottom: 10em;
	background-color: #f2f2f2;
}
.thx_main {
    padding-top: 8em;
    padding-right: 4em;
    padding-left: 4em;
    padding-bottom: 10em;
}
.thx_box {
    display: block;
    width: 95%;
    padding-right: 4em;
    padding-left: 4em;
    max-width: 1000px;
    position: relative;
    z-index: 0;
    -webkit-box-shadow: 0px 0px 10px rgba(155,155,155,0.31);
    box-shadow: 0px 0px 10px rgba(155,155,155,0.31);
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 6em;
}
.thx_ttl {
    font-size: 8em;
    font-weight: 700;
    text-align: center;
    transform: translateY(-0.5em);
}
.thx_lead {
    font-size: 2em;
    line-height: 1.7;
    text-align: center;
    padding-bottom: 2em;
}
.thx_lead02 {
    font-size: 4em;
    font-weight: 800;
    text-align: center;
    padding-bottom: 1em;
    line-height: 1.5;
}
.thx_lead03 {
	font-size: 3em;
	text-align: center;
	font-weight: 600;
	margin-top: 2em;
	margin-bottom: 0.5em;
}
.thx_lead04 {
    font-size: 3em;
    font-weight: 600;
    text-align: center;
    padding-bottom: 0.5em;
}
.thx_arrow {
    width: 30%;
    max-width: 115px;
    margin-left: auto;
    margin-right: auto;
    display: block;
	transform: translateY(4em);
}
.thx_icon {
	width: 18%;
    max-width: 140px;
    display: block;
    position: absolute;
    top: 29%;
    right: 2%;
}
.thx_img01 {
    display: block;
    width: 15%;
    max-width: 120px;
    position: absolute;
    left: -4em;
    bottom: 8em;
}
.thx_img02 {
    display: block;
    width: 15%;
    max-width: 120px;
    position: absolute;
    right: -4em;
    bottom: 8em;
}
.thx_f_ttl {
    font-size: 4em;
    font-weight: 700;
    text-align: center;
    padding-bottom: 0.5em;
}
.thx_user {
    font-size: 4em;
    font-weight: 800;
    text-align: center;
    padding-bottom: 0.5em;
}
.thx_sama {
    font-size: 0.5em;
}
.arrow {
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.arrow::before {
  animation: arrow 2.5s infinite;
  border: solid #000;
  border-width: 0 0 3px 3px;
  content: "";
  margin: auto;
  position: absolute;
  top: -37px;
  left: 23px;
  transform: rotate(-45deg);
  width: 60px;
  height: 60px;
}
@keyframes arrow {
  0% {
	transform: rotate(-45deg) translate(0, 0);
  }
  60% {
	transform: rotate(-45deg) translate(-30px, 30px);
  }
  0%, 60%, 100% {
	opacity: 0;
  }
  30% {
	opacity: 1;
  }
}




.blank_svg {
    width: 10px;
    height: 10px;
    margin-left: 0px;
    margin-right: 8px;
}

.ui-datepicker {
  width: 100% !important;
  padding: .2em .2em 0;
  display: none;
  max-width: 36em !important;
  font-size: 2em !important;
  overflow: hidden;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
   font-size: 3rem !important;	
  text-decoration: none; 
}
.ui-datepicker table{
  font-size: 2em !important;

}	
.rsn_set_list {
    text-align: center;
}
.rsn_set_ttl04k {
    text-align: left;
}
.bnr_txt {
    font-size: 2em;
    text-align: left;
    line-height: 1.7;
}
/*まずはお決まりのボックスサイズ算出をborer-boxに */
.cv_btn,
.cv_btn:before,
.cv_btn:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.cv_btn {
	width: 90%;
	max-width: 1000px;
	font-size: 4.5em;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: block;
	padding-right: 1em;
	padding-left: 1em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.1s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	background-color: #f2d721;
	color: #000;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #dd7d1f;
}
.cv_btn_img{
	display: block;
	transform: translateY(-0.5em);
}
.cv_btn02 {
    width: 100%;
    font-size: 4em;
}
.cv_btn03 {
    font-size: 3.5em;
}
.cv_btn.btn--red.btn--cubic {
	-webkit-box-shadow: 0px 5px 0px #894a00;
	box-shadow: 0px 5px 0px #894a00;

}

.cv_btn.btn--red.btn--cubic:hover {
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	transform: translateY(5px);
}

.cv_btn03 {
    font-size: 3.5em;
}
.cv_btn.btn--radius {
 /* border-radius: 100vh;*/
}
.nav_link_txt svg, .nav_link03 svg{
	width: 7px;
	height: 7px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 8px;
	transform: translateX(-50%) rotate(90deg);
	fill:#d5d5d5;
}
.nav_link03 svg{
	width: 7px;
	height: 7px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 8px;
	transform: translateX(-50%) rotate(90deg);
	fill:#fff;
}
.bk_blue {

}


.nav_box_a {
	font-size: 6em;
	font-weight: 600;
	display: block;
	position: relative;
	padding-bottom: 1em;
	padding-top: 1em;
	padding-left: 0;
	color: #fff;
}
.nav_box_a svg {
	height: 7px;
	width: 7px;
	position: absolute;
	left: 10em;
	top: 50%;
	fill:#fff;
	transform: translateY(-50%);
}




.pd_btm02 {
	padding-bottom: 2em;
}
.pd_btm04 {
	padding-bottom: 4em;
}
.pd_btm06 {
	padding-bottom: 6em;
}
.pd_btm08 {
	padding-bottom: 8em;
}
.pd_btm10 {
	padding-bottom: 10em;
}
.pd_top02 {
	padding-top: 2em;
	margin-left: auto;
	margin-right: auto;
}
.pd_top04 {
	padding-top: 4em;
}
.pd_top06 {
	padding-top: 6em;
}
.pd_top08 {
	padding-top: 8em;
}
.pd_top10 {
	padding-top: 10em;
}
.mgn_top02{
	
}
.mgn_top04{
	margin-top: 4em;	
}
.mgn_top08{
	margin-top: 8em;
}
.mgn_btm02{
	margin-bottom: 2em;
}
.mgn_btm04{
	margin-bottom: 4em;
}
.mgn_btm06{
	margin-bottom: 6em;
}
.mgn_btm08{
	margin-bottom: 8em;
}


.nav_line::before{
	content: " ";
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background: #d5d5d5;
}
.l_qspkvy{
	bottom: 28em !important;
}
.present_bnr {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1700px;
	position: relative;
	z-index: 2;
}
.k_present_arrow {
	width: 10%;
	display: block;
	max-width: 50px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 3;
	margin-bottom: -0.8em;
}
.present_bnr_head {
	background-color: #c30b06;
	padding-top: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid #FFFFFF;
}
.k_bnr_txt {
	font-size: 12px;
	font-weight: 600;
	color: #FFFFFF;
}
.k_wel {
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	margin-bottom: 2em;
}
.web_ttl {
	font-size: 26px;
}
.web_lead {
	font-size: 16px;
}
.contact_slider {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4em;
	width: 90%;
}
.web01 {
	width: 35%;
	max-width: 90px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}
.web_ttl {
	font-size: 3.5em;
	text-align: center;
	font-weight: 600;
	padding-bottom: 1em;
}
.web_lead {
	font-size: 2.5em;
	text-align: left;
	line-height: 1.7;
	font-weight: 400;
	padding-top: 1em;
}
.contact_rec {
	font-size: 4em;
	font-weight: 600;
	text-align: center;
	padding-top: 3em;
	padding-bottom: 1em;
}
.contact_blue {
	background-color: #124a97;
	color: #FFFFFF;
	font-weight: 600;
	padding: 0.3em;
	display: inline-block;
	margin-right: 0.2em;
}
.contact_rec02 {
	font-size: 4.5em;
	font-weight: 600;
	text-align: center;
	padding: 0.7em;
	width: 12em;
	margin: 0 auto;
}
.c_sl {
	padding-left: 10px;
	padding-right: 10px;
}
.contact_ttl {
	font-size: 4em;
	text-align: center;
	font-weight: 600;
	padding-bottom: 0.6em;
	margin-bottom: 1em;
	border-bottom: 1px solid #124a97;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1600px;
}
.hint_box {
	position: relative;
}
.mv_ttl {
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
}
.mv_logo {
	width: 40%;
	margin-top: 4em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	display: block;
	max-width: 400px;
}
.mv_ttl_box {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
}
.f_nav_box {
	background-color: #363636;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100vw;
	overflow-x: hidden;
}
.f_nav_box_a {
	text-decoration: none;
	position: relative;
	transition: .3s;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: 700;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	display: block;
	text-align: center;
	width: 25%;
	letter-spacing: 0;
	font-size: 8px;
}
.f_nav_flex {
	display: flex;
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	/*    scroll-behavior: smooth;*/
    /*max-width: 900px;*/
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	background-color: #363636;
	
}

.nav_line::before {
    content: " ";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #d5d5d5;
}
.nav_icon {
	width: 25px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	display: block;
}
.f_nav_box_a svg {
	width: 7px;
	height: 7px;
	display: block;
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%) rotate(90deg);
	fill:#fff;
}
.logo_w {
	display: block;
	width: 15em;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 10;
}
.small_header .head{
	background: #fff;
}
.small_header .logo{
	display: flex;
	opacity: 1;
}
.intro_mv_box {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 1800px;
}
.intro_mv {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 1800px;
}
.intro_ttl {
	width: 100%;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 10em;
}
.intro_ttl_img {
	width: 90%;
	margin: 0 auto;
	display: block;
	max-width: 1100px;
}

.intro_btn_a {
	width: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
	margin-top: -10em;
	max-width: 250px;
}
.intro_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.intro_logo {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.intro_stitle {
	font-size: 4em;
	font-weight: 700;
	text-align: center;
}
.intro_lead01 {
	font-size: 2.5em;
	text-align: left;
	line-height: 2;
	font-weight: 600;
}
.intro_pop_img {
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
}
.mark_red {
	background-color: #dd371f;
	display: inline-block;
	padding: 0.3em;
	font-size: 1.5em;
}
.intro_img01 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1800px;
}
.k_cnt {
	position: relative;
	padding-top: 68px;
}
.overhiden {
	overflow-x: hidden;
}
.f_nav_box.small_f_nav {
	position: fixed;
	top: 50px;
	left: 0px;
	z-index: 50;
}
.map {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 90%;
}
.access {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 90%;
}
.map_bk01 {
	display: block;
	width: 15em;
	position: absolute;
	top: 2em;
	left: 1em;
}
.c_ttl {
	font-size: 10em;
    padding-bottom: 0.2em;
    text-align: center;
    font-weight: 700;
}
.c_sub_ttl {
	font-size: 2.5em;
	text-align: center;
	font-weight: 700;
}


.map_bk02 {
	display: block;
	width: 15em;
	position: absolute;
	top: 2em;
	right: 1em;
}
.map_img01 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.map_img {
	position: relative;
}
.map_pin_all{
	position: absolute;
	z-index: 2;
	width: 7em;
	display: block;
}
.map_pin01 {
	right: 24%;
	bottom: 34%;
}
.map_pin02 {
	right: 37%;
	bottom: 47%;
}
.map_pin03 {
	right: 30%;
	bottom: 10%;
}
.map_pin04 {
	right: 10%;
	bottom: 26%;
}
.map_btn {
	background-color: #FFFFFF;
	display: flex;
	border-radius: 200px;
	border: 2px solid #000000;
	font-size: 3em;
	font-weight: 700;
	color: #000000;
	text-align: left;
	padding: 0.3em;
	align-items: center;
	margin-bottom: 0.5em;
}
.map_list {
	padding-bottom: 2em;
	padding-top: 2em;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.map_num {
	width: 2em;
	display: block;
	margin-right: 0.5em;
}
.map_img_box {
	position: relative;
}
.map_box_all {
	background-color: #363636;
	position: relative;
}
.access_box {
	background-color: #363636;
	position: relative;
}
.map_btn.map_btn_active {
	background-color: #363636;
	color: #FFFFFF;
}
.map_pin_all.map_pin_active {
	transform: scale(1.3);
}
.tk {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1600px;
}
.tk_ttl {
	font-size: 3.5em;
	font-weight: 700;
	text-align: left;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 5;
}
.tk_ttl_pin {
	width: 3em;
	display: block;
	margin-right: 0.5em;
}
.tk_ttl_pin0 {
	width: 3em;
	display: block;
	margin-right: 0.2em;
}
.taiken_mv {
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: -1em;
}
.tk_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tk_img01 {
	width: 10%;
}
.tk_img02 {
	width: 10%;
}
.lp_img03 {
	width: 40%;
	max-width: 270px;
}
.tk_ttl02 {
	font-size: 2.9em;
	text-align: center;
	line-height: 1.5;
	font-weight: 700;
	padding-bottom: 1em;
}
.tk_ttl03 {
	font-size: 5em;
	font-weight: 700;
	text-align: center;
	padding-bottom: 0.7em;
}
.tk_img03 {
	display: block;
	margin-bottom: 4em;
}
.tk_lead {
	font-size: 2.5em;
	line-height: 2;
	text-align: center;
	font-weight: 700;
}
.tk_flex02 {
	margin-left: auto;
	margin-right: auto;
	max-width: 750px;
}
.tk_box {
	position: relative;
	z-index: 10;
}
.bk_tk::before {
	content: " ";
	position: absolute;
	top: 10%;
	left: 0px;
	width: 100%;
	height: 90%;
	background-image: url(../img/taiken_bk.gif);
	background-repeat: repeat;
	background-size: 200px 200px;
	z-index: -1;
}
.tk_cnt01 {
	position: relative;
}
.pg_lp06_txt {
    font-size: 2.5em;
    text-align: left;
    line-height: 2.5;
    font-weight: 500;
    padding-bottom: 4em;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.pg_lp06map {
    padding-left: 1em;
    padding-right: 1em;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}
.pg_lp06map_txt {
    width: 10em;
    padding-bottom: 2em;
}
.pg_lp06map_txt01 {
    font-size: 2em;
}
.pg_lp06map_txt02 {
    font-size: 4em;
    font-weight: 600;
}
.pg_lp06map_img {
    flex: 1;
    position: relative;
}
.lp06_f {
    position: relative;
    z-index: 0;
}
.zoom_icon {
	width: 4em;
	display: block;
	position: absolute;
	z-index: 2;
	cursor: pointer;
}
.map_pop {
    border-radius: 10px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgba(98,98,98,0.19);
    box-shadow: 0px 0px 10px rgba(98,98,98,0.19);
    width: 50em;
    max-width: 430px;
    position: absolute;
    z-index: 2;
    display: none;
}
.map01pop{
	position: absolute;
	top: 65%;
	left: 31%;
}
.map01pop .map_pop{
    bottom: 1em;
    right:50%;
	transform: translateX(60%);
}

.map02pop{
    position: absolute;
    top: 57%;
    right: 37%;
}
.map02pop .map_pop{
    bottom: 1em;
    left: 50%;
    transform: translateX(-45%);
}

.map03pop{
    position: absolute;
    top: 7%;
    right: 57%;
}
.map03pop .map_pop{
	top: 7em;
	left: 50%;
	transform: translateX(-42%);
}

.map04pop{
    position: absolute;
    top: 7%;
    right: 25%;
}
.map04pop .map_pop{
    top: 7em;
	left: 50%;
	transform: translateX(-55%);
}
.map05pop{
	position: absolute;
	top: 35%;
	left: 23%;
}
.map05pop .map_pop{
	bottom: 1em;
	right: 50%;
	transform: translateX(58%);
}


.map13pop{
    position: absolute;
    top: 31%;
    right: 76%;
}
.map13pop .map_pop{
	top: 7em;
	left: 50%;
	transform: translateX(-42%);
}
.map14pop{
    position: absolute;
    top: 39%;
    right: 23%;
}
.map14pop .map_pop{
    top: 7em;
	left: 50%;
	transform: translateX(-68%);
}
.map15pop{
	position: absolute;
	top: 49%;
	left: 23%;
}
.map15pop .map_pop{
	bottom: 1em;
	right: 50%;
	transform: translateX(58%);
}
.map11pop{
	position: absolute;
	top: 58%;
	left: 70%;
}
.map11pop .map_pop{
    bottom: 1em;
    right:50%;
	transform: translateX(53%);
}
.map12pop{
    position: absolute;
    top: 53%;
    right: 9%;
}
.map12pop .map_pop{
    bottom: 1em;
    left: 50%;
    transform: translateX(-82%);
}
.map16pop{
	position: absolute;
	top: 67%;
	left: 24%;
}
.map16pop .map_pop{
    bottom: 1em;
    right:50%;
	transform: translateX(60%);
}
.map17pop{
	position: absolute;
	top: 75%;
	left: 47%;
}
.map17pop .map_pop{
    bottom: 1em;
    right:50%;
	transform: translateX(60%);
}
.map18pop{
	position: absolute;
	top: 73%;
	left: 69%;
}
.map18pop .map_pop{
    bottom: 1em;
    right:50%;
	transform: translateX(48%);
}
.map19pop{
	position: absolute;
	top: 92%;
	left: 83%;
}
.map19pop .map_pop{
    bottom: 1em;
    right:50%;
	transform: translateX(36%);
}





.map_popin {
    padding: 4em;
}
.map_ttl_eng {
    font-size: 10px;
    color: #e5af5b;
}
.map_ttl_j {
    font-size: 18px;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 10px;
	text-align: center;
}
.map_lead {
	font-size: 12px;
	text-align: left;
	line-height: 1.7;
	padding-top: 1em;
}
.dli-caret-left {
  	display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 1em 2em;
    border-right-color: currentColor;
    border-left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(1em);
    left: -1.8em;
}
.dli-caret-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 1em 2em;
  border-left-color: currentColor;
  border-right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(1em);
  right: -1.8em;	
}
.dli-caret-down {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 2em 1em;
  border-top-color: currentColor;
  border-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateY(1.8em);
  	
}
.dli-caret-up {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 2em 1em;
    border-bottom-color: currentColor;
    border-top: 0;
    position: absolute;
    top: -1.5em;
    right: 50%;
    transform: translateX(50%);
  	
}
.map04pop .dli-caret-up {
    right: 41%;
}
.map14pop .dli-caret-up {
    right: 25%;
    transform: translateX(50%);  	
}
.map12pop .dli-caret-down {
    right: 14%;
    transform: translateY(1.8em);	
}
.map18pop .dli-caret-down {
    right: 42%;
    transform: translateY(1.8em);	
}
.map19pop .dli-caret-down {
    right: 30%;
    transform: translateY(1.8em);	
}


.pg_lp06map02 {
    margin-top: 8em;
}
.map_box {
    z-index: 2;

}
.map_box.active {
    z-index: 10;

}
.tk_map_wrap {
	background-color: #FFFFFF;
	max-width: 1800px;
	border-radius: 10px;
	border: 5px solid #ffddd8;
	margin-left: auto;
	padding-bottom: 4em;
	margin-right: auto;
	text-align: center;
}
.tk_map_ttl {
	font-size: 5em;
	font-weight: 700;
	background-color: #000;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	display: inline-block;
	margin-bottom: 0.3em;
	margin-top: -1em;
	margin-left: auto;
	margin-right: auto;
}
.tk_map_ttl_j {
	font-size: 2.5em;
	font-weight: 700;
	text-align: center;
}
.map_box.active .zoom_icon {
	transform: scale(1.3);
}
.tk_ttl_small {
	font-size: 0.3em;
	display: block;
	text-align: center;
	padding-top: 0.5em;
}
.bk_pl {
	background-color: #fef8e8;
	z-index: 5;
}
.pl_p01 {
	margin-left: auto;
	margin-right: auto;
	max-width: 750px;
}
.bk_md{
	position: relative;
	z-index: 4;
}
.bk_md::before {
	content: " ";
	position: absolute;
	top: 16%;
	left: 0px;
	width: 100%;
	height: 84%;
	background-image: url(../img/model_bk.gif);
	background-repeat: repeat;
	background-size: 200px 200px;
	z-index: -1;
}
.md_flow_flex {
	width: 2000px;
    display: flex;
    justify-content: space-between;
    padding-right: 1%;
	align-items: center;
}
.md_flow_flex img {
	width: 24%;
	max-height: 300px;
	border-radius: 10px;
	object-fit: cover;
}
.gal_flex {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
	justify-content:space-between;
    padding-left: 2em;
    padding-right: 2em;
}
.gal_l {
	border-radius: 10px;
	width: 48%;
	padding-bottom: 5em;
	cursor: pointer;
	position: relative;
}
.gal_mv {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.gal_ttl01 {
	text-align: center;
	font-size: 1.7em;
	font-weight: 700;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.5em;
	padding-bottom: 0.2em;
	margin-top: 1em;
	line-height: 1.5;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.gal_ttl02 {
	font-size: 2.5em;
	line-height: 1.5;
	text-align: center;
	font-weight: 700;
	padding-top: 1em;
	padding-bottom: 1em;
	letter-spacing: 0;
}
.gal_lead {
	font-size: 1.5em;
	text-align: left;
	line-height: 2;
	padding-bottom: 1em;
}
.gal_btn {
	background-color: #f2d721;
	font-size: 2.5em;
	font-weight: 700;
	border-radius: 100px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	width: 80%;
	position: relative;
	max-width: 300px;
}
.gal_btn svg {
	width: 7px;
	height: 7px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.gal_btn_wrap {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0em;
}
.gal_nondisp {
	display: none;
}
.ev_slider_a  {
	border-radius: 10px;
	display: block;
	background-color: #f4f4f4;
	-webkit-box-shadow: 0px 0px 20px rgba(193,193,193,0.30);
	box-shadow: 0px 0px 20px rgba(193,193,193,0.30);
	margin-left: 2em;
	margin-right: 2em;
}
.ev_img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.ev_lead {
	font-size: 2.5em;
	font-weight: 700;
	line-height: 1.7;
	text-align: left;
	padding: 1.5em;
	color: #2B2B2B;
}
.ev_box {
	overflow-x: hidden;
	position: relative;
}
.ev_slider {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4em;
	width: 90%;	
}
.ev_bk01 {
	width: 50%;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: -1;
	max-width: 650px;
}
.ev_bk02 {
	width: 50%;
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: -1;
	max-width: 650px;	
}
.c_ttl_access {
	position: relative;
	z-index: 2;
}
.access_flex02 {
	display: flex;
	padding-top: 3.5em;
	padding-bottom: 3.5em;
	border-bottom: 1px solid #7B7B7B;
}
.access_th {
	font-size: 3em;
	font-weight: 700;
	text-align: left;
	width: 5em;
}
.access_td {
	font-size: 2.5em;
	font-weight: 700;
	flex:1;
}
.ac_btn {
	display: inline-block;
	border-radius: 100px;
	background-color: #f2d721;
	font-size: 0.8em;
	padding: 0.5em;
	font-weight: 700;
}
.faq_bk {
	background-color: #f3eab1;
}
.faq_box {
	border-radius: 10px;
	background-color: #FFFFFF;
	width: 90%;
	margin-left: auto;
	padding: 2em;
	margin-right: auto;
	position: relative;
}
.faq_bk01 {
	position: absolute;
	top: 1em;
	left: 1em;
	z-index: 2;
	width: 10em;
}
.faq_bk02 {
	width: 9em;
	position: absolute;
	top: 1em;
	right: 1em;
	z-index: 2;
}
.faq_ttl_box {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 60%;
}
.faq_ttl {
}
.faq_ttl_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.faq_bk03 {
	width: 6em;
}
.faq_ttl_in {
	flex: 1;
}
.faq_a {
	font-size: 2.5em;
	font-weight: 700;
	background-color: #f3eab1;
	padding: 0.5em;
	border-radius: 100px;
	display: inline-block;
	margin-right: 0.5em;
	color: #000000;
	margin-bottom: 0.5em;
	border: 2px solid #F3EAB1;
}
.faq_ttl03 {
	font-size: 4.5em;
	font-weight: 700;
	text-align: center;
}
.marker_yellow {
    background: linear-gradient(transparent 60%, #f2d721 40%);
}
.faq_link_box {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-width: 720px;
}
.faq_menu {
	border-radius: 10px;
	padding: 3em;
	background-color: #f7f7f7;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
	cursor: pointer;
}
.faq_m_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.faq_icon {
    font-size: 3.5em;
    border-radius: 200px;
    font-weight: 700;
    height: 1.5em;
    width: 1.5em;
    text-align: center;
    padding-top: 0.2em;
}
.bk_yellow {
	background-color: #f2d721;
}
.bk_red {
	background-color: #dd371f;
}
.faq_q {
	font-size: 2.5em;
	font-weight: 700;
	text-align: left;
	padding-left: 0.8em;
	line-height: 1.7;
	flex: 1;
}
.faq_mark {
	width: 2em;
	font-size: 2.5em;
	font-weight: 700;
	text-align: center;
	height: 2em;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.faq_plus {
	display: block;
}
.faq_bar {
	display: none;
}
.faq_menu.active .faq_plus {
	display: none;
}
.faq_menu.active .faq_bar {
	display: block;
}
.faq_q02 {
	font-size: 2em;
	font-weight: 700;
	text-align: left;
	padding-left: 1em;
	line-height: 2;
	flex: 1;
}
.faq_m_flex02 {
	border-top: 1px solid #FFFFFF;
	margin-top: 2em;
	display: none;
}
.ank02_bnr {
	padding: 2em;
	background-image: url("../img/ank_bk.webp");
	background-size: cover;
	background-position: 50% 50%;
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 4em;
	cursor: pointer;
}
.ank02_ttl {
	text-align: center;
	font-size: 2.5em;
	font-weight: 700;
	padding-bottom: 1em;
	padding-top: 0.5em;
}
.ank02_btn {
	border-radius: 100px;
	padding: 2em;
	background-color: #FFFFFF;
	text-align: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}
.ank02_btn_txt01 {
	font-size: 2.5em;
	font-weight: 700;
	text-align: center;
}
.ank02_icon {
	font-size: 1em;
	font-weight: 500;
	text-align: center;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}
.ank02_plus {
	display: block;
}
.ank02_bar {
	display: none;
}
.ank02.active .ank02_plus {
	display: none;
}
.ank02.active .ank02_bar {
	display: block;
}
.ank02_ttl_box {
	position: relative;
}
.ank02_bk01 {
	position: absolute;
	left: 1em;
	top: 0em;
	z-index: 3;
	width: 5em;
}
.ank02_bk02 {
	position: absolute;
	right: 1em;
	top: 0em;
	z-index: 3;
	width: 5em;
}
.n_mv{
	min-height: 464px;
}
.ank02.active {
	border: 2px solid #CA1106;

}
.ank02 {
	margin-top: 2em;
}
.pg_lp07wrap {
	position: relative;
	padding-top: 0em;
	margin-bottom: 4em;
	z-index: 0;
	background-image: url(../img/lp07_bk.webp);
	background-size: cover;
	margin-left: auto;
	margin-right: auto;
	max-width: 1600px;
}
.pg_lp07 {
    padding-left: 2em;
    padding-right: 2em;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    position: relative;
    z-index: 2;
    padding-bottom: 4em;
}
.lp07_bk02 {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 0;
}



































































































@media only screen and (min-width: 375px) {	
}
@media only screen and (min-width: 425px) {	


}












/* Tablet Layout: 481px to 767px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {	
.sp480{
	visibility: hidden;
	display: none;
}
.pc480{
	visibility:visible;
	display: block;
}
.bnt_up{
	transition: all  0.3s ease;
}
.bnt_up:hover{
    transform: scale(1.05);
}	
.nav_link03:hover{
	background-color: #fff;
	color: #dd371f;
}	
.nav_link03:hover svg{
	fill:#dd371f;
}
.nav_box_a{
	font-size: 45px;
}
.nav_box_a svg{
	transform: translateX(-175px) translateY(-50%);
	top: 50%;
	left: 50%;	
}
.f_nav_box_a:hover {
	background-color: #000;
}
.map_btn:hover {
	background: #363636;
	color: #fff;
}
.ev_slider_a:hover {
	background-color: #000000;
}
.ev_slider_a:hover .ev_lead {
	color: #FFFFFF;
}
.faq_a:hover {
	border: 2px solid #000000;
	background-color: #FFFFFF;
}
.n_mv{
	min-height: 580px;
}
.f_nav_box_a {
	font-size: 12px;
}





}

@media only screen and (min-width: 600px) {
.cv_btn02{
	font-size: 40px;
}
.fix_box {
	max-width: 800px;
}
.cv_btn_img{
	display: block;
	margin: 0 auto;
	width: auto;
	height: 84px;
}
.f_nav_box_a {
}


	
}




@media only screen and (min-width:768px){
body .sp768{
	visibility:hidden;
	display: none;
}
body .pc768{
    visibility: visible;
    display: block;
}
/*========= ナビゲーションのためのCSS ===============*/	

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    /*position: fixed;*/
    position: relative;	
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
.g-navin {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 0%;
    left: 50%;
    transform: translate(-50%,0%);
    text-align: center;
    width: 100%;
}
.panelactive .g-navin {
	padding-top: 100px;
	padding-bottom: 60px;
}
	
.ft_area {
	font-size: 16px;
}
.ft_post {
	font-size: 16px;
}	



.ft_tel {
    font-size: 60px;
}
.arrow::before {
  width: 100px;
  height: 100px;
  left: 2px;
}
.ui-datepicker {
  font-size: 20px !important;
}
.ui-datepicker td span,
.ui-datepicker td a {
   font-size: 30px !important;	
}
.ui-datepicker table{
  font-size: 20px !important;

}	
.cv_btn {
    font-size: 45px;
}
.cv_btn02 {
    font-size: 30px;
}
.cv_btn03 {
    font-size: 35px;
}
.l_qspkvy{
	bottom: 21em !important;
}
.contact_rec {
	font-size: 40px;
}
.contact_rec02 {
	font-size: 40px;
}
.web_ttl {
	font-size: 26px;
}
.web_lead {
	font-size: 16px;
}
.k_bnr_txt {
	font-size: 20px;
}
.logo_w {
	width: 150px;
	top: 30px;
	left: 30px;
}
.intro_ttl {
	top: 2em;
}
.intro_btn_a {
	width: 20%;
	margin-top: -5em;
}
.intro_stitle {
	font-size: 42px;
}
.intro_lead01 {
	font-size: 20px;
	text-align: center;
}
.c_ttl {
	font-size: 120px;
}
.c_sub_ttl {
	font-size: 30px;
}
.map_btn {
	font-size: 30px;
}
.tk_ttl {
	font-size: 40px;
}
.tk_ttl02 {
	font-size: 30px;
}
.tk_ttl03 {
	font-size: 56px;
}
.tk_lead {
	font-size: 25px;
}
.tk_map_ttl {
	font-size: 50px;
}
.tk_map_ttl_j {
	font-size: 25px;
}
.gal_ttl01 {
	font-size: 16px;
}
.gal_ttl02 {
	font-size: 24px;
}
.gal_lead {
	font-size: 14px;
	padding-left: 2em;
	padding-right: 2em;
}
.gal_btn {
	font-size: 24px;
}
.ev_lead {
	font-size: 20px;
}
.ev_slider_a {
	margin-left: 20px;
	margin-right: 20px;
}
.access_th {
	font-size: 24px;
}
.access_td {
	font-size: 20px;
}
.access_l {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.access_flex02 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.faq_a {
	font-size: 20px;
}
.faq_ttl03 {
	font-size: 50px;
}
.faq_icon {
	padding-top: 5px;
	font-size: 35px;
}
.faq_q {
	font-size: 25px;
}
.faq_q02 {
	font-size: 20px;
}
.faq_mark {
    width: 40px;
    font-size: 25px;
    height: 40px;
}
.faq_menu {
	padding: 30px;
}
.ank02_ttl {
	font-size: 24px;
}
.ank02_btn_txt01 {
	font-size: 20px;
}
.ank02_btn {
	padding: 20px;
}
.ank02_bk01 {
	width: 7em;
}
.ank02_bk02 {
	width: 7em;
}
.n_mv{
	min-height: 790px;
}
.map_lead {
	font-size: 14px;
}
.map_ttl_j {
	font-size: 30px;
}
.map_ttl_eng {
	font-size: 14px;
}









	

	
	








	


}


@media only screen and (min-width: 900px) {
.n_mv{
	min-height: 850px;
}

}

@media only screen and (min-width: 1000px) {
.n_mv{
	min-height: 900px;
}


}




@media only screen and (min-width: 1100px) {
.n_mv{
	min-height: 950px;
}

	
}
@media only screen and (min-width: 1200px) {
html {
}
.pc1200{
	display: block;
}
.sp1200{
	display: none;
}
.ichi_main_lead {

}

.thx_ttl {
    font-size: 120px;
}
.thx_lead {
    font-size: 16px;
}
.thx_lead02 {
    font-size: 60px;
}

.thx_lead03 {
    font-size: 45px;
}
.thx_lead04 {
    font-size: 45px;
}
.thx_icon {
    max-width: 160px;
    top: 22%;
}
.thx_img01, .thx_img02 {
	bottom: 130px
}
.thx_arrow {
	transform: translateY(30px);
}
.balloon2 {
	font-size: 56px;
}
.logo {
    max-width: 300px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.head {
    padding-left: 15px;
}

.nav_link01 {
	display: flex;
	align-items: center;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 600;
}
.openbtn_box {
    padding-left: 7px;
    padding-right: 7px;
}
.openbtn1.active span:nth-of-type(1) {
    left: 14px;
}
.openbtn1.active span:nth-of-type(3){
    left: 14px;
}
.nav_link_txt{
  text-decoration:none;
  position: relative;
  transition: .3s;
}
.nav_link_txt:hover{
	color: #dd371f;
}
.nav_link_txt::after{
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	background-color: #dd371f;
	transition: .3s;
	transform: translateX(-50%);
}
.nav_link_txt:hover::after{
	width: 100%;
}	
.g-nav_box {
    width: 33.333%;
    padding-bottom: 2em;
}
.g-nav_flex {
    max-width: 1400px;
    padding-bottom: 40px;
}
.ft_menu .g-nav_flex{
	padding-bottom: 0px;

}	
.panelactive .g-navin {
	padding-top: 120px;
}
.head_flex{
	height: 90px;
	transition: all  0.3s ease;
}
.small_header .head_flex{
	height: 50px;
}
.small_header .logo{
	max-width: 200px;
}
.small_header svg{
	display: none;
}	
.small_header .nav_link03{
	height: 60px;	
}	

	
.openbtn_box{
	display: none;
}
.nav_link03 {
	display: flex;
	width: 200px;
	height: 90px;
	justify-content: center;
	text-align: center;
}

.nav_rev_small {
	font-size: 0.8em;
	display: block;
	padding-bottom: 0.5em;
}
.f_nav_box_a {
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 40px;
	display: block;
	min-width: 240px;
}
.f_nav_flex {
	max-width: 1200px;
}
.f_nav_box_a svg {
	width: 7px;
	height: 7px;
	bottom: 15px;
}	
.logo_w {
	width: 250px;
	left: 50px;
}
.pl_p01 {
	max-width: none;
}

.k_cnt {
	padding-top: 106px;
}
.map_img01 {
	width: 1080px;
}
.map_pin_all {
	width: 112px;
}
.tk_flex02 {
	display: flex;
	justify-content: space-between;
	max-width: none;
	align-items: center;
}
.tk_img03 {
	width: 45%;
}
.tk_img04 {
	width: 45%;
}
.pg_lp06map {
    font-size: 14px;
}
.gal_l {
	width: 40%;
	-webkit-box-shadow: 0px 0px 20px rgba(220,220,220,0.52);
	box-shadow: 0px 0px 20px rgba(220,220,220,0.52);
}
.gal_flex {
	justify-content: space-evenly;
}
.n_mv{
	min-height: 1150px;
}
.gal_btn_wrap {
	bottom: 2em;
}

	






	
	


	
}



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

	
	
	
}


@media only screen and (min-width:1400px){
.contact_slider {
	display: flex;
	max-width: 1600px;
	justify-content: space-between;
}
.c_sl {
	width: 31%;
}
.intro_ttl_img {
	margin-left: 2em;
}
.intro_btn_a {
	position: absolute;
	top: 2em;
	right: 2em;
	margin-top: 0px;
}
.access_flex {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1600px;
}
.access_l {
	width: 50%;
}
.access_l02 {
	flex: 1;
	padding-left: 1em;
}







	

}



@media only screen and (min-width:1600px){
html { 
	font-size:21px;
}	
.arrow::before {
  left: -7px;
}
.l_qspkvy{
	bottom: 15em !important;
}
.map_img01 {
	margin-right: 0px;
}
.map_list {
	position: absolute;
	left: 0px;
	top: 2em;
	z-index: 2;
}
.map_box {
	background-color: transparent;
}
.map_box::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 80%;
	top: 0;
	left: 0;
	z-index: -1;
	background: #363636;
}
.tk_flex {
	width: 100%;
	position: absolute;
	top: 5em;
	left: 0px;
}
.tk_img01 {
	width: 5%;
}
.tk_img02 {
	width: 5%;
}
.map_box_all {
	position: relative;
	background-color: transparent;
}
.map_box_all::before{
	content: " ";
	background: #363636;
	width: 100%;
	height: 90%;
	top: 0%;
	left: 0;
	position: absolute;
}







	
}


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

.sp1800{
	display: none;
}


}
