@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* Reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
	margin: 0;
	padding: 0;
	line-height: 1;
	letter-spacing: 0;
}
html {
	overflow-y: scroll;
  font-size:15px;
  color: 231815;
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
dt, h1, h2, h3, h4, h5, h6, th {
	font-weight: 400;
  letter-spacing: 0.1rem;
}
li,dt,dd,p,th,td {
  letter-spacing: 0.1rem;
  line-height: 1.6em;
  font-size: 1rem;
}
aside, figure, footer, header, main, nav, section {
	display: block
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal
}
table {
	border-collapse: collapse;
  width:100%;
}
table th{
  background-color: #eee;
  padding: 1rem;
  border:1px solid #999;
  white-space: nowrap;
}
table td{
  background-color: #fff;
  padding: 0.8rem;
  border:1px solid #999;
}

caption, th {
	text-align: left
}
q:after, q:before {
	content: ''
}
embed, object {
	vertical-align: top
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1rem;
	font-weight: 700;
  line-height: 1.4em;
}
abbr, acronym, fieldset, img {
	border: 0
}
li {
	list-style-type: none;
	list-style: none
}
.edge li {
	white-space: nowrap
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto
}
hr {
	clear: both;
	border: none;
	background-color: #FFFFFF
}
body {
	font-weight: 500;
	line-height: 1.8;
}
a:link {
	text-decoration: none;
  font-size: 1rem;
}
.news_area a:link {
  text-decoration:underline;
  color: #0000ee;
}
.news_area a:visited {
  text-decoration:underline;
  color: #681da8;
}

a:visited {
	text-decoration: none
}
a:hover {
	text-decoration: none
}
a:active {
	text-decoration: none
}
a {
	color: #231815
}
a[href^="tel:"] {
	cursor: default
}
figure {
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0
}
em {
	font-weight: bold
}
svg {
	overflow: visible
}
body {
	position: relative;
	font: 14px/1.7 "Noto Sans JP","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: 231815;
	-webkit-text-size-adjust: 100%;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}
.mincyou {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
main > section.contents{
  padding: 4rem 0;
}
.detail {
  font-size: 13px;
  font-weight: 400;
}
.lead {
  line-height: 2em;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.hours {
  font-size: 0.9rem;
  text-align: center;
}
.w100 {
  width: 100%;
}
.anker {
  margin-top: -150px;
  padding-top: 150px;
}
.mt-0{
  margin-top: 0;
}
.mr-0{
  margin-right: 0;
}
.ml-0{
  margin-left: 0;
}
.mb-0{
  margin-bottom: 0;
}
.mt-05{
  margin-top: 0.5rem;
}
.mr-05{
  margin-right: 0.5rem;
}
.ml-05{
  margin-left: 0.5rem;
}
.mb-05{
  margin-bottom: 0.5rem;
}
.mt-10{
margin-top: 1rem;
}
.mr-10{
  margin-right: 1rem;
}
.ml-10{
  margin-left: 1rem;
  }
.mb-10{
  margin-bottom: 1rem;
}
.mt-20{
  margin-top: 2rem;
}
.mr-20{
  margin-right: 2rem;
}
.ml-20{
  margin-left: 2rem;
}
.mb-20{
  margin-bottom: 2rem;
}

/************************ ページ送り ************************/
.pageArea.clearfix.member {
  padding-bottom: 30px;
  xborder-top: 1px solid #ccc;
}
.pageArea-item {
  text-align: center;
  padding-top: 20px;
  margin: 10px 0px;
}
ul.pageArea-navi-number {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
  margin: 0 auto;
}
ul.pageArea-navi-number li {
  margin-right: 10px;
  list-style: none;
}
ul.pageArea-navi-number li a {
  text-decoration: none;
}
span.pager_index {
  background-color: #fff;
  border: 1px solid var(--shop_all);
  padding: 10px;
  color: #231815;
  display: block;
  margin-top: 5px;
}
span.pager_index.nowpage {
  background-color: var(--shop_all);
  border: 1px solid var(--shop_all);
  padding: 10px;
  color: #fff;
  display: block;
  margin-top: 5px;
}
.member_page .pageArea .link_next, .member_page .pageArea .link_before {
  color: #231815;
}
.member_page .pageArea .pageArea-navi {
  color: #231815;
}
.member_page .pageArea .link_next, .member_page .pageArea .link_before {
  color: #231815;
}
.pageArea .pageArea-navi-number form, .pageArea .pageArea-navi form {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: none;
}
.member_page .pageArea .link_next3, .member_page .pageArea .link_before3 {
  color: #ccc;
}
:root{
  --shop_all:#ED6B73;
  --shop_wa:#438f54;
  --shop_mu:#4f5fad;
  --shop_sh:#cb7725;
}

/* 店舗カラー
---------------------------------------- */
.bg_shop_all{
background-color: var(--shop_all) !important;
}
.bg_shop_wa{
  background-color: var(--shop_wa) !important;
}
.bg_shop_mu{
  background-color: var(--shop_mu) !important;
}
.bg_shop_sh{
  background-color: var(--shop_sh) !important;
}
.bg-thin_shop_all{
  background-color:rgba(237,107,115,0.15);
}
.bg-thin_shop_wa{
  background-color:rgba(93,168,110,0.15);
}
.bg-thin_shop_mu{
  background-color:rgba(100,116,193,0.15);
}
.bg-thin_shop_sh{
  background-color:rgba(225,139,54,0.15);
}
.txt_shop_all{
  color: var(--shop_all) !important;
  }
.txt_shop_wa{
  color:var(--shop_wa) !important;
}
.txt_shop_mu{
  color:var(--shop_mu) !important;
}
.txt_shop_sh{
  color:var(--shop_sh) !important;
}
.border_shop_all{
  border-color: var(--shop_all) !important;
}
.border_shop_wa{
  border-color: var(--shop_wa);
}
.border_shop_mu{
  border-color: var(--shop_mu);
}
.border_shop_sh{
  border-color: var(--shop_sh);
}
.ttl_shop_all:before{
  background-color:var(--shop_all);
}
.ttl_shop_wa:before{
  background-color:var(--shop_wa);
}
.ttl_shop_mu:before{
  background-color:var(--shop_mu);
}
.ttl_shop_sh:before{
  background-color:var(--shop_sh);
}
/*カテゴリアイコン*/
.categories{
  background-color: #8f8f8f !important;
}


/* form
---------------------------------------- */
input::-ms-clear {
 display: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 margin: 0;
 -webkit-appearance: none;
}
input, textarea, label {
	display: inline-block;
	vertical-align: middle;
}
input, textarea, select {
	border: 1px solid #b2b2b2;
	padding: 15px;
	line-height: 1;
}
select {
/*-webkit-appearance: none;*/
	/*border-radius: 0;*/
	/*background-color: #FFF;*/
}
::-webkit-input-placeholder, :-ms-input-placeholder, ::-moz-placeholder {
 color: #ccc !important;
}
input:focus, textarea:focus, select:focus {
	outline: none;
	border: 1px solid #808080;
}
label {
	line-height: 1;
	padding: 10px 0;
	margin-right: 20px;
}
textarea {
	width: 100%;
	height: 175px;
	resize: vertical;
	box-sizing: border-box;
	line-height: 1.7;
}
button, input, select, textarea {
  font-family : inherit;
  font-size: 16px;
}

input[type="text"], input[type="email"] ,input[type="date"]{
	width: 350px;
}
input#zip, input#dest-zip {
	width: 200px;
}
input#address, input#dest-address {
	width: 100%;
}
input#zip, input#dest-zip, select#city, input#etc1-text, input#etc2-text, input#etc3-text {
	margin-left: 10px;
}
input[type=checkbox], input[type=radio] {
	margin-right: 5px;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	vertical-align: middle;
}
input[type="reset"].wpcf7c-conf, #reset.wpcf7c-conf {
	display: none;
}
input[type="reset"], input[type="button"], input[type="submit"] {
	width: 300px;
	padding: 0;
	line-height: 65px;
	font-weight: bold;
	letter-spacing: 0.2rem;
	-webkit-appearance: none !important;
	margin: 20px;
}
input[type="reset"], input[type="button"] {
	background-color: #fff;
	border: 2px solid #172f7a;
	margin-right: 20px;
}
input[type="submit"] {
	background-color: #808080;
	border: 2px solid #808080;
	color: #fff;
}
input[type="submit"][disabled] {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
form hr {
	border-top: 1px solid #B2B2B2;
	margin: 50px auto;
	width: 960px;
}

/*====================
お問合わせフォーム
 ====================*/

p.end {
	padding-top: 5px;
}
h1.contact-h1 {
	background-color: #dcdddd;
	padding: 50px 0px;
	font-size: 2em;
}
main#contact p.txt-area {
	padding: 30px 0px;
}
ul.contact_btn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-top: 30px;
}
ul.contact_btn li {
	margin: 10px;
	text-align: center;
}
.irregular{
  display: flex;
  justify-content: start;
  align-items: center;
}
.irregular .hours {
  text-align: left;
  padding-left: 2rem;
}

