/*--------------------------------------------------------------------------------
　基本定義
-----------------------------------------------------------------------------------*/
/*基本定義*/
body {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Sans-Serif;
	font-size: 14px;
	line-height: 1.8;
	color: #333;
	}

/*リンクカラー*/
a:link { color:#06c; }
a:visited { color:#06c; }
a:hover { color:#e63; }
a:action { color:#e63; }

/*フルードイメージ*/
img {
max-width: 100%;
height: auto;
}

/*クリアフィックス*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear {
	clear:both;
	height: 0px;
	overflow: hidden;
	line-height:0;
}










/*--------------------------------------------------------------------------------
　HEADER（ヘッダー）
-----------------------------------------------------------------------------------*/
/*領域定義*/
header {
	background:#FFF100;
	padding-bottom: 8px;
	}

/*領域確保*/
header > div {
	position: relative;
	min-width: 1024px;
	max-width:1200px;
	margin:auto;
}

/*左半分領域*/
header div div.headL {
	float:left;
	width:320px;
	margin-right: 0px;
	margin-left: 10px;
}

/*左　ヘッダーLv1*/
header div div.headL h1 p {
	font-size:10px;
	font-weight:normal;
	line-height:1.4;
	color:#666;
	margin:5px 0px 0px;
	}

/*左　ヘッダーLv2：ロゴ*/
header div div.headL h2 p {
	margin:5px 0px 0px;
}



/*右半分領域*/
header div div.headR {
	float:right;
	width:685px;
	text-align:right;
	padding-top: 5px;
	margin-right: 5px;
	}

/*右　上のナビ*/
header div div.headR div.anav {
	width: 685px;
	}

/*右　フリーダイヤル*/
header div div.headR div.fd {
	float:left;
	width:195px;
	margin:5px 20px 0px 0px;
	}

/*右　プライマリナビ*/
header div div.headR div.pnav {
	float:left;
	width:270px;
	margin:15px 15px 0px 0px;
	line-height:1.4;
}

/*右　お問い合わせ窓口*/
header div div.headR div.inq {
	width:185px;
	float:left;
	margin:10px 0px 0px 0px;
}


/*--------------------------------------------------------------------------------
　NAVIGATION（ナビゲーション）
-----------------------------------------------------------------------------------*/
/*PC用ナビゲーション*/
nav#gn {
	width:auto;
	height:55px;
	background:url(../images/cmn/gn_bg.png) repeat-x;
	margin-top:5px;
	}
	
nav#gn ul {
	margin:auto;
	width:950px;
	}
nav#gn li {
	margin:11px 0px 0px;
	display:block;
	float:left;
	}



/*モバイル用ナビゲーション*/
div#mn {
	display:none;
	}









/*--------------------------------------------------------------------------------
　コンテナ定義
-----------------------------------------------------------------------------------*/
/*コンテナ定義*/
div.container {
	width:950px;
	margin:auto;
	margin-top:0px;
	padding-bottom:35px;
	}

/*ボックスシャドウ（GNなし中面ページのみ）*/
div.box-shadow {
	height:10px;
	background:url(../images/cmn/bg_shadow.png) repeat-x;
	margin:0px 0px -15px;
	}








/*--------------------------------------------------------------------------------
　コンテナ内　基本要素（メイン領域）
-----------------------------------------------------------------------------------*/
/*パンくずリスト*/
nav#breadlist {
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	padding: 5px 0px 0px 10px;
	background: #f1f2f3;
	}
nav#breadlist ul {
	width: 950px;
	margin:5px auto 0;
	}

/*パンくずリスト　リスト*/
nav#breadlist ul li {
	font-size:11px;
	display:block;
	float:left;
	}

/*パンくずリスト　かぎかっこ*/
nav#breadlist ul li span {
	margin-left:12px;
	margin-right:12px;
	font-size:9px;
	color:#aaa;
	}




/*ヘッダー　レベル２ - ページタイトル*/
div.pagettl {
	background:url(../images/cmn/bg_pagettl.png) top left no-repeat;
	border-bottom:1px solid #ccc;
	padding:25px 0px 18px 0px;
	margin-bottom:25px;
	}
div.pagettl h2 {
	color:#039;
	font-size:16px;
	}

/*段落定義　パラグラフ*/
p.normal {
	margin:0px 0px 25px 0px;
	}

/*段落定義　パラグラフ　マージンプラス*/
p.margin-plus {
	margin:0px 0px 25px 15px;
	}

/*ヘッダー　レベル３*/
h3 {
	color:#039;
	font-size:16px;
	margin-bottom:5px;
	}

/*ヘッダー　レベル４*/
h4 {
	color:#039;
	margin-bottom:5px;
	}

