@charset "utf-8";

*,
*::before,
*::after {
	position: static;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
	text-decoration: none;
}

body {
	font-family: "TBGothic M";
	font-feature-settings: "palt";
	text-size-adjust: 100%;
	font-size: 16px;
	line-height: 2em;
}

main {
	max-width: 100%;
}

@media (min-width: 581px) {
	.main {
		padding: 0px;
	}
}

img {
	vertical-align: bottom;
	width: 100%;
}

@media screen and (max-width: 740px) {

	body,
	.main {
		font-size: 12px;
	}
}

a.op {
	transition: 0.3s;
}

a.op:hover {
	opacity: 0.7;
}

.img_cap {
	position: absolute;
	font-size: 13px;
	color: #fff;
	right: 0;
	bottom: 0;
	background-color: rgba(55, 55, 55, 0.6);
	padding: 5px 10px 2px;
	line-height: 1.5;
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

.sp_inline {
	display: none !important;
}

.pc64 {
	display: block !important;
}

.sp64 {
	display: none !important;
}

@media screen and (max-width: 979px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	.sp_inline {
		display: inline-block !important;
	}

	.img_cap {
		font-size: 10px;
		padding: 5px;
	}
}

@media screen and (max-width: 640px) {
	.pc64 {
		display: none !important;
	}

	.sp64 {
		display: block !important;
	}
}


/*****************上部********************/

header {
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	position: fixed;
	top: 0;
	z-index: 888;
	transition: 0.3s;
	line-height: 2em;

	min-height: unset;
	font-size: unset;
}

header #gnav01 {
	width: 100%;
}

header #gnav01 h1 {
	display: block;
	width: 10%;
	margin: 0;
}

@media screen and (max-width: 979px) {
	header {
		padding: 0;
	}

	header #gnav01 {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		transition: 0.3s;
	}

	header #gnav01 h1 {
		width: 15%;
		padding: 10px;
	}
}

@media screen and (max-width: 740px) {
	header #gnav01 h1 {
		width: 23%;
	}
}

