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

header {
	margin-top: 33px;
}

h1 {
	width: 34%;
	min-width: 250px;
	max-width: 280px;
	margin-top: 3px;
}

.header_contact {
	max-width: 410px;
	width: 35%;
	min-width: 355px;
	line-height: 1.35;
}

.header_tel {
	width: 61.5%;
}

.header_tel a {
	font-size: 3.2rem;
	font-family: 'Lato', sans-serif;
	line-height: 1.1;
	font-style: italic;
	color: #FC8C8C;
	white-space: nowrap;
}

.header_contact .mail_btn {
	width: calc(100% - 245px);
	min-width: 110px;
}

.header_contact .mail_btn a {
	display: block;
	background: url("../img/btn_bg.jpg");
	width: 100%;
	line-height: 47px;
	padding-top: 2px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	border-radius: 30px;
	letter-spacing: 0.1em;
	color: #fff;
}

.nav_pc {
	margin-top: 13px;
	margin-bottom: 1%;
}

.pc .gnav {
	font-size: 1.35rem;
	line-height: 1.3;
}

.gnav__menu__item {
	position: relative;
	padding: 8px 0 4px;
}

.gnav__menu__item a {
	height: 36px;
	margin-bottom: 5px;
}

.gnav__menu__item::after {
	position: absolute;
	bottom: -6px;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	width: 35px;
	height: 3px;
	background: #FD9C9C;
	border-radius: 3px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.gnav__menu__item:hover::after {
	bottom: 0;
	opacity: 1;
	visibility: visible;
}

@media screen and (min-width: 1024px) {
	.pc .gnav {
		font-size: 1.5rem;
		padding: 10px 0 5px;
	}

	.gnav__menu {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.header_tel a {
		font-size: 3.35rem;
	}

	.header_contact {
		min-width: 380px;
	}
}

@media screen and (max-width: 767px) {
	header {
		position: relative;
		margin: 13px 0 10px;
	}

	h1 {
		width: 70%;
		max-width: 240px;
		min-width: 195px;
		margin-top: 2px;
	}

	.menu {
		height: 25px;
		position: fixed;
		right: 3.5%;
		top: 20px;
		width: 40px;
		z-index: 99;
	}

	.menu__line {
		background: #81736F;
		display: block;
		height: 3px;
		position: absolute;
		transition: transform .3s;
		width: 100%;
	}

	.menu__line--center {
		top: 11px;
	}

	.menu__line--bottom {
		bottom: 0;
	}

	.menu__line--top.active {
		top: 11px;
		transform: rotate(45deg);
	}

	.menu__line--center.active {
		transform: scaleX(0);
	}

	.menu__line--bottom.active {
		bottom: 10px;
		transform: rotate(135deg);
	}

	.menu:active::after {
		bottom: -32px;
	}

	.hamburger_gnav {
		margin-top: -72px;
		background: url("../img/bg.jpg");
		display: none;
		position: fixed;
		width: 100%;
		height: calc(100vh + 72px);
		z-index: 98;
		overflow-y: scroll;
	}

	.gnav__wrap {
		width: 100%;
		padding: 55px 5% 100px;
	}

	.gnav__menu__item {
		margin: 0 0 15px 0;
		padding: 0 8px 15px 8px;
		border-bottom: #D9D1CF dashed 1px;
	}

	.gnav__menu__item a {
		font-size: 1.8rem;
	}

	.header_tel {
		width: 100%;
		line-height: 1.6;
		text-align: center;
	}

	.gnav__menu__item::after {
		position: static;
		content: none;
	}
}

@media screen and (max-width: 359px) {
	.menu::after {
		position: inherit;
		content: none;
	}

	.header_tel a {
		font-size: 2.5rem;
	}
}

/*---------------------------------
  slide
---------------------------------*/

.slide {
	position: relative;
	overflow: hidden;
	border-radius: 80px 0 80px 0;
	width: 100%;
	height: 540px;
	margin: auto;
}

.slide img {
	border-radius: 80px 0 80px 0;
	width: inherit;
	height: inherit;
	object-fit: cover;
	display: block;
	position: absolute;
	opacity: 0;
	animation: slideAnime 20s linear infinite;
}

.slide img:nth-of-type(1) {
	animation-delay: 0s;
}

.slide img:nth-of-type(2) {
	animation-delay: 5s;
}

.slide img:nth-of-type(3) {
	animation-delay: 10s;
}

.slide img:nth-of-type(4) {
	animation-delay: 15s;
}

@keyframes slideAnime {
	0% {
		opacity: 0;
	}

	2% {
		opacity: 1;
	}

	33% {
		opacity: 1;
	}

	35% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

.hero {
	position: relative;
	overflow: hidden;
}

.slide_header {
	position: absolute;
	right: -30px;
	top: -20px;
	width: 35%;
	min-width: 170px;
	max-width: 340px;
}

.slide_footer {
	position: absolute;
	left: -20px;
	bottom: -10px;
	width: 35%;
	min-width: 170px;
	max-width: 340px;
}

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

	.slide,
	.slide img {
		height: 400px;
	}
}

@media screen and (max-width: 767px) {
	.slide {
		border-radius: 80px 0 80px 0;
		height: 330px;
	}

	.slide img {
		height: 330px;
	}

	.slide_header,
	.slide_footer {
		width: 48%;
		max-width: 260px;
		min-width: 100px;
	}
}

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

	.slide,
	.slide img {
		height: 300px;
	}

	.slide_header,
	.slide_footer {
		width: 70%;
		max-width: 220px;
		min-width: 200px;
	}
}

/*---------------------------------
  news
---------------------------------*/

.news {
	padding: 40px 0 60px;
}

.news p {
	border-bottom: #D9D1CF dashed 1px;
	margin-bottom: 12px;
	padding-bottom: 7px;
}

.news .flex span {
	padding: 0 5px;
}

.news .date {
	width: 30%;
	line-height: 3;
}

@media screen and (max-width: 767px) {
	.news {
		padding: 25px 0 35px;
	}

	.news p {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		max-width: 400px;
		margin: 0 auto 5px;
		width: 95%;
	}

	.news .date {
		width: 100%;
		line-height: 2.5;
	}
}

/*---------------------------------
  sec1
---------------------------------*/

.sec1_1 {
	position: relative;
}

.sec1_1 .sec2_img {
	position: absolute;
	top: 3%;
	left: 0;
	right: 0;
	margin: auto;
}

.sec1_img {
	width: 80%;
	max-width: 780px;
}

.sec1_1 .txt {
	position: absolute;
	bottom: 50%;
	left: 60%;
}

@media screen and (max-width: 1023px) {
	.sec1_1 .sec2_img {
		top: 4%;
		right: 8.5%;
		left: auto;
		width: 18%;
		max-width: 130px;
	}

	.sec1_img {
		width: 85%;
		padding-bottom: 20px;
	}

	.sec1_1 .txt {
		position: static;
		width: 95%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.sec1_1 .sec2_img {
		top: 2%;
		right: 6%;
		max-width: 120px;
	}

	.sec1_img {
		width: 90%;
		padding-bottom: 13px;
	}
}

@media screen and (max-width: 539px) {
	.sec1_1 .sec2_img {
		left: 78%;
		width: 19%;
		max-width: 70px;
	}
}

@media screen and (max-width: 320px) {
	.sec1_1 .sec2_img {
		max-width: 60px;
		top: 0;
	}
}

.sec1_2 {
	padding: 40px 0 35px;
}

@media screen and (max-width: 1023px) {
	.sec1_2 {
		padding: 0 0 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.sec1_2 .txt {
		position: static;
		width: 95%;
		margin: 13px auto 0;
	}
}

.sec1_3 {
	padding: 40px 0 40px;
	background: #FBF8E5;
}

.sec1_3 .mb {
	margin-bottom: 20px;
}

.sec1_3 .sec1_3_img {
	width: 33%;
	max-width: 330px;
	min-width: 300px;
	border-radius: 50px 0 50px 0;
	overflow: hidden;
}

.sec1_3 .box .txt {
	width: calc(100% - 330px - 3%);
	min-width: 400px;
}

.sec1_3 h3 {
	display: inline-block;
	background: #FDB125;
	color: #fff;
	line-height: 33px;
	font-size: 2rem;
	padding: 5px 60px 0;
	margin-bottom: 10px;
}

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

	.sec1_3 {
		padding: 20px 0;
	}

	.sec1_3 .flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.sec1_3 .mb {
		margin-bottom: 15px;
	}

	.sec1_3 .sec1_3_img {
		width: 100%;
		border-radius: 0;
		min-width: inherit;
		overflow: inherit;
	}

	.sec1_3 .box .txt {
		width: 100%;
		max-width: 330px;
		min-width: inherit;
		background: #fff;
	}

	.sec1_3 .txt h3 {
		width: 100%;
		padding: 4px 0 0;
		line-height: 40px;
		text-align: center;
	}

	.sec1_3 .txt p {
		padding: 0 3% 15px;
	}
}

/*---------------------------------
  sec2
---------------------------------*/

.sec2_1 {
	padding: 45px 0 15px;
}

.sec2_1 .flex-around {
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
}

.sec2_1 .img1 {
	min-height: 90px;
	object-fit: cover;
	border-radius: 30px 30px 0 0;
}

.sec2_1 .inner {
	background: url("../img/sec2_1_bg.png") no-repeat bottom center;
	background-size: cover;
	padding-bottom: 30px;
}

.h3_border {
	line-height: 1.95;
	text-align: center;
	font-size: 3.4rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	padding: 25px 0 20px;
	letter-spacing: 0.15em;
	color: #453937;
	position: relative;
}

.h3_border span {
	font-size: 2.2rem;
	font-family: "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", sans-serif;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0.08em;
	color: #AD9B96;
}

.h3_border::after {
	position: absolute;
	bottom: 42%;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	width: 270px;
	height: 4px;
	background: #FDB125;
	border-radius: 3px;
}

.sec2_1 .box {
	width: 31%;
}

.sec2_1 .box img {
	display: block;
	width: 77%;
	height: auto;
	max-width: 300px;
	margin: 0 auto;
	border-radius: 50%;
	border: 2px solid #FDB125;
}

.sec2_1 h4 {
	font-size: 1.7rem;
	color: #fff;
	padding-top: 3px;
	text-align: center;
	background: #FDB125;
	border-radius: 30px;
	width: 95%;
	margin: 22px auto 15px;
	line-height: 1.3;
	height: 57px;
}

.sec2_1 .box p {
	width: 90%;
	margin: 0 auto;
	font-size: 1.4rem;
}

.sec2_1 a.fw_b::after {
	content: url("../img/arrow2.png");
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}

@media screen and (max-width: 1023px) {
	.sec2_1 h4 {
		font-size: 1.5rem;
		width: 100%;
		letter-spacing: normal;
	}
}

@media screen and (max-width: 767px) {
	.sec2_1 .img1 {
		border-radius: 30px 0 30px 0;
	}

	.sec2_1 .inner {
		background: none;
	}

	.sec2_1 {
		padding: 25px 0 0;
	}

	.h3_border {
		font-size: 2.6rem;
		padding: 10px 0 10px;
	}

	.h3_border::after {
		bottom: 46%;
		width: 230px;
		height: 3px;
	}

	.sec2_1 .flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.sec2_1 .box {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		border-bottom: dotted 1px #AD9B96;
	}

	.sec2_1 .box img {
		width: 100%;
		max-width: 220px;
	}

	.sec2_1 .box .flex {
		width: 100%;
		margin: 12px auto 10px;
	}

	.sec2_1 h4 {
		font-size: 1.7rem;
		letter-spacing: 0.03em;
	}

	.sec2_1 .box p {
		padding-bottom: 13px;
	}

	.sec2_1 .mb {
		margin-bottom: 18px;
	}
}

/*---------------------------------
  sec3
---------------------------------*/

.sec3_1 {
	padding-bottom: 45px;
}

.sec3_1 h2 {
	max-width: calc(400px + 1em);
}

.sec3_1_img1 {
	display: block;
	max-width: 530px;
	width: 90%;
	margin: 15px auto 0;
}

.sec3_1 p::before {
	content: '●';
	color: #FFA200;
	margin-right: 5px;
}

table {
	width: 100%;
	border: #AD9B96 dashed 1px;
	font-weight: 300;
	margin: 20px auto 0;
}

th {
	background: #FEF8D6;
	width: 24%;
	vertical-align: middle;
	text-align: center;
	letter-spacing: 0.08em;
	font-size: 1.7rem;
}

td {
	background: #FFF;
	padding: 55px 5%;
	width: 76%;
	vertical-align: middle;
}

tr {
	border-bottom: #AD9B96 dashed 1px;
}

tr:last-child {
	border-bottom: none !important;
}

@media screen and (max-width: 767px) {
	.sec3_1 {
		padding-bottom: 30px;
	}

	td {
		padding: 15px 5%;
	}

	th {
		padding: 15px 0 14px;
	}
}

@media screen and (max-width: 539px) {
	table {
		width: 100%;
		margin-top: 10px;
		border: none;
	}

	tr {
		border-bottom: none;
	}

	th,
	td {
		display: block;
		width: 100%;
	}

	td {
		/*		text-align: center;*/
		padding: 15px 2.5%;
	}

	.sec3_1 th {
		font-size: 1.8rem;
	}

	.sec3_1 img {
		margin-top: 5px;
		width: 100%;
	}

	.sec3_1 p::before {
		content: none;
	}

	.sec3_1 h2 {
		font-size: 2.45rem;
	}
}

/*---------------------------------
  sec4
---------------------------------*/

.sec4_1 {
	padding: 45px 0 40px;
}

.h2_border {
	letter-spacing: 0.15em;
	padding: 0 0 5px;
	line-height: 1.70;
	background: none;
	width: 95%;
}

.h2_border span {
	font-size: 2.3rem;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #453937;
	padding-bottom: 13px;
	color: #FF7777;
	font-weight: bold;
}

.sec4_1 .box {
	background: #fff;
	border-radius: 10px;
	border: 1px dashed #AD9B96;
	width: 20%;
	min-width: 160px;
	position: relative;
	margin: 35px 10px 30px;
	padding: 33px 1.5% 40px;
}

.sec4_1 .box p {
	position: absolute;
	top: -25px;
	left: -15px;
	border-radius: 50%;
	background: #FDB125;
	width: 55px;
	height: 55px;
	color: #FFF;
	font-size: 2rem;
	padding-top: 3px;
}

.sec4_1 h4 {
	font-size: 1.7rem;
	letter-spacing: 0.07em;
	margin-bottom: 13px;
	font-weight: normal;
	line-height: 1.5;
}

.sec4_1 .icon {
	margin-top: 5px;
	width: 85px;
	height: auto;
	margin: 0 auto;
}

.sec4_1 p.w750 {
	padding-top: 30px;
}

@media screen and (max-width: 767px) {
	.sec4_1 {
		padding: 25px 0 25px;
	}

	.sec4_1 h4 {
		font-size: 1.8rem;
	}

	.sec4_1 .w1000 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 37px;
	}

	.h2_border {
		padding-bottom: 8px;
	}

	.h2_border span {
		font-size: 1.9rem;
		line-height: 1.4;
	}

	.sec4_1 .box {
		width: 85%;
		min-width: 226px;
		max-width: 260px;
		margin: 0 auto 30px;
	}

	.sec4_1 p.w750 {
		padding-top: 0;
		width: 90%;
		margin-top: -13px;
		margin-bottom: 25px;
	}
}

/*---------------------------------
  sec5
---------------------------------*/

.sec5_1 {
	padding: 0 0 45px;
}

.sec5_1 .inner {
	position: relative;
	padding-bottom: 50px;
}

.sec5_1_img1 {
	position: absolute;
	bottom: 10px;
	right: 0;
	left: 0;
	margin: auto;
	width: 30%;
	max-width: 290px;
	min-width: 200px;
}

.sec5_1 .flex {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.sec5_1 .box {
	background: #fff;
	border-radius: 10px;
	border: 1px dashed #AD9B96;
	width: 30%;
	min-width: 160px;
	margin: 20px 10px 0;
	padding: 23px 1.5% 13px;
}

.sec5_1 h4 {
	font-size: 2rem;
	font-weight: normal;
	background: url("../img/btn_bg.jpg") right bottom;
	color: #fff;
	width: 80px;
	height: 50px;
	line-height: 53px;
	border-radius: 50%;
	margin: 0 auto 20px;
}

.sec5_1 p::before {
	position: absolute;
	display: inline-block;
	content: '';
	background: url("../img/arrow.png") no-repeat;
	width: 13px;
	height: 18px;
	right: 0;
	left: 0;
	top: -10px;
	margin: auto;
}

.sec5_1 p {
	line-height: 3.6;
	letter-spacing: 0.15em;
	position: relative;
}

.sec5_1 .lh::after {
	content: '（お風呂等）';
	display: block;
	line-height: 1;
	padding-bottom: 22px;

}

.sec5_1 .flex span {
	width: 45%;
}

@media screen and (max-width: 767px) {
	.sec5_1 {
		padding: 0;
	}

	.sec5_1 .flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 0;
	}

	.sec5_1 .inner {
		position: static;
		padding-bottom: 30px;
	}

	.sec5_1 h4 {
		width: 100px;
	}

	.sec5_1 .box {
		width: 90%;
		max-width: 280px;
		margin: 0 auto 13px;
		min-width: inherit;
	}

	.sec5_1_img1 {
		display: block;
		position: static;
		width: 100%;
		max-width: 270px;
		min-width: inherit;
		margin: 10px auto 0;
	}
}

/*---------------------------------
  sec6
---------------------------------*/

.sec6_1 .inner {
	padding: 20px 0 40px;
	background: url("../img/sec6_1_bg.png") no-repeat top center;
	background-size: cover;
}

.sec6_1_img1 {
	max-width: 270px;
	width: 100%;
	margin: 0 auto 38px;
}

.sec6_1 .logo {
	max-width: 255px;
	width: 100%;
}

.sec6_1 .flex {
	padding: 38px 0 40px;
	background: rgb(255, 255, 255, 0.6);
}

.sec6_1 .flex div {
	width: 42.5%;
}

.sec6_1 .txt,
.sec6_1 small {
	font-size: 1.3rem;
}

.sec6_1 .address {
	line-height: 1.4;
	font-size: 1.5rem;
	padding-bottom: 2px;
}

.sec6_1 .border {
	display: block;
	width: 1px;
	height: 100px;
	border-left: 1px dashed #AD9B96;
}

@media screen and (max-width: 767px) {
	.sec6_1 .inner {
		padding: 12px 0 30px;
	}

	.sec6_1_img1 {
		max-width: 230px;
		margin: 0 auto 25px;
	}

	.sec6_1 .flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 90%;
		max-width: 370px;
		margin: 0 auto;
		padding: 30px 0 30px;
	}

	.sec6_1 .border {
		height: 1px;
		border-left: none;
		border-bottom: 1px dashed #AD9B96;
		padding-bottom: 15px;
		margin: 0 auto 15px;
		width: 85%;
	}

	.sec6_1 .flex div {
		width: 90%;
		text-align: center;
	}
}