/*テーブル*/
table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	}  

/*テーブル　ヘッダー*/
th {  
	background: #eee;  
	border-bottom: #ccc 1px dotted;  
	text-align: left;  
	padding: 10px 10px 7px;  
	font-weight: normal; 
	}

/*テーブル　データ*/
td {  
	border-bottom: #ccc 1px dotted;  
	text-align: left;  
	padding: 10px 10px 7px;
	}  

/*テーブル　ヘッダー・初*/
th.first {  
	border-top: #26628A 3px solid;
	}  

/*テーブル　データ・初*/
td.first {  
	border-top: #ccc 3px solid;
	} 




/*前後ナビ　前のページへ*/
div.page-prev {
	display:block;
	margin:45px 0px 0px;
	padding:2px 0px 0px 24px;
	background:url(../images/cmn/bg_page-prev.png) no-repeat left center;
	font-size:12px;
	float:left;
	}

/*前後ナビ　次のページへ*/
div.page-next {
	display:block;
	margin:45px 0px 0px;
	padding:2px 24px 0px 0px;
	background:url(../images/cmn/bg_page-next.png) no-repeat right center;
	font-size:12px;
	text-align:right;
	float:right;
	}








/*--------------------------------------------------------------------------------
　FOOTER（フッター）
-----------------------------------------------------------------------------------*/
/*ページの先頭に戻る*/
div.pagetop {
	width:950px;
	margin:20px auto 20px;
	text-align:right;
	}

/*フッター*/
footer {
	border-top:2px solid #036;
	background:#CCD6E0;
	}

/*フッター　950枠*/
footer div {
	width:950px;
	margin:auto;
	}

/*フッター左枠*/
footer div div.ftL {
	display:block;
	float:left;
	width:385px;
	padding-top:35px;
	padding-bottom:15px;
	}

/*フッター　アドレス表記*/
footer div div.ftL p.addr {
	display:block;
	font-size:12px;
	line-height:1.4;
	margin-top:15px;
	}

/*フッター　ＦＤ*/
footer div div.ftL img.ftFD {
	margin-top:16px;
	margin-right:6px;
	}
/*フッター　ＦＤ*/
footer div div.ftL img.ftTEL {
	display:none;
	}


/*フッター　左リスト*/
footer div div.ftL ul.ft1 {
	margin:10px 0px 0px 0px;
}

footer div div.ftL ul.ft1:after {
	display: block;
	clear: both;
	content: "";
}

footer div div.ftL ul.ft1 li {
	display:block;
	float:left;
	font-size:11px;
	background:url(../images/cmn/bg_point2.png) left no-repeat;
	padding-left:18px;
	margin-right:16px;
	}

/*フッター右枠*/
footer div div.ftR {
	display:block;
	float:left;
	width:500px;
	margin:20px 0px 10px;
	padding:20px 0px 0px 60px;
	border-left:1px dotted #666;
	}

/*フッター　リンクリスト*/
footer div div.ftR dl dt {
	clear:both;
	font-size:12px;
	font-weight:bold;
	}
footer div div.ftR dl dd {
	font-size:12px;
	display:block;
	float:left;
	margin:0px 12px 15px 0px;
	}

/*フッター　SMP用電話ボタン*/
footer div.footer-fd-smp {
	display:none;
	}

/*コピーライト*/
footer div.cr {
	clear:both;
	width:920px;
	text-align:center;
	background-color:#BEB5BB;
	padding:2px 15px;
	font-size:10px;
	color:#830;
	}

/*ページトップへ戻る（JQ版）*/
.movetop {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 5px;
	opacity:0.8;
	z-index: 11;
	}
.movetop a {
	display: block;
	width: 32px;
	height: 32px;
	}


/*フローティングバナー*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-block}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

#wrapper {
  width: 800px;
  margin: 0px auto;
  padding: 0px;
  position: relative;
  border:1px solid #396;
}

#floatbox {
  position: absolute;
  margin: 0px;
  padding: 0px;
  width: 120px;
  top: 120px;
  right: 0px;
  text-align:center;
}

p.del {
	margin:0px;
	padding:0px;
	font-size:80%;
	color:#c30;
	text-align:right;
	}





/*--------------------------------------------------------------------------------
　その他
-----------------------------------------------------------------------------------*/

/*アナウンス*/
section.announce {
    background: #FBDBE2;
    padding: 15px 0;
    /*text-align: center;*/
}

section.announce ul {
    width:940px;
    margin:auto;
    background: url("../images/cmn/ico_anshin.png") no-repeat;
    background-size:auto;
    background-position: middle;
    padding: 18px 0;
}

