@charset "utf-8";
/*
Last Updated: 2022-02-04
Author: izumiotsu
*/

/*----------------------------------------
	renovefudosan
----------------------------------------*/

html{
	font-family:'Noto Sans JP','游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif !important;
	margin-top: 0 !important;
}

.yugo{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
}
.yumin{
	font-family:'游明朝体','Yu Mincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro','ＭＳ Ｐ明朝','ＭＳ 明朝','Sawarabi Mincho',serif;
}

font-family: 'Noto Sans JP', sans-serif;



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

p{ line-height: 2; }
.text_bold{ font-weight: bold; }
.text_gray{ color: #737373; }
.text_red{ color: #f73f4e; }

.text_w_gray{ color: #ccc; }

.lh_14{ line-height: 1.4 !important; }
.lh_15{ line-height: 1.5 !important; }
.lh_16{ line-height: 1.6 !important; }
.lh_18{ line-height: 1.8 !important; }
.lh_20{ line-height: 2; }
.lh_21{ line-height: 2.1; }
.lh_22{ line-height: 2.2; }
.lh_23{ line-height: 2.3; }
.lh_24{ line-height: 2.4; }
.lh_26{ line-height: 2.6; }

.ls_-2{ letter-spacing: -2px; }
.ls_-1{ letter-spacing: -1px; }
.ls_1{ letter-spacing: 1px; }
.ls_2{ letter-spacing: 2px; }
.ls_3{ letter-spacing: 3px; }
.ls_4{ letter-spacing: 4px; }


@media print, screen and (min-width: 770px){

	.text_14{ font-size:1.4rem !important; }
	.text_16{ font-size:1.6rem !important; }
	.text_18{ font-size:1.8rem !important; }
	.text_21{ font-size:2.1rem !important; }
	.text_22{ font-size:2.2rem !important; }
	.text_24{ font-size:2.4rem !important; }
	.text_26{ font-size:2.6rem !important; }
	.text_28{ font-size:2.8rem !important; }
	.text_30{ font-size:3rem !important; }
	.text_32{ font-size:3.2rem !important; }
	.text_36{ font-size:3.6rem !important; }
	.text_38{ font-size:3.8rem !important; }
	.text_60{ font-size:6rem !important; }
	.text_70{ font-size:7rem !important; }

}/*END*/

@media print, screen and (min-width: 480px) and ( max-width: 769px){

	.text_16{ font-size:2vw !important; }
	.text_18{ font-size:2.2vw !important; }
	.text_21{ font-size:2.7vw !important; }
	.text_22{ font-size:2.8vw !important; }
	.text_24{ font-size:3vw !important; }
	.text_26{ font-size:3.2vw !important; }
	.text_28{ font-size:3.3vw !important; }
	.text_30{ font-size:3.4vw !important; }
	.text_32{ font-size:3.5rem !important; }
	.text_36{ font-size:3.6vw !important; }
	.text_38{ font-size:3.8vw !important; }

	.text_60{ font-size:4.5vw !important; }
	.text_70{ font-size:4.6vw !important; }
}/*END*/

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

	.text_14{ font-size: 1.2rem !important; }
	.text_16{ font-size: 1.4rem !important; }
	.text_18{ font-size: 1.6rem !important; }
	.text_21{ font-size: 1.8rem !important; }
	.text_22{ font-size: 1.8rem !important; }
	.text_24{ font-size: 1.8rem !important; }
	.text_26{ font-size: 1.9rem !important; }
	.text_28{ font-size: 2rem !important; }
	.text_30{ font-size: 2.2rem !important; }
	.text_32{ font-size: 2.3rem !important; }
	.text_34{ font-size: 2.4rem !important; }
	.text_36{ font-size: 2.5rem !important; }
	.text_38{ font-size: 2.6rem !important; }

	.text_60{ font-size: 4rem !important; }
	.text_70{ font-size: 4.4rem !important; }


	.ls_2{ letter-spacing: 1px; }
	.ls_3{ letter-spacing: 1px; }
	.ls_4{ letter-spacing: 2px; }


}/*END*/





.op{display: block;}
.op:hover{
	filter: alpha(opacity=90);
	opacity:0.90;
}
.op img:hover{
	filter: alpha(opacity=90);
	-moz-opacity:090;
}
.op img{    transition: all 0.4s;}
.max_respon{ max-width: 100%; }





.text_ocher{
	color: #b7aa00;
}




/*----------------------------------------
	izumi
----------------------------------------*/
.mv_btm_inner{
	width: 70%;
	margin:20px auto;
}
.ocher_bar{
	background: #b7aa00;
	color: #fff;
	padding:2px 18px 4px 18px;
	text-align: center;
}

.lp_frame{
	padding-right:7.5%;
	padding-left:7.5%;
}

.lp_frame_2{
	padding-right:4%;
	padding-left:4%;
}

.information_bg{
	background: linear-gradient(180deg, #fff 0%, #fff 25%, #333333 25%, #333333 100%);
}

.p_box_l{
	width: 84%;
	float: left;
}

.p_box_r{
	width: 84%;
	float: right;
}

.point_upper.left{
	width: 55%;
	position: absolute;
	bottom: -2px;
	left:0;
}
.point_upper.right{
	width: 55%;
	position: absolute;
	bottom: -2px;
	right:0;
}


.point_bg_area{
  background: url(../images/renove_izumiotsu/point_bg_r.jpg) right 0 top 10% / 70% auto no-repeat,
  url(../images/renove_izumiotsu/point_bg_l.jpg) left 0 bottom 27% / 70% auto no-repeat;
}

.bg_dark{
	background: #333;
}

.bg_beige{
	background: #f8f6e5;
}

.p_fl_box{
	display: flex;
	align-items: baseline;
	width: 90%;
	margin:0 auto;
	position: relative;
	justify-content: space-around;
}
.p_fl_box .item_price{
	width: 45%;
	margin-top: -15px;
}
.ttl_price{
	width: 70%;
}

.price_white_box{
	width: 85%;
	box-sizing: border-box;
	margin:0 auto;
	background: #fff;
	padding:1% 3% 2.5% 3%;
}

.price_white_box .in_upper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ccc;
}

.price_white_box .in_upper .ttl{
	padding-right:6%;
}

.check_icon{
	max-width: 100%;
	width: 6%;
	max-width: 24px;
	display: inline-block;
	margin-right:4px;
}

.checklist li{
	margin-bottom: 13px;
}

.plan_data_box{
	width: 100%;
	background: #f8f6e5;
	box-sizing: border-box;
	padding:3% 2.5%;
}

.plan_data_box p{
	font-size: 1.5rem;
}



@media screen and (max-width: 599px){
	.mv_btm_inner {
	  width: 85%;
	  margin: 18px auto;
	}

	.plan_data_box p{
		font-size: 1.2rem;
	}


}/*END*/




/*----------------------------------------
	Slider
----------------------------------------*/
.slick-dots li button:hover,
.slick-dots li.slick-active button{
	background: none;
}

.slick-dots li{
	margin: 0 2px;
}

.slick-dots li button::before{
	font-size: 12px;
	opacity: 1;
	color: #737373;
}
.slick-dots li.slick-active button::before {
  opacity: 1;
  color: #b7aa00;
}

.slide-arrow {
  margin: auto;
  position: absolute;
  top: 45%;
  width: 12%;
  z-index: 1;
  cursor: pointer;
}
.prev-arrow {
  left: -6%;
}
.next-arrow {
  right: -6%;
}

.slide-arrow:hover{
	opacity: 0.7;
}







/*header*/
.renova_head{
	position: relative;
	width: 100%;
	max-width: 1300px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: none;
	z-index: 10;
}
.renova_head h1{
	width: 20.63%;
	float: left;
}
.renove_head_shiryo{
	float: right;
	width: 8.73%;
	margin-right: 6%;
	margin-left: 3%;
}
.renove_head_tel{
	float: right;
	width: 13.49%;
}
.btn_menu{
	position: fixed;
	width: 32px;
	height: 30px;
	right: calc(50% - 235px) ;
	top: 20px;
	cursor: pointer;
	transition: all 0.5s;
	z-index: 51;
}
.btn_menu span{
	position: absolute;
	left: 0;
	width: 100%;
	height:2px;
	background: #000;
	transition: all 0.4s;
}
.open .btn_menu span{
	background: #fff;
}
.btn_menu span:nth-child(1){
	top: 0;
}
.btn_menu span:nth-child(2){
	top: 14px;
	width: 50%;
}
.btn_menu span:nth-child(3){
	bottom: 0;
	opacity: 0;
}
.open .btn_menu span:nth-child(1){
	transform: rotate(45deg);
	top: 15px;
}
.open .btn_menu span:nth-child(2){
	opacity: 0;
}
.open .btn_menu span:nth-child(3){
	transform: rotate(-45deg);
	bottom: 13px;
	opacity: 1;
}
.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: 50;
	font-size: 2rem;
}
.drawer ul{
	text-align: center;
	padding-top: 100px;
}
.drawer ul li{
	width: 100%;
	position: relative;
	transform: translateX(-150px);
	transition: transform 0.5s ease;
	text-align: center;
}
.drawer ul li:nth-child(2){ transition-delay: 0.15s; }
.drawer ul li:nth-child(3){ transition-delay: 0.25s; }
.drawer ul li:nth-child(4){ transition-delay: 0.35s; }
.drawer ul li:nth-child(5){ transition-delay: 0.45s; }
.drawer ul li:nth-child(6){ transition-delay: 0.55s; }
.drawer ul li a{
	display: inline-block;
	padding: 10px;
}
.drawer ul li img{
	height: 50px;
}
.drawer ul li a:hover{
	animation: drawer 1.4s;
	color: #fff;
}
.drawer ul li a{
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 15px;
}
.drawer ul li a:hover{
	animation: drawer 1.4s;
	color: #e05c33;
}
@keyframes drawer{
	0%{
		filter: none;
	}
	30%{
		filter: blur(0.8px);
	}
	100%{
		filter: none;
	}
}/*----------------------------------END-------------------------------------*/
.open .drawer{
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}
.open .drawer ul li{
	transform: translateX(0);
}

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

	.renove_head_shiryo,
	.renove_head_tel{
		display: none;
	}
	.renove_frame{
		padding-right: 3%;
		padding-left: 3%;
	}
	.renova_head h1{
		width: 30%;
	}
	.text_36{
		font-size: 3rem;
	}
	.drawer{
		font-size: 1.6rem;
	}
	.btn_menu{
	right: 2% ;
}

}/*END*/

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

	.renove_frame{
		padding-right: 4.5%;
		padding-left: 4.5%;
	}
	.renova_head{
		padding-left: 4%;
	}
	.renova_head h1{
		width: 35%;
	}
	.text_36{
		font-size: 2.4rem;
	}

	.text_48{
		font-size: 3rem;
	}




	.drawer{
		font-size: 1.4rem;
	}

}/*----------------------------------END-------------------------------------*/

