@charset "utf-8";


/*//////////////////////////////////////////////////
共通
//////////////////////////////////////////////////*/

::selection {
	color: #fff; background-color: #f3b7c3;
}
::-moz-selection {
	color: #fff; background-color: #f3b7c3;
}
@font-face {
	font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic"; src: local("Yu Gothic Bold"); font-weight: bold;
}
html {
	width: 100%; height: 100%; font-size: 62.5%;
}
body {
	width: 100%; height: 100%; min-width: 1280px; margin: 0 auto; font-size: 1.5rem; line-height: 2.0; color: #212121; font-weight: 400; letter-spacing: .01rem; font-family: YuGothic, sans-serif; -webkit-font-smoothing: subpixel-antialiased; -moz-osx-font-smoothing: unset;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    body {
        -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
    }
}
main, img {
	display: block;
}
/*
input[type="text"], input[type="submit"], input[type="email"], input[type="password"], textarea, select, button {
	-webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; padding: 0; background: none; border: none; border-radius: 0; outline: none;
}
*/
input[type="radio"], input[type="submit"], select, button {
    cursor: pointer;
}
input, textarea, select, button {
	-webkit-transition: all .4s; transition: all .4s; outline: 0; font-size: 1.5rem; line-height: 2.0; color: #212121; font-weight: 400; letter-spacing: .01rem; font-family: YuGothic, sans-serif; -webkit-font-smoothing: subpixel-antialiased; -moz-osx-font-smoothing: unset;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    body, input, textarea, select, button {
        -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
    }
}
::-webkit-input-placeholder {
    color: #757575;
}
:-ms-input-placeholder {
    color: #757575;
}
::-moz-placeholder {
    color: #757575;
}
a {
	text-decoration: none; -webkit-transition: all .4s; transition: all .4s;
}
a:link, a:visited, a:hover {
	color: #212121;
}
.min {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
}
.cf:after {
	content: " "; display: block; clear: both;
}
.sm {
    font-size: 1.4rem;
}
.x-sm {
    font-size: 1.2rem;
}
.color-theme {
    color: #e16b8c !important;
}
.color-gray {
    color: #757575 !important;
}
/* コンテンツ背景 */
.back {
	width: 100%; overflow: hidden; background-repeat: repeat;
}
/* 見出しアンダーライン */
.underline, .underline-page {
	display: block; width: 39px; height: 10px; margin: 0 auto; -webkit-transition: all .4s; transition: all .4s; background-image: url(../img/common_underline.png); opacity: .4;
}
.underline-page {
	margin: 30px auto 0;
}
/* 下層ページヘッダー */
.header-area {
    background-image: url(../img/common_back-2.png); position: relative;
}
.header-img {
    position: relative; left: 50%; margin: 0 0 0 -960px;
}
.header-area .shadow-top {
    width: 100%; height: 10px; position: absolute; z-index: 2; top: 0; left: 0; background-image: url(../img/common_shadow_top.png); background-repeat: repeat-x;
} 


/*//////////////////////////////////////////////////
ヘッダー
//////////////////////////////////////////////////*/

header {
	padding: 40px 0 31px; background-image: url(../img/common_back-1.png); position: relative; z-index: 1;
}
header .deco {
    width: 1920px; height: 200px; background-image: url(../img/header_deco.png); background-size: cover; position: absolute; z-index: 2; top: 0; left: 50%; margin: 0 0 0 -960px;
}
header .inner {
	width: 1200px; height: 66px; margin: 0 auto;
}
header .inner h1 {
	float: left;
}
header .inner .tel {
	float: right; margin: 0 38px 0 0;
}
header .inner .bnr {
	display: block; width: 220px; height: 66px; background-color: #fff; float: right;
}
header .inner .bnr img {
	-webkit-transition: all .4s; transition: all .4s;
}
header .inner .bnr:hover img {
	opacity: .6;
}
header ul {
	width: 1200px; margin: 24px auto 0;
}
header ul li {
	float: left; height: 40px; margin: 0 50px;
}
header ul li .underline {
	margin: 10px auto 0;
}
header ul li:hover .underline, header ul li .active .underline {
	opacity: 1;
}


/*//////////////////////////////////////////////////
フッター
//////////////////////////////////////////////////*/

