﻿@charset "utf-8";

/* --------------------------------------------------------------------------------------------

サイト名: テンプレート
用途：各コンテンツ設定用CSS - レスポンシブWebデザイン（PC & 横置きタブレット専用スタイル）

-------------------------------------------------------------------------------------------- */



/* --------------------------------------------------------------------------------------------

 * 1.0 - Common

-------------------------------------------------------------------------------------------- */

body {
	font: normal 16px/1.8em "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
	text-align: center;
	color: #333333;
	background: #ffffff;
}

/* links styles */
a:link {
	color: #23b87a;
	text-decoration: none;
}
a:visited {
	color: #23b87a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #1f72c0;
}
a:active {
	text-decoration: none;
	color: #f06816;
}
a:focus {
	-moz-outline-style: none;
}

/* ********************************************************************************************
 ** 1.1 - clearfix
******************************************************************************************** */

.clearfix::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%; }
/* Hides from IE-mac */
* html .clearfix { height: 1%; } 
.clearfix { display: block; } 
/* End hide from IE-mac */

#wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

p {
	margin: 0;
	padding: 0;
}
img {
	width: 100%;
	vertical-align: bottom;
}



/* --------------------------------------------------------------------------------------------

 * 2.0 - Header

-------------------------------------------------------------------------------------------- */

/* ********************************************************************************************
 ** 2.1 - IndexLayout
******************************************************************************************** */

#headAll {
	width: 100%;
	min-width: 960px;
	height: 660px;
	margin: 0 auto;
	padding: 0;
	background: url("../images/TopImage.jpg") top center no-repeat;
}
.headSet {
	max-width: 1080px;
	height: 660px;
	position: relative;
	margin: 0 auto;
}
.siteName {
	/*width: 500px;
	height: 110px;*/
	width: 100%;
	max-width: 540px;
	max-height: 110px;
	margin: 0 auto;
	padding: 40px 0;
}

.CatchPhrase {
	text-align: center;
	padding: 60px 0 50px 0;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 0 8px #000000;
}

.HeadContact {
	width: 520px;
	margin: 0 auto;
	padding: 26px 0;
	text-align: center;
	border-radius: 16px;
	background: rgba(255,255,255,0.8);
}
.ContactMassage {
	margin: 0 0 16px 0;
	font-size: 18px;
}
.PhoneNumber {
	color: #006dc1;
	font-size: 36px;
	margin: 0 0 2px 0;
}
.PhoneNumber::before {
	content: url(../images/ico_phone.png);
	padding: 0 12px 0 0;
	position: relative;
	top: 2px;
}


/* ********************************************************************************************
 ** 2.2 - PagesLayout
******************************************************************************************** */

#Pages #headAll {
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
	background: none;
	background-color: #2fa550;
	box-sizing: border-box;
	border-bottom: 1px solid #00468e;
}
#Pages .headSet {
	max-width: 1080px;
	height: 100px;
	position: relative;
	margin: 0 auto;
}
#Pages .siteName {
	/*width: 258px;
	height: 50px;*/
	width: 100%;
	max-width: 320px;
	max-height: 70px;
	margin: 0 0 0 12px;
	padding: 25px 0;
}

#Pages .HeadContact {
	width: 320px;
	height: 60px;
	margin: 0;
	padding: 0;
	text-align: left;
	border-radius: 0;
	background: none;
	position: absolute;
	top: 20px;
	right: 0;
}
#Pages .PhoneNumber {
	color: #ffffff;
	font-size: 30px;
	margin: 0 0 2px 0;
}
#Pages .PhoneNumber::before {
	content: url(../images/ico_phone_w.png);
	padding: 0 8px 0 0;
	position: relative;
	top: 3px;
	left: 0;
}
#Pages .Reception {
	color: #fff960;
	display: block;
	margin: 0;
	padding: 0;
}



/* --------------------------------------------------------------------------------------------

 * 3.0 - Gloval Navigation

-------------------------------------------------------------------------------------------- */