section.announce ul li {
    color:#f0f;
    font-size:16px;
    padding-left: 75px;
    text-align: left;
}


/* FLOATING BANNER */
.floating-banner {
    position: fixed;
    z-index: 100;
    bottom: 160px;
	right: 20px;
}
.pc {
	width: 280px;
	border-radius:8px;
	box-shadow:2px 2px 2px #757575;
}
.floating-banner:hover {
    opacity: .8;
}
.sp {
    display: none;
}


/* MODAL-WINDOW */
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
	width: 100%;
	z-index:5;
}
.modal_bg{
    background: rgba(0,0,0,0.35);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal_content{
    background: #fff;
    left: 50%;
    padding: 20px 20px 12px;
    position: absolute;
    top: 60%;
    transform: translate(-50%,-50%);
	max-width:580px;
	border-radius:10px;
	box-shadow:0 0 10px #fff;
}















/*--------------------------------------------------------------------------------
　▼　VIEWPORT定義
-----------------------------------------------------------------------------------*/

/*====================================▼　タブレット・モード　/　760pxで最適化　▼======================================*/
@media screen and (max-width: 960px) {


/*領域定義*/
header {
	padding-bottom: 8px;
	}

/*領域確保*/
header div {
	width: 760px;
	margin: auto;
	min-width: auto;
	max-width: none;
}

/*左半分領域*/
header div div.headL {
	float:left;
	width: 100%;
	margin-right:0px;
	margin-left: 0px;
}

/*左　ヘッダーLv1*/
header div div.headL h1 p {
	display:none;
	}

/*左　ヘッダーLv2：ロゴ*/
header div div.headL h2 p {
	margin:8px 0px 8px 5px;
	}



/*右半分領域*/
header div div.headR {
	float:left;
	width: 100%;
	margin:auto;
	}

/*右　上のナビ*/
header div div.headR div.anav {
	width: 400px;
	}

/*エリアナビ*/
header div div.headR div.anav {
	position:absolute;
	top:-60px;
	right:0;
	}
	header div div.headR div.anav img {
	height:28px;
	}

/*右　フリーダイヤル*/
header div div.headR div.fd {
	width:195px;
	margin:-25px 10px 0px 0px;
	}

/*右　プライマリナビ*/
header div div.headR div.pnav {
	width:380px;
	margin:0px 0px 0px -25px;
	}

/*右　お問い合わせ窓口*/
header div div.headR div.inq {
	margin:-25px 0px 0px 0px;
	}





/*PC用ナビゲーション*/
nav#gn {
	height:35px;
	}
nav#gn ul {
	width:760px;
	}
nav#gn li {
	margin:11px 0px 0px;
	}
nav#gn li img {
	height:32px;
	}




/*コンテナ定義*/
div.container {
	width: 100%;
	overflow: hidden;
}




/*パンくずリスト*/
nav#breadlist {
	margin:20px 0px 35px;
	padding:5px 0px 0px 10px;
	background:#f1f2f3;
	}

nav#breadlist ul {
	width: 760px;
	margin:5px auto 0;
	}

/*パンくずリスト　リスト*/
nav#breadlist ul li {
	font-size:11px;
	display:block;
	float:left;
	}

/*パンくずリスト　かぎかっこ*/
nav#breadlist ul li span {
	margin-left:12px;
	margin-right:12px;
	font-size:9px;
	color:#aaa;
	}



/*ヘッダー　レベル２ - ページタイトル*/
div.pagettl {
	background:url(../images/cmn/bg_pagettl.png) top left no-repeat;
	border-bottom:1px solid #ccc;
	padding:25px 0px 18px 0px;
	margin-bottom:25px;
	}
div.pagettl h2 {
	color:#039;
	font-size:16px;
	}

/*段落定義　パラグラフ*/
p.normal {
	margin:0px 0px 25px 0px;
	}

/*段落定義　パラグラフ　マージンプラス*/
p.margin-plus {
	margin:0px 0px 25px 15px;
	}

/*ヘッダー　レベル３*/
h3 {
	color:#039;
	font-size:16px;
	margin-bottom:5px;
	}

/*ヘッダー　レベル４*/
h4 {
	color:#039;
	margin-bottom:5px;
}

/*テーブル　ヘッダー*/
th {
	padding: 8px 8px 5px;
	}

/*テーブル　データ*/
td {  
	padding: 8px 8px 5px;
	}  


/*ページの先頭に戻る*/
div.pagetop {
	width:760px;
	margin:20px auto 20px;
	text-align:right;
	}

/*ページ内サイトマップ > 領域確保*/
section#smap>div {
	width:760px;
	}

