@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');

/*---------------------------------
  基本設定
---------------------------------*/

html {
	font-size: 62.5%;
}
body {
	font-family: "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", sans-serif;
	font-size: 1.5rem;
	letter-spacing: .06em;
	line-height: 1.8;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #2D2302;
	background: url("../img/bg.jpg");
}
.wrap {
	overflow: hidden;
}
.outer {
	background: #FBF8E5;
}
a {
	text-decoration: none;
}
a img:hover {
	opacity: 0.6;
	transition: 0.5s;
}
h2 {
	max-width: 400px;
	margin: 0 auto;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 3.2rem;
	color: #453937;
	letter-spacing: 0.15em;
	text-align: center;
	background: url("../img/h2_img.png") no-repeat center bottom;
	background-size: 100% auto;
	padding-bottom: 5px;
	margin-bottom: 35px;
	line-height: 1.6;
}
.fw_nomal {
	font-weight: normal;
}
.fw_b {
	font-weight: bold;
}
.sp01, .sp {
	display: none !important;
}
a.anchor {
	display: block;
	position: relative;
	top: 85px;
	visibility: hidden;
}
a.d_anchor {
	display: block;
	position: relative;
	top: -30px;
	visibility: hidden;
}
@media (min-width: 897px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
@media screen and (max-width: 767px) {
	body {
		line-height: 1.8;
	}
	h2 {
		max-width: 345px !important;
		font-size: 2.6rem;
		padding-bottom: 0;
		margin-bottom: 20px;
		letter-spacing: 0.1em;
	}
	.pc {
		display: none !important;
	}
	.sp {
		display: inherit !important;
	}
	a img:hover {
		opacity: 1;
	}
}
@media screen and (max-width: 539px) {
	.sp01 {
		display: inherit !important;
	}
	.pc01 {
		display: none !important;
	}
}
.w1200 {
	max-width: 1200px;
	width: 95%;
	margin: 0 auto;
}
.w1000 {
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
}
.w900 {
	max-width: 900px;
	width: 95%;
	margin: 0 auto;
}
.w760 {
	max-width: 760px;
	width: 95%;
	margin: 0 auto;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex-around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.flex-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex-itemcenter {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex-wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.flex-colum {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ta_c {
	text-align: center;
}
.ta_j {
	text-align: justify;
}
.ta_l {
	text-align: left;
}
.ta_r {
	text-align: right;
}
.db {
	display: block;
}
.dib {
	display: inline-block;
}
.fs_13 {
	font-size: 1.3rem;
	letter-spacing: 0.1em;
}
.fs_14 {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
.pink {
	color: #FF7777;
}
.orn {
	color: #FFA200;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb55 {
	margin-bottom: 55px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.pt5 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt35 {
	padding-top: 35px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt45 {
	padding-top: 45px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pb5 {
	padding-bottom: 5px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb35 {
	padding-bottom: 35px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb45 {
	padding-bottom: 45px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pb55 {
	padding-bottom: 55px !important;
}
.pb60 {
	padding-bottom: 60px !important;
}
.pb80 {
	padding-bottom: 80px !important;
}