@charset "utf-8";

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

div, pre, p, blockquote, h1, h2, h3, h4, h5, h6, form, fieldset, figure, figcaption, ul, li {
  margin: 0;
  padding: 0;
}

html {
	font-size: 62.5%;
}

body {
  display: block;
	width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #FFF;
  font-size: 17px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  color: #000000;
}
@media screen and (max-width:736px) {
	body {
		font-size: 14px;
	}
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
@media screen and (max-width: 736px) {
  img {
    max-width: 100%;
    height: auto;
  }
  a img:hover {
    opacity: .6;
  }
}

a {
  color: #000000;
}
.sub-box a {
	color: #000000;
}
a[href^="tel:"] {
  text-decoration: none;
}
@media screen and (min-width: 737px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

p {
  margin-bottom: 1em;
}

/*
---------------------------------------------------------------------------
ベース
---------------------------------------------------------------------------*/
#wrap {
  max-width: 100%;
}

.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10000;
  background: #FFFFFF;
  border-bottom: 1px solid #D9D9D9;
}
.clear {
  clear: both;
}
.clearfix::after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width: 736px) {
	#wrap {
  overflow: hidden;
}
  .fixed {
    position: static;
  }
}

/*
---------------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------------*/
#header {
	width: 100%;
	margin: 0 auto;
	border-top: solid 1px #A5A5A5;
	position: relative;
	z-index: 9999;
}
#headerIn {
  max-width: 1753px;
  margin: 0 auto;
  padding: 23px 0 20px;
}
#headerIn::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 1300px) {
	#headerIn {
		
	}
}
@media screen and (min-width: 769px) {
	#headerIn {
		min-width: 1120px;
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media screen and (max-width: 736px) {
	#header {
		z-index: auto;
	}
  #headerIn {
    width: 100%;
    padding: 15px;
  }
}

/* ロゴ */
#logo {
	float: left;
	display: inline-block;
}
#logo a {
	display: block;
	width: 100%;
	text-decoration: none;
}

/*#headerR {
	float: right;
	max-width: 470px;
	text-align: right;
}*/

#headerR {
    float: right;
    /*max-width: 582px;*/
    text-align: right;
}

.header-tel {
	margin-left: 25px;
	font-size: 28px;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho","MS 明朝", "HiraMinProN-W6", serif ;
}
.header-tel::before {
	content: url("img/ico_phone.png");
	margin-right: 5px;
}

.header-add {
	margin-bottom: .4em;
}
.header-time {
	margin-bottom: .8em;
}

@media screen and (min-width: 769px) {
	#logo {
		padding-top: 20px;
	}
}
@media screen and (max-width: 736px) {
	#logo {
		float: none;
		width: 85%;
	}
	#headerR {
		float: none;
		display: none;
	}
}

@media (min-width: 769px) and (max-width: 1600px) {
    #logo {
        width: 530px;
		height: 57px;
	}
	#logo a img {
		width: 75%;
		height: 75%;
	}
}



/*
---------------------------------------------------------------------------
グローバルナビ
---------------------------------------------------------------------------*/
#gnavi {
	float: right;
	height: 26px;
	font-weight: bold;
	font-size: 19px;
}
#gnavi ul {
  width: 100%;
  list-style: none;
}
#gnavi ul::after {
  content: "";
  display: block;
  clear: both;
}
#gnavi ul li {
	float: left;
	line-height: 1;
	padding: 0 30px;
}

#gnavi ul li.gnv01 {
	width: 63px;
	padding-left: 0;
}
/*#gnavi ul li.gnv04 {
	padding-right: 0;
}*/

#gnavi ul li.gnv06 {
	padding-right: 0;
}


#gnavi ul li a {
  display: block;
	width: 100%;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
	color: #000000;
}
#gnavi ul li a span {
  position: relative;
  display: block;
}

#gnavi ul li a.on span::before,
#gnavi ul li a span:hover::before {
  content: "";
  width: 43px;
  border-bottom: 2px solid #E8190F;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10px;
  margin: 0 auto;
}

/*
---------------------------------------------------------------------------
グローバルナビ　モバイル用トグルメニュー
---------------------------------------------------------------------------*/
#mov_gnavi {
  display: none;
}

.drawer-nav {
  z-index: 99 !important;
}

.drawer-hamburger {
  top: 10px !important;
  width: 3rem !important;
  padding: 10px .75rem 20px !important;
  background-color: rgba(242,242,242,0.6) !important;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  background-color: #222222;
}

.drawer-menu li {
  border-bottom: 1px solid #F2F2F2;
  text-align: center;
}

.drawer-menu li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  text-decoration: none;
}

.drawer-menu li a:hover {
  background-color: #E8190F;
  color: #FFFFFF;
}

