@charset "utf-8";

#top01,
#top02,
#top03,
#top04,
#top05,
#top06,
#top07,
#top08,
#top09 {
    width:90%;
    margin:0 auto;
    text-align:left;
    padding:2em 0;
}
.video_block{
    position: relative;
    width: 100%;
}

.video_on{
    position: relative;
}
.video_on::after{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    content:'';
    background: url(../img/common/ami.png)repeat;
    z-index: 1;
}
.video{
  position: relative;
    width: 100%;
}
.video video{
    width:100%;
    display: block;
}

.video_bk{
    width: 100%;
    height: 100%;
}
.video_on_img{
    width:90%;
    z-index: 2;
    position: absolute;
    top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}


/*================================
    メインコンテンツ
================================*/

.top01_01{
    width:92%;
    margin:0 4%;
    
}
.top01_01smn img{
    width:100%;
    
}

.top01_01room{
    width:48%;
    margin:0 1%;
    float: left;
}

.top01_01fee{
    width:48%;
    margin:0 1%;
    float: left;
}
.top01_01fee dl dt{
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}
.top01_01fee dl dd{
    display: inline-block;
    vertical-align: middle;
    padding:0 0 0 1em;
}
.top01_01btn a{
    text-align: center;
    text-decoration: none;
    color:#AF7F36;
    display: block;
    border:1px solid #AF7F36;
    width:64%;
    padding:0.6em 0;
    margin:1em 18%;
}
.top01_01btn a:hover{
    background:rgba(175,127,54,0.4);
}


.top02_01 ul li{
    width:100%;
    float: none;
}

.top02_01 ul li:nth-child(1){
    background: url(../img/top/top_01_bg.jpg) no-repeat top;
    background-size:100% auto;

}
.top02_01 ul li:nth-child(2){
    background: url(../img/top/top_03_bg.jpg) no-repeat top;
    background-size: 100% auto;

}
.top02_01 ul li:nth-child(3){
    background: url(../img/top/top_06_bg.jpg) no-repeat top;
    background-size: 100% auto;
}
.top02_01block{
    width:90%;
    margin:0 5%;
}

.top02_01block img{
    width:100%;
}

.top03_01{
    display:block;
}

.top03_02 ul li{
    padding:1.5em 0;
}

.top03_02smn_block{
    width:40%;
    float: left;
}

.top03_02smn{
    position:relative;
    padding-bottom: 67.74566%; /*100/横*縦*/
    overflow: hidden;
    background:#3D1E15;
}

.top03_02smn img{
    position: absolute;
	top: 0;
    left: 0;
}

.top03_02text{
    width:56%;
    margin:0 2%;
    float: left;
}

.top03_02cate a{
    background:#AE7F35;
    padding:0.2em 0.5em;
    margin:0.2em;
    text-decoration: none;
}
.top03_02cate a:hover{
    background:#A37632;
    padding:0.2em 0.5em;
    margin:0.2em;
    text-decoration: none;
}

.top05_01border{
    border-right:none;
}


.top_news00{
    width:100%;
    display: table;
    position: relative;
    
}

.top_news01{
    padding:1em 0;
    width:100%;
    display:block;
    background:#371C00;
    color:#FFFFFF;
    text-align: center;
    
}
.top_news02{
    padding:1em 0;
    width:100%;
    display: block;
    background:#FFFFFF;
}

.top_news02 dl{
    width:90%;
    margin:0 5%;
    text-align: left;
    padding:1em 0;
    color:#572C00;
}
.top_news02 dl dt{
    font-weight: bold;
    width:100%;
    float: none;
    
}
.top_news02 dl dd{
    width:100%;
    margin:0;
    float: none;
}

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

/*アクセスマップ*/

.map_block {
    display: block;
    position:relative;
    padding-bottom: 50%; /* 100/300*200　*/
    height: 0;
    overflow: hidden;
}
.map_block .map,
.map_block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.top05_01btn a{
    text-align: center;
    text-decoration: none;
    color:#AF7F36;
    display: block;
    border:1px solid #AF7F36;
    width:90%;
    padding:0.8em 0;
    margin:1em 5%;
}
.top05_01btn a:hover{
    background:rgba(175,127,54,0.4);
}

.youtub_block {
    position:relative;
    padding-bottom: 56.25%; /* 100/300*200　*/
    height: 0;
    overflow: hidden;
    width: 100%;
}
.youtub_block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*202203追加*/

.top03_02_202203>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.top03_02_202203>ul>li{
	width:48%;
	margin:0 1% 1em;
}

.top03_02smn_202203{
	position: relative;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.top03_02smn_202203::before{
	content:"";
	display: block;
	padding-top:141.545189504%; /*アスペクト比*/
}
.top03_02smn_202203 a,
.top03_02smn_202203 span{
		display: block;
		width:100%;
		height:100%;
		max-height:100%;
}

.top03_02smn_202203 img{
		width:auto;
		height:auto;
		max-width: 100%;
		max-height: 100%;
		margin:auto;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%); /* Safari用 */
		transform: translate(-50%, -50%);
}


/*=================================================================================*/
/** 768px以上　タブレット縦　サイズ画面  **/
@media (min-width : 768px) {

/*=================
  動画
=================*/

.video_on_img{
    width:auto;
}

#top01,
#top02, 
#top03, 
#top04,
#top05,
#top06,
#top07,
#top08,
#top09 { width:100%; }


/*** ＝＝＝＝＝＝＝＝＝＝＝＝＝＝
メインコンテンツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝***/

.top02_01 ul li{
    width:33.333333%;
    float: left;
}
.top03_01{
    display: inline-block;
}
    
    
.map_block00{
    width:55%;
    float: left;
}
    
.top_news00{
    width:100%;
    display: table;
    position: relative;
    
}

.top_news01{
    padding:1.5em 0;
    width:20%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    
}
.top_news02{
    padding:1.5em 0;
    width:80%;
    display: table-cell;
    background:#FFFFFF;
    vertical-align: middle;
    text-align: left;
}

.top_news02 dl{
    width:90%;
    margin:0 5%;
    text-align: left;
    padding:1em 0;
}
.top_news02 dl dt{
    font-weight: bold;
    width:15%;
    float: left;
}
.top_news02 dl dd{
    width:73%;
    margin:0 1%;
    float: left;
}
    
.top05_01border{
    border-right:#73491A 1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
	
	
/*202203追加*/
	
.top03_02_202203>ul>li{
	width:23%;
}

    
    
}
/*=================================================================================*/
/** 1140px以上 padding: ;PCサイズ画面 **/
@media (min-width : 1140px) {



#top01,
#top02,
#top03,
#top04,
#top05,
#top06,
#top07,
#top08,
#top09  { width:1140px; padding:40px 0; }
    
    
    
/*====================
    メイン開始
====================*/

}

@media (min-width : 1300px) {
    
.top02_01block{
    width:400px;
    margin:0 auto;
}
.top02_01block img{
    width:auto;
}
    
    
}
