/* IMPORT RESET */
@import url("reset.css");


/* 	SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */
* {
	box-sizing: border-box;
	*behavior: url(scripts/boxsizing.htc);
	/*	If you need support for IE7 and lower make
		sure the boxsizing.htc file is linked properly.
		More info here:  https://github.com/Schepp/box-sizing-polyfill */
}



/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
.container:after,
.row:after,
.col:after,
.clr:after,
.group:after {
	content: "";
	display: table;
	clear: both;
}

/* 	DEFAULT ROW STYLES
	Set bottom padding according to preference */
.row { padding-bottom: 0em;
}


/* DEFAULT COLUMN STYLES */
.col {
	display: block;
	float: left;
	width: 100%;
}
@media screen and (min-width:768px) {

.span_3 { width: 300px; }
.span_9 { width: 700px; }


/*	MAIN CONTAINER
	Set the width to whatever you want the width of your site to be. */
.container {
	width: 1000px;
	margin: 0 auto;
}

header .container {
    /* width: 1160px; */
    width: 992px;
}
.spOnly {
	display:none!important;
	}
}

@media screen and (max-width: 767px) {

.pcOnly {
	display:none!important;
	}
}


/*	 */
body {
  margin:0;
  color: #333;
  font-size: 0.85em;
  line-height: 1.7;
  font-family:  "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a,
a:hover {
	text-decoration:none;
	}

a:hover {
	color:#39C;
	}

img {
	vertical-align: bottom;
	max-width : 100%;
}






/* header */

header {
	padding:15px 0;
    position: relative;
	background-image:url(../images/common/head_bg.gif);
	margin-bottom:80px;
    overflow: hidden;
    width: 100%;
}

header.top {
	margin-bottom:0;
	}

header h1 {
	padding-bottom:15px;
	}

header .headerContact {
    margin-right: -540px;
    position: absolute;
    right: 50%;
    top: 16px;
    width: 258px;
}
header .headerContact p {
    padding: 2px 8px;
}
header .headerContact li {
    padding: 2px 8px 5px;
}
header .headerContact li:last-child {
    border-top: 2px solid #432107;
}

@media screen and (max-width: 767px) {

header {
	margin-bottom:30px;
}

header h1 {
	margin:0 auto;
	width:85%;
	}

header .headerContact {
    display: none;
}
}

@media screen and (min-width:768px) {

header .navWrap {
	background-color:#f09ba5;
	overflow:hidden;
	}


header nav a {
	float:left;
	border-right:solid 2px #fff;
	}

header nav a:first-child {
	border-left:solid 3px #fff;
	}

header nav a:last-child {
	border-right:solid 3px #fff;
	}

header nav a {
	display: block;
	text-indent:-9999px;
	height:80px;
	background-repeat:no-repeat;
	background-position:bottom;
}

header nav a:hover,
header nav a.active {
	background-position:top;
	}

header nav a.gaiyo {
	background-image:url(../images/common/btn_gaiyo.jpg);
	width:166px;
	}

header nav a.flow {
	background-image:url(../images/common/btn_flow.jpg);
	width:166px;
	}

header nav a.flow-price {
	background-image:url(../images/common/btn_flowprice.jpg);
	width:164px;
	}

header nav a.price {
	background-image:url(../images/common/btn_price.jpg);
	width:166px;
	}

header nav a.noukotu {
	background-image:url(../images/common/btn_nokotsu.jpg);
	width:166px;
	}

header nav a.park {
	background-image:url(../images/common/btn_park.jpg);
	width:166px;
	}

header nav a.faq {
	background-image:url(../images/common/btn_faq.jpg);
	width:166px;
	}

header nav a.contact {
    background-image:url(../images/common/btn_contact.jpg);
    width:164px;
    }






header .navre-1 a {
	float:left;
	border-right:solid 2px #fff;
	}

header .navre-1 a:first-child {
	border-left:solid 2px #fff;
	}

header .navre-1 a:last-child {
	border-right:solid 2px #fff;
	}

header .navre-1 a {
	display: block;
	text-indent:-9999px;
	height:79px;
	background-repeat:no-repeat;
	background-position:bottom;
}

header .navre-1 a:hover,
header .navre-1 a.active {
	background-position:top;
	}

header .navre-1 a.gaiyo {
	background-image:url(../images/common/btn_gaiyo-1.jpg);
	width:140px;
	}

/*header .navre-1 a.flow {
	background-image:url(../images/common/btn_flow-1.jpg);
	width:140px;
	}*/

header .navre-1 a.flow-price {
	background-image:url(../images/common/btn_flowprice-1.jpg);
	width:140px;
	}

/*header .navre-1 a.price {
	background-image:url(../images/common/btn_price-1.jpg);
	width:140px;
	}*/

header .navre-1 a.noukotu {
	background-image:url(../images/common/btn_nokotsu-1.jpg);
	width:140px;
	}

header .navre-1 a.park {
	background-image:url(../images/common/btn_park-1.jpg);
	width:140px;
	}

	header .navre-1 a.online-shop {
	background-image:url(../images/common/btn_onlineshop-1.jpg);
	width:140px;
	}

header .navre-1 a.faq {
	background-image:url(../images/common/btn_faq-1.jpg);
	width:140px;
	}

header .navre-1 a.contact {
    background-image:url(../images/common/btn_contact-1.jpg);
    width:140px;
    }






}


.naver,
.naver *,
.naver *:before,
.naver *:after {
  box-sizing: border-box;
}
.naver-handle {
  width: 100%;
  background: #f09ba5;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 16px;
  margin: 0;
  padding: 10px 15px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.naver-handle:after {
  height: 3px;
  width: 15px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  background: #fff;
  box-shadow: 0 5px 0 #fff, 0 -5px 0 #fff;
  content: '';
  display: block;
  margin: auto 0;
}
.naver.open .naver-handle:after {
  width: 15px;
  height: 15px;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #fff;
  content: "\00d7";
  font-size: 22px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
}
.naver-wrapper {
  border: none;
  height: auto;
  margin: 0;
  padding: 0;
}
.naver-container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.naver.enabled .naver-handle {
  display: block;
}
.naver.enabled .naver-wrapper {
  height: 0px;
  overflow: hidden;
}
.naver.enabled .naver-container {
  background: #ffffff;

  border-width: 0 1px 1px;
}

@media screen and (max-width: 767px) {

#navre a {
  background: #fbebed;
  color: #ee6688;
  display: block;
  font-size: 16px;
  line-height: 40px;
  margin: 0 0 1px 0;
  padding: 0 20px;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
   border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#navre a:hover {
  background: #ccc;
  color:#fff;
}

#navre a img {
	display:none;
	}

}


