@charset "utf-8";
/* レイアウトサイズ

         1
210px  100%
┏━━━━━━━━━━━┓

*/

/*
基本カラー1：		#ff254d
基本カラー2：		#ff254d
アクセントカラー1
アクセントカラー2
アクセントカラー3

囲い線			 #c2c2c2;
*/


/* web fonts
======================================================= */

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,400italic);

/*===================================================== */
/* html tags
======================================================= */
/* タグ初期化 設定*/
html{
	height: 100%;
	padding:0;
	margin: 0;
}

body {
	position: relative;
	text-align:left;
	padding:0;
	margin:0;

	line-height:1.6;
	background:/*url(../images/common/bg.jpg)*/ #FFF top center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a{
	text-decoration:none;
	color:#2e0303;
}
a:hover{
	color:#520707;
	text-decoration:underline;
}
h1,h2,h3,h4,h5{margin:0;padding:0;}

h3{}
p,ul,li{margin:0;padding:0;}
li{list-style:none;}
img{border:0; width:100%;}
table{border-collapse: collapse;}
th,td{padding:2%;}




/*タイトル
=======================================================*/

.titleArea{
	padding-top:3.5rem;
	margin-bottom:3em;
}
h2.title{
	width:100%;
	margin:0 0 1rem;
	padding:0px;
	font-size: 25px;
	color: #252525;
	text-align: center;
	font-weight: 400;
	font-style: normal;
}
.title_sub{
	margin-bottom:1.5em;
	font-size: 18px;
	text-align: center;
	font-weight: 400;
	font-style: normal;
}
.title_eng{
	font-size: 12px;
	text-align: center;
}


/* クリアフィックス */

/*【clearfix決定版】*/
section:after,article:after,#wrapper:after,#container:after,#inner:after,.section:after,.wrap:after,.inner:after,#navi:after,#footer .footMenu:after{
	content:url(../images/spacer.gif);/* 1x1の透過gif */
	display:block;
	clear:both;
	height:0;
}
.clearfix:after{
	content:url(../images/spacer.gif);/* 1x1の透過gif */
	display:block;
	clear:both;
	height:0;
}
/*【clearfix for IE7 over】*/
.clearfix_for_ie7{zoom: 1;}


/* ユーティリティ */
.inner{width:auto;}
.section{width:auto;}    /*囲み*/
.wrap{width:auto;} 		/*大囲み*/
.box{float:left;}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.d_table{display: table; table-layout: auto;}
.d_tcell{display: table-cell;}
.flexSection{width:100%;display: flex;
}

.circle{     /*角丸*/
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}


/*===================================================== */
/* LAYOUT
======================================================= */

#wrapper{
	width:100%;
}
header{
	margin: 0;
	padding: 0 0;
}
#container{
	width:100%;
	margin:auto;
}
.contents{
	width:100%;
	margin:0 auto 10px;
	padding:0 ;
}
#inner{	/* conentsの内枠 */
	width:auto;
	margin:auto;
	padding:0;
}


/*===================================================== */
/* DESIGN
======================================================= */

/* upper
======================================================= */
#upper{
	padding:0 15px;
	background:#555;
	line-height:20px;
	color: #eee;
	font-size:11px;
}

/* header
======================================================= */
header{
}
header #header_fixArea{
	position:fixed;
	width:100%;
	padding:2%;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.05);
	z-index:999;
	box-sizing: border-box;
	background-color: rgba(0,177,227,0.9);
	color: #fff;
}

/* area */

header #header_fixArea .area{
	width:100%;
	text-align: center;
}
header #header_fixArea .area a{
	display: inline-block;
	margin-right: 1.2rem;
	font-size: 0.89rem;
	line-height: 2rem;
	color: #fff;
}
header #header_fixArea .area a:nth-child(1)::after{
	content: "/";
	margin-left: 1.2rem;
}
header #header_fixArea .area a:hover{
}


.menu{
	position: absolute;
	bottom:0.4rem;
	right: 3%;
	font-size: 10px;
	z-index: 9999;
}

header .inner{
	position:relative;
	padding:110px 5px 0;
	margin:0 auto 2rem;
}

/* logo */

header .logo{
	width:45%;
	margin:0 auto 1rem;
}

/* header .title_recruit{
	width:60%;
	margin:0 auto 10px;
}
header .catch{
	width:80%;
	margin:0 auto 25px;
	text-align:center;
	color:#000;
	font-size: 18px;
	font-weight:300;
	font-family: "Sawarabi Mincho";
}
header .tel{
	float: right;
	width:45%;
} */


/* 上段
=================================================*/

header .topArea{
	width:100%;
    text-align: center;
}
/**/
header h1{
	color: #333;
	line-height: 1;
	text-align: center;
}
header h1 span{
	position: relative;
	top:0.5rem;
	display: inline-block;
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	letter-spacing: 0.4rem;
	font-size: 1rem;
}
header h1 strong{
	display: inline-block;
	margin-left:0.8rem;
	font-size: 2.8rem;
	font-weight: 600;
}
header .catch{
	padding:1rem 0;
	text-align: center;
}