.contact p.txt-area {
  text-align: center;
  margin-bottom: 2rem;
}
/* sp
---------------------------------------- */

.forSP {
	display: none;
}
.forSP-w {
  display: none;
}
.forPC{
	display: block;
}
.forPC-inline{
	display: inline;
}
.br-pc {
	display: block;
}
.br-sp {
	display: none;
}
/* common
---------------------------------------- */
.layout-contents {
	width: 100%;
	margin: 0 auto;
	position: relative;
	line-break: strict;
	word-spacing: -0.2em;
}
.copy {
	padding-top: 200px;
	width: 700px;
	margin: 0 auto;
}
h2 {
	margin-bottom: 12px;
	font-size: 2em;
}
h1 {
	font-size: 2rem;
}
.inner {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

.header {
	padding: 0;
}
.gray_bg{
  background-color: #F9F9F9;
}
p {
  margin-bottom: 1rem;
}
/* motion,btn
---------------------------------------- */
*:selection {
	background: #f27649;
	color: #fff;
}
a, img,span, .photo, .over, aside#sns li span, .nav-child, .ico-area dd ul {
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
.enlargement img {
	-moz-transition: -moz-transform all .4s;
	-webkit-transition: -webkit-transform all .4s;
	-o-transition: -o-transform all .4s;
	-ms-transition: -ms-transform all .4s;
	transition: all .4s;
}
a:hover .enlargement img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/* header
---------------------------------------- */
main {
  padding-top: 148px;
}
header:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1rem;
	line-height: 0;
	clear: both;
}
header .inner {
	position: relative;
}
header .head-logo {
	padding: 10px 0px 0;
  vertical-align: bottom;
}

header .head-logo .logo {
	display: inline-block;
	position: relative;
  width: 125px;
	overflow: hidden;
  vertical-align: bottom;
}

.header_logo_box {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-left: 1rem;
}

.header_logo_box p.headline {
  font-size: 1rem;
  text-align: left;
  line-height: 1.4em;
  padding-left: 2rem;
  margin-bottom: 0;
  padding-top: 10px;
}
.header_logo_box h1.head-logo img {
  width: 125px;
}
.header_section {
  display: flex;
  justify-content: space-between;
  align-items: start;
  min-width: 1024px;
}
.header_contact_box {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  width: 400px;
  height: auto;
  align-items: center;
  xbackground: #f9f9f9;
  xborder-bottom:1px solid #999999;
  xborder-left:1px solid #999999;
  xborder-right:1px solid #999999;
  xpadding: 10px;
  /* 左下のみ角丸 */
border-bottom-left-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomleft: 8px;
/* 右下のみ角丸 */
border-bottom-right-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-bottomright: 8px;
margin-right: 1rem;
}
.header_contact_title{
  xposition: relative;
  padding: 0;
}
.header_contact_title span:before {
  content: "";
  background: url(../img/icon_header_contact.svg) no-repeat;
  display: inline-block;
  width: 15px;
  height: 12px;
  background-size: contain;
  margin-right: 0.5rem;
  xposition: absolute;
  xleft: 0;
  xtransform: translate(-50%,-50%);
}
a.header_contact_btn:before {
  content: "";
  background: url(../img/icon_header_contact_w.svg) no-repeat;
  display: inline-block;
  width: 15px;
  height: 12px;
  background-size: contain;
  margin-right: 0.5rem;

}


.header_contact_items {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.menu-area {
}
.menu {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 72px;
}
.menu > li {
	width: 14%; /* グローバルナビ4つの場合 */
	height: 72px;
	line-height: 30px;
}
.menu > li:first-child {
}
.menu > li > a ,.menu > li > span{
	display: block;
	color: #231815;
  font-size: 1rem;
  padding-top: 34px;
  text-align: center;
}
.menu > li > span{
  cursor:default;
}
.menu > li > a:hover,
.menu > li > span:hover {
  border-bottom: 6px solid var(--shop_all);
}
ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
.menu > li:hover {
}
.menu__second-level li {
	border-top: 1px solid #111;
}
.menu__second-level li a:hover {
	background: #7a6a5691;
}
/* floatクリア */
.menu:before, .menu:after {
	content: " ";
	display: table;
}
.menu:after {
	clear: both;
}
.menu {
 *zoom: 1;
}
.menu > li.menu__single {
	position: relative;
}
li.menu__single ul.menu__second-level {
	position: absolute;
	top: 40px;
	width: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
li.menu__single:hover ul.menu__second-level {
	top: 30px;
	visibility: visible;
	opacity: 1;
}
.menu__second-level li a {
	padding: 10px 0px;
	background-color: #fff;
}
.fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.13);
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.13);
}
.fixed h2 {
	display: none !important;
}
#mobile-menu {
	display: none
}
.menu-area a,
.menu-area span{
  position: relative;
}
.menu-area a:before,
.menu-area span:before{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  position: absolute;
  top: 15px;
  left: 50%;
  right: 50%;
  transform: translate(-50%,0);
}
.menu-area a.menu_top:before {
  background: url(../img/icon_header_menu_01.svg) no-repeat;
}
.menu-area span.menu_about:before {
  background: url(../img/icon_header_menu_02.svg) no-repeat;
}
.menu-area span.menu_join:before {
  background: url(../img/icon_header_menu_03.svg) no-repeat;
}
.menu-area span.menu_guid:before {
  background: url(../img/icon_header_menu_04.svg) no-repeat;
}
.menu-area a.menu_program:before {
  background: url(../img/icon_header_menu_05.svg) no-repeat;
}
.menu-area span.menu_schedule:before {
  background: url(../img/icon_header_menu_06.svg) no-repeat;
}
.menu-area span.menu_event:before {
  background: url(../img/icon_header_menu_07.svg) no-repeat;
}
.menu > li ul li {
text-align: center;
width: 100%;
}
.menu > li ul li a{
  display: block;
}
.menu > li ul li a.txt_shop_all{
font-size: 12px;
}
.menu > li ul li a.txt_shop_all:hover {
  background-color: var(--shop_all);
  color: #fff !important;
}
.menu > li ul li a.txt_shop_wa:hover {
  background-color: var(--shop_wa);
  color: #fff !important;
}
.menu > li ul li a.txt_shop_mu:hover {
  background-color: var(--shop_mu);
  color: #fff !important;
}
.menu > li ul li a.txt_shop_sh:hover {
  background-color: var(--shop_sh);
  color: #fff !important;
}

/*-------メニュー固定-------*/
/*
#global_nav {
  background: #fff;
  position: static;
  top: -30px;
  transition: all 0.3s ease 0s;
}

#global_nav.fixed {
  left: 0;
  position: fixed;
  top: 0;
  overflow: initial;

}
*/
header.top-head {
  position: fixed;
  margin: 0 auto;
  width: 100%;
  z-index: 999;
  background: #fff;
}
/* footer
---------------------------------------- */
ul.footer-menu.forPC {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 30px;
}
ul.footer-menu.forPC li {
}
ul.footer-menu.forPC li a {
	border-right: 1px solid #7a6a56;
	letter-spacing: 0.2em;
	padding: 1px 20px;
	vertical-align: bottom;
	color: #ffffff;
}
ul.footer-menu.forPC li a:hover {
	text-decoration: underline
}
ul.footer-menu.forPC li:last-child a {
	border: none
}
footer span.adress {
	padding-right: 10px;
}
footer span.fax {
	padding: 0pc 10px;
}
footer {
	background-color: var(--shop_all);
	color: #ffffff;
}
footer .inner {
	position: relative;
  padding: 2rem 1rem;
}
footer .wrapper {
	overflow: hidden;
}

