/*
Theme Name: beauty_wp_theme
*/
@charset "utf-8";
/* CSS Document */

/* * {
	outline: 1px solid magenta;
} */

body , html {
	margin: 0;
	height: 100%;
	width: 100%;
}

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	background: #e9e7dd;
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {	
	height:auto;
}

#loader-bg {
	background: #000;
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 100;
}

#loader-bg img {
	left: 50%;
	position: fixed;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 100;
}

#loader img {
	max-width: 1000px;
}

@media screen and (max-width: 640px) {
#loader-bg {
	background: #000;
	height: 100vh;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 100;
}

#loader-bg img {
	left: 50%;
	position: fixed;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 100;
}
	
#loader img {
	max-width: 90%;
	width: 300px;
}
}
/* header */
.inner {
    width: 1100px;
    margin: 0 auto;
	padding: 0;
}

.head_reservation {
	display:block;
	position: fixed;
	right: 40px;
	top: 20px;
	z-index: 20;
	}

.head_reservation_btn:hover {
	background-color: #c00;
	-webkit-transition: all .3s;
	transition: all .3s;	
}

.head_reservation a {
	color: #fff!important;
	}

a.head_reservation_btn {
	background-color: #5b0058;
	color: #fff;
	margin: 0 auto;
	display: inline-block;
	width: 240px;
	height: 48px;
	text-align: center;
	text-decoration: none;
	line-height: 48px;
	outline: none;
	font-size: 18px;
	border-radius: 5px;
}

.head_reservation_btn i{
	padding-right: 10px;
	font-size: 16px;
}
#top-head {
	width: 100%;
/*	background: #fff;*/
	margin: 0px auto;
	padding: 0;
	line-height: 1;
	z-index: 999;
}
#global-nav a {
	color: #000;
	position: relative;
	display: inline-block;
	transition: .3s;
	text-decoration: none;
}

#global-nav a::after {
	position: absolute;
	bottom: .3em;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: '';
	width: 70%;
	height: 1px;
	background-color: #000;
	opacity: 0;
	transition: .3s;
}
#global-nav a:hover::after {
	bottom: -5px;
	opacity: 1;
}

#global-nav span{
	display: block;
	font-size: 11px;
	line-height: 200%;
}

#top-head .logo {
    text-align: center;
	padding-top: 50px;
	animation: logo 1.0s both;
	animation-delay: 2.0s;
	-webkit-animation: logo 1.0s both;
	-webkit-animation-delay: 2.0s;
	z-index: 1;
}

#top-head .logo_pg {
    text-align: center;
	padding-top: 50px;
	z-index: 1;
}

@keyframes logo{
  0%{ transform: scale(1, 0); opacity: 0;}
  100%{ transform: scale(1, 1); opacity: 1;}
}

@-webkit-keyframes logo{
  0%{ -webkit-transform: scale(1, 0); opacity: 0;}
  100%{ -webkit-transform: scale(1, 1); opacity: 1;}
}

#top-head .logo img,
#top-head .logo_pg img{
   width: 400px;
}

#global-nav {
    margin: 0 auto;
}

#global-nav ul {
    list-style: none;
    margin: 50px auto;
    font-size: 16px;
	padding: 0;
	text-align: center;
}
#global-nav ul li {
    display: inline-block;
}
#global-nav ul li a {
    padding: 0 40px;
}
 

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 22px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}



@media screen and (max-width: 640px) {
.head_reservation {
	display:none

	}
	
    #top-head,
    .inner {
        width: 100%;
		height: 0;
        padding: 0;
    }
    #top-head {
        top: 0;
        margin-top: 0;
		position: relative;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
		 width: 100%;
         position: relative;
    }
    #top-head .logo,
	#top-head .logo_pg 	{
        text-align: center;
		margin: 0 auto;
		padding: 10px 0;
  
    }
    #top-head .logo img,
	#top-head .logo_pg img{
        width: 180px;
    }	

    #global-nav {
        position: absolute;
        top: -582px;
        background: rgba(255,255,255,0.9);
        width: 100%;
        text-align: center;
        padding: 15px 0 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
		z-index: 10;
    }
    #global-nav ul {
        list-style: none;
        position: relative;
        right: 0;
        top: 30px;
        font-size: 14px;
    }
    #global-nav ul li {
        display: block;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #000;
        padding: 15px 0;
    }
    #nav-toggle {
        display: block;
    }

    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }

    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(504px);
        -webkit-transform: translateY(504px);
        transform: translateY(504px);
    }
	
	#global-nav a {
		color: #000;
		position: relative;
		display: inline-block;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		transition: .3s;	
		text-decoration: none;
	}

	#global-nav a::after {
		position: absolute;
		bottom: .3em;
		left: 0;
		right: 0;
		margin: 0 auto;
		content: '';
		width: 20%;
		height: 1px;
		background-color: #000;
		opacity: 0;
		transition: .3s;
		-webkit-transition: .3s;
		-moz-transition: .3s;	
	}
	#global-nav a:hover::after {
		bottom: 10px;
		opacity: 1;
	}

}

.container {
	width: 100%;
	margin: 30px auto 0;
	padding: 0;
}

@media screen and (max-width: 640px) {
.container {
	width: 100%;
	margin: 80px auto 0;
}
}

.box_top {
	padding-bottom: 100px;
	z-index: 1;
}