/**/
header .lineup{
	width:100%;
}
header .lineup ul{
}
header .lineup ul li{
	display: block;
	margin-right: 1rem;
}

/**/

header .entrysheet{
	display: flex;
	margin-bottom:0.4rem;
}
header .entrysheet .title{
	width:42%;
	margin-bottom: 1.0rem;
	font-size: 2.0rem;
	letter-spacing: 0rem;
	color: #3e61b6;
	line-height: 1;
	font-weight: bold;
	white-space: nowrap;
}
header .entrysheet .title::first-letter{
	/* padding:0.5rem; */
	margin-right: 0.1rem;
	padding-left:0.2rem;
	padding-right:0.2rem;
	letter-spacing: 0.1rem;
	background:#3353b8;
	color: #fff;
	text-align: center;
}
/**/
header .entrysheet ul{
	display: flex;
	height: 2rem;
	background: rgb(68,112,226);
	background: linear-gradient(90deg, rgba(68,112,226,1) 0%, rgba(109,181,240,1) 100%);
	line-height: 1;
}
header .entrysheet ul li{
	display: block;
	padding:0.5rem 0.3rem;
	margin:0;
	border-left:4px solid #fff;
	border-right:4px solid #fff;
	font-size: 0.74rem;
	color: #fff;
	text-align: center;
	white-space: nowrap;

}

/**/
header .others ul{
	display: flex;
	flex-wrap: wrap;
	width:90%;
    margin:auto;
    text-align: left;
}
header .others ul li{
	font-size: 0.76rem;
	color: #345cdc;
	font-weight: 700;
}
header .others ul li:nth-child(1){
	width:100%;
}
header .others ul li strong{
	font-size: 0.9rem;
}



/* contact wrap */

header .form ul{
    display: flex;
    justify-content: center;
    gap: 1.6rem;
    width:90%;
    margin:1rem auto;
}

header .form ul li {
    display: block;
    width:100%;
}
header .form ul li a{
    display: block;
	padding:5% 3% ;
	font-size: 0.85rem;
	line-height: 1;
	text-decoration:none;
	border-radius: 50vmax;
	color: #fff;
    text-align: center;
}

/* reservation */

header .reserve a{
	background:url(../images/common/header/icon_reservation.png) no-repeat top center #f8781e;
}
/* contact */

header .contact a{
	background:url(../images/common/header/icon_contact.png) no-repeat top center #353535;
}

header .rental_suit{
	width:90%;
	margin:0 auto 12px;
}
/* navi
======================================================= */

#navi{
	width:100%;
	margin:0 auto 0px;
	padding: 0;
	text-align: left;
}
#navi ul{
	display: table;
	width:100%;
	margin:0 auto 0;
	padding:0;
	height:70px;
}
#navi li{
	display:table-cell;
	height:70px;
	margin:0 0 0;
	padding:0;
	text-align:center;
}
#navi li a{
	display: inline-block;
	padding:0;
	margin: 0;
	font-size:11px;
}

/* discountArea
=======================================================*/
#discountArea{
	width:100%;
	margin:0 auto 15px;
	padding:3% 2% 0;
	background:#f9f7c5;
	text-align:center;
	box-sizing: border-box;
}
#discountArea h3{
	margin: 0 0 12px;
}
#discountArea .inner{
	padding:0;
}
#discountArea section {
	position: relative;
	margin:5px auto ;
	padding:0;
	text-align:center;
}
#discountArea .img{
}

/*===================================================== */
/* contact
======================================================= */

.contents .contact{
	padding:25px 0;

}

/*===================================================== */
/* footer
======================================================= */

#footer{
	width:100%;
	padding:0 0 20px 0;
	color: #353535;
	background:#f9f9f9;
}



/* footerInfo */


/* footerInner */

#footer #footerInner{
	width:98%;
	margin:0 auto 2rem;
	background:white;
	padding:0;
	color: #353535;
}
/*under navi*/

#footer #footerInner nav{
	margin:0 0 20px;
	padding:3%;
	background:#fff;
	border-top:1px solid #999;
}
#footer #footerInner #footerNavi{
	width:96%;
	margin:auto;
}
#footer #footerInner #footerNavi li{
	margin:0 0% 1px;
	box-sizing: border-box;
	background:url(../sp-images/common/navi/arrow_right.png) no-repeat right center #f4f4f4;
	background-size:20px;
	border-bottom:1px solid #efefef;
}
#footer #footerInner #footerNavi li a{
	display:block;
	padding:3%;
	color: #444337;
	font-size: 16px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	line-height: 2;
}


/* 予約フォームボタン */

