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

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

body{	
color:#343434;
font-size:16px;
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.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:inherit;
}

.sp {
	display:none;
}

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

#primary {
width:100%;
height:100%;
margin-left: auto;
margin-right: auto;
text-align: left;
background-image:url(../image/2016/under-back.png);
background-position:center bottom;
background-repeat:no-repeat;
background-attachment:fixed;
}

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

#left-window {
	width:280px;
	float:left;
	margin-bottom:50px;
}

#right-window {
	width:770px;
	float:right;
	margin-bottom:50px;
}

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

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


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

header {
}

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

#header-window h1 {
	font-weight:normal;
	font-size:13px;
	margin:0;
	padding:0;
	color:#ffffff;
	height:27px;
	line-height:27px;
}

#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:-26px;
	top:68px;
}

#header-window .logo {
	background-image:url(../image/2016/logo.png);
	width:475px;
	height:125px;
	display:block;
	position:absolute;
	top:48px;
	left:104px;
}

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

#header-window #option {
	position:absolute;
	top:55px;
	right:0;
}

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

#header-window #option .tel a {
	pointer-events: none;
}

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

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

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

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

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

nav {
	background-image:url(../image/2016/navi/back.png);
	background-position:center top;
	background-repeat:repeat-x;
	width:100%;
	height:73px;
	position:absolute;
	top:196px;
	z-index:99;
}

nav ul {
	width:1102px;
	height:73px;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	list-style:none;
}

nav ul li {
	display:block;
	float:left;
}

nav ul li a {
	display:block;
	height:73px;
	background-repeat:no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	transition:0.3s;
}

nav ul li.navi01 a { background-image:url(../image/2018/navi/navi01_active.png); width:184px; }
nav ul li.navi02 a { background-image:url(../image/2018/navi/navi02.png); width:183px; }
nav ul li.navi03 a { background-image:url(../image/2018/navi/navi03.png); width:183px; }
nav ul li.navi04 a { background-image:url(../image/2018/navi/navi04.png); width:184px; }
nav ul li.navi05 a { background-image:url(../image/2018/navi/navi05.png); width:183px; }
nav ul li.navi06 a { background-image:url(../image/2018/navi/navi06.png); width:183px; }
/*nav ul li.navi07 a { background-image:url(../image/2018/navi/navi07.png); width:159px; }*/

nav ul li.navi01 a.active { background-image:url(../image/2018/navi/navi01_active.png); width:184px; }
nav ul li.navi02 a.active { background-image:url(../image/2016/navi/navi02_active.png); width:157px; }
nav ul li.navi03 a.active { background-image:url(../image/2016/navi/navi03_active.png); width:157px; }
nav ul li.navi04 a.active { background-image:url(../image/2016/navi/navi04_active.png); width:157px; }
nav ul li.navi05 a.active { background-image:url(../image/2016/navi/navi05_active.png); width:157px; }
nav ul li.navi06 a.active { background-image:url(../image/2016/navi/navi06_active.png); width:157px; }
nav ul li.navi07 a.active { background-image:url(../image/2016/navi/navi07_active.png); width:159px; }

nav ul li a:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

.side-menu {
	display:none;
}

.navi-open {
	display:none;
}

/*------------------------------------------------------------------------------------------------------------------
　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;
}

.kid-ok {
	background-image:url(../image/2016/side/kid-ok.png);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width:280px;
	height:112px;
	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);
}

.hiyoko {
	background-image:url(../image/side/hiyoko.png);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width:280px;
	height:112px;
	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);
}

.maternity {
	background-image:url(../image/side/maternity.png);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width:280px;
	height:112px;
	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);
}

/*------------------------------------------------------------------------------------------------------------------
　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:1100px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding-top:48px;
}

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

#footer #footer-content p {
	color:#ffffff;
	text-align:center;
	width:100%;
}

#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:64px;
}

#footer .topback a {
	position:absolute;
	top:2px;
	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
-------------------------------------------------------------------------------------------------------------------*/

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

.content {
}

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

.content h2.pat01 { background-image:url(../image/2016/contents/top/subtitle-back.png); }
.content h2.pat02 { background-image:url(../image/2016/contents/top/subtitle-back02.png); }
.content h2.pat03 { background-image:url(../image/2016/contents/top/subtitle-back03.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:770px;
	height:330px;
	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:770px;
	height:330px;
	background-image:url(../image/2016/contents/top/mv.png);
	display:block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#mv .kid-ok {
	display:none;
}

#mv-content {
	background-image:url(../image/2016/contents/top/mv-comment.png?v=2);
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:167px;
}

#mv .hiyoko {
	display:none;
}

#mv .maternity {
	display:none;
}

#mv-content {
}

#mv-content .mv {
	margin-bottom:84px;
	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 h3 {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

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

.mvthum-primary div {
	width:240px; height:240px;
	float:left;
	margin-right:25px;
	margin-bottom:25px;
	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;
}

.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:50px;
}

#orner-comment {
	background-color:#efefef;
	border:solid 1px #d9d9d9;
	padding:19px;
	margin-bottom: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.png);
	display:block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width:149px;
	height:26px;
	margin-top:11px;
	margin-bottom:12px;
}

#orner-comment p {
	float:left;
	margin:0;
	padding:0;
	width:500px;
	font-size:16px;
}

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

.content-photo-primary img {
	padding:5px;
	float:left;
	margin-right:15px;
	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:16px;
	color:#56810f;
	margin-bottom:30px;
}

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

.youtube-movie-primary .item {
	width:369px;
	height:208px;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
}

.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:16px;
	color:#000000;
	text-indent:97px;
	padding-top:26px;
	font-weight:normal;
}

.price-table .item {
	width:347px;
	height:42px;
	border:solid 1px #d5d5d5;
	background-color:#ffffff;
	margin-right:20px;
	margin-bottom:10px;
	display:inline-block;
}

.price-table .item.last {
	margin-right:0;
}

.price-table .item span {
	height:36px;
	display:inline-block;
	background-color:#1e76e2;
	line-height:38px;
	color:#ffffff;
	text-align:center;
	max-width:190px;
	min-width:130px;
	padding-left:10px;
	padding-right:10px;
	font-size:15px;
	white-space:nowrap;
	margin-bottom:3px;
	border-left:3px solid #ffffff;
}

.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:46px;}
.item-padding02 { text-indent:23px;}
.item-padding03 { text-indent:56px;}

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

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

.map-image {
	background-image:url(../image/2016/contents/top/map.png);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width:404px;
	height:300px;
	float:left;
	margin-right:19px;
}

.map-detail {
	float:left;
	width:307px;
	padding-top:32px;
}

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

.category-comment {
	background-color:#ffffff;
	padding:30px;
	margin-bottom:30px;
	box-sizing:border-box;
	border:3px solid #1e76e2;
}

.category-comment p {
	margin:0;
	padding:0;
	padding-bottom:20px;
}

.category-comment p:last-of-type {
	padding-bottom:0;
}