@charset "utf-8";
/* CSS Document */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	background: url(../img/common/bg_left.jpg) no-repeat left bottom;
	color: #000;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
	letter-spacing: 1.5px;
	line-height: 1.8;
	margin: 0;
	padding: 0;
}
h2,h3,h4 {
	font-weight: bold;
	line-height: 1.6;
	vertical-align: bottom;
}
ul,ol,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
p { margin: 0;}
img,video {
	height: auto;
	vertical-align: bottom;
	max-width: 100%;
}
hr { margin: 15px 0;}
a {
	color: #000;
	text-decoration: none;
}
a:hover { opacity: 0.8;}
strong { font-size: 18px;}
.note { color: #FA3D67;}
.clm { padding-top: 30px;}
.pic { padding-top: 10px;}
.desc img { margin-bottom: 15px;}
@media screen and (max-width: 767px) {
body { background-size: 200px;}
strong { font-size: 16px;}
.clm { padding-top: 10px;}
.pic { padding-top: 0;}
}

/* 切り替え
---------------------------------------------------- */
.pc {
	margin: 0;
	padding: 0;
}
.sp {
	display: none !important;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 767px) {
.pc { display: none !important;}
.sp { display: block !important;}
}

/* header
---------------------------------------------------- */
#header { text-align: center;}
#header h1 {
	display: inline-block;
	margin: 15px 0 30px 0;
}
#header h1 a {
	background: url(../img/common/logo.jpg) no-repeat top center;
	background-size: 200px 125px;
	display: block;
	position: relative;
	text-indent: -9999px;
	height: 125px;
	width: 200px;
}
@media screen and (max-width: 767px) {
#header h1 { margin: 15px 0;}
#header h1 a {
	background-size: 150px;
	height: 94px;
	width: 150px;
}}

/* navbar
---------------------------------------------------- */
#navbar {
	left: 0;
	position: relative;
	top: 0;
}
#navbar-menu, #navbar input { display: none;}
.nav {
	display: inline-block;
	vertical-align: bottom;
}
.nav li {
	float: left;
	border-left: 1px solid #000;
}
.nav a {
	display: block;
	padding: 2px 30px;
}
.nav li:last-child { border-right: 1px solid #000;}
.nav li:hover .dropdown { visibility: visible;}
.fa-caret-down { padding-left: 5px;}
.dropdown {
	background: #FFF;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
	position: absolute;
	visibility: hidden;
	z-index: 10;
}
.dropdown li {
	border-left: none;
	float: none;
	width: 100%;
}
.dropdown li a {
	display: block;
	padding: 10px 15px;
}
.dropdown li a:hover { background: rgba(0,0,0,0.05);}
.dropdown li:last-child { border-right: none;}
@media screen and (max-width: 976px) {
.nav a { padding: 2px 25px;}
}
@media screen and (max-width: 896px) {
.nav a { padding: 2px 20px;}
}
@media screen and (max-width: 816px) {
.nav a { padding: 2px 17px;}
}
@media screen and (max-width: 767px) {
#navbar {
	display: block;
	position: fixed;
	-webkit-transition: transform 0.3s ease-in;
	transition: transform 0.3s ease-in;
	width: 100%;
	z-index: 10;
}
.nav {
	animation: slidein 1s forwards;
	background: #000;
	display: none;
    position: fixed;
}
.nav li {
	border-bottom: 1px solid #FFF;
	border-left: none;
	color: #FFF;
	float: none;
	text-align: center;
	width: 100%;
}
.nav a {
	color: #FFF;
	padding: 10px 15px;
}
.nav li:nth-child(3) a { padding: 10px 15px 0 15px;}
.nav li:last-child { border-right: none;}
@keyframes slidein {
  from { transform: translateX(-100%);}
  to { transform: translateX(0%);}
}
#navbar-menu:checked ~ #navbar {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
	transition: transform .3s ease;
	-webkit-transition: transform .3s ease;
}
#navbar-menu:checked ~ * .nav {
    display: block;
}
#navbar-menu:checked ~ * .nav li {
    max-height: inherit;
    overflow-y: visible;
}
#navbar-menu:checked ~ * .dropdown {
    max-height: 0;
	padding-bottom: 10px;
    overflow-y: hidden;
    visibility: hidden;
}
#navbar input[type="checkbox"]:checked ~ .dropdown {
    max-height: inherit;
	padding: 10px 0 0 0;
    overflow-y: visible;
    visibility: visible;
}
#navbar input[type="checkbox"]:checked ~ * .toggle:before {
    content: "\f146";
}
#navbar #menu {
	border-radius: 5px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
}
#menu span {
    background: #000;
	border-radius: 5px;
    display: block;
    height: 40px;
    width: 40px;
}
#menu span span {
	border: none;
    display: block;
    height: 1px;
    overflow: hidden;
    width: 1px;
}
#menu span span::before, #menu span span::after, #menu span::after {
    content:"";
    background: #FFF;
    height: 3px;
    left: 10px;
    position: absolute;
	transition: transform .3s ease;
	-webkit-transition: transform .3s ease;
    width: 20px;
}
#menu span span::before { top:10px;}
#navbar-menu:checked ~ #navbar label#menu span span::before {
    top: 18px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
	transition: transform .3s ease;
	-webkit-transition: transform .3s ease;
}
#menu span::after { bottom:10px;}
#navbar-menu:checked ~ #navbar label#menu > span::after {
    bottom: 18px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
	transition: transform .3s ease;
	-webkit-transition: transform .3s ease;
}
#menu span span::after { top: 18px;}
#navbar-menu:checked ~ #navbar label#menu span span::after {
    display: none;
}
.toggle:before {
    content: "\f0fe";
	font-family: fontAwesome;
	font-style: normal;
}
.dropdown {
	background: #000;
	border: none;
	border-radius: 0;
	position: relative;
}
.dropdown li {
	border-bottom: none;
	border-top: 1px dashed #FFF;
}
.nav li:nth-child(3) .dropdown a { padding: 10px 15px;}
}