@media screen and (max-width: 736px) {
  .pc_gnavi {
    display: none;
  }
  #mov_gnavi {
    display: block;
    font-size: 14px;
  }
}

/*
---------------------------------------------------------------------------
フッター
---------------------------------------------------------------------------*/
#footer {
	width:100%;
	background: #FFF;
}
.bg-grn {
	width:100%;
	background: #3B9C33;
}

#footerWrap {
	width: 100%;
}
.footerIn {
	width: 1320px;
	margin: 0 auto;
}
.footerIn.mtb {
	padding-top: 100px;
	margin-bottom: 35px;
}

@media screen and (max-width:736px) {
	.footerIn {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
	.footerIn.rl0 {
		padding-right: 0;
		padding-left: 0;
	}
}

.footer-col2 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.footer-col2 .access-box {
	width: 782px;
}
.access-map {
	margin-bottom: .7em;
	border: 1px solid #D9D9D9;
}
.access-add {
	margin-bottom: 1.5em;
	font-size: 20px;
	line-height: 1.9;
}

.footer-col2 .fb-box {
	width: 500px;
}
@media screen and (max-width:736px) {
	.footer-col2 .access-box {
	width: 100%;
}
.footer-col2 .fb-box {
	width: 100%;
}
}

dl.footer-pk {
	width: 762px;
	margin: 0 0 40px 20px;
	padding: 0;
}
dl.footer-pk::after {
	content: "";
	display: block;
	clear: both;
}
dl.footer-pk dt,
dl.footer-pk dd {
	margin: 0;
	padding: 0;
	float: left;
}
dl.footer-pk dt {
	width: 450px;
}
dl.footer-pk dd {
	width: 312px;
	padding: 12px 24px 0 30px;
}
dl.footer-pk dd .pk-tit {
	margin-bottom: 34px;
	font-weight: bold;
	font-size: 25px;
}
@media screen and (max-width:736px) {
	dl.footer-pk {
	width: 100%;
		margin: 0;
	}
	dl.footer-pk dt {
	width: 100%;
}
	dl.footer-pk dd {
	width: 100%;
	padding: 12px 0 0;
}
	dl.footer-pk dd .pk-tit {
		margin-bottom: 1em;
	}
}

.schedule-box::after {
	content: "";
	display: block;
	clear: both;
}
.clinic-box,
.moveup-box {
	float: left;
	width: 350px;
}
.clinic-box {
	margin-right: 70px;
}
.scd-time {
	padding: 35px 10px 40px 0;
}

.scd-time-training {
	padding: 142px 10px 40px 0;
}


@media screen and (max-width:736px) {
	.clinic-box,
.moveup-box {
	float: none;
	width: 100%;
}
	.clinic-box .scd-tit {
		margin-bottom: 0;
	}
	/*.clinic-box .scd-time {
		padding-top: 0;
	}*/
	.scd-time-training {
		padding-top: 0;
	}
}


table.tbl-scd {
	border-collapse: collapse;
	width: auto;
	margin-bottom: 15px;
	border: none;
}
table.tbl-scd th {
	padding-right: 30px;
	text-align: left;
	font-weight: normal;
}
table.tbl-scd th.tn-class {
	width: 70px;
	padding-right: 0;
}

ul.sns-box {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
ul.sns-box li {
	padding: 0 10px;
}

#fNavi {
	width: 100%;
	margin-bottom: 35px;
	text-align: center;
}

#fNavi ul {
	list-style: none;
	display: inline-block;
	font-size: 0;
}
#fNavi ul::after {
	content: "";
	display: block;
	clear: both;
}

#fNavi li {
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #000;
	font-size: 17px;
	line-height: 1;
}
#fNavi li:nth-child(5) {
	border-right: none;
}
#fNavi ul li a {
	display: block;
	text-decoration: none;
}

#copyright {
	width: 100%;
	padding: 7px 15px;
	background: #0D0D0D;
	text-align:center;
	color: #fff;
	font-size: 16px;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho","MS 明朝", "HiraMinProN-W6", serif ;
}

@media screen and (max-width:736px) {
	#footer {
		padding-top: 20px;
	}
	
	#fNavi {
		padding: 0;
	}

	#fNavi ul {
		width: 100%;
		display: block;
	}
	
	#fNavi li {
		width: 50%;
		margin-bottom: 0;
		padding: 0;
		border-right: none;
		border-bottom: 1px solid #fff;
		background-color: #2B3967;
	}
	#fNavi li:first-child {
		width: 100%;
	}
	#fNavi li:nth-child(2),
	#fNavi li:nth-child(4) {
		border-right: 1px solid #fff;
	}
	#fNavi ul li a {
		color: #fff;
		padding: 15px 10px;
		font-size: 14px;
	}
	#copyright {
 		font-size: 11px;
 		font-size: 1.1rem;
	}
}