/*---------------------------------
  sec7
---------------------------------*/

.sec7_1 {
	padding: 45px 0 40px;
}

.sec7_1 table {
	border: none;
}

.sec7_1 td {
	background: #FFF;
	padding: 30px 3% 30px 5%;
}

.sec7_1 tr {
	border-bottom: #D9D1CF dashed 1px;
}

@media screen and (max-width: 767px) {
	.sec7_1 {
		padding: 27px 0 30px;
	}
}

@media screen and (max-width: 539px) {
	.sec7_1 tr {
		border-bottom: none;
	}

	.sec7_1 th {
		padding: 10px 3%;
	}

	.sec7_1 td {
		padding: 10px 3%;
		text-align: left;
	}
}

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

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
}

.contact {
	padding: 10px 0 80px;
}

.contact h2 {
	max-width: calc(400px + 1em);
}

.contact form {
	margin-top: 32px;
}

.contact .inner {
	padding: 40px 2.5% 12px;
}

.contact dl {
	margin-bottom: 25px;
}

.contact dl dt {
	width: 30%;
	font-size: 1.7rem;
	text-align: right;
}

.contact p.textarea {
	padding-top: 10px;
}

.contact dl dt span {
	font-size: 1.4rem;
	color: #FF7777;
}

.contact dl dd {
	padding: 0;
	margin: 0;
	width: 65%;
}

