/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
}

q:before,
q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

legend {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
	border: 0;
}

body {
	font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'TsukuAOldMinPr6N-R,TsukuMin-R', 'serif', 'YuGothic', 'Yu Gothic', 'sans-serif';
	width: 100%;
}

main {
	width: 80%;
	margin: 0 auto;
}

.top_sukima {
	margin-top: 1rem;
}

.access_box {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
}

p {
	font-family: 'YuGothic', 'Yu Gothic', 'sans-serif';
	color: #4c4c4c;
}

.torikeshi {
	text-decoration: line-through;
}

header {
	background: url(../images/top_1.png) center / cover;
	width: 100%;
	height: 726px;
	position: relative;

}

.top_box {
	position: absolute;
	top: 150px;
	left: 50%;
}

a {
	color: rgb(124, 119, 119);
	text-decoration: none;
}

a:hover,
.active {
	text-decoration: underline;
}

.review {
	margin-top: 1.5rem;
}

.cel {
	height: 5.3rem;
	color: #fff;
}

.modal_wrap input {
	display: none;
}

.modal_overlay {
	display: flex;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
}

.modal_trigger {
	position: absolute;
	width: 100%;
	height: 100%;
}

.close_button {
	position: absolute;
	top: 14px;
	right: 16px;
	font-size: 24px;
	cursor: pointer;
}

.modal_wrap input:checked~.modal_overlay {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}

.modal_wrap input:checked~.modal_overlay .modal_content {
	transform: scale(1);
}

.modal_wrap input:checked~.modal_overlay .modal_content .yoyaku p{
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	line-height: 4.5rem;
	text-align: center;
	font-size: 1.5rem;
}
.yoyaku{
	margin-top: 2rem;
}
.yoyaku img{
	width: 50%;
}
/* ポップアップ */
.modal_wrap input {
	display: none;
}

.modal_overlay {
	display: flex;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
}

.modal_trigger {
	width: 100%;
	height: 100%;
}

.modal_content {
	align-self: center;
	width: 70%;
	max-width: 800px;
	padding: 50px 20px;
	box-sizing: border-box;
	background: #fff;
	line-height: 1.4em;
	transform: scale(0.3);
	transition: 0.5s;
}

.close_button {
	position: absolute;
	top: 14px;
	right: 16px;
	font-size: 24px;
	cursor: pointer;
}

.modal_wrap input:checked~.modal_overlay {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}

.modal_wrap input:checked~.modal_overlay .modal_content {
	transform: scale(1);
}

.open_button {
	color: #000;
	font-size: 1.1em;
	font-weight: 200;
	width: 50%;
	padding: 15px;
	margin: 7rem auto;
	text-align: center;
	display: block;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 5px 5px 5px 0px #8d7979;
}

.open_button:hover {
	box-shadow: none;
	color: #000;
}

/* ハンバーガーメニュー */
#headerWrap {
	z-index: 100;
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
}

.miniheader {
	height: 70px;
	box-shadow: 2px 0px 5px gray;
}

a#menu {
	z-index: 500;
	display: inline-block;
	position: relative;
	width: 40px;
	height: 10px;
	margin-right: 10px;
	transition: all .5s ease;
}

#menuBtn {
	display: block;
	position: absolute;
	top: 320%;
	left: 40%;
	width: 30px;
	height: 2px;
	margin: -1px 0 0 -7px;
	background: #5c5c5c;
	transition: .2s;
}

#menuBtn:before,
#menuBtn:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 2px;
	background: #5c5c5c;
	transition: .3s;
}

#menuBtn:before {
	margin-top: -7px;
}

#menuBtn:after {
	margin-top: 5px;
}

a#menu .close {
	background: transparent;
}

a#menu .close:before,
a#menu .close:after {
	margin-top: 0;
}

a#menu .close:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

a#menu .close:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.panel {
	margin: -76px 0;
	width: 100%;
	display: none;
	overflow: hidden;
	position: relative;
	left: 0;
	top: 0;
	z-index: 100;
}

#mainnav {
	padding: -20px;
	position: absolute;
	top: 0;
	width: 100%;
	text-align: right;
	z-index: 100;
}

#mainnav ul {
	padding: 100px 0 75px;
	border-bottom: 1px solid #ccc;
	background: #fff;
	text-align: center;
}

#mainnav li a {
	position: relative;
	display: block;
	padding: 17px 0px;
	background-color: #fff;
	font-weight: 400;
}

#mainnav li a:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 5px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* layout css */
.coupon_title {
	width: 100%;
	margin: 0 auto;
}

