@charset "utf-8";

/*----------------------------------------
	全体
----------------------------------------*/

html{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	font-size:62.5%;
	color: #000;
	-webkit-text-size-adjust:100%;
	line-height:1.5;
	font-weight: 500;
}
body{ font-size:1.4rem; font-size: 1.4em; }
img{
	vertical-align: bottom;
	image-rendering: -webkit-optimize-contrast;
}
a{
	color: #000;
}
.center{
	text-align: center;
}

.noto{
	font-family: "Noto Sans JP", sans-serif;
}
.mon{
	font-family: "Montserrat", sans-serif;
}
.ari{
	font-family: Arial, sans-serif;
}

/*----------------------------------------
	layout
----------------------------------------*/

#container{
	overflow: hidden;
}
.main_frame{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
#bk{
	position: relative;
}
#bk:before{
	content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(../images/pc_bg.jpg);
    background-size: cover;
    z-index: 1;
}
#frame{
	position: relative;
	z-index: 2;
	background: #fff;
	box-shadow: 0 0 30px 0px rgb(0 0 0 / 30%);
	left: -15%;
}
@media screen and (max-width: 749px){
	#frame{
	left: 0%;
}
}

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

	.lp_frame{
		width: 84%;
		margin-right: auto;
		margin-left: auto;
	}
	#frame{
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

}/*END*/


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

.sp_menu{
	width: 100%;
	position: fixed;
	bottom: -100px;
	left: 0;
	box-sizing: border-box;
	z-index: 100;
	transition: all 0.4s;
}
.sp_menu a{
	display: block;
}
.sp_menu a:hover{
	opacity: 1 !important;
}
.sp_menu ul{
	display: flex;
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 749px){

	.sp_menu ul{
		max-width: 749px;
	}

}/*END*/


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

header{
	position: relative;
}
.drawer{
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	color: #d0c077;
	display: flex;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transform: translateX(100%);
	transition: 0.5s ease-in-out;
	z-index: 99;
}
.drawer nav{
	width: 100%;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1.6;
	text-align: center;
}
.drawer ul li{
	position: relative;
	transform: translateX(-150px);
	transition: transform 0.5s ease;
	line-height: 1.5;
	margin-bottom: 30px;
	font-size: 1.8rem;
}
.drawer ul li a{
	display: inline-block;
	color: #fff;
	text-decoration: none;
}
.drawer ul li a:hover{
	animation: drawer 1.4s;
	color: #C1C1C1;
}
@keyframes drawer{
	0%{
		filter: none;
	}
	30%{
		filter: blur(0.8px);
	}
	100%{
		filter: none;
	}
}
.drawer ul li:nth-child(2){ transition-delay: 0.1s; }
.drawer ul li:nth-child(3){ transition-delay: 0.2s; }
.drawer ul li:nth-child(4){ transition-delay: 0.3s; }
.drawer ul li:nth-child(5){ transition-delay: 0.4s; }
.drawer ul li:nth-child(6){ transition-delay: 0.5s; }
.drawer ul li:nth-child(7){ transition-delay: 0.6s; }
.drawer ul li:nth-child(8){ transition-delay: 0.7s; }
.drawer ul li:nth-child(9){ transition-delay: 0.8s; }
.drawer ul li:nth-child(10){ transition-delay: 0.9s; }

.open .drawer{
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}
.open .drawer ul li{
	transform: translateX(0);
}

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

	.drawer ul li{
		font-size: 1.6rem;
	}

}/*END*/

