@charset "utf-8";

#mainimg {
	position:relative;
}
#mainimg .bxslider li {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 500px;
	position: relative;
}
@media screen and (max-width: 959px) {
	#mainimg {
		margin-bottom: 0;
	}
	#mainimg .bxslider li {
		height: 300px;
	}
}

#mainimg .bxslider li img {
	display: none;
}
#mainimg .mainother {
	position:absolute;
	width:1140px;
	height:500px;
	left:50%;
	margin-left:-570px;
	top:0;
	z-index:5;
}
#mainimg .topbnrtb {
	display:none;
}
#mainimg .girlts {
	display:none;
}
#mainimg .topbubblets {
	display:none;
}

@media screen and (max-width: 959px) {
	#mainimg .mainother {
		display:none;
	}
	#mainimg .topbnrtb {
		position:absolute;
		display:block;
		top:0;
		z-index:10;
		margin-top: 10px;
		margin-left: 10px;
	}
	#mainimg .girlts {
		position:absolute;
		display:block;
		right:20px;
		bottom:0;
		z-index:3;
	}
	#mainimg .topbubblets {
	/*	background:url("../img_anli/bubble.png") 0 0 no-repeat;
		display:block; */
		display:block;
		background:url("../img_anli/bubble.png") 0 0 no-repeat;
		background-size:180px 104px;
		width:180px;
		height:104px;
		position:absolute;
		right:130px;
		bottom:160px;
		z-index:7;
	}
	#mainimg .topbubblets span {
		font-size:18px;
		color:#52311B;
		display:block;
		padding:10px 24px 0 13px;
		-webkit-transform: rotate(-12deg);
		-moz-transform: rotate(-12deg);
		-ms-transform: rotate(-12deg);
		-o-transform: rotate(-12deg);
		transform: rotate(-12deg);
		text-align: center;
	}
}


@media screen and (max-width: 767px) {
	/* #mainimg{
		top: 0;
		margin-bottom: 0;
	} */
	#mainimg .girlts {
		width:180px;
		height:auto;
		right: 10px;
	}
	#mainimg .topbubblets {
		background-size:150px 87px;
		width:150px;
		height:87px;
		position:absolute;
		right:100px;
		bottom:120px;
		z-index:7;
	}
	#mainimg .topbubblets span {
	font-size: 11px;
	padding: 17px 0 15px;
	}
}
@media screen and (max-width: 479px) {
	#mainimg .girlts {
		width:130px;
		height:auto;
		right: 0px;
	}
	#mainimg .topbubblets {
		background-size:150px 87px;
		width:150px;
		height:87px;
		position:absolute;
		right:50px;
		bottom:100px;
		z-index:7;
	}
}


#mainimg .mainother .otherin {
	position:relative;
	width:1140px;
	height:500px;
}

h1.toplogopc a{
	background-color: #f9f5ec;
	box-shadow: 0 0 2px 5px rgba(0, 0, 0, 0.1);
	height: 140px;
	margin: 0 auto 0px;
	position: relative;
	text-align: center;
	width: 346px;
	display: block;
	transition: all ease 0.3s;
	/*opacity: 1;*/
}

h1.toplogopc a:hover{
	opacity: 0.8;
}

h1.toplogopc a img{
	margin-top: 20px;
}

/*#mainimg .mainother .otherin .toplogopc {
	position:absolute;
	left:0;
	top:0;
	z-index:6;
}*/
#mainimg .mainother .otherin .toplogopc {
	width:380px;
	text-align: center;
}