/* ********************************************************************************************
 ** 3.1 - IndexLayout
******************************************************************************************** */

#gNavi {
	width: 100%;
	height: 140px;
	position: absolute;
	border-radius: 16px;
	box-sizing: border-box;
	border: 2px solid #ffffff;
	background-color: #2fa550;
	color: #ffffff;
	bottom: -70px;
}
#gNavi ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
#gNavi ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#gNavi ul li a {
	float: left;
	color: #ffffff;
	width: 25%;
	height: 136px;
	display: block;
	padding: 60px 0 0 0;
	text-align: center;
	font-size: 20px;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	box-sizing: border-box;
	transition: background-color 0.4s;
}
#gNavi ul li:first-child a {
	border-left: none;
	border-radius: 16px 0 0 16px;
}
#gNavi ul li:last-child a {
	border-right: none;
	border-radius: 0 16px 16px 0;
}
#gNavi ul li a:hover {
	color: #ffffff;
	background-color: #04651f;
	text-decoration: none;
}

.navi-trigger {
	display: none;
}


/* ********************************************************************************************
 ** 3.2 - PagesLayout
******************************************************************************************** */

#Pages #gNavi {
	width: 100%;
	height: 60px;
	position: static;
	border-radius: 0;
	box-sizing: border-box;
	border-bottom: 1px solid #ababab;
	background-color: #ffffff;
	color: #333333;
	bottom: 0;
}
#Pages #gNavi ul {
	width: auto;
	max-width: 1080px;
	margin: 0 auto;
	padding: 16px 0;
}
#Pages #gNavi ul li {
	float: left;
	width: 25%;
	height: 28px;
	list-style: none;
	margin: 0;
	padding: 0;
	border-right: none;
	border-left: 1px dotted #ababab;
	box-sizing: border-box;
}
#Pages #gNavi ul li a {
	float: none;
	color: #333333;
	width: auto;
	height: 60px;
	display: block;
	margin: -18px 0 0 0;
	padding: 18px 0;
	text-align: center;
	font-size: 18px;
	border-right: none;
	border-left: none;
	box-sizing: border-box;
	transition: background-color 0.4s, color 0.4s;
}
#Pages #gNavi ul li:first-child a {
	border-left: none;
	border-radius: 0;
}
#Pages #gNavi ul li:last-child a {
	border-right: none;
	border-radius: 0;
}
#Pages #gNavi ul li:last-child {
	border-right: 1px dotted #ababab;
	border-radius: 0;
}
#Pages #gNavi ul li a:hover {
	color: #ffffff;
	background-color: #04651f;
	text-decoration: none;
}

#Pages .navi-trigger {
	display: none;
}



/* --------------------------------------------------------------------------------------------

 * 4.0 - Contents

-------------------------------------------------------------------------------------------- */

/* ********************************************************************************************
 ** 4.1 - Index
******************************************************************************************** */

/* *** 4.1.1 - AboutArea
******************************************************************************************** */

.AboutArea {
	max-width: 1080px;
	margin: 170px auto 100px;
}
.AboutCatchPhrase {
	text-align: center;
	font-size: 30px;
	color: #008ee8;
	margin: 0 0 40px 0;
}
.flexContainer {
	display: flex;
	flex-wrap: wrap;
}
.AboutTextBox {
	max-width: 650px;
	height: auto;
	line-height: 2em;
	margin: 0 auto;
	text-align: left;
	/*float: left;*/
}

/* *** 4.1.2 - FeatureArea
******************************************************************************************** */

.FeatureAll {
	width: 100%;
	margin: 0 0 100px 0;
	padding: 50px 0 70px;
	background-color: #efefef;
}
.FeatureArea {
	max-width: 1080px;
	margin: 0 auto;
}

.FeatureBox {
	/*width: 29.629%;*/
	width: 20%;
	float: left;
	text-align: center;
	box-sizing: border-box;
	margin: 0 2%;
	/*padding: 0 5px*/
}
.FeatureDesc {
	margin: 0 10px
}