ul.top_photo {
  display: grid;
  grid-template-columns: repeat(4, 1fr);  /* いつでも4カラム */
  gap: 8px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  max-width: 1000px; /* 必要に応じて */
}

ul.top_photo li {
  text-align: center;
}

ul.top_photo img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}

@media screen and (max-width: 640px) {
	.box_top {
		padding-top: 5px;
		padding-bottom: 100px;
		z-index: 1;
	}
	ul.top_photo {
	  gap: 0;
	}
}
	
.photo_animation01 {
	animation: photo_animation01 1.4s both;
	animation-delay: 2.0s;
	-webkit-animation: photo_animation01 1.4s both;
	-webkit-animation-delay: 2.0s;
	z-index: 1;
}

@keyframes photo_animation01{
  0%{ transform:rotateY(0); opacity: 0;}
  100%{ transform:rotateY(360deg); opacity: 1;}
}

@-webkit-keyframes photo_animation01{
  0%{ -webkit-transform:rotateY(0); opacity: 0;}
  100%{ -webkit-transform:rotateY(360deg); opacity: 1;}
}

.photo_animation02 {
	animation: photo_animation02 1.4s both;
	animation-delay: 2.2s;
	-webkit-animation: photo_animation02 1.4s both;
	-webkit-animation-delay: 2.2s;
	z-index: 1;
}

@keyframes photo_animation02{
  0%{ transform:rotateY(0); opacity: 0;}
  100%{ transform:rotateY(360deg); opacity: 1;}
}

@-webkit-keyframes photo_animation02{
  0%{ -webkit-transform:rotateY(0); opacity: 0;}
  100%{ -webkit-transform:rotateY(360deg); opacity: 1;}
}

.photo_animation03 {
	animation: photo_animation03 1.4s both;
	animation-delay: 2.4s;
	-webkit-animation: photo_animation03 1.4s both;
	-webkit-animation-delay: 2.4s;
	z-index: 1;
}

@keyframes photo_animation03{
  0%{ transform:rotateY(0); opacity: 0;}
  100%{ transform:rotateY(360deg); opacity: 1;}
}

@-webkit-keyframes photo_animation03{
  0%{ -webkit-transform:rotateY(0); opacity: 0;}
  100%{ -webkit-transform:rotateY(360deg); opacity: 1;}
}

.photo_animation04 {
	animation: photo_animation04 1.4s both;
	animation-delay: 2.6s;
	-webkit-animation: photo_animation04 1.4s both;
	-webkit-animation-delay: 2.6s;
	z-index: 1;
}

@keyframes photo_animation04{
  0%{ transform:rotateY(0); opacity: 0;}
  100%{ transform:rotateY(360deg); opacity: 1;}
}

@-webkit-keyframes photo_animation04{
  0%{ -webkit-transform:rotateY(0); opacity: 0;}
  100%{ -webkit-transform:rotateY(360deg); opacity: 1;}
}


.top_tx {
	margin: 70px auto;
}

.top_tx p{
	text-align: center;
	font-size: 40px;
	line-height: 140%;
}

.top_sub {
	text-align: center;
	font-size: 35px;
	margin: 100px auto 50px;
	color: #5b0058;
	font-weight: bold;
}

.top_sub:before {
	content: "─";
	padding-right: 30px;
}

.top_sub:after {
	content: "─";
	padding-left: 30px;
}

.top_img01 {
	text-align: center;
	margin: 50px auto;
}

.top_img01 img{
	width: 600px;
}

.top_img02,
.top_img03 {
	text-align: center;
	margin: 30px auto;
}

.top_img02 img,
.top_img03 img
{
	width: 600px;
}

@media screen and (max-width: 640px) {
	.top_tx {
		width: 94%;
		margin: 30px auto;
	}

	.top_tx p{
		text-align: center;
		font-size: 18px;
		line-height: 140%;
	}

	.top_sub {
		width: 90%;
		text-align: left;
		font-size: 18px;
		margin: 50px auto 20px;
		color: #5b0058;
		font-weight: bold;
	}
	.top_sub:before {
		display: none;
	}

	.top_sub:after {
		display: none;
	}	
	.top_img01 {
		text-align: center;
		margin: 30px auto;
	}

	.top_img01 img{
		width: 300px;
	}

	.top_img02,
	.top_img03 {
		text-align: center;
		margin: 30px auto;
	}

	.top_img02 img,
	.top_img03 img
	{
		width: 300px;
	}
}	
.tx_01 {
	max-width: 1000px;	
	text-align: center;
	margin: 0 auto;
	font-size: 18px;
	line-height: 200%;
}

.tx_02 {
	text-align: center;
	margin: 30px auto;
	font-size: 24px;
	line-height: 200%;
	font-weight: bold;
}

.tx_03 {
	text-align: center;
	margin: 50px auto;
	font-size: 18px;
	line-height: 200%;
}

.tx_04 {
	text-align: center;
	margin: 30px auto;
	font-size: 35px;
	line-height: 200%;
	font-weight: bold;
}

