@charset "UTF-8";

/*共通部分
------------------------*/
html {
	font-size: 100%;
	scroll-behavior: smooth;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.8;
	color: #333;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	transition: .4s;
}

a:hover {
	opacity: .4;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wrapper {
	width: 100%;
	/* max-width: 1380px; */
	margin: 0 auto;
}


:root {
	--base-color: #fff;
	--assort-color: #89b0d5;
	--accent-color: #618bad;
}





/* トップへ戻るボタン */
.top-btn a {
	display: block;
	color: #fff;
	position: fixed;
	background-image: url(../images/pagetop_buttun.png);
	background-size: contain;
	background-repeat: no-repeat;
	padding: 50px 60px 50px 40px;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	bottom: 0;
	right: 10px;
}




/*見出し
------------------------*/

.page-title1 {
	font-size: 5rem;
	font-family: 'Philosopher', sans-serif;
	text-transform: uppercase;
	font-weight: normal;

	font-family: "Zen Antique Soft", serif;
	font-weight: 400;
	font-style: normal;
}


.sub-title {
	font-size: 1.375rem;
	padding: 0 8px 8px;
	border-bottom: 2px solid #89b0d5;
	font-weight: normal;
}

/*ボタン
------------------------*/
.button {
	font-size: 1.375rem;
	background: #89b0d5;
	color: #fff;
	border-radius: 5px;
	padding: 18px 32px;
}

.button:hover {
	background: #89b0d5;
}

/*大きな背景画像*/
.big-bg {
	background-size: cover;
	background-position: center top;
}

/*iframe
------------------------*/
iframe {
	width: 100%;
}

/*header

.header {
	background-color: var(--assort-color);
	padding: 10px 0;
}

.header-logo {
	padding: 10px 0;
}

.header-logo img {
	height: 60px;
}

.main-nav .list {
	font-size: 18px;
	font-weight: bold;
	display: flex;
	justify-content: space-around;
	background-color: #ccc;
	padding: .5em 1em;
	margin-top: 60px;
}

.main-nav .list li {
	margin: 0 .5em;
}


.main-nav .list a {
	display: inline-block;
}

.active .main-nav {
	display: block;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	right: 0;
	z-index: 80;
}

.active .main-nav .list {
	flex-direction: column;
}

.active .main-nav .list {
	margin-top: 0;
	width: 100%;
	height: 100vh;
	position: fixed;
	justify-content: center;
}
	------------------------*/
/*header部分*/
.header {
	background: var(--accent-color);
	;
	padding: 10px 1%;
	;
}

.header_title {
	width: 30px;
}

.header_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav_wrap {
	gap: 1em;
	margin-right: 30px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--base-color);
}

.nav_wrap a {
	transition: 0.4s;
}

.nav_wrap a:hover {
	color: tomato;
}

.header_title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}



/* mv */


.mv-wrap {
	display: flex;
	justify-content: space-between;
}

.mv-text {
	width: 50%;
	color: var(--assort-color);
}

.bg-title1 {
	font-family: "Zen Antique Soft", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	color: #333;
	text-align: center;
	margin-top: 15rem;
}


.bg-title2 {
	font-family: "Zen Antique Soft", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 80px;
	font-weight: bold;
	line-height: 1;
	color: #333;
	text-align: center;
	margin-top: .5rem;
}