#mainimg .mainother .otherin .topgirl {
	position:absolute;
	right:85px;
	bottom:0;
	z-index:6;
}
#mainimg .mainother .otherin .topbubble {
	background:url("../img_anli/bubble.png") 0 0 no-repeat;
	width:212px;
	height:123px;
	position:absolute;
	right:230px;
	bottom:260px;
	z-index:7;
}
#mainimg .mainother .otherin .topbubble span {
	font-size:16px;
	color:#52311B;
	display:block;
	padding:23px 15px 0 13px;
	-webkit-transform: rotate(-12deg);
	-moz-transform: rotate(-12deg);
	-ms-transform: rotate(-12deg);
	-o-transform: rotate(-12deg);
	transform: rotate(-12deg);
    text-align: center;
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-weight: bold;
}
.top .toplogots {
	display:none;
}
.top #topnav {
	display:none;
}
@media screen and (max-width: 959px) {
	.top .toplogots {
		display: block;
	}
	.top .toplogots a {
		display:flex;
		height:65px;
		justify-content: center;
		align-content: center;
		align-items: center;	
		}
	.top .toplogots img {
		height: 63px;
		width:auto;
		max-width:532px;
		display:block;
	}
	.top #topnav {
		display:block;
	}
	.top #topnav ul {
		background-color: #9c9180;
		border-collapse: separate;
		border-spacing: 6px;
		display: table;
		font-size: 85%;
		table-layout: fixed;
		width: 100%;
	}
	.top #topnav li {
		box-sizing: border-box;
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		width: 23.75%;
	}
	.top #topnav ul li a {
		color: #fff;
		display: block;
		font-size: 85%;
		padding: 10px 0 5px;
		text-align: center;
		text-decoration: none;
		width: 100%;
		word-break: break-all;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
		behavior: url("../../PIE.htc.html");
		position:relative;
	}
	.top #topnav ul li i {
		display: block;
		font-size: 200%;
	}
	.top #topnav ul li i {
		color: #d591c1;
	}
	.top #topnav ul .green a {
		background: linear-gradient(to bottom, #7d756c 0%,#a0988f 3%,#7d756b 6%,#6c645a 100%);
	}
	.top #topnav ul .red a {
		background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #a24484 0%, #c769aa 3%, #a14384 6%, #923373 100%) repeat scroll 0 0;
	}
	.top #topnav ul .yellow a {
		background: linear-gradient(to bottom, #645f54 0%,#8a857a 3%,#635f54 6%,#524e43 100%);
	}
}

.top #headerin {
	width:1140px;
	height:128px;
	margin:0 auto;
	position:relative;
}
.top #headernavi {
	position:absolute;
	left:0;
	bottom:30px;
	z-index:3;
}
.top #headerin .reservation {
	position:absolute;
	right:0;
	bottom:17px;
	z-index:3;
}
.top #headernavi ul li {
	float:left;
	width: 194px;
}
.top .topinformation {
	background:url("../common/img/border_stripe.png") 0 0 repeat-x #efefee;
	width:100%;
	padding: 0 0 30px;
}
@media screen and (max-width: 959px) {
	.top .topinformation{
		padding: 60px 20px;
		box-sizing: border-box;
	}
/*.top .topinformation {
	display:none;
}*/
}
.top .topinformation .informationbox {
	background:#fff;
	border-bottom:1px #e0e0e0 solid;
	padding:20px;
}
.top .topinformation .informationbox li {
	overflow:hidden;
}
.top .topinformation .informationbox li+li {
	margin-top:10px;
}
.top .topinformation .informationbox li .date {
	background:#756d63;
	width:175px;
	text-align:center;
	color:#fff;
	font-size:18px;
	padding:10px 0;
	margin-right:20px;
	float:left;
}
.top .topinformation .informationbox li .ftbox {
	border-bottom:1px #1f1f1f dotted;
	padding:5px 0 12px;
}
.top .topinformation .informationbox li a {
	display:block;
}
.top .topinformation .informationbox li a:hover {
	text-decoration:none;
}
.top .topinformation .informationbox li:last-child .ftbox {
	border-bottom:none;
}
.top .btngreen {
	text-align:center;
	/* margin:30px auto 0; */
}
.top .btnbrown {
	text-align:center;
	margin-top:30px;
}
.top .topbox {
	background:url("../common/img/section_bg_pc.png") center 0 no-repeat #f3edf4;
	padding:60px 0;
}

