@charset "UTF-8";
/*
Theme Name:  Sanki Chiryouin theme
Version: 1.0
*/


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}

html{
    overflow-y: scroll;
	font-size: 62.5%;
}
body {
    /*min-width: 1000px;*/
    background: #f5fcfe;
    text-align: center;
    font-size: 1.8rem;
    color: #333333;
    line-height: 1.8;
    font-weight: 400;
    width: 100%;
    font-family: YakuHanRPs, "M PLUS Rounded 1c", sans-serif;
    font-variant-numeric: tabular-nums;
    /* safari hover対策 */
    -webkit-font-smoothing: antialiased;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
 display:block;
}

ul, ol {
 list-style:none;
}

blockquote, q {
 quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
 content:'';
 content:none;
}

a {
 margin:0;
 padding:0;
 vertical-align:baseline;
 text-decoration: none;
 color: inherit;
}

/* change colours to suit your needs */
ins {
 background-color:#ff9;
 color:#000;
 text-decoration:none;
}

/* change colours to suit your needs */
mark {
 background-color:#ff9;
 color:#000;
 font-style:italic;
 font-weight:bold;
}

del {
 text-decoration: line-through;
}

abbr[title], dfn[title] {
 border-bottom:1px dotted;
 cursor:help;
}

table {
 border-collapse:collapse;
 border-spacing:0;
}

/* change border colour to suit your needs */
hr {
 display:block;
 height:1px;
 border:0;
 border-top:1px solid #cccccc;
 margin:1em 0;
 padding:0;
}

input, select {
 vertical-align:middle;
}

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

