@charset "utf-8";
/* リセット
------------------------------------- */
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}

table {border-spacing:0; border-collapse:collapse;}
* html table {border-collapse:collapse;}
*:first-child+html table {border-collapse:collapse;}
caption,th {text-align:left; font-weight:normal;}
table,th,td,img {border:0;}
img,input {vertical-align:middle; outline:none;}
q:before,q:after {content:'';}
ul {list-style: none;}

hr,
legend,
caption {display:none;}

img {border:0; vertical-align:bottom;}

a:focus { outline:none;}


/* aタグ設定
------------------------------------- */
a{
    color:#FF4E00;
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
	opacity:0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	zoom:1;
}

a:active {
    position: relative;
    top: 2px;
    left: 2px;
}

/* 基本設定
------------------------------------- */
body{
    width: 100%;
    height: 100%;
    font-family: 'M PLUS Rounded 1c', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    color: #454545;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

p.flexwrap{
	width: 100%;
	margin: 0;
	padding: 0;
}

h2{
	position: relative;
	text-align: center;
	margin: 20px auto 20px;
	letter-spacing: 0.1em;
	font-size: 24px;
	font-weight: 400;
	font-family: 'Kosugi Maru', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

/* Header
------------------------------------- */
#header {
	width: 100%;
	height: 235px;
	background: url("../img/bgHeader.png") repeat-x;
	background-size: 96px 235px;
	background-position: center;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

#header #boxLeft{
	width: 443px;
	margin-left: 46px;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	transform: translateY(-10px);
}

#header #boxRight{
	width: 114px;
	height: 114px;
	margin-right: 55px;
	transform: translateY(-10px);
}

#header #boxLeft h1{
	width: 100%;
	border: solid 1px #fff;
	color: #fff;
	font-size: 17px;
	text-align: center;
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: 400;
	padding: 8px;
	margin-bottom: 12px;
}

#header #boxLeft img#logoHama, #header #boxLeft img#logoTono{
	width: 213px;
	height: 88px;
}

#header #boxRight img{
	width: 100%;
	height: 100%;
}

/* Header(Pool)
------------------------------------- */
#headerPool {
	position: relative;
	width: 100%;
	height: 201px;
	background: url("../img/bgHeaderPool.png") repeat-x;
	background-size: 97px 201px;
	background-position: center;
	z-index: 2;
}

#headerPool #boxLeftPool{
	position: absolute;
	top: 22px;
	left: 30px;
	flex-direction: row;
	flex-wrap: nowrap;
}

#headerPool #boxLeftPool img:nth-child(1){
	width: 310px;
	height: 128px;
}

#headerPool #boxLeftPool a img:nth-child(1){
	margin-top: 5px;
}

#headerPool #boxLeftPool img:nth-child(2){
	width: 327px;
	height: 154px;
	margin-left: 20px;
	margin-top: -5px;
}

#headerPool #boxRightPool{
	position: absolute;
	top: 22px;
	right: 30px;
	flex-direction: row;
	flex-wrap: wrap;
	width: 410px;
}

#headerPool #boxRightPool p.address{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Kosugi Maru', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

#headerPool #boxRightPool .boxTel{
	background: #fff;
	width: 270px;
	height: 106px;
	color: #10A5D4;
	border-radius: 4px;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;	
	margin-right: 8px;
}

#headerPool #boxRightPool .boxTel p .txtTel{
	font-size: 23px;
	display: block;
	margin-bottom: -6px;
}
#headerPool #boxRightPool .boxTel p .txtSmall{
	font-size: 12px;
	display: block;
}

#headerPool #boxRightPool .boxTel img{
	width: 42px;
	height: 42px;
	margin-left: 10px;
}

#headerPool #boxRightPool .boxTel p{
	margin-right: 12px;
}
#headerPool #boxRightPool .boxContact{
	background: #fff;
	width: 130px;
	height: 106px;
	color: #10A5D4;
	border-radius: 4px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.1em;
	font-size: 18px;
}

#headerPool #boxRightPool .boxContact img{
	width: 35px;
	height: 25px;
	margin-bottom: 6px;
}