/*ページ内サイトマップ > ４分割*/
section#smap div.smap {
	width:180px;
	padding-right:10px;
	}

/*ページ内サイトマップ > 定義タイトル*/
section#smap div.smap dt {
	font-size:11px;
	}

/*ページ内サイトマップ > 定義データ*/
section#smap div.smap dd {
	font-size:10px;
}

/*ページの先頭に戻る*/
div.pagetop {
	width:760px;
	margin:20px auto 20px;
	text-align:right;
	}

/*フッター*/
footer {
	border-top:2px solid #036;
	background:#CCD6E0;
	}

/*フッター　760枠*/
footer div {
	width:760px;
	margin:auto;
	}

/*フッター左枠*/
footer div div.ftL {
	display:block;
	float:left;
	width:350px;
	padding-top:20px;
	}

/*フッター　アドレス表記*/
footer div div.ftL p.addr {
	display:block;
	font-size:12px;
	line-height:1.4;
	margin-top:15px;
	}

/*フッター　ＦＤ*/
footer div div.ftL img.ftFD {
	margin-top:16px;
	margin-right:6px;
	}

/*フッター　左リスト*/
footer div div.ftL ul.ft1 {
	margin:10px 0px 0px 0px;
	}
footer div div.ftL ul.ft1 li {
	display:block;
	float:left;
	font-size:11px;
	background:url(../images/cmn/bg_point2.png) left no-repeat;
	padding-left:18px;
	margin-right:16px;
	}

/*フッター右枠*/
footer div div.ftR {
	display:block;
	float:left;
	width:375px;
	margin:10px 0px 10px;
	padding:20px 0px 0px 25px;
	border-left:1px dotted #666;
	}

/*フッター　リンクリスト*/
footer div div.ftR dl dt {
	clear:both;
	font-size:12px;
	font-weight:bold;
	}
footer div div.ftR dl dd {
	font-size:11px;
	display:block;
	float:left;
	margin:0px 8px 18px 0px;
	}

/*フッター　SMP用電話ボタン*/
footer div.footer-fd-smp {
	display:none;
	}

/*コピーライト*/
footer div.cr {
	clear:both;
	width:730px;
	text-align:center;
	background-color:#BEB5BB;
	padding:2px 15px;
	font-size:10px;
	color:#830;
	line-height:1.4;
	}

/*ページトップへ戻る（JQ版）*/
.movetop {
	display: none;
	position: fixed;
	bottom: 35px;
	right: 5px;
	opacity:0.8;
	}
.movetop a {
	display: block;
	width: 32px;
	height: 32px;
	}





/*--------------------------------------------------------------------------------
　その他
-----------------------------------------------------------------------------------*/

/*アナウンス*/
section.announce {
    background: #FBDBE2;
    padding: 5px 0;
    /*text-align: center;*/
}

section.announce ul {
    width:700px;
    margin:auto;
    background: url("../images/cmn/ico_anshin.png") no-repeat;
    background-size:auto;
    background-position: middle;
    padding: 18px 0;
}

section.announce ul li {
    color:#f0f;
    font-size:14px;
    padding-left: 75px;
    text-align: left;
}



}
















/*====================================▼　スマートフォン・ランドスケープ・モード（横向き） /　580pxで最適化　▼======================================*/
@media only screen and (max-width:640px) {

/*領域定義*/
header {
	width:580px;
	padding-bottom: 0px;
	}

/*左半分領域*/
header div div.headL {
	width:580px;
	}

/*左　ヘッダーLv1*/
header div div.headL h1 p {
	display:none;
	}

/*左　ヘッダーLv2：ロゴ*/
header div div.headL h2 p {
	margin:50px 0px 8px 0px;
	text-align:center;
}


/*右半分領域*/
header div div.headR {
	display:none;
	}






/*ＰＣ用ナビ*/
nav#gn {
	display:none;
	}

/*モバイル用ナビ*/
div#mn {
	display:block;
	width:100%;  /*580px*/
	height:31px;
	margin:auto;
	padding-top:11px;
	background:#184972;
	border-bottom:1px solid #999;
	position:fixed;
	top:0px;
	z-index:9;
	}
div#mn a { color:#555; text-decoration:none; padding:5px; }
div.mnR {
	width:100%;
	text-align:right;
	}
div.mnR a { color:#fff; text-decoration:none;}
div.mnR img.mnmark { margin-top:4px; }



/*コンテナ定義*/
div.container {
	width:580px;
	margin-top:0px;
	}

/*ボックスシャドウ（GNなし中面ページのみ）*/
div.box-shadow {
	height:10px;
	background:url(../images/cmn/bg_shadow.png) repeat-x;
	margin:8px 0px -10px;
	}



/*パンくずリスト*/
nav#breadlist {
	margin:0px 0px 35px;
	padding:5px 0px 0px 10px;
	background:#f1f2f3;
	}

