@charset "utf-8";
/* CSS Document */

a {outline: none;}
#main{position:relative}
.ornament{position:absolute; top: 0;left: 27px;z-index: -999}
.outline {
  text-shadow    : 
       3px  3px 1px rgba(255, 255, 255, 0.90),
      -3px  3px 1px rgba(255, 255, 255, 0.90),
       3px -3px 1px rgba(255, 255, 255, 0.90),
      -3px -3px 1px rgba(255, 255, 255, 0.90),
       3px  0px 1px rgba(255, 255, 255, 0.90),
       0px  3px 1px rgba(255, 255, 255, 0.90),
      -3px  0px 1px rgba(255, 255, 255, 0.90),
       0px -3px 1px rgba(255, 255, 255, 0.90); /* 文字の影 */
}
#KV_SET {
	max-width: 1500px;
	margin: 74px auto 0;
	position:relative;
}
#KV {
	height: 600px;
	background:url(../images/breakfast/kv.webp) no-repeat top center;
	background-size: auto 100%;
}

.btn_plan {
    position: fixed;
    bottom: 40%;
    right: 0;z-index: 999
}
a:hover{opacity: 0.7}

.flL{float:left}
.flR{float:right}
.tar{text-align: right}

/*h2 {
    font-size: 30px;
    line-height: 1.5;margin-bottom: 30px;}
h3{font-size:23px}
h3 span{font-size:43px;color: #81d8d0 }
.bf_box{background: url(../img/pc/pattarn.gif) repeat-y top; width: 1220px}*/

body.lower p.copy {
    margin: 0 auto 50px;
	text-align: center;
	line-height: 180%;
}

#bf_box_wrap{width: 1220px;margin:80px auto 0}
.bf_box{width: 1220px; margin-top: 50px}
.text_box{width: 550px; padding: 40px 30px 20px 30px; text-align: left;position: relative;}
body #bf_box_wrap .bf_box .text_box h4{font-size: 23px;color: #66cac1;margin: 0;font-weight: bold !important;line-height: 1;}
.text_box h4 span{font-size: 48px;color: #81d8d0;vertical-align: middle;}
.sub_en{font-size: 25px;color: #9f9d9d;margin-left: 48px}
.kodawari{margin-top: 20px;line-height: 1.6}

.subimg01{position: absolute; right: 0; bottom: -100px;}
.subimg02{position: absolute; right: 40px; bottom: -100px;}
.subimg03{position: absolute; right: 0; bottom: -160px;}
.subimg04{position: absolute; right: 40px; bottom: -150px;}

#grabto_wrap{width: 1126px; margin:100px auto 85px}
.grabto_box{background: url(../images/breakfast/grabto_middle.gif) repeat-y top;width: 1126px; text-align: left}
.grabto_L{margin-left: 70px;width: 500px; float: left}
.grabto_tit{font-size: 20px; margin-bottom: 17px;line-height: 1.5}
.grabto_box p{line-height: 1.6}


div.moreBTNclick{
	width:500px;
        border: #d1d1d2 1px solid;
		padding:25px 30px;
	font-size:18px;
	line-height: 1.4;
    display: inline-block;
	margin-bottom:80px
}




@media only screen and (max-width: 750px) {
#KV_SET {
	max-width: 1500px;
	margin: 0 auto;
	position:static;
}
#KV{
	height: auto;
	background:none;
	background-size: auto 100%;
}
#restaurant::before, #lounge::before, #activity::before, #events::before{height: 100px; margin-top: -100px;}
#bf_box_wrap,.bf_box{width:100%;margin-top: 0 }	
body #bf_box_wrap .bf_box .text_box h4 { font-size: 20px;}	
.text_box h4 span {font-size: 35px;	}
.sub_en {font-size: 22px;margin-left: 0; margin-top: 5px;}	
	
.text_box{width: 85%;margin-left: auto;margin-right: auto}
.bf_box	img{width: 90%;margin-left: auto;margin-right: auto}
.bf_box .text_box img{width: 40%; text-align: right}
.subimg01,.subimg02,.subimg03,.subimg04{position: static; text-align: right}

#grabto_wrap{width: 90%; margin:40px auto}
.grabto_box	{width: 100%;background-size:100% auto;padding-bottom: 20px;}
#grabto_wrap img{width: 100%;}
#grabto_wrap .grabto_box img{width: 100%;margin-left: auto;margin-right: auto}		
#grabto_wrap .grabto_box .grabto_tit img{width: 10%}
.grabto_L {margin-left: auto;margin-right: auto; width: 85%; float: none;}	
.grabto_R {margin-left: auto;margin-right: auto;margin-top: 40px; width: 85%;}	
.w80{width:80%; margin:0 auto 40px}
	
	
.spmt10{margin-top:10px}
.spmt20{margin-top:20px}
.spmb20{margin-bottom:20px}
.ml150{ margin-left:10px}
.pcmr15{margin-right: 0}
.pcmb80{margin-bottom: 20px}	
div.moreBTNclick{ width:80%; margin:0 auto 50px}

.flL,.flR{float:none}

.contact{
	width:90%!important;
	padding:1em;
}
}

div.double {
	width: 600px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 50px;
}
div.double > div {
	width: 50%;
	text-align: center;
}
div.double > div:first-child {
	width: 100%;
	margin-bottom: 30px;
}
div.double > div > a {
	display: inline-block;
	text-align: center;
	border: #000 1px solid;
	padding: 10px 20px;
}
	@media only screen and (max-width: 768px) {
		div.double {
			width: 90%;
			display: flex;
			flex-wrap: wrap;
			margin: 0 auto 50px;
		}
	}




