﻿@charset "UTF-8";

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

 Layout

----------------------------------------------------------------------- */
html {
	font-size: 62.5%;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size:14px;
    font-size:1.4em;
	line-height:1.8;
    color: #333333;
	text-align: justify;
	text-justify: inter-ideograph;
    -webkit-text-size-adjust: none;
	margin:0px;
	padding:0px;
}

a{
	color:#333333;
	text-decoration:none;
}
a:hover{
	opacity:0.7;
}

.member-input select,
textarea,
input[type="email"],
input[type="password"],
input[type="tell"],
input[type="text"],
input[type="submit"],
input[type="reset"]{
	display:block;
	width:100%;
	margin:0;
	padding:10px;
	font-family: 'Noto Sans JP', sans-serif;
        outline:none;
	border:1px solid #d2d2d2;
	box-sizing:border-box;
	font-size: 16px;
}
input[type="submit"],
input[type="reset"],button[type="submit"],
input[type="button"]
{
	cursor:pointer;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
button[type="submit"]:hover,
input[type="button"]:hover
{
	opacity:0.7;
}

.contentIn{
	position: relative;
	width:1040px;
	margin:0 auto;
	box-sizing:border-box;
}
.contentIn:after{
	content:"";
	display:block;
	clear:both;
}
.spOnly{
	display:none;
}


.side-tell a{
	display:block;
	padding:10px 0;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	background: #595959;
	color:#fff;
	border-radius: 5px;
	box-sizing:border-box;
}
.side-tell-photo a {
	display:block;
	margin-top:10px;
}

@media screen and (max-width: 767px) {
	body{
		font-size:12px;
	}
	textarea,
	input[type="mail"],
	input[type="tell"],
	input[type="text"]{
		font-size:16px;
	}

	.contentIn{
		min-height:91px;
		width:100%;
		margin:0 auto;
	}
	.pcOnly{
		display:none;
	}
	.spOnly{
		display:block;
	}
}


/*トップページSP　問い合わせ
----------------------------------------------------------------------- */

.contactArea01.spOnly {
    margin: 20px 0;
}


/* header
----------------------------------------------------------------------- */
#headerLogo{
	display:block;
	margin:10px 0;
	position:absolute;
	bottom:0;
	box-sizing:border-box;
	vertical-align:bottom;
}
#headerLogo img{
	vertical-align:bottom;
	max-width: 280px;
	max-height: 80px;
	box-sizing:border-box;
	width: 100%;
	height: auto;
}
#header .hellowArea{
	float:right;
	width:160px;
	height:100px;
	padding:10px 0 0 15px;
	box-sizing:border-box;
	vertical-align:bottom;
}
#header .hellowArea dl{
	padding:0px;
	margin:0px;
}
#header .hellowArea dt{
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	line-height: 1.2;
	box-sizing:border-box;
}
#header .hellowArea dd{
	padding:0px;
	margin:0px;
	margin-top:6px;
	line-height:0;
	box-sizing:border-box;
}
#header .textArea{
	position:relative;
	width:580px;
	height:100px;
	margin:0 0 0 290px;
	padding-top:60px;
	background:url(../img/bg_ht001.jpg) no-repeat right 0;
	box-sizing:border-box;
	vertical-align:bottom;
}
#header .textArea .img_ballown{
	position:absolute;
	top:70px;
	right:80px;
	z-index:9;
}
#header .textArea .marquee{
	position:relative;
	width:484px;
	height:30px;
	padding:0 5px;
	border:2px solid #313131;
	background:#ffffff;
	overflow:hidden;
}