.top #contents .topbox .inner {
	padding: 0 0 60px;
}

@media screen and (max-width: 959px) {
	.top .topinformation .informationbox li .date{
		font-size: 14px;
		width: 140px;
		padding: 0;
		line-height: 28px;
		margin: 0;
		float: none;
	}
	.top .topinformation .informationbox li .ftbox {
		padding: 10px 0;

	}
	.top .topbox {
		background-size:100% auto;
		padding:60px 15px;
	}
}
@media screen and (max-width: 767px) {
.top .topbox {
	padding:30px 15px 0;
}
}
.top .planlist {
	overflow:hidden;
}
.top .planlist li {
	float:left;
	width:360px;
	border:1px #f0f0f0 solid;
	background:#fff;
	overflow:hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom:1px #e0e0e0 solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	behavior: url("../../PIE.htc.html");
	position:relative;
}

.top .planlist li > div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	align-content: space-between;
}

@media screen and (max-width: 959px) {
.top .planlist li {
	float:none;
	width:auto;
	padding:40px;
}
.top .planlist li .img {
	text-align:center;
}
	
.top .planlist li .img img{
	height: auto;
}

}
@media screen and (max-width: 767px) {
.top .planlist li {
	padding:20px;
}
}
.top .planlist li+li {
	margin-left:30px;
}
@media screen and (max-width: 959px) {
.top .planlist li+li {
	margin-left:0;
	margin-top:30px;
}
}
.top .planlist .tit {
	color:#DD7C1D;
	font-size:24px;
	padding:20px 20px 15px;
	/*font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
}
@media screen and (max-width: 959px) {
.top .planlist .tit {
	padding:20px 0 15px;
}
}
@media screen and (max-width: 767px) {
.top .planlist .tit {
	font-size:20px;
}
}
.top .planlist .txt {
	padding:0 20px;
}
@media screen and (max-width: 959px) {
.top .planlist .txt {
	padding:0;
}
}
.top .planlist .price {
	padding:10px 20px 20px;
	font-size:24px;
	color:#e77700;
	vertical-align:middle;
}
@media screen and (max-width: 959px) {
.top .planlist .price {
	font-weight: bold;
	padding:10px 0 0;
}
}
.top .planlist .price .ico {
	font-size:20px;
	color:#fff;
	background:#756d63;
	/*border-bottom:1px #e9d297 solid;*/
	padding:7px 20px;
	display:inline-block;
	margin-right:10px;
}
.top .planlist .price .hitori {
	font-size:14px;
	color:#756d63;
	display:inline-block;
	margin:0 5px 0 0;
}

.top .planlist .price .tax {
	font-size:18px;
}