footer {
	padding: 80px 0 50px; background-image: url(../img/footer_back.jpg);
}
footer .sitemap a:hover, footer .copy a:hover {
	opacity: .6;
}
footer .wrapper {
	width: 1200px; margin: 0 auto;
}
footer .inner-1, footer .inner-2 {
	width: 600px; height: 120px; float: left;
}
footer .logo {
	display: block; margin: 0 20px 0 0; float: left;
}
footer .info {
	float: left;
}
footer .info li {
	height: 22px;
}
footer .sitemap {
	clear: both; padding: 30px 0 0;
}
footer .sitemap .arrow {
	display: inline-block; width: 4px; height: 6px; position: relative; bottom: 2px; margin: 0 4px 0 0; background-image: url(../img/fotter_arrow.png);
}
footer .sitemap li {
	float: left; margin: 0 20px 0 0;
}
footer .bnr-access {
	float: left;  margin: 0 0 0 50px; width: 240px; height: 120px; background-color: #fff;
}
footer .bnr-blog {
	float: left;  margin: 0 0 0 20px; width: 240px; height: 120px; background-color: #fff;
}
footer .bnr-access img, footer .bnr-blog img {
	-webkit-transition: all .4s; transition: all .4s;
}
footer .bnr-access:hover img, footer .bnr-blog:hover img {
	opacity: .6;
}

footer .wrapper-2 {
	width: 1200px; margin: 0 auto;
}
footer .copy {
	width: 1000px; height: 20px; padding: 12px 0 0; float: left;
}
footer .bnr-yadosagashi {
	display: inline-block; width: 44px; height: 13px; margin: 0 6px 0 0; background-image: url(../img/footer_yadosagashi.png);
}
footer .copy a, footer .pagetop {
	font-weight: bold;
}
footer .pagetop {
	cursor: pointer; -webkit-transition: all .4s; transition: all .4s; display: block; width: 50px; height: 51px; background-image: url(../img/common_totop.png); opacity: .6; float: right; margin: 0 60px 0 0;
}
.pagetop:hover {
	opacity: 1;
}
.back #qr{
	width:1200px;
	display:table;
	margin:20px auto;
}
.back #qr img{
	float:left;
	padding-right:20px;}
.back #qr img:hover{
	opacity: 0.6;
	
}

/*//////////////////////////////////////////////////
01.TOP
//////////////////////////////////////////////////*/

/* Movie↑ */

.page1-1 {
	padding: 144px 0 139px; background-image: url(../img/common_back-1.png); position: relative;
}
.page1-1 .deco {
    width: 600px; height: 400px; background-image: url(../img/common_deco-1.png); background-size: cover; position: absolute; z-index: 1; top: 0; left: 50%; margin: 0 0 0 -597px;
}
.page1-1 h2 {
	width: 230px; margin: 0 auto; position: relative; z-index: 2;
}
.page1-1 .wrapper {
	width: 1200px; margin: 104px auto 0; position: relative; z-index: 2;
}
.page1-1 article {
	width: 380px; height: 401px; float: left; margin: 0 30px 0 0;
}
.page1-1 .wrapper article:nth-child(1) {
	background-image: url(../img/page1-1_content-1.jpg);
}
.page1-1 .wrapper article:nth-child(2) {
	background-image: url(../img/page1-1_content-2.jpg);
}
.page1-1 .wrapper article:nth-child(3) {
	background-image: url(../img/page1-1_content-3.jpg); margin: 0; 
}
.page1-1 h3 {
	margin: 260px auto 0;
}
.page1-1 .wrapper article:nth-child(1) h3 {
	width: 200px;
}
.page1-1 .wrapper article:nth-child(2) h3 {
	width: 186px
}
.page1-1 .wrapper article:nth-child(3) h3 {
	width: 205px
}
.page1-1 p {
	margin: 14px auto 0; text-align: center;
}
.page1-2 {
	padding: 144px 0 160px; background-image: url(../img/common_back-2.png); position: relative;
}
.page1-2 .deco {
    width: 600px; height: 410px; background-image: url(../img/common_deco-2.png); background-size: cover; position: absolute; z-index: 1; top: 0; left: 50%; margin: 0 0 0 -597px;
}
.page1-2 .deco-2 {
    width: 960px; height: 500px; background-image: url(../img/common_deco-3.png); background-size: cover; position: absolute; z-index: 1; bottom: 0; left: 50%;
}
.page1-2 h2 {
	width: 184px; margin: 0 auto; position: relative; z-index: 2;
}
.page1-2 article {
	width: 1200px; margin: 124px auto 0; position: relative; z-index: 2
}
.page1-2 h3 {
	margin: 0 0 0 505px;
}
.page1-2 .p-1 {
	height: 250px; padding: 30px 0 0 505px;
}
.page1-2 .p-2 {
	height: 120px; padding: 80px 0 0; text-align: center;
}
.page1-2 .img {
	position: absolute; z-index: 2; top: 320px; right: 50%; margin: 0 140px 0 0;
}
.page1-3 {
	padding: 144px 0 159px; background-image: url(../img/common_back-1.png); position: relative;
}
.page1-3 .deco {
    width: 600px; height: 360px; background-image: url(../img/common_deco-4.png); background-size: cover; position: absolute; z-index: 1; top: 0; left: 50%; margin: 0 0 0 -597px;
}
.page1-3 h2 {
	width: 284px; margin: 0 auto; position: relative; z-index: 2;
}
/* プランRSSダミー */
.page1-3 .wrapper {
	width: 1200px; margin: 104px auto 0; position: relative; z-index: 2;
}
.page1-3 article {
	width: 380px; height: 441px; float: left; margin: 0 30px 0 0;
}
.page1-3 .wrapper article:nth-child(3) {
	margin: 0; 
}
.page1-3 .text {
	width: 340px; height: 181px; padding: 20px 20px 0; background-image: url(../img/page1-3_plan_back.jpg);
}
.page1-3 .text .inner {
	width: 100%; height: 160px; overflow: hidden; line-height: 1.5;
}
.page1-3 .text h3 {
    font-weight: bold;
}
.page1-3 .text p {
	margin: 10px 0 0;
}
.page1-3 .img {
	width: 380px; height: 240px; overflow: hidden;
}
.page1-3 .img img {
	width: 100%; height: auto; -webkit-transition: all .4s; transition: all .4s;
}
.page1-3 article:hover img {
	-webkit-transform: scale(1.1); transform: scale(1.1);
}



