@charset "UTF-8";
body {
	background: #ffffff;
	color: #333;
	font-size: 100%!important;
}
/* リンク */

a:link {
	color: #ef7d00;
	text-decoration: none;
}
a:visited {
	color: #936;
	text-decoration: underline;
}
a:hover {
	color: #ef7d00;
	text-decoration: none;
}
a:active {
	color: #f00;
	text-decoration: none;
}
/* コンテンツ[共通] */
#top {
	padding: 3px;
	font-size: 75%!important;
	color: #999;
}
/* ヘッダー */
.underLayer #header {
	width: 100%;
	background: #fff;
	padding: 10px 0;
}
.underLayer #header .logo {
	margin-left: auto;
	margin-right: auto;
	width: 320px;
	height: 64px;
	margin-bottom: 10px;
}
.underLayer #header .headerReserveButton {
	margin-left: auto;
	margin-right: auto;
	width: 240px;
	height: 60px;
	margin-top: 10px;
}
/* ナビゲーション */
#globalNavigation nav ul {
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
	background-color: #FF6B00;
}
#globalNavigation nav li {
	float: left;
	width: 25%;
	height: 60px;
	text-align: center;
	background: url(../images/common/global_navigation_button_background.png) bottom right no-repeat;
	font-weight: bold;
}
#globalNavigation nav li.end {
	background-image: none;
}
#globalNavigation nav li a {
	display : block;
	padding: 20px 0;
	width: 100%;
	text-decoration: none;
	color: #FFFFFF;
}
/* フッター */
footer {
	background: #FF6B00;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	clear: both;
}
footer #footerAddress {
	font-size: 80%;
	color: #ffffff;
	text-align: center;
	margin-bottom: 5px;
}
footer #schedule {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	position: relative;
	width: 320px;
	height: 90px;
	clear: both;
}
.footerLogo {
	margin-left: auto;
	margin-right: auto;
	width: 320px;
	height: 64px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.footerTel {
	margin-left: auto;
	margin-right: auto;
	clear: both;
	width: 240px;
	height: 50px;
	margin-bottom: 20px;
}
address {
	text-align: center;
	font-size: 60%;
	color: #ffffff;
}
.button {
	border: 1px solid #ccc;
	height: 28px;
	margin: 0 10px 10px;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E0E0E0 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E0E0E0 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #E0E0E0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E0E0E0));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E0E0E0 100%);
	background-image: linear-gradient(top, #FFFFFF 0%, #E0E0E0 100%);
}
.reserve a {
	width: 100%;
	display: block;
	height: 14px;
	padding: 8px 0;
	text-indent: -9999px;
	background: url(../images/common/reserve_button.png) center no-repeat;
}
.access a {
	width: 100%;
	display: block;
	height: 14px;
	padding: 8px 0;
	text-indent: -9999px;
	background: url(../images/common/access_button.png) center no-repeat;
}
.caption {
	font-size: 75%;
	color: #999;
}
/* 見出し */
.h2Heading {
	color: #fff;
	display: -moz-box;
	border-bottom: 1px solid #cccccc;
	display: -webkit-box;
	-moz-box-align: center;
	-webkit-box-align: center;
	width: 100%;
	margin: 0 0 10px;
	min-height: 18px;
	vertical-align: middle;
	background-image: -ms-linear-gradient(top, #CE531F 0%, #E56F2F 100%);
	background-image: -moz-linear-gradient(top, #CE531F 0%, #E56F2F 100%);
	background-image: -o-linear-gradient(top, #CE531F 0%, #E56F2F 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CE531F), color-stop(1, #E56F2F));
	background-image: -webkit-linear-gradient(top, #CE531F 0%, #E56F2F 100%);
	background-image: linear-gradient(top, #CE531F 0%, #E56F2F 100%);
}
.h3Heading {
	color: #333;
	background: #f0e8cf;
	margin: 0 10px;
	min-height: 18px;
	vertical-align: middle;
	clear: both;
}
h2 {
}
h3 {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}
p.catch {
	font-size: 120%;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
/* コンテンツ[トップページ] */
/* ヘッダー */
#indexHeader {
	width: 100%;
	height: 240px;
	background: -ms-linear-gradient(top, #FFFFFF 0%, #F0E8CF 100%);
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F0E8CF 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #F0E8CF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #F0E8CF));
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #F0E8CF 100%);
	margin-bottom: 20px;
}
#indexHeader #mainVisual {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	background: url(../images/index/main_visual.jpg) top no-repeat;
	background-size: 100% 100%;
}
#indexHeader .symbol {
	position: absolute;
	top: 4%;
	right: 5%;
}
#indexHeader .implant {
	position: absolute;
	right: 4%;
	bottom: 7%;
}

#indexHeader .pickup {
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.6);
	line-height: 1.5;
	position: absolute;
	bottom: 0%;
	background-size: auto auto;
	background-color: rgba(249,107,1,0.60);
	width: 100%;
	font-size: 110%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
#indexHeader p {
	padding-left: 10px;
	padding-right: 10px;
}
#indexReserveButton {
	width: 100%;
	height: 30px;
	background: #f0e8cf;
	padding: 10px 0;
}
/* バナー */
#indexBanner {
	margin-bottom: 10px;
}
.banner {
	text-align: center;
}
/* インフォメーション */

p.catchphrase {
	text-align: center;
	font-size: 100%;
	color: #746532;
}

#indexInformation {
}
#indexInformation ul li {
	padding: 10px;
}
#indexInformation ul li.even {
	background: #f0e8cf;
}
#indexInformation ul li time {
	color: #979082;
	font-weight: bold;
}
#indexInformation ul li p {
	color: #333333;
	padding: 5px 0 0;
}
/* コンテンツ[ご利用方法] */
#ContentsBox {
	line-height: 1.5;
}
p.text {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}