nav#breadlist ul {
	width: 580px;
	margin:5px auto 0;
	}

/*パンくずリスト　リスト*/
nav#breadlist ul li {
	font-size:11px;
	display:block;
	float:left;
	}

/*パンくずリスト　かぎかっこ*/
nav#breadlist ul li span {
	margin-left:12px;
	margin-right:12px;
	font-size:9px;
	color:#aaa;
	}



/*ヘッダー　レベル２ - ページタイトル*/
div.pagettl {
	background:url(../images/cmn/bg_pagettl.png) top left no-repeat;
	border-bottom:1px solid #ccc;
	padding:20px 0px 13px 0px;
	margin-bottom:20px;
	}
div.pagettl h2 {
	color:#039;
	font-size:16px;
	}

/*段落定義　パラグラフ*/
p.normal {
	margin:0px 0px 25px 0px;
	}

/*段落定義　パラグラフ　マージンプラス*/
p.margin-plus {
	margin:0px 0px 25px 15px;
	}

/*ヘッダー　レベル３*/
h3 {
	color:#039;
	font-size:16px;
	margin-bottom:5px;
	}

/*ヘッダー　レベル４*/
h4 {
	color:#039;
	margin-bottom:5px;
	}

/*テーブル*/
table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	}  

/*テーブル　ヘッダー*/
th {  
	background: #eee;  
	border-bottom: #ccc 1px dotted;  
	text-align: left;  
	padding: 10px 10px 7px;  
	font-weight: normal; 
	}




/*テーブル*/
table {
	font-size:13px;
	}  

/*テーブル　ヘッダー*/
th {  
	padding: 8px 8px 5px;  
	}

/*テーブル　データ*/
td {  
	padding: 8px 8px 5px;
	}  



/*ページの先頭に戻る*/
div.pagetop {
	width:580px;
	margin:20px auto 20px;
	text-align:right;
	}

/*ページ内サイトマップ*/
section#smap {
	display:none;
	}

/*モバイル版サイトマップ*/
section#smap-mb {
	display:block;
	padding-bottom:36px;
	}

/*モバイル版サイトマップ　メニュー*/
section#smap-mb div.smap-mb-ttl {
	width:550px;
	margin:auto;
	padding:8px 15px 5px;
	background:#184972;
	color:#fff;
	}

/*モバイル版サイトマップ　リスト・通常*/
section#smap-mb ul {
	width:580px;
	margin:auto;
	}

/*モバイル版サイトマップ　リスト・通常*/
section#smap-mb ul li {
	padding:10px 0px 4px 15px;
	border-bottom:1px solid #ccc;
	background:url(../images/cmn/mbnav-bg1.png) no-repeat center right 20px;
	}

/*モバイル版サイトマップ　リスト・新規ウインドウ展開*/
section#smap-mb ul li.newWin {
	padding:10px 0px 4px 15px;
	border-bottom:1px solid #ccc;
	background:url(../images/cmn/mbnav-bg2.png) no-repeat center right 20px;
	}

/*モバイル版サイトマップ　アンカー設定*/
section#smap-mb a {
	text-decoration:none;
	color:#333;
	display:block;
	width:100%;
	}





/*ページの先頭に戻る*/
div.pagetop {
	width:580px;
	margin:20px auto 20px;
	text-align:right;
	}

/*フッター*/
footer {
	border-top:2px solid #036;
	background:#CCD6E0;
	}

/*フッター　580枠*/
footer div {
	width:580px;
	margin:auto;
	text-align:center;
	}

/*フッター左枠*/
footer div div.ftL {
	display:block;
	float:left;
	width:580px;
	padding-top:25px;
	}

/*フッター　アドレス表記*/
footer div div.ftL p.addr {
	display:block;
	font-size:11px;
	line-height:1.2;
	margin-top:15px;
	}

/*フッター　ＦＤ*/
footer div div.ftL img.ftFD {
	margin-top:16px;
	margin-right:6px;
	}
/*フッター　TEL*/
footer div div.ftL img.ftTEL {
	display:inline;
	margin-top:16px;
	margin-right:6px;
	}


/*フッター　左リスト*/
footer div div.ftL ul.ft1 {
	margin:10px 0px 0px 150px;
	}
footer div div.ftL ul.ft1 li {
	display:block;
	float:left;
	font-size:11px;
	background:url(../images/cmn/bg_point2.png) left no-repeat;
	padding-left:18px;
	margin-right:16px;
	}

