@charset "utf-8";

/*---------------共通設定----------------*/
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 addres, ul, ol, dl, dt, dd, table, th, td, form, fieldset{
	margin:0;
	padding:0;
	line-height:1.6;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style-type:none;
	color:#333;
	font-weight: 500;
}

table,td{
  border-collapse:collapse;
  border-spacing:0;
}

ul,ol{
  list-style:none;
}
a{
text-decoration: none;
	color:#1a1a1a;
	outline: none;
	overflow: hidden;

}

img{
 border:0;
}

ing,input{
  vertical-aligin: bottom;
}

body{
	margin:0px auto;
	-webkit-text-size-adjust: 100%;
	overflow-x:hidden;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
  
.clearfix {
	zoom: 1;
}



/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


.font_red{
	color:#ff1d25;	
	font-weight:bold;
}

.torikesi{
	text-decoration:line-through;
}

.font_light_blue{
	color:#2999d0;	
	font-weight:bold;
}

.font_blue{
	color:#3c41aa;	
	font-weight:bold;
}

.font_purple{
	color:#812780;	
	font-weight:bold;
}

.link_text{
	color:#3EB1C6;
	text-decoration:underline;
	font-weight:bold;
}

.link_text:hover {
	opacity:0.6;
    transition: .4s;
}

.font_bold{
	font-weight:bold;
}

.font_center{
	text-align:center;
}

.font-min{
	font-size:0.9em;
}



.wrapper{
	max-width:1100px;
	margin:0 auto;
	padding: 0 60px;
}


/*---------------------タイトル付き2重枠-----------------------*/


.box26 {
    position: relative;
    margin: 60px auto 0;
    padding: 1.5em 1.5em 1em 1.5em;
    border: 4px double #999;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -11px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 20px;
    background: #FFF;
    color: #444;
    font-weight: bold;
	letter-spacing:0.1em;
}
.box26 ul {
    margin: 0; 
    padding: 0;
}

.box26 li {
    margin-bottom:0.5em; 
    padding: 0;
	font-size:17px;
	text-align:justify;
}

.box26 p {
    margin: 0; 
    padding: 0;
    padding: 0;
	font-size:17px;
	text-align:justify;
}


/*---------------------main-----------------------*/


#container {
	margin-left: 230px;
	position: relative;
	-moz-transition: margin-left .25s linear;
	-webkit-transition: margin-left .25s linear;
	transition: margin-left .25s linear;
	background-color:#fff;
}

/*---------------------head-----------------------*/


#global-head {
	width: 100%;
	height:60px;
	position: fixed;
	z-index: 800;
	color: #033560;
	padding: 10px 30px;
	background: #fff;
	display: -webkit-flex;
	display: flex;
}

#sidebar {
	padding-top: 80px;
	width: 229px;
	height: 100%;
	border-right:1px solid #e0e0e0;
	position: fixed;
	color: #afc3f2;
	background: #fff;
}

.global-head2{
	width: 100%;
	height:60px;
}

#brand-logo a{
	width:350px;
	height:60px;
	margin-left:0;
	float:left;
	background:url(../image/logo.jpg) no-repeat;
	text-indent:100%;
	display:block;
	white-space:nowrap;
	overflow:hidden;
}

#brand-logo a:hover {
	opacity:0.6;
    transition: .4s;
}

.head_contact a{
	padding:0 1em;
	height:60px;
	margin-right:280px;
	float:right;
	background-color:#333;
	color:#fff;
	font-size:15px;
	line-height:60px;
	letter-spacing:0.1em;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
}

.head_contact a:hover {
	opacity:0.6;
    transition: .4s;
}

#global-nav ul {
	list-style: none;
	margin-left: 0;
}
#global-nav > ul > li {
	position: relative;
}

#global-nav{
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#global-nav ul{
	margin-bottom:100px;
}

#global-nav a {
	font-weight:bold;
	color: #333;
	text-decoration: none;
	display: block;
	padding: 15px;
	-moz-transition: color .3s linear;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

