@charset "utf-8";

/**
 *
 *  Styles CSS
 *
 */



/* Reset / Common
------------------------------------------------------------*/
* {
	margin: 0;
  padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	 box-sizing: border-box;
	/*-webkit-appearance: none;
	-moz-appearance: none;	 */
}
html {
	font-size: 62.5%;
}
body {
	font-size: 10px;
	font-size: 1.1rem;
	line-height: 1.8;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #222;
	background-color: #FFFFFF;
	-webkit-text-size-adjust: 100%; /* 文字サイズの自動調整を無効化 */
}
a {
  overflow: hidden;
  outline: none;
}
a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover, a:active {
  color: #000;
  text-decoration: underline;
}
img {
	vertical-align: bottom;
	border: none;
}
ul {
	list-style: none;
}

.fl {float: left;}

.fr {float: right;}

/* Floart解除 */
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}

.clear {
	clear: both;
	display: block;
}

table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}

.hv-btn {
	width: 130px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
	background-color: #011627;
	border: none;
	border-radius: 0;
	padding: 10px 0px;
	text-align: center;
	}
	.hv-btn:hover {
		background-color: #FF8C52;
		box-sizing: border-box;
		-webkit-transition: all .3s;
		transition: all .3s;
		cursor: pointer;
	}
	.hv-btn a {
		display: block;
		font-size: 16px;
		font-size: 1.6rem;
		color: #fff;
		font-weight: normal;
		text-decoration: none;
	}

/* Layout
------------------------------------------------------------*/
#wrap {
	font-size: 15px;
	font-size: 1.5rem;
	color: #333;
}
#js-message {
	display: none;
}


/* Header
------------------------------------------------------------*/
#header {
	width: 100%;
	height: 70px;
	background-color: #B6CDC8;
	position: fixed !important;
	padding: 0px;
	z-index: 9999;
	border-bottom: 1px solid #eee;
	}

.inner {
	width: 920px;
	margin: 0 auto;
}

h1 img {
	width: 90px;
	margin: 6px 0;
}


.gnav .pc-dsp {
	float: left;
	text-align: center;
}
.gnav .pc-dsp a {
	display: block;
	text-decoration: none;
	padding: 16px 30px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
	color: #444;
	
}
.gnav .pc-dsp a span {
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.gnav .pc-dsp a:hover {
	color: #F6AA00;
	background: #fff;
	border-bottom: 6px solid #bbb;
}	
	
/* main-visual */
#mainvisual{
	background:url(../img/okyu2.jpg) no-repeat;	
	background-size: cover;
	background-position: 50% 50%;
	/*background-attachment: fixed;*/
}	


/* Contents
------------------------------------------------------------*/
/* common */
#thanks .inner,
#contents .inner {
	padding-top: 80px;
}

h2 {
	font-size: 46px;
	font-weight: normal;
	font-family: "UDデジタル教科書体 R JIS2004", "UDDigiKyokasho R JIS2004","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
	line-height: 1.0;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 15px;
	margin-bottom: 40px;
	color: #000;
	letter-spacing: 0.1em;
	background: url("../img/okyu.png") bottom center no-repeat;
	background-opacity:
}

h3 {
	font-size: 28px;
	font-weight: normal;
	font-family: "UDデジタル教科書体 R JIS2004", "UDDigiKyokasho R JIS2004","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
	line-height: 1.0;
	text-align: center;
	padding-top: 30px;
	margin-bottom: 30px;
}




/* main-visual */
#mainvisual{
	width: 100%;
	height: 600px;
	box-shadow: 0px 0px 10px #bbb;
}

#mainvisual p span {
	display: block;
	width: 540px;
	margin: 0 auto;
	padding-top: 210px;
	margin-bottom: 60px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 32px;
		font-family: "UDデジタル教科書体 R JIS2004", "UDDigiKyokasho R JIS2004","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
	line-height: 1.4;
	text-shadow: 0 0 6px #444;
	letter-spacing: 0.1em;
}
#mainvisual p span img {
	padding-bottom: 20px;
	width: 270px;
}

/* greeting */

#greeting, #service {
	padding: 0 0 60px;	
}
#greeting p {
	font-size: 16px;
}
#profile {
	display: block;
	margin: 60px auto 0;
	padding: 60px 0;
	border-top: 1px solid #ddd;
	height: 300px;
}
#profile h4 {
	font-family: "UDデジタル教科書体 R JIS2004", "UDDigiKyokasho R JIS2004","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 800;
	margin: 0 0 20px;
	text-align: center;
}
span.left {
	float: left;
	width: 70%;
}
span.right {
	float: right;
	width: 25%;
}
#profile img {
	width: 100%;
	border: 8px solid #fff;
	box-shadow: 4px 4px 10px #ddd;
}