/* main */


@media screen and (min-width:768px) {

div.main {
	background-image:url(../images/common/main_bottom_bg.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	}

article.mainCol {
	width:700px;
	float:right;
}
}


@media screen and (max-width:767px) {
article.mainCol {
	padding-left:20px;
	padding-right:20px;
}

}



/* side */


@media screen and (min-width:768px) {

aside {
	margin-bottom:150px;
}

aside img {
	max-width:200px;

}

}


@media screen and (max-width:767px) {

aside {
	padding-left:30px;
	padding-right:30px;
	text-align:center;
	margin-top:50px;
}

}

aside .sideBnr li {
	margin-bottom:25px;
	}

aside .link {
	margin-bottom:25px;
	}

@media screen and (min-width:768px) {
aside .link {
	width:200px;
	}
	/*2020901*/
/* aside .sideBnr li:nth-child(3) img{
	max-width:207px!important;
	width:207px;
} */
}

aside .link a {
	color:#333;
	}

aside .link a:hover {
	color:#EB6D81;
	}

aside .link li {
	background-image:url(../images/common/link_bg.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:3px 0px 3px 25px;
	border-bottom:dotted 1px #ccc;
	text-align:left;
	}

aside .member {
	margin-bottom:25px;
	}


aside .member span {
	display:block;
	margin-top:5px;
	}

@media screen and (min-width:768px) {

aside .member span {
	font-size:11px;
	width:200px;
	}

}

aside h2.joining {
	color:#EB6D81;
	background-image:url(../images/common/link_bg.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:25px;
	text-align:left;
	}

aside ul.joining li {
	margin-bottom:5px;

	}


/* pageup */

div.pageup {
	margin-top:50px;
	}


/* footer */

footer {
	padding:25px 0;
	background-image:url(../images/common/head_bg.gif);
}

footer ul.navLink,
footer ul.navLink_S {
	overflow:hidden;
	}

footer ul a {
	color:#422007;
	}

@media screen and (min-width:768px) {

footer ul.navLink {
	width:915px;
	margin:0 auto 15px auto;
	}

	footer ul.navLink-1 {
	width:1000px;
	margin:0 auto 15px auto;
	}

footer ul.navLink_S {
	width:799px;
	margin:0 auto 20px auto;
	}

footer ul.navLink li {
	border-right:solid 1px #422007;
	padding:0 20px;
	float:left;
	}


footer ul.navLink li:first-child {
	border-left:solid 1px #422007;
	}

footer ul.navLink_S li {
	border-right:solid 1px #422007;
	padding:0 20px;
	float:left;
	font-size:12px;
	}

footer ul.navLink_S li:first-child {
	border-left:solid 1px #422007;
	}

}

@media screen and (max-width:767px) {

footer {
	padding:25px;
}

footer ul li a {
	background-color:#fff;
	padding:2px;
	text-align:center;
	display:block;
	margin-bottom:3px;
	}

footer ul li a:hover {
	background-color:#f09ba5;
	color:#fff;
	}
}

footer address {
	overflow:hidden;
	padding-bottom:50px;}


@media screen and (min-width:768px) {
footer address p.logo {
	float:left;
	}

footer address p.address {
	float:left;
	font-weight:700;
	margin:0 25px;
	font-size:12px;
	line-height:39px;
	}

footer address p.address span {
	margin-left:20px;
	}

footer address p.copy {

	}
}

@media screen and (max-width:767px) {

footer address {
	text-align:center;
	}

footer address p.logo {
	margin:20px 0;
	}

footer address p.address span {
	display:block;
	}

}




/*会員登録フォーム*/
#member_form input[type="text"],
#member_form input[type="email"] {
    background-color: #FFF;
    border: 1px solid #BBB;
    border-radius: 4px;
    box-sizing: border-box;
    color: #000;
    font-size: 15px;
    ime-mode: inactive;
    padding: 5px;
    -webkit-appearance: none;
}
#member_form td span {
    color: #888;
    margin-left: 10px;
}
.input_A input {
    width: 100% !important;
}
.input_B input {
    width: 418px !important;
}
.input_C input {
    width: 80px !important;
}

#member_form h3 {
    background-color: #f08e99;
    border-radius: 12px 12px 0 0;
    color: #FFF;
    font-size: 15px;
    height: 30px;
    line-height: 34px;
    margin-bottom: -20px;
    margin-left: 4px;
    padding-left: 10px;
    position: relative;
    width: 177px;
}
#member_form h3 a {
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    height: 19px;
    position: absolute;
    right: 5px;
    top: 6px;
    width: 19px;
}
#member_form h3 a:after {
    background-color: #f08e99;
    border-radius: 2px;
    content: "";
    display: block;
    height: 3px;
    left: 2px;
    position: absolute;
    top: 8px;
    width: 15px;
}