.coupon {
	display: flex;
	margin: 0 auto;
	background: #FFF;
}

.price_title {
	margin-top: 1rem;
}

.price {
	font-size: 1.4rem;
	font-weight: 900;
	color: #f56359;
}

.price2 {
	font-size: 1.4rem;
	font-weight: 900;
	color: #9f9f9f;
	text-decoration: line-through;
}

.data {
	font-size: 0.9rem;
	line-height: 1.4rem;
}

.link_design {
	text-decoration: underline
}

.left {
	writing-mode: vertical-rl;
	position: relative;
	display: block;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	margin: auto 0;
	font-weight: bold;
}

.right {
	position: relative;
	padding: 30px 20px;
	border-left: 2px dashed #e0e6ef;
	justify-content: center;
}

/* circle-css */

.right::before,
.right::after {
	position: absolute;
	display: block;
	content: "";
	border-radius: 100%;
	background: #f3f3f3;
	left: -12px;
	width: 22px;
	height: 22px;
}

.right::before {
	top: -11px;
}

.right::after {
	bottom: -11px;
}

/*ーーーーー ボトムスナビゲーション ーーーー*/
.manu1 {
	z-index: 500;
	display: inline-block;
	position: relative;
	width: 40px;
	height: 10px;
	margin-right: 10px;
	display: block;
	position: absolute;
	top: 320%;
	left: 40%;
	width: 30px;
	height: 2px;
	margin: -1px 0 0 -7px;
	background: #5c5c5c;
	transition: .2s;
}

@media screen and (min-width:100px) {
	.menu {
		box-shadow: 1px 0px 8px #9c9c9c;
		z-index: 100;
		position: fixed;
		left: 0;
		bottom: 0;
		background: white;
		width: 100%;
		display: flex;
		padding: 7px 0px 15px 0px;
	}
}

.menu li {
	display: table;
	table-layout: fixed;
	width: 97%;
	padding: 5px;
	list-style: none;
	text-align: center;
}

.menu a span {
	display: block;
	font-size: 4px;
}

/*PCの場合にはSPメニューを表示させない*/
@media(min-width: 768px) {
	.menu {
		display: none;
	}

	.menu1 {
		position: absolute;
		top: 11%;
		right: -239px;
	}

	.menu1 li {
		opacity: 0.4;
		width: 300px;
		height: 77px;
		line-height: 77px;
		background-color: #fff;
		border-radius: 100vh;
		color: #fff;
		text-align: center;
		vertical-align: middle;
		transition-duration: 0.2s;
	}

	.menu1 li:hover {
		transform: translate(-80px, 0);
	}

	.menu1 a {
		text-decoration: none;
		font-size: .5rem;
		color: #2c2c2c;
		float: left;
		padding-left: 20px;
		text-align: left;
	}

	.menu1 img {
		padding: 17px 20px 0 0;
	}

}

@media(max-width: 769px) {
	.menu1 {
		display: none;
	}
}

/* よくある質問 */
summary {
	list-style: none;
	position: relative;
	margin: 10px 0;
	padding: 20px 70px 20px 30px;
	cursor: pointer;
	background-color: #F5F5F5;
}

summary::-webkit-details-marker {
	display: none;
}

summary:hover,
details[open] summary {
	background-color: #F5F5F5;
}

summary::after {
	transition-duration: 1s;
	content: '+';
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	transition: transform 0.5s;
	font-size: 30px;
}

details[open] summary::after {
	transform: translateY(-50%) rotate(45deg);
}

.answer {
	padding: 0px 25px;
}

details[open] .answer {
	animation: fadein 0.7s ease;
	padding-bottom: 1.5rem;
}

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

	100% {
		opacity: 1;
	}
}

/*　タイトル文字　*/

h1 {
	padding-top: 13em;
	margin: 0;
	text-align: center;
}

h1 img {
	width: 95px;
}

.top_box h2,
h3 {
	color: #fff;
}

h2,
h3 {
	color: #4c4c4c;
	text-align: center;
	letter-spacing: .1em;
}

h2 {
	font: normal normal normal 30px/19px FOT-TsukuAOldMin Pr6N;
	line-height: 1.2em;
	font-size: 1.7em;
}

h3 {
	font-size: .77em;
	font-weight: 300;
}

.menu_title {
	text-align: center;
	font-size: 1rem;
	margin-top: 0px;
	padding-top: 30px;
}

