@charset "UTF-8";
/** -----------------------------------------------
  共通
------------------------------------------------**/
body {
	font-size: 16px;
	line-height: 2em;
	color: #333333;
	background-color:#fff;
	font-family:  '游明朝体';
}

/** -----------------------------------------------
  PC :  画面の横幅が769px以上
------------------------------------------------**/
/* 改行の指定 */
.br_pc {
	display: block;
}

.br_tab, .br_sp {
	display: none;
}

/* ヘッダー */
.drawer {
  display: none;
}

.header_nav {
	position: fixed;
	width: 100%;
	height: 96px;
	padding: 20px;
	z-index: 100000;
	background-color: #ffffff;
	opacity: 0.9;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header_logo {
	float: left;
	display: flex;
	align-items: center;
}

.header_logo:hover {
	transform: translateY(-5px);
}

.header_logo a {
	text-decoration: none;
	color: #333333;
	padding: 10px;
}

.header_logo img {
	width: 120px;
	height: 70px;
}

.header_list {
	float: right;
	padding: 16px;
}

.header_list li {
	float: left;
	display: flex;
	padding: 8px;
	font-size: 18px;
	font-family: Athelas;
}

.header_list a {
	color: #a59560;
	text-decoration: none;
}

.header_list a:hover {
	transform: translateY(-5px);
}

.header_list a:visited {
　color: #a59560;
}

.header_list img {
	width: 35px;
	height: 35px;
}

/* メインビジュアル */
.main_visual {
	background-image: url(../images/mv.png);
	background-size: cover;
	height: 100%;
}

.main_text {
	padding-top: 8%;
	padding-left: 5%;
	padding-bottom: 10%;
}

.main_text h1 {
	font-family: "游明朝体";
	font-size: 2.5vw;
	padding: 24px 24px 24px 0;
	color: #333333;
	line-height: 1.5em;
	text-shadow: 0 0 10px #ffffff;
	font-weight: lighter;
}

.main_text p {
	font-family: "游明朝体";
	font-size: 1.1vw;
	padding: 16px 16px 16px 0;
	color: #333333;
	line-height: 1.8em;
	letter-spacing: 0.3em;
}

/* LINE */
.main_line {
	text-align: center;
	padding: 64px 0 0 0;
	font-family: "游明朝体"
}

.main_line p {
	font-size: 20px;
	padding: 16px;
}

.main_line img:hover {
	transform: translateY(-5px);
}

/* What's new? */
.new {
	width: 100%;
	padding: 120px 0 120px 0;
	margin: 0 auto;
}

/* タイトル共通 */
.title {
	padding: 64px 32px 32px 32px;
	text-align: center;
}

.title h2 {
	font-family: Athelas;
	color: #a59561;
	font-size: 48px;
	font-weight: normal;
}

.title p {
	font-family: "游明朝体";
	color: #333333;
	font-size: 14px;
}

.news {
	width: 80%;
	text-align: center;
	margin: 0 auto;
}

.news_01, .news_02, .news_03 {
	background-color: #e0d1d0;
	padding: 24px;
	margin: 32px;
}

.news_01, .news_02, .news_03 p {
	font-family: "游明朝体";
	font-size: 16px;
	color: #333333;
}

/* About */
.about {
	position: relative;
	width: 100%;
	height: 100%;
}

.about_image img {
	width: 65%;
}

.about_text {
	position: absolute;
	top: 35%;
	right: 0;
	width: 55%;
}

.about_text p {
	background-color: #f3eae9;
	font-family: "游明朝体";
	color: #333333;
	font-size: 1.1vw;
	line-height: 2.3em;
	letter-spacing: 0.3em;
	padding: 32px 0 32px 80px;
}

.about_text_sp {
	display: none;
}

/* Service */
.service {
	padding-top: 120px;
	width: 1100px;
	height: 1000px;
	margin: 0 auto;
}

.contents {
	display: flex;
}

.contents_01, .contents_02, .contents_03 {
	text-align: center;
	padding: 30px;
}

.contents_01, .contents_02 {
	border-right: 2px solid #e0d1d0;
}

.contents_01 img, .contents_02 img, .contents_03 img {
	text-align: center;
	width: 260px;
	height: 170px;
}

.contents_01 h3, .contents_02 h3, .contents_03 h3 {
	text-align: center;
	font-family: "游明朝体";
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	padding: 8px;
}

.contents_01 p, .contents_02 p, .contents_03 p {
	text-align: center;
	font-family: "游明朝体";
	font-size: 16px;
	color: #333333;
	line-height: 2em;
}

/* LINE誘導① */
.line {
	height: 800px;
	background-color: #f3eae9;
}

.title_other h4 {
	text-align: center;
	font-family: Apple Chancery;
	font-size: 40px;
	font-weight: normal;
	color: #a59561;
	padding: 116px 32px 32px 32px;
}

.line_contents {
	display: flex;
	align-items: center;
	justify-content: center;
}

.line_text {
	padding: 32px;
}

.line_text p {
	font-family: "游明朝体";
	font-size: 16px;
	color: #333333;
	line-height: 2.3em;
}

.line_text img {
	padding: 32px 0 0 0;
}

.line_text img:hover {
	transform: translateY(-5px);
}

.line_mockup {
	padding: 32px;
}

/* Coaching */
.coaching {
	width: 100%;
	height: 800px;
}

.title_sub p {
	text-align: center;
	font-family: "游明朝体";
	font-size: 16px;
	color: #333333;
	line-height: 2em;
	padding: 32px 0;
}

.coaching_link {
	display: flex;
	justify-content: center;
}

#modal_check01 {
	display: none;
}