footer .footer-logo .logo {
	display: inline-block;
	position: relative;
	width: 270px;
	height: 115px;
	overflow: hidden;
}
p.footer-logo {
	margin: 0 auto;
}
footer .column {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 20px;
}
footer .column div {
	margin: 20px 50px;
}
footer .column a {
	color: #fff;
}
footer .foot-logo img {
  width: 140px;
	height: auto;

}
footer .column:last-child {
	margin-right: 0;
}
footer .column li {
}
footer .column li:last-child {
	margin-bottom: 0;
}
footer .column li a {
	display: block;
	padding: 5px;
}
footer .column li a:hover {
	text-decoration: underline;
}
footer .column li ul {
	margin-left: 15px;
	color: #808080;
}
footer .column li li {
	font-weight: normal;
	margin-bottom: 1px;
}
footer .foot-address {
	line-height: 1.6;
	font-size: 0.9rem;
	text-align: left;
}
footer .column:last-child ul {
	margin-bottom: 25px;
}
footer .column:last-child ul ul {
	margin-bottom: 0;
}
p.contact_btn a {
	background-color: #fff;
	padding: 5px 30px;
	border: 1px solid #000;
	font-weight: 600;
}
p.contact_btn a:hover {
	background-color: #9f9080
}
footer .column p.contact_btn {
	margin-left: auto;
	line-height: 3em;
}
footer span.tel {
	padding-left: 10px;
}
.copyright {
  font-size: 0.8em;
  letter-spacing: 0.1em;
}
.footer_official {
  display: flex;
  flex-direction: column;
  width: 280px;
}
.footer_sitemap {
  width: calc(100% - 280px);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -2rem;
  padding-left: 2rem;
}
.footer_flex {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
}
.sitemap_box h2 {
  font-size: 1rem;
  line-height: 0.8em;
}
.sitemap_box {
  width: 33%;
}
.footer_bottom .inner {
  display: flex;
  justify-content: space-between;
}
ul.footer-menu_bottom {
  display: flex;
}
.footer_bottom {
  background: #D85058;
}

.footer_logo_box p {
  text-align: center;
}
.footer_logo_box {
  margin-bottom: 4rem;
}
span.left_icon.insta {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  display: block;
}
.footer_sns_box ul {
  display: flex;
  justify-content: space-between;
  width: auto;
}
.footer_sns_box ul.insta_items {
  margin-bottom: 1.5rem;
}
.footer_sns_box ul li {
}
.footer_sns_box ul li a{
  padding: 0.75rem;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex-flow: column;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 8px;
}


.footer_sns_box ul li a:first-child{
  xmargin-bottom: 1rem;
}
.footer_sns_box ul.insta_items li a:before{
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-size: contain;
  background: url(../img/icon_Instagram.svg) no-repeat;
  background-position: top center;
}
.footer_sns_box ul.line_items li a:before{
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-size: contain;
  background: url(../img/icon_line.svg) no-repeat;
  background-position: top center;
}
@media screen and (min-width: 481px) {
  .footer_sns_box ul.line_items li a{
    height: auto;
  }
.footer_sns_box ul.line_items li:nth-child(1) a:before{
  background: url(../img/line_qr_wa.jpg) no-repeat;
  width: 80px;
  height: 80px;
  background-size: cover;
  margin-bottom: 0.4rem;
}
.footer_sns_box ul.line_items li:nth-child(2) a:before{
  background: url(../img/line_qr_mu.jpg) no-repeat;
  width: 80px;
  height: 80px;
  background-size: cover;
  margin-bottom: 0.4rem;

}
.footer_sns_box ul.line_items li:nth-child(3) a:before{
  background: url(../img/line_qr_sh.jpg) no-repeat;
  width: 80px;
  height: 80px;
  background-size: cover;
  margin-bottom: 0.4rem;

}
.footer_sns_box ul.line_items li a {
  height: auto;
  padding-top: 0;
  border-top-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-radius: 0;
}
.footer_sns_box ul.line_items li a:before{
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-size: contain;
  background: url(../img/icon_line.svg) no-repeat;
  background-position: top center;
}
}
.footer_sns_box ul li a:hover{
opacity: 0.8;
}
.sitemap_box ul li {
  padding: 0 0 0.5rem;
}
.sitemap_box ul li a {
  font-size: 12px;
  color: #fff;
}
.sitemap_box ul li a:before {
  content: "-";
  width: 1rem;
  height: 1rem;
  padding-right: 0.5em;
}
.sitemap_box ul li a:hover{
opacity: 0.7;
}
.footer_sns_box span {
  margin-bottom: 0.5rem;
  display: block;
}
.footer_sitemap .sitemap_box {
  margin-bottom: 2rem;
}
ul.footer-menu_bottom li{

}
ul.footer-menu_bottom li a {
  font-size: 12px;
  color: #fff;
}
ul.footer-menu_bottom li {
  padding: 0 1rem;
  border-right: 1px solid #fff;
}
ul.footer-menu_bottom li:last-child{
  border-right:0;
}
/*====================
コンテンツスタイル
====================*/

.box_bg_photo {
	xposition: relative;
	height: 100vh;
	xheight: 710px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
 -ms-flex-direction: column flex-direction: column
}

/* index
---------------------------------------- */
main.index section {
	padding: 50px 0px 50px 0px;
}
main.index section.index_guide{
	padding: 0;
}
main.index section.index_action{
  padding: 30px 0px;
}
main.index section.index_guide .gray_filter{
	padding: 50px 0px 50px 0px;
}

.swiper-slide a:hover {
  opacity: 0.7;
}
.swiper-button-prev, .swiper-button-next{
  fill: #231815;
}
main.index section:nth-child(odd) {
	background: #f9f9f9;
}
/*おすすめ情報*/

.recommend-box {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.recommend-items {
  width: 49%;
  height: 152px;
  border: 1px solid #f6f6f6;
  margin-bottom: 2%;
  background-color: #fff;
}
.recommend-items a{
  display: flex;
  justify-content:start;
  align-items: start;
}
.recommend-items a:hover{
opacity: 0.8;
}
.recommend-img {
  width: 241px;
  height: 152px;
}
.recommend-img iframe {
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;

}
.expansion{
margin:0 auto;
overflow:hidden;
}
.expansion img{
transition:1s all;
min-height: 100%;
min-width: 100%;
object-fit: cover;
}
.expansion img:hover{
  transform:scale(1.2,1.2);
  transition:1s all;
}

.recommend-txt {
  padding:1rem;
  background: #fff;
  width: calc(100% - 241px);
}
.recommend-txt p {
  font-weight: 700;
  font-size: 1rem;
}
.category {
  color: #fff;
  margin-bottom: 0.7rem;
}
.category span{
  padding: 0.4rem 0.5rem;
  border-radius: 4px;
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 0.9em;

}
.categories {
  min-width: 100px;
  text-align: center;
}
.times{
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 0.7rem;
  display: block;
}

/*会員様へのお知らせ*/

li.info-items .category {
  display: inline-block;
  margin-right: 0.5rem;
}
li.info-items span.times{
  display: inline-block;
  margin-right: 0.5rem;
}
li.info-items p{
  display: inline-block;
}
li.info-items dl {
  display: flex;
}
li.info-items dl dd {
  font-size: 1.15rem;
  font-weight: 700;
}
li.info-items a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 1.5rem 0 1rem;
}
li.info-items a:hover{
  border-bottom: 1px solid var(--shop_all);
  background: rgb(255 255 255 / 50%);
}
/*初めてのリフレ*/
.index_guide{
  position: relative;
  background: url("../img/index_guide_bg.jpg") center / cover;
  width: 100%;
  min-height: 100%;
}
.guide_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

a.guide_box_items {
  width: 49%;
  height: 240px;
  background: #ddd;
  margin-bottom: 2%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  cursor: pointer;
  padding: 1rem;
}
a.guide_box_items.item_01{
  background: var(--shop_all);
}
a.guide_box_items.item_02{
  background: #3884D0;
}
a.guide_box_items.item_03{
  background: #E3872C;
}
a.guide_box_items.item_04{
  background: #35C3C9;
}
a.guide_box_items h3{
  color: #fff;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
}
a.guide_box_items h3:before{
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  left: 10%;
  right: 10%;
  transition: all 0.2s linear;
}
a:hover.guide_box_items h3:before{
  width: 60%;
  left: 20%;
  right: 20%;
}
a.guide_box_items span{
}
a.guide_box_items span.hover {
  opacity: 0;
  transition: opacity 0.3s;
  color: #fff;
  text-align: center;
}
a:hover.guide_box_items span.nomal {
  opacity: 0;
  transition: opacity 0.3s;
}