/*
---------------------------------------------------------------------------
メイン画像
---------------------------------------------------------------------------*/
.slick-box {
	position: relative;
}
.slick-img {
    width: 100%;
    margin: 0 auto;
}
.slick-img img {
	width: 100%;
	max-width: auto;
	height: auto;
}
.slick-txt {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 190px;
	padding-top: 25px;
	background: rgba(255, 255, 255, .6);
	text-align: center;
	font-weight: bold;
	font-size: 48px;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho","MS 明朝", "HiraMinProN-W6", serif ;
	z-index: 5;
}

@media (min-width: 1900px) and (max-width: 1920px){
	.slick-img {
		height: 800px !important;
		overflow: hidden;
	}
	.slick-slide img {
	height: auto;
	}
}
@media screen and (max-width:800px){
	.slick-txt {
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 5vw;
	}
}
@media screen and (max-width:500px){
.slick-slide img {
	height: 240px;
	object-fit: cover;
}
	.slick-txt {
		position: static;
		height: auto;
		padding-top: 25px;
		padding-bottom: 25px;
		font-size: 16px;
	}
}

/*
---------------------------------------------------------------------------
パンくずリスト
---------------------------------------------------------------------------*/
.path-wrap {
	width: 100%;
	background: #262626;
}
.path-wrap-in {
	max-width: 1753px;
	margin: 0 auto;
	padding: 12px 15px;
}
@media screen and (min-width: 769px) {
	.path-wrap-in {
		min-width: 1120px;
		padding-right: 20px;
		padding-left: 20px;
	}
}
ol.topicPath {
	margin: 0 195px 0 0;
	padding: 0;
	list-style-type:none;
	line-height: 1;
	display: inline-block;
	color: #fff;
}
ol.topicPath li {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 16px;
}
ol.topicPath li:first-child {
	margin-left: 0;
	margin-right: 0;
}
ol.topicPath li a {
	padding-right: 20px;
	background:url(img/topicpath_arrow.png) no-repeat right center;
	text-decoration: none;
	color: #fff;
}
ol.topicPath li a:hover { text-decoration:underline; }

@media screen and (max-width:736px) {
	ol.topicPath {
		margin: 0;
		font-size: 0;
	}
	ol.topicPath li {
		margin-left: 0;
		margin-right: 0;
		font-size: 12px;
		line-height: 1.5;
	}
	ol.topicPath li a {
		margin-right: 5px;
		padding-right: 10px;
	}
}

#pagePath {
	display: inline-block;
}
#pagePath a {
	padding-right: 15px;
	padding-left: 12px;
	background: url(img/pagepath_arrow.png) no-repeat;
	background-position:left center;
	text-decoration:none;
	color: #fff;
}
#pagePath a:hover { text-decoration:underline; }
#pagePath a:last-child {
	padding-right: 0;
}

 @media screen and (max-width:736px) {
#topicPath { padding-bottom: 0; font-size: 14px; }

 #pagePath {
 display:none;
}
}

/*
---------------------------------------------------------------------------
コンテンツ
---------------------------------------------------------------------------*/
#inner {
	width: 100%;
	margin: 0 auto 145px;
}
.sec-box {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
@media screen and (min-width:769px) {
	#inner {
		min-width: 1320px;
	}
	#inner.sub-box {
		min-width: 1320px;
		max-width: 1320px;
		margin-top: 100px;
	}
	.sec-box {
		width: 1320px;
	}
	.sec-box.home1 {
		margin-top: 105px;
	}
	.sec-box.home2 {
		margin-top: 45px;
	}
	.sec-box.home3 {
		margin-top: 90px;
	}
	.sec-box.home4 {
		margin-top: 90px;
	}
	.sec-box.home5 {
		margin-top: 50px;
	}
	.sub-box .sec-box {
		margin-bottom: 100px;
	}
	.sub-box .sec-box.contact2 {
		margin-bottom: 55px;
	}
}
@media screen and (max-width:736px) {
	#inner {
		margin-bottom: 50px;
	}
	#inner.sub-box {
		margin-top: 50px;
	}
	.sec-box {
		padding-right: 15px;
		padding-left: 15px;
	}
	.sec-box.home1,
	.sec-box.home3,
	.sec-box.home4 {
		margin-top: 50px;
	}
	.sub-box .sec-box {
		margin-bottom: 50px;
	}
}

.boxH4 {
	margin-bottom: 60px;
}

.bg-gry {
	width: 100%;
	background: #F2F2F2;
	padding: 100px 0;
}