button {
 line-height: 1.0;
 background-color: transparent;
 border: none;
 cursor: pointer;
 outline: none;
 padding: 0;
 appearance: none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both {
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

img {
	max-width:100%;
	vertical-align: top;
}

table {
	width:100%;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

a img:hover {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;

	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

.grecaptcha-badge { visibility: hidden; }

/* Parts */
.cent { text-align: center; }
.lef { text-align: left; }
.rig { text-align: right; }

.f_lef { float: left; }
.f_rig { float: right; }

.i_block {
	display: inline-block;
}
.pc_cont,
.pcbr {
	display: block;
}
.sp_cont,
.spbr {
	display: none;
}
.txt_sml {
	font-size: 80%;
}
.txt_lar {
	font-size: 120%;
}
.txt_bold {
	font-weight: 600;
}
.txt_red {
	color: #e54d53;
}
.txt_blue {
	color: #1397dc;
}
.txt_orange {
	color: #f1a100;
}
ul.list_dot li { 
    padding-left: 1em; 
    text-indent: -0.4em;
}
ul.list_dot li:before {
    content: "●";
    color: #f1a100;
    font-size: 60%;
    vertical-align: 2px;
    display: inline-block;
    margin-right: 0.3em;
}
ul.list_check li {
    text-align: left;
    padding-left: 1.5em;
    background: url("images/common/icon_check.png") no-repeat 0 0.1em / 22px auto;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
ul.list_check li:last-child {
	margin-bottom: 0;
}

ol.list_num {
    counter-reset:number;
    list-style-type: none!important;
}

ol.list_num li {
    position: relative;
	background: #ffffff;
	line-height: 1.5;
	padding: 1.5em 0.5em 1em 1em;
}

ol.list_num li:before{
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display:inline-block;
    background: #ec797d;
    color: #ffffff;
    font-size: 1.8rem;
    border-radius: 50%;
    left: 0;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    top: -2%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    left: 0;
    right: 0;
}
ul.list_kome li {
	text-indent: -1em;
	margin-left: 1em;	
}
ul.list_kome li:before {
	content: "※";
}
.link_cir a {
	display: inline-block;
}

.link_cir a,
ul.list_gr li {
	position: relative;
}

.link_cir a:after,
.link_cir a:before {
  display: block;
  content: '';
  position: absolute;
}

.link_cir a:after {
    top: 0;
    bottom: 0;
    right: -1.2em;
    width: 16px;
    height: 16px;
    margin: auto;
    background-color: #86776b;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.link_cir a:before {
    z-index: 2;
    top: 0;
    bottom: 0;
    right: -0.78em;
    width: 4px;
    height: 4px;
    margin: auto;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.txtlink a {
	position: relative;
}

.txtlink a:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 2;
    top: 0.3em;
    left: -1.1em;
    width: 5px;
    height: 5px;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.highlighter {
	background: linear-gradient(transparent 70%, #fefc6c 70%);	
}
.txt_slash:before,
.txt_slash:after {
    display: inline-block;
    content: '';
    width: 1.2em;
    height: 1.2em;
    border-left: 1px solid #333333;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);	
}

.txt_slash:after {
    border-left: none;
    border-right: 1px solid #333333;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.balloon {
  position: relative;
  max-width: 100%;
  background: #ddeff6;
	margin-bottom: 1.5em;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #ddeff6;
}

.btnarea a {
	display : inline-block;
	color: #FFFFFF;
	text-align: center;
	background: #f1a100;
	width: 240px;
	height: 40px;
	line-height: 40px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	position: relative;
}

.btnarea a:before,
#menulist .mainarea nav ul li a:before/*,
#reserve .table_list .btnarea:before*/ {
    display: block;
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
	bottom: 0;
    right: 8%;
	margin: auto;
    width: 7px;
    height: 7px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ttl-border {
	display: flex;
	align-items: center;
}

.ttl-border::before,
.ttl-border::after {
    border-top: 1px solid #333333;
    content: "";
    flex-grow: 1;
}

.ttl-border::before {
	margin-right: 1rem;
}
.ttl-border::after {
	margin-left: 1rem;
}

.table_list dl {
	display: flex;
	line-height: 1.5;
	border-bottom: 1px solid #78c4de;
	padding: 0.8em 0 0.6em;
}
.table_list dl:last-child {
	border-bottom: none;
	padding-bottom: 0.1em;
}
.table_list dl dt {
	color: #1397dc;
	width: 120px;
	text-align: left;	
}
.table_list dl dd {
	text-align: left;
	width: calc(100% - 140px);
}

.table1 {
	background: #ffffff;
	border-top: 1px solid #78c4de;
	border-left: 1px solid #78c4de;
	
}
.table1 th,
.table1 td {
	padding: 0.7em 1em;
	border-right: 1px solid #78c4de;
	border-bottom: 1px solid #78c4de;
	text-align: left;
	line-height: 1.3;
}

.table1 th {
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	background: #f8f7f6;
}

.table2 {
	margin-top: 1em;
	border-top: 1px solid #1397dc;
	border-left: 1px solid #1397dc;	
}
.table2 th,
.table2 td {
	padding: 0.7em 1em;
	border-right: 1px solid #1397dc;
	border-bottom: 1px solid #1397dc;
	text-align: left;
	line-height: 1.6;
}
.table2 th {
	width: 170px;
	text-align: center;
	vertical-align: middle;
	color: #1397dc;
}

/* Header */
header {

}

header .headertop {
	max-width: 1200px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	padding: 20px 40px;
}
header .headertop #logo {
	width: 50%;
	text-align: left;
}
header .headertop #logo a {
    display: inline-block;
    background: url("images/common/logo.svg") no-repeat 0 50% / 64px auto;    
    padding: 0.1em 0 0.1em 62px;
    font-size: 1.3rem;
    line-height: 1.2;
    text-indent: 0.25em;
}
header .headertop #logo a span.mainttl {
	font-size: 3.6rem;
}
header .headertop p {
	width: 50%;
	text-align: right;
	font-size: 1.3rem;
	line-height: 1.4;
}
header .headertop p .lbl {
	display: inline-block;
    font-size: 1.2rem;
    color: #ffffff;
    background: #f1a100;
    border-radius: 2px;
    vertical-align: 0.15em;
    padding: 0 0.5em;
    margin: 0 0.5em;
}
header .headertop p .tel {
	display: inline-block;
	font-size: 2.8rem;
	font-weight: 500;
	vertical-align: -0.1em;
}

/* GlobalNavi */
header nav {
	max-width: 1200px;
	margin: 0 auto 20px;
	padding: 0 40px;
}
header nav ul {
	display: table;
	width: 100%;
}
header nav ul li {
	display: table-cell;	
	line-height: 1;
	position: relative;
}
header nav ul li:before {
	position: absolute;
	display: inline-block;
	content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 1em;
    margin: auto;
    border-left: 1px solid #86776b;
}
header nav ul li:first-child::before,
header nav ul li:last-child::before {
	border-left: none;
}
header nav ul li a {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 500;
	padding: 0 1em;	
}
header nav ul li:last-child a {
	color: #ffffff;
    background: #1397dc url("images/common/icon_mail.svg") no-repeat 15% 50% / auto 10px;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    padding-left: 24px;
	width: 100%;
	box-sizing: border-box;
}
.slicknav_menu {
	display:none;
}

/* footer */
footer{
	background: #ffffff;
}
footer .inner {
	max-width: 900px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.5em 40px 2em;
	margin: 0 auto;
}
footer address {
	font-style: normal;
}
footer address a.logoarea {
	display: flex;
	align-items: center;
	font-size: 2.8rem;
	line-height: 1.3;
	margin-bottom: 0.5em;
	text-align: left;
}
footer address a.logoarea img {
	display: block;
}
footer address a.logoarea span {
	display: block;
	font-size: 1.3rem; 
}
footer address p {
    text-align: left;
    font-size: 1.7rem;
    line-height: 1.4;
}
/*footer address p span {
    display: block;
    font-size: 1.3rem;
}*/

footer .openhour {
	font-size: 1.6rem;
	max-width: 540px;
}
footer .openhour caption {
	color: #ffffff;
	background: #f1a100;
	border-radius: 4px 4px 0 0;
}
.openhour table {
	border-radius: 0 0 4px 4px;
	border-left: 1px solid #f1a100;
	border-right: 1px solid #f1a100;
}
.openhour table th,
.openhour table td {
	padding: 1em;
	font-weight: normal;
	border-bottom: 1px solid #f1a100;
	line-height: 1.3;
}
footer .openhour th {
	/*white-space: nowrap;*/
	border-right: 1px solid #f1a100;
}
footer .openhour p {
    text-align: right;
    font-size: 1.3rem;
	margin-top: 0.5em;
	padding-right: 1em;
}
footer .reservettl {
	margin-top: 0.5em;
}
footer .tel {
	font-size: 3.2rem;
	font-weight: 500;
	text-align: left;
}
footer .tel span {
	/*display: inline-block;*/
	font-size: 1.3rem;
	font-weight: 400;
	color: #ffffff;
	background: #f1a100;
	border-radius: 2px;
	vertical-align: middle;
    padding: 0 0.5em;
    margin-right: 0.5em;
}

footer nav {
	background: url("images/common/bg_blue.jpg");
}
footer nav ul {
    max-width: 940px;
    margin: 0 auto;
    padding: 30px 0;
}
footer nav li {
	display: inline-block;
	padding: 0 0.5em;
}
footer nav a {
	font-size: 1.3rem;
	color: #ffffff;
}

footer .copy {
	background: url("images/common/bg_navy.jpg");
	color: #ffffff;
	font-size: 1.1rem;
}
footer .copyinner {
	max-width: 1200px;
	justify-content: space-between;
	display: flex;
	margin: auto;
	padding: 1em 4%;
}
footer .copyinner a {
	color: #8a827a;
}
.pagetop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
}
.pagetop a {
	position: relative;
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #fdc35f;
    border-radius: 50%;
    line-height: 50px;	
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

.pagetop a:hover{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.pagetop a::before {
    display: block;
    content: '';
    position: absolute;
    z-index: 2;
    margin: auto;
    top: 20px;
	left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-right: 3px solid #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

@media screen and (max-width: 809px) {
	.pagetop {
        right: 10px;
        bottom: 10px;
    }
}

main {
	position: relative;
	padding-bottom: 60px;
}
main::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 60px;
    background: #f5fcfe;
    background: -moz-linear-gradient(top,  #f5fcfe 0%, #ecf5fc 100%);
    background: -webkit-linear-gradient(top,  #f5fcfe 0%,#ecf5fc 100%);
    background: linear-gradient(to bottom,  #f5fcfe 0%,#ecf5fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5fcfe', endColorstr='#ecf5fc',GradientType=0 );
}

#pagettl {
	margin: 0 auto 2.5em ;
	max-width: 1200px;
	padding: 0 40px;
}
#pagettl h1 {
	color: #ffffff;
	font-size: 4.0rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding-bottom: 0.6em;
	background: url("images/common/bg_blue.jpg") repeat 0 0 / 100px auto;
	padding-top: 0.5em;  
	margin: 0 auto;
	border-radius: 0.5em;
}
#pagettl h1 span {
	display: block;
	font-size: 1.8rem;
	color: #78cffd;
	letter-spacing: 0.4em;    
}
#pagettl h1::after {
	position: absolute;
	content: "";
	display: block;
	width: 36px;
	height: 6px;
	border-radius: 3px;
	background: #fae7bd;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 0;
}


/* contentsArea */
#contwrap {
	max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
	display: flex;
	justify-content: space-around;
	flex-direction: row-reverse;
}
#contwrap .mainarea {
	width: 100%;
	max-width: 960px;
}
#contwrap aside.sidearea {
	width: 260px;
}
#contwrap aside.sidearea #snavi {
	background: #ffffff;
	border-radius: 10px;
	margin-bottom: 30px;
}
#contwrap aside.sidearea #snavi h2 {
	display: inline-block;
	font-size: 1.7rem;
	font-weight: 400;
	color: #ffffff;
	background: #f1a100;
	width: 90px;
	height: 44px;
	line-height: 44px;
	border-radius: 0 0 5px 5px;
	margin-bottom: 1em;
}
#contwrap aside.sidearea #snavi ul {
	padding: 0 20px 20px;
}
#contwrap aside.sidearea #snavi ul li {
	text-align: left;
	position: relative;
}
#contwrap aside.sidearea #snavi ul li:after {
	content: "";
	border-bottom: 2px dotted #86776b;
	position: absolute;
	display: block;
	height: 2px;
	width: calc(100% - 44px);
	right: 0;
	bottom: 0;	
}
#contwrap aside.sidearea #snavi ul li a {
    display: block;
    font-size: 1.5rem;    
    padding: 1.1em 0 1.1em 50px;
	position: relative;
	line-height: 1.2;
}
#contwrap aside.sidearea #snavi ul li:nth-child(1) a {
	background: url("images/common/icon_neck.png") no-repeat 0 50% / 40px auto;
}
#contwrap aside.sidearea #snavi ul li:nth-child(2) a {
	background: url("images/common/icon_shoulder.png") no-repeat 0 50% / 40px auto;
}
#contwrap aside.sidearea #snavi ul li:nth-child(3) a {
	background: url("images/common/icon_waist.png") no-repeat 0 50% / 40px auto;
}
#contwrap aside.sidearea #snavi ul li:nth-child(4) a {
	background: url("images/common/icon_knee.png") no-repeat 0 50% / 40px auto;
}
#contwrap aside.sidearea #snavi ul li:nth-child(5) a {
	background: url("images/common/icon_hand.png") no-repeat 0 50% / 40px auto;
}
#contwrap aside.sidearea #snavi ul li:nth-child(6) a {
	background: url("images/common/icon_leg.png") no-repeat 0 50% / 40px auto;
}

