@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;
}



/*ここから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;
}



/* -------------------- */
/* お知らせ 20250328追加
/* -------------------- */
.top-news_in{
	max-width: 720px;
	margin: 0 auto;
	border: 6px solid #CFABB0;
	padding: 50px;
}
.top-news_in h2{
	text-align: center;
	padding-bottom: 20px;
	font-weight: bold;
}
.top-news_in .snsbtn_link_con a{
	background-color: #CFABB0;
}




/* -------------------- */
/* 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 #CFABB0;
}
.nav_list{
	font-weight: 600;
}
.nav_list.flex{
	align-items: center;
}
.nav_item + .nav_item {
	margin-left: 50px;
}

.header > .flex{
	align-items: center;
}
.site_title{
	width: 335px;
	height: auto;
	display: inline-flex;
}
.linebtn a{
	padding: 12px 20px;
	background-color: #00B900;
	color: #fff;
	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-color: rgba(207, 171, 176, 0.3);
	width: 100%;
	height: calc(100% - 300px);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.price_head.flex{
	justify-content: normal;
	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: #F5F5F5;
	font-size: 22px;
}
.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{
	width:280px;
	text-align: center;
}
.price_table01 .price_td02{
	width:calc(100% - 500px);
}
.price_table01 .price_tr + .price_tr .price_td {
	border-top: 1px dashed #ccc;
}


/* -------------------- */
/* #section03
/* -------------------- */
#section03{
	margin-top: 200px;
	padding-bottom: 100px;
	position: relative;
}
#section03:before{
	content: "";
	display: inline-block;
	background-color: rgba(207, 171, 176, 0.3);
	width: 100%;
	height: calc(100% - 300px);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.price_table02{
	margin-top: 30px;
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}
.price_table02 .price_tr{
	border-bottom: 1px solid #ccc;
}
.price_table02 .price_th01{
	padding:15px;
	background-color: rgba(207, 171, 176, 0.3);
	font-size: 18px;
}
.price_table02 th.price_th01:first-child{
	background-color: transparent;
}
.price_table02 .price_th02{
	padding:30px;
	background-color: #F5F5F5;
	width: 280px;
	font-size: 22px;
}
.price_table02 .price_td{
	font-size: 18px;
}


/* -------------------- */
/* #section04
/* -------------------- */
#section04{
	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: 50px;
}
.access_address_con .come{
	margin-top: 1em;
}

.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;
	border: 1px solid #CFABB0;
	padding: 40px;
}
.snsbtn_head{
	text-align: center;
}
.snsbtn_head h2{
	font-weight: 600;
}
.snsbtn_head p{
	margin-top: 15px;
}
.snsbtn_link{
	margin-top: 35px;
}
.snsbtn_link_con{
	width: calc(100% / 2 - 12px);
	text-align: center;
}
.snsbtn_link_con p{
	font-size:14px;
}
.snsbtn_link_con a{
	background-color: #00B900;
	padding: 10px;
	display: block;
	text-align: center;
	border-radius: 10px;
	color: #fff;
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
}
.snsbtn_link_con a img{
	margin-right: 10px;
	width: 20px;
	height: 20px;
}
.flex_right .snsbtn_link_con a{
	background-color: #CFABB0;
}
.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: #CFABB0;
	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{
		width:170px;
	}
	.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: rgba(207, 171, 176, 0.3);
	}
	.nav_item{
		width: calc(100% / 3);
		text-align: center;
		font-size: 12px;
	}
	.nav_item + .nav_item{
		margin-left: 0;
		border-left: 1px solid #CFABB0;
	}
	.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{
		border:none;
		border: 1px solid #ccc;
	}
	.price_table01{
		margin-top: 20px;
	}
	.price_table01 .price_th,
	.price_table01 .price_td{
		padding:13px;
	}
	.price_table01 .price_th{
		width:100%;
		display: block;
		font-size: 18px;
	}
	.price_table01 .price_td{
		font-size: 16px;
		text-align: center;
	}
	.price_table01 .price_td01,
	.price_table01 .price_td02{
		width:50%;
		display: inline-block;
	}
	.price_wrap .come{
		margin-top: 20px;
	}
	.price_wrap .come span{
		display: block;
	}
	.price_wrap .come span + span{
		margin-left:0;
	}
	
	
	#section03{
		margin-top: 50px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#section03:before{
		height: calc(100% - 120px);
	}
	#section03 .price_head.flex{
		flex-direction: column;
	}
	
	.price_table02{
		margin-top:0;
	}
	.price_table02 .price_th02{
		width: 100%;
		display: block;
		padding: 13px;
		font-size: 18px;
	}
	.price_table02 .price_td{
		width: 100%;
		display: block;
		font-size: 16px;
		padding: 13px;
	}
	.price_table02 .price_tr{
		border-bottom:none;
	}
	.price_table02 .price_tr:first-child{
		display: none;
	}
	.price_table02 .price_tr + .price_tr{
		border: 1px solid #ccc;
		display: block;
		margin-top: 20px;
	}
	.price_table02 .price_td02,
	.price_table02 .price_td03{
		border-top: 1px dashed #ccc;
	}
	
	#section04{
		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;
	}
	
	/* -------------------- */
	/* お知らせ 20250328追加
	/* -------------------- */
	.top-news_in{
		padding:30px 20px;
		border: 3px solid #CFABB0;
	}
	
}







