﻿
/* basic ----------------------------- */

body{
	background: #444444;
	color: #ffffff;
	font-family: Meiryo,sans-serif;
}

p	{margin: 0}
img {
	border: 0;
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

#all_contents {
	width: 100%;
	text-align: left;
	padding: 0;
	display: block;
}
#all_contents2 {
	width: 1000px;
	margin:0 auto;
}

.serif { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.serif2 { font-family: "Times New Roman", Georgia, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }



/* header ----------------------------- */

.header {
	position: relative;
	width: 100%;
	height: 70px;
}

/* logo & pankuzu */
.iklogo {
	position: absolute;
    bottom: 15px;
}
.pankuzu {
	position: absolute;
    bottom: 10px;
	right: 0;
    font-size: 11px;
}
.pankuzu li {
	list-style-type: none;
	display: inline-block;
}
.pankuzu li:first-child::after {
	margin: 0 0.5em;
	content: '>';
}
.pankuzu li h1 {
	font-weight: normal;
    font-size: 11px;
}
a.anchor-btn{
color: #589aff;
}

/* slider Pro */
.wide{position:relative; display:none;}
.wide .slider-pro{font-family: 'メイリオ','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',  Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
.wide .sp-button{width:12px; height:12px; border: 1px solid rgb(255,255, 255); border-radius:6px; margin:4px; display:inline-block; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; cursor:pointer}
.wide .sp-selected-button{background-color:rgba(255, 255, 255, 0.6); border:1px solid #fff;}
.wide .sp-caption-container{width:990px; text-align:left; font-size:12px; color:#fff;}
.wide .sp-buttons {
    position: relative;
    width: 970px;
    text-align: left;
    bottom: 30px;
    padding: 0 15px;
}
.wide.slider-pro.sp-horizontal.sp-has-buttons {
	height: 400px;
}



/* title ----------------------------- */

.title {
	width: 100%;
	background: #333;
	display: -webkit-flex;
	display: flex;
}

/* left */
.title_l {
	width: 360px;
	padding:20px;
	text-align: center;
}

	/* copy & name */
	.title_l h2 {
		font-size: 24px;
		line-height: 30px;
		display: block;
		margin:0 0 15px;
		padding:0;
		letter-spacing: -2px;
	}
	.title_l h2 span {
		display: block;
		font-size: 16px;
		line-height: 22px;
		margin: 0 0 5px;
		padding:0;
		letter-spacing: -1.5px;
	}

	/* botton */
	.title_l .btn {
		width: 320px;
		margin: 0 auto;
		padding: 10px 0;
		background: #8d8c24;
		color: #333;
		font-size: 12px;
		background:linear-gradient(#dbce3b,#b9af32);
	}
	.title_l .btn:hover {
		text-decoration: underline #333;
		background:linear-gradient(#b9af32,#dbce3b);
	}
	.title_l a {
		display: block;
	}

/* right */
.title_r {
    width: 640px;
    padding: 20px 30px 20px 10px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.title_r p {
	width:600px;
    font-size: 14px;
    line-height: 22px;
}



/* contents ----------------------------- */

.contents{
	width: 100%;
	padding: 30px;
	margin: 0;
	color: #333;
	background: #ffffff;
	font-size: 14px;
	line-height: 22px;
}

/* main */
.contents .main {
	margin:10px;
}
.contents .main h3 {
	display: block;
	color: #8d8c24;
	font-size: 16px;
	margin: 0 0 15px;
	padding-left: 30px;
	position: relative;
}
.contents .main h3:before {
	border: 4px solid #8d8c24;
	content: "";
	height: 8px;
	width: 8px;
	left: 0;
	position: absolute;
	top: 2;
}
.contents .main h4 {
	font-size: 14px;
    color: #555;
    margin: 0 0 15px;
}
.contents p {
	margin-bottom: 30px;
}

	/* ex */
	.contents p.ex {
		font-size: 0.8em;
		color: #666666;
		padding-left: 1.5em;
		margin-top: -1em;
	}
	.contents p:last-child {
		margin-bottom: 0;
	}

	/* indent */
	.contents p.idt {
		text-indent: -1em; padding-left:1em;
	}

	/* other */
	.mb10 {
		margin-bottom: 10px !important;
	}

/* topics */
.contents .topics {
	width: 100%;
	color: #666666;
	border: 1px solid #999999;
	padding: 20px 30px;
	margin-bottom: 30px;
}
.contents .topics h3 {
    display: block;
    font-size: 16px;
    text-align: center;
    margin: 0 0 10px;
}
.contents .topics .photo {
	float: right;
	margin-left: 20px;
	margin-bottom: 0;
}
.contents .topics .txt {
}

.contents .important {
	color: #ff6666;
}


/* footer ----------------------------- */

.ft {
	width: 100%;
	text-align: center;
	padding: 25px 0;
}
.ft address {
	font-style: normal;
	font-size: 11px;
	line-height: 20px;
	color: #aaaaaa;
	display: block;
}


/* hub page ----------------------------- */
.hub_photo{
	width:100%;
}

.hub_title {
	width: 100%;
	background: #333;
	padding: 30px 20px;
}

h4.hub_hotel_name{
	font-size: 24px;
	line-height: 30px;
	display: block;
	margin:0 auto 15px;
	padding:0;
	font-weight: normal;
	letter-spacing: -2px;
	text-align: center;
}

.link_area{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.link_area div.to_execpage{
	width:420px;
	color:#8d8c24;
	text-align: center;
	padding: 10px;
	font-size:19px;
	background: #000;
	background:linear-gradient(#000,#111);
}

.link_area div.to_execpage:hover{
	color:#dbce3b;
	background: #111;
	background:linear-gradient(#111,#000) ;
}

.link_area a {
	display: block;
}

A:hover{text-decoration: none !important;}

.tp20{margin-top: 20px;}