#contwrap aside.sidearea #snavi ul li a:after,
#contwrap aside.sidearea #snavi ul li a:before {
    display: block;
    content: '';
    position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
#contwrap aside.sidearea #snavi ul li a:after {    
    right: 0;
    width: 14px;
    height: 14px;
    background: #86776b;
    border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
#contwrap aside.sidearea #snavi ul li a:before {
    z-index: 2;    
    right: 0.35em;
    width: 4px;
    height: 4px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#contwrap aside.sidearea .sidebnr,
#contwrap aside.sidearea ul.sns {
	margin-bottom: 30px;
}
#contwrap aside.sidearea .sidebnr a {
	display: inline-block;
	margin-bottom: 0.7em;
}
#contwrap aside.sidearea .sidebnr a:last-child {
	margin-bottom: 0;
}
#contwrap aside.sidearea ul.sns li {
	display: inline-block;
	margin: 0 0.5em;
}
#contwrap aside.sidearea ul.sns li a {
	display: inline-block;
}

/* Main Area */
#contwrap .mainarea section {
	margin-bottom: 40px;
}
#contwrap .mainarea h2,
#home #info h2,
#privacy-policy section dl dt {
	font-size: 2.4rem;
	color: #1397dc;
	position: relative;
	text-align: left;
	letter-spacing: 0.1em;
	padding-left: 30px;
	margin-bottom: 0.5em;
}
#contwrap .mainarea h2:before,
#home #info h2:before,
#privacy-policy section dl dt:before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 4px;
	border-radius: 2px;
	background: #f1a100;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
}
.floatbox {
	text-align: left;
	margin-bottom: 40px;
}
.floatbox .photoarea {
	float: right;
    width: 35%;
    margin: 0 0 1em 2em;
    min-width: 240px;
}
.floatbox .photoarea img {
	width: 100%;
}
.flexbox {
	display: flex;
}
.mainarea .txtarea {
	background: #ffffff;
	border-radius: 10px;
	padding: 30px;
}

/* topPage */
#home #mainimg {
	position: relative;
	max-width: 1280px;
	margin: 0 auto 3em;
}
#home #mainimg .txtarea {
	position: absolute;
    left: 8vw;
    top: 4vw;
}
#home #mainimg h1 {
	font-size: 4vw;
	text-align: left;
	line-height: 1.4;
	color: #1d60b4;
}
#home #mainimg h1 img {
	width: 100%;
}
#home #mainimg p {
	text-align: left;
	font-size: 2vw;
	font-weight: 500;
	margin-top: 1.5vw;
	margin-left: 1.5vw;
}
#home #mainimg .mainbg {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}
#home #mainimg .mainbg img {
	border-radius: 20px;
}
#home #topics h2 {
	font-size: 3.4rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding: 30px 0;
}
#home #topics h2 span {
	color: #1397dc;
}
#home #topics h2 .txt01 {
	display: inline-block;
	padding: 0 1em 0 1.2em;
	background-image: url("images/home/icon_slash_lef.svg"),url("images/home/icon_slash_rig.svg");
	background-repeat: no-repeat,no-repeat;
	background-position: 0 50%, 100% 50%;
	background-size: auto 30px,auto 30px;	
}

