@charset 'UTF-8';

/* --- スマホ表示部分 非表示 --- */
.sp {
	display: none;
}

/* --- 共通タグ設定 --- */
html, body {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0 none;
} 
body {
	overflow-y: scroll;
	text-align: center;
	background: #FFED9F url(../img/bg_body.jpg) repeat-x center top fixed;
	font: 1em/180% "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	color: #222;
	-webkit-text-size-adjust: 100%;
}
p {
	margin: 0 20px 15px 20px;
	text-align: left;
}
em {
	font-weight: bold;
}
ul {
	text-align: left;
	margin: 0 10px 15px 15px;
}
li {
	margin: 0 0 5px 0;
}
img {
	border: 0;
	margin: 0;
	text-decoration: none;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
}

h1, h2, h3, h4, h5 {
	text-align: center;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-weight: bold;
	line-height: 0.5em;
	margin: 0;
	padding: 0;
}
h2 {
	position: relative;
	display: table;
	margin: 0 auto 30px auto;
	padding: 0 0 2px 0.1em;
	text-align: center;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 2.2em;
	line-height: 100%;
	letter-spacing: 0.1em;
	color: #555;
	border-bottom: 1px solid #AAA;
}
h3 {
	margin: 0 auto 20px auto;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 1.3em;
	line-height: 100%;
	border-radius: 30px 30px;
}
a {
	color: #00C;
	transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
}
a:link, a:visited {
	color: #1158E7;
	text-decoration: underline;
}
a:active, a:hover {
	color: #0CF;
	text-decoration: underline;
}
hr {
	width: 95%;
	text-align: center;
	margin: 0px 0px 5px 0px;
}
object {
	margin: 0 auto;
}
strong {
	font-size: 1.1em;
	font-weight: bold;
}
mark {
	background-color: #C8FFFF;
}
table {
	border-collapse: separate;
	border-spacing:  0;
	border: none;
}
table tr th, table tr td {
	border: none;
}
form {
	margin: 0 auto 15px auto;
}
iframe {
	border-width: 2px;
	border-style: solid;
	border-radius: 10px 10px;
}



/* --- ヘッダー --- */
header {
	position: relative;
	width: 100%;
	margin: 5px auto 0 auto;
	text-align: center;
	z-index: 1;
}
header div.pc {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 960px;
	height: 92px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: url("../img/bg_g_navi.png") no-repeat bottom center;
}
header .logo {
	max-width: 246px;
	margin: 22px 0 0 50px;
}
header nav ul {
	position: relative;
	float: right;
	top: -38px;
	left: -40px;
	margin: 0;
	padding: 0;
}
header nav ul li {
	position: relative;
	overflow: visible;
	float: left;
	margin: 0;
	padding: 0 10px;
	list-style: none;
	z-index: 2;
	border-left: 2px solid #988;
}
header nav ul li:first-child {
	border-left: none;
}
header nav ul li a {
	display: block;
	text-align: center;
	color: #222;
}
header nav ul li a:link, header nav ul li a:visited {
	color: #222;
	text-decoration: none;
}
header nav ul li a:active, header nav ul li a:hover {
	color: #0AE;
	text-decoration: none;
}
header nav ul li.fb-navi, header nav ul li.fb-navi a {
	line-height: 50%;
}
header nav ul li.fb-navi a img {
	margin: 3px;
}


/* --- メインフレーム --- */
main {
	position: relative;
	max-width: 1280px;
	border: none;
	margin: 0 auto;
	padding: 0 0 50px 0;
}

section {
	position: relative;
	overflow: auto;
}
section#home, section#intro, #about section#profile, section#greeting, section#access, section#contact, section#mailform, section#privacy {
	width: 90%;
	max-width: 1100px;
	margin: 20px auto 50px auto;
	background-color: hsla(0,0%,100%,0.80);
	border-radius: 20px 20px;
	box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, .4);
}
.container {
	padding: 40px 30px;
}
.column1, .column2 {
	position: relative;
	display: inline-block;
	vertical-align: top;
}


.fixed {
    position: fixed;
    top: 30px;
    width: 100%;
    z-index: 10000;
}
    


/* --- フッター --- */
footer {
	position: relative;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	color: #FFA535;
	background-color: #FFF;
}
footer p {
	text-align: center;
	margin: 0;
}



