/*--------------------------------------------------------------
	全体の基本設定
---------------------------------------------------------------*/
body,
html {
    width: 100%;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    line-height: 2;
    color: #fff;
}

body{
	background: #fff
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

a {
	color: #000;
}

a:hover,
a:visited,
a:a:focus {
	text-decoration: none;
}

a:hover img{
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}


img {
	-webkit-backface-visibility: hidden;
}

.lead {
    font-size: 14px;
    font-weight: 400;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.br-pc{
    display: none;
}
@media screen and (max-width: 768px){
    .br-pc{
        display: block;
    }
    
    .top_tit{
        display: none;
    }
}

@media screen and (max-width: 600px){
	.br-sp,
	.pc {
	  display: none;
	}
	
	.sp {
	  display: block;
	}
}


/* 余白設定 */
.mg0{
	margin:0;
}

.mt15{
	margin-top:15px;
}

.mt20{
	margin-top:20px;
}

.mt30{
	margin-top:30px;
}

.mt60{
	margin-top:60px;
}

.pt60{
	padding-top:60px;
}

.mb10{
	margin-bottom:10px;
}

.mb20{
	margin-bottom:20px;
}

.mb30{
	margin-bottom:30px;
}

.pb20 {
	padding-bottom: 20px;
}

/* bxsliderのモードを変更すると左に余白ができる対策 */
.bx-viewport ul{
    padding-left: 0;
}


/* ----------------------------------------------------------
   フォントサイズ指定
----------------------------------------------------------- */

h2 {
    color: #b4a776;
	font-size: 30px;
	margin: 0;
	padding: .6em 0;
	text-align: center;
}

h2 span{
	display: block;
	line-height: 1.3;
}

.section-heading {
	margin-bottom: 2.5em;
}

.section-heading h2 .list_namber {
	font-size: .7em;
	margin-bottom: 15px;
}

.section-heading h2 .list_namber:after {
	content: "";
    border-bottom: 1px solid #b4a776;
    width: 12px;
    bottom: 0;
    margin: auto;
    display: block;
}

.section-heading h2 .list_english {
    font-size: 1.15em;
    letter-spacing: 1px;
}

.section-heading h2 .list_ttl {
    font-size: .6em;
    letter-spacing: 1px;
}

h3 {
	font-size: 1.8em;
	color: #fff;
	line-height: 1.7;
	margin: .7em 0;
	font-weight: bold;
	text-align: center;
}

h3 span {
	display: block;
	font-size: .7em;
	margin-bottom: 5px;
}

h4 {
	font-size: 24px;
	margin: 10px 0;
    padding-bottom: 5px;
    font-weight: bold;
    text-align: center;

}

h5 {
	font-weight: bold;
	margin: 0;
}

.grandopen {
    color: #b4a776;
    font-size: 2.1em;
    font-weight: bold;
    line-height: 1;
}

.font14 {
	font-size: 1.4em;
}

em {
	color: #AC2630;
	font-style: normal;
    font-weight: bold;
}

.green {
	color: #006332;
}



/* ----------------------------------------------------------
   以下、公開ページ用の個別設定
----------------------------------------------------------- */

.intro-header {
    text-align: center;
    color: #553E1E;
}

.bx-wrapper .bx-viewport{
	background:none;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    color:#eee;
}

.main_content {
    background-color: #000;
	margin: 0;
}

#top.main_content {
	margin: 0;
}


@media(min-width:768px) {
	.container {
		width: 98%;
	}
}

@media(min-width:1040px) {
	.container {
		width: 1040px;
	}
}


@media(max-width:767px) {
    /*.intro-message {
        padding-bottom: 15%;
    }*/

    .container {
    	padding-right: 4%;
	    padding-left: 4%;
    }
    
    .intro-message > h1 {
        font-size: 3em;
    }
	
	.intro-header {
		margin:80px auto 0;
	}

    /*ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }*/

    .intro-divider {
        width: 100%;
    }
    
    .main_content {
    	margin: 0;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 16px;
}

/*.content-section-a {
    padding: 60px 0;
}*/

.content-section-b {
    padding: 60px 0;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background: #E3FED6;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 30px 0;
}


.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

/*--------------------------------------------------------------
	header
---------------------------------------------------------------*/
#header{
    background: #1f1f1f;
	padding: 15px 0;
    display: block;
}

#header h1{
    color: #fff;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 10px;
	line-height: 1.2;
}

#header_sp{
    display: none;
}

/* ロゴ */
.logo{
	float: left;
	width: 22%;
}

.logo img{
	max-width:100%;
}


.logo span{display:block;}

/* 電話番号 */
.info{
	float:right;
	text-align:right;
	width: 48%;
}