.btn_menu{
	position: fixed;
	width: 40px;
	height: 40px;
	right: calc(65% - 250px);
	top: 0;
	cursor: pointer;
	transition: all 0.5s;
	z-index: 100;
	background: #000;
	display: none;
}
.btn_menu span{
	position: absolute;
	right: 8px;
	height: 1px;
	background: #fff;
	transition: all 0.4s;
}
.btn_menu span:nth-child(1){
	top: 10px;
	width: 70%;
}
.btn_menu span:nth-child(2){
	top: 50%;
	width: 50%;
}
.btn_menu span:nth-child(3){
	bottom: 10px;
	width: 30%;
}
.open .btn_menu{
	background: transparent;
}
.open .btn_menu span:nth-child(1){
	transform: rotate(45deg);
	top: 20px;
	right: 6px;
}
.open .btn_menu span:nth-child(2){
	opacity: 0;
}
.open .btn_menu span:nth-child(3){
	transform: rotate(-45deg);
	top: 20px;
	width: 70%;
	right: 6px;
}

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

	.btn_menu{
		right: 0;
	}

}/*END*/


/*----------------------------------------
	btn map
----------------------------------------*/

.btn_frame{
	position: relative;
}
.btn1{
	display: block;
	width: calc((720/800)*100%);
	padding-top: 20px;
	padding-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
}
.btn2{
	display: block;
	width: calc((720/800)*100%);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 6%;
}
.map{
	width: 86%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20%;
	aspect-ratio: 47 / 35;
	overflow: hidden;
}
.map iframe{
	width: 100%;
	height: 100%;
}


/*----------------------------------------
	form
----------------------------------------*/

.form_frame{
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	padding-left: 5%;
	padding-right: 5%;
}
.form_frame p{
	line-height: 2;
	font-size: 1.6rem;
}
.hissu,
.nini{
	line-height: 1;
	display: inline-block;
	font-size: 1.3rem;
	padding: 3px 4px;
	margin-left: 6px;
	vertical-align: 2px;
	font-weight: normal;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
}
.hissu{
	color: #fff;
	background: #d95a5a;
	border-color: #d95a5a;
}
.nini{
	color: #808080;
	border-color: #808080;
}
.contact{
	width: 100%;
	line-height: 2;
}
.contact th,
.contact td{
	text-align: left;
	box-sizing: border-box;
	font-weight: normal;
	font-size: 1.6rem;
}
.privacy{
	font-size: 1.4rem;
	letter-spacing: -1px;
	line-height: 1.2;
}
.privacy label{
	line-height: 1.2;
}
.contact th{
	font-weight: bold;
	padding: 10px 10px 0 10px;
}
.contact td{
	padding: 10px 10px 10px 10px;
}
.contact td.add_td{
	padding: 10px 10px 0px 10px;
}
.contact td.add_td.error{
	padding: 10px 10px 10px 10px;
}
.date_td input{
	margin-bottom: 10px;
}
.date_td select{
	width: 100%;
}
.form_submit a{
	display: block;
	width: calc((599/800)*100%);
	margin-left: auto;
	margin-right: auto;
}
.kind label{
	display: block !important;
}
td.error{
	background: #ffcdd3;
}
.privacy .error{
	display: inline-block;
	margin-top: 10px;
	color: #e60012;
	padding: 8px 20px;
	background: #ffcdd3;
	font-size: 1.6rem;
}
td .error{
	color: #e60012;
	margin-top: 10px;
}
.comolete_tel{
	font-size: 2rem !important;
	font-weight: bold;
}

/*フォーム基本設定*/
select,
textarea,
input[type="text"],
input[type="number"],
input[type="url"],
input[type="email"],
input[type="tel"]{
	border: none;
	padding: 16px 15px;
	box-sizing: border-box;
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	-webkit-appearance: none;
	transition: all 0.4s;
	border: 1px solid #808080;
	background: #fff;
	line-height: 1;
	font-size: 1.6rem;
}
select{
	padding: 20px 15px;
	width: 100%;
}
textarea{
	line-height: 1.4;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus{
	outline: none;
	border: 1px solid #135db6;
}
.form1{ width: 200px; }
.form_all{
	width: 100%;
}


/*----------------------------------------
	checkbox radiobtn
----------------------------------------*/

.radio input[type="radio"],
.check input[type="checkbox"]{
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(0, 0, 0, 0);
}
.radio label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 12px;
	padding-left: 22px;
	line-height: 3;
	background: none !important;
	margin-right: 30px;
}