.bg-sub-title {
	font-family: "Jost", sans-serif;
	font-size: 30px;
	margin-top: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.bg-sub-title span {
	display: inline-block;

}

.bg-sub-title span:first-of-type {
	margin-right: 100px;

}

.bg-sub-title span:last-of-type {
	margin-left: 100px;

}


.mv_image {
	width: 50%;
}


/* Do Styleについて */
.about .title {
	background-color: var(--assort-color);
	font-family: "Zen Antique Soft", serif;
	font-size: 32px;
	color: var(--base-color);
	font-weight: bold;

}


.about-text-wrap {
	background-image: url(../images/about_bg.jpg);
	padding: 50px 0;
	min-height: 1000px;
	background-size: cover;
	background-position: bottom center;
	color: #333;
	height: auto;
}

.about-text-wrap h3 {
	margin: 1.5em 0 0 auto;
	justify-content: right;
	font-family: "Zen Antique Soft", serif;
	font-size: 28px;
	padding: 3rem;
	width: 60%;

}

.about-text-wrap h3 span {
	font-family: "Zen Antique Soft", serif;
	color: #618bad;
	font-size: 30px;
}

.about-text-wrap .text {
	margin: 1rem 0 0 auto;
	justify-content: right;
	padding: 1rem;
	width: 60%;

}


/* Do Styleの魅力 */
.point {
	height: auto;
	padding-bottom: 100px;
}

.point .title {
	padding: 0 2rem;
	font-family: "Zen Antique Soft", serif;
	font-size: 32px;
	background-color: var(--accent-color);
	color: #fff;
	font-weight: bold;
}

.point_title {
	text-align: center;
}

.point_subtitle {
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: .5em;

}

.point_item_wrap {
	display: flex;
	justify-content: center;
	gap: 36px;
	;
	flex-wrap: wrap;
	margin-top: 60px;
}


.point_item {
	width: 20%;
	background-color: var(--assort-color);
	padding-bottom: 20px;

}

.point_image {
	margin-bottom: 1em;
}

.point_text {
	font-size: 12px;
	color: #fff;
	padding: 8px 1em;
}

/* プロフィール */
.profile {
	padding: auto;
}

.profile .title {
	background-color: var(--accent-color);
	color: #fff;
	font-family: "Zen Antique Soft", serif;
	font-size: 40px;
	font-weight: bold;
	padding-left: 2rem;

}

.profile_wrap {
	padding: 30px;
}

.profile_img {
	display: flex;
	align-items: center;
	padding: 1em;
}

.profile_img img {
	max-width: 40%;

}

.profile_item {
	margin: 2rem;
	align-items: top;
}

.profile_text {
	margin: 2rem;
}

.p_subtitle {
	font-size: 24px;
	color: #618bad;
	font-weight: bold;
	font-family: "Zen Antique Soft", serif;
}

.profile_text p {
	font-size: 16px;
	padding-left: 1rem;
}

/* price */



.price {
	background-color: var(--assort-color);
	height: auto;

}

.price_title {
	color: #fff;
	font-family: "Zen Antique Soft", serif;
	font-size: 40px;
	font-weight: bold;
}


.price_img {
	max-width: 45%;
}

.price_text {
	color: #fff;
	font-size: 18px;
	width: 60%;
	margin-top: 5px;
}

.price_text p {
	margin-top: .5em;
}


.price-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 60px;
}

.price_image {
	margin: auto;
	width: 100%;
	background-size: cover;
}


.price_text {
	max-width: 600px;
}

.price_text {
	width: 50%;

}

.price_text dl {
	display: flex;
	margin-top: 40px;
}

.price_text dl:last-child {
	display: block;
}

.price_text dt {
	font-size: 20px;
	display: block;

}

.price_text dd {
	font-size: 20px;
	margin-left: 10px;
}

.price_text {
	margin-top: 20px;
	line-height: 1.8;
	font-size: 16px;
}

/* access */
.access {
	background-color: var(--base-color);

}

.access_title {
	padding: 3px 2rem;
	font-family: "Zen Antique Soft", serif;
	font-size: 32px;
	background-color: var(--accent-color);
	color: var(--base-color);
	font-weight: bold;
}