#modal_check02 {
	display: none;
}

.modal_overlay {
	background-color: #333333;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100000;
	pointer-events: none;
}

#modal_check01:checked ~ .modal_overlay {
	opacity: 0.9;
	pointer-events: auto;
}

#modal_check02:checked ~ .modal_overlay {
	opacity: 0.9;
	pointer-events: auto;
}

.modal_content_01, .modal_content_02 {
	display: none;
	background-color: #ffffff;
	width: 900px;
	height: 565px;
	text-align: center;
	z-index: 10000000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 32px;
	overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.modal_content_01 img {
	width: 800px;
	height: 450px;
	padding: 24px;
}

#modal_check01:checked ~ .modal_content_01 {
 	display: block;
}

#modal_check02:checked ~ .modal_content_02 {
 	display: block;
}

.menu h5, .customer h5 {
	font-family: "游明朝体";
	font-weight: normal;
	font-size: 18px;
	display: inline-block;
  width: 280px;
  height: 280px;
	line-height: 280px;
  border-radius: 50%;
  background: #e0d1d0;
  text-align: center;
	text-decoration: none;
	margin: 32px;
	}

.menu h5:hover, .customer h5:hover, .reservation a:hover {
	transform: translateY(-5px);
}

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

.review_all img {
	width: 400px;
	height: 565px;
	padding: 32px;
}

.reservation a {
	font-family: "游明朝体";
	font-weight: normal;
	font-size: 18px;
	display: inline-block;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background: #a2915a;
	color: #ffffff;
	text-align: center;
	line-height: 280px;
	text-decoration: none;
	margin: 32px;
}

/* Archives */
.archives {
	width: 100%;
	height: 900px;
}

.archives_movie {
	display: flex;
	justify-content: center;
}

.archives_movie iframe {
	width: 400px;
	height: 280px;
	padding: 32px;
}

/* Join us */
.join {
	height: 900px;
	background-color: #f3eae9;
}

.title_other_02 h4 {
	text-align: center;
	font-family: Apple Chancery;
	font-size: 40px;
	font-weight: normal;
	color: #a59561;
	padding: 32px;
}

/* Q&A */
.qa {
	height: 800px;
}

.qa_all {
	max-width: 900px;
	margin: 0 auto;
}

.open_h5 {
	padding: 24px 24px 24px 70px;
	background: #e0d1d0;
	cursor: pointer;
	margin: 5px 0;
	position: relative;
}

.open_h5:after,
.open_h5.active:after {
  font-size: 22px;
  margin-left: 20px;
}

.info{
	background: #f3eae9;
	opacity: 1;
	padding: 24px 24px 24px 70px;
	height: 100% !important;
}

.open_h5, .info {
	font-family: "游明朝体";
	font-size: 16px;
	color: #333333;
	line-height: 2em;
	font-weight: normal;
	position: relative;
}

.open_h5 span, .info span {
  display: flex;
	color: #ffffff;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  background: #a59561;
  text-align: center;
  left: 0;
  top: 0;
	position: absolute;
}

/* Owner */
.owner {
	height: 1400px;
	background-image: url(../images/owner_back.png);
	background-size: cover;
}