.check label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 12px;
	padding-left: 22px;
	line-height: 3;
	background: none !important;
	margin-right: 170px;
}
@media screen and (max-width: 749px){
	.check label{
	margin-right: 120px;
}
}
.privacy.check label{
	margin-right: 0 !important;
}
.privacy.check label{
	background: #fff;
}
.radio label:before,
.check label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 22px;
	height: 22px;
	margin-top: -11px;
	border-radius: 50%;
	border: 1px solid #808080;
	background: #fff;
}
.check label:before{ border-radius: 0; }
.radio label,
.check label{
	margin-left: 0\9;
	padding: 11px\9;
}
.radio label:not(:target),
.check label:not(:target){
	margin-left: 10px\9;
	padding: 11px 0 11px 25px\9;
}
.radio label:before,
.check label:before{
	display: none\9;
}
.radio label:not(:target):before,
.check label:not(:target):before{
	display: inline-block\9;
}
.radio input[type="radio"]:checked + label:after{
	position: absolute;
	content: "";
	box-sizing: border-box;
	top: 50%;
	left: -4px;
	width: 12px;
	height: 12px;
	margin-top: -5px;
	border-radius: 50%;
	background: #135db6;
}
.check input[type="checkbox"]:checked + label:after{
	content: "";
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	display: block;
	left: -7px;
	width: 18px;
	height: 10px;
	margin-top: -6px;
	border-left: 4px solid #135db6;
	border-bottom: 4px solid #135db6;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.radio input[type="radio"]:focus + label:before,
.check input[type="checkbox"]:focus + label:before{
	box-shadow: 0 0 3px 0 #135db6;
}


/*----------------------------------------
	sp btn
----------------------------------------*/

.sp_menu{
	width: 100%;
	position: fixed;
	bottom: -100px;
	left: 0;
	box-sizing: border-box;
	z-index: 50;
	transition: all 0.4s;
}
.sp_menu a{
	display: block;
}
.sp_menu a:hover{
	opacity: 1 !important;
}
.sp_menu ul{
	display: flex;
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: -15%;
}
@media screen and (max-width: 749px){

	.sp_menu ul{
		max-width: 100%;
		position: static;
		left: 0%;
	}

}/*END*/


/*----------------------------------------
	カレント表示ナビゲーション
----------------------------------------*/

.target_nav {
	display: none;
	position: fixed;
	z-index: 100;
	top: 50%;
	right: 65%;
	transform: translate(calc(-50% + 300px),-50%);
	z-index: 49;
}
.header__link {
	display: block;
	width: 6px;
	height: 32px;
	background-color: transparent;
	border: 1px solid #aaa;
	margin-top: 20px;
}
.header__link.is-active {
	background-color: #aaa;
}
li.header__item {
	position: relative;
}
li.header__item:after {
	display: block;
	position: absolute;
	top: 50%;
	color: #aaa;
	transform: translate(200%, -50%);
}
/*横の文字調整*/
li.header__item:first-child:after {
	content: "1";
}
li.header__item:nth-child(2):after {
	content: "2";
}
li.header__item:nth-child(3):after {
	content: "3";
}
li.header__item:nth-child(4):after {
	content: "4";
}
li.header__item:nth-child(5):after {
	content: "5";
}
li.header__item:nth-child(6):after {
	content: "6";
}
li.header__item:nth-child(7):after {
	content: "7";
}
li.header__item:nth-child(8):after {
	content: "8";
}
li.header__item:nth-child(9):after {
	content: "9";
}
li.header__item:nth-child(10):after {
	content: "10";
	transform: translate(90%, -50%);
}
li.header__item:last-of-type:after {
	content: "予\A約";
	transform: translate(90%, -50%);
}
@media screen and (max-width: 749px){

	.target_nav{
		display: none !important;
	}

}/*END*/


/*----------------------------------------
	datepicker
----------------------------------------*/

#ui-datepicker-div{
	max-width: 100%;
	width: 420px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active{
	padding: 15px;
}
.ui-datepicker .ui-datepicker-header{
	padding: 8px 0;
}

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

	#ui-datepicker-div{
		width: 340px;
	}

}/*END*/