#global-nav .sub-menu.is-active > a,
#global-nav a:hover {
	color: #3EB1C6;
	/*background: #fff;*/
}




/* sub-menu icon */
#global-nav .sub-menu-head {
	position: relative;
}
#global-nav .sub-menu-head:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);

	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#global-nav .sub-menu.is-active > a:after,
#global-nav .sub-menu-head:hover:after {
	border-color: #333;
}

#global-nav .is-active .sub-menu-head:after {
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
/* sub-menu */
#global-nav .sub-menu-nav {
	background: #3EB1C6;

	display: none;
	padding: 10px 0;

	/*-moz-transition: all .4s ease;*/
	/*-webkit-transition: all .4s ease;*/
	/*transition: all .4s ease;*/
}


#global-nav .sub-menu-nav a {
	color: #fff;
	padding: 8px 15px;
}
#global-nav .sub-menu-nav a:hover {
	opacity:0.6;
}



/* nav-toggle */
#nav-toggle {
	position: fixed;
	top: 28px;
	left: 20px;
	height: 32px;
}
#nav-toggle > div {
	position: relative;
	width: 32px;
}
#nav-toggle span {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: #333;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

/* #nav-toggle close */
#nav-toggle span:nth-child(1) {
	top: 0;
	/*
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	*/
}
#nav-toggle span:nth-child(2) {
	top: 11px;
	/*
	width: 0;
	left: 50%;
	*/
}
#nav-toggle span:nth-child(3) {
	top: 22px;
	/*
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	*/
}

/*
.close #nav-toggle span:nth-child(1) {
	top: 0;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
}
.close #nav-toggle span:nth-child(2) {
	width: 100%;
	left: 0;
}
.close #nav-toggle span:nth-child(3) {
	top: 22px;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
}
*/


/* z-index */
#nav-toggle {
	z-index: 1000;
}
#container {
	z-index: 900;
}

/* close */
.close #container {
	margin-left: 0;
}
.close #brand-logo {
	margin-left: 45px;
}
.close #nav-toggle span {
	background: #033560;
}


/*---------------------フローティングバナー-----------------------*/


.floating-banner {
    position: fixed;/* 追従 */
    z-index: 99999;/* 他の要素の下に隠れないように */
    bottom: 0;/* バナーの上下の位置 */
    right: 0;/* バナーの左右の位置 */
}
.pc-banner {
    width: 300px;/* バナーの横幅を指定 */
}
.floating-banner:hover {
    opacity: .9;/* ホバーで少し透過 */
}
.sp-banner {
    display: none;/* PCではスマホ用のバナーは非表示に */
}
@media screen and (max-width: 751px) {/* タブレット用のブレイクポイントを指定 */
    .pc-banner {
        display: none;/* タブレットサイズ以下でPC用のバナーを非表示に */
    }
}

@media screen and (max-width: 750px) {/* スマホ用のブレイクポイントを指定 */
    .sp-banner {
        display: inline-block;/* 消していたスマホ用のバナーを表示させる */
        width: 100vw;/* スマホの画面幅いっぱいにバナーを表示 */
    }
}


/*---------------------コンテンツ-----------------------*/


#content{
	max-width:1100px;
	margin:0 auto;
	padding-top:100px;
}

.content2{
	width:100%;
	margin:0 auto;
	padding-top:40px;
	border-top:1px solid #ccc;
	padding-bottom:40px;
	border-bottom:1px solid #ccc;
}

.content3{
	max-width:736px;
	margin:0 auto;
}

#content ul{
    width: 100%;
}

.content_option{
	width:19%;
	margin-right:8%;
	float:left;
}

.content_option a{
	width:100%;
    height: 0;
    padding-top:100%;
	background:url(../image/content_option.jpg) no-repeat;
	text-indent:100%;
	display:block;
	white-space:nowrap;
	overflow:hidden;
    background-position: center center;
    background-size: cover;
}