.info .open{ font-size:16px; font-weight: 600; }
.info .open a { color: #1A824B; }

/* ロゴ+電話番号 */
.logo,.info .tel{
	margin: 0;
	font-size: 24px;
	line-height: 1.2;
    color: #fff;
	letter-spacing: .5px;
    font-weight: bold;
}

.info .tel a{
    color: #fff;
}

.logo span,.info span{
	font-size: .6em;
}

.info ul {
	margin: 5px 0 0;
}

.info ul li {
	float: right;
	list-style: none;
	padding-left: 10px;
}

.info ul li img {
	max-width: 140px;
}

.icon-box{
    padding: 15px 0;
}

.row-box{
    font-size: 16px;
    line-height: 1.6;
}

.row-btn{
    font-size: 18px!important;
    color: #333;
}

.row-tit{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    margin: 30px 0 10px;
    border-left: solid 8px #c8dbeb;
    padding: 0 0 5px 7px;
}

.row-pl{
    padding-left: 19px;
}

.btn_box {
	margin: 15px 0 35px;
}

.btn_box span{
	color: #fff;
}

.btnarrow5{
    /*矢印の基点とするためrelativeを指定*/
  position: relative;
  background: rgb(69,187,179);
  background: linear-gradient(100deg, rgba(69,187,179,1) 6%, rgba(62,203,192,1) 44%, rgba(60,226,215,1) 94%);
  border-radius: 10px;
    padding: 8px 50px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    /*アニメーションの指定*/
    /* transition: all .1s linear; */
}

.btnarrow5:hover{
  background: #3ee2d7;
}

/*矢印と下線の形状*/
.btnarrow5::before{
  content:"";
    /*絶対配置で下線の位置を決める*/
  position: absolute;
  top:50%;
  right:-26px;
    /*下線の形状*/
  width:40px;
  height:1px;
  background:#333;
    /*アニメーションの指定*/
    transition: all .2s linear;
}

.btnarrow5::after{
  content:"";
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    top: 29%;
    right: -21px;
    /*矢印の形状*/
  width:1px;
  height:12px;
  background:#333;
    transform:skewX(45deg);
    /*アニメーションの指定*/
    transition: all .2s linear;
}

/*hoverした際の移動*/
.btnarrow5:hover::before{
  right:-30px;
}

.btnarrow5:hover::after{
  right:-25px;
}

.navbar_sp {
    display: none;
}

.bg_slide {
    display: block;
    background: #FBFAF0;
}

.bg_slide_sp{
    display: none;
}

@media screen and (max-width:980px) and (min-width:768px){
	#header .container,
	.navbar .container {
		width: 100%;
		padding: 0 10px;
	}
}

@media screen and (max-width:600px) and (min-width:768px){
	#header h1 {
		font-size: 11px;
	}
}

@media only screen and (max-width:640px){
	#header{
        display: none;
	}
    
    #header_sp{
        display: block;
        background-color: #1f1f1f;
    }
	
	#header h1{
		font-size: 10.5px;
	}
	
	#header h1,
	.logo,
	.info {
	  text-align:center;
	  margin: 12px 0;
	}
	
	.logo,
	.info{
		clear:both;
		float:none;
		margin:0 auto;
		width: auto;
	}
	
	.logo {
	  margin: 5px 0;
        text-align: left;
	}
	
	.logo img {
	  max-width: 140px;
	}
    
    .toggle_btn {
        top: 14px;
    }
	
	.info .tel {
	    font-size: 20px;
	    margin: 7px;
	}

	.info .open {
	    font-size: 12px;
	    font-weight: 600;
	}
	
	.info ul {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	
	.info ul li {
		width: 49%;
		text-align: center;
		padding-left: 0;
	}
	
	.info ul li:first-of-type {
		padding-left: 2%;
	}
}

@media only screen and (max-width: 375px){
	.logo img {
	    max-width: 140px;
	}
}
/*--------------------------------------------------------------
	グローバルナビゲーション
---------------------------------------------------------------*/
.navbar {
  min-height: auto;
  margin: 0;  
}

@media only screen and (min-width: 768px){
	nav#mainNav ul li{
		float: left;
		position: relative;
		list-style: outside none none;
		width: 20%;
	}
	
	nav#mainNav ul li:before {
		position: absolute;
		content: "";
		border-left: #C0B17F 1px solid;
		height: 40px;
		left: 0;
		top: 50%;
		margin-top: -20px;
	}
	
	nav#mainNav ul li:last-of-type:after {
		position: absolute;
		content: "";
		border-right: #C0B17F 1px solid;
		height: 40px;
		right: 0;
		top: 50%;
		margin-top: -20px;
	}

	nav#mainNav ul li a {
		display: block;
		text-align: center;
		font-size: 1.1em;
		padding: 1em 0 .8em;
	}
	
	nav#mainNav ul li a:hover,
	nav#mainNav ul li a:visited {
		text-decoration: none;
	}

	nav#mainNav ul li a span,nav#mainNav ul li a strong {
		display: block;
		line-height: 1.3;
	}
	
	nav#mainNav ul li a strong {
		font-size: 16px;
        color: #000;
	}
	
	nav#mainNav ul li a span{
		font-size: 13px;
        color: #b4a776;
		font-weight: bold;
	}

	nav div.panel{
		display:block !important;
		float:left;
		background: none;
		border: none;
		box-shadow: none;
		width:100%;
		margin-bottom: 0;
	}
	
	nav div.panel ul{
		overflow:hidden;
		padding: 0;
		margin: 0;
	}

	a#menu{ display:none; }

	/*
	nav#mainNav li a:hover strong,
	nav#mainNav li.active strong {
		color: #CC4E73;
	}*/
	
	nav#mainNav li.active a,
	nav#mainNav li a:hover {
		text-decoration: none;
        background-color: #f1eee7;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
	}

}


