@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* CSS Document */

/*------------------------------------------------------------------------------------------------------------------
　base style
-------------------------------------------------------------------------------------------------------------------*/

body{	
color:#343434;
font-size:22px;
margin:0;
height:100%;
position:relative;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
line-height:1.6;
overflow-x:hidden;
background-image:url(../image/2016/back_sp.jpg);
background-position:center top;
background-repeat:no-repeat;
}

body > #primary {
height: auto;
}


a:link {color:#156fd8; text-decoration:underline;}
a:visited {color:#156fd8; text-decoration:underline;}
a:hover {color:#e59c0e; text-decoration:underline;}

img{
border:0;
vertical-align: bottom;
}

/*------------------------------------------------------------------------------------------------------------------
　Expression
-------------------------------------------------------------------------------------------------------------------*/

.clear { clear:both; }
.under { margin-bottom:20px; }
.right { float:right;}
.left { float:left;}

.ro img:hover,.ro:hover {
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}

div:after,
section:after,
article:after,
ul:after {
    content: "";
    display: block;
    clear: both;
}

.pc {
	display:none !important;
}

.sp {
	display:inherit !important;
}

/*------------------------------------------------------------------------------------------------------------------
　Primary
-------------------------------------------------------------------------------------------------------------------*/

#primary {
width:640px;
height:100%;
overflow:hidden;
margin-left: auto;
margin-right: auto;
text-align: left;
background-position:center bottom;
background-repeat:no-repeat;
background-attachment:fixed;
}

article {
width:580px;
margin-left:auto;
margin-right:auto;
position:relative;
}

#left-window {
	display:none;
}

#right-window {
	width:580px;
	margin-bottom:50px;
	margin-left:auto;
	margin-right:auto;
}

#contents {
	width:580px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

/*------------------------------------------------------------------------------------------------------------------
　Mainvisual
-------------------------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------------------
　Header
-------------------------------------------------------------------------------------------------------------------*/

header {
}

#header-window {
	width:640px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#header-window h1 {
	background-image:url(../image/2016/header-line.gif);
	background-repeat:repeat-x;
	font-weight:normal;
	font-size:13px;
	margin:0;
	padding:0;
	color:#ffffff;
	height:27px;
	line-height:27px;
	text-indent:30px;
}

#header-window .bird {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display:block;
	background-image:url(../image/2016/bird.png);
	width:116px;
	height:129px;
	position:absolute;
	left:0px;
	top:68px;
}

#header-window .logo {
	background-image:url(../image/2016/logo_sp.png);
	width:383px;
	height:118px;
	display:block;
	position:absolute;
	top:55px;
	left:127px;
}

#header-window .logo a {
	width:383px;
	height:118px;
	display:block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#header-window #option {
	position:absolute;
	top:196px;
	left:0;
	background-image:url(../image/2016/tel-back.png);
	width:610px;
	height:185px;
	padding-left:30px;
	padding-top:30px;
}

#header-window #option .tel {
	background-image:url(../image/2016/tel_sp.png);
	width:580px;
	height:45px;
	display:block;
	margin-bottom:13px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	position:relative;
	z-index:99;
}

#header-window #option .tel a {
	width:580px;
	height:45px;
	display:block;
	position:absolute;
	top:0;
	left:0;
}

#header-window #option .apo-text {
	background-image:url(../image/2016/tel-comment_sp.png);
	width:580px;
	height:35px;
	display:block;
	margin-bottom:8px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#header-window #option .timetable {
	background-image:url(../image/2016/option-timetable_sp.png);
	width:585px;
	height:71px;
	display:block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin-left:-3px;
}

/*------------------------------------------------------------------------------------------------------------------
　Navi
-------------------------------------------------------------------------------------------------------------------*/

#fixed-tel-button {
	background-image:url(../image/2016/tel-fixed_sp.png);
	width:640px;
	height:100px;
	display:block;
	position:fixed;
	left:0;
	bottom:0;
	z-index:99;
}

#fixed-tel-button a {	
	width:100%;
	height:100px;
	display:block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

nav {
	display:none;
}

.navi-open {
	background-image:url(../image/2016/navi/navi-open.png);
	width:80px;
	height:80px;
	position:fixed;
	top:63px;
	right:30px;
	display:block;
	z-index:99;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/*------------------------------------------------------------------------------------------------------------------
　Side
-------------------------------------------------------------------------------------------------------------------*/

.no1bana {
	background-image:url(../image/2016/side/no1.png);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width:280px;
	height:224px;
	display:block;
	margin-bottom:20px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.30);
}