.greeting {
	display: flex;
	flex-flow: row-reverse wrap;
}
.greeting .img-box {
	width: 670px;
}
.greeting .txt-box {
	width: calc(100% - 670px);
	font-size: 17px;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho","MS 明朝", "HiraMinProN-W6", serif ;
}
.greeting .txt-box2 {
	width: 100%;
}
.greeting .txt-box2 p {
	line-height: 1.82;
}
@media screen and (max-width:736px) {
	.greeting {
		display: block;
	}
	.greeting .img-box {
		width: 100%;
		margin-bottom: 1em;
	}
	.greeting .txt-box {
		width: 100%;
		font-size: 14px;
	}
}

.grt-tit {
	margin-bottom: .3em;
	font-size: 19px;
}
.grt-name {
	display: flex;
	margin-bottom: 20px;
	font-size: 64px;
}
.grt-name1,
.grt-name2 {
	display: flex;
	flex-direction: column;
	letter-spacing: 20px;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	line-height: 1.2;
}
.grt-name1::after,
.grt-name2::after {
	margin-left: -22px;
	text-align: center;
	color: #595959;
	letter-spacing: 2px;
	font-size: 22px;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho","MS 明朝", "HiraMinProN-W6", serif ;
}
.grt-name1::after {
	content: "SAWAKI";
}
.grt-name2::after {
	content: "HIROYUKI";
}

.grt-tit2 {
	margin-bottom: 3px;
}

ul.grt-ul2 {
	padding-left: 1.5em;
}

ul.grt-ul1,
ul.grt-ul2,
ul.grt-ul3 {
	margin-bottom: 18px;
}
ul.grt-ul1 li,
ul.grt-ul2 li {
	margin-bottom: 3px;
}
ul.grt-ul3 li {
	margin-bottom: 3.5px;
}
ul.grt-ul3 li.sp {
	margin-bottom: 12px;
}
@media screen and (max-width:736px) {
	.grt-tit {
		font-size: 16px;
	}
	.grt-name {
		font-size: 30px;
	}
	.grt-tit2 {
		font-size: 16px;
	}
	.grt-name1::after,
	.grt-name2::after {
		letter-spacing: normal;
		font-size: 16px;
	}
	ul.grt-ul1,
	ul.grt-ul3 {
		list-style: none;
	}
}


/* 画像拡大 */
a .img-box {
	display: block;
	overflow: hidden;
}
a .img-box img {
  max-width: 100%;
  height: auto;
  transition: 0.5s;
}
a:hover .img-box img {
  transform: scale(1.1, 1.1);
}

/* -----
枠
----- */
.col2 {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
}

/* ［枠］2列－左右50% */
.col2.half li {
	width: 50%;
}
.col2.half.v1 li:nth-child(odd) {
	padding-right: 40px;
}
.col2.half.v1 li:nth-child(even) {
	padding-left: 40px;
}

/* footer line */
.col2.line-wrap {
	padding: 35px 0 40px;
	color: #fff;
	font-weight: bold;
}
.col2.line-wrap li.txt-box {
	flex: 1 0 0;
	padding-right: 140px;
}
.col2.line-wrap li.img-box {
	width: 450px;
}
.col2.line-wrap li.img-box ul.col2.half li a {
	display: inline-block;
}
.col2.line-wrap li.img-box ul.col2.half li.qr {
	text-align: right;
}
.col2.line-wrap a {
	text-decoration: none;
}
@media screen and (max-width:736px) {
	.col2.line-wrap {
		padding-right: 15px;
		padding-left: 15px;
	}
	.col2.line-wrap li.img-box {
	width: 100%;
	}
	.col2.line-wrap li.txt-box {
		margin-bottom: 3em;
	padding-right: 0;
}

	.col2.line-wrap li.img-box ul.col2.half li:nth-child(odd) {
		width: 100%;
		/*padding-right: 15px;*/
		text-align: center;
	}
	.col2.line-wrap li.img-box ul.col2.half li.qr {
		display: none;
		/*
		padding-left: 15px;
		text-align: center;
		*/
	}
	/*
	.col2.line-wrap li.img-box ul.col2.half li.qr img {
		width: 150px;
		height: auto;
	}
	*/
}

.txt-line {
	margin-bottom: .5em;
	font-size: 27px;
}
.txt-line-easy {
	color: #FFC000;
}
.txt-line2 {
	margin-bottom: 2.4em;
	line-height: 1.88;
}
.line-id {
	margin: 0;
	margin-left: 10px;
}
dl.icon-line {
	margin: 0 0 30px;
	padding: 0;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 200px;
	border-radius: 20px;
}
dl.icon-line dt,
dl.icon-line dd {
	margin: 0;
	padding: 0;
	text-align: center;
}
dl.icon-line dt {
	margin-bottom: 30px;
	line-height: 1;
}
dl.icon-line dd {
	color: #000;
	font-weight: normal;
}
@media screen and (max-width:736px) {
	dl.icon-line {
		width: 150px;
		height: 150px;
		margin-bottom: 15px;
		padding-top: 15px;
	}
	dl.icon-line dt {
	margin-bottom: 15px;
	}
	.line-id {
	margin-left: 0;
}
}