@media screen and (max-width:900px) and (min-width:768px){
	nav#mainNav ul li a {
		font-size: .95em;
	}
}

@media only screen and (max-width:767px){
.navbar_sp {
  display: block;
}
    
.navbar {
  display: none;
}
    
.inner li{
  text-align: center;
}
    
.inner span{
  display: block;
  color: #b4a776;
}

/*=======================
 ハンバーガーメニュ―ボタン
========================*/
nav {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    background: #000;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 200;
    opacity: 0;
}
.open nav {
    left: 0;
    opacity: 0.9;
}
nav .inner {
    padding: 25px;
}
nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #333;
}
nav .inner ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.1s;
}
nav .inner ul li a:hover {
    background: #333;
}
    
@media screen and (max-width: 767px) {
    nav {
        left: -100%;
        width: 100%;
    }
}
    
.toggle_btn {
    display: block;
    position: absolute;
    top: -1px;
    right: 23px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 200;
}
.toggle_btn span {
    display: block;
    position: absolute;
    left: 2px;
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    transition: all .5s;
}
.toggle_btn span:nth-child(1) {
    top: 14px;
}
.toggle_btn span:nth-child(2) {
    top: 24px;
}
.toggle_btn span:nth-child(3) {
    bottom: -6px;
}
.open .toggle_btn span {
    background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
    opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
}
#mask {
    display: none;
    transition: all .5s;
}
.open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
}
main {
    padding: 50px;
}
main h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
}
    
.navbar .container {
	padding: 0;
}

nav#mainNav a.menu{
	display: block;
	line-height: 42px;
	font-weight: bold;
	text-align: left;
}

nav#mainNav a#menu span{
	padding-left: 15px;
	font-size: 16px;
	color: #fff;
}

	nav#mainNav a.menu span:before{
		font: normal normal normal 15px/1 FontAwesome;
		content: "\f061";
		margin-right: 5px;
	}
	
	nav#mainNav a.menuOpen span:before{
		font: normal normal normal 15px/1 FontAwesome;
		content: "\f063";
		margin-right: 5px;
	}

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul{
		padding-left: 0;
		margin-bottom:0;
	}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	list-style-type:none;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
		display: block;
		padding:15px;
		text-align:left;
		border-bottom:1px dashed #fff;
		color: #fff;
	}
	
	nav#mainNav ul li a:before {
		display: inline-block;
		font: normal normal normal 15px/1 FontAwesome;
		content: "\f0da";
		padding-right: 5px;
	}
	
	nav#mainNav ul li a span{padding-left:10px;}
	
	nav#mainNav ul li:first-child a{
	  border-top:1px solid #fff;
	}
	
	nav#mainNav ul li:last-child a { border:0; }
	
	nav#mainNav ul li.active a { background: #cfb920; }

	nav div.panel{ float:none; margin-bottom:0; background: none; border: none; box-shadow: none; }
}


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

.form_box {
	padding: 3em 0;
    background-color: #24202f;
    border: 1px solid #9b8973;
}

.form_box .container {
    padding: 1.5em;
}

.form_box p {
    color: #fff;
    text-shadow: #000 1px 1px;
	font-size: 14px;
    text-align: center;
    padding-bottom: 6px;
}

.form_box a {
    text-decoration: none;
}