.side-navi {
	background-image:url(../image/2016/side/side-navi-header.png);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#ffffff;
	padding-top:176px;
	margin-bottom:20px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.30);
}

.side-navi h2 {
	background-image:url(../image/2016/side/side-navi-title.png);
	width:280px;
	height:73px;
	display:block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin:0;
	padding:0;
}

.side-navi ul {
	margin:0;
	padding:0;
	list-style:none;
}

.side-navi ul li {
	background-image:url(../image/2016/side/side-navi-list-back.png);
	height:42px;
	line-height:44px;
}

.side-navi ul li a {
	font-size:16px;
	color:#212121;
	text-decoration:none;
	display:block;
	width:280px;
	height:42px;
	text-indent:18px;
	transition:0.3s;
}

.side-navi ul li a:hover {
	text-indent:25px;
}

.side-tel {
	background-image:url(../image/2016/side/side-navi-tel.png);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display:block;
	width:280px;
	height:102px;
}

.side-voice {
	background-color:#ffffff;
	margin-bottom:20px;
	padding-left:11px;
	padding-right:11px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.30);
}

.side-voice h2 {
	background-image:url(../image/2016/side/side-voice-title.png);
	width:280px;
	height:96px;
	display:block;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	margin:0;
	padding:0;
	margin-left:-11px;
}

.side-voice h3 {
	margin:0;
	padding:0;
}

.side-voice h3 a {
	background-image:url(../image/2016/side/subtitle-back.gif);
	margin:0;
	padding:0;
	padding-top:11px;
	padding-bottom:10px;
	padding-left:12px;
	padding-right:12px;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:15px;
	display:block;
	transition:0.3s;
}

.side-voice h3:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-indent:10px;
}


.side-voice ul {
	list-style:none;
	margin:0;
	padding:0;
	padding-bottom:10px;
}

.side-voice ul li {
	background-image:url(../image/2016/side/ar.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	padding-left:18px;
	line-height:18px;
	margin-bottom:5px;
}

.side-voice ul li a {
	font-size:15px;
	color:#212121;
	text-decoration:none;
}

.side-voice ul li a:hover {
	text-decoration:underline;
	color:#2f7bd7;
}

.side-voice ul li span {
	display:inline-block;
	width:20px;
	height:20px;
	background-color:#dfdfdf;
	border-radius:10px;
	text-align:center;
	font-size:10px;
	line-height:21px;
}

/*------------------------------------------------------------------------------------------------------------------
　Footer
-------------------------------------------------------------------------------------------------------------------*/

#footer {
	background-image:url(../image/2016/footer/back.png);
	background-position:center top;
	background-repeat:no-repeat;
	width:100%;
	height:251px;
}

#footer #footer-content {
	width:640px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding-top:30px;
}

#footer #footer-content .logo {
	background-image:url(../image/2016/footer/logo.png);
	background-repeat:no-repeat;
	width:334px;
	height:58px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin-left:30px;
}

#footer #footer-content p {
	color:#ffffff;
	text-align:left;
	width:573px;
	margin-left:auto;
	margin-right:auto;
	font-size:20px;
}

#footer #footer-content p a {
	color:#ffffff;
}

#footer #footer-content p a:hover {
	color:#DFC438;
}

.footer-cc {
	width:100%;
	height:40px;
	text-align:center;
	font-size:14px;
	color:#8f8f8f;
	margin-top:27px;
}

#footer .topback a {
	position:absolute;
	top:0px;
	right:1px;
	background-image:url(../image/2016/footer/topback.png);
	width:175px;
	height:58px;
	display:block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/*------------------------------------------------------------------------------------------------------------------
　Additional
-------------------------------------------------------------------------------------------------------------------*/

/* サイドオープン時にメインコンテンツを覆う部分 */
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 3;
}
.overlay::after {
  visibility: hidden;
  position: fixed;
  top: 40%;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
}
.side-open .overlay::after {
  visibility: visible;
}

/* サイドメニュー ※リストのスタイルは省略 */
.side-menu {
	position:fixed;
	top: 0;
	right: 0;
	width: 350px;
	height: 100%;
	text-align: left;
	background-color:#d8d8d8;
	z-index: 1;
}

