﻿@charset 'utf-8';

@import url('https://www.mwt.co.jp/common/css/reset.css');
@import url('https://www.mwt.co.jp/kaigai/common/css/internal_links.css');

*,
*:before,
*:after{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
}

/*--------------------clearfix */
.clearfix:before,
.clearfix:after{
    display: block;
    overflow: hidden;
    content: '';
}
.clearfix:after{
    clear: both;
}
.clearfix{
    zoom: 1;
}

/*--------------------枠 */
body{
    font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
    font-size: 14px;
    line-height: 180%;
    clear: both;
    margin: 0 auto;
    color: #222;
	
}
.wrapper{
    position: relative;
    clear: both;
    max-width:  950px;
	width: auto;
    margin: 0 auto;
}
.box{
    clear: both;
}
p,
li,
dt,
dd{
    text-align: justify;
    text-justify: inter-ideograph;
}

/*--------------------main_visual */
#main_visual{
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	margin: 0 auto;
	padding-top: 35%;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../img/bg_main.jpg) no-repeat center 0;
	background-size: cover;
}

/*--------------------title */
#sitettl{
    padding: 30px 0;
    border: 0;
    background-color: #234566;
}
#sitettl h3{
    font-size: 24px;
    font-weight: normal;
    line-height: 2;
    letter-spacing: 1px;
    color: #fff;
	text-align: center;
}
#sitettl dl{
	color: #ffffff;
}
#sitettl dt{
	width: 60%;
	font-size: 1.3em;
	text-align: left;
	float: left;
	display: inline-block;
	padding: 2em 0 0 3em; 
}
#sitettl dd{
	width: 35%;
	text-align: center !important;
	display: inline-block;
	float: left;
}

/*--------------------topimg */
#topimg{
	width: 100%;
}
#topimg img{
	margin: 0 !important;
	width: 25%;
	height: auto;
}
/*--------------------inmenu */
#inmenu{
	width: 100%;
	clear: both;
	margin-top: 2em;
}
#inmenu dt{
	font-size: 1.15em;
	font-weight: bolder;
	color: #234566;
	text-align: center;
	margin-bottom: 1.8em; 
}
#inmenu dd{
	width: 100%;
	float: left;
}
#inmenu a{
	display: inline-block;
	width: 24.8%;
	background: #bbb;
	color: #fff;
	padding: 0.8em 0.5em;
	text-align: center;
	margin-right: 0.1em;
}
#inmenu dd a:nth-last-child{ margin-right: 0;}
#inmenu dd a:hover{
	background: #234566;
}

/*--------------------detail */
#detail{
	width: 100%;
    clear: both;
    margin: 0 auto;
    padding: 80px 0;
}
#detail dl{
    float: left;
	display: inline-block;
    width: 31%;
	margin-right: 1em !important;
}
#detail dl:nth-last-child{
	margin-right: 0 !important;
}
#detail dt span{
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin: 10px 0;
}
#detail dt img{
    max-width: 100%;
    height: auto;
}
#detail ul{
    clear: both;
    margin-top: 20px;
}
#detail li{
    float: left;
    width: 464px;
    margin-left: 22px;
}
#detail li:first-child{
    margin-left: 0;
}
#detail li img{
    max-width: 100%;
    height: auto;
}
#detail h5{
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    width: 100%;
    margin: 0 0 40px 0;
    padding: 10px 0 10px 20px;
    color: #fff;
    background: #234566;
}
/*--------------------photogarally */
#photogarally{
	width: 100%;
}
#photogarally img{
	margin: 0 !important;
	width: 25%;
	height: auto;
}

/*--------------------room */
.room {
	width: 33.3%;
	display: inline-block;
	float: left;
	overflow: hidden;
	margin: 0;
	position: relative;
}
.room .caption strong{
	font-size: 1.3em;
	margin-bottom: 2em;
	display: block;
}
.room .caption {
	font-size: 0.95em;
	text-align: left;
	padding: 2em 1em;
	vertical-align: middle !important;
	color: #fff;
}
.room .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0,0,0,0.7);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.room:hover .mask {
	opacity:		1;
}