.contact dl dd input,
.contact dl dd textarea {
	width: 100%;
	padding: 8px 15px;
	margin: 0;
	height: 60px;
	background: #FBF8E5;
	border: #D9D1CF 1px solid;
	border-radius: 3px;
}

input::placeholder,
textarea::placeholder {
	color: rgb(92, 81, 78, .4);
	font-size: 1.6rem;
}

/* IE */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: rgb(92, 81, 78, .4);
	font-size: 1.6rem;
}

/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: rgb(92, 81, 78, .4);
	font-size: 1.6rem;
}

.contact dl dd textarea {
	height: 200px;
}

.contact .btn_send {
	width: 40%;
	height: 55px;
	line-height: 55px;
	font-size: 1.8rem;
	border: none;
	background: #FDB125;
	color: #fff;
	border-radius: 3px;
}

.contact .confirmBox,
.contact .thanxBox {
	background: #FFF;
	padding: 4em;
}

.contact .confirmBox form {
	margin-top: 0;
}

.contact .confirmBox dl {
	border-bottom: 1px solid #DDD;
	padding-bottom: 25px;
}

.contact .confirmBox dl dt {
	text-align: left;
	font-size: 1.5rem;
}

.contact .confirmBox dl dt span {
	display: none;
}

.contact .confirmBox p.textarea {
	padding-top: 0;
}