a:hover.guide_box_items span.hover {
  color: #fff;
  opacity: 1;
  transition: opacity 0.3s;
  line-height: 1.6em;
}
.switch {
  position: relative;
  height: 115px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.switch span{
  position: absolute;
}
.guid_infobox {
  border: 1px solid #fff;
  background: rgb(0 0 0 / 50%);
  padding: 2rem;
  margin-bottom: 2rem;
}
.guid_infobox h2 {
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 1rem;
}
.guid_infobox .headline_box{
  padding: 0;
}
.guid_infobox .headline_box h2{
  color: #fff;
}
.flex_btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.flex_btn.four div{
  width: 24%;
}
.flex_btn.four div a{
  min-width: initial;
}
.flex_btn div{
  width: 32%;
}
.flex_btn .single{
  margin-right: auto;
  margin-left: auto;
}


/*施設案内*/

.index_infobox {
  display: flex;
  justify-content: space-between;
}
.index_infobox_items {
  width: 32%;
}
a.shop_img_box {
  position: relative;
  display: block;
  cursor: pointer;
}
.shop_img_box h4{
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 1.2em;
  width: 100%;
  text-align: center;
}
.shop_img {
  mix-blend-mode: multiply;
  margin-bottom: 1rem;
}
.shop_img img{
  width: 100%;
}
.shop_img h4 {
  position: absolute;
}
.shop_txt h4 {
  font-size: 1.1em;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}


/*index_アクション*/
.index_action {
  background: #231815;
}
.action_item {
  display: flex;
  justify-content: space-between;
}
.action_items {
  width: 50%;
}
.action_items:nth-child(1) {
padding-right: 20px;
border-right: 1px solid rgb(255 255 255 / 50%);
}
.action_items:nth-child(2) {
  padding-left: 20px;
  }
.action_items .btn_box{
  display: flex;
  justify-content: space-between;
}
.tour_box h3:before{
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 0.5em;
  background: url(../img/icon_btn_join.svg) no-repeat;
}
.join_box h3:before{
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 0.5em;
  background: url(../img/icon_btn_taiken.svg) no-repeat;
}
h3.action_title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.2em;
}

/*コロナ*/
.covid {
  border: 1px solid #01B2B8;
  background: #E2FEFF;
  padding: 2rem;
}
.covid h3 {
  color: #01B2B8;
  font-size: 2.4rem;
  border-bottom: 1px solid #01B2B8;
  text-align: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.covid h4 {
  margin-bottom: 1rem;
  font-size: 1.2em;
}
.covid h3 span{
  color: #FF7700;
}
.photo_box_img img {
  margin-bottom: 1rem;
}
.photo_box_img img:nth-child(2){
  margin-bottom: 0;
}

/*バナー*/
.index_ban {
}
.index_ban.flex a:hover {
  opacity: 0.7;
}
/* #contact
---------------------------------------- */
main.contact form {
	width: 100%;
}
main.contact form dl dt {
	padding: 0;
	width: 180px;
	line-height: 35px;
}
main.contact form dl dd {
	width: 750px;
}
main.contact form .description {
	color: #EC1C24;
}
main.contact form .attention {
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.7;
}
main.contact form #privacy {
	overflow: auto;
	box-sizing: border-box;
	padding: 30px;
	height: 173px;
	border: 1px solid #B2B2B2;
}
main.contact .wpcf7-response-output {
	box-sizing: border-box;
	border-radius: 4px;
	margin: 50px auto 0 auto;
	padding: 10px 15px;
	width: 960px;
	color: #F16B3A;
	font-weight: bold;
	text-align: center;
}
main.contact .wpcf7c-conf:not(#reset) {
	background-color: #FFEF32;
}
.contactArea p.text {
	padding-bottom: 50px;
	font-size: 1.2em;
}
main.contact .cont {
	padding-bottom: 100px;
}
p.error_messe {
	line-height: 2em;
	color: #f51414;
}
/*----------------------------------------------------------------------------
XX：for other devices
----------------------------------------------------------------------------*/
/*@import '_aside.scss';*/
/*@import '_table.scss';*/
/*.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}*/
.u8fadeItem {
	transition: .8s;
}
.u8fadeItem.fadeDelay {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.u8fadeItem.fadeIn {
	opacity: 0;
	filter: alpha(opacity=0);
}
.u8fadeItem.fadeIn.efdone {
	opacity: 1;
	filter: alpha(opacity=100);
}
.u8fadeItem.fadeInDown {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}
.u8fadeItem.fadeInDown.efdone {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.u8fadeItem.fadeInUp {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}
.u8fadeItem.fadeInUp.efdone {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

/*====================
ページ先頭ボタン
 ====================*/
#page-top {
	width: 70px;
	height: 70px;
	position: fixed;
	right: 10px;
	bottom: -50px;
	background: #808080;
	opacity: 0.6;
	z-index: 99;
  border-radius: 8px;
}
#page-top a {
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	text-decoration: none;
}
#page-top a::before {
  font-family: FontAwesome;
  content: '\f077';
  font-size: 40px;
  color: #fff;
  position: absolute;
  width: 50px;
  height: 50px;
  margin: auto;
  text-align: center;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  transform: translate(-50%,0);
}
/*====================
ぱんくず
 ====================*/
.breadcrumb {
	text-align: left;
	padding: 10px 0px 40px 0px;
}
.breadcrumb li {
	display: inline;/*横に並ぶように*/
	list-style: none;
}
.breadcrumb li:after {/* >を表示*/
	content: '>';
	padding: 0 3px;
  color: #999;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
  color: #999;
}
.breadcrumb li a:hover {
	text-decoration: underline;
}

/*====================
下層
 ====================*/
h1.pages-h1 {
  font-size: 1.4rem;
  font-weight: 400;
}
h2.pages-h2 {
	text-align: left;
	border-top: 1px solid #172f7a;
	border-bottom: 1px solid #172f7a;
	padding: 20px 0px;
	color: #172f7a;
	margin-bottom: 25px;
}

h2.pages-h2 span {
	font-size: 0.5em;
	color: #000;
	padding-left: 10px;
}
p.catch {
	line-height: 1.6rem;
	font-size: 1rem;
}
table.office-table {
	margin: 20px auto;
	font-size: 1.2em;
	width: 100%;
}
.office-table th {
	background-color: #eee;
	border: solid 1px #777;
	padding: 30px 10px;
	border-right: none;
	border-left: none;
}
.office-table td {
	border: solid 1px #777;
	border-left: none;
	padding: 20px;
	border-right: none;
}
section.cont-02 {
	padding: 50px 0px;
}
/*====================
下層ヘッダー
 ====================*/
 .pages-ttl {
}
h1.pages-h1 {
  color: #fff;
  text-align: center;
  line-height: 1.2em;
  letter-spacing: 0.25em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}
.pages-ttl_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
}
.pages-ttl_bg.process {
  background-image: url(../img/pages_header_process.jpg);
}
.pages-ttl_bg.process_wa {
  background-image: url(../img/pages_header_process_wa.jpg);
}
.pages-ttl_bg.process_mu {
  background-image: url(../img/pages_header_process_mu.jpg);
}
.pages-ttl_bg.process_sh {
  background-image: url(../img/pages_header_process_sh.jpg);
}
.pages-ttl_bg.info_wa {
  background-image: url(../img/pages_header_info_wa.jpg);
}
.pages-ttl_bg.info_mu {
  background-image: url(../img/pages_header_info_mu.jpg);
}
.pages-ttl_bg.info_sh {
  background-image: url(../img/pages_header_info_sh.jpg);
}
.pages-ttl_bg.all {
  background-image: url(../img/pages_header_all.jpg);
}
.gray_filter {
  background-color: rgba(0,0,0,0.25);
  height: 100%;
}
.wa_filter {
  background-color: rgba(0,0,0,0.25);
  xbackground-color: rgb(93 168 110 / 70%);
  height: 100%;
}
.mu_filter {
  background-color: rgba(0,0,0,0.25);
  xbackground-color: rgb(100 116 193 / 70%);
  height: 100%;

}
.sh_filter {
  background-color: rgba(0,0,0,0.25);
  xbackground-color: rgb(225 139 54 / 70%);
  height: 100%;
}
/*====================
下層見出し
 ====================*/
 /*====================
見出し
====================*/