/*header*/
.renove_frame{
	max-width: 1200px;
	width: 100%;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: auto;
	margin-left: auto;
}
.renova_mv{
	position: relative;
}
.renova_mv_bg{
	position: relative;
	left: 50%;
	margin-left: -1000px;
	margin-top: -10px;
}
.renova_copy{
	position: absolute;
	left: 10%;
	top: 22%;
	width: 46%;
	max-width: 657px;
}

/*contents*/
.renove_bg{
	background: #f6f5f5;
}

/*bnr*/
.renove_bnr{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	width: 100%;
}
.renove_bnr img{
	display: block;
	width: 100%;
	vertical-align: top;
}
.renove_bnr:hover{
	position: relative;
	animation:bnr_hover 0.4s ease-in;
}
@keyframes bnr_hover{
	0% {
		top: 0;
	}
	50% {
		top: -5px;
	}
	100% {
		top: 0;
	}
}/*----------------------------------END-------------------------------------*/

.renove_tel{
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 41.37%;
}

@media print, screen and (min-width: 600px) {

	.renove_bnr img{
		float: left;
		width: 50%;
	}
	.sp_br{
		display: none;
	}

}/*----------------------------------END-------------------------------------*/

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

	.renove_tel{
		width: 60%;
	}

}/*----------------------------------END-------------------------------------*/

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

	.renove_bnr img:last-child{
		background: #fff;
	}
	.renove_tel{
		width: 80%;
	}
	.renova_mv_bg{
		width: 400%;
		margin-left: -150%;
		left: inherit;
	}
	.renova_copy{
		top: inherit;
		width: 84%;
		bottom: 10%;
		left: -2.4%;
	}

}/*----------------------------------END-------------------------------------*/

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

	.renove_tel{
		width: 100%;
	}
}/*----------------------------------END-------------------------------------*/