.content_flow{
	width:19%;
	margin-right:8%;
	float:left;
}

.content_flow a{
	width:100%;
    height: 0;
    padding-top:100%;
	background:url(../image/content_flow.jpg) no-repeat;
	text-indent:100%;
	display:block;
	white-space:nowrap;
	overflow:hidden;
    background-position: center center;
    background-size: cover;
}

.content_pricelist{
	width:19%;
	margin-right:8%;
	float:left;
}

.content_pricelist a{
	width:100%;
    height: 0;
    padding-top:100%;
	background:url(../image/content_pricelist.jpg) no-repeat;
	text-indent:100%;
	display:block;
	white-space:nowrap;
	overflow:hidden;
    background-position: center center;
    background-size: cover;
}

.content_sch{
	width:19%;
	float:left;
}

.content_sch a{
	width:100%;
    height: 0;
    padding-top:100%;
	background:url(../image/content_sch.jpg) no-repeat;
	text-indent:100%;
	display:block;
	white-space:nowrap;
	overflow:hidden;
    background-position: center center;
    background-size: cover;
}

#content ul a:hover {
	opacity:0.6;
    transition: .4s;
}


/*---------------------フォームボタン-----------------------*/


#form_btn{
    width: 100%;
    margin: 0 auto;
	padding-top:100px;
}

.form_btn_left{
	width: 45%;
	float:left;
}

.form_btn_right{
	width: 45%;
	margin-left:4.5%;
	padding-left:4.5%;
	float:left;
	border-left:1px solid #ccc;
}

.title_form{
	margin:0 auto 60px;
	width:290px;
	height:64px;
	background:url(../image/title_reservation.jpg) no-repeat;
	text-indent:100%;
	display:block;
	white-space:nowrap;
	overflow:hidden;
}

.title_contact{
	margin:0 auto 60px;
	width:210px;
	height:64px;
	background:url(../image/title_contact.jpg) no-repeat;
	text-indent:100%;
	display:block;
	white-space:nowrap;
	overflow:hidden;
}


.form_btn2 p{
	font-size:17px;
}

.form_btn_left p{
	text-align:center;
	margin-bottom:20px;
}

.form_btn_right p{
	text-align:center;
}

a.button2 {
	display: block;
	padding: 1.3em 0;
	margin-bottom:20px;
	background: #333;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: 1px solid #333;
	transition: .4s;
	font-weight:bold;
	font-size:17px;
	letter-spacing:0.1em;
}
a.button2:hover {
	background: #fff;
	color: #333;
}

.contact_tel a {
	display: block;
	padding: 1.3em 0;
	margin-bottom:23px;
	text-align: center;
	text-decoration: none;
	color: #333;
	border: 1px solid #333;
	transition: .4s;
	font-weight:bold;
	font-size:17px;
	letter-spacing:0.1em;
}

.contact_tel a:hover {
	opacity:0.6;
    transition: .4s;
}


/*---------------------プラン-----------------------*/



#plan{
	padding-top:100px;
}

.plan_gallery{
	width:47.5%;
	height:20%;
	float:left;
	margin-right:5%;
}

.plan_photoplan{
	width:47.5%;
	height:20%;
	float:left;
}

.plan_gallery a{
	width:100%;
	height:0;
	background:url(../image/top_bnr_gallery.jpg) no-repeat;
	background-size:100%;
    padding-top: 42.2%;
	text-indent:100%;
	display:block;
	white-space:nowrap;
	overflow:hidden;
}

.plan_photoplan a{
	width:100%;
	height:0;
	background:url(../image/top_bnr_photoplan.jpg) no-repeat;
	background-size:100%;
    padding-top: 42.2%;
	text-indent:100%;
	display:block;
	white-space:nowrap;
	overflow:hidden;
}

#plan ul a:hover {
	opacity:0.6;
    transition: .4s;
}


/*---------------pagetop----------------*/


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	z-index: 900;
}
#page-top a {
    background-color: rgba(0,0,0,0.5);
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}