/* service */
#service {
	background: #B6CDC8;
	box-shadow: 0px 0px 10px #ddd;
}
#service h3 {
	font-size: 28px;
	font-size: 2.0rem;
	text-align: center;
	line-height: 2.4;
}
.service-block {
	background: #fff;
	padding: 40px 20px 30px;
	margin: 0 0 40px;
	display: flex;
	flex-wrap: wrap;
}
#menu {
	height: 470px;
	margin: 20px 0 40px;
}
#menu_l {
	width: 45%;
	float: left;
	position: relative;
	height: 450px;
}
#menu_r {
	width: 45%;
	float: right;
	position: relative;
	height: 450px;
}
div#menu img {
	width: 100%;
	position: absolute;
	bottom: 0px;
	border: 8px solid #fff;
	box-shadow: 5px 5px 10px #aaa;
}
div#menu p {
	color: #222;
	margin-bottom: 6px;
	font-size: 16px;
}

.pricelist {
	width: 33%;
}
.pricelist dt {
	font-size: 32px;
	letter-spacing: 0.2em;
	text-align: center;
}
.pricelist dd {
	font-size: 36px;
	text-align: center;
	font-family: "UDデジタル教科書体 R JIS2004", "UDDigiKyokasho R JIS2004","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
}	
.pricelist span.mini {
	font-size: 70%;
	font-weight: bold;
}
#price_kids {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 24px;
	margin: 30px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #ddd;
}
#price_sub {
	display: block;
	width: 100%;
	border-top: 3px solid #ddd;
	margin: 20px 0 0;
	padding: 20px 0 0;
	text-align: center;
	font-size: 20px;
}
#workshop {
	margin-bottom: 0;
	padding: 30px;
	background-image: url("../img/ws_bg.jpg");
	background-size: cover;
	background-position:center middle;
}
#workshop h4 {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 32px;
	font-weight: 800;
	font-family: "UDデジタル教科書体 R JIS2004", "UDDigiKyokasho R JIS2004","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
	padding: 0 0 15px;
}
#workshop p {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
	
/* contact */

#contact  {
	position: relative;
}
#info {
	display: flex;
    justify-content: space-between;
}
#info_l {
	display: block;
	width: 55%;
}
#info_r {
	display: block;
	width: 40%;
}
#info_l p {
	display: block;
	margin: 0 0 20px;
	padding: 10px 0;
	font-size: 28px;
	font-weight: bold;
	border-top: 1px dotted #bbb;
	border-bottom: 1px dotted #bbb;
	text-align: center;
}
#info_l p span.reservation {
	display: block;
	margin: 6px auto 0;
	font-weight: 800;
	letter-spacing: 0.3em;
	background-color: #ffdead;
	padding: 4px auto 3px;
	color: maroon;
}
#info_l p span.sub {
	font-size: 16px;
	line-height: 1.3em;
}
#info_l ul {
	margin: 0 0 20px;
}
#info_l ul li {
	font-size: 14px;
	list-style: disc;
	margin-left: 1em;
	line-height: 1.5em;
}
.contact_block {
	padding: 20px 30px;
	border: 1px solid #ccc;
	box-shadow: 0 5px 10px #ddd;
}
.reserve {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #bbb;
	font-family: "UDデジタル教科書体 R JIS2004", "UDDigiKyokasho R JIS2004","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
}
.tel {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.mail {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#info_r h3 {
	margin: 0 0 15px;
	padding: 0;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
}
#info_r img {
	width: 100%;
}
#info_r p {
	display: block;
	background: #efefef;
	text-align: center;
	margin: 0 0 10px;
	padding: 7px 0;
}
#info_r ul li {
	font-size: 14px;
	list-style: disc;
	margin-left: 1em;
	line-height: 1.4em;
	margin-bottom: 5px;
}
#info_line {
	clear: both;
	border: solid 1px #c1e0cb;
    background-color: #f2fbf5;
    margin:25px 0;
    padding: 20px 15px;
    display: flex;
}
#info_line_inner {
	margin: 0 15px;
}
#info_line_inner h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #07b53b;
	padding: 10px 0 20px;
	margin: 0;
	text-align: left;
}
#info_line_inner p {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5em;
	margin: 0 20px 15px 0;
}
#line_btn {
	display: inline-block;
	padding: 10px 30px 10px 60px;
	background: url("../img/line_icon_96.png") 0px -5px no-repeat;
	background-size: 35%;
	background-color: #07b53b;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 8px;
}
#line_btn:hover {
	text-decoration: none;
	opacity: 70%;
}
#line_qr {
	width: 180px;
	height: 180px;
	margin: 0 15px;
}
#gmap {
	width: 100%;
}
.map-area {
	clear: both;
	height: 600px;
}
.map-area span {
	display: block;
	width: 100%;
}
.map-area span a {
	width: 200px;
	color: #333;
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	text-decoration: underline;
}