.contact .confirmBox .btn_send {
	width: 12em;
	margin: 0 1em;
}

.contact .thanxBox h1 {
	text-align: center;
	font-size: 3em;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	margin: 0 auto 0.5em;
}

.contact .thanxBox p {
	text-align: center;
	fofnt-size: 1.2em;
	margin-bottom: 2em;
}

.contact .thanxBox .normalBtn {
	width: 40%;
	height: 40px;
	line-height: 40px;
	font-size: 1.4rem;
	border: none;
	background: #AD9B96;
	color: #fff;
	border-radius: 3px;
	margin: auto;
	display: block;
}

@media screen and (max-width: 767px) {
	.contact {
		padding: 0 0 55px;
	}

	.contact form {
		margin-top: 0;
	}

	.contact .inner {
		padding: 20px 2.5% 12px;
	}

	.contact dl {
		margin-bottom: 15px;
	}

	.contact dl dt,
	.contact dl dd {
		width: 100%;
		text-align: left;
	}

	.contact dl dt {
		font-size: 1.6rem;
		margin-bottom: 3px;
	}

	.contact .p_l {
		padding-left: 0.5em;
	}

	.contact .btn_send {
		width: 95%;
	}

	.contact h2 {
		font-size: 2.45rem;
	}
}

/*-------------------------
  detail
---------------------------*/