/*//////////////////////////////////////////////////
02.料理
//////////////////////////////////////////////////*/

.page2-header {
    padding: 80px 0; position: relative;
}
.page2-header .deco {
    width: 1920px; height: 580px; background-image: url(../img/common_deco-5.png); background-size: cover; position: absolute; z-index: 1; top: 0; left: 50%; margin: 0 0 0 -960px;
}
.page2-header .wrapper {
    width: 1200px; margin: 0 auto;
}
.page2-header h2, .page2-header .copy {
    width: 600px; float: left;
}
.page2-header h2 img {
    margin: 34px auto 0;
}
.page2-1 {
	padding: 144px 0 159px; background-image: url(../img/common_back-1.png); position: relative;
}
.page2-1 .deco {
    width: 600px; height: 400px; background-image: url(../img/common_deco-1.png); background-size: cover; position: absolute; z-index: 1; top: 0; left: 50%; margin: 0 0 0 -560px;
}
.page2-1 h2 {
	width: 148px; margin: 0 auto; position: relative; z-index: 2;
}
.page2-1 p {
	width: 1200px; margin: 100px auto 0; position: relative; z-index: 2; text-align: center;
}
.page2-1 p span {
    font-weight: bold;
}
.page2-1 .dinner {
    width: 1200px; margin: 80px auto 0;
}
.page2-1 .dinner a {
    display: block; width: 248px; height: 165px; border: solid 1px #fff; float: left; overflow: hidden;
}
.page2-1 .dinner a:nth-child(1) {
    display: block; width: 448px; height: 332px; border: solid 1px #fff; float: left; overflow: hidden;
}
.page2-1 .dinner a img {
    width: 100%; height: auto;
}
.page2-1 .items {
    width: 1200px; margin: 80px auto 0;
}
.page2-1 .items article {
    width: 580px; height: 401px; float: left; position: relative;
}
.page2-1 .items article:nth-child(2) {
    margin: 0 0 20px 20px;
}
.page2-1 .items article:nth-child(4) {
    margin: 0 0 0 20px;
}
.page2-1 .items article p {
    width: 580px; text-align: center; position: absolute; top: 210px;
}


/*//////////////////////////////////////////////////
03.蘇峰園
//////////////////////////////////////////////////*/