/* Page-top
------------------------------------------------------------*/
#page-top {
	position: fixed;
	right: 50px;
	bottom: 10px;
}
.top {
	width: 80px;
	height: 80px;
	font-family: 'Open Sans Condensed';
	font-size: 18px;
	font-size: 1.8rem;
	color: #FFF;
	background-color: #B6CDC8;
	text-align: center;
	cursor: pointer;
	float: right;
	margin-right: 10px;
	padding: 20px 0px;
	border: 1px solid #FFF;
}
.top:before {
	width: 15px;
	height: 15px;
	content: "";
	display: block;
	margin: 0 auto;
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
	
/* Footer
------------------------------------------------------------*/
#footer .top {
	width: 80px;
	height: 60px;
	padding: 14px 0px;
}
#footer .top:before {
	width: 10px;
	height: 10px;
}
#footer {
	background-color: #555;
	color: #fff;
}
#footer > .inner {
	padding: 40px;
}
#footer .corp-name {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
#footer a, #footer a:hover {
	color: #fff;
}
.copyright {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	padding: 25px;
	border-top: 1px solid #ddd;
}



/* thanks Page
------------------------------------------------------------*/
#thanks dt, #thanks dd {
	display: block;
	margin: 0 auto;
}
#thanks dt {
	font-size: 20px;
	font-size: 2.0rem;
	color: #fff;
	font-weight: bold;
	background-color: #FF8C52;
	border-radius: 10px;
	text-align: center;
	padding: 15px 5px;
	margin-bottom: 40px;
}
#thanks dd span {
	display: block;
	margin-bottom: 30px;
}
.return {
	width: 120px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 100px;
}
.return a{
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	background-color: #011627;
	padding: 10px 10px 10px 48px;
	position: relative;
}
.return a:before {
	width: 10px;
	height: 10px;
	display: block;
	content: '';
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 15px;
	left: 25px;
}
.return a:hover {
	background-color: #FF8C52;
	text-decoration: none;
}

/* news Page
------------------------------------------------------------*/
#news .news-block {
	background-color: #fff;
	margin-bottom: 100px;
}
.news-block p {
	font-size: 18px;
	font-size: 1.8rem;
}
.news-block p img{
	padding-right: 10px;
	padding-bottom: 5px;
}
.news-block dl dt {
	font-size: 22px;
	font-size: 2.2rem;
	color: #333;
	font-weight: bold;
	padding: 20px 10px 0px 10px;
	border-bottom: 1px solid #F6AA00;
	/*border-bottom: 1px solid #999;*/
}
.news-block dl dd {
	line-height: 1.8;
	padding: 10px;
}
.news-strong {
	font-size: 18px;
	font-size: 1.8rem;
	color: #FF8C52;
	font-weight: bold;
}

/* Privacy Page
------------------------------------------------------------*/
#privacy h3 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	padding: 50px 0px 0px 10px;
	border-bottom: 1px solid #999;
}
#privacy ul {
	list-style: outside decimal;
	padding: 20px 20px 20px 50px;
}
#privacy ul li {
	line-height: 1.6;
	padding: 10px 0px;
}
#privacy p {
	line-height: 1.6;
	padding: 20px 20px 20px 30px;
}

/* Remote Page
------------------------------------------------------------*/
#remote .hv-btn {
	margin: 55px auto 0 auto;
	width: 250px;
	line-height: 2;
}
#remote .hv-btn a {
	font-size: 1.3em;
	font-weight: bold;
}
#remote h3 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	padding: 50px 0px 0px 10px;
	border-bottom: 1px solid #999;
}
#remote ol {
	list-style: outside decimal;
	padding: 20px 20px 20px 50px;
}
#remote ol li {
	line-height: 1.6;
	padding: 10px 0px;
}
#remote span,
#remote img {
	display: block;
}
#remote img {
	margin: 20px 0 10px 0;
}

/* 404 Not Found
------------------------------------------------------------*/
#error {
	text-align: center;
}
#error h2 {
	font-family: 'Open Sans Condensed';
	font-size: 52px;
	font-size: 5.2rem;
	font-weight: bold;
	color: #FF8D53;
	padding-top: 100px;
}
#error p {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 300px;
}
	

	