@charset "UTF-8";
/* CSS Document */

/*reset
------------------------------------------------------------------------------*/
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
margin: 0;
padding: 0;
font-weight: normal;
}
img {
	border:0;
	vertical-align: middle;
	max-width:100%;
}
*{
	box-sizing: border-box;
}

/*------------------------------------------------------------------------------*/


/*background
------------------------------------------------------------------------------*/

body{
	font-family: "游ゴシック", "Yu Gothic", Yu Gothic, "游ゴシック体", "YuGothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-family: "Noto Sans JP", sans-serif;
	width:100%;
	letter-spacing: 0.8px;
	color: #222222;
	font-size: 16px;
	line-height: 1.75;
}

/*PC・スマフォで非表示
------------------------------------------------------------------------------*/
.pc_none {
	display: none;
}
.sp_none {
	display: block;
}

.price_table_head.sp_none{
	display: table-cell;
}



/*ここからcss設定
------------------------------------------------------------------------------*/
.inner{
	width:90%;
	max-width:1280px;
	margin:0 auto;
}
.inner2{
	width:90%;
	max-width:1680px;
	margin:0 auto;
}
.flex{
	display: flex;
	justify-content: space-between;
}
a{
	transition: .5s;
}
a:hover{
	opacity:0.7;
}
.a_reset{
	text-decoration: none;
	color: #222222;
	display: inline-block;
}
.listnone{
	list-style: none;
}
.serif{
	font-family: "Noto Serif JP", serif;
}
.come{
	font-size:0.8em;
}



/* -------------------- */
/* header
/* -------------------- */
.header {
	align-items: center;
	padding: 15px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 990;
	background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(5px);
	border-top: 3px solid #FFBFAB;
}
.nav_list{
	font-weight: 600;
}
.nav_list.flex{
	align-items: center;
}
.nav_item + .nav_item {
	margin-left: 50px;
}

.header > .flex,
.header_in.flex{
	align-items: center;
}
.site_title{
	width: auto;
	height: 90px;
	display: inline-flex;
}
.linebtn a{
	padding: 10px 20px;
	background-color: #FFF5EE;
	border: 1px solid #FFBFAB;
	color: #222;
	border-radius: 10px;
}
.linebtn a img{
	margin-bottom: 2px;
	margin-right: 10px;
}



/* -------------------- */
/* セクション共通
/* -------------------- */
.section_wrap{
	padding:50px 0;
}
.section_title{
	font-size: 32px;
	line-height: 58px;
}
.section_text{
	margin-top:30px;
	font-size: 18px;
}



/* -------------------- */
/* メイン画像
/* -------------------- */
.top_main_img img{
	width:100%;
	height:auto;
}



/* -------------------- */
/* #section01
/* -------------------- */
#section01{
	margin-top: 50px;
}
#section01 .flex_left{
	width: calc(100% - 690px);
	padding: 50px;
	background-color: #fff;
}
#section01 .flex_right{
	width: 640px;
	margin-left: 50px;
}


/* -------------------- */
/* #section02
/* -------------------- */
#section02{
	margin-top: 100px;
	padding-bottom: 100px;
	position: relative;
}
#section02:before{
	content: "";
	display: inline-block;
	background-image: url(../img/backgroundimg.png);
	background-size: cover;
	background-position: top center;
	width: 100%;
	height: calc(100% - 300px);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.price_head.flex{
	align-items: baseline;
}
.price_wrap{
	margin-top: 100px;
	padding: 50px 60px;
	background-color: #fff;
}
.price_table01{
	margin-top: 30px;
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.price_table01 .price_th,
.price_table01 .price_td{
	padding: 30px;
}
.price_table01 .price_th{
	width: 280px;
	background-color:#FFF5EE;
	font-size: 22px;
	display: table-cell;
}
.price_table01 .price_td{
	font-size: 18px;
}
.price_wrap .come{
	margin-top: 30px;
}
.price_wrap .come span + span{
	margin-left:1em;
}

.price_table01 .price_td01,
.price_table01 .price_td02,
.price_table01 .price_td03{
	width:calc(100% - 280px / 3);
}
.price_table01 .price_tr + .price_tr .price_td {
	border-top: 1px dashed #ccc;
}
.menu_text{
	margin-top: 15px;
}
.menu_text p + p{
	margin-top: 1em;
}
.submenu{
	font-size: 14px;
}


/* -------------------- */
/* #section03
/* -------------------- */
#section03{
	margin-top: 200px;
	padding-bottom: 100px;
	position: relative;
}
#section03:before{
	content: "";
	display: inline-block;
	background-image: url(../img/backgroundimg.png);
	background-size: cover;
	background-position: top center;
	width: 100%;
	height: calc(100% - 300px);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}