@media screen and (max-width: 640px) {
	.tx_01,
	.tx_02,
	.tx_03,
	.tx_04{
		width: 90%;
	}

	.tx_01 {
		text-align: left;
		margin: 0 auto;
		font-size: 14px;
		line-height: 200%;
	}

	.tx_02 {
		text-align: left;
		margin: 10px auto;
		font-size: 16px;
		line-height: 160%;
		font-weight: bold;
	}

	.tx_03 {
		text-align: left;
		margin: 40px auto 0;
		font-size: 14px;
		line-height: 200%;
	}

	.tx_04 {
		text-align: center;
		margin: 10px auto;
		font-size: 16px;
		line-height: 200%;
		font-weight: bold;
	}
}
	
.box01,
.box03,
.box05,
.box07 {
	margin: 0 auto;
	padding: 50px 0;
	background: #f5f3e9;
}

.box02,
.box04,
.box06 {
	margin: 0 auto;
	padding: 50px 0;
}

.box_title {
	position: relative;
	width: 100%;
}

.box_title p {
	text-align: center;
	font-size: 50px;
	line-height: 110%;
}

.box_title span {
	text-align: center;
	font-size: 20px;
	display: block;
	margin-bottom: 20px;
}

.box_title:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 6px #5b0058;
	right: 0;
	left: 0;
	bottom: -30px;
	width: 140px;
	margin: 0 auto;
}

.box_img {
	text-align: center;
	margin: 100px auto 50px;
}

.box_img img {
	width: 600px;
}

.box_sub {
	text-align: center;
	font-size: 35px;
	margin: 100px auto 50px;
	color: #5b0058;
	font-weight: bold;	
}

.box_sub:before {
	content: "─";
	padding-right: 30px;
}

.box_sub:after {
	content: "─";
	padding-left: 30px;
}

.box_photo {
	text-align: center;
	margin: 50px auto;
}

.box_photo img {
	width: 500px;
}

.box04 a{
	text-decoration: none;
	color: #000;
}

.box04 a:hover{
	color: #f00;
}

.customer_photo {
	text-align: center;
	margin: 50px auto;
}

.customer_photo img {
	width: 500px;
}

.box_voice {
	margin-top: 100px;
}


.box_link {
	margin: 0 auto;
	text-align: center;
}


a.box_link_btn {
	border: 2px solid #000;
	color: #000;
	margin: 0 auto;
	display: inline-block;
	width: 450px;
	height: 64px;
	text-align: center;
	text-decoration: none;
	line-height: 64px;
	outline: none;
	font-size: 18px;
	position: relative; 	
}

.box_link_btn:hover {
	border: 2px solid #000;
	background-color: #000;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #fff;
}

.box_link_btn::after {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-size: 16px;
	font-weight: normal;
	font-weight: 900;	
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);	
	right: 10px;
}

.box_course {
	margin-top: 80px;
}

.box_course01,
.box_course02,
.box_course03,
.box_course04,
.box_course05,
.box_course06,
.box_course07,
.box_course08,
.box_course09,
.box_course10,
.box_course11,
.box_course12,
.box_course13
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	max-width: 1100px;
	margin: 80px auto;
	width: 100%;
	height:auto;
	flex-flow: column;
	justify-content: center;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.box_course_img,
.box_course_tx{
	vertical-align: top;
	text-align: center;
} 

.box_course_img {
	padding: 20px 0;
}

.box_course_img img {
	width: 500px;
}

.box_course_tx {
	padding: 0;
}

.box_course_tx span {
	font-size: 30px;
	font-weight: bold;
}

.box_course_tx p {
	font-size: 18px;
	line-height: 200%;
}

.box_tb{
	width: 600px;
	margin: 20px auto;
	border-collapse: collapse;
	font-size: 18px;
}

.box_tb td,th {
	border: 1px solid #000;
	padding: 10px;
}

.box_tb th {
	width: 200px;
	font-weight: normal;
}