.form_box a:hover {
    opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.form_box h5 {
	margin: 0 0 .5em;
    font-size: 2em;
}

.form_box .foot_reserved_wrap, .form_box .foot_request_wrap {
	width: 48%;
}

.form_box .foot_reserved_wrap {
	float: left;
}

.form_box .foot_reserved_wrap h5 {
    color: #b4a776;
    text-align: center;
    padding-bottom: 10px;
}

.form_box .foot_request_wrap {
	float: right;
}

.form_box .foot_request_wrap h5 {
    color: #b4a776;
    text-align: center;
    padding-bottom: 10px;
}

.form_box .foot_reserved {
    background: rgb(20,18,102);
	background: linear-gradient(100deg, rgba(20,18,102,1) 7%, rgba(53,50,148,1) 46%, rgba(78,74,213,1) 91%);
    border: solid 1px #9b8973;
}

.form_box .foot_request {
    background: rgb(97,0,43);
	background: linear-gradient(100deg, rgba(97,0,43,1) 7%, rgba(154,22,81,1) 46%, rgba(171,71,115,1) 91%);
    border: solid 1px #9b8973;
}

.form_box div a {
	display: inline-block;
	width: 100%;
}

.form_img {
	max-width: 260px;
    margin: 0.2em auto 0;
}

.foot_link {
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  background-color: #e8e8e8;
  padding: 1em 0;
}

footer .list-inline {
  margin: 0;
  font-size: 0;
}

footer .list-inline > li {
    line-height: 1.1;
    padding: 0 15px;
    border-left: #777 1px solid;
    font-size: 14px;
}

footer .list-inline > li:last-of-type {
	border-right: #777 1px solid;
}

.icon_pt{
    padding-top: 15px;
}

.row_box{
    padding-top: 90px;
}

.row_box h4{
    font-size: 30px!important;
	margin: 20px 0 0;
}

.row_img{
    padding-top: 40px;
	width: 410px;
}

.row-contain{
    background-color: #f7f7f7;
    width: 48%;
    margin-right: 40px;
    color: #333;
	/*box-shadow: #4d4747 0px 0px 25px;*/
}

.row_bana{
    padding-top: 30px;
}

.row-contain02{
    background-color: #f7f7f7;
    width: 48%;
    margin-bottom: 90px;
    color: #333;
}

.row-contain a{
    text-decoration: none;
}

.row-contain02 a{
    text-decoration: none;
}

p.copyright {
    margin: 0;
    color: #000;
    border-top: solid 1px #ccc;
    padding: 1.3em .5em;
    font-size: .75em;
}

.to_top{
	margin:10px 0;
	text-align:right;
}

.scroll_to_top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999;
    line-height: 0;
    border-radius: 50%;
    background: #124296;
    width: 70px;
    height: 70px;
    text-align: center;
}

.scroll_to_top a {
    color: #FFF;
}

.scroll_to_top i {
	font-size: 40px;
	display: block;
	padding-top: 2px;
}

.bukken_link:before {
	display: inline-block;
	font: normal normal normal 15px/1 FontAwesome;
	content: "\f0da";
	top: 50%;
	margin: -8px 8px 0 0;
}

@media screen and (max-width: 767px) {
	.form_box {
	}
	
	.form_box .container {
		background: none;
		padding: 1em;
	}
	
	.form_box .foot_reserved_wrap, .form_box .foot_request_wrap {
		width: 100%;
        background: #1f1f1f;
		padding: 1em;
	}
	
	.form_box .foot_reserved_wrap {
		margin: 0 0 1em;
	}
	
	.form_box .form_text {
		font-size: 18px;
		padding: 8% 0;
	}
	
	.foot_link {
		padding: 0;
	}
	
	footer .list-inline > li {
		padding: 0;
		background: #e8e8e8;
		width: 50%;
		border-left: #ccc 1px solid;
		border-bottom: #ccc 1px solid;
	}
	
	footer .list-inline > li:first-of-type {
		display: none;
	}
	
	footer .list-inline > li:nth-of-type(2n) {
		border-left: 0;
	}
	
	footer .list-inline > li:last-of-type {
		border-right: 0;
	}
	
	footer .list-inline > li a {
		display: block;
		padding: 1em 0;
	}

	.foot_fixed-box{
		display: block;
		width: 100%;
		position: fixed;
		bottom: 0;
		z-index: 100;
		background: rgba(255,255,255,1);
	}

	.foot_fixed-box ul{
        display: flex;
		justify-content: space-between;
		text-align: center;
		border: 1px solid #252e73;
		padding-left: 0!important;
		margin-bottom: 0!important;
	}

	.foot_fixed-box li{
        padding: 3%;
        box-sizing: border-box;
        border-right: 1px solid #252e73;
    	text-align: center;
    	flex-grow: 1;
		color: #000;
		list-style: none;
		font-size: 11px;
	}

	.foot_fixed-box ul li:first-of-type{
        padding: 3% 0.1%;
	}

    .row_img{
        padding-top: 20px;
		width: 100%;
    }
    
    .row_img-sp{
       padding-top: 20px;
    }
    
    .row_box {
        padding-top: 0;
    }
    
    .row-tit{
        font-size: 14px;
    }
    
    .icon_sp{
        text-align: center;
    }
    
    .icon_img-sp{
        padding: 15px;  
    }
    
    .icon_pt {
        padding-top: 10px;
    }
    
    .row-contain {
        width: 100%;
        margin: 30px 0;
        padding: 10px;
    }
    
    .row-contain02{
        width: 100%;
        padding: 10px;
        margin-bottom: 0;
    }
    
    .row-contain02:last-of-type{
        margin-bottom: 60px;
    }
    
    
    .basicBox, .swiggleBox, .checkBox {
        margin: 15px auto 20px;
    }
}