/* -------------------- */
/* #section04
/* -------------------- */
#section04{
	margin-top: 200px;
	padding-bottom: 100px;
	position: relative;
}
#section04:before{
	content: "";
	display: inline-block;
	background-image: url(../img/backgroundimg.png);
	background-size: cover;
	background-position: top center;
	width: 100%;
	height: calc(100% - 300px);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.others_menu{
	margin-top: 50px;
}
.others_menu_title{
	font-size: 22px;
	position: relative;
	padding-left:30px;
}
.others_menu_title:before{
	content:"";
	display: inline-block;
	width:20px;
	height:20px;
	background-color: #FFBFAB;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
}
.others_menu_text{
	margin-top: 15px;
}
.others_menu_detail{
	margin-top: 1em;
}


/* -------------------- */
/* #section05
/* -------------------- */
#section05{
	margin-top: 100px;
}
.access_address{
	padding: 0 130px;
}
.access_address .flex_left{
	width:290px;
}
.access_address_con{
	font-size: 18px;
}
.access_address_con + .access_address_con{
	margin-top: 20px;
}
.access_address_con .come{
	margin-left: 1em;
}
.attention{
	background-color: #FFF5EE;
	border-radius: 10px;
	padding: 20px 30px;
	font-size: 16px;
}
.access_map{
	margin-top:100px;
	width: 100%;
	padding-top: 35%;
	position: relative;
}
.access_map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* -------------------- */
/* フッター
/* -------------------- */
.footer{
	margin-top: 200px;
}
.footer_menu > .inner{
	position: relative;
	z-index: 1;
}
.footer_menu{
	padding:50px 0;
	position: relative;
	background-image: url(../img/footer_back_pc.jpg);
	background-size: cover;
}
.footer_menu:before{
	content: "";
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.15);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.snsbtn {
	padding: 50px 0;
}
.snsbtn .flex_left,
.snsbtn .flex_right{
	width: calc(100% / 2 - 20px);
	background-color: #fff;
	padding: 40px;
}
.snsbtn_head{
	text-align: center;
}
.snsbtn_head h2{
	font-weight: 600;
}
.snsbtn_head p{
	margin-top: 15px;
}
.snsbtn_link{
	margin-top: 20px;
}
.snsbtn_link_con{
	width: calc(100% / 2 - 12px);
	text-align: center;
}
.snsbtn_link_con p{
	font-size:14px;
}
.snsbtn_link_con a{
	background-color: #FFF5EE;
	padding: 10px;
	display: block;
	text-align: center;
	border-radius: 10px;
	color: #222;
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #FFBFAB;
}
.snsbtn_link_con a img{
	margin-right: 10px;
	width: 20px;
	height: 20px;
}
.flex_right .snsbtn_link_con a{
	background-color: #D45DA6;
	color: #fff;
	border: 1px solid #CF2E92;
}
.snsbtn .flex_right .snsbtn_link .flex{
	justify-content: center;
}
.menu_list{
	font-size: 14px;
}
.menu_list ul li{
	display: inline-block;
}
.menu_list ul li a{
	position: relative;
	padding-left: 14px;
	color: #fff;
}
.menu_list ul li a:before{
	content:"";
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 1px;
	left: 0;
	bottom: 0;
	margin: auto;
}
.menu_list ul li + li{
	margin-left: 14px;
}
.copy{
	background-color: #FFBFAB;
	color: #fff;
	padding: 10px 0;
	font-size: 14px;
}
.copy a{
	color: #fff;
}



/* -------------------- */
/* プライバシーポリシー
/* -------------------- */
.privacy .main{
	margin-top: 86.17px;
}
.privacy .section_wrap{
	padding:0;
	padding-top:100px;
}
.privacy h1{
	margin-bottom: 10px;
	font-weight: 600;
}
.privacy h2{
	font-size: 1.2em;
	border-left: 5px solid #CFABB0;
	padding-left: 10px;
	margin-bottom: 10px;
}
.privacy .page_con{
	margin-top: 50px;
}
.privacy .page_con ul{
	margin-left: 1.5em;
	margin-top: 10px;
}