@media screen and (max-width: 640px) {
	.box01,
	.box03,
	.box05,
	.box07 {
		margin: 0 auto;
		padding: 50px 0;
		background: #f5f3e9;
	}

	.box02,
	.box04,
	.box06 {
		margin: 0 auto;
		padding: 50px 0;
	}
	.box_title {
		position: relative;
		width: 90%;
		margin: 0 auto;
	}

	.box_title p {
		text-align: center;
		font-size: 20px;
		line-height: 110%;
	}

	.box_title span {
		text-align: center;
		font-size: 14px;
		display: block;
		margin-bottom: 20px;
	}

	.box_title:after {
		position: absolute;
		content: " ";
		display: block;
		border-bottom: solid 6px #5b0058;
		right: 0;
		left: 0;
		bottom: -20px;
		width: 80px;
		margin: 0 auto;
	}

	.box_img {
		text-align: center;
		margin: 50px auto 20px;
	}
	
	.box_img img {
		width: 300px;
	}
	
	.box_sub {
		width: 90%;
		text-align: center;
		font-size: 18px;
		margin: 50px auto 20px;
		color: #5b0058;
		font-weight: bold;	
	}

	.box_sub:before {
	content: "─";
	padding-right: 10px;
	}

	.box_sub:after {
	content: "─";
	padding-left: 10px;
	}

	.box_photo {
		text-align: center;
		margin: 20px auto;
	}

	.box_photo img {
		width: 250px;
	}	
	.customer_photo {
		text-align: center;
		margin: 20px auto;
	}

	.customer_photo img {
		width: 200px;
	}

	.box_voice {
		margin-top: 50px;
	}
	
	a.box_link_btn {
		border: 2px solid #000;
		color: #000;
		margin: 0 auto;
		display: inline-block;
		width: 300px;
		height: 42px;
		text-align: center;
		text-decoration: none;
		line-height: 42px;
		outline: none;
		font-size: 14px;
		position: relative; 	
	}

	.box_link_btn:hover {
		border: 2px solid #000;
		background-color: #000;
		-webkit-transition: all .3s;
		transition: all .3s;
		color: #fff;
	}

	.box_link_btn::after {
		content: '\f054';
		font-family: 'Font Awesome 5 Free';
		font-size: 14px;
		font-weight: normal;
		font-weight: 900;	
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 10px;
	}
	.box_course {
		margin-top: 30px;
	}

	.box_course01,
	.box_course02,
	.box_course03,
	.box_course04,
	.box_course05,
	.box_course06,
	.box_course07,
	.box_course08,
	.box_course09,
	.box_course10,
	.box_course11,
	.box_course12,
	.box_course13
	{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		max-width: 1100px;
		margin: 30px auto;
		width: 96%;
		height:auto;
		flex-flow: column;
		justify-content: center;
		flex-wrap: wrap;
		box-sizing: border-box;
	}

	.box_course_img {
		vertical-align: top;
		text-align: center;
		margin: 0 auto;
	} 

	.box_course_img {
		padding: 20px 0;
	}

	.box_course_img img {
		width: 200px;
	}

	.box_course_tx {
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}

	.box_course_tx span {
		font-size: 18px;
		font-weight: bold;
	}

	.box_course_tx p {
		font-size: 14px;
		text-align: left;
		line-height: 200%;
	}

	.box_tb{
		width: 90%;
		margin: 20px auto;
		border-collapse: collapse;
		font-size: 14px;
	}

	.box_tb td,th {
		border: 1px solid #000;
		padding: 4px;
	}

	.box_tb th {
		width: 30%;
		font-weight: normal;
	}
}

/*faq*/
.faq {
	width: 800px;
	margin: 100px auto;
}

.faq_box {
	background: #fff;
	padding: 40px;
	margin: 40px auto;
	font-size: 18px;
	line-height: 180%;
}

.faq_q, .faq_a {
	position: relative;
	padding-top: 6px;
	padding-left: 50px;	
}

.faq_q {
	  margin-bottom: 30px; 
}

.faq_a {
	margin-left:0;
}

.faq_q::before, .faq_a::before {
	position: absolute;
	left: 0;
	top: 0;
}

.faq_q::before {
	content: 'Q';
	color: #fff;
	font-size: 22px;
	background: #333;
	border-radius: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.faq_a::before {
	content: 'A';
	color: #fff;
	font-size: 22px;
	background: #c00;
	border-radius: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

@media screen and (max-width: 640px) {
	.faq {
		width: 90%;
		margin: 50px auto;
	}

	.faq_box {
		background: #fff;
		padding: 20px;
		margin: 20px auto;
		font-size: 14px;
		line-height: 180%;
	}

	.faq_q, .faq_a {
		position: relative;
		padding-top: 6px;
		padding-left: 40px;	
	}

	.faq_q {
		  margin-bottom: 30px; 
	}

	.faq_a {
		margin-left:0;
	}

	.faq_q::before, .faq_a::before {
		position: absolute;
		left: 0;
		top: 0;
	}

	.faq_q::before {
		content: 'Q';
		color: #fff;
		font-size: 16px;
		background: #333;
		border-radius: 30px;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
	}

	.faq_a::before {
		content: 'A';
		color: #fff;
		font-size: 16px;
		background: #c00;
		border-radius: 30px;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
	}
}
	
/*trouble*/
.trouble {
	width: 800px;
	margin: 50px auto;
}

.trouble_list {
	margin: 0 auto;
	text-align: center;
	
}

.trouble_list li {
	font-size: 18px;
	text-align: center;
	background: #fff;
	width: 800px;
	border-radius: 50px;
	margin: 20px auto;
}

 .trouble_list li a {
	display:block;
	text-decoration: none;
	color: #000;
	padding: 20px;
	border-radius: 50px;
}

 .trouble_list li a:hover {
	display:block; 
	background: #c00;
	color: #fff;
	border-radius: 50px;
	-webkit-transition: all .3s;
	transition: all .3s;	 
}

@media screen and (max-width: 640px) {
	.trouble {
		width: 90%;
		margin: 50px auto;
	}

	.trouble_list {
		margin: 0 auto;
		text-align: center;

	}

	.trouble_list li {
		font-size: 14px;
		text-align: left;
		background: #fff;
		width: 300px;
		border-radius: 50px;
		margin: 20px auto;

	}

	 .trouble_list li a {
		display:block;
		text-decoration: none;
		color: #000;
		padding: 20px;
		border-radius: 50px;
	}

	 .trouble_list li a:hover {
		display:block; 
		background: #c00;
		color: #fff;
		border-radius: 50px;
		-webkit-transition: all .3s;
		transition: all .3s;	 
	}
}
	
/* page_top */
#page_top{
	width: 60px;
	height: 60px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background: #999;
	opacity: 0.9;
	z-index: 99;
	border-radius: 50px;
}
#page_top a{
	position: relative;
	display: block;
	text-decoration: none;

}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f106';
	font-size: 30px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 60px;
	height: 60px;		
	line-height: 60px;	
	text-align: center;
}

