
/* --- PC表示部分 非表示 --- */
.pc {
	display: none;
}

/* --- 共通タグ設定 --- */
html, body {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0 none;
} 
body {
	text-align: center;
	background: #FFED9F url(../img/bg_body.jpg) repeat-x center top fixed;
	background-size: 180% auto;
	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 5% 15px 5%;
	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: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 0.5em;
	margin: 0;
	padding: 0;
}
h2 {
	position: relative;
	display: table;
	margin: 20px 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: 2em;
	line-height: 100%;
	letter-spacing: 0.1em;
	color: #555;
	border-bottom: 1px solid #CCC;
}
h3 {
	margin: 0 auto 20px auto;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 1.2em;
	line-height: 100%;
	border-radius: 30px 30px;
}
h2 span, h3 span {
	white-space: pre;
}

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 {
	width: 90%;
	height: 350px;
	margin: 0 auto 20px auto;
	border-width: 3px;
	border-style: solid;
	border-radius: 10px;
}



/* --- ヘッダー --- */
header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1;
	text-align: left;
	background-color: #FFF;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .4);
}
header .sp .logo {
	position: fixed;
	max-width: 246px;
	margin: 10px 0 0 10px;
	z-index: 10000;
}
#sp_navi {
    position: fixed;
	float: right;
	text-align: center;
    top: 0;
    width: 100%;
    z-index: 1000;
	background-color: #FFF;
}
#sp_navi ul {
	position: relative;
	overflow: visible;
	width: 100%;
	height: 56px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
}
#sp_navi ul li {
	position: relative;
	display: block;
	height: 56px;
	margin: 0;
	padding: 0 5px 0 0;
	text-align: center;
	vertical-align: middle;
	list-style: none;
	background-color: #FFF;
}
#sp_navi ul li a, #sp_navi ul li a:active, #sp_navi ul li a:hover {
	position: relative;
	display: block;
	margin-top: 5px;
	padding: 15px 6px;
	color: #222;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	border: 1px solid #AAA;
	border-radius: 4px 4px;
}
#sp_navi ul.sub_menu {
	height: 56px;
}
#sp_navi ul.sub_menu li {
}
#sp_navi ul.sub_menu li:first-child {
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

#sp_navi ul li#toggle_menu {
	padding: 0 5px 0 0;
	text-align:	center;
	cursor: pointer;
}
#toggle_menu .rapper {
	margin-top: 5px;
	padding: 8px 6px 0 6px;
	border: 1px solid #AAA;
	border-radius: 4px 4px;
}
#toggle_icon {
	position: relative;
	display: block;
	width: 30px;
	height: 16px;
	margin: 0 auto;
	background-color:#444;
}
#toggle_text {
	display: block;
	width: 100%;
	text-align :center;
	margin-top:	2px;
	font-size: 6px;
	line-height: 18px;
	color: #444;
}
#toggle_icon:before, #toggle_icon:after {
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	border-top:	5px solid #FFF; 
}
#toggle_icon:before {
	top: 2px;
}
#toggle_icon:after {
	bottom: 2px;
}
    


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

main section {
	position: relative;
	overflow: auto;
	width: 90%;
	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);
}
main section section {
	width: 100%;
	margin: 0 auto;
	background: none;
	box-shadow: none;
}
.container {
	padding: 20px auto;
}
.column1, .column2 {
	position: relative;
	margin: 0 auto;
	width: 90%;
}



/* --- フッター --- */
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;
	font-size: 0.8em;
}



/* --- ホーム --- */
#home_logo {
	position: relative;
	overflow: visible;
	width: 96%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: none;
	border: none;
	box-shadow: none;
}
h1 img {
	width: 95%;
	max-width: 754px;
	line-height: 100%;
}
#home_logo p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1em;
	line-height: 100%;
	font-weight: bold;
	color: #ED7211;
}

#home .container {
	padding: 10px auto 40px auto;
}
#home .column1, #home .column2 {
	padding: 10px 0 20px 0;
}
#home div.column2 img {
	width: 100%;
	max-width: 330px;
}
#home iframe {
	width: 100%;
	height: 280px;
	margin: 0 auto;
}

#first .column1 img {
	margin: 0 0 40px 0;
}