.owner_profile {
	text-align: center;
}

.owner_profile img {
	width: 206px;
	height: 211px;
	margin: 16px;
}

.owner_profile p {
	font-family: "游明朝体";
	font-size: 18px;
	color: #333333;
}

.sns_link {
	text-align: center;
	margin-top: 16px;

}

.sns_link a {
	text-decoration: none;
	padding: 16px;
}

.sns_link img {
	width: 47px;
	height: 47px;
}

.owner_text {
	width: 900px;
	margin: 0 auto;
	padding-top: 48px;
}

.owner_text p {
	font-family: "游明朝体";
	font-size: 16px;
	color: #333333;
	line-height: 2em;
	padding: 16px;
}

.owner_text_tab, .owner_text_sp {
	display: none;
}

/* Footer */
.footer_contents {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px;
}

.footer_contents p, a {
	font-family: "游明朝体";
	font-size: 18px;
	color: #a59561;
	padding: 8px;
}

.footer_sns img {
	width: 56px;
	height: 56px;
}

.footer_sns img:hover {
	transform: translateY(-5px);
}

/*================================================
PC_Small : 画面の横幅が1320pxまで
==================================================*/
@media screen and (max-width: 1320px){
/* 改行の指定 */
.br_pc, .br_sp {
	display: none;
}

.br_tab {
	display: block;
}

/* ヘッダー */
.header_nav {
	height: 80px;
	padding: 10px;
}

.header_list {
	display: none;
}

/* ハンバーガーメニュー */
.drawer {
	display: block;
	position: fixed;
	right: 0;
	top: 4px;
	z-index: 1000;
}

.drawer_checkbox {
	 display: none;
}

.drawer_icon {
  display: block;
}

.drawer_icon-item {
	position: relative;
	margin-top: 5px;
	margin-right: 10px;
  display: block;
	z-index: 15;
}

.drawer_icon span {
	color: #978448;
}

.drawer_icon-item:before, .drawer_icon-item:after {
	background-color: #978448;
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
}

.drawer_icon-item:before {
	 content: '';
	 top: 30px;
}

.drawer_icon-item:after {
  content: '';
  top: 45px;
}

.drawer_checkbox:checked ~ .drawer_icon-item {
	display: none;
}

.drawer_checkbox:checked ~ .drawer_icon .drawer_icon-item:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
  top: 45px;
}

.drawer_checkbox:checked ~ .drawer_icon .drawer_icon-item:after {
	 -webkit-transform: rotate(45deg);
	 transform: rotate(45deg);
}

.drawer_icon-item, .drawer_icon-item:after, .drawer_icon-item:before, .drawer_overlay, .drawer_menu {
	 -webkit-transition: all 0.7s;
	 transition: all 0.7s;
}

.drawer_overlay {
	 background: #333333;
	 opacity: 0;
	 pointer-events: none;
	 width: 100%;
	 height: 100%;
	 position: fixed;
	 top: 0;
	 right: 0;
	 z-index: 11;
}

.drawer_checkbox:checked ~ .drawer_overlay {
	 opacity: 0.7;
	 pointer-events: auto;
}

.drawer_menu {
	 background-color: #f0dbd9;
	 max-width: 100%;
	 width: 320px;
	 height: 100vh;
	 position: fixed;
	 top: 0;
	 right: -320px;
	 z-index: 12;
}

.drawer_checkbox:checked ~ .drawer_menu {
  right: 0;
}

.drawer_menu ul {
	padding: 32px;
	list-style: none;
}

.drawer_menu li {
	padding: 8px;
}

.drawer_menu a {
	font-family: "游明朝体";
	font-size: 20px;
	color: #333333;
	line-height: 40px;
	text-decoration: none;
}

.drawer_menu img {
	width: 50px;
	height: 50px;
}

.header_logo img {
	width: 100px;
	height: 65px;
}

.service, .archives_movie {
	width: 100%;
}

.menu h5, .customer h5 , .reservation a {
	margin: 16px;
}

.archives_movie iframe {
	padding: 16px;
}

}