.cose_title {
	font: normal normal normal 30px/19px FOT-TsukuAOldMin Pr6N;
	font-size: 1.7em;
	margin-top: 2rem;
	text-align: center;
	line-height: 30px;
}

.cose_box {
	max-width: 1000px;
	margin: 0 auto;
}

.cose_setumei img {
	display: block;
	margin: 1rem auto;
	width: 100%;
}

@media screen and (min-width:750px) {
	.cose_setumei img {
		width: 80%;
	}
}

h4 {
	font-size: .9em;
	font-weight: 200;
	letter-spacing: .1em;
	color: #9c9c9c;
	text-align: center;
}

.access_ho img {
	margin-top: 1.5rem;
	width: 100%;
}

.nagare img {
	max-width: 20rem;
	margin: 0 auto;
	display: block;
}

.nagare {
	text-align: center;
}

/*　ボタンデザイン　*/
.btn_box {
	padding-top: 5em;
}

.btn_1 {
	padding-top: .8em;
}

.btn_1 img {
	margin: 0 auto;
}

.btn_1 a {
	font-size: 1.1em;
	font-weight: 200;
	width: 300px;
	padding: 15px;
	margin: 0 auto;
	text-align: center;
	display: block;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 5px 5px 5px 0px #8d7979;
}

.btn_1 a:hover {
	color: #000;
	box-shadow: none;
}

a.btn-border {
	border: 2px solid #000;
	border-radius: 0;
	background: #fff;
}

a.btn-border:hover {
	color: #fff;
	background: #000;
}

/*ーーーーー　ボタンデザイン2　ーーーーー*/
.btn_2_2 {
	width: 80%;
	margin: 0 auto;
	background-color: #fff;
}

.btn_2 a {
	font-size: 1.1em;
	font-weight: 200;
	margin: 30px auto 70px;
	text-align: center;
	display: block;
	text-decoration: none;
	box-shadow: 5px 5px 5px 0px #c5c5c5;
	border: 1px solid rgb(124, 119, 119);
	padding: 10px 0;
}

.btn_2 a:hover {
	color: #000;
	box-shadow: none;
}

/*ーーーーー　丸　ーーーーー*/
.appeal {
	padding: 30px 0;
	text-align: center;
}

.circle {
	margin: 4px;
	position: relative;
	display: inline-block;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: #C4B6B6;
}

.circle span {
	font-size: 1.1em;
	color: #fff;
	line-height: 1.4em;
	position: absolute;
	display: inline-block;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 150px;
	text-align: center;
}

/*ーーーーー　メイン　ーーーーー*/
.main_group_1 {
	margin: 80px 0;
}

@media screen {}

.main_group_2 {
	padding: 80px 0;
	background-color: #C4B6B6;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.main_group_3 {
	padding: 20px 0;
	max-width: 80%;
	margin: 0 auto;
}

.haikei {
	background-color: #F3F3F3;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	padding: 5% 0;
}

/*--------------------------------------
  カード型_02
--------------------------------------*/
.l-wrapper_02 {
	margin: 2rem auto;
}

.card-radius_02 {
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
}

.card_02 {
	background-color: #fff;
	box-shadow: 0 0 0px rgba(0, 0, 0, .16);
	color: #212121;
	text-decoration: none;
}

.card__header_02 {
	display: flex;
	flex-wrap: wrap;
}

.card__title_02 {
	font: normal normal normal 30px/19px FOT-TsukuAOldMin Pr6N;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background-color: #5c5c5c;
	width: 100vw;
	padding: 1.5rem 1rem;
	font-size: 1.3rem;
	text-decoration: none;
	line-height: 26px;
}

.card__title_03 {
	font: normal normal normal 30px/19px FOT-TsukuAOldMin Pr6N;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background-color: #3c7460;
	width: 100vw;
	padding: 1.5rem 1rem;
	font-size: 1.3rem;
	text-decoration: none;
	line-height: 26px;
}

.card__thumbnail_02 {
	margin: 0;
	order: 0;
}

.card__image_02 {
	width: 100%;
}

.card__body_02 {
	padding: 0 1.5rem;
}

.card__text_02 {
	font-size: .8rem;
	text-align: center;
	text-decoration: none;
}

.card__text2_02 {
	font-family: 'YuGothic', 'Yu Gothic', 'sans-serif';
	font-size: .8rem;
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}

.cord_title_s {
	font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans';
	font-weight: 200;
	font-size: 1rem;
}

/*ーーーーー　画像を中央に　ーーーーー*/
.img_illust {
	text-align: center;
}