.access_wrap {
	padding: 30px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.access_text {
	font-size: 16px;

}

th {

	padding-right: 1rem;
}

.access_map {
	padding: 30px;
	width: 60%;
}



/*footer
------------------------*/
footer {
	background-color: var(--assort-color);
	color: #fff;
	font-size: 13px;
	text-align: center;

}

.fp {
	padding-bottom: 1rem;
}




.mySwiper {
	width: 55%;
	height: 600px;
	overflow: hidden;
}

.mySwiper img {
	width: 100%;
	height: 600px;
	object-fit: cover;
	overflow: hidden;
}


/*モバイル版
------------------------*/

@media (max-width: 900px) {


	/* ハンバーガーメニュー*/
	.hamburger {
		width: 35px;
		height: 35px;

		position: fixed;
		z-index: 90;
		top: 10px;
		right: 10px;
		display: flex;
		flex-direction: column;
		justify-content: space-around;

		background-color: var(--assort-color);
		padding: 5px;

		z-index: 99;
	}


	.hamburger span {
		display: block;
		background-color: #fff;
		width: 100%;
		height: 1px;
	}

	/* 共通 */
	.top-btn a {
		color: #585858;
		font-size: 12px;
		padding: 40px 10px 10px 10px;
	}

	.main-nav {
		display: none;
	}

	.active .main-nav {
		display: block;
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 0;
		right: 0;

	}

	.main-nav .list {
		flex-direction: column;
	}

	.active .main-nav .list {
		margin-top: 0;
		width: 100%;
		height: 100vh;
		position: fixed;
		justify-content: center;
	}

	.main-nav .list a {
		display: block;
		padding: 10px 0
	}

	.bg-sub-title {
		margin-top: 20px;
	}

	/* header */
	.header {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		z-index: 99;
	}

	.header_title {
		position: relative;
		z-index: 100;
	}

	.header-logo img {
		height: 30px;
	}

	.nav_wrap {
		position: fixed;
		z-index: 99;
		top: 0;
		right: -100%;
		flex-direction: column;
		width: 100%;
		height: 100vh;
		background-color: var(--accent-color);
		justify-content: center;

		transition: .4s;
		margin: 0;
	}

	.active .nav_wrap {
		right: 0;


	}



	/* mv */

	.mv-text {
		width: 100%;
		margin-bottom: 20%;
	}

	.mv-wrap {
		flex-direction: column;
	}

	.mv_image {
		width: 100%;
	}

	.bg-title1 {
		margin-top: 30%;
	}

	.about-text-wrap h3 {
		width: 100%;
		padding: 0 3em;

	}

	.about-text-wrap .text {
		width: 100%;
	}

	.about-text-wrap {
		background-size: cover;
		background-size: contain;
		background-position: bottom left;
		background-repeat: no-repeat;
		min-height: 800px;

	}



	/* point */

	.point_item_wrap {
		margin: 1em;
		display: flex;
		flex-direction: column;
	}

	.point_item {
		width: 100%;
	}

	/* profile */

	.profile_wrap {
		padding: 0;
	}

	.profile_img {
		display: flex;
		flex-direction: column;

	}

	.profile_img img {
		max-width: 100%;
	}

	.profile_item {
		margin: 0;
		width: 100%;
	}


	/* price */

	.price-wrapper {
		margin: 0;
		display: flex;
		flex-direction: column;
	}

	.price_img {
		max-width: 100%;
	}

	.price_text {
		width: 90%;
	}

	.price_text dl {
		flex-direction: column;
		align-items: baseline;
		margin-bottom: 1em;
	}

	.pp_wrap {
		margin: 3em 0;
	}

	.pp {
		margin: 1em;
	}

	/* access */
	.access_wrap {
		margin-bottom: 3em;
		padding: 0;
		display: flex;
		flex-direction: column-reverse;
	}

	.access_map {
		width: 100%;
	}

	.access {
		padding-bottom: 1em;
	}

	/* message */

	.message .title {
		text-align: center;
	}

	.message-text-wrap {
		width: 90%;
		margin: 30px auto 0;
	}


	/* bland */
	.bland .title {
		font-size: 28px;
		text-align: center;
	}


	.wrapper_grid1,
	.wrapper_grid2 {
		flex-wrap: wrap;

	}


	.wrapper_grid1 .item {
		width: calc(100%/2);

	}

	.wrapper_grid1 img {
		aspect-ratio: 1/1;
		height: auto;
	}

	.wrapper_grid2 .item {
		width: calc(100%/2);

	}

	.wrapper_grid2 img {
		aspect-ratio: 1/1;
		height: auto;
	}



	/* commitment */
	.commitment .title {
		text-align: center;
	}

	.commitment-wrapper {
		flex-direction: column;
	}

	.commitment_img {
		width: 100%;
	}

	.commitment_text {
		width: 90%;
		margin: 30px auto 0;
	}



	.mySwiper {
		width: 100%;
		height: 600px;
	}


}