/*================================================
Tablet_large : 画面の横幅が1000pxまで
==================================================*/
@media screen and (max-width: 1000px){
/* メインビジュアル */
.main_text {
	padding-top: 10%;
}

.main_text h1 {
	font-size: 24px;
	padding: 16px 16px 16px 0;
	line-height: 1.5em;
}

.main_text p {
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

/* LINE */
.main_line {
	padding: 48px 0 0 0;
}

.main_line img {
	width: 142px;
	height: 44px;
}

.main_line p {
	font-size: 16px;
	padding: 8px;
}

/* What's new? */
.new {
	padding: 32px 0 120px 0;
	width: 100%;
}

.title h2 {
	font-size: 32px;
}

.news_01, .news_02, .news_03 {
	text-align: center;
	width: 600px;
	margin: 0 auto;
	margin-top: 32px;
}

/* About */
.about {
	height: 600px;
}

.about_text p {
	font-size: 13px;
  padding: 24px;
}

/* Service */
.service {
	height: 900px;
	width: 100%;
}

.contents_01, .contents_02, .contents_03 {
	padding: 16px;
}

.contents_01 img, .contents_02 img, .contents_03 img {
	width: 200px;
	height: 131px;
}

.contents_01 h3, .contents_02 h3, .contents_03 h3 {
	font-size: 16px;
	padding: 8px;
}

.contents_01 p, .contents_02 p, .contents_03 p {
	font-size: 14px;
	padding: 8px;
}

/* LINE誘導① */
.line {
	height: 600px;
}

.title_other h4 {
	font-size: 32px;
	padding: 96px 32px 32px 32px;
}

.line_text {
	padding: 0 16px;
	text-align: left;
}

.line_text p {
	font-size: 15px;
	line-height: 2.3em;
}

.line_text img {
	width: 232px;
	height: 72px;
	margin: 24px 0;
	padding: 0;
}

.line_text img:hover {
	transform: translateY(-5px);
}

.line_mockup {
	padding: 32px;
}

.line_mockup img {
	width: 192px;
	height: 252px;
}

/* コーチング */
.coaching {
	height: 600px;
}

.menu h5, .customer h5 {
  font-size: 16px;
  width: 210px;
  height: 210px;
  line-height: 210px;
  margin: 16px;
}

.reservation a {
  font-size: 16px;
  width: 210px;
  height: 210px;
  line-height: 210px;
  margin: 16px;
}

.modal_content_01, .modal_content_02 {
	width: 600px;
	padding: 0;
}

.modal_content_01 img {
	width: 580px;
	height: 326px;
	padding: 8px;
}

.review_all {
	justify-content: space-around;
}

.review_all img {
	margin: 0;
	width: 280px;
	height: 396px;
	padding: 16px;
}

/* アーカイブ */
.archives {
	height: 700px;
}

.archives_movie iframe {
  width: 210px;
  height: 138px;
	padding: 0;
  margin: 16px;
}

/* Join us */
.join {
	height: 700px;
}

.title_other_02 h4 {
	font-size: 32px;
}

/* Q&A */
.qa_all {
	max-width: 700px;
	padding: 16px;
}

/* Owner */
.owner {
	background-size: cover;
	height: 1600px;
}

.owner_text {
	display: none;
}

.owner_text_tab {
	display: block;
	width: auto;
	padding: 32px;
	margin: 0 auto;
}

.owner_text_tab span {
	text-decoration: underline;
}

.owner_text_tab p {
	font-family: "游明朝体";
	font-size: 16px;
	color: #333333;
	line-height: 2em;
	padding: 16px;
}

/* Footer */
.footer_contents {
  width: 100%;
}

}

/*================================================
Tablet_Small : 画面の横幅が768pxまで
==================================================*/
@media screen and (max-width: 768px){
/* メインビジュアル */
.main_text {
	padding-top: 15%;
}

/* What'new? */
.news {
	width: 90%;
}

/* About */
.about_text {
	width: 60%;
}

.about_text p {
	padding: 16px 0 16px 40px;
}

}

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

/* Service */
.service {
	height: 1500px;
	padding: 0;
}

.contents {
	flex-direction: column;
}

.contents_01, .contents_02, .contents_03 {
	padding: 32px 16px;
}

.contents_01, .contents_02 {
	border-right: none;
}

.contents_01 img, .contents_02 img, .contents_03 img {
	width: 260px;
	height: 170px;
}

.contents_01 h3, .contents_02 h3, .contents_03 h3 {
	font-size: 18px;
}

.contents_01 p, .contents_02 p, .contents_03 p {
	font-size: 15px;
	min-width: 300px;
	width: 80%;
	margin: 0 auto;
}

/* Coaching */
.coaching {
	height: 1100px;
}

.title_sub p {
  font-size: 16px;
  padding: 32px 16px;;
}

.coaching_link {
	flex-direction: column;
	align-items: center;
}

.menu h5, .customer h5 {
  width: 200px;
  height: 200px;
  line-height: 200px;
}

.reservation a {
  width: 200px;
  height: 200px;
  line-height: 200px;
}

.modal_content_01, .modal_content_02 {
	width: 330px;
	padding: 8px 0 0 0;
}

.modal_content_01 img {
	width: 300px;
	height: 169px;
	padding: 0;
}

.review_all img {
	width: 330px;
	height: 467px;
	padding: 16px;
}

/* archives */
.archives {
	height: 1400px;
}

.archives_movie {
	flex-direction: column;
	align-items: center;
}

.archives_movie iframe {
	width: 350px;
	height: 245px;
	padding: 24px;
}

}