#page_top:hover {	
	opacity: 0.5;
	-webkit-transition: all .3s;
	transition: all .3s;	
}

@media screen and (max-width: 640px) {
	#page_top{
		width: 40px;
		height: 40px;
		position: fixed;
		right: 10px;
		bottom: 90px;
		background: #999;
		opacity: 0.9;
		z-index: 99;
		border-radius: 50px;
	}
	#page_top a{
		position: relative;
		display: block;

	}
	#page_top a::before{
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		content: '\f106';
		font-size: 18px;
		color: #fff;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: auto;
		width: 40px;
		height: 40px;		
		line-height: 40px;
		text-align: center;
	}
}
	
/*footer*/
footer {
	font-size: 16px;
	color: #000;
	text-align: center;
	padding: 30px;
	margin: 0 auto;
}

.sns {
	margin: 0 auto;
	text-align: center;
}

.sns li {
	display: inline-block;
	padding: 10px;
	font-size: 40px;
	color: #999;
}

.sns a {
	color: #999;
}

.sns a:hover {
	opacity: 0.5;
	-webkit-transition: all .3s;
	transition: all .3s;	
}

@media screen and (max-width: 640px) {
footer {
	font-size: 12px;
	color: #000;
	text-align: center;
	padding-bottom: 70px;
	margin: 0 auto;
}

.sns {
	margin: 0 auto;
	text-align: center;
}

.sns li {
	display: inline-block;
	padding: 5px;
	font-size: 30px;
	color: #999;
}
}

/*page*/
.page {
	width: 100%;
	max-width: 1000px;
	margin: 20px auto 40px;
	overflow: hidden;
	clear: both; 
}

.page_img {
	text-align: center;
	margin: 20px auto;
}

.page_img img{
	width: 700px;
}

@media screen and (max-width: 640px) {
	.page {
		width: 94%;
		margin: 20px auto 40px;
		overflow: hidden;
		clear: both; 
	}

	.page_img {
		text-align: center;
		margin: 0 auto 20px;
	}

	.page_img img{
		width: 300px;
	}
}	

/*access*/
.access_map {	
	text-align: center;
	margin: 20px auto;
}

.access_tb {
	width: 700px;
	border-collapse: collapse;
	font-size: 16px;
	margin: 50px auto 0;
	color: #000;
	line-height: 150%;
}

.access_tb th {
	width: 30%;
	text-align: center;
	padding: 15px;
	border: 1px #000 solid;
	font-weight: normal;
}

.access_tb td {
	width: 70%;
	text-align: left;
	padding: 15px;
	color: #000;
	border: 1px #000 solid;
}

.access_body {
	margin: 100px auto;
}

.access_root {
	margin: 20px auto 40px;
	overflow: hidden;
}

.access_img {
	margin: 50px auto 10px;
	padding: 0;
	overflow: hidden;
	line-height: 0;
	text-align: center;
}

.access_img img{
	width: 500px;
}

.access_root_img {
	margin: 0px auto;
	padding: 0;
	overflow: hidden;
	line-height: 0;
	text-align: center;
}

.access_root_img img{
	width: 500px;
}

.access_txt,
.access_root_txt {
	margin: 10px auto;
	font-size: 18px;
	line-height: 160%;
	color: #000;
	overflow: hidden;
	text-align: center;
}

.access_caution_tb{
	width: 700px;
	margin: 20px auto;
	border-collapse: collapse;
	text-align: center;
}

.access_caution_tb th {
	border: 1px solid #000;
	padding: 10px;
	background: #000;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
}

.access_caution_tb td {
	border: 1px solid #000;	
	padding: 15px;
	font-size: 18px;
}

.access_caution_tb td p {
	line-height: 180%;
}

.access_caution_tb span {
	color: #f00;
}

@media screen and (max-width: 640px) {
	.access_map {	
		text-align: center;
		margin: 0 auto 20px;
	}
	.access_tb {
		width: 90%;
		border-collapse: collapse;
		font-size: 14px;
		margin: 50px auto 0;
		color: #000;
		line-height: 150%;
	}

	.access_tb th {
		width: 30%;
		text-align: center;
		padding: 10px;
		border: 1px #000 solid;
		font-weight: normal;
	}

	.access_tb td {
		width: 70%;
		text-align: left;
		padding: 10px;
		color: #000;
		border: 1px #000 solid;
	}

	.access_body {
		margin: 50px auto 0;
	}

	.access_root {
		margin: 20px auto 40px;
		overflow: hidden;
	}
	
	.access_img {
		margin: 30px auto 10px;
		padding: 0;
		overflow: hidden;
		line-height: 0;
		text-align: center;
	}
	
	.access_img img{
		width: 300px;
	}
	
	.access_root_img {
		margin: 0px auto;
		padding: 0;
		overflow: hidden;
		line-height: 0;
		text-align: center;
	}

	.access_root_img img{
		width: 300px;
	}
	
	.access_txt,
	.access_root_txt {
		margin: 10px auto;
		font-size: 14px;
		line-height: 160%;
		color: #000;
		overflow: hidden;
		text-align: center;
	}

	.access_caution_tb{
		width: 90%;
		margin: 20px auto;
		border-collapse: collapse;
		text-align: center;
	}

	.access_caution_tb th {
		border: 1px solid #000;
		padding: 10px;
		background: #000;
		color: #fff;
		font-weight: normal;
		font-size: 14px;
	}

	.access_caution_tb td {
		border: 1px solid #000;	
		padding: 10px;
		font-size: 14px;
	}
}
	