@media (min-width: 1280px) {
	#home #mainimg .txtarea {		
		left: 5.5em;
		top: 3em;
	}
	#home #mainimg h1 {
		font-size: 5rem;
	}
	#home #mainimg p {
		font-size: 2.5rem;
		margin-top: 1em;
		margin-left: 0.5em;
	}
}
@media (max-width: 768px) {
	#home #mainimg .txtarea {		
		left: 5vw;
		position: relative;
		padding-bottom: 10vw;
		padding-top: 2vw;
	}
	#home #mainimg h1 {
		font-size: 6.8vw;
	}
	#home #mainimg p {
		font-size: 4.8vw;
		margin-left: 0.5vw;
		line-height: 1.5;
	}
}



#home #calendar .inner {
    text-align: center;
}
#home #calendar .inner iframe {
    width: 100%;
    max-width: 800px;
    height: 600px;
}
#home #calendar h2 {
	margin-bottom: 0.3em;
}
#home #info {
	max-width: 960px;
  margin: 40px auto;
}
#home #info .ttl {
	display: flex;
	justify-content: space-between;
}
#home #info .ttl .btnarea a {
	width: 120px;
	height: 24px;
	line-height: 24px;
	font-size: 1.4rem;
	padding-right: 5px;
}
#home #info .txtarea {
	background: #fff;
  border-radius: 10px;
	padding: 30px;
}
#home #topics {
	max-width: 1200px;
	padding: 0 40px;
	margin: 0 auto 60px;
}
#home #topics .inner {
	display: flex;
	justify-content: space-around;
}
#home #topics .inner .item {
	width: 31%;
}
#home #topics .inner .item .photoarea {
	margin-bottom: 1.5em;
	position: relative;
}
#home #topics .inner .item img {
	width: 100%;
	border-radius: 14px;
}
#home #topics .inner .item img.sub {
	width: 130px;
	border: 5px solid #fbb03b;
	border-radius: 50%;
	position: absolute;
	bottom: -1em;
	right: -1.2em;
}
#home #topics .inner .item h3 {
	font-size: 2.1rem;
	font-weight: 600;
	color: #1397dc;
	letter-spacing: 0.05em;
	margin-bottom: 0.8em;
	line-height: 1.2;
}
#home #topics .inner .item p {
	text-align: left;
	margin-bottom: 1.2em;
}
#home #topics .inner .item .btnarea a {
	margin: 0 auto;
}
#home #director .flexbox {
	justify-content: space-between;
	margin-bottom: 1em;
}
#home #director .flexbox .imgarea {
	width: 260px;
}
#home #director .flexbox .imgarea img {
	border-radius: 0.8em;
}
#home #director .flexbox dl {
	width: calc(100% - 300px);
	text-align: left;
}
#home #director .flexbox dl dt {
	font-size: 2rem;
	line-height: 1.4;
	margin-bottom: 0.5em;
}
#home #director .flexbox dl dd .btnarea {
	margin-top: 0.5em;
	text-align: center;
}
#home #worries .list_check {
	width: 55%;
}
#home #worries .imgarea {
	width: 45%;
}
#home #worries .flexbox {
    margin-bottom: 1.5em;
}
.openhour table {
	border-top: 1px solid #f1a100;
	margin-bottom: 1em;
	table-layout: fixed;
}
.openhour table th,
.openhour table td {
	vertical-align: middle;
	padding: 0.5em;
	font-size: 1.6rem;
	border-right: 1px solid #f1a100;
}
.openhour table th {	
	background: rgba(241, 161, 0, 0.1);
}
.openhour ul.list_kome {
	text-align: left;
}
#home #openhour .btnarea {
	margin-top: 1em;
}

#home #befaft .flexbox {
	flex-wrap: wrap;
	gap: 1em;
	justify-content: center;
	margin-bottom: 1.5em;
}
#home #befaft .flexbox .item {
	width: 42%;
}
#home #befaft .flexbox .item h3 {
	color: #f1a100;
	font-size: 2.1rem;
}
#home #befaft .flexbox .item .n-times {
	font-size: 90%;
	font-weight: bold;
	display: inline-block;
	padding: 0 1.5em;
	background: #14236f;
	border-radius: 1em;
	color: #ffffff;	
}
#home #befaft .flexbox .item .imgarea {
	margin: 1em 0;
}
#home #befaft .flexbox .item .imgarea img {
	width: 100%;
}
#home #befaft .flexbox .item p:last-of-type {
	text-align: left;
}
#home #policy .list_dot {
	text-align: left;
}
#home #policy .list_dot li:not(:last-of-type) {
	margin-bottom: 0.5em;
}


#home #accessmap .btnarea {
	margin-top: 1.5em;
}
.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
	margin-bottom: 20px;
}
.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

@media (max-width: 768px) {
	#home #calendar,
	#home #info {
		padding: 0 4%;
	}
	#home #calendar .inner iframe {
		height: 400px;
	}	
}




/* director */
.director .prof {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.director .prof .photoarea{
	width: 260px;	
}
.director .prof .photoarea img {
	border-radius: 0.8em;
}
.director .prof .txtprof {
	text-align: left;
	width: calc(100% - 300px);
}
.director .prof .txtprof h3 {
	font-size: 3.0rem;
	font-weight: 500;
	line-height: 1.2;
	padding-bottom: 0.2em;
	margin-bottom: 1em;
	border-bottom: 1px solid #f1a100;
}
.director .prof .txtprof h3 span {
	font-size: 1.8rem;	
}
#message .txtarea {
	text-align: left;
}
#message .txtarea p:not(:last-of-type) {
	margin-bottom: 1.5em;
}
#gallery .txtarea:not(:last-of-type) {
	margin-bottom: 2em;
}
#gallery .flexbox {
	justify-content: space-between;
}
#gallery .flexbox .ttl {
	width: 240px;
	text-align: left;
}
#gallery h3 {
	background: #333;
	background: url("images/common/bg_blue.jpg") repeat 0 0 / 100px auto;
	border-radius: 0.2em;
	color: #fff;
	padding-left: 0.5em;
	margin-bottom: 0.5em;
}
#gallery .flexbox .imgarea {	
	width: calc(100% - 270px);
	display: flex;
	align-items: baseline;
	gap: 4px;
}
#gallery .flexbox .imgarea img {
	width: 50%;
}
#gallery .flexbox .imgarea img:first-of-type {
	border-radius: 0.5em 0 0 0.5em;
}
#gallery .flexbox .imgarea img:last-of-type {
	border-radius: 0 0.5em 0.5em 0;
}