/* Navi(Pool)
------------------------------------- */
#naviPool{
	width: 100%;
	height: 201px;
	background: url("../img/bgHeaderNavi.png") repeat-x;
	background-size: 97px 158px;
	background-position: center;
	position: relative;
	top: -17px;
	z-index: 1;
	padding: 40px;
}

ul#gnavi{
    width: 1000px;
    height: 81px;
    margin: 10px auto 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
}

ul#gnavi li,
ul#gnavi li a{
    display: flex;
    flex-direction: column;
    width: 164px;
    letter-spacing: 0;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
    margin: 0 auto;
}

ul#gnavi li a:hover span, ul#gnavi li a:hover span.hama, ul#gnavi li a:hover span.tono{
	background-color:rgba(255,255,255,0.5);
	background-blend-mode:lighten;
	transition: 0.4s;
}


ul#gnavi li.cur {
    color: #FF4E00;
}

ul#gnavi li span{
    margin: 0px auto 5px;
}

ul#gnavi li:nth-child(1) span{
    display: block;
    width: 52px;
    height: 52px;
    background: url("../img/iconGnavTop.png") no-repeat;
    background-size: contain;
}
ul#gnavi li:nth-child(2) span.hama{
    display: block;
    width: 68px;
    height: 46px;
    background: url("../img/iconGnavAboutHama.png") no-repeat;
    background-size: contain;
}
ul#gnavi li:nth-child(2) span.tono{
    display: block;
    width: 100px;
    height: 42px;
    background: url("../img/iconGnavAboutTono.png") no-repeat;
    background-size: contain;
}
ul#gnavi li:nth-child(3) span{
    display: block;
    width: 40px;
    height: 44px;
    background: url("../img/iconGnavPrice.png") no-repeat;
    background-size: contain;
}
ul#gnavi li:nth-child(4) span{
    display: block;
    width: 68px;
    height: 56px;
    background: url("../img/iconGnavClass.png") no-repeat;
    background-size: contain;
}
ul#gnavi li:nth-child(5) span{
    display: block;
    width: 56px;
    height: 44px;
    background: url("../img/iconGnavRules.png") no-repeat;
    background-size: contain;
}
ul#gnavi li:nth-child(6) span{
    display: block;
    width: 40px;
    height: 50px;
    background: url("../img/iconGnavPrivacy.png") no-repeat;
    background-size: contain;
}

ul#gnavi li.cur:nth-child(1) span{
    background: url("../img/iconGnavTopCur.png") no-repeat;
    background-size: contain;
}
ul#gnavi li.cur:nth-child(2) span.hama{
    background: url("../img/iconGnavAboutHamaCur.png") no-repeat;
    background-size: contain;
}
ul#gnavi li.cur:nth-child(2) span.tono{
    background: url("../img/iconGnavAboutTonoCur.png") no-repeat;
    background-size: contain;
}
ul#gnavi li.cur:nth-child(3) span{
    background: url("../img/iconGnavPriceCur.png") no-repeat;
    background-size: contain;
}
ul#gnavi li.cur:nth-child(4) span{
    background: url("../img/iconGnavClassCur.png") no-repeat;
    background-size: contain;
}
ul#gnavi li.cur:nth-child(5) span{
    background: url("../img/iconGnavRulesCur.png") no-repeat;
    background-size: contain;
}
ul#gnavi li.cur:nth-child(6) span{
    background: url("../img/iconGnavPrivacyCur.png") no-repeat;
    background-size: contain;
}


ul#gnavi a{
    color: #000;
}

ul#gnavi a:hover{
    color: #FD5229;
    opacity:1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
}

ul#gnavi a:active{
    position: relative;
    top: 2px;
    left: 2px;
}


/* Contents
------------------------------------- */
#contents{
	width: 1000px;
	margin: 60px auto 100px;
}

/* Period
------------------------------------- */
#period{
    width: fit-content; /* 中身の幅に合わせる */
    margin: 0 auto;     /* 左右中央に配置 */
    text-align: left;   /* 中身のテキストは左寄せ */
    padding: 1em;
    font-size: 1.3em;
    font-weight: 500;
}

#period li{
    margin-bottom: 0.5em;
}