@media screen and (max-width: 640px) {
	.contactBox {
		margin: 0 0 60px;
		padding: 3% 0;
	}
	
	.scroll_to_top {
	    right: 10px;
	    bottom: 94px;
	}
	
	.scroll_to_top img {
	  width: 60px;
	}
	
	.form_box .form_text {
		font-size: 16px;
		padding: 7.8% 0;
	}
	
	.form_box .form_text i {
		right: 4px;
	}
	
	footer .corp_logo img {
		width: 290px;
	}
}

@media screen and (max-width: 540px) {
	.form_box .foot_reserved, .form_box .foot_request {
		width: 100%;
		margin: 0 0 2%;
	}
	
	.form_box .form_text {
	    font-size: 19px;
	    padding: 7.8% 0;
	}
	
	.form_img {
		max-width: 210px;
	    margin: 0.2em auto 0;
	}
    
    .form_box p {
        font-size: 12px;
    }
}

@media screen and (max-width: 325px) {
	.form_box .form_text {
	    font-size: 15px;
	}
}
/*--------------------------------------------------------------
	#top
---------------------------------------------------------------*/
/* --- slidepro --- */

.sp-slide {
	list-style: none;
}

.contain_tit{
   padding: 35px 0 0;
}

/* --- catch_copy --- */
.catch_copy h2 {
  font-size: 24px;
  letter-spacing: 2px;
  color: #fff;
  position: relative;
  padding: 0 0 25px;
}

.catch_copy h2:before {
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #fff;
}

.catch_copy h2 span {
    position: relative;
    padding: 0 1em 1px;
    background: #000;
    display: inline-block;
}

.text_point {
  color: #bb0202;
  font-size: 1.2em;
  font-weight: bold;
}


/* --- top_origin --- */

.top_origin {
  margin: 1.5em 0;
}

.top_origin h3 {
  color: #006332;
  margin: 2em 0 .7em;
}


/* --- top_list --- */
.top_list {
  padding: 0;
  margin: 2% 0;
}

.top_list li {
	float: left;
	width: 25%;
	list-style: none;
}

.top_list li:last-child {
  margin-right: 0;
}

.top_list li a:hover {
  text-decoration: none;
}

.top_list li a:hover img {
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.top_list li figure {
    position: relative;
    overflow: hidden;
}

.top_list li img {
	max-width: 100%;
}

.top_list li figcaption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(19, 128, 122, 0.45);
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 3.5em 0 0;
}

.top_list li figure:hover figcaption {
    background: rgba(14, 86, 83, 0.65);
}

.top_list li figcaption span {
	display: block;
	line-height: 1.6;
}

.top_list li figcaption .list_namber {
	font-size: 1.1em;
	margin: 0 0 1em;
}

.top_list li figcaption .list_namber:after {
	content: "";
	border-bottom: 1px solid #fff;
	width: 25px;
	bottom: 0;
	margin: auto;
	display: block;
}

.top_list li figcaption .list_english {
	font-size: 1.6em;
}

.top_list li figcaption .list_ttl {
	font-size: 1.15em;
}
@media screen and (max-width: 1260px) {
    .row_box:last-of-type{
        padding-top: 0;
    }
}

@media screen and (max-width: 1146px) {
    .row_box{
        display: flex;
    }
    .row-contain{
        margin-bottom: 90px;
    }

}

@media screen and (max-width: 980px) {
	.top_list li figcaption img {
		padding: 16% 0;
	}
}

@media screen and (max-width: 840px) {
	.top_list li figcaption {
		padding: 2em 0 0;
	}
    
    .info{
        display: none;
    }
    
    .inner li img {
        width: 25%;
    } 
}

@media screen and (max-width: 640px) {
    .sp-horizontal .sp-previous-arrow {
    	left: 10px;
    }
    .sp-horizontal .sp-next-arrow {
	    right: 10px;
	}
	.sp-previous-arrow:before, .sp-previous-arrow:after, .sp-next-arrow:before, .sp-next-arrow:after {
		width: 20%;
	}

	.catch_copy h2:before {
		top: calc(50% - 10px);
	}
	
	.top_list {
	  margin: 15px 0;
	}
	
	.top_list li {
	  width: 49.5%;
	  margin-right: 1%;
	  margin-bottom: 1%;
	}

	.top_list li:nth-child(2n) {
	  margin-right: 0;
	}
	
	#top .mt15 {
	  font-size: 89%;
	}
	
	.top_list li figcaption {
		padding: 2.5em 0 0;
	}
}

@media screen and (max-width: 480px) {
	.top_list li figcaption img {
		width: 20px;
		padding: 19% 0;
	}
}