p.text30 {
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.youtube {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 95%;
}
.mapImg {
	padding-top: 5px;
	padding-bottom: 20px;
}
/* コンテンツ[コース] */
#courseContents {
	margin: 0 0 10px;
	line-height: 1.5;
}
#courseContents article {
	margin: 0 0 10px;
}
#courseContents article h3 {
	font-size: 100%;
	font-weight: bold;
}
.courseExsample {
	border: 4px solid #f0e8cf;
	padding: 5px;
	margin: 5px 10px 0;
}
.price {
	text-align: right;
	font-size: 140%;
	font-weight: bold;
}
/* コンテンツ[お店情報] */
#shopContents {
	line-height: 1.5;
	margin: 0 0 10px;
}
#shopContents h3 {
	margin: 0 0 10px;
}
.shopInner {
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0;
}
.shopInner img {
	float: left;
	width: 130px;
	margin: 0 -130px 0 0;
}
.shopInfo {
	float: left;
	margin: 0 0 0 140px;
}
.shopText {
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	font-size: 120%;
}
#shopData {
	line-height: 1.5;
	margin: 0 0 10px;
}
.shopTime {
	border: solid 4px #f0e8cf;
	padding: 10px;
	margin: 0 10px 10px;
}
.shopTime p {
	margin: 0 0 5px;
}
/* コンテンツ[アクセス] */
.accessInner {
	width: 300px;
	margin: 0 auto 10px;
	text-align: left;
}
.accessMap {
	width: 95%;
	height: 200px;
	margin: 5px auto;
}
#contentsHeading {
}
#contentsHeading p.description {
	text-align: center;
}
#contentsHeading .contentsHeadingBox {
	width: 95%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FAE0B2;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contentsHeading h2.heading {
	text-align: center;
	font-size: 200%;
}
#contentsHeading p.supplement {
	text-align: center;
}

#contentsHeading .contentsHeadingBox2 {
	width: 95%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #C9D6A5;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contentsHeading h2.heading2 {
	text-align: center;
	font-size: 160%;
}
#contentsHeading p.supplement2 {
	text-align: center;
}


#nihon100sen {
	color: #fff;
	background: #3B5671;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	vertical-align: middle;
	clear: both;
	width: 95%;
	padding-top: 20px;
	padding-bottom: 20px;
}
#nihon100sen p {
	padding-left: 10px;
	padding-right: 10px;
}
.nihon100senBox {
	width: 95%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	position: relative;
}

#indexMenu {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	clear: none;
}
#indexMenu .indexMenuLeft {
	float: left;
	height: 100%;
	width: 49%;
	padding-bottom: 20px;
}
#indexMenu .indexMenuRight {
	float: right;
	height: 100%;
	width: 49%;
	padding-bottom: 20px;
}

#aboutPict {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	clear: none;
}
#aboutPict .aboutPictLeft {
	float: left;
	height: 110%;
	width: 49%;
	padding-bottom: 20px;
}
#aboutPict .aboutPictRight {
	float: right;
	height: 110%;
	width: 49%;
	padding-bottom: 20px;
}

#aboutPict h3 {
	color: #F87A1C;
	padding-left: 0px;
	text-align: center;
}
#aboutPict p {
	color: #333333;
}
.aboutItem {
	padding-bottom: 10px;
	padding-top: 20px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
h3.title {
	color: #746532;
	font-size: 150%;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 10px;
}
h3.year {
	color: #746532;
	font-size: 100%;
	padding-left: 10px;
	padding-bottom: 0px;
}
h4 {
	text-align: center;
	font-size: 130%;
	color: #ffffff;
	margin-top: 20px;
	width: 95%;
	background-color: #FF9950;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
h5.name {
	color: #C17CB8;
	font-size: 125%;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-top: 10px;
}
h5.subhead {
	text-align: center;
	font-size: 110%;
	color: #444444;
	margin-top: 20px;
	width: 90%;
	background-color: #F0E8CF;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

h6.subhead2 {
	font-size: 120%;
	color: #333333;
	margin-top: 20px;
	width: 88%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 2px dotted #F0E8CF;
	background: url(../images/common/icon_tri.gif) 0em .4em no-repeat;
	padding-left: 20px;
}

.subheadText{
	font-size: 120%;
	margin-bottom: 20px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

ul.profile {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
}
li.profileItem {
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.square {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-left: 20px;
}
li.squareItem {
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-image: url(../images/common/icon_square.gif);
	padding-left: 15px;
	background-position: 0px 10px;
}

.fontSize120 {
	font-size: 120%;
}
.fontSize150 {
	font-size: 150%;
}
.fontSize180 {
	font-size: 180%;
}
.fontSize200 {
	font-size: 200%;
}
.fontSize80 {
	font-size: 80%;
}
.textRight {
	text-align: right;
	padding-right: 10px;
}

dl.tri {
	padding-top: 0;
	padding-right: 0;
	padding-left: 10px;
	padding-bottom: 10px;
	_float: left;
	line-height: 1.5;
	font-size: 110%;
}
dl.tri dt {
	float: left;
	width: 145px;
	height: 60px;
	line-height: 1em;
}
dl.tri dd {
	overflow: hidden;
	padding: 0 0 0 10px;
	background: url(../images/common/icon_tri_s.gif) 0em .3em no-repeat;
	_float: left;
	height: 60px;
	line-height: 1em;
}

span.colorOrange{
	color: #FF6A00;
	font-weight: bold;
}