.FeatureImage img {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 6px solid #2fa550;
	border-radius: 50%;
	border-top-right-radius: 0%;
	border-bottom-left-radius: 0%;
}
.FeatureHeadline {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 18px 0 12px 0;
}
a.FeatureLinkButton {
	width: 180px;
	display: block;
	margin: 16px auto 0;
	padding: 8px 0;
	color: #ffffff;
	text-align: center;
	background-color: #008ee8;
	border-radius: 8px;
	box-sizing: border-box;
	transition: background-color 0.4s;
}
a.FeatureLinkButton:hover {
	text-decoration: none;
	background-color: #005ea7;
}

/* *** 4.1.3 - Information
******************************************************************************************** */

.InformationArea {
	max-width: 1080px;
	margin: 0 auto 100px;
	padding: 0;
}

.TopicsBox {
	width: 100%;
	/*float: left;*/
}
.TopicsHeadline {
	width: 200px;
	float: left;
	font-size: 30px;
	margin: 10px 0 40px 10px;
}
a.MoreLinkButton {
	width: 180px;
	display: block;
	float: right;
	margin: 0;
	padding: 8px 0;
	color: #ffffff;
	text-align: center;
	background-color: #008ee8;
	border-radius: 8px;
	box-sizing: border-box;
	transition: background-color 0.4s;
}
a.MoreLinkButton:hover {
	text-decoration: none;
	background-color: #005ea7;
}