#footer #footer_contact .reservation{
	width:80%;
	text-align:center;
	margin:0 auto 2rem;
}
#footer #footer_contact .reservation a{
	display: inline-block;
	width:100%;
	padding:3%;
	box-sizing: border-box;
	color:#FFF !important;
	background:#e70e41;
	text-decoration:none;
	font-size:1.3rem;
	font-weight:bold;
	border-radius:50vmax;
}

/* お問い合わせ用 */
#footer_contact .contact{
	text-align:center;
	margin:0 auto 2rem;
}

#footer_contact .contact .toForm{
	width:80%;
	margin:0 auto 2rem;
}
#footer_contact .contact .toForm a{
	display: block;
	padding:1rem;
	border-radius:50vmax;
	background:#ddd4d4;
	font-size:1.1rem;
}
#footer_contact .contact .toPhone{}

#footer_contact .contact .toPhone .tel{
	width:80%;
	margin:0 auto 2rem;
}
#footer_contact .contact .toPhone .tel a{
	display: block;
	padding:2% 3% 2% 45px;
	line-height: 1.8;
	border:1px solid #d0d0d0;
	border-radius:50vmax;
	font-size: 30px;
	font-weight: bold;
	text-align:center;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.05);

	background-color: #FFF;
	background-image:url(../sp-images/common/tel_icon.png);
	background-position: 10px center;
	background-repeat:no-repeat;
	background-size: 42px;
}

#footer_contact .contact .toPhone .time{
	margin-bottom:2rem;
}
#footer_contact .contact .toPhone .time span{
	display: block;
	padding:0.5rem 0;
}


/**/
footer .airpay{
	margin: 0 auto 45px;
	padding:3%;
	background:#fff;
}
footer .airpay img{
	display: block;
}
footer .airpay p{
	padding:8px 0;
	font-size:13px;
}
footer .airpay p span{
	display: block;
	font-size: 11px;
}

/**/
#footerLogo{
	width:99%;
	margin:0 auto 25px;
	text-align:center;
}
#footerLogo a{
	display: inline-block;
	margin:0 auto 25px;
	width:60%;
}
#footerLogo span{
	display: inline-block;
	position:relative;
	top:-20px;
	left:10px;
	font-size: 0.8rem;
}

/* ###コピーライト##################################################### */
.copyright{
	text-align:center;
	font-size:0.7rem;
}




/* fix navi */

#fixMenu{
	margin:0px auto ;
	padding:0 ;
}

#fixMenu ul.fix_navi{
	width:100%;
	margin:0 0 2rem;
}
#fixMenu ul.fix_navi li{
	margin:0;
	line-height:50px;
	color:#353535;
	text-align:left;
	box-sizing:border-box;
	background:url(../sp-images/common/navi/icon.png) no-repeat #fff 6% center;
	background-size:3%;
}
#fixMenu ul.fix_navi li a{
	display: inline-block;
	width:100%;
	height:100%;
	padding:1% 1% 1% 18%;
	box-sizing: border-box;
	color:#353535;
	border-bottom:1px solid #eee;
	font-size:15px;
	font-weight: bold;
	border-collapse: collapse;
}


.fix_contact{
	width:90%;
	margin:0 auto 2rem;
	color: #444;
}

/* 予約フォームボタン */

.fix_contact .reservation{
	width:100%;
	text-align:center;
	margin:0 auto 2rem;
}
.fix_contact .reservation a{
	display: inline-block;
	width:100%;
	padding:1rem;
	box-sizing: border-box;
	color:#FFF !important;
	background:#e70e41;
	text-decoration:none;
	font-size:0.9rem;
	font-weight:bold;
	border-radius:50vmax;
}

/* お問い合わせ用 */
.fix_contact .contact{
	text-align:center;
	margin:0 auto 2rem;
}

.fix_contact .contact .toForm{
	width:100%;
	margin:0 auto 2rem;
}
.fix_contact .contact .toForm a{
	display: block;
	padding:1rem;
	border-radius:50vmax;
	background:#ddd4d4;
	font-size:0.9rem;
}
.fix_contact .contact .toPhone{
	font-size: 0.8rem;
}

.fix_contact .contact .toPhone .tel{
	width:100%;
	margin:0 auto 2rem;
}
.fix_contact .contact .toPhone .tel a{
	display: block;
	padding:2% 3% 2% 45px;
	line-height: 1.8;
	border:1px solid #d0d0d0;
	border-radius:50vmax;
	font-size:1.2rem;
	font-weight: bold;
	text-align:center;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.05);

	background-color: #FFF;
	background-image:url(../sp-images/common/tel_icon.png);
	background-position: 10px center;
	background-repeat:no-repeat;
	background-size: 30px;
}

.fix_contact .contact .toPhone .time{
	margin-bottom:2rem;
}
.fix_contact .contact .toPhone .time span{
	display: block;
	padding:0.5rem 0;
}