.top .topspecial {
	background:url("../common/img/border_stripe.png") 0 bottom repeat-x #fff;
	padding:100px 0 60px;
}
@media screen and (max-width: 959px) {
	.top .planlist .price .ico{
		font-weight: normal;
		font-size: 14px;
	}
	.top .planlist .price .tax {
		font-size:16px;
		font-weight: normal;
	}
	.top .topspecial {
		padding:120px 15px 60px;
	}
}
.top .topspecial .inner {
	position:relative;
}
.top .topspecial .inner:before {
	position:absolute;
	content:"";
	background:url("../img/point_title_pc.png") 0 0 no-repeat;
	background-size: contain;
	width: 566px;
	height: 210px;
	left: 5px;
	top: 3px;
	z-index:5;
}
@media screen and (max-width: 959px) {
	.top .topspecial .inner:before {
		top: -40px;
	}
}
@media screen and (max-width: 767px) {
	.top .topspecial {
		padding:60px 15px;
	}	
	.top .topspecial .inner:before {
		background-size: 450px auto;
	}
}
@media screen and (max-width: 479px) {
	.top .topspecial .inner:before {
		background-size: 300px auto;
		left: -10px;
		top: -30px;
	}
}
.top .topspecial .specialbox {
	display: table;
	width: 100%;
	padding: 40px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d0d0d0;
	background: linear-gradient(to bottom, #f9f9f4 4%, #ffffff 100%);
	position: relative;
	box-sizing: border-box;		
}
@media screen and (max-width: 767px) {
	.top .topspecial .specialbox {
		padding:20px 20px 50px;
	}
}
.top .topspecial .specialbox:before {
	background: url(../img/flower_top.png) 0 0 no-repeat;
	background-size: contain;
	position:absolute;
	content:"";
	width:319px;
	height:302px;
	right:0;
	bottom:0;
	z-index:1;
}
@media screen and (max-width: 767px) {
	.top .topspecial .specialbox:before {
		background-size:350px auto;
		width: 350px;
	}
}
.top .topspecial .specialbox+.specialbox {
	margin-top:15px;
}
.top .topspecial .specialbox .clearfix {
	position:relative;
	z-index:2;
}
.top .topspecial .specialbox .speciall {
	float:left;
	margin-right:45px;
}
@media screen and (max-width: 959px) {
.top .topspecial .specialbox .speciall {
	float:none;
	margin-right:0;
	text-align:center;
}
}
.top .topspecial .specialbox .ftbox {
	padding-top:20px;
}
.top .topspecial .specialbox .ftbox .tit {
	margin-bottom:20px;
}
@media screen and (max-width: 767px) {
	.top .topspecial .specialbox .ftbox .tit {
		width:fit-content;
		max-width:400px;
	}
}

.top .topinforts {
	display:none;
}
@media screen and (max-width: 959px) {
.top .topinforts {
	display:block;
	background:#f9f5ec;
	padding:60px 15px;
}
.top .topinforts .topinforin+.topinforin {
	margin-top:40px;
}
.top .topinforts .topinforin .tit {
	background:#a30f3d;
	text-align:center;
	font-size:20px;
	color:#fff;
	padding:5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-ms-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	behavior: url("../../PIE.htc.html");
	position:relative;
}
.top .topinforts .topinforin .list {
	background:#fff;
	border-bottom:1px #e9d297 solid;
	padding:0 15px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	behavior: url("../../PIE.htc.html");
	position:relative;
}
.top .topinforts .topinforin .list a {
	display:block;
	border-bottom:1px #202020 dotted;
	padding:10px 0;
}
.top .topinforts .topinforin .list a .date {
	color:#8ba334;
	display:block;
}
.top .topinforts .topinforin .list a:hover {
	text-decoration:none;
}
}
@media screen and (max-width: 767px) {
.top .topinforts {
	padding:30px 15px;
}
.top .topinforts .topinforin+.topinforin {
	margin-top:20px;
}
}

.top .facebook {
	display:none;
}
@media screen and (max-width: 959px) {
.top .facebook {
	display:block;
	background:#f9f5ec;
	padding:15px;
	text-align:center;
}
.top .facebook a {
	background:#4965a7;
	display:inline-block;
	border:1px #999 solid;
	padding:20px 10px;
	text-align:center;
	width:350px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	behavior: url("../../PIE.htc.html");
	position:relative;
}
.top .facebook a img {
	height:32px;
}
}
@media screen and (max-width: 767px) {
.top .facebook a {
	padding:15px 10px;
	width: 100%;
}
}


/********追加******/

#search > .wrap {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
		height: 160px;
		box-sizing: border-box;
		padding-top: 50px;
}

#search .inner {
    box-sizing: border-box;
    display: table;
    margin: 0 auto;
    max-width: 1060px;
    padding: 0 15px;
    width: 100%;
}


#search .inner > div {
    display: table-cell;
    vertical-align: top;
    width: 33.3%;
		text-align: center;
}