/*================================================
Smartphone :  画面の横幅が640pxまで
=================================================*/
@media screen and (max-width:640px){
/* 改行の指定 */
.br_pc, .br_tab {
	display: none;
}

.br_sp {
	display: block;
}

.header_logo a {
	padding: 0;
}

.header_logo img {
	width: 64px;
	height: 38px;
}

.header_logo p {
	font-size: 13px;
	line-height: 1.5em;
	padding: 8px;
}

.main_text {
	padding-top: 25%;
	padding-left: 1%;
}

.main_text h1 {
	font-size: 20px;
	padding: 8px;
}

.main_text p {
	font-size: 14px;
	padding: 16px;
}

/* What's new? */
.new {
	width: 100%;
	margin: 0 auto;
	height: 600px;
}

.title {
	padding: 0;
	text-align: center;
}

.title h2 {
	font-size: 24px;
	padding-top: 64px;
}

.title p {
	font-size: 15px;
}

.news_01, .news_02, .news_03 {
  width: 90%;
  height: auto;
  padding: 20px;
}

.news_01, .news_02, .news_03 p {
	font-size: 15px;
	line-height: 1.5em;
}

/* About */
.about {
	position: relative;
	height: 1200px;
	background-image: url(../images/about_back_sp.png);
	background-size: cover;
}

.about_image {
	display: none;
}

.about_text {
	display: none;
}

.about_text_sp {
	display: block;
	position: absolute;
	text-align: center;
	padding-top: 95%;
	left: 0;
	right: 0;
}

.about_text_sp p {
	font-size: 15px;
	line-height: 2.5em;
	letter-spacing: 0.1em;
	padding: 16px 0;
}

/* LINE誘導 */
.line {
	height: 900px;
	overflow-x: hidden;
}

.line_contents {
	flex-direction: column-reverse;
}

.line_text {
	text-align: center;
}

.title_other h4 {
	line-height: 1.5em;
}

/* Join us */
.join {
	height: 1000px;
}

.title_other_02 h4 {
	line-height: 1.5em;
}

/* Archives */
.archives {
	overflow-x: hidden;
}

/* Q&A */
.qa {
	height: 1000px;
}

.qa_all {
	max-width: 600px;
	width: 90%;
	padding-top: 24px;
}

.open_h5, .info {
  font-size: 15px;
}

/* Owner */
.owner {
	height: 1600px;
}

.owner_text_tab {
	display: none;
}

.owner_text_sp {
	display: block;
  max-width: 600px;
  margin: 0 auto;
}

.owner_text_sp span {
	text-decoration: underline;
}

.owner_text_sp p {
	font-family: "游明朝体";
	font-size: 14px;
	line-height: 2em;
  padding: 8px 16px;
}

/* Footer */
.footer_contents {
	width: 100%;
	height: 120px;
	padding: 12px;
}

.footer_contents p, a {
	font-size: 12px;
	padding: 0;
}

.footer_sns img {
	width: 30px;
	height: 30px;
}

}

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

.main_visual {
	background-image: url(../images/mv_sp.png);
	width: 100%;
	height: 100vh;
}

}

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

.about_text_sp {
	padding-top: 110%;
}

}

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

.about_text_sp {
	padding-top: 120%;
}

.owner {
	height: 100%;
}

}

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

.about_text_sp {
	padding-top: 130%;
}

.about_text_sp p {
	font-size: 13px;
}

.qa {
	height: 1200px;
}

}