/* -----
HX
----- */
h1 {
	padding-top: 10px;
	color: #7F7F7F;
	text-align: right;
	font-weight: normal;
	font-size: 13px;
	line-height: 1;
	float: left;
}

#h2BgWrap {
	width: 100%;
	height: 350px;
	margin-bottom: 0;
	background-color: #F2F2F2;
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
}
@media screen and (max-width:736px) {
#h2BgWrap {
	display: none;
}
}

h3 {
	margin-bottom: 50px;
	text-align: center;
	font-weight: normal;
	font-size: 42px;
	position: relative;
}
h3::after {
	content: "";
	display: block;
	border-bottom: 1px solid #E8190F;
	width: 40px;
	height: 1px;
	margin: 1px auto 0;
	font-weight: normal;
}
@media screen and (max-width:736px) {
	h3 {
		font-size: 25px;
		margin-bottom: 30px;
	}
}

h4 {
	height: 50px;
	margin-bottom: 20px;
	padding: 4px 0 0 22px;
	font-weight: bold;
	font-size: 25px;
	position: relative;
}

h4::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background-color: #E8190F;
	width: 5px;
	height: 50px;
}
@media screen and (max-width:736px) {
	h4 {
		font-size: 20px;
	}
}
h5 {
	margin-bottom: .5em;
	font-weight: normal;
	font-size: 27px;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho","MS 明朝", "HiraMinProN-W6", serif ;
}
@media screen and (max-width:736px) {
	h5 {
		font-size: 18px;
	}
}
/* -----
コンテンツ
----- */

/* ３列画像 */
.col3.pic_list {
	list-style: none;
	margin-bottom: -60px;
	overflow: hidden;
}
.col3.pic_list::after {
	content: "";
	display: block;
	clear: both;
}
.col3.pic_list li {
	float: left;
	width: 420px;
	margin-right: calc((100% - (420px * 3)) / 2);
	padding-bottom: 60px;
}
.col3.pic_list li:nth-child(3n) {
	margin-right: 0;
}

.col3.pic_list li img {
	width: 420px;
	height: auto;
	
}
.col3.pic_list li figcaption {
	padding: 18px 10px 0;
	text-align: left;
	font-weight: bold;
}

.col3.pic_list.v1 {
	margin-bottom: 34px;
}
.col3.pic_list.v1 li {
	padding-bottom: 0;
}

.col3.pic_list.v2 {
	margin-bottom: -30px;
}
.col3.pic_list.v2 li {
	padding-bottom: 30px;
}