/*---------------------footer-----------------------*/

footer{
	margin:0 auto;
}

#footer{
	margin-top:120px;
	background-color:#333;
	font-size:15px;
	margin-left:230px;
	padding-top:50px;
	padding-bottom:50px;
	line-height:15px;
	text-align:center;
}

#footer p{
	color:#fff;
	letter-spacing:0.15em;
	text-align:center;
	font-size:13px;
}





/*---------------------タブレット用-----------------------*/


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

.wrapper{
	padding: 0 35px;
}

#container {
	margin-left: 0;
}
#brand-logo {
	margin-left: 45px;
}

.head_contact a{
	margin-right:50px;
}

#nav-toggle span {
	background: #033560;
}
.close #nav-toggle span {
	background: #333;
}

#sidebar {
	left: -230px;
	z-index: 910;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

.close #sidebar {
	left: 0;
}


/*---------------------フォームボタン-----------------------*/


.form_btn_right{
	font-size:15px;
}

.contact_tel a {
	font-size:16px;
}


/*---------------------footer-----------------------*/




#footer{
	margin-left:0;
}



}


/*---------------------スマホ用-----------------------*/


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


.wrapper{
	max-width:750px;
	padding: 0 15px;
}


/*---------------------タイトル付き2重枠-----------------------*/


.box26 {
    margin: 50px auto 0;
    padding: 1.2em 1.2em 0.7em 1.2em;
}

.box26 .box-title {
    font-size: 18px;
	letter-spacing:0.05em;
}

.box26 li {
	font-size:15px;
}

.box26 p {
	font-size:15px;
}


/*---------------------head-----------------------*/


#global-head {
	height:45px;
}

#sidebar {
	padding-top: 60px;
	width: 229px;
}

.global-head2{
	height:45px;
}

#brand-logo {
	margin-left: 30px;
}

#brand-logo a{
	width:225px;
	height:45px;
	background:url(../image/logo_sp.jpg) no-repeat;
}

#global-nav a {
	padding:0.7em;
	font-size:15px
}

.head_contact a{
	padding:0 0.5em;
	margin-right:40px;
	height:45px;
	font-size:12px;
	line-height:45px;
	letter-spacing:0.05em;
}


/* nav-toggle */
#nav-toggle {
	top: 21px;
	left: 15px;
}


/* close */

.close #brand-logo {
	margin-left: 30px;
}


/*---------------------コンテンツ-----------------------*/

#content{
	padding-top:60px;
}

.content2{
	padding-top:30px;
	padding-bottom:30px;
}

.content_option{
	width:25%;
	margin-right:0;
}

.content_flow{
	width:25%;
	margin-right:0;
}

.content_pricelist{
	width:25%;
	margin-right:0;
}

.content_sch{
	width:25%;
}


/*---------------------フォームボタン-----------------------*/


#form_btn{
    width: 100%;
    margin: 0 auto;
	padding-top:70px;
}

.form_btn_left{
	width: 100%;
	float:none;
}

.form_btn_right{
	width: 100%;
	margin:0 auto;
	padding-left:0;
	font-size:14px;
	float:none;
	border-left:none;
}

.title_form{
	margin:0 auto 50px;
}

.title_contact{
	margin:60px auto 50px;
}


a.button2 {
	padding: 1em 0;
	font-size:16px;
}

.contact_tel a {
	padding: 1em 0;
	font-size:15px;
}


/*---------------------プラン-----------------------*/


#plan{
	padding-top:60px;
}

.plan_photoplan{
	width:47.5%;
	height:20%;
	float:left;
}

.plan_gallery a{
	background:url(../image/top_bnr_gallery_sp.jpg) no-repeat;
	background-size:100%;
}

.plan_photoplan a{
	background:url(../image/top_bnr_photoplan_sp.jpg) no-repeat;
	background-size:100%;
}


/*---------------------footer-----------------------*/


#footer{
	margin-top:80px;
	padding-top:30px;
	padding-bottom:30px;
}


}