.marquee {
	box-sizing:border-box;
}
.marquee p {
	box-sizing:border-box;
	margin:0;
	padding-left:655px;
	display:inline-block;
	white-space:nowrap;
	-webkit-animation-name:marquee;
	-webkit-animation-timing-function:linear;
	-webkit-animation-duration:30s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-name:marquee;
	-moz-animation-timing-function:linear;
	-moz-animation-duration:30s;
	-moz-animation-iteration-count:infinite;
	-ms-animation-name:marquee;
	-ms-animation-timing-function:linear;
	-ms-animation-duration:30s;
	-ms-animation-iteration-count:infinite;
	-o-animation-name:marquee;
	-o-animation-timing-function:linear;
	-o-animation-duration:30s;
	-o-animation-iteration-count:infinite;
	animation-name:marquee;
	animation-timing-function:linear;
	animation-duration:30s;
	animation-iteration-count:infinite;
}
@-webkit-keyframes marquee {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
  from   { -moz-transform: translate(0%);}
  99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee {
  from   { -ms-transform: translate(0%);}
  99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee {
  from   { -o-transform: translate(0%);}
  99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee {
  from   { transform: translate(0%);}
  99%,to { transform: translate(-100%);}
}


@media screen and (max-width: 767px) {
	#header{
		position:relative;
	}
	#header .contentIn{
		position:relative;
	}
	#headerLogo{
		position:absolute;
		top:40px;
		left:10px;
		width:105px;
		margin:0;
		z-index:9;
	}
	#headerLogo img{
		width: auto;
height: 42px;
	}
	#header .hellowArea{
		float:none;
		width:100%;
		height:31px;
		padding:5px 0 0 5px;
		border:none;
		border-bottom:1px solid #d2d2d2;
	}
	#header .hellowArea dl:after{
		content:"";
		display:block;
		clear:both;
	}
	#header .hellowArea dt{
		float:left;
		margin:2px 10px 0 0;
		font-size:12px;
	}
	#header .hellowArea dd{
		float:left;
		margin-top:0;
		margin-left:7px;
	}
	#header .hellowArea dd img{
		width:80px;
		height:auto;
	}
	#header .textArea{
		position:relative;
		width:100%;
		height:60px;
		margin:0;
		padding-left:5px;
		padding-top:35px;
		background:none;
		background-size:contain;
	}
	#header .textArea .img_ballown{ display:none
	}
	#header .textArea .marquee{
		display:none
	}
	.marquee p {
		padding-left:260px;
	}
}





/* gNavi
----------------------------------------------------------------------- */
#gNavi{
    width:100%;
    min-width:1040px;
    min-height: 57px;
    background:#ffffff;
	border-top:1px solid #d2d2d2;
	border-bottom:6px solid #313131;
	box-sizing:border-box;
}
#gNavi ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
#gNavi ul:after{
	content:"";
	display:block;
	clear:both;
}
#gNavi li._menuTop {
	float:left;
	width:156px;
	padding:0px;
	margin:0px;
	list-style:none;
}
#gNavi li.w130{
	width:130px;
}
#gNavi li._menuTop a{
	display:block;
	width:100%;
	height:50px;
	line-height:54px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
#gNavi li._menuTop a:hover,
#gNavi li._menuTop.current a{
	color:#ffffff;
	background:#313131;
	opacity:1.0;
}
#gNavi li._menuTopPhoto {
	position:relative;
	float:left;
	padding:0px;
	margin:0px;
	list-style:none;
}
#gNavi li._menuTopPhoto span {
	display:none;
}
#gNavi li._menuTopPhoto img {
	vertical-align:top;
}
#gNavi li._menuTopPhoto ._menuTopUpPhoto {
	position:absolute;
	display:none;
}
#gNavi li._menuTopPhoto:hover ._menuTopUpPhoto,
#gNavi li._menuTopPhoto.current_photo ._menuTopUpPhoto {
	display:inline;
}