#side-menu-primary {
	background-image:url(../image/2016/navi/sp-header.png);
	background-repeat:no-repeat;
}

.side-menu ul {
	margin:0;
	padding:0;
	width:350px;
	list-style:none;
	padding-top:150px;
}

.side-menu ul li {
	width:350px;
	height:79px;
	display:block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.side-menu ul li a {
	width:350px;
	height:100%;
	display:block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.side-menu ul li.navi01 { background-image:url(../image/2016/navi/navi01_sp.png); }
.side-menu ul li.navi02 { background-image:url(../image/2018/navi/navi02_sp.png); }
.side-menu ul li.navi03 { background-image:url(../image/2018/navi/navi03_sp.png); }
.side-menu ul li.navi04 { background-image:url(../image/2018/navi/navi04_sp.png); }
.side-menu ul li.navi05 { background-image:url(../image/2018/navi/navi05_sp.png); }
.side-menu ul li.navi06 { background-image:url(../image/2018/navi/navi06_sp.png); }
.side-menu ul li.navi07 { background-image:url(../image/2018/navi/navi07_sp.png); }

.nozawa-print-bana {
	width:300px;
	height:80px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../image/side/nozawa.png);
	margin-bottom:24px;
}

.nozawa-print-bana a {
	width:300px;
	height:80px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.side-tel {
	background-image:url(../image/2016/navi/tel.png);
	width:350px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.side-tel a {
	width:350px;
	height:100px;
	display:block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/* 開閉用ボタン ※ボタンの細かいスタイルは省略 */
.navi-open {
	transition: all .6s ease;
}

.side-open .navi-open {
	right:370px;
}

/* メインコンテンツ */
.wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 2;
	overflow: hidden;
	background-color:rgba(255,255,255,1.00);
	background-image:url(../image/2016/back_sp.jpg);
	background-repeat:no-repeat;
}

/* サイドメニューオープン */
.side-open .wrapper,
.side-open .overlay {
  -webkit-transform: translate3d(-349px, 0, 0);
  transform: translate3d(-349px, 0, 0);
}

.wrapper-back {
	width:100%;
	height:100%;
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:1;
	background-image:url(../image/2016/back_sp.jpg);
	background-color:#ffffff;
	background-repeat:no-repeat;
}

.wrapper-back.none {
	display:none;
}


/*---------------------------------------------------------------------------- */


#contents {
	width:580px;
	padding-top:415px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:60px;
}

.content {
}

.content h2 {
	background-image:url(../image/2016/contents/top/subtitle-back02_sp.png);
	width:580px;
	height:71px;
	display:block;
	margin:0;
	padding:0;
	font-size:22px;
	font-weight:bold;
	line-height:71px;
	text-indent:28px;
	margin-bottom:30px;
}

.content h2.pat01 { background-image:url(../image/2016/contents/top/subtitle-back02_sp.png); }
.content h2.pat02 { background-image:url(../image/2016/contents/top/subtitle-back02_sp.png); }
.content h2.pat03 { background-image:url(../image/2016/contents/top/subtitle-back02_sp.png); }

.content p {
	margin:0;
	padding:0;
	padding-bottom:24px;
}

.content h3 {
	font-size:22px;
	color:#1e76e2;
	margin:0;
	padding:0;
	margin-bottom:10px;
}

/*----------------------------------------------------------------------------
   Home
------------------------------------------------------------------------------*/

#mv {
	width:580px;
	height:248px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.30);
	position:relative;
}

#mv .panel {
	width:580px;
	height:248px;
	background-image:url(../image/2016/contents/top/mv.png);
	background-size:contain;
	background-repeat:no-repeat;
	display:block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin-bottom:15px;
}

#mv .kid-ok {
	width:580px;
	height:124px;
	background-image:url(../image/2016/contents/top/kid-ok.png);
	background-size:contain;
	background-repeat:no-repeat;
	display:block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.30);
}

#mv-content {
	background-image:url(../image/2016/contents/top/mv-comment_sp.png?v=2);
	background-repeat:no-repeat;
	width:580px;
	padding-top:240px;
}

#mv-content h3 {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.mvthum-primary {
	width:795px;
	margin-top:29px;
}

.mvthum-primary div {
	width:180px; height:180px;
	float:left;
	margin-right:19px;
	margin-bottom:19px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.30);
	position:relative;
	background-size:contain;
}