/* --- ホーム --- */
#home_logo {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 20px 0;
	text-align: center;
	background: none;
	border: none;
	box-shadow: none;
}
#home_logo p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #ED7211;
}

#first h3 {
	margin: 24px auto 12px auto;
	padding: 10px 0 8px 0;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	line-height: 150%;
	background-color: #FFDD89;
}
#first h3 span {
	letter-spacing: 0.1em;
}
#first .column1 {
	width: 49%;
	margin: 0;
}
#first .column2 {
	width: 50%;
	margin: 0;
}
#home h2 {
	margin: 0 auto 20px auto;
	padding: 0;
	line-height: 120%;
	letter-spacing: 0;
	color: #ED7211;
	border: none;
}
#home h2 span {
	white-space: nowrap;
}

#profile.container {
	padding: 10px 30px;
}
#profile .column1 {
	width: 49%;
	margin: 0;
}
#profile .column2 {
	width: 50%;
	margin: 0;
}
#profile .column2 .wrapper {
	padding-left: 10px;
}
#home .column2 .fb-page {
	width: 90%;
	max-width: 380px;
	margin: 0 auto;
}
#profile h3 {
	margin: 24px 3% 12px 3%;
	padding: 10px 0 8px 0;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	background-color: #DFE57A;
}
#profile .column1 p {
	position: relative;
	display: table;
	margin: 0 auto 10px auto;
}
#profile .profile_map {
	width: 100%;
	max-width: 330px;
}
#profile .phone_number {
	text-align: center;
	font-size: 2em;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	line-height: 100%;
	letter-spacing: 0.1em;
	font-weight: normal;
}
#office_hours table {
	width: 90%;
	max-width: 400px;
	margin: 0 auto 30px auto;
	border: 2px solid #444;
	border-radius: 10px 10px;
}
#office_hours table caption {
	position: relative;
	display: none;
}
#office_hours table tr th {
	padding: 5px 8px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	white-space: nowrap;
	border-left: 1px solid #444;
	border-bottom: 1px solid #444;
}
#office_hours table tr:first-of-type th {
	background-color: #FEF1DE;
}
#office_hours table tr:first-of-type th:first-of-type {
	border-top-left-radius: 10px 10px;
}
#office_hours table tr th:first-of-type {
	border-left: none;
}
#office_hours table tr:last-of-type th {
	border-bottom: none;
}
#office_hours table tr th:last-of-type {
	border-top-right-radius: 10px 10px;
}
#office_hours table tr td {
	padding: 5px 8px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	border-left: 1px solid #444;
	border-bottom: 1px solid #444;
}
#office_hours table tr:last-of-type td {
	border-bottom: none;
	border-bottom-right-radius: 10px 10px;
}
#office_hours p {
	text-align: center;
}

#point .column1 {
	width: 49%;
	margin: 0;
}
#point .column1 img {
	width: 100%;
	max-width: 350px;
}
#point .column2 {
	width: 50%;
	margin: 0;
}
#point .column2 img {
	margin: 0;
}

#home ul {
	decoration: none;
	margin: 0;
	padding: 0 3% 0 7%;
}
#home ul li {
	margin: 0 0 20px 0;
	padding: 9px 0 8px 0;
	text-align: center;
	list-style: none;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 100%;
	color: #FFF;
	background-color: #5BA858;
	border-radius: 20px 20px;
}
#home ul li:nth-child(1) {
	background-color: #5BA858;
}
#home ul li:nth-child(2) {
	background-color: #489E45;
}
#home ul li:nth-child(3) {
	background-color: #359432;
}
#home ul li:nth-child(4) {
	background-color: #228A1F;
}
#home ul li:nth-child(5) {
	background-color: #188215;
}
#home div:nth-of-type(2) div.column2:nth-of-type(2) img {
	width: 100%;
	max-width: 440px;
}

#greeting .wrapper {
	max-width: 830px;
	margin: 0 auto;
}



/* --- はじめての方に --- */
#intro h3 {
	display: inline-block;
	margin: 10px auto 15px auto;
	padding: 2px 10px 0 6px;
	border-left: 6px solid #FFAC30;
	border-radius: 0;
}
#intro picture {
	float: right;
	padding-bottom: 10px;
}
#intro picture img {
	width: 100%;
	max-width: 440px;
	margin: 0 0 10px 25px;
}
#intro picture.pic_left {
	float: left;
}
#intro picture.pic_left img {
	width: 100%;
	max-width: 215px;
	margin: 10px 50px 40px 30px;
}
#intro .clear_both {
	padding: 0 0 15px 0;
}
#intro .facility {
	padding: 20px 0;
}
#intro .facility h3 {
	border-left: 6px solid #5BA858;
}