@media screen and (max-width: 375px) {
	.top_list li figcaption img {
		width: 18px;
		padding: 17% 0;
	}
}


/*--------------------------------------------------------------
	#location
---------------------------------------------------------------*/

.inner-wrap {
	margin-top: 30px;
	padding-bottom: 30px;
}


/* loca_img */

.loca_img {
	margin: 2.5% auto;
    width: 68%;
}


/* google-maps */

.google-maps {
	width: 100%;
	position: relative;
	margin-top: 20px;
	padding-bottom: 60%;
	overflow: hidden;
	float: right;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/* time_required */

.time_required {
	/*background: #E5E5E5;*/
}

.time_required h3 {
	color: #333;
}

.time_required .time_wrap {
	margin: 2.5% 0 0;
}

.time_required .time_wrap p {
	background: #ECE2D0;
	padding: 20px 2%;
	float: left;
	width: 49%;
	text-align: center;
	margin: 0 0 1em;
}

.time_required .time_wrap p:nth-of-type(2n) {
	margin-left: 2%;
}

.time_required .time_wrap p strong {
	font-size: 1.65em;
	display: block;
    line-height: 1.2;
}

.time_required .time_wrap p strong span {
	font-size: 1.5em;
	color: #9F3B44;
}

.time_required .time_wrap p span {
	font-size: .85em;
}

@media screen and (max-width: 640px) {
	.time_required .time_wrap p {
		padding: 15px 2%;
		float: none;
		width: 100%;
	}
	
	.time_required .time_wrap p:nth-of-type(2n) {
		margin-left: 0;
	}
}


/* loca_wrap */

.loca_wrap {
	background: #F2F2F2;
	padding: 5px 10px 10px;
	width: 49%;
	float: left;
}

.loca_wrap:last-of-type {
	float: right;
}

.loca_wrap h4 {
	color: #000;
	border-bottom: #000 1px solid;
}

.loca_photo{
	margin: 2.2em auto .5em;
	padding: 0;
}

.loca_photo figure{
	float: left;
	width: 24.025%;
	margin-right: 1.3%;
	margin-bottom: 1.2%;
}

.loca_photo figure:nth-of-type(4n){
	margin-right: 0;
}

.loca_photo figcaption {
	line-height: 1.2;
    padding-top: 6px;
}

.loca_photo figure figcaption span {
	font-size: .8em;
}

@media screen and (max-width: 640px) {
	.loca_photo{
		margin: 0 auto;
	}
	
	.loca_photo figure {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 3%;
	}
	
	.loca_photo figure:nth-of-type(2n) {
		margin-right: 0;
	}
}


/* column */

.column {
	margin-top: 10px;
}

.column ul{
	margin: 0;
	padding: 0;
}

.column ul li{
	margin-top: 20px;
	list-style-type: none;
}

.column ul li p{
    color: #b4a776;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0;
}

.column ul li p i{
	padding-right: 5px;
}

.column ul dl{
	margin: 0;
}

.column dt, .column dd {
    line-height: 1.7 ;
}

.column ul dl dt{
	position: relative;
	font-weight: normal;
}

.column ul dl dd {
    background: url(../img/bg_dot.gif) repeat-x 0 0.85em;
    margin-top: -1.6em;
    text-align: right;
}

.column ul dl dt span,
.column ul dl dd span{
	background: #000;
	text-align: left;
    /*padding: 0px 5px;*/
}

.column ul dl dd span{
    padding: 0px 5px;
}

@media (max-width: 768px){
    .bg_slide {
        display: none;
    }

    .bg_slide_sp{
        display: block;
    }
    
	.google-maps,
	.loca_info {
		width:100%;
		float:none;
	}
	
	.google-maps {
	  padding-bottom: 55%;
	}
	
	.column {
		margin-top: 0;
	}

	.column ul,
	.column ul dl{
		width:100%;
	}
	
	.loca_wrap {
	  float: none;
	  width: 100%;
	}
	
	.column ul li {
	  margin-top: 1em;
	}
    
    .row_box{
        display: block;
    }
    .row-contain{
        margin-bottom: 60px;
    }

    .inner li img{
        width: 55%;
    }
}

/*--------------------------------------------------------------
	#plan
---------------------------------------------------------------*/

@media screen and (min-width:768px) {
	.land_scape {
	  background: url(../img/bg_colorful_left.gif) no-repeat bottom left;
	}
}
/* roomplan */
.roomplan_wrap {
  margin-top: 2.5em;
  padding: 3%;
  background-color: #f7f7f7;
}

.roomplan_wrap h3 {
    color: #333;
	border-bottom: #333 1px dashed;
}
.roomplan_wrap p{
	color: #333;
}

.roomplan_wrap .roomplan_ttl {
	color: #333;
	padding: 1.5em 1.5em .5em;
	margin: 0 0 1em;
	border-bottom: #333 1px dashed;
}

.roomplan_ttl h4 {
	font-weight: bold;
	text-align: left;
	margin: 0;
	font-size: 2em;
}

.roomplan_ttl ul {
	margin: 0;
	padding: 0;
	line-height: 1.3;
}

.roomplan_ttl li {
	float: left;
	list-style: none;
}

.roomplan_ttl li.building_area:first-of-type {
	margin: 0 0.6em 0 0;
}

.roomplan_ttl li.building_area {
	font-size: 1.15em;
	margin: 0 1.5em 0 0;
}

.roomplan_wrap .detail {
    margin-bottom: 20px;
    padding: 0.7em 0 0.3em 10px;
}

.roomplan_wrap .detail li {
    display: inline-block;
    margin: 0 0.5em;
}

.roomplan_wrap .detail li span {
	font-size: 1.2em;
}

.room_tit dt{
	position: relative;
	display: inline-block;
	padding: 0 55px;
}

.room_tit dl{
	text-align: center;
}

.room_tit dd{
	text-align: left;
}

.room_tit dt{
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	color: #333;
	font-size: 24px;
  	letter-spacing: 2px;
}

.room_libe_tit span{
	font-size: 0.91em;
}

.room_tit dt:before, .room_tit dt:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #333;
}