#period li span{
    background: #f39c12;
    color: #fff;
    padding: 3px 3px 3px 7px;
    margin-right: 25px;
    display: inline-block;
    position: relative;
    font-weight: 500;
    border: 1px solid #f39c12;
}

#period li span::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    border-left: 1em solid #f39c12; /* 背景色と同じにする */
}

/* Pool Select
------------------------------------- */
#poolSelect{
	width: 100%;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

#poolSelect a#btnHama, #poolSelect a#btnTono{
	margin: 50px 50px 60px;
}

#poolSelect a#btnHama img, #poolSelect a#btnTono img{
	width: 274px;
	height: 280px;
}

#poolSelect a.backTop img{
	width: 186px;
	height: 138px;
}

#poolSelect a.backInfoList img{
	width: 186px;
	height: 138px;
}

/* Information(TOP PAGE)
------------------------------------- */
#infoTop{
	width: 100%;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-start;
	margin: 50px auto 30px;
}

#infoTop #infoBoard{
	width: 584px;
	background: url("../img/infoBoardMid.png") repeat-y;
	background-size: 584px 25px;
	padding: 0;
}

#infoTop #infoBoard::before{
	content: "";
	display: block;
	width: 584px;
	height: 44px;
	background: url("../img/infoBoardTop.png") no-repeat;
	background-size: 584px 44px;
}

#infoTop #infoBoard::after{
	content: "";
	display: block;
	width: 584px;
	height: 51px;
	background: url("../img/infoBoardBottom.png") no-repeat;
	background-size: 584px 51px; 
}

#infoTop #infoBoard .infoBoardText{
	padding: 0 32px 0 32px;
}

#infoTop #infoBoard .infoBoardText p{
	display: inline-block;
}

#infoTop #infoBoard .infoBoardText h2{
	margin: 0 auto;
	font-size: 26px;
	font-weight: 400;
	font-family: 'Kosugi Maru', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

#infoTop #infoBoard .infoBoardText p.date{
	font-size: 15px;
	margin: 15px 0 2px;
	padding-left: 2px;
}

#infoTop #infoBoard .infoBoardText p.hama{
	width: 20px;
	height: 20px;
	background: url("../img/iconInfoHama.png") no-repeat;
	background-size: contain;
	margin-left: 4px;
	margin-bottom: -2px;
}

#infoTop #infoBoard .infoBoardText p.tono{
	width: 20px;
	height: 20px;
	background: url("../img/iconInfoTono.png") no-repeat;
	background-size: contain;
	margin-left: 4px;
	margin-bottom: -2px;
}

#infoTop #infoBoard .infoBoardText p.title{
	font-size: 16px;
	padding-left: 2px;
	width: 100%;
}

#infoTop #infoBoard .infoBoardText p.infoList{
	width: 100%;
	font-size: 16px;
	text-align: right;
	margin-top: 16px;
	margin-bottom: 10px;
}

#infoTop #infection{
	width: 340px;
	background: #FFF4B7;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px 20px 25px;
}

#infoTop #infection p:nth-child(1){
	width: 100%;
	text-align: center;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 15px;
}

#infoTop #infection p:nth-child(2){
	width: 100%;
	text-align: left;
	font-size: 16px;
	margin-bottom: 15px;
}

#infoTop #infection .btnPdf{
	width: 156px;
	height: 134px;
	background: #FF4646;
	border-radius: 4px;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 1.2;
	padding-bottom: 5px;
}

#infoTop #infection .btnPdf img{
	width: 43px;
	height: 57px;
	margin-top: 7px;
}

#infoTop #infection img{
	width: 134px;
	height: 134px;
}

/* poster
------------------------------------- */
#poster{
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#poster img{
	width: 400px;
	height: auto;
	margin: 10px;
}

#poster a{
	border: solid 1px #10A5D4;
	margin: 20px 10px 10px;
}

/* Information
------------------------------------- */
#information{
	margin: 60px auto;
}

#information.widthInfolist{
	width: 540px;
}

#information.widthInfoDetail{
	width: 760px;
}

#information p.date{
	display: inline-block;
	font-size: 15px;
	margin: 20px 0 2px;
	padding-left: 2px;
}

