@charset "UTF-8";
/* ==================================================
   基本設定
================================================== */

* {
	box-sizing: border-box;
}
body {
	color: #000;
	font-size: 15px;
	line-height: 1.5;
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-feature-settings: "pkna";
	font-weight: 400;
}

@media screen and (min-width:768px) {
body {
	position: relative;
	min-width: 1120px;
}
}
a {
	color: #015390;
}
ul {
	margin: 0;
	padding: 0;
	font-size: 0;
}
li {
	list-style: none;
	font-size: 1rem;
}

/* ==================================================
   マルチクラス
================================================== */


/* センタリング用クラス
--------------------------------------------------------- */

@media screen and (min-width:768px) {
.-u-CenterBox {
	margin: 0 auto;
	width: 1120px;
	min-width: 1120px;
}
}

@media screen and (max-width:767px) {
.-u-CenterBox {
	width: 100%;
	padding: 0 15px 15px;
}
}

/* 表示非表示切り替え
--------------------------------------------------------- */


/* SP */

@media screen and (max-width:767px) {
.-u-SpNonePcBlock {
	display: none;
}
.-u-SpNonePcinline {
	display: none;
}
.-u-PcNoneSpBlock {
	display: block;
}
.-u-PcNoneSpinline {
	display: inline;
}
}

/* PC */

@media screen and (min-width:768px) {
.-u-SpNonePcBlock {
	display: block;
}
.-u-SpNonePcinline {
	display: inline;
}
.-u-PcNoneSpBlock {
	display: none;
}
.-u-PcNoneSpinline {
	display: none;
}
}

/* ==================================================
   ヘッダー
================================================== */

@media screen and (min-width:768px) {
.Header {
	padding-bottom: 44px;
	background-color: rgba(247, 247, 247, 0.3)
}
.Header__inner {
	padding: 11px 0 14px;
	background-color: #fff;
}
.Header__center {
	position: relative;
}
.CautionBox {
	float: left;
	margin-left: -18px;
}
.SearchBox {
	float: right;
}
}

/* CautionList
--------------------------------------------------------- */

@media screen and (min-width:768px) {
.CautionList {
	margin: 0;
	display: table;
}
.CautionList i {
	font-size: 18px;
}
.CautionList__title,  .CautionList__text {
	display: table-cell;
	padding: 4px 10px 6px;
}
.CautionList__title {
	border-radius: 4px 0 0 4px;
	color: #fff;
	background-color: #e3010c;
}
.CautionList__text {
	width: 20em;
	border-radius: 0 3px 3px 0;
	border: 1px solid #333;
	border-left: none;
}
}

@media screen and (max-width:767px) {
.CautionBox {
	margin: 0 -15px;
	padding: 15px 5% 15px;
	font-size: 90%;
	background-color: #f3f3f3;
}
.CautionList {
	margin: 0;
	width: 100%;
	display: table;
}
.CautionList i {
	font-size: 16px;
}
.CautionList__title,  .CautionList__text {
	display: table-cell;
	padding: 4px 5px 6px;
}
.CautionList__title {
	width: 35%;
	border-radius: 4px 0 0 4px;
	color: #fff;
	background-color: #e3010c;
}
.CautionList__text {
	width: 100%;
	border-radius: 0 3px 3px 0;
	border: 1px solid #333;
	border-left: none;
	background-color: #fff;
}
}

/* Title
--------------------------------------------------------- */

@media screen and (min-width:768px) {
.TitleBox {
	margin: 0;
	position: absolute;
	left: 38%;
	top: -11px;
}
.TitleBox a {
	display: block;
	cursor: pointer;
}
}