.TopicsList {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
.TopicsList dt {
	margin: 0;
	padding: 0 0 0 10px;
	font-weight: bold;
}
.TopicsList dt span {
	margin: 0;
	padding: 0 0 0 28px;
	font-weight: normal;
	position: relative;
}
.TopicsList dt span::before {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	border-radius: 50%;
	top: 7px;
	left: 12px;
}
.TopicsList dt span.blue::before {
	background-color: #0073d5;
}
.TopicsList dt span.pink::before {
	background-color: #fa63d1;
}
.TopicsList dt span.orange::before {
	background-color: #fab863;
}
.TopicsList dt span.green::before {
	background-color: #12b77f;
}
.TopicsList dd {
	margin: 0 0 26px 0;
	padding: 0 0 4px 10px;
	border-bottom: 1px dotted #333333;
}

.BannerBox {
	width: 24.074%;
	float: right;
}
.BannerList {
	margin: 0;
	padding: 0;
}
.BannerList li {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}


/* ********************************************************************************************
 ** 4.2 - Pages
******************************************************************************************** */

/* *** 4.2.1 - CommonElement
******************************************************************************************** */

h1 {
	max-width: 1080px;
	font-size: 36px;
	text-align: center;
	font-weight: normal;
	line-height: 1.8em;
	margin: 100px auto;
	padding: 0 0 6px 0;
	position: relative;
}
h1 span {
	padding: 0 10px;
	border-bottom: 6px solid #fd7700
}

h2 {
	max-width: 1080px;
	font-size: 30px;
	text-align: center;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0 auto 30px;
	padding: 0;
	color: #0067c7;
}
h2 span {
	font-size: 16px;
	display: block;
	color: #7c7c7c;
	padding: 0;
	line-height: 1.5em;
}

h3 {
	max-width: 1080px;
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}
h3 span {
	padding: 0 20px 0 0;
	position: relative;
	background-color: #ffffff;
	z-index: 2;
}
h3::after {
	width: 100%;
	content: "";
	border-bottom: 1px dotted #2fa550;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	z-index: 1;
	margin-left: 8px;
}

h4 {
	position: relative;
	font-size: 16px;
	margin: 0 0 6px 0;
	padding: 0 0 0 32px;
}
h4::before, h4::after {
	position: absolute;
	content: "";
	border-radius: 100%
}
h4::before {
	top: 0.2em;
	left: 0.2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(249,99,152,0.5);
}
h4::after {
	top: 0.7em;
	left: 0.7em;
	width: 13px;
	height: 13px;
	background: rgba(255,176,204,0.5);
}

.PageColumnBox {
	max-width: 1080px;
	margin: 0 auto 100px;
	padding: 0;
	box-sizing: border-box;
}
.PageColumnBox p {
	margin: 0 0 10px 0;
	padding: 0;
}
.textCenter {
	text-align: center;
}

.ColumnInner {
	margin: 0 0 36px 0;
	clear: both;
}

.PageImagesBoxFlex {
	margin: 0 auto;
}
.PageImagesBoxText {
	width: auto;
	height: auto;
}

.PageImagesBox {
	max-width: 370px;
	float: right;
	margin: 0 0 10px 10px;
	box-sizing: border-box;
}
.PageImagesBox img {
	border-radius: 10px;
	border: 1px solid #ababab;
	box-sizing: border-box;
}

/* 20200429 Add Start */
.PageImagesBoxleft {
	/*max-width: 370px;*/
	float: left;
	margin: 5px 10px;
	box-sizing: border-box;
	display: inline-block;
}
.PageImagesBoxleft img {
	border-radius: 10px;
	border: 1px solid #ababab;
	box-sizing: border-box;
	float: left;
	margin: 10px 5px 5px;
	max-width: 250px;
}
/* 20200429 Add End */

.TableFirstLayout {
	width: 100%;
	margin: 0 0 30px 0;
	border: 1px solid #ababab;
}
.TableFirstLayout th {
	padding: 10px;
	color: #0053b9;
	font-weight: bold;
	text-align: center;
	background-color: #bceaff;
	border: 1px solid #ababab;
}
.TableFirstLayout td {
	padding: 10px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #ababab;
}
.TableFirstLayout tr:nth-child(2n+3) {
	background-color: #f2fbff;
}

.TableSecondLayout {
	width: 90%;
	margin: 0 auto 30px;
	border: 1px solid #ababab;
}
.TableSecondLayout th {
	padding: 10px 16px;
	color: #0053b9;
	font-weight: bold;
	text-align: left;
	background-color: #bceaff;
	border: 1px solid #ababab;
}
.TableSecondLayout td {
	padding: 10px 16px;
	font-weight: normal;
	text-align: left;
	border: 1px solid #ababab;
}

.ListFirstLayout {
	margin: 0 0 16px 0;
	padding: 0;
	list-style: none;
}
.ListFirstLayout li {
	position: relative;
	margin: 0 0 4px 0;
	padding: 0 0 0 14px;
}
.ListFirstLayout li::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	/*background-color: #2fa550;*/
	background-color: #028709;
	top: 10px;
	left: 0;
}

.ListSecondLayout {
	margin: 0 0 16px 20px;
	padding: 0;
	list-style: none;
}
.ListSecondLayout li {
	position: relative;
	margin: 0 0 4px 0;
	padding: 0 0 0 14px;
}
.ListSecondLayout li::before {
	display: block;
	content: '';
	position: absolute;
	top: .6em;
	left: -.6em;
	width: 6px;
	height: 6px;
	border-right: 2px solid #FD7700;
	border-bottom: 2px solid #FD7700;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.CourseList {
	margin: 0 0 16px 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.CourseList li {
	width: 50%;
	position: relative;
	margin: 0 0 4px 0;
	padding: 0 0 0 14px;
	box-sizing: border-box;
}
.CourseList li::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #fd7700;
	top: 10px;
	left: 0;
}

.ContactList {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
}
.ContactList dt {
	width: 15%;
	float: left;
	margin: 0;
	padding: 0;
}
.ContactList dd {
	width: 85%;
	float: left;
	margin: 0;
	padding: 0;
}

.ContactSecondList {
	margin: 0 0 16px 0;
	padding: 0;
	list-style: none;
}
.ContactSecondList li {
	position: relative;
	margin: 0 0 4px 0;
	padding: 0 0 0 14px;
}
.ContactSecondList li::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #fd7700;
	top: 10px;
	left: 0;
}