/*----------------------------------------
	btn
----------------------------------------*/
.rela{
	position: relative;
}
.btn01 {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    width: 88%;
}
.btn02 {
    position: absolute;
    bottom: 33.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}
.btn03 {
    position: absolute;
    bottom: 56.3%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}


/*----------------------------------------
	text
----------------------------------------*/

.mv_vertical_text {
	position: absolute;
	right: 4%;
	top: 6%;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.6rem;
	color: white;
	line-height: 1.7;
	letter-spacing: 0.2em;
	font-weight: 300;
}
.mv_hero_text {
    position: absolute;
    bottom: 39%;
    left: 50%;
    transform: translateX(-50%);
	text-align: center;
	white-space: nowrap;
}
.mv_down_text{
	position: absolute;
    bottom: 9%;
    left: 4%;
}
.mv_down_text2{
	position: absolute;
    bottom: 3%;
    left: 4%;
}
.intro_huki{
	position: absolute;
	top: 6%;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	line-height: 1.4;
}
.increase_ttl{
	position: absolute;
	top: 24%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	line-height: 1.4;
	text-align: center;
	font-weight: 200;
	letter-spacing: 2px;
}
.increase_ttl2{
	position: absolute;
	top: 37%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	line-height: 1.4;
	text-align: center;
	font-weight: 200;
	letter-spacing: 4px;
}
.increase_ttl2 span{
	color: #135db6;
	border-bottom: #135db6 1px solid;
}
.reson02{
	position: absolute;
	width: 60%;
	right: 5%;
	bottom: 20%;
}
.reson03{
	position: absolute;
	width: 100%;
	left: 1%;
	bottom: -23%;
}
.in40{
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 8px;
	color: #fff;
}
.worry_ttl01{
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	line-height: 1.6;
	letter-spacing: 3px;
	color: #fff;
}
.worry_ttl02{
	position: absolute;
	bottom: 7%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	line-height: 1.6;
	letter-spacing: 4px;
	color: #fff;
}
.worry_border{
	border-bottom: #135db6 1px solid;
	width: 90%;
}
.text_lightblue{
	color: #3a6598;
}
.tag_label_01 {
  position: absolute;
  top: 0%;
  right: 13%;
  background-color: #3a6598;
  color: #fff;
  padding: 0.8em 0.8em 1em;
  border-radius: 22px;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: 3px;
}
.worry01{
	position: absolute;
	bottom: 23%;
	left: 10%;
	width: 100%;
	line-height: 1.6;
	letter-spacing: 2px;
	color: #000;
}
.tag_label_02 {
  position: absolute;
  top: 0%;
  left: 13%;
  background-color: #3a6598;
  color: #fff;
  padding: 0.8em 0.8em 1em;
  border-radius: 22px;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: 3px;
}
.worry02{
	position: absolute;
	bottom: 23%;
	left: 28%;
	width: 100%;
	line-height: 1.6;
	letter-spacing: 2px;
	color: #000;
}
.worry03{
	position: absolute;
	bottom: 20%;
	left: 10%;
	width: 100%;
	line-height: 1.6;
	letter-spacing: 2px;
	color: #000;
}

.solution_ttl01{
	position: absolute;
	top: 16.5%;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	line-height: 1.6;
	letter-spacing: 2px;
	color: #135db6;
	white-space: nowrap;
}
.solution_ttl02{
	position: absolute;
	top: 38.5%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	line-height: 1.6;
	letter-spacing: 2px;
	color: #fff;
	white-space: nowrap;
	font-weight: 100;
}