.recommend_bg{
	position: relative;
	background: #333;
}
.recommend_bg li{
	float: left;
	background: #fff;
	box-sizing: border-box;
	padding-left: 2.2%;
	padding-right: 2.2%;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.recommend_bg:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -50px;
	margin-left: -25px;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 50px solid #333;
}
.renove_faq{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.renove_q{
	position: relative;
	background: #fff;
	padding: 4px 20px;
	cursor: pointer;
}
.renove_q span{
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.renove_q:before,
.renove_q:after{
	content: "";
	background: #000;
	height: 1px;
	width: 12px;
	position: absolute;
	top: 50%;
	transition: all 0.4s;
}
.renove_q:before{
	transform: rotate(-45deg);
	right: 25px;
}
.renove_q:after{
	transform: rotate(45deg);
	right: 33px;
}
.renove_q:hover:before,
.renove_q:hover:after{
	background: #e05c33;
}
.renove_q.renove_open:before{
	transform: rotate(45deg);
}
.renove_q.renove_open:after{
	transform: rotate(-45deg);
}
.answer_block{
	display: none;
}






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

select,
textarea,
input[type="text"],
input[type="search"],
input[type="tel"]{
	border: none;
	padding: 8px 10px !important;
	background: #fff;
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	font-size: 1.6rem;
	border-radius: 0;
	border: 1px solid #cccccc !important;
}
input[type="button"]{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	-webkit-appearance: none;
	font-size: 1.6rem;
}
button,
input[type="submit"]{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	border: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	font-size: 1.6rem;
	vertical-align: middle;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus{
	outline: none;
	border: 1px solid #e05c33 !important;
}

.form1{ width: 140px; }
.form2{ width: 220px; }
.form3{ width: 320px; }
.form_all{ width: 100%; }

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

	select,
	textarea,
	input[type="text"],
	input[type="search"],
	input[type="tel"]{
		padding: 8px 8px;
	}
	.form2,
	.form3{
		width: 100%;
	}

}/*----------------------------------END-------------------------------------*/









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

/*エラー*/
.mw_wp_form .error{ color: inherit !important; }
.mw_wp_form span.error{
	color: #c60b0b !important;
	padding-top: 8px;
	display: block !important;
	line-height: 1.4 !important;
	clear: both;
	font-size: 1.4rem !important;
}

/*必須・任意*/
.hissu,
.nini{
	display: inline-block;
	line-height: 1 !important;
	padding: 4px 8px;
	margin-left: 6px;
	vertical-align: middle;
	border-radius: 2px;
	font-size: 1.4rem !important;
	font-weight: normal;
	box-sizing: border-box;
}
.hissu{
	color: #fff;
	background: #60b0e3;
}
.nini{
	color: #636363;
	border: 1px solid #636363;
	background: none;
}

.add span{
	display: inline-block;
	vertical-align: 5px;
	padding-right: 10px;
}
.privacy{
	overflow: hidden;
	/*text-align: center;*/
}
.privacy span{ display: inline-block !important; }
.privacy_error{
	text-align: center;
	background: #ffc0c0 ;
	padding: 2px 10px;
	margin-top: 5px;
}
.privacy.check label{
	padding-top:0;
	padding-bottom: 0;
}
.mw_wp_form .vertical-item{
	margin-right: 0 !important;
}

@media print, screen and (min-width: 769px) {

	/*エラー*/
	td.error{ background: #ffc0c0 !important; }
	.mw_wp_form span.error{
		font-weight: bold;
	}

	.send_btn button,
	.send_btn input{
		margin-left: 5px;
		margin-right: 5px;
		transition: all 0.4s;
	}
	.mw_wp_form_confirm .basic{ margin-bottom: 70px !important; }
	.mw_wp_form td.error{ display: table-cell !important; }

}/*----------------------------------END-------------------------------------*/

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

	/*エラー*/
	td.error input,
	.privacy_error{
		background: #ffc0c0 !important;
	}

	/*必須・任意*/
	.hissu,
	.nini{
		padding: 3px 6px;
		margin-left: 4px;
		font-size: 1.2rem !important;
		font-weight: normal;
		vertical-align: 1px;
	}
	.send_btn button{ margin-bottom: 10px; }
	.mw_wp_form .basic th{
		padding-bottom: 10px !important;
	}

}/*----------------------------------END-------------------------------------*/

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

	.privacy{
		line-height: 3;
	}

}/*----------------------------------END-------------------------------------*/


/*----------------------------------------
	radio checkbox
----------------------------------------*/

.radio input[type="radio"],
.check input[type="checkbox"]{
	display: none;
}
.radio label,
.check label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 10px;
	padding: 12px 0 12px 28px;
	line-height: 1.2;
}
.radio label:before,
.check label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 30px;
	height: 30px;
	background: #ebebeb;
	border-radius: 50%;
	border: 1px solid #ccc !important;
}
.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: "";
	top: 50%;
	left: -4px;
	width: 20px;
	height: 20px;
	margin-top: -8px;
	border-radius: 50%;
	background: #e05c33;
}
.check input[type="checkbox"]:checked + label::after {
	content: "";
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	display: block;
	left: -7px;
	width: 27px;
	height: 14px;
	margin-top: -9px;
	border-left: 5px solid #e05c33;
	border-bottom: 5px solid #e05c33;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
	
	
	
	
/*----------------------------------------
	LP基本反映
----------------------------------------*/
	
	
#frame{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	box-shadow: 0 0 50px 0px rgb(0 0 0 / 50%);
	z-index: 1;
}
#bk{

	position: relative;
	background-color: #4c4c4c;
}
#bk:before{
	width: 100%;
	height: 100%;
	content: "";
	background-image: url("../images/home_counselling/background.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
.ribbon_l{
	position: fixed;
    top: 0;
	left: 0;
    background: url(../images/home_counselling/background-rbn.jpg) center top repeat-y;
    background-size: 100%;
    height: 100vh;
    width: 4.5%;
    max-width: 50px;
    box-shadow: 0 0 8px 0px rgb(0 0 0 / 20%);
	z-index: 1;
}.ribbon_r{
	position: fixed;
    top: 0;
	right: 0;
    background: url(../images/home_counselling/background-rbn.jpg) center top repeat-y;
    background-size: 100%;
    height: 100vh;
    width: 4.5%;
    max-width: 50px;
    box-shadow: 0 0 8px 0px rgb(0 0 0 / 20%);
	z-index: 1;
}

.sign{
	position: fixed;
	top: 81px;
    left: 11%;
    width: 12%;
    z-index: 1;
}

	.inner_frame{
		padding-right: 4.5%;
		padding-left: 4.5%;
	}
	
@media print, screen and (min-width: 751px){
#frame,.frame{
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
}/*----------------------------------END-------------------------------------*/
@media print, screen and (min-width: 770px){

	.sp_only{
		display: none !important;
	}

}/*----------------------------------END-------------------------------------*/

@media print, screen and (min-width: 600px){

	.sp_br{
		display: none;
	}

}/*----------------------------------END-------------------------------------*/

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

	.pc_only{
		display: none !important;
	} 

}/*----------------------------------END-------------------------------------*/

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

	.lp_frame{
		padding-right: 4.5%;
		padding-left: 4.5%;
	}

}/*----------------------------------END-------------------------------------*/

	
	