/*staff*/
.staff_img {
	text-align: center;
	margin: 20px auto;
}

.staff_img img{
	width: 700px;
}

.staff_box{
	margin: 100px auto 50px;
}

.staff_sub {
	text-align: center;
	font-size: 30px;
	margin: 50px auto 0;
	color: #5b0058;
	font-weight: bold;	
}

.staff_sub:before {
	content: "─";
	padding-right: 30px;
}

.staff_sub:after {
	content: "─";
	padding-left: 30px;
}

.staff_photo,
.staff_photo_s {
	text-align: center;
	margin: 20px auto;
}

.staff_photo img{
	max-width: 500px;
}

.staff_name {
	text-align: center;
	font-size: 35px;
	margin: 0 auto;
	color: #5b0058;
	font-weight: bold;	
}

.staff_name span {
	display: block;
	font-size: 16px;
	margin-bottom: 20px;
}

.staff_profile{
	text-align: center;
	font-size: 25px;
}

.staff_profile_tb{
	width: 650px;
	margin: 20px auto;
	border-collapse: collapse;
	text-align: center;
}

.staff_profile_tb th {
	border: 1px solid #000;
	padding: 15px;
	background: #000;
	color: #fff;
	font-weight: normal;
	font-size: 25px;
}

.staff_profile_tb td {
	border: 1px solid #000;	
	padding: 15px;
	font-size: 20px;
}

.staff_profile_tb td p {
	line-height: 180%;
}

.staff_video {
	width: 100%;
	height: auto;
	margin: 20px auto 0;
	text-align: center;
}

.staff_link {
	text-align: center;
	margin: 10px auto;
	font-size: 20px;
}

@media screen and (max-width: 640px) {
	.staff_img {
		text-align: center;
		margin: 10px auto 20px;
	}

	.staff_img img{
		width: 300px;
	}
	
	.staff_box{
		margin: 50px auto 20px;
	}

	.staff_sub {
		text-align: center;
		font-size: 16px;
		margin: 30px auto 0;
		color: #5b0058;
		font-weight: bold;	
	}

	.staff_sub:before {
		content: "─";
		padding-right: 10px;
	}

	.staff_sub:after {
		content: "─";
		padding-left: 10px;
	}	

	.staff_photo,
	.staff_photo_s {
		text-align: center;
		margin: 20px auto;
	}

	.staff_photo img{
		max-width: 280px;
	}
	
	.staff_photo_s img{
		max-width: 200px;
	}
	
	.staff_name {
		text-align: center;
		font-size: 20px;
		margin: 0 auto;
		color: #5b0058;
		font-weight: bold;	
	}

	.staff_name span {
		display: block;
		font-size: 14px;
		margin-bottom: 20px;
	}

	.staff_profile{
		text-align: center;
		font-size: 16px;
	}

	.staff_profile_tb{
		width: 90%;
		margin: 20px auto;
		border-collapse: collapse;
		text-align: center;
	}

	.staff_profile_tb th {
		border: 1px solid #000;
		padding: 5px;
		background: #000;
		color: #fff;
		font-weight: normal;
		font-size: 14px;
	}

	.staff_profile_tb td {
		border: 1px solid #000;	
		padding: 5px;
		font-size: 14px;
	}

	.staff_profile_tb td p {
		line-height: 180%;
	}
	
	.staff_video {
		width: 100%;
		height: auto;
		margin: 20px auto 0;
		text-align: center;
	}
	
	.staff_link {
		text-align: center;
		margin: 10px auto;
		font-size: 14px;
	}	
}

/*concept*/
.concept_video{
	width: 100%;
	height: auto;
	margin: 20px auto;
	text-align: center;
}

/*menu*/
.menu_box {
	margin: 20px auto 100px;
}

.menu_sub {
	text-align: center;
	font-size: 35px;
	margin: 0 auto;
	color: #5b0058;
	font-weight: bold;	
}

.menu_sub:before {
	content: "─";
	padding-right: 30px;
}

.menu_sub:after {
	content: "─";
	padding-left: 30px;
}

.menu_photo {
	text-align: center;
	margin: 50px auto;
}

.menu_photo img {
	width: 700px;
}

@media screen and (max-width: 640px) {
	.menu_box {
		margin: 0px auto 70px;
	}	
	.menu_sub {
		width: 90%;
		text-align: center;
		font-size: 18px;
		margin: 10px auto 20px;
		color: #5b0058;
		font-weight: bold;	
	}

	.menu_sub:before {
	content: "─";
	padding-right: 10px;
	}

	.menu_sub:after {
	content: "─";
	padding-left: 10px;
	}

	.menu_photo {
		text-align: center;
		margin: 20px auto;
	}

	.menu_photo img {
		width: 300px;
	}
}