/*フッター右枠*/
footer div div.ftR {
	display:none;
	}

/*フッター　SMP用電話ボタン*/
footer div.footer-fd-smp {
	display:none;
	}

/*コピーライト*/
footer div.cr {
	clear:both;
	width:578px;
	text-align:center;
	background-color:#CCD6E0;
	padding:1px;
	font-size:0px;
	color:#CCD6E0;
	}

/*ページトップへ戻る（JQ版）*/
.movetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 5px;
	opacity:0.8;
	}
.movetop a {
	display: block;
	width: 32px;
	height: 32px;
	}




/*--------------------------------------------------------------------------------
　その他
-----------------------------------------------------------------------------------*/

/*アナウンス*/
section.announce {
    background: #FBDBE2;
    padding: 5px 0;
    /*text-align: center;*/
}

section.announce ul {
    width:500px;
    margin:auto;
    background: url("../images/cmn/ico_anshin.png") no-repeat;
    background-size:auto;
    background-position: middle;
    padding: 18px 0;
}

section.announce ul li {
    color:#f0f;
    font-size:12px;
    padding-left: 75px;
    text-align: left;
}




}










































/*====================================▼　スマートフォン・ポートレート・モード（縦向き） /　320pxで最適化　▼======================================*/
@media only screen and (max-width:480px) {
 
/*領域定義*/
header {
	width:auto;
	}

/*領域確保*/
header div {
	min-width: 100%;
	width: 320px;
	margin: auto;
	overflow: hidden;
}

header div + br {
	display: none;
}


/*左半分領域*/
header div div.headL {
	width: 100%;
}
/*左　ヘッダーLv2：ロゴ*/
header div div.headL h2 p {
	margin:50px 0px 8px 0px;
	text-align:center;
}

/*コンテナ定義*/
div.container {
	width: 320px;
	overflow: hidden;
}



/*パンくずリスト*/
nav#breadlist {
	margin:0px 0px 35px;
	padding:5px 0px 8px 10px;
	background:#f1f2f3;
	}

nav#breadlist ul {
	width: 320px;
	margin:5px auto 0;
	}

/*パンくずリスト　リスト*/
nav#breadlist ul li {
	font-size:9px;
	display:block;
	float:left;
	}

/*パンくずリスト　かぎかっこ*/
nav#breadlist ul li span {
	margin-left:12px;
	margin-right:12px;
	font-size:9px;
	color:#aaa;
	}


/*ヘッダー　レベル２ - ページタイトル*/
div.pagettl {
	background:url(../images/cmn/bg_pagettl.png) top left no-repeat;
	border-bottom:1px solid #ccc;
	padding:18px 0px 12px 0px;
	margin-bottom:16px;
	}
div.pagettl h2 {
	color:#039;
	/*font-size:14px;*/
	}

/*段落定義　パラグラフ*/
p.normal {
	margin:0px 0px 25px 0px;
	}

/*段落定義　パラグラフ　マージンプラス*/
p.margin-plus {
	margin:0px 0px 25px 15px;
	}

/*ヘッダー　レベル３*/
h3 {
	color:#039;
	font-size:16px;
	margin-bottom:5px;
	}

/*ヘッダー　レベル４*/
h4 {
	color:#039;
	margin-bottom:5px;
	}



/*前後ナビ　前のページへ*/
div.page-prev {
	width:320px;
	margin:35px 0px 0px;
	}

/*前後ナビ　次のページへ*/
div.page-next {
	width:320px;
	margin:10px 0px 0px;
	}



/*サイドナビ　領域*/
section#sidenav {
	width:320px;
	}

/*サイドナビ　大タイトル*/
section#sidenav h2 {
	height:14px;
	}

/*サイドナビ　大タイトル　和表記*/
section#sidenav h2 p {
	font-size:13px;
	}

/*サイドナビ　中タイトル*/
section#sidenav h3 {
	height:30px;
	}

/*サイドナビ　中タイトル　文字位置調整*/
section#sidenav h3 p {
	padding:3px 0px 0px 8px;
	border-left:4px solid #06c;
}


/*サイドナビ　リスト*/
section#sidenav li {
	font-size:13px;
	padding:9px 0px 4px 8px;
	}

 /*ページの先頭に戻る*/
div.pagetop {
	width:320px;
	margin:20px auto 20px;
	text-align:right;
	}
 
 /*モバイル版サイトマップ*/
section#smap-mb {
	padding-bottom:50px;
	}

/*モバイル版サイトマップ　メニュー*/
section#smap-mb div.smap-mb-ttl {
	width:290px;
	margin:auto;
	padding:8px 15px 5px;
	background:#184972;
	color:#fff;
	}

