/* -------+---------+---------+---------+---------+---------+---------+-------*
 * OGUNI-GYM HP STYLE
 * Copyright OGUNI-GYM
 * -------+---------+---------+---------+---------+---------+---------+-------*/
body
{
	font-family: 'Yu Gothic Medium'
 		 , '游ゴシック Medium'
 		 , YuGothic
 		 , '游ゴシック体'
 		 , Arial
 		 , sans-serif;
	font-size: 11pt;
	overflow-x: hidden;
}
a
{
	color: #555;
}
a:hover
{
	color: #fa5882;
	text-decoration:	none;
}
#page
{
	padding-top: 3em;
	padding-bottom: 6em;
}
div.container-m
{
	margin-top: 20px;
	margin-bottom: 20px;
}
.page-title
{
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 2.55rem;
	font-weight: 800;
	z-index: 999;
	position:relative;
	top:50px;
	left:30px;
}
.page-title2
{
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 2.55rem;
	font-weight: 800;
	z-index: 999;
	position:relative;
	top:50px;
	left:30px;
}
.page-title-sub
{
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 1.00rem;
	font-weight: 500;
	z-index: 999;
	position:relative;
	top:35px;
	left:30px;
}
.page-title-sub2
{
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 1.00rem;
	font-weight: 500;
	z-index: 999;
	position:relative;
	top:35px;
	left:30px;
}
contents
{
	position:relative;
	top:-40px;
}
/* -------+---------+---------+---------+---------+---------+---------+-------*
 * Contents List
 * -------+---------+---------+---------+---------+---------+---------+-------*/