@media screen and (max-width: 767px) {
	#gNavi{
		min-width:inherit;
		border:none;
		min-height: 0px;
	}
	#gNavi div.contentIn {
		display:none;
	}
	#gNavi li._menuTopPhoto span {
		display:inline;
	}
	#gNavi li._menuTopPhoto img {
		display:none;
	}
	#gNavi li._menuTopPhoto:hover ._menuTopUpPhoto,
	#gNavi li._menuTopPhoto.current_photo ._menuTopUpPhoto {
		display:none;
	}

	#gNavi li._menuTopPhoto {
		width:156px;
	}
	#gNavi li._menuTopPhoto a{
		display:block;
		width:100%;
		height:50px;
		line-height:54px;
		font-size:16px;
		font-weight:bold;
		text-align:center;
	}

	#gNavi li._menuTop,
	#gNavi li._menuTopPhoto{
		position:static;
		float:none;
		width:100%;
	}
	#gNavi li.w130{
		width:100%;
	}
	#gNavi li._menuTop a,
	#gNavi li._menuTopPhoto a{
		height:auto;
		line-height:1.2;
		font-size:14px;
		font-weight:normal;
		text-align:center;
		box-sizing:border-box;
	}
	#gNavi li._menuTop a:hover,
	#gNavi li._menuTop.current a,
	#gNavi li._menuTopPhoto a:hover,
	#gNavi li._menuTopPhoto.current_photo a{
		opacity:1;
		color:#333333;
		background:#ffffff;
	}
}


/* pageTop
----------------------------------------------------------------------- */
#pageTop{
	width:100%;
	min-width:1040px;
	padding:10px 0 10px;
	text-align:center;
	background:#eeeeee;
	box-sizing:border-box;
}
#pageTop a{
	display:block;
	width:120px;
	height:32px;
	margin:0 auto;
	text-indent:-9999px;
	background:url(../img/gototop01.png) no-repeat;
	background-size:contain;
}
@media screen and (max-width: 767px) {
	#pageTop{
		min-width:inherit;
		padding:5px 0 6px;
	}
	#pageTop a{
		display:block;
		width:86px;
		height:23px;
		background-image:url(../img/gototop_sp01.png);
	}
}
@media screen and (min-width: 768px) {
	#pageTop {
	    margin-top: 30px;
	}
}



/* footer
----------------------------------------------------------------------- */
/* contL */
#footer p {
	margin:0px;
	padding:0px;
}
#footer .contL{

	float:right;
	margin: 30px 5px
}
#footerLogo{
	display:block;
	width:119px;
}
#footerLogo img{
	width:100%;
}
#footer .infoArea{
	margin:0px;
	padding:0px;
	list-style:none;
	margin:15px 0 12px;
	border-top:1px solid #d2d2d2;
}
#footer .infoArea li{
	margin:0px;
	list-style:none;
	padding:15px 0;
	border-bottom:1px solid #d2d2d2;
	box-sizing:border-box;
}
#footer .infoArea li:after,
#footer .infoArea dl:after{
	content:"";
	display:block;
	clear:both;
}
#footer .infoArea dl{
	float:left;
	padding:0px;
	margin:0px;
	margin-left:85px;
}
#footer .infoArea dl:first-child{
	margin:0;
}
#footer .infoArea dt,
#footer .infoArea dd{
	padding:0px;
	margin:0px;
	font-size:16px;
	line-height: 1.2;
}
#footer .infoArea dt{
	float:left;
    /* width: 100px; */
	font-weight:bold;
}
#footer .infoArea dd{
	margin-left:90px;
}
#footer .contL .btn_specs01{
	float:right;
	width:330px;
	margin-top: 10px;
}

/* contR */
#footer .contR{
	float:right;
	width:382px;
	margin:50px 0 45px;
	padding-left:50px;
	border-left:1px solid #d2d2d2;
	box-sizing:border-box;
}
#footer .contR .title{
	margin-bottom:5px;
	font-size:14px;
	font-weight:bold;
	line-height: 1.2;
	letter-spacing:-0.05em;
}
#footer .contR textarea{
	height:100px;
 	-webkit-appearance: none;
	border:1px solid #d2d2d2;
	border-radius:5px 5px 0 0;
}
#footer .contR .btn_specs02{
	margin-bottom:5px;
	font-weight:bold;
	border-radius:0 0 5px 5px;
}
#footer .contR .btn_specs01{
	margin-top:5px;
}