/*モバイル版サイトマップ　リスト・通常*/
section#smap-mb ul {
	width:320px;
	margin:auto;
	}

/*モバイル版サイトマップ　リスト・通常*/
section#smap-mb ul li {
	padding:10px 0px 4px 15px;
	border-bottom:1px solid #ccc;
	background:url(../images/cmn/mbnav-bg1.png) no-repeat center right 20px;
	}

/*モバイル版サイトマップ　リスト・新規ウインドウ展開*/
section#smap-mb ul li.newWin {
	padding:10px 0px 4px 15px;
	border-bottom:1px solid #ccc;
	background:url(../images/cmn/mbnav-bg2.png) no-repeat center right 20px;
	}

/*モバイル版サイトマップ　アンカー設定*/
section#smap-mb a {
	text-decoration:none;
	color:#666;
	}
 
 
 
/*ページの先頭に戻る*/
div.pagetop {
	width:320px;
	margin:20px auto 20px;
	text-align:right;
	}

/*フッター*/
footer {
	border-top:2px solid #036;
	background:#CCD6E0;
	}

/*フッター　320枠*/
footer div {
	width:320px;
	margin:auto;
	text-align:center;
	}

/*フッター左枠*/
footer div div.ftL {
	display:block;
	float:left;
	width:320px;
	padding-top:25px;
	}

/*フッター　アドレス表記*/
footer div div.ftL p.addr {
	display:block;
	font-size:10px;
	line-height:1.2;
	margin-top:10px;
	}

/*フッター　ＦＤ*/
footer div div.ftL img.ftFD {
	margin-top:16px;
	margin-right:6px;
	}

/*フッター　左リスト*/
footer div div.ftL ul.ft1 {
	margin:10px 0px 0px 30px;
	}
footer div div.ftL ul.ft1 li {
	display:block;
	float:left;
	font-size:11px;
	background:url(../images/cmn/bg_point2.png) left no-repeat;
	padding-left:18px;
	margin-right:16px;
	}

/*フッター右枠*/
footer div div.ftR {
	display:none;
	}

/*フッター　SMP用電話ボタン*/
footer div.footer-fd-smp {
	display:none;
	}

/*コピーライト*/
footer div.cr {
	clear:both;
	width:300px;
	padding:1px;
	font-size:0px;
	color:#CCD6E0;
	}





/*--------------------------------------------------------------------------------
　その他
-----------------------------------------------------------------------------------*/

/*アナウンス*/
section.announce {
    background: #FBDBE2;
    padding: 5px 0 5px;
    /*text-align: center;*/
}

section.announce ul {
    width:280px;
    margin:auto;
    background: url("../images/cmn/ico_anshin.png") no-repeat;
    background-size:auto;
    background-position: middle;
    padding: 10px 0 15px;
}

section.announce ul li {
    color:#f0f;
    font-size:12px;
    padding-left: 72px;
    text-align: left;
    line-height: 1.3;
}


/* FLOATING BNAAER */
.pc {
	display: none;
}
.sp {
	display: inline-block;
	width: 100vw;
}
.floating-banner  {
	bottom: unset;
	top:38px;
	right: 0;
	bottom:unset;
}





}
















img[src*="https://ssl.socdm.com/"] {
	position: absolute;
	top: -10px;
}


footer {
	padding-bottom: 100px;
}


.spOnly{ display: none; }
.pcOnly{ display: block; }

#fixmenuLink{
	z-index: 9;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: rgba(255, 255, 236, 0.8);
}
#fixmenuLink div.inquiry{
	width: 950px;
	display: flex;
	padding: 14px 0;
	justify-content: center;
	margin: 0 auto;
	border: none;
	box-shadow: none;
	background: none;
}
#fixmenuLink div.inquiry a{
	width: 40%;
	margin: 0 10px;
	display: flex;
	align-items: center;
}
#fixmenuLink div.inquiry a img{
	transition: all 0.2s linear;
}
#fixmenuLink div.inquiry a:hover img{
	opacity: 0.8;
}
@media screen and (max-width: 800px) {
	.spOnly{ display: block; }
	.pcOnly{ display: none; }

	#fixmenuLink {
		background: #ccd6e0;
		border-top: 2px solid #036;
	}
	#fixmenuLink div.inquiry {
		width: 100%;
		padding: 10px;
		gap: 10px;
		align-items: center;
		justify-content: flex-start;
	}
	#fixmenuLink div.inquiry a{
		width: calc(100% / 2);
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