@media (max-width: 768px) {
	.director .prof .photoarea{
		width: 80%;
		max-width: 380px;
		margin: 0 auto 1.5em;		
	}
	.director .prof .txtprof {
		width: 100%;
	}
	.director .prof .txtprof h3 {
		font-size: 2.4rem;
		line-height: 1.1;
		padding-bottom: 1em;
	}
	.director .prof .txtprof h3 span {
		font-size: 1.6rem;	
	}
	#gallery .flexbox .ttl {
		width: 100%;
		margin-bottom: 1em;
	}
	#gallery .flexbox .imgarea {	
		width: 100%;
	}
}

/* features */
.features h2 {
	line-height: 1.3;
}
.features h2 .lbl {
	font-size: 140%;
}
.features h2 .lbl .txt_lar {
	vertical-align: -0.05em;
}
.features h2 .txt_sml {
	margin-left: 1em;
}
#features #contwrap .features h2:before {
	top: -1.2em;
}
.features .flexbox {
	justify-content: space-between;
}
.features .flexbox .docarea {
	width: calc(100% - 340px);
	text-align: left;
}
.features .flexbox .docarea p {
	margin-bottom: 1.5em;
}
.features .flexbox .docarea dl dt {
	background: url("images/common/bg_blue.jpg") repeat 0 0 / 100px auto;
	color: #ffffff;
	margin-bottom: 0.5em;
	padding-left: 0.5em;
	border-radius: 0.2em;
}
.features .flexbox .docarea .btnarea {
	margin-top: 1em;
}
.features .flexbox .imgarea {
	width: 300px;
}
.features .flexbox .imgarea img {
	border-radius: 0.5em;
}

@media (max-width: 768px) {
	#features #intro p {
		text-align: left;
	}
	.features h2 {
		line-height: 1.3;
	}
	#features #contwrap .features h2:before {
		top: 1em;
		bottom: inherit;
	}
	.features .flexbox .docarea {
		width: 100%;
	}
	.features .flexbox .docarea dl dt {
		padding: 0.5em 1em;
		line-height: 1.3;
	}
	.features .flexbox .imgarea {
		width: 80%;
		max-width: 380px;
		margin: 0 auto 1.5em;
	}	
}

/* price */
#price .txtarea.lef p:not(:last-of-type) {
	margin-bottom: 1em;
}
#price .txtarea.lef .list_dot {
	margin: 1em;
}

#price .txtarea.lef .list_kome {
	margin-bottom: 1em;
}
#price .txtarea.lef dl:not(:last-of-type) {
	margin-bottom: 2em;
}
#price .txtarea.lef dl dt,
#price #beginner h3 {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #f1a100;	
}
#price .attention {
	margin-top: 3em;
}
#price .attention h3 {
	margin-bottom: 1em;
	background: #e54d53;
	color: #fff;
	text-align: center;
}
#price .attention .list_dot li:not(:last-of-type) {
	margin-bottom: 0.5em;
}
#price .txtarea .tel {
	background: #f5f5f5;
	padding: 1em;
	border-radius: 0.5em;
	margin-top: 1em;
}
#price #reservation .txtarea .tel dt,
#price #beginner .txtarea .tel dt {
	margin-bottom: 0.3em;
	border: none;
}
#price .txtarea .tel dt.txt_slash:before,
#price .txtarea .tel dt.txt_slash:after {
	border-width: 2px;
}
#price .txtarea .tel dd {
	font-weight: 600;
  font-size: 180%;
  display: inline-block;
  background: #1397dc;
  color: #fff;
  padding: 0 1em;
  border-radius: 0.2em;
}
#price .txtarea .tel dd a {
	color: #ffffff;
}
#price #beginner .txtarea:not(:last-of-type) {
	margin-bottom: 1.5em;
}

@media (max-width: 768px) {
	#price #reservation .txtarea .tel dt,
	#price #beginner .txtarea .tel dt {
		align-items: baseline;
		
	}
	#price #reservation .txtarea .tel dt.txt_slash:before,
	#price #reservation .txtarea .tel dt.txt_slash:after,
	#price #beginner .txtarea .tel dt.txt_slash:before,
	#price #beginner .txtarea .tel dt.txt_slash:after {
		height: 1.5em !important;
	}
	#price .txtarea .tel dd {		
		font-size: 150%;	  
		padding: 0.5em 1em;
		line-height: 1.2;
	}	
}



/* flow */
#flow .docarea .imgarea {
	width: 100%;
	display: flex;
	gap: 4px;
	margin-bottom: 1em;
} 
#flow .docarea .imgarea img {
	width: 50%;
}
#flow .docarea .imgarea img:first-of-type {
	border-radius: 0.5em 0 0 0.5em;
}
#flow .docarea .imgarea img:last-of-type {
	border-radius: 0 0.5em 0.5em 0;
}
#flow .features .flexbox .docarea p.btnarea {
	text-align: center;
}

@media (max-width: 768px) {
	#flow #intro p {
		text-align: left;
	}
	#flow .features .flexbox .imgarea {
		max-width: inherit;
	}
}