/* lNavi */
#footer .lNavi{
	width:100%;
	min-width:1040px;
	padding:30px 0;
	background:#1b1b1b;
	box-sizing:border-box;
}
#footer .lNavi ul{
	width:1040px;
	margin:0 auto;
	text-align:right;
	letter-spacing:-0.4em;
	box-sizing:border-box;
}
#footer .lNavi li{
	margin-left:60px;
	display:inline-block;
	letter-spacing:normal;
	font-size:13px;
	line-height: 1.2;
	box-sizing:border-box;
}
#footer .lNavi li:first-child{
	margin-left:0;
}
#footer .lNavi a{
	color:#ffffff;
	text-decoration:underline;
}

@media screen and (max-width: 767px) {
	/* contL */
	#footer .contL{
		float:none;
		width:92%;
		margin:20px auto 0;
	}
	#footerLogo{
		width:110px;
		margin:0 auto;
	}
	#footer .infoArea{
		margin:18px 0 20px;
	}
	#footer .infoArea li{
		padding:10px 0;
	}
	#footer .infoArea dl{
		float:none;
		margin-left:0;
		margin-top:10px;
	}
	#footer .infoArea dt,
	#footer .infoArea dd{
		font-size:12px;
	}
	#footer .infoArea dt{
		width:70px;
	}
	#footer .infoArea dd{
		margin-left:70px;
	}
	#footer .contL .btn_specs01{
		float:none;
		width:90%;
		margin:0 auto;
	}

	/* contR */
	#footer .contR{
		float:none;
		width:92%;
		margin:30px auto 26px;
		padding:0;
		border-left:none;
	}
	#footer .contR .title{
		font-size:13px;
	}
	#footer .contR textarea{
		height:90px;
		border-radius:3px 3px 0 0;
	}
	#footer .contR .btn_specs02{
		padding:5px 0!important;
		font-size:14px;
		border-radius:0 0 3px 3px;
		box-sizing:border-box;
	}
	#footer .contR .btn_specs01{
		margin-top:5px;
	}

	/* lNavi */
	#footer .lNavi{
		min-width:inherit;
		padding:15px 0;
	}
	#footer .lNavi ul{
		width:100%;
		text-align:center;
	}
	#footer .lNavi li{
		margin-left:45px;
		font-size:9px;
	}
}

@media screen and (min-width: 768px) {
/*	dl.foarea1 {
	    width: 200px;
	}*/

	#footer .infoArea dl {
	   /* margin-left:20px; */
	    margin: 0 30px;
	}
}



/* contents
----------------------------------------------------------------------- */
#contents{
	width:1040px;
	margin: 0 auto;
}
#contents:after{
	content:"";
	display:block;
	clear:both;
}
#main{
	display:block;
}
.column2 #main{
	float:left;
	width:720px;
}
.column2 #sub{
	float:right;
	width:290px;
}
.column1 #main{
	float:none;
	width:100%;
}
.column1 #sub{
	display:none;
}
.column1 #main .snsArea01{
	display:none;
}

.LandingPage img {
	vertical-align:bottom;
}

@media screen and (max-width: 767px) {
	#contents{
		width:92%;
		margin:0 auto;
	}
	#main{
		float:none!important;
		width:100%!important;
	}
	#sub{
		display:block!important;
		float:none!important;
		width:100%!important;
		margin-bottom:25px;
	}
	.column1 #main .snsArea01{
		display:block;
	}
	.LandingPage #main {
		margin:0px;
	}
}