#snsBtn {
	position: fixed;
	right: 0;
	bottom: 1rem;
	background-color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 1rem;
	border-radius: 0.5rem 0 0 0.5rem;
	z-index: 10;
	display: none;
}
#snsBtn .fb-share-button{
	display: flex;
	margin-bottom: 0.5rem;
}
#snsBtn ul li.btnLINE a {
	background: #00B900;
	color: #FFF;
	padding: 0.4em 0.7em;
	font-size: 1rem;
	line-height: 1.1;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: bold;
	border-radius: 0.35em;
}
#snsBtn ul li.btnLINE a {
	background: #00B900;
}
#snsBtn ul li a span:first-of-type {
	font-size: 1.5em;
}

@media screen and (max-width: 800px) {
	#fixmenuLink div.inquiry a{
		width: auto;
	}
	#fixmenuLink div.inquiry a:last-of-type{
		margin-right: 0;
	}
	#snsBtn {
		display: flex;
	}
	#snsBtn ul li.btnLINE a {
		font-size: 0.75rem;
	}
	.sidr-animating #snsBtn,
	.sidr-open #snsBtn {
		transform: translateY(-100%);
	}
	#snsBtn .fb-share-button{
		margin-bottom: 0;
		margin-right: 0.25rem;
	}
}


.snsFollow {
	width: 100%;
}

.snsFollow div {
	width: 100%;
}

.snsFollow div ul {
	display: flex;
	justify-content: flex-start;
	padding: 15px 0 0 0;
	border-radius: 0.25rem;
	margin-right: 1rem;
}

.snsFollow div ul li {
	width: 2rem;
	margin-right: 0.5rem;
}

.snsFollow div ul li:last-of-type {
	margin-right: 0rem;
}

.snsFollow div ul li.title {
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	background: transparent;
}

.snsFollow div ul li a {
	display: flex;
	padding: 0.5rem;
	align-items: center;
	justify-content: center;
	border-radius: 50rem;
	overflow: hidden;
	transition: all 0.2s linear;
}

.snsFollow div ul li a:hover {
	opacity: 0.6;
}

.snsFollow div ul li.snsTw a {
	background: #1da1f2;
}

.snsFollow div ul li.snsFb a {
	background: #3C5998;
}

.snsFollow div ul li.snsIg a {
	position: relative;
	z-index: 0;
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

.snsFollow div ul li a img {
	width: 100%;
}


.snsFollow div ul li.snsIg a:before {
	content: '';
	position: absolute;
	bottom: -50%;
	left: -50%;
	width: 100%;
	height: 100%;
	background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
	background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
	opacity: 0.7;
	z-index: -1;
}
@media screen and (max-width: 800px) {
	.snsFollow div ul {
		justify-content: center;
		margin-right: 0;
		border-top: 1px dotted #666;
		border-radius: 0;
		margin-top: 15px;
	}
}





/* ----------------------------------------------------------- .listAirbnb -- */
.listAirbnb {
	background-color: #F8F8F8F8;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	margin-top: 3em;
}
.listAirbnb .container {
	padding: 3em 0;
	text-align: center;
}
.listAirbnb .container h2 {
	font-size: 2.25em;
	line-height: 1.2;
	margin-bottom: 0.3em;
}
.listAirbnb .container h2 span {
	background-color: #ff385c;
	display: inline-flex;
	padding: 0 0.2em;
	line-height: 0.9;
	padding-top: 0.2em;
	margin-right: 0.15em;
	color: #F2f2F2;
	border-radius: 0.1em;
}
.listAirbnb .container p {
	font-size: 1.15em;
	line-height: 1.4;
}
.listAirbnb .container p span {
	font-size: 0.875em;
}
.listAirbnb .container ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1em;
	margin-top: 1em;
}
.listAirbnb .container ul li {
	width: 10%;
	flex-grow: 1;
}
.listAirbnb .container ul li a {
	text-decoration: none;
	transition: opacity 0.2s ease-in-out;
}
.listAirbnb .container ul li a:hover {
	opacity: 0.7;
}
.listAirbnb .container ul li a img {
	overflow: hidden;
	border-radius: 1.8em;
}
.listAirbnb .container ul li a h4 {
	color: #2a2a2a;
	margin: 0;
	text-align: left;
	line-height: 1.2;
	margin-top: 0.6em;
	font-size: 0.875em;
	border-bottom: 0;
	text-decoration: none;
}
@media screen and ( max-width:599px) {
	.listAirbnb .container h2 {
		font-size: 1.95em;
	}
	.listAirbnb .container p {
		font-size: 0.95em;
	}
	.listAirbnb .container p span {
		font-size: 0.775em;
	}
	.listAirbnb .container ul li {
		width: 40%;
	}
	.listAirbnb .container ul li a img {
		border-radius: 1.25em;
	}
}