/*photo_flame*/
.gallery_list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}
.gallery_list .photo_flame {
	width: 450px;
	height: 300px;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

.gallery_list .photo_flame img {
	width: 225px;
	height: 300px;
}

@media screen and (max-width: 640px) {
	.gallery_list {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
		gap: 20px; /* アイテムの間隔を追加すると見やすい */
		align-items: center;
		margin: 20px auto;
		width: 100%;
		max-width: 1000px;
	}

	.gallery_list .photo_flame {
		width: 100%;      /* 幅はグリッドに任せる */
		max-width: 450px; /* 最大幅はPCデザインに合わせて */
		height: 300px;
		padding: 0;
		text-align: center;
		overflow: hidden;
		margin: 0 auto;   /* 中央寄せ */
	}

	.gallery_list .photo_flame img {
		width: 100%;      /* 親のdivに合わせる */
		max-width: 225px; /* PCでは2分割 */
		height: 300px;
		object-fit: cover; /* 画像比率調整 */
	}
}

.photo_flame {
	width: 600px;
	height: 400px;
	margin: 20px auto;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

.photo_flame img {
	width: 300px;
	height: 400px;
}

.photo_flame {
	display: flex;
}
.photo_flame_before,
.photo_flame_after {
	position: relative;
}

.photo_flame_txt {
	background-color: rgba(0,0,0,0.8);
	width: 200px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	margin: 0px auto;
	padding: 0;
	text-align: center;
	bottom: 60px;
	right: 0;
	left: 0;
	position: absolute;
}

.voice_tx {
	max-width: 1000px;	
	text-align: center;
	margin: 0 auto;
	font-size: 18px;
	line-height: 200%;
}

.voice_sub {
	text-align: center;
	font-size: 30px;
	margin: 50px auto 30px;
	color: #5b0058;
	font-weight: bold;	
}

.voice_sub:before {
	content: "─";
	padding-right: 30px;
}

.voice_sub:after {
	content: "─";
	padding-left: 30px;
}


@media screen and (max-width: 640px) {
	.photo_flame {
		width: 300px;
		height: 200px;
		margin: 20px auto;
		padding: 0;
		text-align: center;
		overflow: hidden;
	}

	.photo_flame img {
		width: 150px;
		height: 200px;
	}

	.photo_flame_before {
		float: left;
		margin: 0;
		padding: 0;
		text-align: center;
		position: relative;
	}

	.photo_flame_after {
		float: right;
		margin: 0;
		padding: 0;
		text-align: center;
		position: relative;
	}

	.photo_flame_txt {
		background-color: rgba(0,0,0,0.8);
		width: 120px;
		height: 26px;
		line-height: 26px;
		font-size: 16px;
		color: #fff;
		margin: 0px auto;
		padding: 0;
		text-align: center;
		bottom: 30px;
		right: 0;
		left: 0;
		position: absolute;
	}

	.voice_tx {
		width: 90%;
		text-align: left;
		margin: 10px auto 0;
		font-size: 14px;
		line-height: 200%;
	}
	
	.voice_sub {
		text-align: center;
		font-size: 16px;
		margin: 30px auto 0;
		color: #5b0058;
		font-weight: bold;	
	}

	.voice_sub:before {
		content: "─";
		padding-right: 30px;
	}

	.voice_sub:after {
		content: "─";
		padding-left: 30px;
	}
}

/*qa*/
.qa_sub {
	text-align: center;
	font-size: 35px;
	margin: 0 auto;
	color: #5b0058;
	font-weight: bold;	
}

.qa_sub:before {
	content: "─";
	padding-right: 30px;
}

.qa_sub:after {
	content: "─";
	padding-left: 30px;
}

@media screen and (max-width: 640px) {
	.qa_sub {
		width: 90%;
		text-align: center;
		font-size: 18px;
		margin: 10px auto 20px;
		color: #5b0058;
		font-weight: bold;	
	}

	.qa_sub:before {
	content: "─";
	padding-right: 10px;
	}

	.qa_sub:after {
	content: "─";
	padding-left: 10px;
	}
}
	
/*reservation*/
.reservation_sub {
	text-align: center;
	font-size: 35px;
	margin: 30px auto -10px;
	color: #5b0058;
	font-weight: bold;	
}

.reservation_sub:before {
	content: "─";
	padding-right: 30px;
}

.reservation_sub:after {
	content: "─";
	padding-left: 30px;
}

.reservation_example {
	text-align: center;
	font-size: 35px;
	margin: 100px auto -10px;
	color: #5b0058;
	font-weight: bold;	
}

.reservation_example:before {
	content: "─";
	padding-right: 30px;
}

.reservation_example:after {
	content: "─";
	padding-left: 30px;
}

.reservation_qr {
	margin: 20px auto;
	text-align: center;
}

.reservation_qr img {
	width: 280px;
}

.reservation_img {
	margin: 50px auto 20px;
	text-align: center;
}

.reservation_img img {
	width: 450px;
}

ul.reservation_list {
	margin: 30px auto;
	text-align: center;
	max-width: 1100px;
}

.reservation_list li{
	display: inline-block;
	width: 240px;
	background: #f5f3e9;
	margin: 10px 5px;
	padding: 25px 15px;
	vertical-align: top;
	border-radius: 7px;
	font-size: 16px;
}

.line_bt {
	margin: 20px auto;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.reservation_sub {
		width: 90%;
		text-align: center;
		font-size: 18px;
		margin: 10px auto;
		color: #5b0058;
		font-weight: bold;	
	}

	.reservation_sub:before {
	content: "─";
	padding-right: 10px;
	}

	.reservation_sub:after {
	content: "─";
	padding-left: 10px;
	}
	
	.reservation_example {
		text-align: center;
		font-size: 18px;
		margin: 50px auto 0;
		color: #5b0058;
		font-weight: bold;	
	}

	.reservation_example:before {
		content: "─";
		padding-right: 30px;
	}

	.reservation_example:after {
		content: "─";
		padding-left: 30px;
	}
	
	.reservation_qr {
		margin: 20px auto;
		text-align: center;
	}

	.reservation_qr img {
		width: 150px;
	}

	.reservation_img {
		margin: 30px auto 10px;
		text-align: center;
	}

	.reservation_img img {
		width: 80%;
	}

	ul.reservation_list {
		margin: 20px auto;
		text-align: center;
		max-width: 1100px;
	}

	.reservation_list li{
		display: inline-block;
		width: 80%;
		background: #f5f3e9;
		margin: 10px 5px;
		padding: 20px 10px;
		vertical-align: top;
		border-radius: 7px;
		font-size: 13px;
	}
	
	.line_bt img{
		width: 250px;
	}
}
	
.footer_reservation {
	display: none;
}

@media screen and (max-width: 640px) {
	#footer_info {
		display: block;
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 60px;
/*		background: rgba(0,0,0,0.9);*/
		text-align: center;
		z-index: 99;
	}
	.footer_reservation {
		display:block;
		z-index: 20;
		}

	.footer_reservation_btn:hover {
		background-color: #c00;
		-webkit-transition: all .3s;
		transition: all .3s;	
	}

	.footer_reservation a {
		color: #fff;
		}

	a.footer_reservation_btn {
		background-color: #5b0058;
		color: #fff;
		margin: 0 auto;
		display: block;
		width: 300px;
		height: 48px;
		text-align: center;
		text-decoration: none;
		line-height: 48px;
		outline: none;
		font-size: 18px;
		border-radius: 5px;
	}

	.footer_reservation_btn i{
		padding-right: 10px;
		font-size: 16px;
	}	
}

/*next*/
ul.next {
	width: 100%;
	list-style-type: none;
	padding-left: 0;
	text-align: center;
	margin: 30px auto;
}

.next li {
	width: 100px;
	height: 30px;
	margin: 10px;
	display: inline-block;
}

.next a {
	color: #fff;
}


.next_btn {
	margin: 0px auto;
	width: 100px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 0;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	background: #333;
	transition: .4s;
}

.next_btn:hover {
	background: #9370db;
	color: #fff;
}

/*ani*/
.box01,
.box02,
.box03,
.box04,
.box05,
.box06,
.box07,
.page
{
	opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);	
}