#information p.hama{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../img/iconInfoHama.png") no-repeat;
	background-size: contain;
	margin-left: 4px;
	margin-bottom: -2px;
}

#information p.tono{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../img/iconInfoTono.png") no-repeat;
	background-size: contain;
	margin-left: 4px;
	margin-bottom: -2px;
}

#information p.title{
	font-size: 16px;
	padding-left: 2px;
	margin-top: 5px;
	margin-bottom: 20px;
}

#information p.body{
    line-height: 1.6;
}

#information p.body img{
    margin: 30px auto !important;
}

/*ページネイション*/

#information ul.backNumber {
	display: flex;
	justify-content: center;
	margin-top: 63px;
	font-family: 'M PLUS 1p', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

#information ul.backNumber li {
	width: 33px;
	height: 33px;
}

#information ul.backNumber li:not(:first-child) {
	margin-left: 12px;
}

#information ul.backNumber li a {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	border: 2px solid #ef821e;
	text-align: center;
	line-height: 1!important;
	display: flex;
	justify-content: center;
	align-items: center;
}

#information ul.backNumber li.skip a {
	border: none;
	pointer-events: none;
}

#information ul.backNumber li.skip.cur a {
	background: none;
	color: #ef821e;
}

#information ul.backNumber li.back a,
#information ul.backNumber li.next a {
	padding-bottom: 4px;
}

#information ul.backNumber li.cur a {
	background: #ef821e;
	color: #fff!important;
	pointer-events: none;
}


#information .navi{
    width: 100%;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 100px;
}

/* Information(Pool Top)
------------------------------------- */
#infoGuide{
	text-align: center;
	width: 100%;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 100px auto 0;
}

#infoGuide img{
	width: 70px;
	height: 72px;
	margin-right: 10px;
}

/* Contact
------------------------------------- */
#contact{
	width: 100%;
	margin: 0 auto 100px;
}

#contact p{
	text-align: center;
	margin: 30px auto 50px;
	font-size: 17px;
}

#contact #mailForm{
	width: 680px;
	margin: 0 auto;
}

#contact #mailForm dl{
	flex-flow: row wrap;
	padding-bottom: 20px;
	border-bottom: solid 1px #454545;
}

#contact #mailForm dl dt{
	font-size: 16px;
	color: #0F9FD3;
	font-weight: 500;
	height: 60px;
	width: 190px;
	padding-top: 11px;
}

#contact #mailForm dl dt span{
	font-size: 13px;
}

#contact #mailForm dl dd{
	position: relative;
	width: 490px;
	font-size: 16px;
}

#contact #mailForm dl dd p{
	position: absolute;
	right: 10px;
	top: -20px;
	font-size: 13px;
	color: #f00;
	width: 34px;
	height: 21px;
	border: solid 1px #f00;
	border-radius: 4px;
}

#contact #mailForm dl dd input[type="text"],
#contact #mailForm dl dd input[type="email"],
#contact #mailForm dl dd input[type="tel"]
{
	width: 100%;
	height: 70%;
	font-family: 'M PLUS Rounded 1c', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 17px;
	padding-left: 10px;
	padding-right: 50px;
	color: #454545;
}

#contact #mailForm dl dd input[type="checkbox"]{
	width: 20px;
	height: 20px;
}

#contact #mailForm dl dd label{
	display: inline-block;
	margin-right: 10px; 
	padding-top: 10px;
}

#contact #mailForm dl dd textarea{
	width: 100%;
	height: 250px;
	font-family: 'M PLUS Rounded 1c', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 17px;
	padding: 10px 50px 10px 10px;
	color: #454545;
}

#contact #mailForm .btnSubmit{
	width: 237px;
	height: 55px;
	background: #0F9FD3 url("../img/iconBtnSubmit.png") no-repeat;
	background-size: 34px 24px;
	background-position: 10% 50%;
	border: none;
	border-radius: 4px;
	margin: 20px auto;
	padding-left: 20px;
	display: block;
	font-size: 24px;
	color: #fff;
	font-family: 'M PLUS Rounded 1c', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	letter-spacing: 7px;
}