/* contents sns
----------------------------------------------------------------------- */
#main .snsArea01{
	margin:40px 0 100px;
}
#main .snsArea01:after{
	content:"";
	display:block;
	clear:both;
}
#main .snsArea01 .title{
	display:none;
	font-size:15px;
	text-align:center;
}
#main .snsArea01 .facebook{
	float:left;
}
#main .snsArea01 .bnr{
	margin:0px;
	padding:0px;
	list-style:none;
	float:right;
	line-height:1.0;
}
#main .snsArea01 .bnr li{
	margin:0px;
	padding:0px;
	list-style:none;
	margin-top:10px;
	box-sizing:border-box;
}
#main .snsArea01 .bnr li:nth-child(2){
	margin-top:0;
}
#main .snsArea01 .bnr a{
	display:block;
	line-height:0;
}

@media screen and (max-width: 767px) {
	#main .snsArea01{
		width:108%;
		margin:50px -4% 0;
		border-top:1px solid #d2d2d2;
	}
	#main .snsArea01 .title{
		margin:15px 0 5px;
		display:block;
	}
	#main .snsArea01 .bnr{
		float:none;
		margin:0 4%;
	}
	#main .snsArea01 .bnr:after{
		content:"";
		display:block;
		clear:both;
	}
	#main .snsArea01 .bnr li{
		float:left;
		width:48.5%;
		margin-top:10px!important;
	}
	#main .snsArea01 .bnr li:nth-child(2n){
		float:right;
	}
	#main .snsArea01 .bnr img{
		width:100%;
	}
}




/* sub
----------------------------------------------------------------------- */
/* .contactArea01 */
.contactArea01{
	padding:15px;
	line-height: 1.2;
	border:1px solid #d2d2d2;
	box-sizing:border-box;
}

div.contactArea01 img {
    width: 100%;
}

.contactArea01 p{
	margin:0px;
	padding:0px;
}
.contactArea01 .web .btn_specs02{
	font-weight:bold;
	padding: 10px 0px;
}
.contactArea01 .tell{
	margin:10px 0;
}
.contactArea01 .tell:after{
	content:"";
	display:block;
	clear:both;
}
.contactArea01 .tell dt{
	float:left;
}
.contactArea01 .tell dd{
	float:right;
	color:#444444;
	font-size:20px;
	font-weight:bold;
	letter-spacing:0.05em;
	line-height:42px;
	text-decoration:underline;
}
.contactArea01 .time{
	margin:0 -10px;
	color:#444444;
	font-size:16px;
	font-weight:bold;
	line-height: 1.0;
	border-top:1px solid #d2d2d2;
}
.contactArea01 .time:after{
	content:"";
	display:block;
	clear:both;
}
.contactArea01 .time dt{
	float:left;
	margin:30px 0 0 25px;
}
.contactArea01 .time dd{
	float:right;
	margin:12px 14px 0 0;
}
.contactArea01 .time dd span{
	margin-right:25px;
	color:#dd5555;
	font-size:38px;
	letter-spacing:0.05em;
}


/* #sub .lNavi01 */
#sub .lNavi01{
	margin:0px;
	padding:0px;
	list-style:none;
	margin-bottom:20px;
}
#sub .lNavi01 li{
	margin:0px;
	padding:0px;
	list-style:none;
	margin-top:20px;
}
#sub .lNavi01 a{
	display:block;
	width:100%;
	padding:15px 20px;
	color:#555555;
	font-size:18px;
	font-weight:bold;
	line-height: 1.2;
	background:#eeeeee;
	border:1px solid #c9c9c9;
	box-sizing:border-box;
}
#sub .lNavi01 img {
	vertical-align:top;
}
#sub .lNavi01 .subpagephoto a{
	padding:0px;
	color:white;
	background:white;
	border:none;
}
#sub .lNavi01 .subpagephoto img {
	width:100%;
	height:auto;
	
}

.lineArea{
	margin-top: 20px;
	padding:10px 10px 30px;
	line-height: 1.2;
	background:#eeeeee;
	border:1px solid #c9c9c9;
	box-sizing:border-box;
}

.lineArea .title{
	margin:-11px -11px 0 -11px;
	padding:10px 0 10px;
	color:#ffffff;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	background:#037b35;
	box-sizing:border-box;
}