.page3-header {
    padding: 80px 0; position: relative;
}
.page3-header .deco {
    width: 1920px; height: 580px; background-image: url(../img/common_deco-5.png); background-size: cover; position: absolute; z-index: 1; top: 0; left: 50%; margin: 0 0 0 -960px;
}
.page3-header .wrapper {
    width: 1200px; margin: 0 auto;
}
.page3-header h2, .page3-header .copy {
    width: 600px; float: left;
}
.page3-header h2 img {
    margin: 74px auto 0;
}
.page3-1 {
	padding: 144px 0 160px; background-image: url(../img/common_back-1.png); position: relative;
}
.page3-1 .deco {
    width: 600px; height: 410px; background-image: url(../img/common_deco-2.png); background-size: cover; position: absolute; z-index: 1; top: 0; left: 50%; margin: 0 0 0 -660px;
}
.page3-1 h2 {
	width: 332px; margin: 0 auto; position: relative; z-index: 2;
}
.page3-1 .img-1 {
    position: absolute; top: 320px; right: 50%;  z-index: 2;
}
.page3-1 .wrapper {
    width: 550px; height: 310px; margin: 100px auto 0; padding: 30px 0 0 650px;
}
.page3-1 p {
	width: 500px; text-align: center;
}
.page3-1 .img-2 {
    float: left; margin: 34px 20px 0 0;
}
.page3-1 .img-3 {
    float: left; margin: 34px 0 0 0;
}
.page3-2 {
	padding: 144px 0 0; background-image: url(../img/common_back-2.png); position: relative;
}
.page3-2 .deco {
    width: 600px; height: 360px; background-image: url(../img/common_deco-4.png); background-size: cover; position: absolute; z-index: 1; top: 0; left: 50%; margin: 0 0 0 -580px;
}
.page3-2 h2 {
	width: 264px; margin: 0 auto; position: relative; z-index: 2;
}
.page3-2 .flower-scroll img {
    float: left;
}


/*//////////////////////////////////////////////////
04.お風呂
//////////////////////////////////////////////////*/

.page4-header {
    padding: 80px 0; position: relative;
}
.page4-header .deco {
    width: 1920px; height: 580px; background-image: url(../img/common_deco-5.png); background-size: cover; position: absolute; z-index: 1; top: 0; left: 50%; margin: 0 0 0 -960px;
}
.page4-header h2 {
    width: 114px; margin: 0 auto;
}
.page4-1 {
	padding: 144px 0 160px; background-image: url(../img/common_back-1.png); position: relative;
}
.page4-1 .deco {
    width: 600px; height: 400px; background-image: url(../img/common_deco-1.png); background-size: cover; position: absolute; z-index: 1; top: 0; left: 50%; margin: 0 0 0 -615px;
}
.page4-1 h2 {
	width: 264px; margin: 0 auto; position: relative; z-index: 2;
}
.page4-1 .wrapper {
    width: 802px; margin: 100px auto 0;position: relative;    z-index: 1;
}
.page4-1 p {
	text-align: center;
}
.page4-1 .img-1 {
    float: left; margin: 40px 2px 0 0;
}
.page4-1 .img-2 {
    float: left; margin: 40px 0 0;
}
.page4-2 {
	padding: 144px 0 160px; background-image: url(../img/common_back-2.png); position: relative;
}
.page4-2 .deco {
    width: 600px; height: 410px; background-image: url(../img/common_deco-2.png); background-size: cover; position: absolute; z-index: 1; top: 0; left: 50%; margin: 0 0 0 -597px;
}
.page4-2 h2 {
	width: 200px; margin: 0 auto; position: relative; z-index: 2;
}
.page4-2 .img-1 {
    position: absolute; top: 320px; right: 50%;  z-index: 2; margin: 0 150px 0 0;
}
.page4-2 .wrapper {
    width: 750px; height: 310px; margin: 100px auto 0; padding: 30px 0 0 450px;
}
.page4-2 p {
	text-align: center;
}
.page4-2 .img-2 {
    float: left; margin: 64px 20px 0 125px;
}
.page4-2 .img-3 {
    float: left; margin: 64px 0 0 0;
}


/*//////////////////////////////////////////////////
05.館内
//////////////////////////////////////////////////*/