/*----------------------------------------
	LP固有CSS
----------------------------------------*/
footer
{padding: 0;}
.m_b150{margin-bottom: 150px;}
.respon{width: 100%;}
.rela{position: relative;}
.footer_txt{
	font-weight: bold; 
}
.content_btn {
	position: absolute;
    width: 100%;
    bottom: 67%;
    left: 30px;
}
.content_btn2 {
	position: absolute;
    width: 100%;
    bottom: 50%;
    left: 30px;
}
.content_btn3 {
	position: absolute;
    width: 100%;
    bottom: 33%;
    left: 30px;
}
@media screen and (min-width: 768px){
	.content_btn, .content_btn2, .content_btn3{
		left: 50px;
	}
}
.case_btn1 {
	position: absolute;
    width: 100%;
	text-align: center;
    bottom: 3.4%;
    left: 0;
}
.case_btn2 {
	position: absolute;
    width: 100%;
	text-align: center;
    bottom: 3%;
    left: 0;
}
.case_btn3 {
	position: absolute;
    width: 100%;
	text-align: center;
    bottom: 7%;
    left: 0;
}
.mv {position: relative;}
.mv .link{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.line{
	position: absolute;
	top: 1.8%;
    right: 16%;
    width: 32%;
}
.red_btn{
	position: absolute;
    top: 41%;
	left: 2%;
    width: 42%;
}.rinobe{
	position: absolute;
    top: 44%;
    right: 4%;
    width: 31%;
}

.c{
	text-align: center;
	color: #fff;
	background-color: #5f5f5f;
	padding: 7px 0;
}

#reservation{

}
.sp_menu{
	/*display: none;*/
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 5;
}
.menu li{
	width: calc(100% / 2) ;
	float: left;
	box-sizing: border-box;
}