.list
{
	width: 98%;
	margin: 0 3% 15px;
	border: 1px solid #ccc;
	padding: 3%;
	background: #FFF;
	background: -webkit-linear-gradient(#FFF, #f1f1f1);
	background: linear-gradient(#FFF, #f1f1f1);
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.list figure img
{
	float: left;
	background: #fff;
	padding: 0.8%;
	border: 1px solid #ccc;
	width: 30%;
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.15);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.15);
}
.list p
{
	margin-bottom: 5px;
	margin-left: 34%;
}
.list profile-title
{
	font-size: 30px;
	font-weight: 800;
	border-bottom: 2px dotted #6091d3;
	margin-bottom: 5px;
	margin-left: 4%;
	color: #6091d3;
}
.profile-description
{
	font-size: 20px;
	margin-bottom: 5px;
	margin-left: 20%;
}
.list h3
{
	font-size: 16px;
	font-weight: 800;
	border-bottom: 2px dotted #6091d3;
	margin-bottom: 5px;
	margin-left: 34%;
	color: #6091d3;
}
/* -------+---------+---------+---------+---------+---------+---------+-------*
 * Footer
 * -------+---------+---------+---------+---------+---------+---------+-------*/
footer#page-footer
{
	padding-top: 0.0em;
	background: #343a40 !important;
	color: #fff;
	text-align: center;
}
footer#page-footer div#brand
{
	padding-top: 0.0em;
	font-family: Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: 800;
}
footer#page-footer div#brand-sub
{
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	font-family: Arial, sans-serif;
	font-size: 0.8rem;
	font-weight: 500;
}
footer#page-footer div#address
{
	font-size: 0.65rem;
}
footer#page-footer div#copyright
{
	padding-top: 0.5em;
	font-size: 0.75rem;
	font-weight: 500;
}
footer#page-footer a
{
	color: #fff;
}
footer#page-footer a:hover
{
	color: #fa5882;
	text-decoration: none;
}
footer#page-footer img
{
	padding-top: -0.5em;
}

/* -------+---------+---------+---------+---------+---------+---------+-------*
 * Navigation Bar
 * -------+---------+---------+---------+---------+---------+---------+-------*/
.navbar-brand
{
	font-family: Arial, sans-serif;
	font-size: 1.55rem;
	font-weight: 800;
}
.navbar-brand-sub {
	display: inline-block;
	line-height: inherit;
	white-space: nowrap;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 500;
	position: fixed;
	top: 5px;
	left: 10px;
	z-index: 999;
}
.navbar-dark .navbar-toggler
{
	color:rgba(0, 0, 0, 0.5);
	border: none;
	padding: 0px;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	position: relative;
}
.navbar-dark .navbar-toggler-icon
{
	background-image:none;
	background-color: #fff;
	width: 30px;
	height: 2px;
	display: block;
	position: absolute;
	transition: ease .5s;
}
.navbar-toggler-icon:nth-of-type(1) {top:7px;}
.navbar-toggler-icon:nth-of-type(2) {top:14px;}
.navbar-toggler-icon:nth-of-type(3) {top:21px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1)
{
	top:13px;
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2)
{
	opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3)
{
	top:13px;
	transform: rotate(-45deg);
}
/* -------+---------+---------+---------+---------+---------+---------+-------*
 * Page Top
 * -------+---------+---------+---------+---------+---------+---------+-------*/
.page-top
{
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.page-top.active
{
	opacity: 1;
	visibility: visible;
}
.page-top a
{
	width: 40px;
	height: 40px;
	display: table;
	background-color: rgba( 0, 0, 0, 0.40 );
	color: #fff;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.page-top a:hover, .page-top a:active, .page-top a:focus
{
	text-decoration: none;
	outline: none;
}
.page-top a i
{
	position: fixed;
	bottom: 22px;
	right: 24px;
	display: table-cell;
	vertical-align: middle;
}
.page-top-arrow
{
	border: 5px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(-45deg);
}
/* -------+---------+---------+---------+---------+---------+---------+-------*
 * Card Style
 * -------+---------+---------+---------+---------+---------+---------+-------*/
.card-title-ex-01
{
	color: #c63838;
	font-weight: 800;
	background: linear-gradient(transparent 70%, #eedcdc 70%);
}
.card-title-ex-02
{
	color: #38c6c6;
	font-weight: 800;
	background: linear-gradient(transparent 70%, #d7f3f3 70%);
}
/* -------+---------+---------+---------+---------+---------+---------+-------*
 * Measures Chart
 * -------+---------+---------+---------+---------+---------+---------+-------*/
.measures-chart
{
	width: 98%;
	margin: 0 auto;
	background: #fff;
	border: 2px solid #d7f3f3;
	margin-top: auto;
	margin-bottom: auto;
}
.measures-title
{
	color: #38c6c6;
	font-size: 1.0rem;
	font-weight: 800;
}
.measures-chart th
{
	width: 100px;
	height:100px;
	border: 1px dashed #d7f3f3;
	padding: 5px;
	word-break: break-all;
}
.measures-chart td
{
	vertical-align: top;
	border: 1px dashed #d7f3f3;
	padding: 5px;
	word-break: break-all;
}
.measures-chart-img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* -------+---------+---------+---------+---------+---------+---------+-------*
 * Title Label
 * -------+---------+---------+---------+---------+---------+---------+-------*/
.contents-title
{
	padding: 0.2em 0.5em;
	margin: 1em 0;
	background: #d6ebff;
	box-shadow: 0px 0px 0px 5px #d6ebff;
	border: dashed 3px white;
	width:98%;
	font-size: 14pt;
	font-weight: 800;
}
.contents-title p
{
	margin: 0; 
	padding: 0;
}

.contents-sub-title
{
	padding: 0.5em 1em;
	margin: 2em 0;
	font-weight: bold;
	color: #6091d3;
	background: #FFF;
	border: solid 3px #d6ebff;
	border-radius: 10px;
	width:98%;
	font-size: 12pt;
	font-weight: 800;

}
.contents-sub-title p
{
	margin: 0; 
	padding: 0;
}
/* -------+---------+---------+---------+---------+---------+---------+-------*
 * Chart
 * -------+---------+---------+---------+---------+---------+---------+-------*/
.chart
{
	width: 98%;
	margin: 0 auto;
	margin-bottom: 15px;
	background: #fff;
	background: rgba(255,255,255,0.8);	
	border: 3px solid #d6ebff;
}
.chart th
{
	border: 1px dashed #d6ebff;
	padding: 5px;
	width: 30%;
	background: #fff;
	background: rgba(0,0,0,0.05);
	text-align: center;
	word-break: break-all;
}
.chart th.title
{
	font-size: 16px;
	color: #fff;
	width: auto;
	text-align: left;
	background: #6091d3;
}
.chart td
{
	border: 1px dashed #d6ebff;
	padding: 5px;
	word-break: break-all;
}
.chart td.center
{
	text-align: center;
	word-break: break-all;
}
/* -------+---------+---------+---------+---------+---------+---------+-------*
 * Schedule
 * -------+---------+---------+---------+---------+---------+---------+-------*/
.schedule
{
	width: 98%;
	margin: auto;
	margin-bottom: 15px;
	background: #fff;
	border: 3px solid #000;
}
.schedule tr
{
	height: 35px;
}
.schedule th
{
	border: 0px dashed #000;
	font-size: 12px;
	text-align: center;
}
.schedule th.time
{
	vertical-align: top;
	font-size: 9px;
}
.schedule td
{
	border: 1px dashed #000;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
.schedule td.all
{
	border: 1px dashed #000;
	background: #E0F8F7;
}
.schedule td.ladies
{
	border: 1px dashed #000;
	background: #FBEFEF;
}
.schedule td.pro
{
	border: 1px dashed #000;
	background: #F2F5A9;
}
.schedule td.kids
{
	border: 1px dashed #000;
	background: #5ccc5c;
}
.schedule td.shinia
{
	border: 1px dashed #000;
	background: #dddddd;
}
.schedule td.tsuru
{
	border: 1px dashed #000;
	background: #E3CEF6;
}
.schedule td.momo
{
	border: 1px dashed #000;
	background: #ffc0cb;
}
.schedule td.holiday
{
	border: 1px dashed #000;
	background: #E6E6E6;
}
.schedule th.codicil
{
	font-size: 9px;
	text-align: left;
}
.schedule span
{
	display: block;
	text-align: center;
	font-size: 9px;
	font-weight: 200;
	padding: 0px 5px 0 0;
	letter-spacing: 0.2em;
}
/* -------+---------+---------+---------+---------+---------+---------+-------*
 * Mail Form
 * -------+---------+---------+---------+---------+---------+---------+-------*/
form#mail_form * {
	margin: 0;
	padding: 0;
}

form#mail_form {
	width: 960px;
	margin: 0px auto;
	padding: 10px 0;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 7px;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
	font-size: 95%;
	line-height: 1.8;
}
form#mail_form dl {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}
form#mail_form dl dt {
	clear: both;
	width: 30%;
	float: left;
	border-top: 1px solid #cccccc;
	padding: 15px 0;
	text-align: right;
	overflow: hidden;
}
form#mail_form dl dd {
	width: 70%;
	float: right;
	border-top: 1px solid #cccccc;
	padding: 15px 0 15px 5%;
}
form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child + dd {
	border: none;
}
form#mail_form dl dt span {
	display: block;
	font-size: 85%;
	color: #3377ff;
}
.note {
	font-size: 8pt;
}
form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
	display: inline-block;
	float: left;
	color: #ffffff;
	padding: 4px 10px;
	border-radius: 3px;
}
form#mail_form dl dt span.required {
	background: #d9534f;
	border: 1px solid #d43f3a;
}
form#mail_form dl dt span.optional {
	background: #337ab7;
	border: 1px solid #2e6da4;
}
form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
	display: block;
	color: #ff0000;
	margin-top: 3px;
}
span.loading {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-top: 5px solid rgba( 255, 255, 255, 0.2 );
	border-right: 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ( 0 );
	-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
	-webkit-animation: load-circle 1.0s linear infinite;
	animation: load-circle 1.0s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}