/* point , sports , technique */
#point #contwrap .txtarea,
#sports #contwrap .txtarea,
#technique #contwrap .txtarea {
	text-align: left;
	margin-bottom: 2em;
}
#point .txtarea p:not(:last-of-type),
#sports .txtarea p:not(:last-of-type),
#technique .txtarea p:not(:last-of-type) {
	margin-bottom: 1em;	
}
#point .txtarea .flexbox,
#sports .txtarea .flexbox,
#technique .txtarea .flexbox {
	justify-content: space-between;
}
#point .txtarea .flexbox .imgarea,
#sports .txtarea .flexbox .imgarea,
#technique .txtarea .flexbox .imgarea {
	width: 250px;
}
#point .txtarea .flexbox .imgarea img,
#sports .txtarea .flexbox .imgarea img,
#technique .txtarea .flexbox .imgarea img {
	border-radius: 0.8em;
	width: 100%;
}
#point .txtarea .flexbox .setsumei,
#sports .txtarea .flexbox .setsumei,
#technique .txtarea .flexbox .setsumei {
	width: calc(100% - 290px);
}
#point .txtarea h3,
#sports .txtarea h3,
#technique .txtarea h3 {
	margin-bottom: 0.5em;
}
#sports ul.list_dot {
	border: 3px solid rgba(241, 161, 0, 0.5);
	padding: 1em;
	margin-bottom: 1em;
	border-radius: 1em;
}
#sports .woman ul.list_dot {
	margin-top: 1em;
}

@media (max-width: 768px) {
	#point .txtarea .flexbox,
	#sports .txtarea .flexbox,
	#technique .txtarea .flexbox {
		flex-direction: column;
	}
	#point .txtarea .flexbox .imgarea,
	#sports .txtarea .flexbox .imgarea,
	#technique .txtarea .flexbox .imgarea {
		margin: 0 auto 1.5em;
	}
	#point .txtarea .flexbox .setsumei,
	#sports .txtarea .flexbox .setsumei,
	#technique .txtarea .flexbox .setsumei {
		width: 100%;
	}
	#point #energy .txtarea:first-of-type .flexbox,
	#sports #energy .txtarea:first-of-type .flexbox,
	#sports #energy .txtarea:nth-of-type(3) .flexbox,
	#sports .woman .flexbox {
		flex-direction: column-reverse;
	}
}

/* faq */
#faq .txtarea {
	margin-bottom: 1em;
}
#faq .txtarea dl {
	text-align: left;
}
#faq .txtarea dl dt {
	font-weight: bold;
	position: relative;
}
#faq .txtarea dl dt:after {
	content: "";
	display: block;
	position: absolute;
	width: 0.6em;
	height: 0.6em;
	border-right: 3px solid #333333;
	border-bottom: 3px solid #333333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0.4em;
	right: 1em;
}
#faq .txtarea dl.active dt:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: 0.6em;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#faq .txtarea dl .num {
	width: 2.2em;
	font-size: 150%;	
	color: #1397dc;
	line-height: 1.2;
	position: absolute;
}
#faq .txtarea dl dd .num {
	font-weight: bold;
	color: #f1a100;
}
#faq .txtarea dl .qes,
#faq .txtarea dl .ans {
	padding-left: 2.5em;
	display: block;
}
#faq .txtarea dl .qes {
	padding-right: 2em;
}
#faq .txtarea dl dd {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid rgb(241, 161, 0);
	display: none;
}
@media (max-width: 768px) {
	#faq .txtarea dl dt:after {
		width: 0.4em;
		height: 0.4em;
		border-width: 2px;
	}
}

/* privacy-policy */
#privacy-policy .mainarea .txtarea p:not(:last-of-type) {
	margin-bottom: 1em;
}
#privacy-policy .mainarea .txtarea ul.list_dot {
	margin-top: 1em;
}

/* contact */
#contact .mainarea .txtarea p:not(:last-of-type),
#contact .mainarea .txtarea ul:not(:last-of-type) {
	margin-bottom: 1em;
}
#contact .mainarea .txtarea .timetable p:not(:last-of-type) {
	margin-bottom: 0.5em;
}
#contact .mainarea .txtarea .timetable a {
	margin: 0 auto;
}
#contact .form .timetable {
	margin-bottom: 1em;
}
#contact .form .timetable .wpcf7-list-item {
	margin: 0;
}

.wpcf7-form {
	margin-top: 2em;
}


/* access */
#access #accessmap .gmap {
	margin: 1.5em auto 0;
}
#access dd span.lbl {
	display: inline-block;
	width: 5.5em;
	margin-right: 1em;
}
#access .step {
	margin-top: 1.5em;
}
#access .step li:not(:last-of-type) {
	margin-bottom: 2em;
}
#access .step li .imgarea {
	margin-bottom: 1em;
}
#access .step li p {
	max-width: 460px;
	margin: 0 auto;
	text-align: left;
	display: flex;
	justify-content: space-between;
}
#access .step li .lbl {
	display: inline-block;
	color: #ffffff;
	font-size: 130%;
	text-align: center;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	background: url("images/common/bg_blue.jpg") repeat 0 0 / 100px auto;
	margin-right: 0.5em;
	border-radius: 50%;	
}
#access .step li p .txt {
	width: calc(100% - 2em);
}
.timetable a {
	font-size: 85%;
	display: inline-block;
	border: 1px solid #333;
	padding: 0.2em 0.7em;
	border-radius: 1em;
	margin-right: 0.5em;
	margin-top: 0.5em;	
}

/* Forms */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="date"],
textarea,
input[type="reset"],
input[type="button"],
input[type="submit"] {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	-moz-box-sizing: inherit;
	-webkit-box-sizing: inherit;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 16px;
	font-size: 1.6rem;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="date"],
textarea {
	padding: 8px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	width: 100%;
	margin: 0 0 0.5em;
	background-color: #FAFAFA;
	line-height: normal;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
textarea:focus {
	border-color: rgba(0, 0, 0, 0.5);
}

input[type="reset"],
input[type="button"],
input[type="submit"] {
	border: 0 none;
	cursor: pointer;
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	text-align: center;
	width: 180px;
	height: 40px;
	line-height: 40px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	position: relative;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;	
	background: #f1a100;
	margin: 0 auto;
	letter-spacing: 1rem;
}

	
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	background: #f4a41d;
}
input.s {
	height: 22px;
	margin: 0;
	width: 125px;
	padding: 6px 8px;
}