/*予約フォーム*/




.reservation {}

.reservation #member_form input[type="text"],
.reservation #member_form textarea,
.reservation #member_form input[type="email"] {
    background-color: #FFF;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    color: #000;
    font-size: 15px;
    ime-mode: inactive;
    padding: 5px;
    -webkit-appearance: none;
    background-color: white!important;
}

.reservation .vertical-top { vertical-align: top; }
.reservation #member_form textarea {
	background-color: #FFF;
	border-radius: 4px;
	box-sizing: border-box;
	color: #000;
	font-size: 15px;
	ime-mode: inactive;
	padding: 5px;
	-webkit-appearance: none;
}
.reservation .input_A textarea {
	width: 100% !important;
}

.reservation section.if .discount {
	font-size: 13px;
	background-color: inherit;
	font-weight: normal;
	color: #E60012;
	 letter-spacing: .01rem;
}
.reservation section.if p {
	font-size: 15px;
	letter-spacing: .1rem;
}

.reservation .text-center { text-align: center; }
.reservation .fees {
	margin: 0 auto 45px;
	max-width: 542px;
}
.reservation .fees img {
	height: auto;
	max-width: 100%;
}
.reservation section.registration h2 {
	background-color: #5B3219;
	color: #fff;
	border-bottom: inherit;
	border-radius: 12px;
	line-height: 1.75;
	font-weight: 700;
	font-size: 20px;
	padding-left: 16px;
	margin-bottom: 15px;
}

.reservation #member_form h3 {
    background-color: inherit;
    border-radius: none;
    color: #231815;
    font-size: 17px;
    font-weight: 700;
    height: inherit;
    line-height: 1.75;
    margin-bottom: 5px;
    margin-left: inherit;
    padding-left: inherit;
    position: relative;
    width: auto;
    display: inline-block;
}