.ttl_box {
	position: relative;
	font-size: 2.5em;
  padding: 0 0 2rem 0;
	text-align: center;
	margin: 0 auto;
}
.ttl_box .sub-ttl {
  text-align: center;
  font-size: 1.6rem;
  margin: 0 auto;
  font-family: 'Courgette', cursive;
  padding-bottom: 0.5rem;
}
.ttl_box h2{
	position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  padding-bottom: 1rem;
}
.index_guide .ttl_box h2{
  color: #fff;
}
.ttl_box h2::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 50px;
	height: 2px;
	margin: 0 auto;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
}
.ttl_box .catch {
	text-align: center;
	margin-bottom: 25px;
  line-height: 1.6rem;
}
.index_guide .ttl_box .catch {
  color: #fff;
}

.headline_box{
  padding: 0 0 2rem 0;
}

 .headline_box h2.pages-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.8rem;
  display: flex;
  align-items: center;
}

.headline_box h2.pages-ttl:before,
.headline_box h2.pages-ttl:after {
     content: "";
     height: 1px;
     flex-grow: 1;
 }
 .headline_box h2.pages-ttl:before {
  margin-right: 1rem;
}
.headline_box h2.pages-ttl:after {
  margin-left: 1rem;
}

.headline_box h2.pages-ttl.shop_all{
  color: var(--shop_all);
}
.headline_box h2.pages-ttl.shop_wa{
  color: var(--shop_wa);
}
.headline_box h2.pages-ttl.shop_mu{
  color: var(--shop_mu);
}
.headline_box h2.pages-ttl.shop_sh{
  color: var(--shop_sh);
}
.headline_box h2.pages-ttl.white{
  color: #fff;
}
.headline_box h2.pages-ttl.shop_all:before,
.headline_box h2.pages-ttl.shop_all:after{
  background-color: var(--shop_all);
}
.headline_box h2.pages-ttl.shop_wa:before,
.headline_box h2.pages-ttl.shop_wa:after{
  background-color: var(--shop_wa);
}
.headline_box h2.pages-ttl.shop_mu:before,
.headline_box h2.pages-ttl.shop_mu:after{
  background-color: var(--shop_mu);
}
.headline_box h2.pages-ttl.shop_sh:before,
.headline_box h2.pages-ttl.shop_sh:after{
  background-color: var(--shop_sh);
}
.headline_box h2.pages-ttl.white:before,
.headline_box h2.pages-ttl.white:after{
  background-color: rgb(255 255 255 / 50%);
}
.headline_box p.catch {
  text-align: center;
}

 h3.pages-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
  padding-left: 38px;
  position: relative;
}
 h3.pages-ttl:before{
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: contain;
  margin-right: 0.2em;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -18px;
 }
h3.pages-ttl.shop_all:before{
  background-image: url(../img/icon_title_shop_all.svg);
}
h3.pages-ttl.shop_wa:before{
  background-image: url(../img/icon_title_shop_wa.svg);
}
h3.pages-ttl.shop_mu:before{
  background-image: url(../img/icon_title_shop_mu.svg);
}
h3.pages-ttl.shop_sh:before{
  background-image: url(../img/icon_title_shop_sh.svg);
}

h4.pages-ttl {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  padding-bottom: 0.8rem;
  position: relative;
}
h4.pages-ttl:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
}
h4.pages-ttl.shop_all:before{
  background-color: var(--shop_all);
}

ol.list_parentheses {
	padding: 0 0 2em 1em;
}

ol.list_parentheses li {
	list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt;
    padding: 3px 0;
    padding-left: 1em;
    text-indent: -1.6em;
}
ol.list_parentheses li:before {
	content: "(" counter(cnt) ") ";
}