@-webkit-keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}
@keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}
form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
	max-width: 100%;
	padding: 7px 2%;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
	margin-top: 7px;
}
form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus {
	box-shadow: 0px 0px 5px #55ccff;
	border: 1px solid #55ccff;
	background: #ffffff;
}
form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"] {
	margin-right: 10px;
	margin-top: 10px;
}
form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"] {
	margin-top: 0px;
}
form#mail_form select {
	font-size: 100%;
	font-family: inherit;
	margin-top: 10px;
}
form#mail_form textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 200px;
	padding: 7px 2%;
	resize: vertical;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
}
form#mail_form ul {
	list-style-type: none;
}
form#mail_form ul li label:hover {
	cursor: pointer;
}
form#mail_form input#company {
	width: 60%;
}
form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#rental_1,
form#mail_form input#postal,
form#mail_form input#phone,
form#mail_form input#number_of_users,
form#mail_form input#schedule {
	width: 100%;
}
form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm {
	width: 100%;
}
form#mail_form input#postal + a {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #46b8da;
	border-radius: 3px;
	background: #5bc0de;
	font-size: 100%;
	color: #ffffff;
	text-decoration: none;
}
form#mail_form input#postal + a:hover {
	cursor: pointer;
	background: #31b0d5;
	border: 1px solid #269abc;
}
form#mail_form input#address {
	width: 90%;
}
form#mail_form p#form_submit {
	width: 95%;
	margin: 10px auto;
	padding: 15px 0;
	border-top: 1px solid #cccccc;
	font-size: 8pt;
}
form#mail_form input[type="button"] {
	padding: 7px 20px;
	border: 1px solid #4477ff;
	border-radius: 3px;
	background: #3377ff;
	font-size: 100%;
	color: #ffffff;
	font-family: inherit;
	font-size: 12pt;
	-webkit-appearance: none;
}
form#mail_form input[type="button"]:hover {
	cursor: pointer;
	background: #5577ff;
	border: 1px solid #5599ff;
}
form#mail_form input#form_submit_button {
	margin-left: 35%;
}
@media screen and ( max-width: 800px ) {
	form#mail_form {
		width: 95%;
		font-size: 100%;
	}
	form#mail_form dl {
		overflow: visible;
	}
	form#mail_form dl dt {
		width: auto;
		float: none;
		text-align: left;
		padding: 15px 0 5px;
		font-weight: bold;
	}
	form#mail_form dl dd {
		width: auto;
		float: none;
		border-top: none;
		padding: 0px 0 20px 0px;
	}
	form#mail_form dl dt span {
		font-weight: normal;
	}
	form#mail_form dl dt span.required,
	form#mail_form dl dt span.optional {
		margin-right: 1em;
		margin-bottom: 2em;
	}
	form#mail_form input[type="text"],
	form#mail_form input[type="email"],
	form#mail_form input[type="tel"] {
		margin-top: 0px;
	}
	form#mail_form input#postal + a {
		padding: 6px 15px 5px;
	}
	form#mail_form input#form_submit_button {
		margin-left: 0;
	}
	form#mail_form select {
		font-size: 16px;
		margin-top: 0;
	}
	form#mail_form input#phone,
	form#mail_form input#number_of_users,
	form#mail_form input#schedule {
		width: 50%;
	}
}
div#thanks * {
	margin: 0;
	padding: 0;
}
div#thanks {
	width: 960px;
	margin: 0px auto;
	padding: 30px 0;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 7px;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
	font-size: 95%;
	line-height: 1.8;
}
div#thanks h1,
div#thanks h2 {
	width: 90%;
	margin: 0 auto;
	font-size: 135%;
	font-weight: bold;
	border-bottom: 1px solid #454545;
}
div#thanks h2 {
	margin-top: 3em;
}
div#thanks p {
	width: 90%;
	margin: 0 auto;
	margin-top: 2em;
}
div#thanks dl {
	width: 90%;
	margin: 0 auto 3em;
}
div#thanks dl dt {
	margin-top: 2em;
}