.room_tit dt:after {
    right: 0;
}

.room_tit dt:before {
    left: 0;
}

@media screen and (max-width: 640px) {
	.roomplan_wrap {
		margin-top: 2em;
	}
	
	.roomplan_wrap .roomplan_ttl {
		padding: 1em;
	}
	
	.roomplan_wrap .roomplan_ttl_p {
		line-height: 1.3;
		margin: 10px 0 0;
	}
	
	.roomplan_ttl h4 {
		font-size: 1.8em;
	}
}


/* ----- tabMenu ----- */
.tabMenu {
  padding: 0;
  margin: 3.5% 0 0;
}

.tabMenu li {
    float: left;
    width: 22.5%;
    margin-right: 2.5%;
    margin-bottom: 1%;
    border: #306B50 2px solid;
    box-sizing: border-box;
    list-style: none;
    cursor: pointer;
}

.tabMenu li:nth-child(4n) {
  margin-right: 0;
}

.tabMenu li.selected {
    border: #E1659D 2px solid;
}

.tabMenu li img {
    width: 100%;
}


	.roomplan_wrap:nth-of-type(2) .point li:nth-of-type(3) {
		width: 100%;
	}
	.roomplan_wrap .point li:last-of-type {
	    border-right: 1px solid #999;
	}
.pc_only{
	display: block;
}

.sp_only{
	display: none;
}

@media screen and (min-width: 768px) {
	.roomplan_wrap .point li:nth-of-type(3),
	.roomplan_wrap .point li:nth-of-type(4) {
	    border-bottom: 1px solid #999;
	}
	
	/* 高さ調整 */
	.roomplan_wrap:nth-of-type(1) .point li {
		height: 100px;
	}
	
	.roomplan_wrap:nth-of-type(2) .point li {
		height: 90px;
	}
	
}

@media screen and (min-width: 681px) and (max-width: 980px) {
	.roomplan_wrap:nth-of-type(1) .point li {
		height: 115px;
	}
	
	.roomplan_wrap:nth-of-type(2) .point li {
		height: 100px;
	}
}

@media screen and (max-width: 767px) {
	.roomplan_wrap .point li {
		width: 50%;
		padding: 6px;
	}
}

@media screen and (max-width: 680px) {
	.roomplan_wrap:nth-of-type(1) .point li {
		height: 127px;
	}
	.roomplan_wrap:nth-of-type(2) .point li {
		height: 105px;
	}
	.pc_only{
		display: none;
	}
	
	.sp_only{
		display: block;
	}
}

@media screen and (max-width: 767px) and (min-width: 501px) {
	.roomplan_wrap .point li:nth-of-type(2n) {
		border-right: #999 1px solid;
	}
	
	.roomplan_wrap:nth-of-type(1) .point li:nth-of-type(3),
	.roomplan_wrap:nth-of-type(1) .point li:nth-of-type(4),
	.roomplan_wrap:nth-of-type(2) .point li:nth-of-type(3) {
		border-bottom: #999 1px solid;
	}
}

@media screen and (max-width: 500px) {
	.roomplan_wrap .point.pc2column li {
		width: 100%;
		border-right: #999 1px solid;
		height: auto;
	}
	
	.roomplan_wrap .point.pc2column li:last-of-type {
		border-bottom: #999 1px solid;
	}
}


/* ----- Panorama ----- */

.detail object {
	width: 100%;
	height: 650px;
}

@media screen and (max-width: 640px) {
	.detail object {
		height: 500px;
	}
}

@media screen and (max-width: 480px) {
	.detail object {
		height: 400px;
	}
}

/* ----- room_descript ----- */