.mvthum-primary .thum01 { background-image:url(../image/2016/contents/top/mv-photo01.png); }
.mvthum-primary .thum02 { background-image:url(../image/2016/contents/top/mv-photo02.png); }
.mvthum-primary .thum03 { background-image:url(../image/2016/contents/top/mv-photo03.png); }
.mvthum-primary .thum04 { background-image:url(../image/2016/contents/top/mv-photo04.png); }
.mvthum-primary .thum05 { background-image:url(../image/2016/contents/top/mv-photo05.png); }
.mvthum-primary .thum06 { background-color:#000000; }
.mvthum-primary .thum07 { background-image:url(../image/2016/contents/top/mv-photo06.png); }
.mvthum-primary .thum08 { background-image:url(../image/2016/contents/top/mv-photo07.png); }
.mvthum-primary .thum09 { background-image:url(../image/2016/contents/top/mv-photo08.png); }
.mvthum-primary .thum10 { background-image:url(../image/2016/contents/top/mv-photo09.png); }

.mvthum-primary .thum06 iframe {
	position:absolute;
	top:24px;
	width:180px;
}

#orner-comment {
	background-color:#efefef;
	border:solid 1px #d9d9d9;
	margin-bottom:30px;
	padding:30px;
}

.orner-photo {
	background-image:url(../image/2016/contents/top/orner-photo.png);
	width:202px;
	height:157px;
	display:block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	float:left;
	margin-right:26px;
}

.orner-name {
	float:left;
	background-image:url(../image/2016/contents/top/orner-name_sp.png);
	display:block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width:225px;
	height:39px;
	margin-top:60px;
	margin-bottom:12px;
}

#orner-comment p {
	float:left;
	margin-bottom:0;
	padding-bottom:0;
}

.content-photo-primary {
	width:610px;
	margin-bottom:30px;
}

.content-photo-primary img {
	padding:5px;
	float:left;
	width:177px;
	margin-right:10px;
	background-color:#ffffff;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.30);
}

.mini-comment {
	background-color:#eaf5d8;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:25px;
	padding-right:25px;
	font-size:22px;
	color:#56810f;
	margin-bottom:30px;
}

.youtube-movie-primary {
	width:580px;
}

.youtube-movie-primary .item {
	width:580px;
	margin-bottom:22px;
}

.youtube-movie-primary .item iframe {
	width:580px;
	height:327px;
}

.price-table {
	border:3px solid #d5d5d5;
	background-color:#ffffff;
	padding:20px;
	padding-bottom:0;
	margin-bottom:20px;
}

.price-table h3 {
	background-image:url(../image/2016/contents/top/hukurou.png);
	background-repeat:no-repeat;
	background-position:left;
	height:41px;
	margin:0;
	padding:0;
	margin-top:-31px;
	font-size:19px;
	color:#000000;
	text-indent:97px;
	padding-top:26px;
	font-weight:normal;
}

.price-table .item {
	width:100%;
	height:54px;
	border:solid 1px #d5d5d5;
	background-color:#ffffff;
	margin-bottom:10px;
	display:inline-block;
}

.price-table .item.last {
}

.price-table .item span {
	height:54px;
	display:inline-block;
	background-color:#1e76e2;
	line-height:54px;
	color:#ffffff;
	text-align:center;
	width:320px;
	padding-left:0px;
	font-size:20px;
	white-space:nowrap;
}

.price-table p {
	margin-bottom:0;
	padding-bottom:0;
	margin-bottom:20px;
}

.price-table .item p {
	margin:0;
	padding:0;
	display:inline-block;
	text-align:center;
	font-size:22px;
	color:#ff0000;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:900;
}

.item-padding01 { text-indent:45px;}
.item-padding02 { text-indent:38px;}
.item-padding03 { text-indent:45px;}

.price-table .red {
	color:#ff0000;
	margin-bottom:0;
	padding-bottom:18px;
}

.map-box {
	background-color:#efefef;
	border:solid 1px #d9d9d9;
	padding:30px;
	margin-bottom:30px;
}

.map-image {
	background-image:url(../image/2016/contents/top/map.png);
	background-size:contain;
	background-repeat:no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width:520px;
	height:386px;
	margin-bottom:25px;
}

.map-detail {
}

.map-detail .company-logo {
	background-image:url(../image/2016/contents/top/map-logo_sp.png);
	background-position:left;
	background-repeat:no-repeat;
	width:100%;
	height:65px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin-bottom:22px;
}