#profile picture {
	width: 100%;
}
#profile picture img {
	width: 46%;
	max-width: 440px;
	margin: 30px 0 15px 0;
}
#profile picture img:first-of-type {
	margin-right: 5%;
}


/* --- アクセス --- */
#access iframe {
	width: 90%;
	height: 350px;
	margin: 0 auto;
}
#access dl {
	position: relative;
	display: table;
	margin: 0 auto;
}
#access dl dd {
	text-align: center;
}
#access dl ul {
	margin: 0;
	padding: 0 0 0 20px;
}
#access dl dd p {
	margin: 0;
}



/* --- お問い合わせ --- */
#contact h1 {
	position: relative;
	display: table;
	margin: 0 auto 30px auto;
	padding: 0 0 2px 0.1em;
	text-align: center;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 2.2em;
	line-height: 100%;
	letter-spacing: 0.1em;
	color: #555;
	border-bottom: 1px solid #AAA;
}
#contact p {
	text-align: center;	
	margin-bottom: 0;
}
#contact .phone_number {
	margin-bottom: 15px;
}
#contact .phone_number span {
	padding: 0 0 0 15px;
	font-size: 3em;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;	line-height: 100%;
	font-weight: bold;
	color: #FF5F00;
}

#mailform {
	position: relative;
	margin: 0 auto 50px auto;
}
#mailform form table {
	margin: 0 auto;
}
#mailform form table th, #mailform form table td {
	vertical-align: top;
	text-align: left;
	padding: 5px;
	font-weight: normal;
}
#mailform form p {
	text-align: center;
}
#mailform .alert-danger {
	text-align: left;
	color: #C00;
}
#mailform form table input, #mailform form table textarea {
	padding: 5px 10px;
}

#privacy h2 {
	letter-spacing: 0;
}
#privacy ul {
	padding: 0 15px 5px 15px;
}
#privacy ul li {
	list-style: none;
}
#privacy ul li h3 {
	text-align: left;
	margin: 5px 0;
	padding: 8px 15px 7px 15px;
	font-size: 1em;
}
#privacy ul li p {
	margin: 0 0 15px 30px;
}



/* --- inview アニメーション用初期値 --- */
.enable-js .iv {
	opacity: 0;
}



/* scroll-rise-button.js CSS */
#pagetop {
    position: fixed;
	bottom: 30px;
	left: 50%;
	width: 50px;
	margin-left: 900px;
}
#pagetop a {
	position: relative;
	display: block;
	left: -450px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 100%;
    background: #FF6E00;
    border-radius: 50%;
}
#pagetop a span {
	position: relative;
	display: block;
	padding-top: 9px;
}
#pagetop a span span {
	padding: 0;
	font-size: 11px;
    line-height: 100%;
}
#pagetop a:link, #pagetop a:visited {
    color:#fff;
	text-decoration: none;
}
#pagetop a:active, #pagetop a:hover {
	color: #FFC396;
	text-decoration: none;	
}



/* --- 共通ＩＤ・クラス設定 --- */
.color_red {
	color: #F10;
}
.color_green {
	color: #27AA20;
}
.color_orrange {
	color: #F60;
}
.color_yellow {
	color: #FC0;
}
.sub_text {
	font-size: 0.85em;
	line-height: 120%;
	font-weight: normal;
}
.img_only {
	line-height: 50%;
}
.align_center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.align_right {
	margin-left: auto;
	text-align: right;
}
.align_left {
	margin-right: auto;
	text-align: left;
}
.align_middle {
	vertical-align: middle;
}
.align_bottom {
	vertical-align: bottom;
}
.float_left {
	position: relative;
	float: left;
}
.float_right {
	position: relative;
	float: right;
}
.clear_both {
	clear: both;
}
.txt_space_large {
	letter-spacing: 1em;
}
.txt_overline {
	text-decoration: line-through;
}
.ruled_line {
	clear: both;
	margin: 10px 0;
	text-align: center;
}