.point01{
	position: absolute;
	top: 24%;
	left: 5%;
	width: 100%;
	line-height: 1.6;
	letter-spacing: 2px;
	color: #fff;
	font-weight: 400;
}
.point02{
	position: absolute;
	top: 58%;
	left: 5%;
	width: 100%;
	line-height: 1.6;
	letter-spacing: 2px;
	color: #fff;
	font-weight: 400;
}
.point03{
	position: absolute;
	bottom: 3%;
	left: 5%;
	width: 100%;
	line-height: 1.6;
	letter-spacing: 2px;
	color: #fff;
	font-weight: 400;
}

.model_ttl01{
	position: absolute;
	top: 31%;
	left: 49.5%;
	transform: translateX(-50%);
	width: 100%;
	line-height: 1.6;
	letter-spacing: 2px;
	color: #fff;
	font-weight: 400;
}
.model_ttl02{
	position: absolute;
	top: 54%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	line-height: 1.6;
	letter-spacing: 2px;
	color: #fff;
	font-weight: 400;
}
.model_ttl03{
	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	line-height: 1;
	letter-spacing: 10px;
	color: #fff;
	font-weight: 400;
}

.text_with_icon {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  margin-right: 75px;
  letter-spacing: 4px;
  line-height: 1.7;
}

.text_with_icon::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}

.icon_map::before {
  background-image: url("../images/map_icon.png");
}
.icon_calendar::before {
  background-image: url("../images/sch_icon.png");
}
.icon_time::before {
  background-image: url("../images/time_icon.png");
}

.btn_reserve_out{
	background-color: #000;
	color: #fff;
	display: block;
	align-items: center;
	padding-top: 32px;
	padding-bottom: 30px;
	text-decoration: none;
	letter-spacing: 3px;
}
.btn_reserve_line{
	background-color: #06c755;
	color: #fff;
	display: block;
	align-items: center;
	padding-top: 32px;
	padding-bottom: 30px;
	text-decoration: none;
	letter-spacing: 3px;
}
@media screen and (max-width: 440px){
	.intro_huki{
	width: 100%;
	top: 5.5%;
	left: 52%;
	}
	.mv_hero_text {
    bottom: 30%;
	}
	.mv_down_text{
    bottom: 12%;
	}
	.mv_vertical_text {
	font-size: 2rem;
	}
	.in40{
	top: 9%;
	}
	.model_ttl03{
	bottom: -10%;
}
}
@media screen and (max-width: 400px){
	.worry_ttl01{
	top: 28%;
}
}

.btn_reserve_res{
	width: 90%;
}
.btn_reserve_in{
	background-color: #000;
	color: #fff;
	display: block;
	align-items: center;
	gap: 0.5em; 
	padding-top: 32px;
	padding-bottom: 30px;
	text-decoration: none;
	letter-spacing: 3px;
}
.btn_reserve_in::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url("../images/sch_icon.png") no-repeat center / contain;
	vertical-align: -3px;
	padding-right: 16px;
}
.btn_reserve_arrow {
  position: relative;
  display: block;
  background-color: #000;
  color: #fff;
  padding: 32px 40px 30px 20px;
  text-decoration: none;
  letter-spacing: 3px;
}