.page5-header {
    padding: 80px 0; position: relative;
}
.page5-header .deco {
    width: 1920px; height: 580px; background-image: url(../img/common_deco-5.png); background-size: cover; position: absolute; z-index: 1; top: 0; left: 50%; margin: 0 0 0 -960px;
}
.page5-header .wrapper {
    width: 1200px; margin: 0 auto;
}
.page5-header h2, .page5-header .copy {
    width: 600px; float: left;
}
.page5-header h2 img {
    margin: 49px auto 0;
}
.page5-header .copy p {
    margin: 20px 0 0;
}
.page5-1 {
	padding: 144px 0 160px; background-image: url(../img/common_back-1.png); position: relative;
}
.page5-1 .deco {
    width: 600px; height: 360px; background-image: url(../img/common_deco-4.png); background-size: cover; position: absolute; z-index: 1; top: 0; left: 50%; margin: 0 0 0 -575px;
}
.page5-1 h2 {
	width: 264px; margin: 0 auto; position: relative; z-index: 2;
}
.page5-1 p {
	text-align: center; margin: 100px 0 0; position: relative; z-index: 2;
}
.page5-1 .wrapper {
    width: 1200px; margin: 80px auto 0;
}
.page5-1 .wrapper img {
    float: left;
}
.page5-1 .wrapper img:nth-child(1) {
    margin: 0 40px 40px 0;
}
.page5-1 .wrapper img:nth-child(3) {
    margin: 0 40px 0 0;
}
.page5-2 {
	padding: 144px 0 550px; background-image: url(../img/common_back-2.png); position: relative;
}
.page5-2 .deco {
    width: 600px; height: 400px; background-image: url(../img/common_deco-1.png); background-size: cover; position: absolute; z-index: 1; top: 0; left: 50%; margin: 0 0 0 -620px;
}
.page5-2 h2 {
	width: 274px; margin: 0 auto; position: relative; z-index: 2;
}
.page5-2 p {
	text-align: center; margin: 100px 0 0; position: relative; z-index: 3;
}
.page5-2 .img {
	position: absolute; z-index: 2; bottom: 0; width: 1920px; left: 50%; margin: 0 0 0 -960px;
}


/*//////////////////////////////////////////////////
06.料金・予約
//////////////////////////////////////////////////*/

.page6-header {
    padding: 80px 0; position: relative;
}
.page6-header .deco {
    width: 1920px; height: 580px; background-image: url(../img/common_deco-5.png); background-size: cover; position: absolute; z-index: 1; top: 0; left: 50%; margin: 0 0 0 -960px;
}
.page6-header h2 {
    width: 183px; margin: 0 auto;
}
.page6-1 {
	padding: 160px 0; background-image: url(../img/common_back-1.png); position: relative;
}
.page6-1 .deco {
    width: 960px; height: 500px; background-image: url(../img/common_deco-3.png); background-size: cover; position: absolute; z-index: 1; bottom: 0; left: 50%;
}
.page6-1 ul {
    width: 1200px; margin: 0 auto;
}
.page6-1 li .img {
    display: block; float: left; width: 360px; height: 65px; padding: 35px 0 0 40px;
}
.page6-1 li .text {
    display: block; float: right; width: 800px; height: 94px; padding: 6px 0 0;
}
/*.page6-1 li:nth-child(4) .text{
    height: 76px; padding: 24px 0 0;
}*/
.page6-1 li .color-theme {
    font-size: 2.4rem;
}
.page6-1 li .line {
    display: block; width: 1200px; height: 1px; background-image: url(../img/common_line.png); background-repeat: repeat-x; clear: both;
}
.page6-2 {
	padding: 80px 0; background-image: url(../img/common_back-2.png); position: relative;
}
.page6-2 .deco {
    width: 600px; height: 410px; background-image: url(../img/common_deco-2.png); background-size: cover; position: absolute; z-index: 1; top: -100px; left: 50%; margin: 0 0 0 -705px;
}
.page6-2 .bnr {
    display: block; width: 728px; height: 141px; margin: 0 auto; background-color: #fff; position: relative; z-index: 2; border-radius: 8px;
}
.page6-2 .bnr img {
    -webkit-transition: all .4s; transition: all .4s;
}
.page6-2 .bnr:hover img {
    opacity: .6;
}


/*//////////////////////////////////////////////////
07.アクセス
//////////////////////////////////////////////////*/