h4.pages-ttl.shop_wa:before{
  background-color: var(--shop_wa);

}
h4.pages-ttl.shop_mu:before{
  background-color: var(--shop_mu);

}
h4.pages-ttl.shop_sh:before{
  background-color: var(--shop_sh);
}
h5.pages-ttl {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
h5.pages-ttl:before {
  content:"";
  border-left-style:solid;
  border-width: 5px;
  padding-right: 0.5rem;
}
h5.pages-ttl.shop_all:before{
  color: var(--shop_all);
}
h5.pages-ttl.shop_wa:before{
  color: var(--shop_wa);
}
h5.pages-ttl.shop_mu:before{
  color: var(--shop_mu);
}
h5.pages-ttl.shop_sh:before{
  color: var(--shop_sh);
}

/*====================
下層contactボックス
 ====================*/
 .contact_pc-row .contact_box:not(:last-child){
  margin-bottom: 2rem;
  }
  .contact_pc-row  .contact_box.border_shop_wa{
    background-color: var(--shop_wa);
  }
  .contact_pc-row  .contact_box.border_shop_mu{
    background-color: var(--shop_mu);
  }
  .contact_pc-row  .contact_box.border_shop_sh{
    background-color: var(--shop_sh);
  }
  .contact_box.border_shop_wa span.txt_shop_wa,
  .contact_box.border_shop_mu span.txt_shop_mu,
  .contact_box.border_shop_sh span.txt_shop_sh{
    background: #fff;
  }

  .contact_pc-row h5.pages-ttl.shop_wa:before,
  .contact_pc-row h5.pages-ttl.shop_mu:before,
  .contact_pc-row h5.pages-ttl.shop_sh:before{
    color: #ff9;
  }

  .contact_pc-row .contact_box{
    color: #fff;
  }
  .contact_navi ul {
    display: flex;
    justify-content: space-between;
    margin-bottom:1rem;
}

.contact_navi ul li{
  width: 32%;
}

.contact_navi ul li a{
  border-radius: 8px;
  color: #fff;
  text-align: center;
  display: block;
  padding: 0.5em;
  line-height: 1.2em;
}
.contact_navi ul li a:after {
  content: "▼";
  display: block;
  font-size: 0.5rem;
}
 @media screen and (min-width: 481px) {
	/* 481px以上に適用されるCSS（タブレット用） */
  .contact_pc-row {
    display: flex;
    justify-content: space-between;
  }
  .contact_pc-row .contact_box {
    width: calc(32%);
  }
  .contact_pc-row .contact_box:not(:last-child){
    margin-bottom: 0;
    }
  .contact_pc-row .contact_box .contact_items {
    flex-flow: column;
  }
  .contact_pc-row .contact_box h4.pages-ttl span{
    margin-left: 0;
  }
  .contact_pc-row .contact_box .btn.btn_tel a{
    font-size: 2rem;
  }

  .contact_pc-row .contact_box h4.pages-ttl span{
    width: 100%;
    font-size: 0.9rem;
    text-align: center;
    margin-top: 5px;
  }
  .contact_pc-row h4.pages-ttl.shop_wa:before,
  .contact_pc-row h4.pages-ttl.shop_sh:before,
  .contact_pc-row h4.pages-ttl.shop_mu:before{
    height: 0;
  }
  .contact_pc-row h4.pages-ttl{
    padding-bottom: 0;
  }

  .contact_pc-row .btn.btn_tel{
    text-align: left;
  }
  .contact_pc-row .hours{
    text-align: left;
  }


  .contact_pc-row .btn_l a, .btn_l input{
    min-width: initial;
  }

  .contact_pc-row .contact_box,
  .contact_pc-row .contact_box .btn.btn_tel a{
    color: #fff;
  }
}










 .contact_box {
  border-style: solid;
  border-width: 2px;
  border-radius: 8px;
  padding: 1.5rem;
  background-color: #fff;
}

.contact_box h4.pages-ttl span {
  color: #fff;
  padding: 0.2rem 0.5rem;
  font-size: 1rem;
  margin-left: 0.6rem;
  display: inline-block;
}

.contact_box .contact_items {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.contact_box .contact_items .contact_box_tel,
.contact_box .contact_items .contact_box_form{
  width: 100%;
}
.contact_box .btn.btn_tel a{
  font-size: 3rem;
  font-weight: 700;
  padding-left: 0;
  padding-right:0;
  padding-top:0;
  padding-bottom: 0;
  margin: 0 0 0.7rem;
  letter-spacing: 0;
  background: none;
  cursor: default;
}
.contact_box .btn.btn_tel a span{
  font-size: 0.6em;
}



.contact_box .contact_items.column {
  flex-flow: column;
}

.contact_items.column .contact_box_tel {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.shop_footer{
  padding: 4rem 0;
}

.shop_footer .contact_box {
  margin-bottom: 0;
}
/*====================
サブメニュー
 ====================*/
 .sub_menu_illust{
   position: relative;
 }
.sub_menu_illust .img01{
  background-repeat: no-repeat;
  width: 80px;
  height: 76px;
  position:absolute;
  left: 0;
  bottom: -1;
}
.sub_menu_illust .img02{
  background-repeat: no-repeat;
  width: 167px;
  height: 93px;
  position:absolute;
  right: 0;
  bottom: -1;
}
.sub_menu_illust.shop_all .img01{
  background-image: url(../img/submenu_header_shop-all_img01.png);
}
.sub_menu_illust.shop_all .img02{
  background-image: url(../img/submenu_header_shop-all_img02.png);
}
.sub_menu_illust.shop_wa .img01{
  background-image: url(../img/submenu_header_shop-wa_img01.png);
}
.sub_menu_illust.shop_wa .img02{
  background-image: url(../img/submenu_header_shop-wa_img02.png);
}
.sub_menu_illust.shop_mu .img01{
  background-image: url(../img/submenu_header_shop-mu_img01.png);
}
.sub_menu_illust.shop_mu .img02{
  background-image: url(../img/submenu_header_shop-mu_img02.png);
}
.sub_menu_illust.shop_sh .img01{
  background-image: url(../img/submenu_header_shop-sh_img01.png);
}
.sub_menu_illust.shop_sh .img02{
  background-image: url(../img/submenu_header_shop-sh_img02.png);
}
.sub_menu{
  margin-bottom: 2rem;
}
ul.sub_menu_list {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 164px;
}
ul.sub_menu_list li{
}
ul.sub_menu_list li a {
  color: #fff;
  position: relative;
  display: block;
  padding-top: 2.4rem;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
}
ul.sub_menu_list li a:hover{
  background-color: rgba(255, 255, 255, 0.1);
}


ul.sub_menu_list li a:before{
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  position: absolute;
  top: 36%;
  left: 50%;
  right: 50%;
  transform: translate(-50%,0);
}
ul.sub_menu_list.about li:nth-child(1) a:before{
  background: url(../img/icon_submenu_what-is_01.svg) no-repeat;
}
ul.sub_menu_list.about li:nth-child(2) a:before{
  background: url(../img/icon_submenu_what-is_02.svg) no-repeat;
}

ul.sub_menu_list.about li:nth-child(3) a:before{
  background: url(../img/icon_submenu_what-is_03.svg) no-repeat;
}
ul.sub_menu_list.about li:nth-child(4) a:before{
  background: url(../img/icon_submenu_what-is_04.svg) no-repeat;
}
ul.sub_menu_list.about li:nth-child(5) a:before{
  background: url(../img/icon_submenu_what-is_05.svg) no-repeat;
}
ul.sub_menu_list.about li{
  width: 25%;
}
ul.sub_menu_list.shops_join li:nth-child(1) a:before{
  background: url(../img/icon_submenu_join_01.svg) no-repeat;
}
ul.sub_menu_list.shops_join li:nth-child(2) a:before{
  background: url(../img/icon_submenu_join_02.svg) no-repeat;
}
ul.sub_menu_list.shops_join li:nth-child(3) a:before{
  background: url(../img/icon_submenu_join_03.svg) no-repeat;
}
ul.sub_menu_list.shops_join li:nth-child(4) a:before{
  background: url(../img/icon_submenu_join_04.svg) no-repeat;
}

ul.sub_menu_list.shops_join li{
  width: 25%;
}
ul.sub_menu_list.shops_info li:nth-child(1) a:before{
  background: url(../img/icon_submenu_guid_01.svg) no-repeat;
}
ul.sub_menu_list.shops_info li:nth-child(2) a:before{
  background: url(../img/icon_submenu_guid_02.svg) no-repeat;
}
ul.sub_menu_list.shops_info li:nth-child(3) a:before{
  background: url(../img/icon_submenu_guid_03.svg) no-repeat;
}
ul.sub_menu_list.shops_info li:nth-child(4) a:before{
  background: url(../img/icon_submenu_guid_04.svg) no-repeat;
}
ul.sub_menu_list.shops_info li:nth-child(5) a:before{
  background: url(../img/icon_submenu_guid_05.svg) no-repeat;
}
ul.sub_menu_list.shops_info li:nth-child(6) a:before{
  background: url(../img/icon_submenu_guid_06.svg) no-repeat;
}
ul.sub_menu_list.shops_info li{
  width: 25%;
}

/*====================
流れ step
 ====================*/
 .flow_box{
   margin-bottom: 2rem;
 }
 .flow_box.step dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  position: relative;
  justify-content: space-between;
  border: 1px solid #eee;
}
.flow_box.step dl:before {
  content: url(../img/arrow_bottom.png);
  position: absolute;
  bottom:-2rem;
  left: 50%;
  transform: translateX(-50%);
}
.flow_box.step dl:last-child{
  margin-bottom: 2rem;
}
.flow_box.step dl:last-child:before {
  content: "";
}
.flow_box.step dl dt,
.flow_box.step dl dd{
  min-height: 80px;
  font-weight: 700;
  padding: 1rem;
}

.flow_box.step dl dt{
  width: 20%;
  display: flex;
  background-color: var(--shop_all);
  justify-content: center;
  align-items: center;
  color: #fff;
}
.flow_box.step.wide dl dt{
  width: 40%;
  text-align: center;
}
.flow_box.step dl dd{
  width: 80%;
  display: flex;
  padding-left: 1rem;
  justify-content: start;
  align-items: center;
  background: #fff;
  flex-wrap: wrap;
}
.flow_box.step dl dd p{
  margin-bottom: 0;
}

.flow_box.step.wide dl dd{
  width: 60%;
}
.flow_box.step dl dd p span {
  display: block;
}

.flow_box.step.step_column dl dd{
  width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column;
}
.flow_box.step.step_column dl dd h4 {
  width: 100%;
}
.flow_box.step.step_column dl dd p{
margin-bottom: 1rem;
font-weight: 400;
}
.flow_box.step.step_column dl dd ul{
  margin-bottom: 1rem;
  font-weight: 400;
}

/*====================
流れ namber
 ====================*/
 .flow_box.number dt{
   border-bottom:1px solid #ed6b73;
   font-weight: 700;
   font-size: 1.2rem;
   margin-bottom: 1rem;
 }
 .flow_box.number dd{
  margin-bottom: 2rem;
 }
.flow_box.number dt span.number_box {
  border: 1px solid #ed6b73;
  text-align: center;
  background: #ed6b73;
  padding: 1rem;
  color: #fff;
  display: inline-block;
  margin-right: 1em;
  /* 左上のみ角丸 */
border-top-left-radius: 6px;
-webkit-border-top-left-radius: 6px;
-moz-border-radius-topleft: 6px;
/* 右上のみ角丸 */
border-top-right-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topright: 6px;
/* 左下のみ角丸 */
border-bottom-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-bottomleft: 0px;
/* 右下のみ角丸 */
border-bottom-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-bottomright: 0px;
}
.photo_box.flex{
  align-items: start;
}

.photo_box_img {
  width: 241px;
}
.wide .photo_box_img{
  width: 328px;
}
.photo_box_img iframe {
  width: 100%;
  min-height: 184px;
}
.photo_box_txt {
  width: calc(100% - 261px);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  min-height: 166px;
}
.wide .photo_box_txt{
  width: calc(100% - 348px);
}
/*画像用意できるまでstart*/
.program .photo_box_txt {
  min-height: auto;
}
.program .wide .photo_box_txt{
  width: calc(100%);
}
/*画像用意できるまでend*/

.photo_box_txt p {
  margin-bottom: 1rem;
}
.photo_box_txt ul {
  margin-bottom: 1rem;
}
.photo_box_txt li {
  margin-bottom: 0.5em;
  text-indent: -1rem;
  margin-left: 1rem;
}
.photo_box_txt li:before,
.flow_box.step.step_column li:before{
  font-family: FontAwesome;
  content: '\f0da';
  font-size: 1.2rem;
  padding-right: 0.5rem;
  color: #ed6b73;
}
/*====================
ボーダーボックス
 ====================*/
 .border_box {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #707070;
  margin-bottom: 2rem;
}
.border_box.wide{
  padding: 40px;
}

/*====================
プログラム
 ====================*/

 .imp_shops dl {
  padding-top: 1rem;
  border-top: 1px solid #ddd;
}
 .imp_shops dl dt {
  display: inline-block;
  background: #ddd;
  padding: 0.5em;
}
.imp_shops dl dd {
  display: inline-block;
  padding-left:1rem ;
}
/*====================
リクルート
 ====================*/
 dl.recruit_box dd {
  margin-bottom: 2rem;
}
/*====================
提携医療機関
 ====================*/
 .hospital_name {
  margin-bottom: 2rem;
}
.hospital_box {
  margin-bottom: 2rem;
}
.doctor_box {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 1rem;
}
.doctor_txt {
  font-size: 1.2rem;
  line-height: 1.4em;
  padding-left: 1rem;
}
.doctor_txt span{
  font-size: 1rem;
  display: block;
}

.doctor_profile {
  text-align: left;
  margin-bottom: 1rem;
}
ul.disc_list li {
  margin-left: 0.6rem;
  text-indent: -0.6rem;
  line-height: 1.6em;
}
ul.disc_list li:before {
  content: "・";
}
p.hospital_tel {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}
p.hospital_tel span{
  font-size: 1.4rem;
}
/*====================
process
 ====================*/

ul.necessary {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}
ul.necessary li{
  border: 1px solid #999;
  width: 23%;
  text-align: center;
  padding: 1rem;
  font-size: 1em;
}
.catch_img {
  max-width: 676px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.catch_img img{
  margin-bottom: 1rem;
}
.catch_img iframe{
  width: 100%;
  height: 380px;
}
/*====================
info
 ====================*/

.info_map iframe {
  width: 100%;
  height: 400px;
  margin-bottom: 1rem;
}
.schedule_box {
  border-width: 1px;
  border-style: solid;
  padding: 2rem;
}
.schedule_box dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.schedule_box dl dt, .schedule_box dl dd {
  width: 50%;
}
.schedule_box dl dt {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.schedule_box dl dd {
  border-radius: 8px;
}
.schedule_box dl dd a{
  color: #fff;
  padding: 1rem;
  text-align: center;
  display: block;
}
.schedule_box dl dd:hover{
  opacity: 0.8;
}

.info_price {
}
.info_price table{
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.info_price table tbody{
  width: 49%;
}
.info_price table th,
.info_price table td{
}
.info_price table th{
}
.info_price table td{
}
/*====================
program
 ====================*/
 .program_detail table {
  margin-bottom: 2rem;
}
.program_detail table th{
  font-weight: 700;
  text-align: center;
}

.program_detail table tr:nth-child(n + 2) td:nth-child(1),
.program_detail table tr:nth-child(n + 2) td:nth-child(2),
.program_detail table tr:nth-child(n + 2) td:nth-child(4){
  white-space: nowrap;
}
.program_detail table tr:nth-child(n + 2) td:nth-child(2),
.program_detail table tr:nth-child(n + 2) td:nth-child(4){
text-align: center;
}
/*	メリット
------------------------------------------------------------*/
.features {
  margin-bottom: 4rem;
}
.features_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.features_figure {
  display: flex;
  justify-content: start;
  align-items: center;
}
.features_figure div:nth-child(1){
  min-width: 300px;
  text-align: center;
  margin-right: 1rem;
  }
.clinic .features_figure div:nth-child(1),
.refre .features_figure div:nth-child(1){
  background: var(--shop_all);
  color: #fff;
  border-radius: 8px;
  padding: 2rem;
}
.features_figure div:nth-child(1){
  text-align: center;
}
.features_btn{
  width: 50%;
}
/*	メディカルフィットネス
------------------------------------------------------------*/

.big_lead h3 {
  font-size: 2rem;
}
.big_lead h3 span{
  color: var(--shop_all);
}
.big_lead p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.big_lead p span{
  color: var(--shop_all);
}
/*	お知らせ
------------------------------------------------------------*/
.info p.day {
  font-size: 0.9rem;
  font-weight: 900;
  margin-bottom: 1rem;
  border-top: 1px solid #999;
  padding-top: 10px;
}
.info p.ttl {
  font-size: 1.3rem;
  border-bottom: 1px solid #999;
  font-weight: 900;
  padding-bottom: 10px;
}
.info .topicsText {
  line-height: 1.6rem;
  margin-bottom: 2em;
  font-size: 15px;
}

.info p.item-image {
  text-align: center;
}

.info p.item-image img,
.info p.item-image iframe {
  width: 600px;
  height: 350px;
  object-fit: contain;
}

.info .news_area {
  padding: 50px;
  margin-bottom: 50px;
  /* border: 3px solid #ccc; */
  /* border-bottom: 2px solid #ccc; */
  /* border-top: 2px solid #ccc; */
  width: 100%;
  margin: 0 auto 30px;
  background-color: #fff;
}
.info .topics{
  margin-bottom: 25px;
}

ul.news-ph-area {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
ul.news-ph-area li{
width:31%;
margin-left: 1%;
margin-right: 1%;
}
.pdf li {
  margin-bottom: 10px;
  height: 40px;
  border: 1px solid #808080;
  background: #fff;
  zoom: 1;
  overflow: hidden;
  text-align: left;position: relative;
}
.pdf li span {
  line-height: 2.5rem;
  font-size: 0.8rem;
  padding: 0px 10px;
  display: inline-block;
  vertical-align: top;
}
.pdf li img{
position: absolute;
  right: 0;
}


/*	喜びの声
------------------------------------------------------------*/
.b-f_main ol {
  border: 2px solid var(--shop_all);
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
}

.b-f_main ol li {
  list-style-type: decimal;
  font-size: 2rem;
  margin-left: 1.5em;
  font-weight: 700;
}

.b-f_diff {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  border: 1px solid #ddd;
}
.b-f_before, .b-f_after {
  width: 50%;
}
.b-f_before {
  border-right: 1px solid #ddd;
}
.before_title,.after_title{
  color: #fff;
  text-align: center;
  padding: 1.5rem;
  font-size: 1.2rem;
}
.before_title{
  background: #999999;
}
.after_title{
  background: var(--shop_all);
}
.b-f_img {
  height: 500px;
  display: flex;
  justify-content: center;
  background: #fff;
}
.b-f_img img {
}
.b-f_img.before_img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
table.b-f_table {
  margin-bottom: 2rem;
}
table.b-f_table tr {

}
.b-f_box h4 span {
  color: #fff;
  border-radius: 4px;
  font-size: 1rem;
  padding: 0.3rem 0.6rem;
  margin-left: 1rem;
}
.b-f_txt {
  margin-bottom: 1rem;
}
.b-f_txt dl {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid #ddd;
  padding: 0.5rem 0;
}
.b-f_txt dl dt{
  font-weight: 700;
  min-width: 95px;
}
.b-f_txt dl dd{
}
.b-f_txt dl:first-child dd {
  font-size: 1.4em;
}
/*====================
提携医療機関
 ====================*/
 section.sub_menu_tab{
 border-bottom: 4px solid var(--shop_all);
}

 ul.sub_menu_tab {
  display: flex;
  justify-content: space-between;
}

ul.sub_menu_tab li {
  text-align: center;
  width: 49%;
}
ul.sub_menu_tab li a {
  margin-bottom: 0;
  width: 100%;
  background: #999;
  display: block;
  letter-spacing: 0.05em;
  padding: 1.5rem;
  font-size: 14px;
  color: #fff;
    /* 左上のみ角丸 */
  border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  /* 右上のみ角丸 */
  border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  /* 左下のみ角丸 */
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  /* 右下のみ角丸 */
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}
ul.sub_menu_tab li a:hover{
opacity: 0.7;
}
/*====================
採用情報
 ====================*/
.recruit h4.pages-ttl span{
  padding: 0.2rem 0.5rem;
  color: #fff;
  border-radius: 4px;
  font-size: 1rem;
  margin-right: 0.5rem;
}
/*====================
お問い合わせ
 ====================*/
.cont-end .contact_box {
  border-style: initial;
  border-width: initial;
  border-radius: initial;
  padding: 0;
  background-color: initial;
}

/*====================
フォーム内お問い合わせ
 ====================*/
 .cont-tel .shop_footer{
  padding: 2rem 0;
 }
.cont-tel p.hours{
  margin-bottom: 0;
}
.cont-tel h5.pages-ttl{
  text-align: center;
}
.cont-tel h5.pages-ttl:before{
  content: "";
  border-left-style: solid;
  border-width: 0;
  padding-right: 0;
}
.cont-tel .contact_items > div:first-child{
  margin-bottom: 0;
}
ul.other_contact_link{
  margin-bottom: 1rem;
}
ul.other_contact_link li {
  display: inline-block;
  margin-right: 1em;
}
ul.other_contact_link li a{
  color: #fff;
  padding: 0.5rem 1rem;
  display: block;
  border-radius: 8px;
  margin-bottom: 0.75rem;
  font-size: 14px;
}
ul.other_contact_link li a:hover{
opacity: 0.8;
}
/*====================
お知らせ
====================*/
ul.info-box{
  margin-bottom: 2rem;
}

/*====================
business
 ====================*/
article.business_box {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 30px;
}
.business_box_right {
	padding-left: 10px;
}
.business_box_left {
	padding-right: 10px;
}
p.business_img_box {
	width: 250px;
	height: auto;
}
.business_box h3 {
	background-color: #172f7a;
	text-align: left;
	font-size: 1.5em;
	color: #fff;
	padding: 10px;
}
p.comment {
	text-align: left;
	padding: 10px;
	line-height: 2rem;
}
/*====================
company
 ====================*/

ul.list li {
	line-height: 2rem;
}
/*====================
料金
 ====================*/
table.price{
  margin-bottom: 1rem;
}
table.price th,
table.price td{
  white-space: nowrap;
  text-align: center;
}
table.price td{
  line-height: 1.3em;
}
table.price td.wrap{
  white-space:initial;
}

table.price tr td:first-child{
  width: 28%;
  text-align: left;
}
table.price tr td:nth-child(n + 2){
  font-size: 1.1em;
  font-weight: 700;
}
/*
table.price tr:last-child td:nth-child(n + 2){
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
}
*/
table.price tr
table.price tr td:first-child h5{
  font-size: 1.1em;
}
.red{
  color: #d00;
}
table.price td span.detail {
  line-height: 1.4rem;
}
span.tax {
  font-weight: 400;
  font-size: 12px;
}
span.tax_not{
  font-size: 0.8em;
}
table.price h5 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

span.price_ut {
  background: #f6f6f6;
  display: block;
  padding: 0.3rem 0.5rem;
  font-size: 13px;
  margin-top: 0.5rem;
}
/*====================
予約日付
====================*/
.schedule_menu {
  margin-bottom: 2rem;
}
.schedule_main {
  margin-bottom: 1rem;
}

.schedule_menu ul.timemenu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.schedule_menu ul.timemenu li{
  width: 13.8%;
  display: flex;
  justify-content: flex-start;
  flex-flow: column;
  align-items: center;
  border: 1px solid #eee;
  margin-bottom: 1%;
}
.schedule_menu span.selectarea {
  min-height: 54px;
  display: flex;
    align-items: center;
}
.schedule_menu span.comment {
  font-size: 12px;
  padding: 0.5rem;
}
.schedule_menu span.day {
  background-color: #eee;
  width: 100%;
  text-align: center;
  padding: 0.75rem;
}
.schedule_menu span.selectarea button,
.schedule_menu span.selectarea a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 5px;
  background: var(--shop_all);
  color: #fff;
  padding: 8px 16px;
  font-size: 16px;
  cursor: pointer;
}
.schedule_menu span.selectarea button:hover,
.schedule_menu span.selectarea a:hover{
opacity: 0.8;
}
.schedule_legend span {
  display: inline-block;
  padding-right: 1em;
  margin-bottom: 0.5rem;
}
.schedule_legend span b{
  padding-right: 0.2em;
}
.schedule_catch{
  margin-bottom: 4rem;
}
.schedule_catch ul {
  font-weight: 700;
}
.schedule_catch ul li{
  font-size: 1.4em;
  line-height: 1.4em;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
}
.schedule_step{
  background: #999;
  color: #fff;
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
  font-size: 0.85em;
  border-radius: 4px;
}
.store_information {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 1rem;
}
.store_information p {
  margin-bottom: 0;
  margin-bottom: 0.5em;
}
.store_information p:first-child {
  font-size: 1.2rem;
  font-weight: 700;
}
.store_information p:last-child {
  margin-bottom: 0;
}
p.schedule_period {
  font-size: 1.2rem;
  font-weight: 700;
}
.schedule_catch {
  border-width: 1px;
  border-style: solid;
  padding: 1.5rem;
  xborder: 1px solid var(--shop_all);
  padding: 1.5rem;
  xbackground: #ffe;
}
h3.step_h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #999;
  padding-bottom: 0.5em;
}
.step_box.step_box01 {
  margin-bottom: 4rem;
}
/*====================
flex
====================*/
.flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.column_two{
  width: 49%;
}
/*====================
アコーディオン
====================*/


.accordion {
  }
  .accordion label{
    margin-right: 0;
    cursor: pointer;
  }
  .toggle {
  display: none;
  }
  .option {
  position: relative;
  }
  .title,
  .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.5s;
  }
  .title {
  border: solid 1px #ccc;
  padding: 1em;
  display: block;
  color: #231815;
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  }
  .title::after,
  .title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.5s;
  }
  .title::after {
  transform: rotate(90deg);
  }
  .content {
  max-height: 0;
  overflow: hidden;
  }
  .content p {
  }
  .toggle:checked + .title + .content {
  max-height: 1040px;
  transition: all 0.5s;
  }
  .toggle:checked + .title::before {
  transform: rotate(90deg) !important;
  }
  .prohibited.privacypolicy{
    margin-bottom: 20px;
    margin-top: 30px;
  }
table#contactForm-privacypolicy td > p{
  margin-bottom: 0;
}
tr.underage th {
	background-color: #efe0e0;
}
tr.underage_title th {
	white-space: normal;
	text-align: left;
}

/*fixed_btn*/
#fixed_btn {
  position: fixed;
  right: -200px;
	z-index: 100;
}
.fixed_btn {
position: fixed;
}
@media only screen and (min-width: 920px) {
  .fixed_btn {
    bottom: 200px;
    right: 0;
  }
  .fixed_btn ul {
    display: block;
    background: rgb(255 255 255 / 80%);
    border: 1px solid #999;
		border-radius: 6px 0 0 6px;
		border-right: 0;
  }
	.fixed_btn ul li a {
		box-sizing: border-box;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    display: block;
    padding: 14px 36px 14px 14px;
    border-bottom: 1px solid #999;
    font-weight: 700;
  }
	.fixed_btn ul li.fixed_btn_guide a::before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translate(0,-50%);
    background: url(../img/icon_header_menu_03_white.svg) no-repeat;
	}
	.fixed_btn ul li a::after{
		font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    right: 20px;
    margin: auto;
  }
	.fixed_btn ul li:last-child a{
		border-bottom: none;
  }

	.fixed_btn ul li.fixed_btn_guide a{
		color:#fff;
		background-color: var(--shop_all);
		border-radius: 6px 0 0 0;
		position: relative;
		padding-left: 40px;
	}
	.fixed_btn ul li.fixed_btn_wa a{
		color:var(--shop_wa);
	}
	.fixed_btn ul li.fixed_btn_mu a{
		color:var(--shop_mu);
	}
	.fixed_btn ul li.fixed_btn_sh a{
		color:var(--shop_sh);
		border-radius: 0 0 0 6px;
	}
	.fixed_btn ul li a:hover {
		opacity: 0.8;
	}
	.fixed_btn ul li.fixed_btn_guide a:hover {
	}
	.fixed_btn ul li.fixed_btn_wa a:hover {
		color:#fff;
		background:var(--shop_wa);
	}
	.fixed_btn ul li.fixed_btn_mu a:hover {
		color:#fff;
		background:var(--shop_mu);
	}
	.fixed_btn ul li.fixed_btn_sh a:hover {
		color:#fff;
		background:var(--shop_sh);
	}

}
@media only screen and (max-width: 919px) {
  .fixed_btn {
    bottom: 0;
    width: 100%;
  }
  .fixed_btn ul {
    display: flex;
  }
	.fixed_btn ul li {
    height: 60px;
    width: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
  }
	.fixed_btn ul li a {
		display: block;
		color: #fff;
		text-decoration: none;
		text-align: center;
		background-color: var(--shop_all);
		font-weight: 700;

	}
	.fixed_btn ul li a:after{
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    right: 20px;
    margin: auto;
	}
	.fixed_btn ul li.fixed_btn_guide a::before{
		content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    margin-bottom: -2px;
    background: url(../img/icon_header_menu_03_white.svg) no-repeat;
	}

}

.no_fixed_btn .fixed_btn{
	display: none;
}