.lineArea p {
	margin: 10px 0 -20px 0;
}

/* .calendarArea01 */
.calendarArea01{
	padding:10px 10px 30px;
	line-height: 1.2;
	background:#eeeeee;
	border:1px solid #c9c9c9;
	box-sizing:border-box;
}
.calendarArea01 p{
	margin:0px;
	padding:0px;
}
.calendarArea01 .title{
	margin:-11px -11px 0 -11px;
	padding:10px 0 10px;
	color:#ffffff;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	background:#1773a5;
	box-sizing:border-box;
}
.calendarArea01 .headLine{
	position:relative;
	margin:20px 0;
	box-sizing:border-box;
}
.calendarArea01 .headLine .month{
	text-align:center;
	font-size:18px;
}
.calendarArea01 .headLine .prev,
.calendarArea01 .headLine .next{
 	-webkit-appearance: none;
	position:absolute;
	top:50%;
	margin-top:-15px;
	width:30px;
	height:30px;
	text-indent:-9999px;
	background:url(../img/ico_arrow_cal01.png) no-repeat;
	background-size:contain;
	border:none;
	outline:none;
	cursor:pointer;
	box-sizing:border-box;
}
.calendarArea01 .headLine .prev{
	left:0;
}
.calendarArea01 .headLine .next{
	right:0;
	background-image:url(../img/ico_arrow_cal02.png);
}
.calendarArea01 .calendar{
	border-collapse: separate;
	border-spacing: 0;
	width:100%;
	border-left:1px solid #e5e5e5;
	border-top:1px solid #e5e5e5;
	background:#ffffff;
}
.calendarArea01 .calendar th,
.calendarArea01 .calendar td{
	position:relative;
	width:14.28%;
	height:40px;
	padding:5px 5px 0;
	text-align:center;
	font-size:16px;
	font-weight:normal;
	line-height: 1.0;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	box-sizing:border-box;
    vertical-align:baseline;
}
.calendarArea01 .calendar th{
	height:auto;
	padding:8px 5px 5px;
	vertical-align:middle;
	box-sizing:border-box;
}
.calendarArea01 .calendar td span{
	display:block;
	box-sizing:border-box;
    vertical-align:baseline;
}
.calendarArea01 .calendar th:nth-child(7),
.calendarArea01 .calendar td:nth-child(7){
	background:#a3cdec;
}
.calendarArea01 .calendar th:nth-child(1),
.calendarArea01 .calendar td:nth-child(1){
	background:#f1b1b1;
}
.calendarArea01 .calendar .close{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	padding-top:1.2em;
	color:#888888;
	background:rgba(238,238,238,0.5);
	box-sizing:border-box;
    vertical-align:baseline;
}
.calendarArea01 .calendar .ok a{
	color:#3f6fd6;
	text-decoration:underline;
}
.calendarArea01 .calendar .little a{
	color:#ca3030;
	text-decoration:underline;
}
.calendarArea01 .calendar .no{
	color:#888888;
}
.calendarArea01 .calendar .nextM{
	background:rgba(238,238,238,0.5);
}
.calendarArea01 .calendar td.nextM:nth-child(7){
	background:#c9deed;
}
.calendarArea01 .calendar td.nextM:nth-child(1){
	background:#efd0d0;
}
.calendarArea01 .note{
	padding:0px;
	margin:10px -10px 0 0;
	list-style:none;
	box-sizing:border-box;
}
.calendarArea01 .note:after{
	content:"";
	display:block;
	clear:both;
}
.calendarArea01 .note li{
	float:left;
	padding:0px;
	margin:0px;
	list-style:none;
	margin-right:10px;
	margin-bottom:5px;
	letter-spacing:normal;
	font-size:11px;
	font-weight:bold;
}
.calendarArea01 .note .ok{
	color:#1e6de4;
}
.calendarArea01 .note .little{
	color:#d62727;
}
.calendarArea01 .note span{
	color:#888888;
}