.btnSubmit:hover {
	opacity:0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	zoom:1;
}

.btnSubmit:active {
    position: relative;
    top: 2px;
    left: 2px;
}


/* Schedule
------------------------------------- */
#schedule{
	width: 100%;
	margin: 0 auto 50px;
}

#schedule #calendar{
	width: 960px;
	height: 540px;
	margin: 0 auto;
	position: relative;
}

#schedule #calendar iframe{
	width: 100%;
	height: 100%;
}

/* SNS
------------------------------------- */
#sns{
	width: 100%;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-start;
	margin: 100px auto 20px;
}

#sns #facebook, #sns #instagram {
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 500px;
}

#sns h2{
	display: inline-block;
	font-size: 28px;
	font-weight: 500;
	font-family: 'M PLUS Rounded 1c', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	line-height: 0;
	margin: 30px auto 50px;
	position: relative;
	left: -25px;
}

#sns #instagram h2{
    left: 25px;
}

#sns #facebook h2::before{
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url("../img/iconFacebook.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: -25px;
	left: -57px;
}

#sns #instagram h2::before{
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url("../img/iconInsta.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: -25px;
	left: -57px;
}

#sns #instagram{
	margin: 0 auto;
	text-align: center;
	width: 540px;
}

#sns #instagram .insta_list{
	flex-direction: row;
    flex-wrap: wrap;
	justify-content: center;
    gap: 10px;
    margin: 20px auto;
}

#sns #instagram .insta_list li{
    position: relative;
    width: calc((100% - 20px)/3);
}

#sns #instagram .insta_list li::before{
	content: "";
	display: block;
	padding-top: 100%;
}

#sns #instagram .insta_list a{
	position: absolute;
  	top: 0;
	left: 0;
  	width: 100%;
  	height: 100%;
}

#sns #instagram .insta_list img{
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
}

#sns #instagram .btnInsta{
    font-size: 1.0em;
}

/* About
------------------------------------- */
#about {
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto 50px;
}

#about h2{
	width: 100%;
}

#about .boxFacility{
	width: 444px;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	margin: 20px auto;
}

#about .boxFacility .txtTitle{
	width: 100%;
	text-align: center;
	color: #0F9FD3;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 8px;
}

#about .boxFacility img{
	width: 100%;
	height: auto;
	
}

#about .boxFacility .txtBody{
	width: 100%;
	text-align: left;
	font-size: 17px;
	font-weight: 400;
	margin: 8px auto 10px;	
}

/* Access
------------------------------------- */
#access{
	flex-flow: column nowrap;
	text-align: center;
}

#access p{
	margin: 10px auto;
}

#access p.lead{
	text-align: center;
	font-size: 22px;
	font-weight: 500;
}

#access p.body{
	text-align: left;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 30px;
}

#access iframe{
	margin: 0 auto 20px;
}

/* Price
------------------------------------- */
#price{
	flex-flow: column nowrap;
	text-align: center;
	width: 100%;
	font-size: 17px;
}

#price h2{
	position: relative;
	margin: 50px auto 50px;
	
}

#price h2 .btnCashless{
	position: absolute;
	top: -40px;
	right: -260px;
	width: 242px;
	height: 75px;
	background: #f00;
	border-radius: 5px;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: center;
	transform: rotate(-10deg);
}

#price h2 .btnCashless img{
	width: 34px;
	height: 51px;
	margin-left: 8px;
	margin-bottom: 5px;
}

#price h2 .btnCashless p{
	font-size: 16px;
	color: #fff;
	text-align: left;
	line-height: 1.2;
	letter-spacing: 0;
	margin-right: 8px;
}

#price h2 a:active .btnCashless{
	position: absolute;
	top: -38px;
	right: -262px;	
}

#price .boxTables{
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;	
}

#price .boxTables table{
	width: 400px;
	align-self: flex-start;
	margin: 30px auto;
	font-size: 19px;
}

#price .boxTables table th.ttl{
	font-size: 22px;
	color: #fff;
	border-bottom: solid #0F9FD3 2px;
	background: #0F9FD3;
	text-align: center;
}


#price .boxTables table th, #price .boxTables table td{
	padding: 7px;
	border-bottom: solid #009FD3 1px;
	text-align: left;
}