.breadcrumb {
	color: #81736F;
	padding: 20px 0 10px;
	margin-top: 20px;
	list-style: none;
	border-top: #D9D1CF dashed 1px;
}

.breadcrumb li {
	display: inline;
	list-style: none;
	letter-spacing: .08em;
}

.breadcrumb li:after {
	content: '>';
	padding: 0 0.05em 0 0.15em;
	color: #FFA200;
	vertical-align: middle;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	font-size: 1.4rem;
	font-weight: 500;
	text-decoration: none;
}

.detail h2 {
	max-width: calc(400px - 1em);
}

.detail .fw_b::after {
	content: url("../img/arrow2.png");
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}

@media screen and (max-width:767px) {
	.breadcrumb {
		padding: 5px 0 8px;
	}

	.breadcrumb li a {
		font-size: 1.1rem;
	}
}

@media screen and (min-width: 540px) {
	.detail {
		padding: 0 0 120px;
	}

	.detail table {
		margin: 20px 0 15px;
		width: 100%;
	}

	.detail table a {
		border-bottom: 1px dotted;
	}

	.detail th {
		width: 35%;
		padding: 23px 0 20px;
		font-size: 1.6rem;
	}

	.detail td {
		width: 65%;
		padding: 30px 0 30px 10%;
	}
}