.calendarArea01 .calendar td.active {
	border: 2px solid #807f7f;
	font-weight:bold;
}

/* #sub .iframeArea01 */
#sub .iframeArea01{
	display:table;
	margin:10px auto;
}
#sub .iframeArea01 .iframeArea01Box {
	display:table-cell;
}

@media screen and (max-width: 767px) {
	.contactArea01 .tell dt .spOnly{
		width:89px;
	}
	.contactArea01 .tell dd{
		font-size:20px;
		line-height:42px;
	}

	/* #sub .contactArea01 */
	#sub .contactArea01{
		display:none;
	}

	/* #sub .calendarArea01 */
	#sub .calendarArea01 .headLine .prev,
	#sub .calendarArea01 .headLine .next{
		margin-top:-16px;
		width:31px;
		height:31px;
		background-image:url(../img/ico_arrow_cal01_sp.png);
	}
	#sub .calendarArea01 .headLine .next{
		background-image:url(../img/ico_arrow_cal02_sp.png);
	}

	/* #sub .iframeArea01 */
	#sub .iframeArea01{
		display:none;
	}
}





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

 Common Class

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

/* FLOAT
----------------------------------------------------------------------- */

.fl { float:left; }
.fr { float:right; }

.clear{ clear:both; }
.clearfix:after{
    content:"";
    display:block;
    clear:both;
}






/* title
----------------------------------------------------------------------- */
.ttl_specs01{
	margin:0 0 20px;
	padding:12px 0 10px 20px;
	font-size:20px;
	font-weight:bold;
	line-height: 1.4;
	background:#eeeeee;
	border-left:8px solid #313131;
	box-sizing:border-box;
}
/* borderB */
.ttl_specs02{
	margin:0 0 30px;
	font-size:18px;
	font-weight:bold;
	line-height: 1.4;
	border-bottom:2px solid #313131;
}
.ttl_specs03{
	margin:50px 0 30px;
	font-size:18px;
	font-weight:bold;
	line-height: 1.4;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.ttl_specs01{
		width:108%;
		margin:0 -4% 20px;
		padding:10px 0 10px 10px;
		font-size:15px;
		border-width:5px;
	}
	/* borderB */
	.ttl_specs02{
		margin:0 0 20px;
		font-size:15px;
		border-bottom:2px solid #313131;
	}
	.ttl_specs03{
		margin:40px 0 20px;
		font-size:15px;
		text-align: center;
	}
}


/* section
----------------------------------------------------------------------- */
.sectionArea01{
	padding:15px 20px 50px;
	border:1px solid #d2d2d2;
	box-sizing:border-box;
}
/* ※SP　予約ページ等の余白 */
@media screen and (max-width: 767px) {
	.sectionArea01 {
		padding: 15px 20px;
		margin-bottom: 20px;
	}
	div#daySchedule {
		margin-bottom: 0;
	}
}


/* btn design
----------------------------------------------------------------------- */
.btn_specs01 a{
	display:block;
	width:100%;
	padding:10px 0;
	line-height: 1.2;
	text-align:center;
	border:1px solid #313131;
	box-sizing:border-box;
}
.btn_specs02{
 	display: block;
    font-size: 16px;
    border-radius: 5px;
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #313131;
    background-color: #757575;
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 4px solid #4F4F4F;
}

.btn_specs03{
 	-webkit-appearance: none;
	display:block;
	width:100%;
	padding:10px 0!important;
	color:#ffffff;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	line-height: 1.2;
	background:#dd5555;
 	border:none!important;
	border-radius:5px;
	box-sizing:border-box;
}

/* @media screen and (max-width: 767px) {
	.btn_specs02{
		font-size:18px;
		border-radius:3px;
	}
.side-tell a{  padding:15px 0; font-size:18px;border-radius: 3px;}

}

.pointer {
	cursor:pointer;
}
.pointer:hover{
	opacity:0.7;
}*/


/* table design
----------------------------------------------------------------------- */
.scroll-box {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    word-break: normal;
}