#price .boxTables table tr:nth-child(even){
	background: #E6F8FF;
}

#price .boxTables table tr.last{
	border-bottom: solid #009FD3 2px;
}
#price .boxTables table td.addition{
	border: none;
}

#price ul.additionPrice{
	text-align: left;
	list-style: "※";
	margin: 20px auto 70px;
}

#price ul.additionPrice li{
	line-height: 1.4;
	margin-bottom: 10px;
}

#price .txtBody{
	width: 85%;
	text-align: left;
	margin: 0 auto;
}

#price ul.points{
	width: 75%;
	list-style: "■";
	text-align: left;
	margin: 30px auto;
}

#price ul.points li{
	line-height: 1.4;
	margin-bottom: 10px;
}

#price .paymentTypes{
	border: solid 1px #0F9FD3;
	margin: 30px auto 0;
	padding: 10px 20px;
}

#price .titleTxtBox{
	width: 30%;
	margin: 40px 60% 0 10%;
	background: #0F9FD3;
	color: #fff;
	font-size: 20px;
	padding: 6px;
}

#price .txtBox{
	width: 80%;
	border: solid 1px #0F9FD3;
	padding: 30px;
	margin: 0 auto 30px;
}

#price .txtBox .txtBody{
	width: 100%;
	text-align: left;	
}

#price .txtBox ul{
	width: 90%;
	list-style: "■";
	text-align: left;
	margin: 20px auto 20px;
}

#price .txtBox ul li{
	line-height: 1.4;
	margin-bottom: 10px;
}

#price .txtBox ul li p{
	margin-top: 10px;
	line-height: 1.6;
}

#price .txtBox ol{
	width: 90%;
	list-style-type: decimal;
	text-align: left;
	margin: 20px auto 20px;
}

#price .txtBox ol li{
	line-height: 1.4;
	margin-bottom: 10px;
}

#price .txtBox ul li .txtSml, #price .txtBox ul li .txtSml{
    font-size: 0.9em;
}

/* Class
------------------------------------- */
#class{
	width: 100%;
}

#class h2:nth-child(n+2){
	margin-top: 100px;
}

#class .boxTables{
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;	
}

#class .boxTables table{
	width: 420px;
	align-self: flex-start;
	margin: 30px auto;
	font-size: 17px;
	color: #454545;
	line-height: 1.6;
}

#class .boxTables table span{
	font-size: 0.8em;
}

#class .boxTables table th.ttl{
	font-size: 20px;
	color: #fff;
	border-bottom: solid #0F9FD3 2px;
	background: #0F9FD3;
	text-align: center;
	letter-spacing: 0.1em;
}

#class .boxTables table td.detail{
	border-bottom: solid #0F9FD3 2px;
	text-align: left;
	padding: 10px;
}

#class .boxTables table th, #class .boxTables table td{
	padding: 7px;
	border-bottom: solid #009FD3 1px;
	text-align: left;
}

#class .boxTables table th img, #class .boxTables table td img{
    width: 100%;
    margin-bottom: 10px;
}

#class .boxTables table th{
	color: #0F9FD3;
	font-weight: 500;
	letter-spacing: 0.3em;
    width: 60px;
}

#class .boxTables table tr:last-child{
	border-bottom: solid #009FD3 2px;
}

/* 場内規則
------------------------------------- */
#rules{
    position: relative;
    width: 900px;
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0 auto 70px;
}

#rules h2{
	margin-top: 80px;
}

#rules .boxFlex{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

#rules .boxFlex p{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: -18px;
	text-align: left;
	font-size: 1.1em;
	font-weight: 500; 
}

#rules .txtBody{
	width: 85%;
	text-align: left;
	margin: 0 auto;
}

#rules ul.points{
	width: 75%;
	list-style: "■";
	text-align: left;
	margin: 30px auto;
}

#rules ul.points li{
	line-height: 1.4;
	margin-bottom: 10px;
}

