@charset "UTF-8";


body	{margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif}

/* 地図 */

.gmap{
position: relative;
padding-bottom: 20%;
padding-top: 30px;
}


/* パンくずリスト */
.bread	{margin-bottom: 20px}

.bread ol	{margin: 0;
	padding: 0;
	list-style: none}

.bread li a	{display: inline-block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.bread li a:hover	{background-color: #eeeeee}

.bread ol:after	{content: "";
	display: block;
	clear: both}

.bread li	{float: left;
	width: auto}

.bread li:after	{content: '\003e';
	margin-left: 10px;
	margin-right: 10px;
	color: #888888}



/* アクセス---------------------------------------------------------------------------------------------------- */
.access table, th, td	{border: solid 10px #ffffff}

.access table	{border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
        margin-bottom: 30px}

.access th, td	{padding: 10px 20px 10px 20px}

.access th	{width: 150px;
	background-color: #dddddd;
	text-align: left;
        font-weight: normal}

.access td	{width: 450px;
	background-color: #ffffff}

.access caption	{font-weight: bold;
	background-color: #dddddd;
	border-radius: 10px;
	padding: 5px;
	margin-bottom: 10px}

.access h2   {margin-top: -40;
       padding-top: 0;
	padding-left: 10px;
        margin-left: 20px;
	border-bottom: solid 2px #ff8c00;
	font-weight: bold;
        font-size: 20px}

.access h3   {margin: 0;
        padding: 0;
        list-style: none;
        font-weight: normal;
        font-size: 20px}

.access h3 i {color: #ff8c00}















/* ヘッダー画像 */
.topimg	{max-width: 100%;
	height: auto;
	vertical-align: bottom}


/* ボックスの左右に確保する余白 */
.box1, .boxA, .box2-inner, .box5-inner
	{padding-left: 10px;
	padding-right: 10px}

/* ヘッダーの背景 */
.box1     {background-color: #ff8c00}


/* サイト名 */
.site h1 a	{color: #83a4a8;
	text-decoration: none}

.site h1	{margin: 0;
	font-size: 30px;
	font-family: 'Paytone One', sans-serif;
	font-weight: normal;
        text-align: center}




/* SNSのシェアボタン */
.share	{margin-top: 40px}

.share ul	{margin: 0;
	padding: 0;
	list-style: none}

.share li a	{display: block;
	padding: 10px 5px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	text-decoration: none}

.follow-tw	{background-color: #63bafb}
.follow-ig	{background-color: #833ab4}
.follow-fb	{background-color: #3b5998}

.share li a:hover	{opacity: 0.8}

.share ul:after	{content: "";
	display: block;
	clear: both}

.share li	{float: left;
	width: 33.3333%}


/* コピーライト */
.copyright p	{margin: 0;
	color: #666666;
	font-size: 14px}


/* BOX5の上に区切り線を入れる */
.box5	{border-top: solid 1px #dddddd}

/* BOX5をバーの形にする */
.box5	{padding-top: 15px;
	padding-bottom: 15px;
	background-color: #dddddd}

/* ボックスの左右 */
.header, .info, .footer, .pickup
	{padding-left: 15px;
	padding-right: 15px}


/* ボックスの上下の間隔 */
.header	{padding-top: 20px;
	padding-bottom: 10px}




/* ########### 359px以下 ########### */
@media (max-width: 359px) {

/* ヘッダーの背景 */
.box1     {background-color: #ffffff}

/* トグルボタン */
#menubtn	{padding: 6px 12px;
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 20px;
	right: 15px;
	cursor: pointer}

#menubtn:hover	{background-color: #dddddd}

#menubtn:focus	{outline: none}

#menubtn i	{color: #888888;
	font-size: 18px}

#menubtn span	{display: inline-block;
	text-indent: -9999px}

/* ナビゲーションメニュー（縦並び） */
.menu	{display: none}

.menu ul	{margin: 0;
	padding: 0;
	list-style: none}

.menu li a	{display: block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.menu li a:hover	{background-color: #eeeeee}


/* ロゴの切り替え（表示・非表示） */
.site h1   {display: none}


/* アバウトページ---------------------------------------------------------------------------------------------------- */
.access table, th, td	{border: solid 10px #ffffff}

.access table	{border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
        margin-bottom: 30px}

.access th, td	{padding: 0}

.access th	{width: 150px;
	background-color: #dddddd;
	text-align: left;
        font-size: 10px;
        font-weight: normal}

.access td	{width: 450px;
	background-color: #ffffff}

.access caption	{font-weight: normal;
	background-color: #dddddd;
	border-radius: 10px;
	padding: 5px;
	margin-bottom: 10px}

.access h2   {margin-top: -40;
       padding-top: 0;
	padding-left: 10px;
        margin-left: 20px;
	border-bottom: solid 2px #ff8c00;
	font-weight: bold;
        font-size: 12px}

.access li   {font-size: 10px}

.access h3   {margin: 0;
        padding: 0;
        list-style: none;
        font-weight: normal;
        font-size: 14px}




}


/* ########### 599px以下 ########### */
@media (max-width: 599px) {

/* ヘッダーの背景 */
.box1     {background-color: #ffffff}

.site h2	{text-align: center}

/* ロゴの切り替え（表示・非表示） */
.site h1   {display: none}

/* トグルボタン */
#menubtn	{padding: 6px 12px;
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 150px;
	right: 15px;
	cursor: pointer}

#menubtn:hover	{background-color: #dddddd}

#menubtn:focus	{outline: none}

#menubtn i	{color: #888888;
	font-size: 18px}

#menubtn span	{display: inline-block;
	text-indent: -9999px}

/* ナビゲーションメニュー（縦並び） */
.menu	{display: none}

.menu ul	{margin: 0;
	padding: 0;
	list-style: none}

.menu li a	{display: block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.menu li a:hover	{background-color: #eeeeee}

/* サイト名と記事のタイトル */
.site h1	{font-size: 20px}

.kiji h1	{font-size: 26px}

/* ボックスの上下の間隔 */
.box1	{padding-top: 4px;
	padding-bottom: 4px}

.box3	{padding-top: 25px}

/* SNSのシェアボタン */
.share span	{display: inline-block;
	text-indent: -9999px}


/* 地図 */
.gmap iframe, .gmap object, .gmap embed{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* アバウトページ---------------------------------------------------------------------------------------------------- */
.access table, th, td	{border: solid 10px #ffffff}

.access table	{border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
        margin-bottom: 30px}

.access th, td	{padding: 0}

.access th	{width: 150px;
	background-color: #dddddd;
	text-align: left;
        font-size: 10px;
        font-weight: normal}

.access td	{width: 450px;
	background-color: #ffffff}

.access caption	{font-weight: normal;
	background-color: #dddddd;
	border-radius: 10px;
	padding: 5px;
	margin-bottom: 10px}

.access h2   {margin-top: -40;
       padding-top: 0;
	padding-left: 10px;
        margin-left: 20px;
	border-bottom: solid 2px #ff8c00;
	font-weight: bold;
        font-size: 12px}

.access li   {font-size: 10px}

.access h3   {margin: 0;
        padding: 0;
        list-style: none;
        font-weight: normal;
        font-size: 14px}



}



/* ########### 600px以上〜767px以下 ########### */
@media (min-width: 600px) and (max-width: 767px) {

/* ヘッダーの背景 */
.box1     {background-color: #ffffff}

.site h2	{text-align: center}


/* ロゴの切り替え（表示・非表示） */
.site h1   {display: none}

/* BOX4-1とBOX4-2を横に並べる設定 */
.box4:after	{content: "";
	display: block;
	clear: both}

.box4-1	{float: left;
	width: 50%}

.box4-2	{float: left;
	width: 50%}


/* BOX2をバーの形にする */
.box2	{background-color: #ffffff}

/* トグルボタン */
#menubtn	{padding: 6px 12px;
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 20px;
	right: 15px;
	cursor: pointer}

#menubtn:hover	{background-color: #dddddd}

#menubtn:focus	{outline: none}

#menubtn i	{color: #888888;
	font-size: 18px}

#menubtn span	{display: inline-block;
	text-indent: -9999px}



/* ナビゲーションメニュー（縦並び） */
#menu	{display: none}

.menu ul	{margin: 0;
	padding: 0;
	list-style: none}

.menu li a	{display: block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.menu li a:hover	{background-color: #eeeeee}

/* 地図 */
.gmap iframe, .gmap object, .gmap embed{
position: absolute;
top: 0;
left: 10%;
max-width: 100%;
max-height: 100%;
}


/* アバウトページ---------------------------------------------------------------------------------------------------- */
.access table, th, td	{border: solid 10px #ffffff}

.access table	{border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
        margin-bottom: 30px}

.access th, td	{padding: 0}

.access th	{width: 150px;
	background-color: #dddddd;
	text-align: left;
        font-size: 10px;
        font-weight: normal}

.access td	{width: 450px;
	background-color: #ffffff}

.access caption	{font-weight: normal;
	background-color: #dddddd;
	border-radius: 10px;
	padding: 5px;
	margin-bottom: 10px}

.access h2   {margin-top: -40;
       padding-top: 0;
	padding-left: 10px;
        margin-left: 20px;
	border-bottom: solid 2px #ff8c00;
	font-weight: bold;
        font-size: 12px}

.access li   {font-size: 10px}

.access h3   {margin: 0;
        padding: 0;
        list-style: none;
        font-weight: normal;
        font-size: 14px}

}




/* ########### 768px以上 ########### */
@media (min-width: 768px) {

/* BOX2をバーの形にする */
.box2	{background-color: #000000}

/* トグルボタン */
#menubtn	{display: none}

/* ナビゲーション */
#menu	{display: block !important}

.menu ul	{margin: 0;
	padding-left: 10px;
	list-style: none}

.menu li a	{display: block;
	padding: 15px;
	color: #ffffff;
	font-size: 10px;
	text-decoration: none}

.menu li a:hover	{background-color: #75dbe7}

.menu ul:after	{content: "";
	display: block;
	clear: both}

.menu li	{float: left;
	width: auto}

/* ロゴの切り替え（表示・非表示） */
.site h2   {display: none}

/* 地図 */
.gmap iframe, .gmap object, .gmap embed{
position: absolute;
top: 0;
left: 10%;
max-width: 100%;
max-height: 100%;
}




}



/* ########### 1024px以上 ########### */
@media (min-width: 1024px) {

/* BOX2をバーの形にする */
.box2	{background-color: #000000}

/* トグルボタン */
#menubtn	{display: none}

/* ナビゲーション */
#menu	{display: block !important}

.menu ul	{margin: 0;
	padding-left: 40px;
	list-style: none}

.menu li a	{display: block;
	padding: 15px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none}

.menu li a:hover	{background-color: #75dbe7}

.menu ul:after	{content: "";
	display: block;
	clear: both}

.menu li	{float: left;
	width: auto}

/* ロゴの切り替え（表示・非表示） */
.site h2   {display: none}

/* 地図 */
.gmap iframe, .gmap object, .gmap embed{
position: absolute;
top: 0;
left: 30%;
max-width: 100%;
max-height: 100%;
}


/* 全体の横幅を固定 */
 .boxA, .bread, .box2-inner,  .share, .box5-inner
	{width: 1000px;
	margin-left: auto;
	margin-right: auto}

}