@charset "UTF-8";


/* ▼428px以上の場合に適用
--------------------------------------------------------------------- */
@media only screen and (min-width: 429px) {

	.Waku{
		display: none;
	}

	.gnav{
		display: none;
	}

	#Sp_Main{
		display: none;
	}

	#Sub_Menu{
		display: none;
	}

}

/* ▼428px以下の場合に適用（iphone以下）
---------------------------------------------------------------------- */
@media only screen and (max-width: 429px) {

	.row {
		width: 96%;
		margin: 0 auto;
	}

	/*---header---*/
	header .Left_Area {
		float: left;
		width: 100%;
		padding:0;
	}

	header .Right_Area {
		float: left;
		width: 100%;
		padding:0;
	}

	/*---ナビ ボタン---*/
	.Waku{
		display: block;
		position: fixed;
		right: 0px;
		top: 0px;
		height: 60px;
		width: 60px;
		background: #000;
		z-index: 999;
	}

	.Waku:hover{
		cursor: pointer;
		display: block;
		background: #3034b1;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.menu{
		height: 20px;
		position: fixed;
		right: 14px;
		top: 14px;
		width: 30px;
		z-index: 99;
	}
	.menu__line{
		background: #fff;
		display: block;
		height: 2px;
		position: absolute;
		transition:transform .3s;
		width: 100%;
	}
	.menu__line--center{
		top: 9px;
	}
	.menu__line--bottom{
		bottom: 0;
	}
	.menu__line--top.active{
		top: 8px;
		transform: rotate(45deg);
	}
	.menu__line--center.active{
		transform:scaleX(0);
	}
	.menu__line--bottom.active{
		bottom: 10px;
		transform: rotate(135deg);
	}

	.menu_tit{
		font-size:9px;
		color:#fff;
		text-align: center;
		position: fixed;
		right: 14px;
		top: 38px;
		width: 30px;
		z-index: 99;
	}

	/*---ナビ オーバーレイ画面---*/
	.gnav{
		display: none;
		height: 100%;
		width: 100%;
		position: fixed;
		z-index: 998;
		padding:10px 10px 0;
		background: #fff;
		color:#000;
	}
	
	/*---リスト---*/
	.gnav li {
		list-style-type:none;
		border-bottom: 1px dotted #ccc;
		font-size:14px;
		color:#000;
		text-align: center;
	}
	
	.gnav li a {
		color:#000;
		text-decoration: none;
		padding:6px 0;
	}
	
	.gnav .gnav_logo {
		display: block;
		width: 210px;
		margin: 0 auto;
	}

	/*---リンクボタン設定---*/
	.button::before,
	.button::after {
		display: block;
		content: '';
	}
	.button,
	.button::before,
	.button::after {
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	
	.button {
		display: inline-block;
		width: 100%;
		height: 100%;
		text-align: center;
	}
	.button:hover {
		background-color: #3034b1;
		color:#fff;
	}

	#Logo {
		width: 180px;
		margin-top:10px;
	}

	#Lead {
		float:left;
		font-size:11px;
		line-height:1.4em;
		text-align:left;
		margin-top:6px;
	}

	#Tel {
		float:left;
		width:190px;
		height:36px;
		background: url(../img/tel.jpg) no-repeat left top;
		background-size: contain;
		text-indent:-9999px;
		margin:6px 0 0;
	}

	#Inquiry a {
		float:right;
		width:160px;
		height:40px;
		background: url(../img/inquiry.jpg) no-repeat left top;
		background-size: contain;
		text-indent:-9999px;
		margin:2px 0 0;
	}

	/*---メイン画像---*/
	#Bg_Main {
		display: none;
	}

	#Sp_Main{
		width:96%;
		margin:20px auto 0;
	}

	#main{
		max-height:390px;
	}

	/*---ナビゲーション---*/
	#Navi {
		display: none;
	}

	/*---パンくず---*/
	#Sitepath {
		width:100%;
		height:15px;
		margin:10px 0px 0px 0px;
	}

	/*---Go To キャンペーン---*/
	.goto{
		display:block;
		width:96%;
		padding:0;
		margin:20px auto 0;
	}
	.goto02{
		width:80%;
		margin:10px auto;
	}

	/*---プラン---*/
	#Plan p {
		text-align:left;
		margin-top:8px;
	}

	/*---エリア分け（トップ用）---*/
	#Top-Left-Content {
		float:left;
		width: 100%;
		margin-top:20px;
	}

	#Top-Right-Content {
		float:left;
		width: 100%;
		display:inline;
		margin-top:20px;
	}

	/*---バナーエリア（トップ用）---*/
	#Top-Right-Content .Bnr-Area li {
		width: 90%;
		margin:0 auto 10px;
	}

	/*---エリア分け（共通）---*/
	#All-Content {
		width:100%;
		margin:0;
	}

	#Left-Content {
		width:100%;
		margin:20px 0px 0px 0px;
	}

	#Right-Content {
		float:left;
		width:100%;
		margin-top:20px;
	}

	#Right-Content img {
		display: block;
		width:70%;
		margin:0 auto;
	}

	/*---お知らせ---*/
	#Area_News {
		width:100%;
		margin:0px 0px 0px 0px;
	}

	#Area_News ul {
		width:100%;
		margin:10px 0px 10px 0px;
	}

	/*ページトップ・カテゴリトップ*/
	.Info_Navi {
		clear: both;
		width:100%;
		height:40px;
		margin:0;
	}

	/*---サイドメニュー---*/
	.Menu-area{
		display: none;
	}

	/*---メニュータイトル---*/
	#Menu-Tit-Plans{
		display: none;
	}

	#Menu-Tit-Room{
		display: none;
	}

	#Menu-Tit-Spa{
		display: none;
	}

	#Menu-Tit-Cuisine{
		display: none;
	}

	#Menu-Tit-Facilities{
		display: none;
	}

	#Menu-Tit-Access{
		display: none;
	}

	#Menu-Tit-Inquiry{
		display: none;
	}

	#Menu-Tit-Sightseeing{
		display: none;
	}

	/*---サブメニュー---*/
	#Sub_Menu{ 
		margin-bottom: 10px;
	}

	#Sub_Menu ul{ 
		list-style: none;
	}

	#Sub_Menu li{ 
		display: inline;
	}

	#Sub_Menu li a{
		display: block;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		background: #fff;
		padding: 6px 0 5px 24px;
		text-decoration: none;
		color: #333;
		width: 100%;
		margin: 0px;
		text-align: left;
		font-size: 13px;
	}

	#Sub_Menu li a:hover{
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		background: #fffbd8;
	}

	#Sub_Menu .btm li a{
		display: block;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		background: #fff;
		padding: 6px 0 5px 24px;
		text-decoration: none;
		color: #333;
		width: 100%;
		margin: 0px;
		text-align: left;
		font-size: 13px;
	}

	#Sub_Menu .btm li a:hover{
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		background: #fffbd8;
	}

	#Sub_Menu .on li{
		display: block;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		background: #fffbd8;
		padding: 6px 0 5px 24px;
		text-decoration: none;
		color: #333;
		width: 100%;
		margin: 0px;
		text-align: left;
		font-size: 13px;
	}

	#Sub_Menu .btm_on li{
		display: block;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		background: #fffbd8;
		padding: 6px 0 5px 24px;
		text-decoration: none;
		color: #333;
		width: 100%;
		margin: 0px;
		text-align: left;
		font-size: 13px;
	}

	/*---アイコン（サブメニュー用）---*/
	.ico_arrow {
		position: relative;
		display: inline-block;
		padding-left: 12px;
		color: #ff5d24;
		text-decoration: none;
	}

	.ico_arrow:before {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 0 5px 7px;
		border-color: transparent transparent transparent #ff5d24;
		position: absolute;
		top: 50%;
		left: 10px;
		margin-top: -6px;
	}

	/*---下部バナー---*/
	#Ftr_Bnr_Area {
		width: 90%;
		margin:10px auto 0;
	}

	#Ftr_Bnr01 {
		display:block;
		width: 100%;
		margin:0 auto 10px;
	}

	#Ftr_Bnr02 {
		display:block;
		width: 100%;
		margin:0 auto 10px;
	}

	/*---フッター---*/
	#Footer-Wrap {
		height:auto;
		background-color:#FED595;
		margin:20px 0px 0px 0px;
		padding:0 0 20px;
	}

	.Copy {
		width:100%;
		text-align:center;
		margin:20px 0px 0px 0px;
	}

	#Tool-bottom {
		width:100%;
		padding:0 20px;
	}

	.Sp_Fit {
		width: 100%;
		height: 30px;
		object-fit:cover;
		object-position: 0 0;
	}

	.br_sp {display: none; }

	/* !Margin ------------------------------------------------------------------ */
	.mt20 { margin-top:20px !important;}
	.mt40 { margin-top:20px !important;}

}

/* ▼390px以下の場合に適用（iphone以下）
---------------------------------------------------------------------- */
@media only screen and (max-width: 390px) {

	#main{
		max-height:360px;
	}

}