select {
	padding: 4px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: YakuHanRPs, "M PLUS Rounded 1c", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
}
input[type="file"] {
	border: 0 none;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	text-align: center;
	height: 40px;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.required {
    color: #ffffff;
    background: #f25a5f;
    font-size: 1.2rem;
    display: inline-block;
    margin-left: 0.8em;
    padding: 0 0.5em;
    border-radius: 2px;
    vertical-align: 0.2em;
}


/* Contact form7 */
section.formarea div.wpcf7-mail-sent-ok {
	border: 2px solid #87bdc2;
	text-align: center;
}

section.formarea div.wpcf7-validation-errors {
	border: 2px solid #ad4f86;
	text-align: center;
}

section.formarea span.wpcf7-not-valid-tip {
	color: #ad4f86
}




/* 個々記事ページ */
#info_post .dateinfo {
	font-size: 90%;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #f1a100;
    padding-bottom: 1em;
}
#info_post .dateinfo .cat {
	border-radius: 0.2em;
	padding: 0 0.4em;
	margin-right: 0.5em;
	background: #f1a100;
	color: #fff;	
}
#info_post .btnarea {
	/*margin-top: 1.5em;*/
}
#info_post ul#navlink {
	display: flex;
	justify-content: center;
	margin: 2em 0 1em;
	gap: 4em;
}
#info_post ul#navlink li a {
	position: relative;
}
#info_post ul#navlink li.navlink-prev a {
	padding-left: 1.2em;	
}
#info_post ul#navlink li.navlink-next a {
	padding-right: 1.2em;
}
#info_post ul#navlink li a:before,
#info_post ul#navlink li a:after {
	position: absolute;
	content: "";
	display: inline-block;
	margin: auto;
	top: 0;
	bottom: 0;
}
#info_post ul#navlink li a:before {
    z-index: 2;    
    width: 5px;
    height: 5px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
#info_post ul#navlink li.navlink-prev a:before {    
    left: 0.38em;    
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#info_post ul#navlink li.navlink-next a:before {    
    right: 0.38em;    
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#info_post ul#navlink li a:after {
	width: 1em;
	height: 1em;
	border-radius: 50%;
	background: #1397dc;

}
#info_post ul#navlink li.navlink-prev a:after {
	left: 0;
}
#info_post ul#navlink li.navlink-next a:after {
	right: 0;
}

/* 404 */
.error404 .mainarea p.msg {
	font-size: 5.0rem;
	margin-bottom: 0.5em;
	padding-left: 1em;
}
.error404 .mainarea img.logo {
	display: inline-block;
	width: 140px;
	
}
.error404 .mainarea .btnarea a {
	margin: 2em auto;
}


@media screen and (max-width: 1193px) {
	.mainarea .txtarea {
		padding: 20px;
	}
}

@media screen and (max-width: 1023px) {
	header .headertop,
	header nav,
	#pagettl,
	#home #mainimg .mainbg,
	#home #topics,
	#contwrap,
	footer .inner {
		padding-left: 4%;
		padding-right: 4%;
	}
	header nav ul li a {
		padding: 0 0.5em;
	}
}

@media screen and (max-width: 768px) {
	body {
		position: relative;
    font-size: 1.6rem;
    line-height: 1.65;
	}
	header {
		position: absolute;
		top: 0;
		width: calc(100% - 64px);
		height: 64px;
	}
	header .headertop {
		justify-content: space-between;
		padding: 4px 0 4px 4%;
		height: 64px;
	}
	header .headertop #logo {
		width: 40%;
	}
	header .headertop #logo a {
		background-size: 44px auto;
		padding-left: 48px;
	}
	header .headertop #logo a span.mainttl {
        font-size: 2.2rem;
    }
	header .headertop p {
		width: 60%;
		line-height: 1.2;
	}
	header .headertop p .tel {
		font-size: 2.2rem;
	}
	
/* GlobalNavi(MENU) */
#menu,
.js #menu {
	display:none;
}

.slicknav_menu,
.js .slicknav_menu {
	display:block;
}

.slicknav_nav li.menu-item-29 {
	display: none;
}

.slicknav_nav a {
	position: relative;
}

.slicknav_nav a:before {
	display: block;
	content: '';
	position: absolute;
	z-index: 2;
	top: 1.2em;
	right: 1.1em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.slicknav_nav a:after {
	display: block;
	font-size: 12px;
	position: absolute;
	z-index: 2;
	top: 0.05em;
	right: 3em;
}
	main {
		padding-top: 0.2em;
	}
    #contwrap {
		flex-direction: column;
    }
	footer nav ul {
		padding: 20px 0;
	}
	footer address a.logoarea {
		font-size: 3.4rem;
		justify-content: center;
		padding-right: 0.5em;
	}
	footer address a span {
		font-size: 1.2rem;
	}
	footer address a img {
		width: 54px;
	}	
	footer .openhour {
		min-width: 230px;
	}
	footer .reservettl {
		justify-content: center;
	}
	footer .openhour th,
	footer .openhour td {
		font-size: 1.4rem;
	}
	footer div.tel {		
		display: flex;
		text-align: center;
		align-items: center;
		justify-content: center;
	}
	footer div.tel a {
		font-size: 3.2rem;
		margin-bottom: 0;
	}
	footer .tel span {
		display: inline-block;
	}
	.openhour table th span {
		text-align: center;
	}
	footer .copyinner {
		flex-direction: column-reverse;
	}
	#menulist .mainarea nav ul {
		text-align: center;
	}
	#reserve .table_list dl dt {
		width: 200px;
	}
	#reserve .table_list dl dd {
		width: calc(100% - 230px);
	}
	.table2 th {
		width: 30%;
	}
}