p.ReceptionTime{
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	color: #e64600;
}
p.red{
	color: #f43a3a;
	margin: 20px 0 0 0;
}

.ImageLine {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
}
.ImageLine li {
	width: 32%;
	float: left;
	margin: 0;
	padding: 0;
}
.ImageLine li:nth-child(2) {
	margin: 0 2%;
}
.ImageLine li img {
	border-radius: 10px;
	border: 1px solid #ababab;
	box-sizing: border-box;
}

.tableStyleDl {
	margin: 50px auto;
	
}
.tableStyleDl dl {
	display: flex;
	flex-flow: nowrap;
	width: 80%;
	margin: 0 auto;
	
}
.tableStyleDl dt {
	flex-basis: 15%;
	padding: 10px 20px;
	background-color: #f1f1f1;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.tableStyleDl dd {
	flex-basis: 85%;
	padding: 10px 20px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-left: 0;
}
.tableStyleDl dt:first-child {
 	border-top: 1px solid #ccc;
}

.tableStyleDl dd:nth-child(2) {
 	border-top: 1px solid #ccc;
}


@media screen and (max-width: 599px) {
	.tableStyleDl dl {
		flex-flow: column;
		width: 100%;
		padding: 0 20px;
		border: 0;
	}
	.tableStyleDl dt, .tableStyleDl dd {
		padding: 10px;
		border-bottom: 1px solid #ccc;
	}
	.tableStyleDl dd:nth-child(2) {
	 	border-top: 0;
	}
}

.courseDesc {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.courseOtoiawase {
	font-size: 1.2em;
}
.courseAddress {
	padding-left: 10px;
}



/* --------------------------------------------------------------------------------------------

 * 5.0 - Footer

-------------------------------------------------------------------------------------------- */

/* ********************************************************************************************
 ** 5.1 - Access
******************************************************************************************** */

.AccessAll {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ababab;
}

.AccessMap {
	width: 50%;
	height: 500px;
	float: right;
}

.AccessInfo {
	width: 50%;
	height: 500px;
	float: left;
	color: #ffffff;
	background-color: #2fa550;
}
.AccessInfoColumnBox {
	max-width: 540px;
	float: right;
}
.AccessHeadline {
	font-size: 30px;
	margin: 50px 0;
}
.AccessInfoList {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
}
.AccessInfoList dt {
	width: 20.37%;
	float: left;
	margin: 0;
	padding: 0;
}
.AccessInfoList dd {
	width: 79.63%;
	float: left;
	margin: 0;
	padding: 0;
}


/* ********************************************************************************************
 ** 5.2 - CommonInfo
******************************************************************************************** */

#footerAll {
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
	background-color: #007d4f;
}

.footerSet {
	max-width: 1080px;
	height: 100px;
	margin: 0 auto;
}
.footNavi {
	width: 64%;
	float: left;
}
.footNavi ul {
	width: 100%;
	margin: 40px 0 0 0;
	padding: 0;
}
.footNavi ul li {
	float: left;
	font-size: 16px;
	list-style: none;
	margin: 0 0 0 4%;
	padding: 0 4% 0 0;
	border-right: 1px solid #ffffff;
	box-sizing: border-box;
}
.footNavi ul li:first-child {
	margin: 0;
}
.footNavi ul li:last-child {
	padding: 0;
	border-right: none;
}
.footNavi ul li a {
	color: #ffffff;
}
.footNavi ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.copyright {
	width: 36%;
	float: right;
	margin: 40px 0 0 0;
	text-align: right;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
.pagetop a {
	display: block;
	width: 56px;
	height: 56px;
	background-color: #2fa550;
	text-decoration: none;
	line-height: 50px;
	border-radius: 50%;
}
.pagetop a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin: -21px 0 0 -9px;
	border-top: 14px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 14px solid #ffffff;
	border-left: 9px solid transparent;
	top: 50%;
	left: 50%;
}