.c_mv_other {
	position: relative;
	background: url(../images/common/prevnext_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	background-color: rgba(169, 190, 217, 0.8);
	background-blend-mode: soft-light;
	width: 100%;
	height: 231px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 80px;
}

.c_mv_title {
	color: #fff;
	position: relative;
	z-index: 2;
	font-size: 33px;
	font-weight: 400;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-shadow: none;
}

.c_mv_title_small {
	display: block;
	font-size: 0.5em;
	text-transform: initial;
	text-align: center;
}

@media screen and (max-width: 979px) {
	.c_mv_other {
		height: 230px;
	}

	.c_mv_title_small {
		font-size: 0.6em;
		text-align: center;
	}
}

@media screen and (max-width: 640px) {
	.c_mv_title {
		font-size: 6.5vw;
	}
}



.ttl {
	max-width: 1100px;
	margin: 80px auto 120px;
}

.ttl h1 {
	margin-bottom: 5px;
	padding-bottom: 20px;
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px solid #dcdcdc;
}

.ttl_info {
	display: flex;
	/* フレックスボックスにする */
	align-items: stretch;
	/* 縦の位置指定 */
	justify-content: space-between;
	/* 横の位置指定 */
	flex-direction: row;
	/* 要素の並び順 */
	flex-wrap: wrap;
	/* 折り返し指定 */
}

.ttl_info div {
	width: 32%;
	display: flex;
	align-items: baseline;
	justify-content: center;
	border-bottom: 1px solid #dcdcdc;
}

.ttl_info div dt {
	width: 30%;
	color: #4F5882;
	font-weight: bold;
	font-size: 13px;
}

.ttl_info div dd {
	width: 70%;
	padding-left: 1em;
	font-size: 20px;
}

.ttl_info div dd.price {
	font-size: 24px;
	font-weight: normal;
	color: #af272d;
}

.ttl_info div dd span {
	font-size: 12px;
}

@media screen and (max-width: 979px) {
	.ttl {
		max-width: 90%;
		margin: 40px auto 80px;
	}

	.ttl_info div {
		width: 100%;
	}

	.ttl_info div+div {
		margin-top: 20px;
	}
}


/*TOP、info位置*/
.information {
	position: relative;
	z-index: 666;
	width: 94%;
	max-width: 1200px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin: 0px auto 120px;
	padding: 20px 2%;
}

@media screen and (max-width: 1280px) {
	.information {
		width: 90%;
		margin: -60px auto 60px;
	}
}

@media screen and (max-width: 740px) {
	.information {
		margin: -30px auto 60px;
	}
}

.information p.name {
	font-size: 3rem;
	line-height: 2em;
	font-weight: bold;
}

@media screen and (max-width: 740px) {
	.information p.name {
		font-size: 2rem;
	}
}

.information p.price {
	font-size: 3rem;
	line-height: 2em;
	font-weight: bold;
}

@media screen and (max-width: 740px) {
	.information p.price {
		font-size: 2rem;
	}
}

.information p.price .large {
	font-size: 4rem;
}

@media screen and (max-width: 740px) {
	.information p.price .large {
		font-size: 2rem;
	}
}

.information p.price .red {
	color: #af272d;
}


.information h2 {
	font-size: 3rem;
	line-height: 2em;
}

@media screen and (max-width: 740px) {
	.information h2 {
		font-size: 2rem;
	}
}


.information .box {
	font-size: 60%;
	border: solid 1px #111;
	vertical-align: 4px;
	margin: 0 5px 5px;
	padding: 0 5px;
}

.information .cmnt {
	font-size: 50%;
	font-size: 1.5rem;
	text-align: left;
	margin-left: 66%;
}

@media screen and (max-width: 979px) {
	.information .cmnt {
		font-size: 1rem;
		margin-left: 48%;
	}
}

@media screen and (max-width: 640px) {
	.information .cmnt {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
}



.information h3 {
	color: #af272d;
	font-size: 2.5rem;
	line-height: 2em;
}

.information h4 {
	color: #af272d;
	font-size: 2rem;
	line-height: 2em;
	margin-bottom: 20px;
}

.information div {
	border-top: 2px solid #a9bed9;
	border-bottom: 2px solid #a9bed9;
	max-width: 70%;
	margin: 30px auto 0;
	padding: 20px 0;
}

.information div p {
	max-width: 80%;
	margin: 0 auto;
	text-align: left;
	font-size: 2rem;
	padding-left: 1.2em;
	text-indent: -1.2em;
}

.information div p+p {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #a9bed9;
}

span.red {
	color: #af272d;
}

span.cap {
	font-size: 1.2rem;
}

@media screen and (max-width: 740px) {
	.information h3 {
		font-size: 1.8rem;
	}

	.information div {
		max-width: 95%;
	}

	.information h4 {
		font-size: 1.6rem;
	}

	.information div p {
		max-width: 90%;
		font-size: 1.4rem;
	}

	span.cap {
		font-size: 10px;
	}
}

ul.merit {
	max-width: 1280px;
	margin: 80px auto 120px;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 1280px) {
	ul.merit {
		width: 90%;
		margin: 40px auto 60px;
		/* margin: 170px auto 60px; */
	}
}

ul.merit li {
	display: block;
	width: 32%;
	border: 2px solid #a9bed9;
	padding: 20px;
	text-align: center;
	font-size: 2rem;
	line-height: 3.6rem;
	font-weight: bold;

	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 1280px) {
	ul.merit li {
		width: 100%;
		margin: 0 auto 10px;
	}
}

@media screen and (max-width: 1280px) {
	ul.merit li {
		font-size: 1.8rem;
	}
}

ul.merit li .large {
	font-size: 2.8rem;
}

ul.merit li .small {
	font-size: 1.6rem;
}

@media screen and (max-width: 1280px) {
	ul.merit li .large {
		font-size: 2rem;
	}

	ul.merit li .small {
		font-size: 1.0rem;
	}
}

ul.merit li .red {
	color: #af272d;
}

/****cv_btn***/
.cv_btn {
	max-width: 900px;
	margin: 0 auto 80px;
	display: flex;
	/* フレックスボックスにする */
	align-items: stretch;
	/* 縦の位置指定 */
	justify-content: space-between;
	/* 横の位置指定 */
	flex-direction: row;
	/* 要素の並び順 */
	flex-wrap: wrap;
	/* 折り返し指定 */
}

.cv_btn>div {
	display: flex;
	flex-direction: column;
	width: 48%;
	text-align: center;
	padding: 10px;
}

.cv_btn_tel {
	border: 1px solid #a9bed9;
}

.cv_btn_ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
	width: 100%;
}

.cv_btn_ttl img {
	width: 40px;
	height: 40px;
}

.cv_btn_ttl {
	color: #a9bed9;
	padding-left: 1em;
	font-weight: bold;
}

.tel_number {
	display: block;
	font-size: 4.4rem;
	font-weight: bold;
	margin: 10px auto;
}

.tel_number img {
	width: 60px;
}

.cv_btn_tel_inner {
	background-color: #a9bed9;
	padding: 15px;
	color: #fff;
	flex-grow: 1;
}

.cv_btn_tel_inner a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

.reserve {
	background: #a9bed9;
	max-width: 500px;
	margin: 0 auto;
}

.reserve img {
	height: 24px;
	width: auto;
	padding-right: 1em;
}

.reserve a {
	display: flex;
	/* フレックスボックスにする */
	align-items: center;
	/* 縦の位置指定 */
	justify-content: center;
	/* 横の位置指定 */
	flex-direction: row;
	/* 要素の並び順 */
	flex-wrap: wrap;
	/* 折り返し指定 */
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding: 30px 0;
	font-size: 24px;
}

.reserve a span.sankaku01 {
	font-size: 18px;
	padding-right: 1em;
}

.reserve a span.sankaku02 {
	font-size: 18px;
	padding-left: 1em;
}

.cv_btn_subscription {
	background: #a9bed9;
}

.cv_btn_subscription .cv_btn_ttl {
	color: #fff;
}

.cv_btn_subscription .cv_btn_tel_inner {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.cv_btn_subscription .cv_btn_tel_inner img {
	width: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 979px) {
	.reserve {
		max-width: 90%;
	}

	.reserve a {
		font-size: 16px;
	}

	.reserve a span.sankaku01 {
		padding-right: .5em;
	}

	.reserve a span.sankaku02 {
		padding-left: .5em;
	}

	.cv_btn>div {
		width: 90%;
		margin: 0 auto;
	}

	.cv_btn>div+div {
		margin-top: 40px;
	}

	.tel_number {
		font-size: 3rem;
	}

	.tel_number img {
		width: 40px;
	}

	.cv_btn_subscription .cv_btn_tel_inner {
		padding: 50px 0;
	}
}

/****スライダー***/
.flexslider_mr {

	max-width: 900px;
}

.flexslider_mr .slides li {
	position: relative;
}

.flexslider_mr .slides li .slide-cap {
	position: absolute;
	font-size: 40px;
	color: #fff;
	right: 20px;
	bottom: 10px;
	text-shadow: black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
}

@media screen and (max-width: 979px) {
	.flexslider_mr {
		max-width: 90%;
	}

	.flexslider_mr .slides li .slide-cap {
		font-size: 20px;
	}
}


/***************plan**************/
.plan {
	margin: 80px auto;
}

.plan img {
	max-width: 400px;
	margin: 0px auto 20px;
	display: block;
}

.plan p.cap {
	max-width: 1000px;
	margin: 0px auto;
	font-size: 1.2rem;
	line-height: 1.8;
}

@media screen and (max-width: 979px) {
	.plan img {
		max-width: 60%;
	}

	.plan p.cap {
		max-width: 90%;
		font-size: 10px;
	}
}

/***************map**************/
.map {
	max-width: 1100px;
	margin: 0 auto 80px;
}

.map iframe {
	height: 400px;
}

@media screen and (max-width: 979px) {
	.map {
		max-width: 90%;
	}

	.map iframe {
		height: 300px;
	}
}

/***************outline**************/
.outline {
	margin: 120px auto 0;
}

.outline_update {
	text-align: center;
	margin: 20px auto 120px;
	padding: 0 15px;
	font-size: 12px;
}

.outline_update:nth-of-type(2) {
	display: none !important;
}

@media screen and (max-width: 979px) {
	.outline {
		max-width: 90%;
	}
}

@media screen and (max-width: 740px) {
	.outline {
		margin: 40px auto 20px;
	}

	.outline_update {
		margin: 0px auto 80px;
		font-size: 10px;
	}
}

.outline table {
	width: 740px;
	margin: 0 auto 30px;
	border-collapse: collapse;
	table-layout: fixed;
}

@media screen and (max-width: 740px) {
	.outline table {
		width: 100%;
	}
}

.outline table tr {
	width: 740px;
	border-bottom: 1px solid #000;
}

.outline table tr th {
	width: 30%;
	padding: 2%;
	text-align: left;
	border-right: 1px solid #000;
}

.outline table tr td {
	width: 53%;
	padding: 2%;
	text-align: left;
}

.outline a.link_btn {
	box-sizing: border-box;
	max-width: 740px;
	margin: 0 auto;
}

@media screen and (max-width: 740px) {
	.outline a.link_btn {
		width: 90%;
	}
}


/*******************フォーム*******************/
.form_ttl {
	margin-bottom: 80px;
	color: #ffffff;
	text-align: center;
	font-size: 26px;
	background: #a9bed9;
	padding: 30px 0;
	line-height: 1.2em;
}


.form {
	padding: 30px 0px;
	max-width: 1100px;
}

.form_read {
	font-size: 1.2em;
	text-align: center;
}

.form_read a {
	text-decoration: underline;
	color: #333;
}

.form_column {
	display: flex;
	/* フレックスボックスにする */
	align-items: stretch;
	/* 縦の位置指定 */
	justify-content: space-between;
	/* 横の位置指定 */
	flex-direction: row;
	/* 要素の並び順 */
	flex-wrap: wrap;
	/* 折り返し指定 */
	width: 100%;
	padding: 20px 0;
}

.form_column+.form_column {
	border-top: 1px solid #a9bed9;
}

.form_dt {
	width: 25%;
	border-bottom: none;
	border-right: none;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background-color: transparent;
	color: #4F5882;
	font-weight: bold;
	position: relative;
}

.form_dt.req::after {
	background-color: #af272d;
}

.form_dd {
	width: 70%;
	border-bottom: none;
	border-right: none;
	display: flex;
	align-items: center;
	justify-content: normal;
	padding: 0;
}

.dd_addr {
	display: block;
}

.form_row {
	width: 100%;
	margin: 0px;
}

.form_dl {
	border-top: none;
	border-left: none;
	margin-bottom: 40px;
}

.month01 option {
	width: 3em;
}

.in-text.short {
	width: 3em;
}

.in-text.big {
	width: 75%;
	height: 6em;
}

.form_txt {
	border-top: 1px solid #a9bed9;
	width: 100%;
	padding: 40px 0;
}

.form_txt p {
	text-align: center;
	line-height: 1.6em;
}



.form_txt p span.red {
	border-bottom: 1px solid #af272d;
	color: #af272d;
}

.form_txt p span.cap {
	font-size: 12px;
}

.form_txt p+p {
	margin-top: 10px;
}

#btn_back,
#submit {
	margin: 0 auto;
	background-color: #a9bed9;
}

.parsley-errors-list+.parsley-errors-list {
	display: none;
}

.form_note_p {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2rem;
	line-height: 1.8;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8;
}

@media screen and (max-width: 979px) {
	.form_read {
		max-width: 90%;
		margin: 0 auto;
	}

	.form_outer {
		max-width: 90%;
		margin: 0 auto;
	}

	.form_note_p {
		max-width: 100%;
		font-size: 10px;
	}

	.form_txt p span.cap {
		font-size: 10px;
	}

}

/******************確認ページ*********************/
input[type="submit"].sbmt6c,
.submitw2 {
	width: 40%;
	color: #a9bed9;
	border: 1px solid #a9bed9;
}

.submitw2::after {
	border-right: 10px solid #a9bed9;
}

input[type="submit"].sbmt6b,
input[type="button"].sbmt5b,
input[type="submit"].sbmt5b {
	width: 100%;
	max-width: 40%;
	background-color: #a9bed9;
}

@media (max-width: 979px) {
	.form_dt.req::after {
		left: unset;
		margin-left: unset;
		display: inline-block;
		position: absolute;
		top: -15px;
		right: 0;
	}

	.form_dt {
		font-size: 10px;
	}

	.form_txt p {
		text-align: left;
	}

	input[type="submit"].sbmt6b,
	input[type="button"].sbmt5b,
	input[type="submit"].sbmt5b {
		max-width: 90%;
	}

	.submitw2 {
		width: 90%;
	}
}

@media (max-width: 580px) {
	.form_dt.req::after {
		left: unset;
		margin-left: unset;
		display: inline-block;
		position: absolute;
		top: -15px;
		right: 0;
	}

	.form_dt {
		font-size: 10px;
	}
}

/*****************thanksページ*******************/
.thanks_msg p {
	font-size: 1em;
}

.thanks_msg a {
	text-decoration: underline;
	font-size: 1em;
}

@media (max-width: 979px) {

	.thanks_msg p,
	.thanks_msg a {
		font-size: 12px;
	}
}

/************注釈**************/
.c_list_warning {
	margin: 40px auto 0;
}

.c_list_warning,
.c_list_warning_text {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2rem;
	line-height: 1.8;
}

.c_list_warning_text {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8;
}

@media screen and (max-width: 979px) {
	.c_list_warning {
		max-width: 90%;
	}

	.c_tab_box .c_list_warning {
		max-width: 100%;
	}

	.c_list_warning_text {
		max-width: 100%;
		font-size: 10px;
	}

}


/************footer**************/
footer {
	font-family: "TBGothic M";
	font-feature-settings: "palt";
	margin: 120px auto 0;
}

footer a.company_logo {
	display: block;
	margin: 0 auto;
}

footer a.company_logo img {
	display: block;
	max-width: 400px;
	margin: 0 auto;
}

footer p.company_address {
	text-align: center;
	font-size: 12px;
	margin: 10px auto 0;
}

footer a.brand_logo {
	display: block;
	border-top: 1px solid #000;
}

footer a.brand_logo img {
	display: block;
	max-width: 300px;
	margin: 30px auto;
}

footer address {
	padding: 10px;
	text-align: center;
	color: #000;
	font-size: 14px;
	font-style: normal;
}

@media screen and (max-width: 979px) {
	footer {
		margin-bottom: 120px;
	}

	footer a.company_logo img {
		width: 90%;
	}

	footer a.brand_logo img {
		width: 80%;
	}

	footer address {
		font-size: 12px;
	}
}

@media screen and (max-width: 380px) {
	footer address {
		font-size: 10px;
	}
}

/**************sp-bottom****************/
.sp-bottom {
	display: none;
}

@media screen and (max-width: 979px) {
	.sp-bottom {
		display: block;
		position: fixed;
		bottom: 0;
		z-index: 999;
		width: 100%;
		background-color: #fff;
		box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.2);
		display: flex;
		flex-flow: row;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.sp-bottom a {
		display: block;
		position: relative;
		box-sizing: border-box;
		width: 25%;
		width: 33%;
		height: auto;
		padding: 2%;
		background-color: #a9bed9;
		text-align: center;
		color: #fff;
	}

	.sp-bottom a img {
		display: block;
		margin: 0px auto 15px;
	}

	.sp-bottom a p.txt {
		display: block;
		position: absolute;
		bottom: 2%;
		right: 10%;
		left: 10%;
		font-size: 12px;
		line-height: 2em;
	}
}

@media screen and (max-width: 979px) and (max-width: 380px) {
	.sp-bottom a p.txt {
		font-size: 10px;
	}
}