.box01.active,
.box02.active,
.box03.active,
.box04.active,
.box05.active,
.box06.active,
.box07.active,
.page.active
{
	opacity: 1;
    transform: translateY(0);
	transition-duration:1s;
	-moz-transition-duration:1s;
	-webkit-transition-duration:1s;
}


/*404*/
/*section_error*/
.section_error {
	margin: 100px auto 0;
	width: 100%;
}
.section_error p {
	text-align: center!important;
}
.section_error h2 {
	font-size: 3rem;
	text-align: center;
	margin-bottom: 20px;
}

/* 投稿カスタマイズ */

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* 番号なしリスト（ul） */
.section_page_txt ul {
    list-style-type: disc; /* 丸型のマーカー */
    margin: 20px 0; /* 上下の余白 */
}

.section_page_txt ul li {
    color: #333; /* テキストカラー */
    font-size: 16px; /* フォントサイズ */
    line-height: 1.6; /* 行間 */
}

.section_page_txt ul ul {
    list-style-type: circle; /* サブリストのマーカー */
    margin-top: 10px;
}

/* 番号付きリスト（ol） */
.section_page_txt ol {
    list-style-type: decimal; /* 数字のスタイル */
    margin: 20px 0;
    padding-left: 40px;
}

.section_page_txt ol li {
    color: #444; /* テキストカラー */
    font-size: 16px;
    line-height: 1.8; /* 行間 */
}

.section_page_txt ol ol {
    list-style-type: lower-alpha; /* サブリストのスタイル（アルファベット） */
    margin-top: 10px;
}

/* 引用（blockquote） */
.section_page_txt blockquote {
    font-style: italic; /* 斜体 */
    color: #666; /* テキストカラー */
    border-left: 4px solid #ccc; /* 左側の線 */
    margin: 20px 0; /* 上下の余白 */
    padding: 10px 20px; /* 内側の余白 */
    background-color: #f9f9f9; /* 背景色 */
}

.section_page_txt blockquote p {
    margin: 0; /* 段落の余白を削除 */
}

.section_page_txt blockquote cite {
    display: block;
    text-align: right;
    font-size: 14px;
    color: #888;
    margin-top: 10px;
}

/* パンくず全体のスタイル */
.breadcrumb {
	margin: 0 auto !important;
	width: 90% !important;
    padding: 15px!important;
	box-sizing: border-box!important;
}

/*--下記は変更後になります。--*/
.wp-pagenavi {
	clear: both;
	text-align: center;
	margin: 50px auto;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 7px 14px;
	margin: 2px;
	color: #000;
	border: 1px solid #000;	
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	opacity: 0.5;
	transition: 0.5s;
}

.wp-pagenavi span.current {
	color: #fff;
	background: #000;
	border: 1px solid #000;	
}

@media screen and (max-width: 768px) {
	.wp-pagenavi {
		clear: both;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 50px;		
	}
}