.page7-header {
    padding: 80px 0; position: relative;
}
.page7-header .deco {
    width: 1920px; height: 580px; background-image: url(../img/common_deco-5.png); background-size: cover; position: absolute; z-index: 1; top: 0; left: 50%; margin: 0 0 0 -960px;
}
.page7-header h2 {
    width: 139px; margin: 0 auto;
}
.page7-1 {
	padding: 144px 0 160px; background-image: url(../img/common_back-1.png); position: relative;
}
.page7-1 .deco {
    width: 600px; height: 400px; background-image: url(../img/common_deco-1.png); background-size: cover; position: absolute; z-index: 1; top: 0; left: 50%; margin: 0 0 0 -590px;
}
.page7-1 h2 {
	width: 209px; margin: 0 auto; position: relative; z-index: 2;
}
.page7-1 ul {
    width: 1200px; margin: 100px auto 0;
}
.page7-1 li .img {
    display: block; float: left; width: 360px; height: 160px; padding: 125px 0 0 40px;
}
.page7-1 li:nth-child(2) .img {
    height: 120px; padding: 80px 0 0 40px;
}
.page7-1 li .text {
    display: block; float: right; width: 800px; height: 255px; padding: 30px 0 0; line-height: 2.5;
}
.page7-1 li:nth-child(2) .text {
    height: 170px; padding: 30px 0 0;
}
.page7-1 li .color-theme {
    font-size: 1.8rem; display: inline-block; width: 140px;
}
.page7-1 li .line {
    display: block; width: 1200px; height: 1px; background-image: url(../img/common_line.png); background-repeat: repeat-x; clear: both;
}
.gmap {
    padding: 80px 0 0;
}
.gmap iframe {
    display: block; margin: 0 auto;
}


/**20171124追記
*********************************/

.content{
    margin: 0 auto;
    display : table;
    position: relative;
    z-index: 3;
}
#movie .shadow-top {
    width: 100%; height: 10px; position: absolute; z-index: 2; top: 0; left: 0; background-image: url(../img/common_shadow_top.png); background-repeat: repeat-x;
} 
#movie .wrapper {
    height: 100%; // 高さを画面いっぱいに指定する。(vhが効かない場合の対策)
    height: 100vh; // 高さを画面いっぱいに指定する。
    position: relative;  //横幅がウィンドウズサイズの縦幅よりもはみ出てしまう場合に、左にずらすために指定。
    width: 100%; // 横幅もいっぱいに。
}
#movie #video {
    max-width: 1920px;
    background: url('../movie/top.jpg') no-repeat; // 動画が再生を始めるまで、cssのほうでも背景を設定します。
    background-attachment: fixed; // 中央揃えになるように、fixed。
    background-position: center center; // positionも中央に。
    background-size: cover; // 画面サイズに応じてサイズを可変するように設定。
    left: 0;
    // 以下、画面いっぱいにするためのCSS設定
    /* min-height: 100%;*/
    min-height: 100vh;
    width: 100%;
    /*min-width: 100%;
    min-width: 100vw;*/
    // wrapperのサイズに応じて、leftの位置をjQueryで指定するため、positionはabsoluteにします。
    position: absolute;
    top: 0;
    // z-indexは調整してください。
    z-index: 1;
}
/**20171218追記
    *********************************/
.page1-v {
	background-image: url(../img/common_back-1.png);
}
#movie {
    width: 1920px; left: 50%; margin: 0 0 0 -960px; position: relative;
}

/**20171226追記
    *********************************/
    /* プラン検索フォーム */
#plan-search {
	width: 770px; height: 120px; margin: 79px auto 0; position: relative; z-index: 2; background: url(../img/page1-3_search_back.png)no-repeat #fff;
}
#plan-search img:nth-child(1) {
	position: absolute; z-index: 0; top: 1px; left: 160px;
}
#plan-search img:nth-child(2) {
	position: absolute; z-index: 1; top: 55px; right: 34px; cursor: pointer; -webkit-transition: all .4s; transition: all .4s;
}
#plan-search img:nth-child(2):hover {
	opacity: .6;
}

#plan-search{
	position: relative;
	padding-top:40px;
	padding-left: 190px;
}
#plan-search p{
	font-size: 0.85em;
    letter-spacing: 1px;
}
#plan-search div{
	float: left;
	margin-right: 30px;
}
#plan-search div.price,
#plan-search div.guests{
	margin-right: 0px;
}
#plan-search .check_in p{
	float: left;
	margin-right: 30px;
}
#plan-search .check_in p:nth-child(2){
	margin-right: 0px;
}
#plan-search .input{
	width: 640px;
	float: left;
}
#plan-search .row_bottom{
	clear: both;
	margin-top: 15px;
	float: left;
}
#plan-search div.search_btn{
	margin: 0;
    position: absolute;
    left: 820px;
    top: 54px;
}