.room_descript dl {
	margin: 1.5% 1.5% 0 0;
	width: 49.25%;
	float: left;
	padding: 1.1em;
    color: #fff;
}

.room_descript dl:nth-of-type(2n) {
	margin: 1em 0 0 0;
}

.room_descript dt {
	font-size: 1.1em;
    color: #333;
	text-align: center;
	margin: 0 0 0.5em;
}

.room_descript dd {
	line-height: 1.8;
    color: #333;
}

@media screen and (max-width: 640px) {
	.room_descript dl,
	.room_descript dl:nth-of-type(2n) {
		width: 100%;
	    margin: .6em 0 0;
	}
}


/*--------------------------------------------------------------
	#equip
---------------------------------------------------------------*/
.equipBox .tabMenu li {
	width: 20%;
	height: 50px;
	margin: 0;
	background: #F7F7F7;
	border: 0;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	text-align: center;
	font-weight: bold;
	position: relative;
	padding: 9px 0;
	font-size: 1.05em;
}

.equipBox .tabMenu li:before {
	position: absolute;
	font: normal normal normal 14px/1 FontAwesome;
    content: "\f061";
    top: 50%;
    left: 10px;
    margin-top: -7px;
}

.equipBox .tabMenu li:hover,
.equipBox .tabMenu li.selected {
	background: #C18F33;
	color: #fff;
}

.equipBox .tabMenu li:hover:before,
.equipBox .tabMenu li.selected:before {
    content: "\f063";
}

.equipBox .tabMenu li img {
	width: auto;
}

.equipBox .tabMenu li:last-child img {
	height: 28px;
}


@media screen and (min-width: 768px) {
	.equipBox .tabMenu li:nth-of-type(6),
	.equipBox .tabMenu li:nth-of-type(7),
	.equipBox .tabMenu li:nth-of-type(8),
	.equipBox .tabMenu li:nth-of-type(9) {
		border-top: 0;
	}
	
	.equipBox .tabMenu li:nth-of-type(5),
	.equipBox .tabMenu li:last-of-type {
		border-right: #ccc 1px solid;
	}
}

@media screen and (max-width: 767px) {
	.equipBox .tabMenu li {
		width: 33.33%;
		font-size: 1em;
		padding: 12px 0;
	}
	
	.equipBox .tabMenu li:before {
		font: normal normal normal 13px/1 FontAwesome;
		left: 5px;
	}
	
	.equipBox .tabMenu li:nth-of-type(4),
	.equipBox .tabMenu li:nth-of-type(5),
	.equipBox .tabMenu li:nth-of-type(6),
	.equipBox .tabMenu li:nth-of-type(7),
	.equipBox .tabMenu li:nth-of-type(8),
	.equipBox .tabMenu li:nth-of-type(9) {
		border-top: 0;
	}

	.equipBox .tabMenu li:nth-of-type(3),
	.equipBox .tabMenu li:nth-of-type(6),
	.equipBox .tabMenu li:last-of-type {
		border-right: #ccc 1px solid;
	}
	
	.equipBox .tabMenu li:last-of-type img {
		height: 23px;
	}

}


.equipBox .tabBox {
	height: 0;
    overflow: hidden;
}

.equipBox .tabBox.selected {
	height: auto;
	margin-top: 35px;
}

.equipBox .tabBox h4 {
    /*color: #000;
    border-bottom: #000 1px solid;*/
}


/*--------------------------------------------------------------
	#outline
---------------------------------------------------------------*/

#outline table{
	width:90%;
	margin:30px auto;
}

#outline th, #outline td {
	padding: 2% 3%;
}

#outline th{
	border-top: #ccc 1px solid;
	font-weight: normal;
	width: 23%;
}

#outline td{
	border-top:#ccc 1px solid;
}

#outline tr:last-of-type th,
#outline tr:last-of-type td{
	border-bottom:#ccc 1px solid;
}


@media(max-width:580px) {
	#outline table {
		width: 98%;
	}
	
	#outline th, #outline td {
		display: list-item;
		list-style: none;
	}
	
	#outline th {
	  width: 100%;
	}
	
	#outline tr:last-of-type th {
	  border-bottom: none;
	}
	
	#outline th {
		padding: 3% 2% 1%;
		font-weight: bold;
	}
	
	#outline td {
		border-top: none;
		padding: 0 2% 3%;
	}

	body {
	  font-size: 13px;
	}

	h2, .h2 {
		font-size: 26px;
	}
	
	h2 span, .h2 span {
		font-size:14px;
	}
	
	h3, .h3 {
		font-size: 1.6em;
	}
	
	h4, .h4 {
		font-size: 20px;
		margin: 5px 0;
	}
	
	h5, .h5 {
		font-size: 13px;
	}
	
	.section-heading {
		margin-bottom: 0;
	}
	
	.font14 {
		font-size: 1.3em;
	}
}