table#scroll {
    white-space: nowrap;
}

table.type01 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
        background: #ffffff;
        width: 100%;
}
table.type01 th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #ccc;
	text-align:left;
	box-sizing:border-box;
}
table.type01 td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
	box-sizing:border-box;
}

table.type01 img {
    width: 100%;
    height: auto;
}



/* iframe responsive design
----------------------------------------------------------------------- */
.iframeResponsive {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.iframeResponsive iframe,
.iframeResponsive object,
.iframeResponsive embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/* beforeAfter design
----------------------------------------------------------------------- */
.beforeAfter {
	margin-top:1em;
	width:100%;
}
.beforeAfter span.before,
.beforeAfter span.after {
	display:block;
	text-align:center;
}
.beforeAfter img {
	width:50%;
	height:auto;
}

.before2After {
	display:table;
}
.before2After span.before,
.before2After span.ya,
.before2After span.after {
	display:table-cell;
	vertical-align:middle;
	width:45%;
}
.before2After span.ya {
	width:10%;
	padding:0px 2%;
	vertical-align:middle;
}
.before2After img {
	width:100%;
	height:auto;
}

/* star design
----------------------------------------------------------------------- */
.starView {
	display:inline-block;
	position:relative;
	top:0px;
	left:0px;
}
.starView .point {
	display:inline-block;
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
	z-index:10;
}

/* optionText design
----------------------------------------------------------------------- */
.optionText {
	position:relative;
	top:0px;
	left:0px;
	float:right;
	cursor:pointer;
	font-size:80%;
	color:white;
	background-color:black;
	border-radius:0.5em;
	padding:0.3em 0.5em;
}
.optionText .popup {
	display:none;
	position:absolute;
	top:0px;
	right:0px;
	font-size:130%;
	color:black;
	background-color:white;
	border:2px solid gray;
	border-radius:0.5em;
	padding:0.3em 0.5em;
	min-width:15em;
	max-width:40em;
	z-index:100;
}
.optionText:hover11111 .popup {
	display:block;
}
.optionText .optionName {
	border-bottom: 1px solid gray;
	margin-bottom:0.5em;
	font-weight:bold;
}
.optionText .costText {
	margin-bottom:0.5em;
}
.popUpText .popup {
	display:block;
}
.costText {
	color:#c14b4b;
}

/* カレンダーcomment */
.reservation1 div#comment {
    text-align: center;
    font-size: large;
    margin: 20px;
    font-weight: 700;
}

/* メニューセレクト100％ */
select#selmenu {
    width: 100%;
}

body.reservation3 select {
    width: 100%;
}

/* パンくず */
.crumb {
	width: 1040px;
	padding: 15px;
	margin: 0px auto 0;
}

@media screen and (max-width: 767px) {
  .crumb {
        width: 92%;
  }
}

.crumb li {
	display: inline;
	font-size: 10px;
	font-size: 1.2rem;
}
.crumb li a {
	color: #55555;
}
.crumb li:last-child {
	font-weight: bold
}
.spacer {
	padding-bottom:20px;
}

#notificationPrompt {
	background: white;
	border: 1px solid #ccc;
	border-radius: 12px;
	padding: 16px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	max-width: 320px;
	font-family: sans-serif;
	z-index: 9999;
	display: none;
}

#promptTitle {
	font-weight:600;
	margin: 0 0 12px 0;
	font-size: 14px;
}

#promptMessage {
	margin: 0 0 12px 0;
	font-size: 14px;
}

#promptButtonGroup {
	text-align: right;
}

#dismissNotify {
	color: #616161;
	background: #EBEBEB;
	border: none;
	padding: 6px 15px;
        border-radius: 4px;
	margin-right: 8px;
	font-size:14px;
}

#enableNotify {
	color: #fff;
	background: #000000;
	border: none;
	padding: 6px 15px;
        border-radius: 4px;
	font-size:14px;
}