.btn_reserve_arrow::after {
  content: "＞";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  line-height: 1;
  color: inherit;
}
.m_center{
	margin-inline: auto;
}
.text_160{
	font-size: 12rem;
}
.text_108{
	font-size: 6.8rem;
}
.text_90{
	font-size: 6rem;
}
.text_85{
	font-size: 5.5rem;
}
.text_72{
	font-size: 4.6rem;
}
.text_60{
	font-size: 3.6rem;
}
.text_54{
	font-size: 3.2rem;
}
.text_52{
	font-size: 3rem;
}
.text_48{
	font-size: 2.7rem;
}
.text_36{
	font-size: 2.3rem !important;
}
.text_32{
	font-size: 2.1rem;
}
.text_30{
	font-size: 1.8rem;
}
.text_18{
	font-size: 1.2rem;
}
.text_14{
	font-size: 1rem !important;
}
@media screen and (max-width: 440px){
	.text_160{
	font-size: 10rem;
}
	.text_90{
	font-size: 4.5rem;
}
	.text_85{
	font-size: 4.2rem;
}
	.text_72{
	font-size: 3.6rem;
}
	.text_60{
	font-size: 3.1rem;
}
	.text_52{
	font-size: 2.4rem;
}
	.text_36{
	font-size: 2rem !important;
}
	.text_30{
	font-size: 1.6rem;
}
.text_48{
	font-size: 2.3rem;
}
}
@media screen and (max-width: 400px){
	.text_48{
	font-size: 2.2rem;
}
	.text_36{
	font-size: 1.8rem !important;
}
	.text_30{
	font-size: 1.35rem;
}
	.text_18{
	font-size: 1rem;
}
}
.text_verylight{
	font-weight: 100;
}
.text_light{
	font-weight: 300;
}
.text_blue{
	color: #135db6;
}
.text_cray{
	color: #3a3a3a;
}
.text_cotainer{
	padding-left: 5%;
	padding-right: 5%;
	letter-spacing: 0.5px;
}
.ttl_done{
	position: relative;
	left: 0.25em;
}

.text_medium {
  font-weight: 400;
}
.text_medium500 {
  font-weight: 500;
}
.text_bold {
  font-weight: bold;
}
.text_bold800 {
  font-weight: 800;
}
.text_normal {
  font-weight: normal;
}
.text_white {
  color: #fff !important;
}
.text_black {
  color: #000 !important;
}
.text_pink{
  color: #ed8495;
}
.text_water{
  color: #5daac3;
}
.text_cat{
  color: #d9d9d9;
}
.lh_34 {
  line-height: 3.4 !important;
}
.lh_32 {
  line-height: 3.2 !important;
}
.lh_30 {
  line-height: 3 !important;
}
.lh_28 {
  line-height: 2.8 !important;
}
.lh_26 {
  line-height: 2.6 !important;
}
.lh_24 {
  line-height: 2.4 !important;
}
.lh_22 {
  line-height: 2.2 !important;
}
.lh_20 {
  line-height: 2 !important;
}
.lh_18 {
  line-height: 1.8 !important;
}
.lh_16 {
  line-height: 1.6 !important;
}
.lh_15 {
  line-height: 1.5 !important;
}
.lh_14 {
  line-height: 1.4 !important;
}
.lh_13 {
  line-height: 1.3 !important;
}
.lh_12 {
  line-height: 1.2 !important;
}
.lh_11 {
  line-height: 1.1 !important;
}
.lh_10 {
  line-height: 1 !important;
}
.lh_05 {
  line-height: 0.5 !important;
}
.ls_1 {
  letter-spacing: 1px !important;
}
.ls_2 {
  letter-spacing: 2px !important;
}
.ls_3 {
  letter-spacing: 3px !important;
}
.ls_4 {
  letter-spacing: 4px !important;
}
.ls_6 {
  letter-spacing: 6px !important;
}
.ls_8 {
  letter-spacing: 8px !important;
}
.ls_12 {
  letter-spacing: 12px !important;
}
.ls_22 {
  letter-spacing: 22px !important;
}
.ls_-1 {
  letter-spacing: -1px !important;
}
.ls_-2 {
  letter-spacing: -2px !important;
}
.ls_-3 {
  letter-spacing: -3px !important;
}
.ls_-4 {
  letter-spacing: -4px !important;
}
.bg_water{
	background-color: #6092c5;
}
.bg_campain{
	background-image: url(../images/campaign2_bg.jpg);
}
.text_red{
	color: #e60012;
}
.text_12{
	font-size: 12px !important;
}
.bg_gray{
	background-color: #f5f5f5;
}

@media screen and (max-width: 400px){
	.ttl_done{
	left: 0.1em;
}
}

.form_anc{
	border: 1px solid #e4e4e4;
	padding: 20px 10px;
}
.no_wrap{
	white-space: nowrap;
}
@media screen and (max-width: 749px){
	.no_wrap{
	white-space: wrap;
}
}