@media screen and (max-width:1024px) {
	.pc_none {
		display: block;
	}
	.sp_none {
		display: none;
	}
	
	
	/* デフォルトのbuttonスタイルをリセット */
	button {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: transparent;
		border: 0;
		border-radius: 0;
		color: inherit;
		cursor: pointer;
		font: inherit;
		margin: 0;
		outline: none;
		padding: 0;
		vertical-align: middle;
	}
	
	
	.main{
		margin-top: 99px;
	}
	
	.header{
		padding: 0;
		background-color: #fff;
		box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	}
	.heade_sp_logo .flex{
		align-items: center;
		height: 42px;
	}
	.heade_sp_logo{
		padding: 10px 20px;
	}
	.site_title{
		height: 50px;
	}
	.site_title img{
		width: auto;
		height: 100%;
		vertical-align: top;
	}
	.linebtn a{
		padding: 5px 7px;
		border-radius: 5px;
		font-size: 10px;
	}
	.linebtn a img{
		display: block;
		width: 17px;
		height: 17px;
		margin: 0 auto;
	}
	.nav_list{
		background-color: #FFF5EE;
	}
	.nav_item{
		width: calc(100% / 3);
		text-align: center;
		font-size: 12px;
	}
	.nav_item + .nav_item{
		margin-left: 0;
		border-left: 1px solid #FFBFAB;
	}
	.nav_item a{
		display: block;
		padding: 8px 0;
	}
	
	.section_wrap{
		padding:25px 0;
	}
	.section_title{
		font-size: 22px;
		line-height: 38px;
	}
	.section_text{
		margin-top: 20px;
		font-size: 16px;
	}
	
	
	#section01{
		margin-top: 25px;
	}
	#section01 .inner .flex{
		flex-direction: column;
	}
	#section01 .flex_left,
	#section01 .flex_right{
		width:100%;
		margin-left:0;
	}
	#section01 .flex_left{
		padding:0;
		max-width: 450px;
		margin: 0 auto;
	}
	#section01 .flex_right{
		    margin-top: 50px;
	}
	
	#section02{
		margin-top: 50px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#section02:before{
		height: calc(100% - 120px);
	}
	.price_wrap{
		margin-top:20px;
		padding: 20px;
	}
	.section_title{
		font-size: 20px;
		line-height: 36px;
	}
	.price_head > p{
		font-size: 12px;
	}
	.price_table01{
		max-width: 400px;
		margin: 0 auto;
		padding-bottom: 20px;
		display: block;
		margin-top: 50px;
		border: 1px solid #FFBFAB;
	}
	.price_table01 .price_th,
	.price_table01 .price_td{
		padding:20px;
	}
	.price_table01 .price_th{
		width:100%;
		display: block;
		font-size: 18px;
		padding: 15px;
	}
	.price_table01 .price_td{
		font-size: 16px;
	}
	.price_table01 .price_td01{
		width:100%;
		display: inline-block;
		font-weight: bold;
		padding: 10px 15px;
		background-color: rgba(255, 245, 238, 0.5);
	}
	.submenu{
		font-size: 12px;
		line-height: 1.5em;
		display: inline-block;
	}
	.price_table01 .price_td02,
	.price_table01 .price_td03{
		display: inline-block;
		padding: 10px 15px;
	}
	.price_table01 .price_td02{
		width:60%;
	}
	.price_table01 .price_td03{
		width:40%;
		text-align: right;
		font-size: 14px;
	}
	.price_wrap .come{
		margin-top: 20px;
	}
	.price_th.sp_none,
	.price_td03.sp_none{
		display: none;
	}
	.price_wrap .come span{
		display: block;
	}
	.price_wrap .come span + span{
		margin-left:0;
	}
	.price_table01 .price_tr + .price_tr .price_td{
		border-top: none;
	}
	.price_table_head.sp_none{
		display: none;
	}
	.price_table_head.pc_none{
		position: -webkit-sticky;
		position: sticky;
		top: 102px;
	}
	.price_tr{
		width: 92%;
		display: inline-table;
		margin:0 4%;
		margin-top: 20px;
	}
	
	
	#section03{
		margin-top: 50px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#section03:before{
		height: calc(100% - 120px);
	}
	#section03 .price_head.flex{
		flex-direction: column;
	}
	
	#section04{
		margin-top: 50px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#section04:before{
		height: calc(100% - 120px);
	}
	.others_menu_title{
		font-size: 20px;
		padding-left: 24px;
	}
	.others_menu_title:before{
		width: 15px;
		height: 15px;
		top:12px;
	}
	.others_menu .price_table01{
		margin-top:30px;
	}
	
	
	#section05{
		margin-top: 60px;
	}
	.access_address{
		padding:0;
	}
	.access_address.flex{
		flex-direction: column;
	}
	.access_address .flex_left{
		max-width:175px;
		margin:0 auto;
	}
	.access_address .flex_right{
		margin-top: 50px;
	}
	.access_address_con{
		font-size: 16px;
	}
	.access_map{
		margin-top: 50px;
		padding-top: 100%;
	}
	
	.footer{
		margin-top: 100px;
	}
	.footer_menu{
		background-image: url(../img/footer_back_sp.jpg);
	}
	.snsbtn{
		padding-top:0;
	}
	.snsbtn.flex{
		flex-direction: column;
	}
	.snsbtn .flex_left,
	.snsbtn .flex_right{
		width:100%;
		padding: 20px 20px 25px;
	}
	.snsbtn .flex_right{
		margin-top:50px;
	}
	.snsbtn_head h2{
		font-size:22px;
	}
	.snsbtn_head p{
		font-size:14px;
	}
	.snsbtn_link > .flex{
		flex-direction: column;
	}
	.snsbtn_link{
		margin-top:20px;
	}
	.snsbtn_link_con{
		width:100%;
	}
	.snsbtn_link_con + .snsbtn_link_con{
		margin-top: 20px;
	}
	.snsbtn_link_con p{
		font-size:12px;
	}
	.menu_list ul li{
		display: block;
		padding:5px 0;
	}
	.menu_list ul li + li{
		margin-left:0;
	}
	.copy{
		font-size: 12px;
	}
	.copy > .inner > .flex{
		flex-direction: column;
	}
	.copy p + p{
		font-size: 10px;
		margin-top: 5px;
	}
	
}