#search .contact > a {
    display: block;
    text-align: center;
}
#search .btn a {
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #a24484 0%, #c769aa 3%, #a14384 6%, #923373 100%) repeat scroll 0 0;
color: #fff;
display: block;
line-height: 40px;
margin: 0 auto;
padding: 10px 0 5px;
position: relative;
text-align: center;
text-decoration: none;
width: 90%;
word-break: break-all;
border-radius: 10px;
}

#search .btn a:hover{
	opacity: 0.7;
}

#search .btn a i {
	background-color: #202020;
	bottom: 0;
	display: inline-block;
	height: 16px;
	left: 0;
	line-height: 1;
	margin: auto;
	position: absolute;
	top: 0;
	width: 16px;
}


#search .footer .searchtel {
    margin-right: 25px;
}
#search .footer .searchtel .tel {
    margin-bottom: 10px;
}

#search .footer .searchtel .tel a {
    color: #665e53;
    font-size: 40px;
    line-height: 1em;
}

#search .footer .searchtel .txt {
    font-size: 16px;
    padding-left: 30px;
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}


@media screen and (min-width: 768px) {
	header{
		position: relative;
	}
	.top #header{
		position: absolute;
	}

	.top #header.top_menu_fixed{
		position: fixed;
	}
}


p.topbnrsp {
	display:none;
}
#search{
	margin-top: 170px;
}
@media screen and (max-width: 959px) and (min-width: 768px) {
	p.topbnrsp {
	display:none;
	}
	#search{
		margin-top: 72px;
	}
}
@media screen and (max-width: 767px) {
	#search{
		margin-top: 0;
	}
	#mainimg .topbnrtb {
		display:none;
	}
	p.topbnrsp {
		display:block;
		width:100%;
	}
	p.topbnrsp img {
		width:100%;
	}
}


/* 追加 */
.osirasebox {
    width: 90%;
    max-width: 1110px;
    padding: 15px 15px;
    margin: 0 auto;
    margin-bottom: 30px;
    background: #faebd9;
    font-size: 90%;
}
.osirasebox.com {
	text-align:center;
}


.ai_trip{
	width:640px; 
	margin:0 auto 20px;
}
.umekomi{
	background-color:#fff;
}

.umekomi iframe{
	width: 100% !important;
	height:400px !important;
}

.osirasebox p {
    font-weight: bold;
    color: #ea8000;
}
.pc-only {
	display:block;
}
.sp-only {
	display:none;
}
@media screen and (max-width: 767px) {
	.sp-only {
		display:block;
	}
	.osirasebox.com{
		text-align:left;
        width: calc(90.625% - 30px);
        box-sizing: border-box;			
	}	
	.osirasebox p {
		font-size: 120%;
	}
		.pc-only {
	display:none;
	}
	
	.ai_trip{
		width:90%; 
		margin:0 auto 20px;
	}

}

/* 追加 */
.osirasebox.red_box {
    width: 100%;
    max-width: 1040px;
    padding: 25px 13%;
    margin: 0 auto 30px;
    font-size: 90%;
	border:2px solid #ea8000;
	background:none;
	box-sizing: border-box;
}
.osirasebox strong{
	display:block;
	text-align:center;
	font-size:120%;
	margin: 0 0 10px;
}
.osirasebox strong.ttl{
	font-weight: bold;
	color: #ea8000;
	font-size:130%;
}
.osirasebox a{
	text-decoration:underline;
}
.osirasebox a:hover {
 	text-decoration:none;
	filter: alpha(opacity=70);
	opacity: 0.7;   
}
@media screen and (max-width: 900px) {
	.osirasebox.red_box {
		padding: 15px 30px;
	}
}
@media screen and (max-width: 767px) {
	.osirasebox.red_box {
		width: 100%;
		padding: 15px 10px;
		margin: 0 0 40px;
	}
	.osirasebox strong{
		margin:0 0 10px;
	}
	.osirasebox strong.ttl {
		font-size: 128%;
	}	
}