#profile h3 {
	margin: 30px 3% 12px 3%;
	padding: 10px 0 8px 0;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	background-color: #DFE57A;
}
#profile p {
	margin: 0 5% 35px 5%;
	text-align: center;
}
#profile p.low_margin {
	position: relative;
	display: table;
	margin: 0 auto 10px auto;
}
#profile .phone_number {
	padding: 0 0 15px 0;
	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;
}
#profile table {
	margin: 0 auto 45px auto;
	border: 2px solid #444;
	border-radius: 10px 10px;
}
#profile table caption {
	position: relative;
	display: none;
}
#profile table tr th {
	padding: 5px 15px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	white-space: nowrap;
	border-left: 1px solid #444;
	border-bottom: 1px solid #444;
}
#profile table tr:first-of-type th {
	background-color: #FEF1DE;
}
#profile table tr:first-of-type th:first-of-type {
	border-top-left-radius: 10px 10px;
}
#profile table tr th:first-of-type {
	border-left: none;
}
#profile table tr:last-of-type th {
	border-bottom: none;
}
#profile table tr th:last-of-type {
	border-top-right-radius: 10px 10px;
}
#profile table tr td {
	padding: 5px 15px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	border-left: 1px solid #444;
	border-bottom: 1px solid #444;
}
#profile table tr:last-of-type td {
	border-bottom: none;
	border-bottom-right-radius: 10px 10px;
}
#profile picture {
	width: 100%;
}
#profile picture img {
	width: 90%;
	max-width: 440px;
	margin: 0 0 15px 0;
}
#profile picture img:nth-of-type(2) {
	margin: 0 0 15px 0;
}

#point .column1 ul {
	decoration: none;
	margin: 0;
	padding: 2em 0 0 0;
}
#point .column1 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;
}
#point .column1 ul li:nth-child(1) {
	background-color: #5BA858;
}
#point .column1 ul li:nth-child(2) {
	background-color: #489E45;
}
#point .column1 ul li:nth-child(3) {
	background-color: #359432;
}
#point .column1 ul li:nth-child(4) {
	background-color: #228A1F;
}
#point .column1 ul li:nth-child(5) {
	background-color: #188215;
}
#point .column2 img {
	width: 100%;
	max-width: 400px;
}

#greeting {
	padding: 20px 0;
}



/* --- はじめての方に --- */
#intro h3 {
	display: table;
	margin: 10px auto 15px auto;
	padding: 2px 0 0 6px;
	line-height: 130%;
	border-left: 6px solid #FFAC30;
	border-radius: 0;
}
#intro picture {
	text-align: center;
}
#intro picture img {
	width: 90%;
	max-width: 440px;
	margin: 0 4% 15px 4%;
}
#intro picture.pic_left img {
	width: 100%;
	max-width: 215px;
}
#intro p {
	margin: 0 5% 15px 7%;
}
#intro .clear_both {
	padding: 0 0 15px 0;
}
#intro .facility h3 {
	border-left: 6px solid #5BA858;
}



/* --- アクセス --- */
#access .container {
	padding: 0 0 30px 0;
}
#access dl, #access ul, #access dl dd p {
	margin: 0;
	padding: 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: 2em;
	line-height: 100%;
	letter-spacing: 0.1em;
	color: #555;
	border-bottom: 1px solid #AAA;
}
#contact h1, #mailform h2, #privacy h2 {
	white-space: pre-wrap;
}
#contact h2 {
	margin: 0 auto 15px auto;
	padding: 0;
	font-size: 2em;
	line-height: 120%;
	letter-spacing: 0;
}
#contact p {
	text-align: left;	
	margin-bottom: 0;
}
#contact .phone-number {
	margin-bottom: 15px;
}
#contact .phone-number span {
	padding: 0 0 0 5px;
	font-size: 2.2em;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-weight: bold;
	color: #FF5F00;
}

#mailform {
	position: relative;
	margin: 0 auto;
}
#mailform h2 {
	text-align: center;
	margin: 0 auto 15px auto;
	padding: 0;
	font-size: 2em;
	line-height: 120%;
	letter-spacing: 0;
}
#mailform form table {
	margin: 0 auto;
}
#mailform form table th, #mailform form table td {
	position: relative;
	display: block;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
#mailform form table th {
	padding: 15px 0 5px 0;
	text-align: left;
	color: #FF7E1A;
}
#name, #email, #comment {
	width: 90%;
}
#mailform form p {
	text-align: left;
}
#mailform .alert-danger {
	text-align: left;
	color: #C00;
}

#privacy h2 {
	text-align: center;
	margin: 0 auto 15px auto;
	padding: 0;
	font-size: 1.6em;
	line-height: 120%;
	letter-spacing: 0;
}
#privacy ul {
	margin: 0 5px 5px 5px;
	padding: 0 0 5px 0;
}
#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 15px;
}



/* --- 共通ＩＤ・クラス設定 --- */
.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;
}