.reservation #member_form h3 span {
	position: absolute;
	display: inline-block;
	width: 3em;
	line-height: 1.5em;
	border-radius: 4px;
	text-align: center;
	background-color: #B72F22;
	color: white;
	font-size: 12px;
	top: 50%;
	right: -3.5em;
	transform: translateY(-50%) translateX(0);
	margin-bottom: 30px;
}
.reservation .col-reservation-date { margin-bottom: 30px;}
.reservation .col-reservation-plan { margin-bottom: 50px; }
.reservation .col-first-choice, .reservation .col-second-choice, .reservation .radio { margin-left: 1.5em; }
.reservation .col-first-choice, .reservation .col-second-choice { margin-bottom: 5px;}
@media screen and (max-width: 420px) {
	.reservation .col-first-choice, .reservation .col-second-choice { margin-bottom: 10px;}
	.reservation .col-first-choice, .reservation .col-second-choice, .reservation .radio { margin-left: 0em; font-size: 13px;}
}
@media screen and (min-width: 420px) {
	.reservation .col-first-choice br, .reservation .col-second-choice br { display: none; }
}

.reservation form#mailform label {
	margin-left: -0.3em;
}

.reservation table.mailform tr th {
	background-color: #F8CBCD;
	color: #231815;
	font-weight: 700;
	border-left: 1px solid white;
	border-top: 1px solid white;
	padding: 10px 0px 10px 14px;
	font-size: 15px;
	text-align: left;
	width: 230px;
	position: relative;
}

@media screen and (max-width: 610px) {
	.reservation table.mailform tr th {
	    border-right: 1px solid white;
	    display: block;
	    width: 100%;
	}
	.reservation table.mailform tr td {
	    border-left: 1px solid white;
	    display: block;
	    width: 100%;
	}
}

.reservation table.mailform tr th span {
	display: inline-block;
	position: absolute;
	width: 3em;
	line-height: 1.5em;
	border-radius: 4px;
	text-align: center;
	background-color: #B72F22;
	color: white;
	top: 50%;
	right: 0;
	font-size: 12px;
	transform: translateY(-50%) translateX(-50%);
}

.reservation table.mailform tr td {
	border-right: 1px solid white;
	border-top: 1px solid white;
	padding: 8px;
	font-size: 13px;
	background-color: #FCE7E7;
}
.reservation table.mailform tr th.border-bottom,
.reservation table.mailform tr td.border-bottom {
	border-bottom: 1px solid white;
}

.reservation .col-privacy-contents { margin-bottom: 30px;}
.reservation #button_mfp_goconfirm { border-radius: 0; }

.grecaptcha-badge {
	bottom: 133px !important;
}
#btn_floating { position: fixed; right: 8px; bottom: 8px; width: 178px; height: 116px; z-index:999; }
#btn_floating img {
	height: auto;
	width: 100%;
}
@media screen and (max-width: 768px) {
	#btn_floating { position: fixed; right: 10px; bottom: 10px; z-index:1;}
	.grecaptcha-badge {
		bottom: 82px !important;
	}
}
@media screen and (max-width: 768px) {
	#btn_floating {
		right: 8px;
		bottom: 8px;
		width: 100px;
		height: 65px;
	}
	#btn_floating img { max-width: 100px;}
}

@media screen and (min-width:768px) {
	.page-reservation aside .sideBnr li:nth-child(5) img{
		max-width:207px!important;
		width:207px;
	}
}

.blog {
	margin: 60px 0 80px;
}
.blog h2 {
	margin-bottom: 20px;
	position: relative;
}
.blog h2::before {
	background-color: #fff7a4;
	border-radius: 12px;
	bottom: 4px;
	content: "";
	display: block;
	height: 35px;
	left: 0;
	position: absolute;
	width: 100%;
}
.blog h2 img {
	max-width: 454px;
	position: relative;
}
.blog ul {
	padding-left: 30px;
}
.blog li {
	font-size: 17px;
	list-style-type: disc;
	margin-top: 8px;
}
.blog li span {
	display: block;
	line-height: 1;
}
.blog li a {
	color: #000;
}
.blog li a:hover {
	color: #ec6d81;
	text-decoration: underline;
}
@media screen and (max-width:479px) {
	.blog h2 img {
		max-width: 100%;
	}
	.blog li {
		font-size: 14px;
	}
	.blog ul {
		padding-left: 20px;
	}
	.blog li a {
		display: block;
		line-height: 1.2;
	}
	.blog h2::before {
		border-radius: 8px;
		height: 23px;
	}
}

.ftMail {
	display: none;
}
.address a {
	color: inherit;
	cursor: text;
	pointer-events: none;
}
@media screen and (max-width:767px) {
.address a {
	color: #ee6a7e;
	cursor: pointer;
	pointer-events: all;
}
.ftMail {
		display: block;
}
}