.room img{
	width: 100%;
	height: auto;
}
.room span{
	position: absolute;
	left: 0.2em;
	bottom: 0.3em;
	background: #444444;
	color: #ffffff;
	padding: 0.3em 0.6em;
	border-radius: 5px;
	font-size: 0.9em;
}

/*--------------------page-top */
#page-top{
    font-size: 16px;
    position: fixed;
    right: 20px;
    bottom: 20px;
}
#page-top a{
    display: block;
    width: 80px;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    background: #ddd;
}
#page-top a:hover{
    text-decoration: none;
    background: #a5a5a5;
}

/*--------------------その他 */
.even{
    float: right !important;
}
.w100{
    width: 100% !important;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mb50{
    margin-bottom: 50px;
}
.mb100{
    margin-bottom: 100px;
}
/*--------------------recotour*/
.recotour{
	clear: both;
	margin: 4em 0;
	}
.recotour h4{
	font-size: 1.35em;
	color: #666666;
	margin-bottom: 0.5em;
	border-bottom: solid 1px #666666;
	padding-bottom: 0.2em;
}
.recotour h6{
	font-size: 1.15em;
	color: #999999;
	margin-bottom: 0.2em;
}
.recotour dl{
	display: block;
	border: 1px solid #dddddd;
	border-radius: 6px;
	padding: 0.8em 0.4em;
	background: #fff;
}
.recotour dt{
	display: inline-block;
	width: 55% !important;
	float: left;
	margin: 0;
}
.recotour dt img{
	display: inline-block;
	width: 50% !important;
	margin: 0;
	float: left;
}
.recotour dt img.tour_map{
	display: inline-block;
	width: 100% !important;
	margin: 0;
}
.recotour dd{
	display: inline-block;
	padding: 0 2em;
	float: right;
	width: 45%;
	margin: 0;
}		
.recotour dd p{
	border-bottom: dotted 1px #cccccc;
	padding: 0.6em 0;
}	
.recotour a{
	display: block;
	text-align: center;
	font-size: 1.1em;
	background: #666666;
	color: #ffffff;
	padding: 0.3em 0;
	border-radius: 5px;
	margin-top: 1em !important;
}
.recotour a.cancel{
	display: block;
	text-align: center;
	font-size: 1.1em;
	background: #dd0000;
	color: #ffffff;
	padding: 0.3em 0;
	border-radius: 5px;
	margin-top: 1em !important;
}
.recotour a:hover{
	background-color: rgba(0,0,0,0.4);
}
@media screen and (max-width:950px) {
.wrap{
	width:100%;
	overflow:hidden;
}

}
/*--------------------------------------------------- ------
						タブレット端末対応
-----------------------------------------------------------*/
@media screen and (max-width:768px) {

#sitettl dt{
	width: 100%;
	display: block;
	padding: 1em 1em; 
}
#sitettl dd{
	width: 96%;
	display: block;
}
/*--------------------inmenu */
#inmenu a{
	width: 49.5%;
	margin: 0.5px !important;
}
/*--------------------detail */
#detail dl{
    width: 100%;
	display: block;
	margin: 0 !important;
}
#detail dt{
	width: 40%;
	display: inline-block;
	float: left;
	margin: 0;
}
#detail dt span{
	padding-left: 0.4em;
	}
#detail dd{
	width: 55%;
	display: inline-block;
	margin: 5em 0.6em 0 0.4em;
	padding-left: 0.4em;
	float: right;
}
#detail h5{
    margin-bottom: 20px;
}
/*--------------------room */
.room {
	width: 50%;
}
.room .caption strong{
	font-size: 1.2em;
	margin-bottom: 1em;
}
.room .caption {
	font-size: 1em;
	padding: 1em 0.5em;
	line-height: 1.5em;
}
/*--------------------photogarally */
#photogarally img{
	width: 50%;
}
	/*--------------------recotour*/
.recotour dt{
	width: 100% !important;
	display: block !important;
	margin-bottom: 1em;
}
	.recotour dt img:nth-child(odd){
		display: none;
	}
.recotour dd{
	clear: both;
	width: 100%;
	display: block !important;
}		
.recotour dd p:nth-of-type(1){
	display: block ;
}	
	
}