#rules .boxFlex .img1{
    width: 118px;
    height: 102px;
    margin: 0 auto;
}
#rules .boxFlex .img2{
    width: 148px;
    height: 156px;
    margin: 0 auto;
}
#rules .boxFlex .img3{
    width: 124px;
    height: 104px;
    margin: 0 auto;
}
#rules .boxFlex .img4{
    width: 116px;
    height: 96px;
    margin: 0 auto;
}

#rules .boxFlex .rules1,
#rules .boxFlex .rules2,
#rules .boxFlex .rules3,
#rules .boxFlex .rules4{
    width: 680px;
    border-left: solid 7px #0F9FD3;
    margin: 25px 0;
    padding-left: 40px;
}

#rules .boxFlex ul {
    margin-bottom: 2em;
    list-style-type: none;
    counter-reset: cnt;
    line-height: 1.4;
}

#rules .boxFlex ul li{
    margin: 1em auto;
}

#rules .boxFlex ul li:first-of-type{
    margin: 0.5em auto 1em;
}

#rules .boxFlex ul li:last-of-type{
    margin: 1em auto -1.5em;
}

#rules .boxFlex ul li::before{
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #0F9FD3;
    position: relative;
    top: 1px;
    left: -16px;
    margin-right: -12px;
}


#rules .boxFlex ol {
    margin-bottom: 2em;
    list-style-type: none;
    counter-reset: cnt;
    line-height: 1.4;
    margin-left: 1.6em;
}

#rules .boxFlex ol li{
    margin: 0.5em auto !important;
}

#rules .boxFlex ol li::before{
    counter-increment: cnt;  /* カウンタの値を計算していく */
    content: "("counter(cnt)")";
    display: inline-block;
    width: 0.8em;
    height: 0;
    background-color: #fff;
    position: relative;
    top: 0px;
    left: -1.8em;
}

#rules .boxFlex li span:first-child{
    display: block;
    margin-top: 0.5em;
    margin-bottom: 10px;
    padding-left: 0;
}

#rules .boxFlex li span{
    display: block;
    margin-bottom: 10px;
    padding-left: 1em;
}

/* 個人情報保護方針
------------------------------------- */
#privacy{
    width: 835px;
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin: 0 auto 70px;
	font-size: 17px;
}

#privacy h2{
	margin-bottom: 50px;
}

#privacy p{
    margin: 20px auto;
}

#privacy ol {
	margin: 60px auto 40px;
	list-style-position: outside;
    counter-reset: cnt;
    padding-left: 1.6em;
	width: 800px;
}

#privacy ol li {    
    margin-bottom: 1em;
}

#privacy .signature{
    width: 300px;
    display: block;
    text-align: left;
    position: relative;
    left: 600px;
}

/* Bottom Navi
------------------------------------- */
#bottomNavi{
	height: 432px;
	width: 100%;
	background: url("../img/bgBottomNavi.png") repeat-x;
	background-size: 1440px 432px;
	background-position: center;
	padding-bottom: 150px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#bottomNavi a.contact{
	flex-direction: column;
	align-items: center;
}

#bottomNavi a.contact img{
	width: 56px;
	height: 40px;
	margin-bottom: 6px;
}

#bottomNavi a.contact p{
	font-size: 18px;
	letter-spacing: 0.1em;
}

#bottomNavi a p{
	color: #fff;
}

#bottomNavi a:hover p{
	color: #00FFFF;
}


#bottomNavi a.backTopCommon img{
	width: 195px;
	height: 140px;
}

#bottomNavi a.backTopHama img, #bottomNavi a.backTopTono img{
	width: 231px;
	height: 127px;
}

#bottomNavi a.backTopCommon, #bottomNavi a.backTopHama, #bottomNavi a.backTopTono{
	margin: 0 10px;
}

/* Footer
------------------------------------- */
#footer{
	background: #009FE8;
	font-family: 'M PLUS Rounded 1c', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	text-align: center;
	letter-spacing: 1.0px;
	line-height: 1.2;
	flex-direction: column;
	width: 100%;
	height: 94px;
}

#footer p:nth-child(1){
	width: 100%;
	color: #00F5FF;
	font-size: 15px;
	font-weight: 500;
	margin: 24px auto 0;
}

#footer p:nth-child(2){
	width: 100%;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	margin: 10px auto 0;
}