.menu li:first-child{
	border-right: 1px solid #fff;
}


.sp_menu .menu_btn{
	padding: 0;
}

.sp_menu .menu_btn li a{
	padding:0;
}




/*----------------------------------------
	メールフォーム
----------------------------------------*/
.contact_form{
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
    line-height: 1.8;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.red{color: red;}
.contact_form td {
	margin-bottom: 10px;
	display: flow-root;}
.contact_form th{
	font-weight: bold;
}
.contact_form tr {
    display: grid;
	vertical-align: inherit;
	padding-bottom: 8px;
}

.contact_form th,.contact_form td {
    box-sizing: border-box;
    padding: 7px 20px 0;
    text-align: left;
}

td.error{
	padding-bottom: 7px;
}

.btn_send {
    width: 78.75%;
    max-width: 460px;
    background: #000;
    text-decoration: none;
    padding: 24px 35px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
	border-radius: 60px;
}
.btn_send2 {
    width: 78.75%;
    max-width: 460px;
    background: #e88d0a;
    text-decoration: none;
    padding: 24px 35px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
	border-radius: 60px;
	box-shadow: #a36103 3px 5px 0 0px;
}
.end_btn{
	background-color: #bababa;
    width: 78.75%;
    max-width: 460px;
    text-decoration: none;
    padding: 24px 35px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
	border-radius: 60px;
	box-shadow: #757575 3px 5px 0 0px;

}

.rabe span, .rabe label {
    width: 100%;
    float: left;
}
.radio label:before, .check label:before{
	background-color: #fff;
}
#contents04{
	background-color: #10918a;
}


.frame_p{
	padding: 4%;
}
@media screen and (min-width: 768px){
	.logo_f{
		width: 80%;
	}
}
@media screen and (max-width: 768px){
	footer {
    background:none;
	}
}

@media screen and (max-width: 599px){
	.contact_form th,.contact_form td {
	    padding: 7px 0 0;
	}

}

/*----------------------------------------
	メールフォーム Izumi
----------------------------------------*/
.form50{
	width:48%;
}

.form_row_block{
	display: flex;
	justify-content: space-between;
}

select{
	color:#000;
}





.staff_box img{
	width: 60%;
	/*display: grid;
	grid-template-columns: repeat(2,1fr);
	column-gap: 2%;
	align-items: center;
	*/
}

.btn_more01_content,.btn_more02_content,.btn_more03_content{
	display: none;
}
.more_btn01,
.more_btn02,
.more_btn03{
	position: absolute;
	bottom: 0;
	left: 0;
	cursor: pointer;
}
.close_btn01,
.close_btn02,
.close_btn03{
	position: absolute;
	bottom: 0;
	left: 0;
	cursor: pointer;
}
.form_bg{
	background-color: #eaeaf0;
}
.ccopyright{
	padding: 10px 0;
	background-color: #fff;
}