@media screen and (max-width: 768px) {
	.pc_cont,
    .pcbr {
        display: none;
    }
    .sp_cont,
	.spbr {
        display: block;
    }
	#contwrap .mainarea {
		max-width: 600px;
		margin: 0 auto;
	}
	#contwrap aside.sidearea .sidebnr a {
		margin-bottom: 1em;
	}
	#contwrap aside.sidearea .sidebnr a:last-child {
		margin-bottom: 0;
	}
	header .headertop #logo {
		width: 100%;
	}
	header .headertop #logo a {
		background-size: 50px auto;
		font-size: 1.1rem;
		line-height: 1.3;
	}
	header .headertop #logo a span.mainttl {
		font-size: 2.5rem;
	}
	header .headertop p {
		display: none;
	}
	footer .inner {
		flex-direction: column;
	}
    footer address {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 1em;
    }
	footer address p {
		text-align: center;
	}
    footer .openhour {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 1em;
    }
    footer .reservettl.ttl-border:before,
    footer .reservettl.ttl-border:after {
        content: "";
    }
	footer .copyinner p:last-child {
        line-height: 1.2;
        margin-bottom: 0.4em;
    }
	.btnarea a,
    #menulist .mainarea nav ul li a {
        width: 100%;
		max-width: 300px;
    }
	.flexbox {
		flex-direction: column;
	}
	.table_list dl {
		flex-direction: column;
	}
	.table_list dl dt,
	.table_list dl dd {
		text-align: left;
		width: 100%;
	}
	.table1 th,
    .table1 td {
        padding: 0.5em 1em;
    }
	.mainarea .txtarea {
		padding-left: 4%;
		padding-right: 4%;
		border-radius: 10px;
	}	
	#pagettl {
		max-width: 600px;
		margin: 0 auto 30px;
	}
	#pagettl .mainbg {
		margin-bottom: 20px;
	}
	#pagettl .mainbg img {
		border-radius: 10px;
	}
	#home #mainimg .mainbg {
		padding: 0;		
	}
	#home #mainimg .mainbg img {
		border-radius: 0;
	}
	#pagettl h1 {
		font-size: 2.6rem;
		line-height: 1.3;
	}
	#accident #pagettl h1 {
		font-size: 2.4rem;
	}
	#pagettl h1 span {
		font-size: 1.5rem;
		margin-bottom: 0.2em;
	}
	#pagettl h1::after {
        width: 26px;
        height: 4px;
        border-radius: 2px;
    }	
	#contwrap .mainarea h2,
	#home #info h2,
	#privacy-policy section dl dt {
		font-size: 2.0rem;
		line-height: 1.3;
		letter-spacing: 0;
	}
	
	#home #mainimg {
		background: #e5f8f8 url("images/home/main_bg2_sp.jpg") repeat-y 0 0 / 100% auto;
		display: flex;
    	flex-direction: column-reverse;
	}
	#home #topics h2 {
		font-size: 2.8rem;
		margin: 0 10%;
	}
	#home #topics h2 .txt01 {
		padding: 0 1.3em;
	}
	#home #topics .inner {
		flex-direction: column;
	}
	#home #topics .inner .item {
		width: 100%;
		margin: 0 auto 2em;
	}
	#home #topics .inner .item .photoarea {
        width: 80%;
        max-width: 380px;
        margin: 0 auto 1.5em;
	}
	#home #topics .inner .item img.sub {
		width: 35%;
	}
	#home #topics {
		margin-bottom: 20px;
	}

	#home #director .flexbox .imgarea {
		width: 80%;
		max-width: 380px;
		margin: 0 auto 1.5em;
	}
	#home #director .flexbox dl {
		width: 100%;
	}
	#home #worries .list_check {
		width: 100%;
	}
	#home #worries .imgarea {
		width: 100%;
		max-width: 480px;
		margin: 1.5em auto 0;
	}
	#home #befaft .flexbox {
		flex-wrap: wrap;
		gap: 1em;
		justify-content: center;
	}
	#home #befaft .flexbox .item {
		width: 100%;
		box-sizing: border-box;
	}
	#home #befaft .flexbox .item h3 {
		font-size: 1.8rem;
	}
	#home #befaft .flexbox .item .n-times {
		font-size: 90%;
		font-weight: bold;
		display: inline-block;
		padding: 0 1.5em;
		background: #14236f;
		border-radius: 1em;
		color: #ffffff;	
	}
	#home #befaft .flexbox .item .imgarea {
		margin: 1em 0;
	}
	#home #befaft .flexbox .item .imgarea img {
		width: 100%;
	}
	#home #befaft .flexbox .item p:last-of-type {
		text-align: left;
	}
	#home #policy .list_dot {
		text-align: left;
	}
	#home #policy .list_dot li:not(:last-of-type) {
		margin-bottom: 0.5em;
	}
	#home .mainarea #info .txtarea {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#home #info .ttl {
		display: flex;
		justify-content: space-between;

	}
	#home #info .ttl .btnarea a {
		width: 120px;
		height: 24px;
		line-height: 24px;
		font-size: 1.4rem;
		padding-right: 5px;
	}
	
	#home .mainarea #openhour .txtarea {
		text-align: left;
	}
	#home .mainarea #openhour .txtarea p {
		padding-left: 0.5em;
		margin-top: 0.5em;
	}
	.floatbox .photoarea {
		float: none;
		margin: 0 auto 1em;
	}
	#about #concept .point {
        width: 100%;
	}
	#about #concept .point .txtarea {    
        width: 100%;
		padding: 20px 4%;
        border-radius: 10px 10px 0 0;
        margin-bottom: 0px;
		min-width: inherit;
    }
	#about #concept .point.point02 .txtarea {
    	margin-left: 0;
    	border-radius: 10px 10px 0 0;
	}
	#about #concept .point .photoarea {
        position: relative;
        width: 100%;
		min-width: auto;
	}
	#about #concept .point .photoarea img,
	#about #concept .point.point02 .photoarea img {
    	border-radius: 0 0 10px 10px;
	}
	.director .prof {
		flex-direction: column;
	}
	.director .prof .photoarea {
		margin: 0 auto 1.5em;
		width: 80%;
		max-width: 380px;
	}
	.director .prof .txtprof {
		width: 100%;
	}

	.txt_slash {
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 1.3;
	}
	.txt_slash:before,
	.txt_slash:after {
        width: 2em;
        height: 2em;
    }

	#info_post ul#navlink,
	#info_post .btnarea {
		margin-left: 0.5em;
		margin-right: 0.5em;
	}

}

@media screen and (max-width: 374px) {
	header {
		width: calc(100% - 60px);
	}
	header .headertop #logo a {
		font-size: 2.8vw;		
	}
	header .headertop #logo a span.mainttl {
		font-size: 7vw;
	}
	
	.openhour table th,
	.openhour table td {
		font-size: 4vw;
	}
	
	#home #mainimg h2 {
		font-size: 7.4vw;
	}
}