@media screen and (max-width: 767px) {
	.detail {
		padding: 0 0 55px;
	}

	.detail table {
		margin: 0 0 10px;
		width: 100%;
	}

	.detail th {
		padding: 15px 0 13px;
		font-size: 1.5rem;
	}

	.detail td {
		font-size: 1.4rem;
		text-align: center;
		padding: 20px 2.5%;
	}

	.detail table a {
		border-bottom: 1px dotted;
	}
}

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

footer {
	width: 100%;
	border-top: #D9D1CF dashed 1px;
}

footer .copyright {
	padding: 33px 0 33px;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	color: #81736F;
}

@media screen and (max-width: 767px) {
	footer .copyright {
		padding: 18px 0 20px;
	}
}

/*-------------------------
  page-top
---------------------------*/

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1;
}

#page-top a {
	line-height: 75px;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	display: block;
	width: 70px;
	height: 70px;
	text-decoration: none;
	border-radius: 50%;
	background: url("../img/btn_bg.jpg") center right;
	opacity: 0.7;
	transition: 0.5s;
	color: #FFF;
}

#page-top a:hover {
	opacity: 1;
}

#page-top a::before {
	content: "";
	width: 6px;
	height: 6px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 14px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	#page-top {
		right: 2%;
		bottom: 6px;
	}
}

@media screen and (max-width: 540px) {
	#page-top a {
		line-height: 55px;
		text-align: center;
		font-size: 1rem;
		width: 50px;
		height: 50px;
	}

	#page-top a::before {
		width: 4px;
		height: 4px;
		top: 10px;
	}
}

.br-sp {
	display: none;
}

@media screen and (max-width: 1080px) {
	.br-pc {
		display: none;
	}

	.br-sp {
		display: inline-block;
	}
}


/* 共通 */
.scrollbox {
  width: 100%;
  height: 400px;
  padding: 30px;
  margin: 10px;
  overflow: hidden;
  overflow-y: scroll;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, .5);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}

/* PC用 */
@media screen and (min-width: 768px) {



}



/* スマホ用 */
@media screen and (max-width: 767px) {



}