@media screen and (max-width:767px) {
.SpTitleBox {
	margin: 0 -15px;
	position: relative;
	text-align: center;
	padding-top: 70px;
	margin-bottom: -50px;
	z-index: 100;
	background-image: url(../images/sp_header_title.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	border-top: 3px solid #04518a;
}
}

@media screen and (max-width:767px) and (min-width:470px) {
.SpTitleBox {
	padding-bottom: 50px;
}
}

@media screen and (max-width:767px) and (min-width:670px) {
.SpTitleBox {
	padding-bottom: 73px;
	margin-bottom: -73px;
}
}

/* SpMainvisual
--------------------------------------------------------- */
@media screen and (max-width:767px) {
.SpMainvisual {
	position: relative;
	height: 230px;
	background-repeat: no-repeat;
	background-size: cover;
}
}

@media screen and (max-width:767px) and (min-width:470px) {
.SpMainvisual {
	height: 300px;
}
}

@media screen and (max-width:767px) and (min-width:670px) {
.SpMainvisual {
	height: 400px;
}
}

/* SearchBox
--------------------------------------------------------- */

@media screen and (min-width:768px) {
.SearchBox {
}
}

@media screen and (max-width:767px) {
.SpSearchBox {
	padding: 15px 2% 15px;
	width: 100%;
	text-align: center;
}
.SpSearchBox img {
	width: 90%;
	height: auto;
}
}

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

@media screen and (min-width:768px) {
.Main {
	margin-top: 180px;
}
.MainSection {
	position: relative;
}
.Body__inner {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -100;
	display: block;
	min-width: 100%;
	min-height: 100%;
	max-width: 1400px;
	margin: 0 auto;
	width: auto;
	height: auto;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
}
.Body__secoundInner {
	background-image: url(../images/mainvisual_bg.png);
	background-repeat: repeat-x;
	background-size: 1px auto;
	background-position: top left;
}
}

/*@media screen and (min-width:1800px) {
    .Body__inner {
		background-size: 90% auto;
		background-color: #2f2f2f;
    }
}
@media screen and (min-width:2000px) {
    .Body__inner {
		background-size: 80% auto;
		background-color: #2f2f2f;
    }
}
@media screen and (min-width:2200px) {
    .Body__inner {
		background-size: 70% auto;
		background-color: #2f2f2f;
    }
}*/
/* MainCategoryBox
--------------------------------------------------------- */

@media screen and (min-width:768px) {
.LivingBox {
	position: relative;
	height: 440px;
	width: 400px;
	float: left;
	cursor: pointer;
}
.SightseeingBox {
	position: relative;
	height: 440px;
	width: 400px;
	float: right;
	cursor: pointer;
}
.LivingBox:hover {
	cursor: pointer;
}
.Oringebtn,  .GreenBtn {
	position: absolute;
	bottom: 0;
}
.HoverContent img {
	width: 100%;
}
.HoverContent__text {
	color: #000;
}
.HoverContent__btn {
	margin: 20px 0 0px;
}
.Recommendation {
	width: 265px;
	height: 400px;
	position: absolute;
	top: 282px;
	left: 38%;
	text-align: center;
	background-size: 265px auto;
	background-image: url(../images/Recommendation_bg.png);
	background-repeat: no-repeat;
	padding-top: 30px;
	color: #04518a;
	font-size: 18px;
}
.Recommendation__title {
	margin: 7px 0;
}
}

@media screen and (max-width:767px) {
.RecommendationSection {
	padding: 0;
}
.SpMainCategoryBox {
	margin-bottom: 1em;
	width: 100%;
	display: table;
}
.SpLivingBox,  .SpSightseeingBox {
	width: 50%;
	display: table-cell;
	text-align: center;
}
.SpLivingBox img,  .SpSightseeingBox img {
	display: none;
}
.SpLivingBox__title {
	margin: 0 0 -5px;
	font-size: 150%;
	font-weight: 400;
	color: #fff;
}
.SpLivingBox {
	border-right: 1px solid #fff;
	background-color: rgba(205,93,6,1.00);
}
.SpSightseeingBox {
	background-color: rgba(80,125,14,1.00);
}
.Recommendation {
	width: 100%;
	margin: 0 auto 15px;
	padding: 15px 30px;
	background-color: #f3f3f3;
}
.Recommendation__title {
	margin: 0 0 10px;
	;
	color: rgba(0,104,183,1);
	font-size: 110%;
	text-align: center;
}
}

/* ホバーコンテンツ
--------------------------------------------------------- */
@media screen and (min-width:768px) {
.-slideObj {
	display: none;
}
}

@media screen and (max-width:767px) {
.-slideObj {
	display: none;
}
}

/* ナビリスト＆タブリスト
--------------------------------------------------------- */

@media screen and (min-width:768px) {
.NaviAndSns {
	position: relative;
	padding: 35px 0 15px;
}
.NaviWrap,  .TabWrap {
	width: 545px;
}
.NaviWrap {
	float: left;
}
.TabWrap {
	float: right;
}
}

@media screen and (max-width:767px) {
.NaviWrap {
	margin-bottom: 30px;
}
}

/* ナビリスト
--------------------------------------------------------- */

@media screen and (min-width:768px) {
.NavList {
	width: 100%;
	border-radius: 4px;
	border: 2px solid #04518a;
	background-color: #fff;
}
.NavList li {
	width: 50%;
	display: inline-table;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
}
.NavList li:nth-child(even) {
	border-right: none;
}
.NavList li a {
	padding: 20px 30px 18px 30px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.NavList li .icon-rightArrow:before {
	font-size: 80%;
	font-weight: bold;
	vertical-align: top;
	margin-top: 7px;
}
}

@media screen and (max-width:767px) {
.NavList {
	width: 100%;
	border-radius: 4px;
	border: 2px solid #04518a;
	background-color: #fff;
}
.NavList li {
	width: 50%;
	display: inline-table;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
}
.NavList li:nth-child(odd) {
	border-left: none;
}
.NavList li a {
	padding: 1em;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.NavList li .icon-rightArrow:before {
	font-size: 80%;
	font-weight: bold;
	vertical-align: top;
	margin-top: 7px;
}
}

/* タブリスト
--------------------------------------------------------- */

@media screen and (min-width:768px) {
.-hide {
	display: none;
}
.TabBox {
	height: 100%;
	border: 2px solid #04518a;
	border-radius: 4px;
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}
.TabContent {
	overflow: auto;
	padding: 15px 15px 0 26px;
}
.TabContent img {
	width: 100%;
}
.TabSelecter {
	display: table;
	width: 100%;
	background-color: #04518a;
}
.TabSelecter li {
	display: table-cell;
	color: #fff;
	width: 50%;
	padding: 14px 0;
	font-weight: bold;
	text-align: center;
	background-color: #04518a;
}
.TabSelecter li.select {
	color: #000;
	border-radius: 4px 4px 0 0;
	background-color: #fff;
}
.TabSelecter li span {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	width: 100%;
	display: block;
	padding: 0 1em;
}
.TabSelecter li:first-child span {
	border: none;
}
}

@media screen and (max-width:767px) {
.-hide {
	display: none;
}
.TabContent li {
	padding-top: 30px;
	height: 400px;
	overflow: hidden;
}
.TabSelecter {
	display: table;
	width: 100%;
}
.TabSelecter li {
	display: table-cell;
	color: #fff;
	width: 50%;
	padding: 14px 0;
	border-radius: 4px 4px 0 0;
	font-weight: bold;
	text-align: center;
	background-color: #04518a;
}
.TabSelecter li.select {
	border: 1px solid #04518a;
	color: #000;
	border-radius: 4px 4px 0 0;
	background-color: #fff;
}
.TabSelecter li span {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	width: 100%;
	display: block;
	padding: 0 1em;
	font-size: 85%;
}
.TabSelecter li:first-child span {
	border: none;
}
}

/* オススメ情報
--------------------------------------------------------- */

.-BnrSlider {
	margin: 0 auto;
	width: 70%;
}
.-BnrSlider img, .-SpBnrSlider img {
	width: 100%;
}

/* ボタン
--------------------------------------------------------- */

@media screen and (min-width:768px) {
.Oringebtn,  .GreenBtn {
	width: 395px;
	padding: 32px 1em 20px;
	background-color: #fff;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	text-decoration: none;
}
.Oringebtn span,  .GreenBtn span {
	margin-top: 5px;
	display: block;
}
.Oringebtn {
	border: 4px solid #eb6a09;
}
.Oringebtn span {
	color: #eb6a09;
}
.GreenBtn {
	border: 4px solid #6aa01b;
}
.GreenBtn span {
	color: #6aa01b;
}
}

@media screen and (max-width:767px) {
.Oringebtn,  .GreenBtn {
	display: block;
	text-decoration: none;
	padding: 30px 10px;
}
.Oringebtn span,  .GreenBtn span {
	margin-top: 3px;
	display: block;
}
.Oringebtn span {
	margin: 0;
	font-size: 80%;
	color: rgba(255,255,255,0.85);
}
.GreenBtn span {
	margin: 0;
	font-size: 80%;
	color: rgba(255,255,255,0.85);
}
}

/* ==================================================
   フッター
================================================== */


/* PC */
@media screen and (min-width:768px) {
.Footer {
	margin: 30px auto 0;
	background-color: #015390;
	color: rgba(255, 255, 255, 0.9);
	clear: both;
}
.Footer__center {
	padding: 4px 0 4px 15%;
}
.Footer__title,  .Footer__address {
	display: inline-table;
	vertical-align: middle;
}
.Footer__title {
	padding-right: 20px;
}
.Footer__title img {
	width: 135px;
}
.Footer__address {
	font-size: 12px;
	font-style: normal;
	line-height: 1.6;
}
.Footer__copy {
	margin: 0;
	color: #989898;
	padding: .5em;
	font-size: 80%;
	text-align: center;
	background-color: #252525;
}
}

@media screen and (max-width:767px) {
.Footer {
	margin: 30px auto 0;
	background-color: #015390;
	color: rgba(255, 255, 255, 0.9);
	clear: both;
	text-align: center;
}
.Footer a {
	color: #fff;
}
.Footer__center {
	padding: 10px 2em;
}
.Footer__title,  .Footer__address {
	display: inline-table;
	vertical-align: middle;
}
.Footer__title {
	margin-left: -10px;
	display: block;
	text-align: center;
}
.Footer__title img {
	width: 135px;
}
.Footer__address {
	font-size: 10px;
	font-style: normal;
	line-height: 1.6;
}
.Footer__copy {
	margin: 0;
	color: #989898;
	padding: .5em;
	font-size: 70%;
	text-align: center;
	background-color: #252525;
}
}

/*****************************************************************************/
/* Googleカスタム検索　　　　　　　　　                                       */
/*****************************************************************************/
@media screen and (min-width:768px) {
#cse-search-form {
	width: 264px !important;
	margin: 0; /* don't touch */
	margin-right: 0;
	padding: 0; /* don't touch */
	padding-top: 0;
	position: absolute; /* don't touch */
	top: 0;
	right: 0;
	z-index: 99; /* don't touch */
	/*margin-left: 173px;  logo.gif width */
	/*height: 40px;  = SiteTitle height - (padding-top) */
	text-align: right; /* don't touch *//* don't use float for Mac IE5 */
}
}

@media screen and (min-width:768px) {
#cse-search-form td {
	padding: 3px 1px 0 3px !important;
}
#cse-search-form input[type="text"] {
	font-size: 12px;
	height: 34px;
	padding: 0 !important;
	width: 200px;
	border-color: #333;
}
td.gsc-search-button {
	width: 63px !important;
	padding-left: 5px !important;
}
#cse-search-form input.gsc-search-button {
	height: 34px;
	width: 40px;
	background: url(../images/search_btn.png)no-repeat 0 0;
	background-size: cover;
	border: 0px none;
	text-indent: -9999px;
	cursor: pointer;
}
table.gsc-branding,  td.gsc-clear-button,  div.gsc-clear-button {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
}
}

@media screen and (max-width:767px) {
#cse-search-form {
	margin: 0; /* don't touch */
	margin-right: 0;
	margin-left: 10px;
	padding: 0; /* don't touch */
	padding-top: 0;
	position: relative; /* don't touch */
	top: auto;
	right: auto;
	z-index: 99; /* don't touch */
	/*margin-left: 173px;  logo.gif width */
			/*height: 40px;  = SiteTitle height - (padding-top) */
	text-align: left; /* don't touch *//* don't use float for Mac IE5 */
}
#cse-search-form input.gsc-search-button {
	height: 34px;
	width: 40px;
	background: url(../images/search_btn.png)no-repeat 0 0;
	background-size: cover;
	border: 0px none;
	text-indent: -9999px;
	cursor: pointer;
}
#cse-search-form input[type="text"] {
	font-size: 12px;
	height: 34px;
	padding: 0 !important;
	width: 100%;
	border-color: #333;
}
}