/* sns
---------------------------------------------------- */
.sns {
	position: fixed;
	right: 10px;
	top: 0;
	z-index: 100;
}
.sns li {
    margin-top: 10px;
    position: relative;
    text-align: center;
}
.sns a, .sns span {
	background: #000;
	border-radius: 50px;
	color: #FFF;
	display: block;
	font-size: 20px;
    height: 40px;
	line-height: normal;
    width: 40px;
}
.sns i {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
.sns {
	bottom: 10px;
	right: auto;
	text-align: center;
	top: auto;
	width: 100%;
}
.sns li {
	display: inline-block;
	margin: 0 15px;
}
.sns a, .sns span {
	display: inline-block;
	font-size: 25px;
    height: 50px;
    width: 50px;
	vertical-align: middle;
}}

/* container
---------------------------------------------------- */
.container, .area {
	margin: 0 auto;
	padding: 0 15px;
	width: 1200px;
}
@media screen and (max-width: 1200px) {
.container, .area {
	margin: 0;
	width: 100%;
}}

/* box
---------------------------------------------------- */
.box { padding: 30px 15px 0 15px;}
.box-s {
	margin: auto !important;
	padding: 0 15px;
	width: 85%;
}
.box2, .box3, .box4, .box5, .box6, .box-img, .box-txt, .box-main, .box-side {
	float: left;
	padding: 30px 15px 0 15px;
}
.box2 { width: 50%;}
.box3 { width: 33.33333333%;}
.box4 { width: 25%;}
.box5 { width: 20%;}
.box6 { width: 16.66666667%;}
.box-img { width: 35%;}
.box-txt { width: 65%;}
.box-main { width: 70%;}
.box-side { width: 30%;}
.box h3, .box-txt h3 {
	font-size: 22px;
    margin: 0;
}
.box2 h3, .box-txt h4 {
	font-size: 20px;
    margin: 0 0 10px 0;
}
.box-txt div { margin-top: 15px;}
@media screen and (max-width: 767px) {
.box-s { width: 100%;}
.box2, .box3, .box4, .box-img, .box-txt, .box-main, .box-side {
	float: none;
	width: 100%;
}
.box5, .box6 { width: 50%;}
.box h3, .box2 h3, .box-txt h3 { font-size: 20px;}
}

/* column
---------------------------------------------------- */
.bg {
	background: #000;
	color: #FFF;
	margin-top: 60px;
}
.bg-box .box2 {	padding: 30px 15px;}
.bg-box .box2 div {	margin-top: 15px;}
.bg-box h4 {
    font-size: 20px;
    margin: 0 0 10px 0;
}
.bg-box .tit {
	color: #FFF;
	padding-top: 60px;
}
.bg-box .tit h2 { margin: 0;}
.inner {
	margin: 20px 0;
	padding-left: 0;
}
.inner li:before {
	content: '\f299';
	font-family: fontAwesome;
	margin-bottom: 5px;
	padding-right: 10px;
}
@media screen and (max-width: 767px) {
.bg { margin-top: 40px;}
.bg-box h4 { font-size: 18px;}
.bg-box .tit { padding-top: 40px;}
}