@media screen and (max-width:736px) {
	.col3.pic_list li {
		float: none;
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
	.col3.pic_list li a {
		max-width: 380px;
		margin: auto;
}
	.col3.pic_list li img {
		width: auto;
		max-width: 100%;
	}
	.col3.pic_list li figcaption {
		padding-top: 10px;
	}
	
	.col3.pic_list.v1 li {
		margin-bottom: 1em;
	}
}

/* 4列 */
.col4 {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.col4.home-index {
	margin-bottom: 100px;
}
.col4.home-index li {
	width: 302px;
}
.col4.home-index li img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 736px) {
	.col4 li {
		width: 100%;
		margin-bottom: 3em;
		text-align: center;
	}
	.col4.home-index {
		justify-content: center;
	}
}

dl.index-box {
	margin: 0;
	padding: 0;
	background: #fff;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
dl.index-box dt {
	margin: 0;
	padding: 0;
}
dl.index-box dd {
	margin: 0;
	padding: 15px 10px;
	letter-spacing: -.5px;
}
dl.index-box dd.index-btn {
	margin-top: auto;
	padding: 0;
	text-align: right;
}
@media screen and (max-width:736px) {
	dl.index-box dt {
		margin-bottom: 5px;
	}
	dl.index-box dt + dd {
		text-align: left;
	}
}

a.index-link {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 22px;
	line-height: 1;
}
a.index-link::before {
	content: url("img/arrow-red.png");
	display: inline-block;
	margin-right: 10px;
	vertical-align: text-top;
}

ol.point {
	margin: 0 0 0 2.2em;
	padding: 0;
}
ol.point li {
	font-size: 32px;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho","MS 明朝", "HiraMinProN-W6", serif ;
}
ol.point li .txt-point {
	margin: 1.6em 0 2.5em -2.2em;
	font-size: 17px;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	line-height: 1.7;
}
@media screen and (max-width:736px) {
	ol.point {
		margin-left: 1.5em;
	}
	ol.point li {
		font-size: 16px;
	}
	ol.point li .txt-point {
		margin-left: -1.3em;
		font-size: 14px;
	}
}

/* テーブル */
/* テーブル－横線タイプ */
table.tbl_1 {
	border-collapse: collapse;
	width: 100%;
	border-bottom: solid 1px #BFBFBF;
}
table.tbl_1 th,
table.tbl_1 td {
	padding: 6px 10px;
	border-top: solid 1px #BFBFBF;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
table.tbl_1 th {
	width: 160px;
}

/* 上th */
table.tbl_2 {
	border-collapse: collapse;
	width: 100%;
}
table.tbl_2 th,
table.tbl_2 td {
	border-bottom: solid 1px #A5A5A5;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
table.tbl_2 th {
	padding: 8px 10px;
}
table.tbl_2 td {
	padding: 16px 10px;
}
table.tbl_2 tr td:first-child {
	width: 250px;
	padding-left: 60px;
}
table.tbl_2 tr td:nth-child(2) {
	padding-right: 65px;
}
table.tbl_2 tr td:nth-child(3) {
	padding-right: 75px;
}
@media screen and (min-width:737px) {
	table.tbl_2 tr td:nth-child(2) {
		white-space: nowrap;
	}
}
@media screen and (max-width:736px) {
	table.tbl_2 {
		display: block;
	}
	table.tbl_2 th {
		display: none;
	}
	table.tbl_2 td {
		display: block;
		width: 100% !important;
		padding: 10px !important;
	}
	table.tbl_2 tr td:first-child {
		font-weight: bold;
		border-bottom: none;
	}
	table.tbl_2 tr td:nth-child(2) {
		border: solid 1px #2B3967;
	}
}

/* 左th */
table.tbl_3 {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 45px;
}
table.tbl_3 th,
table.tbl_3 td {
	border-bottom: solid 1px #A5A5A5;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
table.tbl_3 th {
	width: 160px;
	padding: 16px;
	text-align: center;
}
table.tbl_3 td {
	padding: 16px 10px;
}
table.tbl_3 tr td:nth-child(2) {
	width: 220px;
}
@media screen and (max-width:736px) {
	table.tbl_3 {
		display: block;
	}
	table.tbl_3 tbody {
		display: block;
		width: 100%;
	}
	table.tbl_3 tr {
		display: flex;
		flex-flow: row wrap;
	}
	table.tbl_3 th {
		display: block;
		width: 100% !important;
		text-align: left;
	}
	table.tbl_3 tbody tr:nth-child(2) th {
		display: none;
	}
	table.tbl_3 tr td:nth-child(2) {
	width: 60%;
}
	table.tbl_3 tbody tr td:last-child {
		width: 40%;
		text-align: right;
	}
}

/* 上th 2 */
table.tbl_4 {
	border-collapse: collapse;
	width: 100%;
}
table.tbl_4 th,
table.tbl_4 td {
	padding: 16px;
	border-bottom: solid 1px #A5A5A5;
	vertical-align: top;
	text-align: center;
	font-weight: normal;
}
table.tbl_4 th {
	text-align: center;
}

table.tbl_4 tr th:nth-child(1),
table.tbl_4 tr td:nth-child(1) {
	width: 372px;
	padding-left: 60px;
	text-align: left;
}
table.tbl_4 tr td:nth-child(2) {
	width: 295px;
	text-align: center;
}
table.tbl_4 tr td:nth-child(3) {
	width: 306px;
	text-align: center;
}
table.tbl_4 tr th:nth-child(4),
table.tbl_4 tr td:nth-child(4) {
	width: 347px;
	padding-right: 54px;
	text-align: center;
}
@media screen and (max-width:736px) {
	table.tbl_4 tr th:nth-child(1),
table.tbl_4 tr td:nth-child(1) {
	padding-left: 16px;
	}
}

/* 左th 2 */
table.tbl_5 {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 45px;
	border-bottom: solid 1px #A5A5A5;
}
table.tbl_5 th,
table.tbl_5 td {
	padding: 16px;
	border-top: solid 1px #A5A5A5;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
table.tbl_5 th {
	width: 175px;
	padding: 16px 16px 16px 64px;
}
table.tbl_5 tr td:nth-child(2) {
	padding-left: 55px;
}
table.tbl_5 tr td.coaching-day {
	width: 270px;
}
.week {
	margin-left: 20px;
}
@media screen and (max-width:736px) {
	table.tbl_5 {
		display: block;
	}
	table.tbl_5 tbody,
	table.tbl_5 tr,
	table.tbl_5 th,
	table.tbl_5 td {
		width: 100% !important;
		display: block;
	}
	table.tbl_5 th,
	table.tbl_5 td {
		padding-left: 16px !important;
	}
	table.tbl_5 th {
		padding: 16px 16px 5px;
		font-weight: bold;
	}
	table.tbl_5 tr td.coaching-time {
		border-top: none;
		padding-top: 0;
	}
	.mbnon {
		display: none !important;
	}
}

/* 上左th */
table.tbl_6 {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 45px;
	border-bottom: solid 1px #A5A5A5;
}
table.tbl_6 th,
table.tbl_6 td {
	padding: 16px;
	border-top: solid 1px #A5A5A5;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
table.tbl_6 th + th,
table.tbl_6 tr td {
	padding-left: 55px;
}
table.tbl_6 tr th:first-child {
	width: 175px;
	padding-left: 60px;
}
table.tbl_6 tr td:nth-child(2),
table.tbl_6 tr td:nth-child(3) {
	width: 372px;
}
@media screen and (min-width:737px) {
	table.tbl_6-2 {
		display: none;
	}	
}
@media screen and (max-width:736px) {
	table.tbl_6 {
		display: none;
	}
table.tbl_6-2 {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 45px;
	border: solid 1px #A5A5A5;
}
	table.tbl_6-2 th,
	table.tbl_6-2 td {
	padding: 10px;
	}
table.tbl_6-2 tbody th {
	display: block;
	background: #f2f2f2;
}
table.tbl_6-2 tbody td {
	display: block;
}
table.tbl_6-2 tbody td::before {
	content: attr(label);
	float: left;
	margin-right: 5px;
	clear: both;
	color: #2B3967;
	font-weight: bold;
}

}

@media screen and (max-width:736px) {
.table-scr {
	display: block;
	overflow-x: scroll;
	white-space: nowrap;
	margin-bottom: 25px;
	padding: 0 0 5px;
}
	.table-scr.ver1 {
		max-width: 980px;
		white-space: normal;
	}
	.table-scr.vert {
		overflow: scroll;
		height: 500px;
	}
.table-scr::-webkit-scrollbar {
	width: 10px;
  height: 10px;
}
.table-scr::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #ccc;
  border-radius: 5px;
}
.table-scr::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}
}

/* ボタン */
/* エフェクト（左から右） */
.btnWrap01 {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
.btnWrap01::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .2s;
	background-color: #000000;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.btnWrap01:hover::before {
	left: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.btnWrap01 a {
	display: block;
	width: 100%;
	padding: 7px;
	color: #404040;
	text-align: center;
	text-decoration: none;
	position: relative;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-weight: normal;
}
.btnWrap01 a::after {
	content: "";
	background-image: url("img/arrow-bk.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.btnWrap01 a:hover {
	color: #FFFFFF;
}

/* home more */
.btnWrap01.ver1 {
	width: 130px;
	margin: 0 0 0 auto;
	background-color: #262626;
}
.btnWrap01.ver1::before {
	background-color: #E8190F;
}
.btnWrap01.ver1 a {
	padding: 6px 25px 1px 0;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}
.btnWrap01.ver1 a::after {
	background-image: url("img/arrow-wt.png");
	background-position: right 25px center;
}
@media screen and (max-width:736px) {
	.btnWrap01.ver1 a {
	padding-bottom: 5px;
	}
}

/* home 新着 */
.btnWrap01.btnNews {
	width: 340px;
	background-color: #2B3967;
}
.btnWrap01.btnNews::before {
	background-color: #E8190F;
}
.btnWrap01.btnNews a {
	padding: 12px 40px 12px 0;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
}
.btnWrap01.btnNews a::after {
	background-image: url("img/arrow-wt2.png");
	background-position: right 70px center;
}
.btnWrap01.btnNews.v1 a::after {
	background-position: right 40px center;	
}
@media screen and (max-width:736px) {
	.btnWrap01.btnNews {
		width: 100%;
	}
	.btnWrap01.btnNews a::after {
		background-position: right 30px center;
	}
	.btnWrap01.btnNews.v1 a::after {
		
	}
}

/* Lineボタン */
.btnWrap01.btnLine {
	width: 280px;
	margin-left: 0;
	background-color: #fff;
}
.btnWrap01.btnLine::before {
	background-color: #FFC000;
}
.btnWrap01.btnLine a {
	padding-right: 30px;
}
.btnWrap01.btnLine a::after {
	background-position: right 25px center;
}
.btnWrap01.btnLine a:hover {
	color: #000;
}
@media screen and (max-width:736px) {
	.btnWrap01.btnLine {
		margin-left: auto;
	}
}

/* お問い合せ */
ol.ol-flow {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 25px;
}
ol.ol-flow li {
	margin-bottom: 1.1em;
}
@media screen and (max-width:736px) {
	ol.ol-flow {
		font-size: 18px;
	}
}

.phone-wrap {
	list-style: none;
	width: 540px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.phone-wrap li {
	text-align: center;
	color: #E8190F;
}
.phone-wrap li.phone-box {
	margin-bottom: 1em;
	color: #0070C0;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho","MS 明朝", "HiraMinProN-W6", serif ;
	line-height: 1;
}
.phone-wrap li.phone-box a {
	padding-left: 60px;
	color: #E8190F;
	font-size: 37px;
	text-decoration: none;
	position: relative;
	line-height: 1;
}
.phone-wrap li.phone-box a::before {
	content: "TEL";
	display: inline-block;
	position: absolute;
	bottom: 6px;
	left: 0;
	font-size: 25px;
}
@media screen and (max-width:736px) {
	.phone-wrap {
	width: 100%;
		margin-top: 2em;
}
	.phone-wrap li.phone-box {
	margin-bottom: 1em;
	}
	.phone-wrap li.phone-box a {
	font-size: 32px;
}
}

.contact-line li a {
	text-decoration: none;
}
.contact-line {
	list-style: none;
	display: flex;
	justify-content: center;
}
.contact-line li {
	padding: 0 30px;
}
.contact-line li.qr img {
	outline: 1px solid #7F7F7F;
}
.contact-line li dl.icon-line {
	border: 1px solid #7F7F7F;
	margin-bottom: 15px;
	padding-top: 10px;
}
.contact-line li .line-id {
	font-weight: bold;
}
@media screen and (max-width:736px) {
	.contact-line {
		flex-direction: column;
	}
	.contact-line li dl.icon-line {
		margin-right: auto;
		margin-left: auto;
	}
	.contact-line li .line-id,
	.contact-line li.qr {
		text-align: center;
	}
	.contact-line li.qr {
		margin-top: 2em;
		padding: 1px;
	}
	.contact-line li.qr img {
		width: 150px;
	}
}

.agree-check {
    background: #f8f8f8;
    padding: 10px 0 10px 0;
    margin-bottom: 20px;
    position: relative;
}

.black-line {
	padding: 2%;
	border: solid 1px #333;
}

/* プライバシーポリシー */
.agree-box {
	width: 1220px;
	background: #F2F2F2;
	margin: 0 auto 35px;
	padding: 15px;
	text-align: center;
}
.privacy-box {
	width: 1220px;
	height: 390px;
	margin: 0 auto;
	padding: 15px 23px;
	border: 1px solid #D9D9D9;
	overflow-y: scroll;
}
@media screen and (max-width:736px) {
	.agree-box {
		width: 100%;
	}
	.privacy-box {
		width: 100%;
	}
}

dl.privacy {
	margin: 0;
	padding: 0;
}
dl.privacy dt {
	counter-increment: title;
	margin-bottom: 1em;
}
dl.privacy dt::before {
	content: counter(title)"．";
}
dl.privacy dd {
	margin: 0 0 30px;
}

.contact-frame-box {
	margin-top: 3em;
	margin-bottom: 0;
	padding: 0 80px;
}

.contact-frame-box iframe {
	height: 600px;
}

@media screen and (max-width:736px) {
	.contact-frame-box {
		padding: 0;
	}
	.contact-frame-box iframe {
		height: 900px;
	}
	
}
.s2v {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
	z-index: 100;
}
@media screen and (max-width:736px) {
	.s2v {
		background: #000000;
		bottom: 0;
		right: 0;
	}
}

.pc-on {
	display: block;
}
.mv-on {
	display: none;
}
@media screen and (max-width:736px) {
	.pc-on {
		display: none;
	}
	.mv-on {
		display: block;
	}
}

.mb2 {
	margin-bottom: 2em;
}
.mb3 {
	margin-bottom: 3em;
}
.anc {
	padding-top: 350px;
	margin-top: -350px;
}

li.gnv05 img {
    vertical-align: top;
}


/* インスタiframe */
.insta-iframe-box {
	position: relative;
	width: 100%;
	  margin: 0 auto 0px;
	  padding: 0 20px 0;
	  
  }
  .insta-iframe-box a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 940px;
	padding-top: 19%;
  
  }

  .insta-iframe-box iframe {
	height: 940px !important;
  }
  
  
  @media only screen and (max-width: 768px) {

	  .insta-iframe-box {
	  display: block;
	  }
	  .insta-iframe-box {
		position: relative;
		width: 300px;
	  height: 540px;
	  margin: 0 auto 0px;
	  padding: 0 20px 0;
	  }
	  .insta-iframe-box a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 600px;
		padding-bottom: 50px;
		padding-top: 0;
	  }

	  .insta-iframe-box iframe {
		height: 540px !important;
	  }

  }