/* title
---------------------------------------------------- */
.tit {
	line-height: 1.4;
	text-align: center;
}
.tit h2 {
	font-size: 15px;
	font-weight: normal;
	margin: 60px 0 0 0;
}
.tit p, .pagetit p {
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 0;
}
.pagetit {
	color: #FFF;
	height: 200px;
	margin-top: 20px;
	padding-top: 60px;
	text-align: center;
}
.pagetit h2 {
	font-size: 15px;
	margin: 0;
}
.pagetit1 { background: #7F7F7F url(../img/common/bg_tit1.jpg) no-repeat top left;}
.pagetit2 { background: #7F7F7F url(../img/common/bg_tit2.jpg) no-repeat top left;}
.pagetit3 { background: #7F7F7F url(../img/common/bg_tit3.jpg) no-repeat top left;}
.pagetit4 { background: #7F7F7F url(../img/common/bg_tit4.jpg) no-repeat top right;}
.pagetit5 { background: #7F7F7F url(../img/common/bg_tit5.jpg) no-repeat top left;}
.pagetit6 { background: #7F7F7F url(../img/common/bg_tit6.jpg) no-repeat top right;}
.pagetit1, .pagetit2, .pagetit3, .pagetit4, .pagetit5, .pagetit6 { background-size: auto 100%;}
.subtit {
	clear: both;
	font-size: 25px;
	margin: 60px 0 0 0;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
}
.subtit:before {
	background: #000;
	bottom: -0;
	content: "";
	display: inline-block;
	height: 3px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 30px;
}
.subtit span { font-size: 20px;}
.box-main .subtit {	margin-top: 30px;}
@media screen and (max-width: 767px) {
.tit h2 { margin: 40px 0 0 0;}
.tit p, .pagetit p {
	font-size: 30px;
	letter-spacing: 1.5px;
}
.subtit { margin: 40px 0 20px 0;}
.box-main .subtit {	margin-top: 10px;}
}

/* table
---------------------------------------------------- */
.details { width: 100%;}
.details th {
	background: #000;
	border-bottom: 1px solid #7F7F7F;
	color: #FFF;
	font-weight: normal;
	padding: 15px;
	text-align: left;
	vertical-align: top;
	width: 30%;
}
.details th span {
	background: #FFF;
	border-radius: 50px;
	color: #000;
    display: inline-block;
	font-size: 13px;
	margin-left: 10px;
    padding: 0 5px;
}
.details th p {
	font-size: 12px;
	margin: 5px 0 0 0;
	text-align: left;
}
.details td {
	border-bottom: 1px solid #7F7F7F;
	padding: 15px;
}
.details td i {
	font-size: 15px;
	padding-right: 5px;
}
.details td a { color: #000;}
.details tr:first-child th, .details tr:first-child td { border-top: 1px solid #7F7F7F;}
input,select,textarea {
	font-size: 15px;
	padding: 8px;
}
input {
	line-height: 1;
	width: 100%;
}
textarea {
	height: 200px;
	width: 100%;
}
@media screen and (max-width: 767px) {
.details { border-collapse: collapse;}
.details th, .details td {
	border-bottom: none;
	display: block;
	width: 100%;
}
.details tr:first-child td { border-top: none;}
}

/* btn
---------------------------------------------------- */
.btn {
	margin-top: 40px;
	text-align: center;
}
.btn p { margin: 0;}
.btn a {
	background: #000;
	color: #FFF;
	display: inline-block;
	padding: 15px 50px;
}
.btn a::after {
    content: "\f138";
	font-family: fontAwesome;
	font-style: normal;
	padding-left: 10px;
}

/* slider
---------------------------------------------------- */
.slick-slider {	margin-top: 20px;}
.slick-slider img { width: 100%;}
.slick-prev, .slick-next { display: none !important;}
.slick-dots {
	bottom: 15px;
	display: block;
    list-style: none;
    position: absolute;
    text-align: center;
	width: 100%;
}
.slick-dots li {
    display: inline-block;
    cursor: pointer;
    height: 5px;
    margin: 0 10px;
    position: relative;
    width: 5px;
}
.slick-dots li button {
    background: transparent;
    border: 0;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 5px;
    line-height: 0;
    outline: none;
    padding: 5px;
    width: 5px;
}
.slick-dots li button:hover, .slick-dots li button:focus { outline: none;}
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1;}
.slick-dots li button:before {
    background: #000;
    border-radius: 50%;
    content: " ";
    height: 5px;
    left: 0;
    line-height: 20px;
	opacity: 0.5;
    position: absolute;
    top: 0;
    text-align: center;
    width: 5px;
}
.slick-dots li.slick-active button:before {
	opacity: 0.8;
	background: #000;
}
.slick-dots li button.thumbnail img {
    height: 0;
    width: 0;
}
@media screen and (max-width: 767px) {
.slick-dotted.slick-slider { margin: 0 0 20px 0;}
.slick-dots { bottom: 5px;}
}

/* index
---------------------------------------------------- */
.bnr {
	clear: both;
	margin-top: 40px;
	text-align: center;
}
.menu-btn {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin: 0;
	text-align: center;
}
.menu-btn .box4 div {
	border-radius: 50%;
	padding-top: 100%;
	position: relative;
	height: 0;
	background-size: auto 100%;
}
.menu-btn p {
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	left: 0;
	line-height: 1.4;
	position: absolute;
	right: 0;
	top: calc((100% - 1.5em)/2);
}
.btn-st p, .btn-tf p, .cr-esthe p, .cr-curl p, .cr-color p, .cr-set p { top: calc((100% - 2.5em)/2);}
.btn-mb { background: url(../img/index/bg_marbb.jpg) no-repeat;}
.btn-sw { background: url(../img/index/bg_scalpwash.jpg) no-repeat;}
.btn-df { background: url(../img/index/bg_detoxfacial.jpg) no-repeat;}
.btn-ht { background: url(../img/index/bg_herbtent.jpg) no-repeat;}
.btn-st { background: url(../img/index/bg_spine_treatment.jpg) no-repeat;}
.btn-tf { background: url(../img/index/bg_terastone_facial.jpg) no-repeat;}
.btn-fee { background: url(../img/index/bg_fee.jpg) no-repeat;}
.btn-reserve { background: url(../img/index/bg_reserve.jpg) no-repeat;}
.cr-esthe { background: url(../img/index/bg_cr_esthe.jpg) no-repeat;}
.cr-curl { background: url(../img/index/bg_cr_curl.jpg) no-repeat;}
.cr-color { background: url(../img/index/bg_cr_color.jpg) no-repeat;}
.cr-set { background: url(../img/index/bg_cr_set.jpg) no-repeat;}
.btn-sw, .btn-hs, .btn-df, .btn-ht, .btn-st, .btn-tf, .btn-fee, .btn-reserve,
.cr-esthe, .cr-curl, .cr-color, .cr-set { background-size: auto 100%;}
.bg-box .menu-btn p { color: #000;}
.bg-box .menu-btn { padding-bottom: 60px;}
@media screen and (max-width: 767px) {
.menu-btn p { font-size: 20px;}
.menu-btn .box4 {
	float: left;
	width: 50%;
}
.bg-box .menu-btn { padding-bottom: 40px;}
}

/* meteo
---------------------------------------------------- */
.meteo, .meteo-lt, .meteo-rt {
	padding: 30px 15px 0 15px;
	float: left;
}
.meteo { width: 50%;}
.meteo-lt { width: 30%;}
.meteo-rt {
	text-align: center;
	width: 20%;
}
.meteo h3 {
	font-size: 20px;
    margin: 0 0 10px 0;
}
.meteo li {	padding-top: 5px;}
.meteo li:before {
	font-size: 20px;
	content: '\f14a';
	font-family: fontAwesome;
	padding-right: 10px;
}
@media screen and (max-width: 767px) {
.meteo, .meteo-lt, .meteo-rt {
	padding: 30px 15px 0 15px;
	float: none;
}
.meteo, .meteo-lt, .meteo-rt { width: 100%;}
.meteo-rt video { max-width: 85%;}
}

/* news
---------------------------------------------------- */
.news {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.news p {
	margin-bottom: 15px;
	text-align: center;
}
.news span { font-size: 13px;}
.news h4 {
	font-size: 15px;
	font-weight: normal;
	margin: 0;
}
.news-column {
	border: 5px solid #000;
	margin-top: 30px;
	padding: 30px;
	word-wrap: break-word;
}
.news-column h3 {
	border-bottom: 1px solid #000;
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 0 15px 20px 15px;
	text-align: center;
}
.news-column h3:before {
	background:	url(../img/common/mark.jpg) no-repeat center;
	background-size: contain;
	content: '';
	display: block;
	height: 50px;
	margin-bottom: 20px;
}
.news-date {
	margin: 0;
	padding: 0 15px 10px 15px;
	text-align: right;
}
.news-details { padding: 0 15px;}
.news-details p { margin: 0;}
.archives-tit {
	border-bottom: 1px solid #000;
	font-size: 16px;
	margin-bottom: 15px;
	padding: 30px 0 15px 0;
	text-align: center;
}
.archives-tit:before {
	content: '\f07c';
	font-family: FontAwesome;
	padding-right: 10px;
}
.archives-column ul { padding-left: 25px;}
.archives-column li { list-style: outside disc;}
.emoji {
    aspect-ratio: auto 16 / 16;
    height: 16px;
	margin: 0 3px;
    width: 16px;
    vertical-align: middle;
}
@media screen and (max-width: 767px) {
.news-column {
	margin-top: 10px;
	padding: 20px;
}
.news-column h3 {
	padding: 0 0 20px 0;
	text-align: left;
}
.news-details { padding: 0;}
}
@media screen and (max-width: 480px) {
.news div, .news { margin-top: 10px;}
.news img {
	height: 100px;
	max-width: 100px;
}
.news h4 { min-height: 45px;}
}

/* pagenavi
---------------------------------------------------- */
.pagenavi {
	clear: both;
	margin-top: 30px;
	text-align: center;
}
.pagenav a {
	border: 1px solid #7F7F7F;
	color: #7F7F7F;
	display: inline-block;
	margin: 30px 5px 0 5px;
	padding: 5px 10px;
}
.pagenav a:hover {
	border: 1px solid #000;
	color: #000;
}
.wp-pagenavi {
	margin-top: 30px;
	text-align: center;
	width: 100%;
}
.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #7F7F7F;
	color: #7F7F7F;
	display: inline-block;
	margin: 3px;
	padding: 4px 7px;
	text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border: 1px solid #000;
	color: #000;
}
.wp-pagenavi span.current { font-weight: bold;}

/* salon
---------------------------------------------------- */
.staff { text-align: center;}
.staff h3 {
	font-size: 18px;
	margin: 30px 0 10px 0;
}
.staff img { width: 33.33333333%;}
.gmap {
	height: 500px;
	margin-top: 30px;
	padding: 0 15px;
	width: 100%;
}
@media screen and (max-width: 767px) {
.staff img { width: 100%;}
.staff div { text-align: left;}
.gmap { height: 350px;}
}

/* menu
---------------------------------------------------- */
.menutit {
	margin-top: 60px;
	text-align: center;
}
.menutit h2 {
	font-size: 30px;
	margin: 10px 0 0 0;
}
.menutit h2 span { font-size: 20px;}
.menu {
	background: #000;
	color: #FFF;
	margin: 40px auto 0 auto;
	max-width: 65%;
	padding: 30px;
	text-align: center;
}
.menu div {
	font-size: 25px;
	font-weight: bold;
}
.menu div span {
	font-size: 18px;
	font-weight: normal;
}
.off {
	background: #FFF;
	color: #000;
	margin: 20px 0;
	padding: 20px 60px;
}
.tax {
	margin-top: 60px;
	text-align: center;
}
.tax p {
	background: #000;
	color: #FFF;
	display: inline-block;
	padding: 10px 30px;
}
.point { margin-top: 40px;}
.point p {
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 15px 0;
	text-align: center;
}
.point ul {
	display: inline-block;
	margin-top: 20px;
	padding: 0 30px;
}
.point li {	padding-top: 5px;}
.point ul li:before {
	font-size: 20px;
	content: '\f14a';
	font-family: fontAwesome;
	padding-right: 10px;
}
.point1 {
	background: url(../img/common/bg_point1.jpg) no-repeat top right;
	background-size: auto 100%;
}
.point2 {
	background: url(../img/common/bg_point2.jpg) no-repeat bottom right;
	background-size: auto 100%;
}
.point3 {
	background: url(../img/common/bg_point3.jpg) no-repeat bottom right;
	background-size: auto 100%;
}
.point-box { padding: 0 15px;}
.point-box h5 {
	border: 1px solid #000;
	font-size: 18px;
	margin: 40px 0 0 0;
	padding: 10px 15px;
}
.point-box h5:before {
	content: '\f299';
	font-family: fontAwesome;
	padding-right: 10px;
}
.point-box div { padding: 20px 15px 0 15px;}
.point-box img { padding-top: 30px;}
.merit {
	border: 3px solid #000;
	margin-top: 40px;
	padding: 30px;
	text-align: center;
}
.merit h4 {
	font-size: 20px;
	margin: 0 0 15px 0;
}
.merit-tit {
	font-size: 22px;
	font-weight: bold;
	margin-top: 40px;
	text-align: center;
}
.merit-list, .marbb {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	text-align: center;
}
.merit-list .box3 div, .merit-list .box4 div, .merit-list .box5 div, .marbb .box3 div {
	border-radius: 50%;
	padding-top: 100%;
	position: relative;
	height: 0;
}
.merit-list p, .marbb p {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	left: 0;
	position: absolute;
	right: 0;
	top: calc((100% - 3em)/2);
}
.merit-list .box5 .bg1 p, .merit-list .box5 .bg5 p { top: calc((100% - 5em)/2);}
.bg1 { background: url(../img/common/bg_herb1.jpg) no-repeat;}
.bg2 { background: url(../img/common/bg_herb2.jpg) no-repeat;}
.bg3 { background: url(../img/common/bg_herb3.jpg) no-repeat;}
.bg4 { background: url(../img/common/bg_herb4.jpg) no-repeat;}
.bg5 { background: url(../img/common/bg_herb5.jpg) no-repeat;}
.bg1, .bg2, .bg3, .bg4, .bg5 { background-size: auto 100%;}
.course {
	border: 2px solid #000;
	text-align: center;
}
.course h3 {
	font-size: 25px;
	margin: 15px;
	text-shadow: 2px 1px #FFF;
}
.course h3 span { font-size: 20px;}
.course p {
	background: #000;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	color: #FFF;
	margin: 5px 15px;
	padding: 10px 5px;
}
.course-box {
	background: #000;
	color: #FFF;
	margin-top: 30px;
	padding: 15px;
}
.course h4 {
	border-bottom: 2px solid #FFF;
	font-size: 15px;
	margin: 0;
	padding: 5px 0 15px 0;
}
.course ul {
	margin-top: 15px;
	text-align: left;
}
.course li { padding: 0 5px 5px 5px;}
.course li:before {
	content: '\f14a';
	font-family: fontAwesome;
	padding-right: 10px;
}
.course1, .course4 { background: url(../img/common/bg_point1.jpg) no-repeat top right;}
.course2 { background: url(../img/common/bg_point2.jpg) no-repeat top right;}
.course3 { background: url(../img/common/bg_point3.jpg) no-repeat top right;}
.course1, .course2, .course3, .course4 { background-size: 300px;}
.circle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; 
	background: #000;
	border-radius: 100%;
	color: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 25px;
	line-height: 1.4;
	max-width: 160px;
	margin: 40px auto 0 auto;
	padding: 20px;
	text-align: center;
}
.circle::before {
	display: block;
	content: '';
	padding-top: 100%;
}
@media screen and (max-width: 767px) {
.menutit { margin-top: 40px;}
.menutit h2 { font-size: 25px;}
.menu {
	margin: 40px 0 0 0;
	padding: 15px;
	max-width: 100%;
}
.menu div { font-size: 20px;}
.tax { margin-top: 40px;}
.tax p {
	background: #000;
	color: #FFF;
	display: inline-block;
	padding: 10px 30px;
}
.point p { padding: 15px;}
.point ul {
	margin-top: 0;
	padding: 0 15px;
}
.point li { padding-top: 0;}
.point-box div { padding: 20px 15px 0 15px;}
.point1 { background: url(../img/common/bg_point1.jpg) no-repeat bottom right;}
.point2 { background: url(../img/common/bg_point2.jpg) no-repeat bottom right;}
.point3 { background: url(../img/common/bg_point3.jpg) no-repeat bottom right;}
.point1, .point2, .point3 {
	background-size: auto 100px;
	padding: 20px 0;
}
.merit {
	margin-top: 30px;
	padding: 15px;
}
.merit-tit { font-size: 20px;}
.box-s.merit-list { width: 85%;}
.course h3 { font-size: 22px;}
}

/* faq
---------------------------------------------------- */
.faq input { display: none;}
.faq label {
	background: #FFF;
	color: #000;
	display: block;
	margin: 30px 0 0 0;
	padding: 10px 20px;
}
.faq label:before {
    content: '\f0fe';
    display: inline-block;
    font-family: 'FontAwesome';
	font-size: 18px;
    padding-right: 10px;
}
.faq-box input:checked ~ label:before { content: '\f146';}
.faq-box {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.faq input:checked ~ .faq-box {
	padding: 20px 15px 0 15px;
    height: auto;
    opacity: 1;
}
.bg-faq { padding: 60px 15px;}
.bg-faq .tit h2 { margin: 0;}
@media screen and (max-width: 767px) {
.bg-faq { padding: 40px 15px;}
}

/* present
---------------------------------------------------- */
.present {
	border: 2px solid #000;
	margin-top: 60px;
	padding: 0 15px 30px 15px;
	text-align: center;
}
.present p {
	background: #000;
	color: #FFF;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 30px 0;
	padding: 10px 30px;
}
.present .clearfix { text-align: left;}
.present h4 {
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

/* herbtent
---------------------------------------------------- */
.herbtent .box3 div {
	background: #000;
	color: #FFF;
	padding: 20px;
}
.herbtent {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.herbtent h3 {
	margin: 20px 0 10px 0;
	text-align: center;
}
.herbtent h4 {
	background: #FFF;
	color: #000;
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 15px;
	text-align: center;
}
.herbtent span {
	border-bottom: 1px solid #FFF;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

/* marbb
---------------------------------------------------- */
.marbb-tit {
	font-size: 30px;
    font-weight: bold;
    margin: 60px 0 0 0;
	text-align: center;
}
.point-box .marbb { padding: 0 15px 0 15px;}
.marbb {
	margin: auto;
	max-width: 65%;
}
.marbb .box3 div {
	background: #000;
	color: #FFF;
}
.marbb-box {
	margin-top: 30px !important;
	border-top: 1px solid #000;
}
.marbb-box h4 {
	font-size: 20px;
	margin: 20px 0;
}
.mov iframe {
	min-height: 300px;
	margin: 0;
	width: 100%;
}
.ex { text-align: center;}
.ex p {
	background: #000;
	color: #FFF;
	display: inline-block;
	margin-bottom: 30px;
	padding: 10px 30px;
}
.ex i {
	display: block;
	font-size: 30px;
	padding: 10px 0;
}
@media screen and (max-width: 767px) {
.marbb-tit {
	font-size: 25px;
    margin: 40px 0 0 0;
}
.marbb {
	margin: auto;
	max-width: 100%;
}
.marbb .box3 {
	float: left;
	width: 33.33333333%;
}
.marbb-box { padding: 0 15px 30px 15px;}
.marbb-box h4 {
	font-size: 18px;
	margin: 0 0 20px 0;
}
.mov iframe { min-height: 180px;}
.box-s.ex { padding: 0;}
.ex .box3 { padding: 30px 0 0 0;}
.ex-box { clear: both;}
.ex-box div {
	float: left;
	padding: 0 15px;
	width: 50%;
}
.ex i { display: none;}
}
@media screen and (max-width: 480px) {
.marbb .box3 { width: 65%;}
}

/* diplama
---------------------------------------------------- */
.diplama .box4 { padding-top: 0;}
@media screen and (max-width: 1185px) {
.diplama .box4 { padding: 30px 15px;}
}

/* fee
---------------------------------------------------- */
.fee {
	padding: 0 15px;
	text-align: center;
}
.fee table {
	border-collapse: collapse;
	margin: 30px 0;
	width: 100%;
}
.fee th {
	border-bottom: 1px solid #7F7F7F;
	padding: 15px;
	font-weight: normal;
	text-align: left;
	width: 80%;
}
.fee td {
	border-bottom: 1px solid #7F7F7F;
	padding: 15px;
	text-align: right;
	white-space: nowrap;
}
.fee tr:first-child th, .fee tr:first-child td { border-top: 1px solid #7F7F7F;}
@media screen and (max-width: 767px) {
.fee td { vertical-align: top;}
}

/* items
---------------------------------------------------- */
.lineup {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.lineup h3 {
	margin: 20px 0 0 0;
	font-size: 15px;
	font-weight: normal;
}

/* style
---------------------------------------------------- */
.style { margin-top: 60px;}
@media screen and (max-width: 767px) {
.style { margin-top: 40px;}
}

/* reserve
---------------------------------------------------- */
.reserve {
	margin-top: 30px;
	padding: 0 15px;
	text-align: center;
}
.reserve a { color: #FFF;}
.reserve .menu {
	font-size: 25px;
	font-weight: bold;
	margin-top: 50px;
}
.reserve .menu:before {
	background:	url(../img/common/mark.png) no-repeat center;
	background-size: contain;
	content: '';
	display: block;
	height: 50px;
	margin-bottom: 20px;
}
.reserve span:before {
	content: '\f098';
	font-family: fontAwesome;
	padding-right: 10px;
}
.member {
	background: #000;
	color: #FFF;
	margin: 30px auto 0 auto;
	padding: 0 30px 30px 30px;
	max-width: 65%;
}
.member a { color: #FFF;}
.member img {
	padding: 10px;
	background: #FFF;
	height: 150px;
}
.member .box { padding: 30px 0 0 0;}
.member p {
	font-size: 30px;
	line-height: 1;
	padding: 30px 0 20px 0;
	text-align: center;
}
.tel {
	background: #FFF;
	color: #000;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	min-height: 150px;
	padding: 30px;
}
.tel a { color: #000;}
.tel span { font-size: 30px;}
.tel span:before {
    content: "\f2a0";
	font-family: fontAwesome;
	padding-right: 10px;
}
@media screen and (max-width: 767px) {
.reserve { text-align: left;}
.reserve .menu { font-size: 20px;}
.member {
	margin: 30px 0 0 0;
	max-width: 100%;
}
.tel {
	min-height: inherit;
	padding: 20px;
}
.tel span { font-size: 25px;}
.qr { text-align: center;}
}

/* policy
---------------------------------------------------- */
.policy { margin-top: 30px;}
.policy ul { padding-left: 20px;}
.policy li {
	list-style: outside disc;
	padding: 10px 0 0 0;
}
.policy h4 { margin: 30px 0 0 0;}
@media screen and (max-width: 767px) {
.policy { padding: 0 15px;}
}

/* available
---------------------------------------------------- */
.available {
	margin-top: 30px;
	padding: 0 15px;
	text-align: center;
}
.available .news-column {
	display: inline-block;
	min-width: 60%;
}
.available h3 { text-align: center;}
.available span {
	font-size: 20px;
	font-weight: bold;
}
.available span:before {
    content: "\f098";
    font-family: fontAwesome;
    padding-right: 5px;
}
.available i { padding-right: 5px;}
.opening a, .opening-s a {
	padding: 20px;
	width: 40%;
}
.opening a { margin-top: 20px;}
@media screen and (max-width: 767px) {
.opening .news-column {
	display: block;
	min-width: 100%;
}
.opening, .opening-s {
	padding: 0 30px;
	width: 100%;
}
.opening a, .opening-s a {
	padding: 15px 20px;
	width: 100%;
}
.opening a { margin: 20px 0;}
}

/* footer
---------------------------------------------------- */
#footer {
	background: url(../img/common/bg_right.jpg) no-repeat right bottom;
	min-height: 700px;
}
#footer table {
	border-collapse: collapse;
	width: 100%;
}
#footer th, #footer td {
	border-bottom: 1px solid #7F7F7F;
	padding: 15px;
}
#footer tr:first-child th, #footer tr:first-child td { border-top: 1px solid #7F7F7F;}
#footer th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	width: 25%;
}
#footer span:before {
    content: "\f098";
	font-family: fontAwesome;
	padding-right: 5px;
}
#footer i {	padding-right: 5px;}
#footer iframe {
	height: 400px;
	width: 100%;
}
.footer-nav {
	margin-top: 20px;
	text-align: center;
}
.footer-nav ul {
	display: inline-block;
	margin-top: 20px;
}
.footer-nav li {
	display: inline-block;
	padding: 0 15px;
}
address {
	font-style: normal;
	margin: 0;
	padding-top: 40px;
	text-align: center;
}
@media screen and (max-width: 767px) {
#footer {
	background-size: 200px;
	min-height: 300px;
}
#footer iframe { height: 350px;}
.footer-nav { display: none;}
.footer-nav ul { margin-top: 0;}
address { padding: 20px 0 60px 0;}
}

/* pagetop
---------------------------------------------------- */
#pagetop {
	bottom: 60px;
	position: fixed;
	right: 15px;
}
#pagetop a {
	color: #000;
	font-size: 30px;
	position: relative;
}

/* CLEARFIX
---------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {	min-height: 1px;}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}