@charset "utf-8";

/*ここでは
	TOPページ
	などを記述します
*/

.top_bg{
	/*background: url(../img/top/top_bg.png);*/
	/*
	width: 100%;
	height: 100%;
	position: absolute;*/
	}

/* ↓↓↓ローディングのスタイル↓↓↓ */
#main_contents{}
.body_height{
	overflow: hidden;
	position: fixed;
	}
#loading {
	z-index: 5;
	background: #F7F7F7;
	width: 100%;
	z-index: 16;
}
#loading img{
	width: 96px; /* gif画像の幅 */
	height: 96px; /* gif画像の高さ */
	margin: -68px 0 0 -68px; /* gif画像を画面中央に */
	padding: 20px; /* gif画像を大きく */
	/*background: #BABABA;*/ /* gif画像の背景色 */
	/*opacity: 0.5;*/ /* 透過させる */
	opacity: 1;
	border-radius: 15px; /* 丸角 */
	position: fixed; /* gif画像をスクロールさせない */
	left: 50%; /* gif画像を画面横中央へ */
	top: 50%; /* gif画像を画面縦中央へ */
	z-index: 6;
}
body.noscroll{
  position: fixed;
  overflow-y: scroll;
}
/* ↑↑↑ローディングのスタイル↑↑↑ */

body{ width: 100%;}
.top_bg{
	/*background: url(../img/parts/top_bg.png);*/
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	}

#main_img_area {
	/*width: 100%;*/
	min-width: 1160px;
	margin: 0 auto;
	/*overflow: hidden;*/
	position: relative;
	background: url(../img/top/main1.jpg) no-repeat scroll center center / cover;　/*ちらつき軽減*/
}
#main_img_area::after {
	clear: both;
	content: " ";
	display: block;
}

#main_img_area .top_box{
	position: absolute;
	top: 0;
	z-index: 15;
	width: 100%;
	}

.sobetsutown{
	text-align: center;
	}
.sobetsutown img{
	margin: 0 auto;
	}
	

#main_img_area h1 {
	font-family: "游明朝", YuMincho, "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #FFFFFF;
	font-weight: 500;
	position: absolute;
	z-index: 2;
	top: 39%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-shadow: 0px 0px 7px #000;
	max-width: 420px;
}
#main_img_area h1 img{
	max-width: 100%;
	height: 100%;
	}
#main_img_area h2{
	font-family: "游明朝", YuMincho, "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #FFFFFF;
	font-weight: 900;
	position: absolute;
	z-index: 2;
	bottom: 25%;
	/*left: 49.5%;*/
	text-align: center;
	display: block;
	width: 100%;
	font-size: 32px;
	letter-spacing: 1px;
	text-shadow: 0 1px 3px #727272;
}


#main_img_area .slider,#main_img_area .slide_area{
	text-align: center;
	width: 100%;
	height: 100%;
}
#main_img_area .main1{
	background: url(../img/top/main1.jpg) no-repeat scroll center center / cover;
}
#main_img_area .main2{
	background: url(../img/top/main2.jpg) no-repeat scroll center center / cover;
}
#main_img_area .main3{
	background: url(../img/top/main3.jpg) no-repeat scroll center center / cover;
	position: relative;
}
#main_img_area .main3 .credit{
	position: absolute;
	right: 5%;
	bottom: 5%;
	display: block;
	max-width: 250px;
	}
	@media screen and (max-width: 1366px) {
		#main_img_area .main3 .credit{
			right: 3%;
			bottom: 20%;
		}
	}
	@media screen and (max-width: 1280px) {
		#main_img_area .main3 .credit{
			bottom: 15%;
		}
	}
	@media screen and (max-width: 990px) {
		#main_img_area .main3 .credit{
			bottom: 20%;
		}
	}
	@media screen and (max-width: 768px) {
		#main_img_area .main3 .credit{
			bottom: 3%;
		}
	}
	@media screen and (max-width: 679px) {
		#main_img_area .main3 .credit{
			max-width: 180px;
		}
	}
#main_img_area .main4{
	background: url(../img/top/main4.jpg) no-repeat scroll center center / cover;
}
#main_img_area .main5{
	background: url(../img/top/main5.jpg) no-repeat scroll center center / cover;
}
#main_img_area .main6{
	background: url(../img/top/main6.jpg) no-repeat scroll center center / cover;
}
#main_img_area .main7{
	background: url(../img/top/main7.jpg) no-repeat scroll center center / cover;
}
#main_img_area .main8{
	background: url(../img/top/main8.jpg) no-repeat scroll center center / cover;
}
#main_img_area .main9{
	background: url(../img/top/main9.jpg) no-repeat scroll center center / cover;
}
#main_img_area .main10{
	background: url(../img/top/main10.jpg) no-repeat scroll center center / cover;
}

/*グローバルボタン*/
#global_btn{
	position: relative;
	width: 100%;
	}
#global_btn .global{
	text-align: center;
	position: absolute;
	bottom: -20px;
	z-index: 1;
	width: 100%;
	}
#global_btn ul{
	text-align: center;
	display: inline-block;
	}
#global_btn ul::after { clear: both; content: " "; display: block;}
#global_btn ul li{
	float: left;
	/* box-shadow */
	box-shadow:0px 2px 5px -1px #a8a8a8;
	width: 315px;
	text-align: center;
	}
#global_btn ul li a{
	display: block;
	padding: 25px 0 30px;
	background: url(../img/parts/global_li_bg.png);
	}
#global_btn ul li a span{
	display: block;
	height: 90px;
	}
#global_btn ul li:nth-of-type(1) a span{
	background: url(../img/top/link_kurashi.png) no-repeat center / auto 100%;
}
#global_btn ul li:nth-of-type(2) a span{
	background: url(../img/top/link_kanko.png) no-repeat center / auto 100%;
}
#global_btn ul li:nth-of-type(3) a span{
	background: url(../img/top/link_ijyu.png) no-repeat center / auto 100%;
}

	/*hover*/
	#global_btn ul li:nth-of-type(1) a:hover{
		background: url(../img/parts/li_bg_01.png);
		}
		#global_btn ul li:nth-of-type(1) a:hover span{
			background: url(../img/top/w/link_kurashi.png) no-repeat center / auto 100%;
		}
	#global_btn ul li:nth-of-type(2) a:hover{
		background: url(../img/parts/li_bg_02.png);
		}
		#global_btn ul li:nth-of-type(2) a:hover span{
			background: url(../img/top/w/link_kanko.png) no-repeat center / auto 100%;
		}
	#global_btn ul li:nth-of-type(3) a:hover{
		background: url(../img/parts/li_bg_03.png);
		}
		#global_btn ul li:nth-of-type(3) a:hover span{
			background: url(../img/top/w/link_ijyu.png) no-repeat center / auto 100%;
		}

.caution_box{
	border-top: 2px solid #d70c18;
	border-bottom: 2px solid #d70c18;
	padding: 12px 20px;
	color: #d70c18;
	margin: 60px 0 0;
	}
.caution_box a{
	color: #d70c18;
	}
.caution_box a:hover{
	text-decoration: underline;
	}
.caution_box .ex{
	background: url(../img/icon/ex.png) no-repeat left top 3px;
	padding-left: 37px;
	font-weight: bold;
	}
@media screen and (max-width: 1366px) {
	

}
@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 990px) {
	#main_img_area {
		min-width: 100%;
	}
	#main_img_area h1 {
		top: 37%;
		left: 49.5%;
		max-width: 300px;
	}
	#main_img_area h2{
		font-size: 30px;
		}
	#global_btn ul{
		width: 88%;
		margin: 0 auto;
		}
	#global_btn ul li{
	width: 33.3%;
	}

}
@media screen and (max-width: 768px) {
	#main_img_area h1{
	max-width: 45%;
	}
	#global_btn .global{
		position: relative;
		bottom: auto;
		}
	#global_btn ul{
		width: 100%;
		overflow: hidden-x;
		}
	#global_btn ul li{
		float: none;
		width: 100%;
		border-bottom: 1px solid #c0c0c0;
		box-shadow: none;
		}
		#global_btn ul li a{
			padding: 15px 0;
			}
		#global_btn ul li a span{
			height: 50px;
			}
		#global_btn ul li:nth-of-type(1) a span{
			background: url(../img/top/link_kurashi_sp.png) no-repeat center / auto 26px;
		}
		#global_btn ul li:nth-of-type(2) a span{
			background: url(../img/top/link_kanko_sp.png) no-repeat center / auto 25px;
		}
		#global_btn ul li:nth-of-type(3) a span{
			background: url(../img/top/link_ijyu_sp.png) no-repeat center / auto 25px;
		}
			/*hover*/
			#global_btn ul li:nth-of-type(1) a:hover span{
				background: url(../img/top/w/link_kurashi_sp.png) no-repeat center / auto 26px;
			}
			#global_btn ul li:nth-of-type(2) a:hover span{
				background: url(../img/top/w/link_kanko_sp.png) no-repeat center / auto 25px;
			}
			#global_btn ul li:nth-of-type(3) a:hover span{
				background: url(../img/top/w/link_ijyu_sp.png) no-repeat center / auto 25px;
			}
	#global_btn ul li:nth-of-type(3){
		border-bottom: 1px solid #e3e3e3;
		}
	#main_img_area h2{
		bottom: 20%;
		}
	
}
@media screen and (max-width: 679px) {
		.sobetsutown img{
			width: 150px;
			}
		#main_img_area h1{
			top: 45%;
			}
		#main_img_area h2{
			width: 100%;
			letter-spacing: 0px;
			font-size: 18px;
			text-align: center;
			}
		
		.footer_bottom{
			width: 96%;
			}
		.footer_bottom{
			font-size: 10px;
			}
		.footer_bottom .privacy{
			width: 33%;
			}
		.footer_bottom .copyright{
			width: 67%;
			}
		


}


/*-----slickslider用-----*/

.slick-dots{
	bottom: 20%;
	z-index: 3;
	}
.slick-dots li{
	width: 10px;
	height: 10px;
	}



@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 990px) {



}
@media screen and (max-width: 768px) {
	.slick-dots{
		bottom: 10%;
		}


}
@media screen and (max-width: 679px) {


}





/* 2023/01/24 SPメニュー追加 */
@font-face {
    font-family: 'Dashed';
    src: url("../../resources/fonts/LearningCurveDashed.eot");
    src: url("../../resources/fonts/LearningCurveDashed.eot?iefix") format("eot"), url("../../resources/fonts/LearningCurveDashed.woff") format("woff"), url("../../resources/fonts/LearningCurveDashed.ttf") format("truetype"), url("../../resources/fonts/LearningCurveDashed.svg#webfont") format("svg")
}
@font-face {
    font-family: "iconfont";
    src: url("../../resources/fonts/iconfont.eot?v=20160505");
    src: url("../../resources/fonts/iconfont.eot?v=20160505#iefix") format("eot"), url("../../resources/fonts/iconfont.woff?v=20160505") format("woff"), url("../../resources/fonts/iconfont.ttf?v=20160505") format("truetype"), url("../../resources/sfonts/iconfont.svg?v=20160505#iconfont") format("svg")
}
.p-header__link li a:after, .p-header__search__btn:after, .p-header__sns-btns__list__item a.__facebook:after, .p-header__sns-btns__list__item a.__email:after, .p-header__contact__text__tel:before, .p-header__contact__text__email a:before, .p-header__sideNav__listItem a.__sightseeing:before, .p-header__sideNav__listItem a.__immigration:before, .p-header__small-btns li a:after, .p-entries-relation__header__more-btn a:after {
    font-family: "iconfont";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    position: relative;
    top: -0.1em;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    speak: none;
    text-decoration: inherit;
    text-decoration: none;
}

.sp_menu_box .p-header__link {
    position: absolute;
    top: 22px;
    left: 328px;
    font-size: 0
}
.sp_menu_box .p-header__link li {
    display: inline-block;
    font-size: 12px
}
.sp_menu_box .p-header__link li:not(:last-child):after {
    content: "ï½œ";
    margin: 0 5px;
    color: #231815
}
.sp_menu_box .p-header__link li a {
    color: #231815;
    text-decoration: none
}
.sp_menu_box .p-header__link li a:hover {
    text-decoration: underline
}
@media(max-width: 768px) {
    .sp_menu_box .p-header__link {
        position: static;
        display: block;
        margin: 15px 0
    }
    .sp_menu_box .p-header__link ul {
		padding-left: 0;
    }
    .sp_menu_box .p-header__link li {
        display: block;
        margin: 10px 0;
        width: 100%;
        font-size: 12px
    }
    .sp_menu_box .p-header__link li:not(:last-child):after {
        display: none
    }
    .sp_menu_box .p-header__link li a {
        display: block;
        width: 100%;
        padding: 7px 10px;
        color: #fff;
        text-align: center;
        text-indent: 10px;
        background-color: #000;
        box-sizing: border-box
    }
    .sp_menu_box .p-header__link li a:after {
        content: "";
        font-size: 10px;
        margin-left: -4px
    }
    .sp_menu_box .p-header__link li a:hover {
        text-decoration: none;
        opacity: .7
    }
}

@media(max-width: 768px) {
    .sp_menu_box .p-header__controlls__inner {
        position: static;
        padding: 15px
    }
}

.sp_menu_box .sp_menu_box .p-header__search {
    position: absolute;
    top: 18px;
    left: 530px;
    overflow: hidden;
    width: 120px;
    font-size: 13px
}
.sp_menu_box .p-header__search input {
    width: 116px;
    padding: 2px 10px
}
@media(max-width: 768px) {
    .sp_menu_box .p-header__search {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin: 0 0 15px;
        width: auto
    }
    .sp_menu_box .p-header__search input {
        display: block;
        width: 100%;
        padding: 5px 10px !important;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
    }
}
.sp_menu_box .p-header__search__btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: #231815
}
.sp_menu_box .p-header__search__btn:after {
    content: "";
    color: #fff;
    font-size: 18px;
    margin-top: 1px;
    text-indent: -1px
}
.sp_menu_box .p-header__search__btn:hover {
    opacity: .7
}
@media(max-width: 768px) {
    .sp_menu_box .p-header__search__btn {
        width: 40px
    }
}
.sp_menu_box .p-header__font-btns {
    position: absolute;
    top: -1px;
    left: 760px;
    font-size: 0
}
@media(max-width: 768px) {
    .sp_menu_box .p-header__font-btns {
        display: none
    }
}
.sp_menu_box .p-header__font-btns__heading {
    display: inline-block;
    font-size: 10px;
    margin: 0 auto 0 0;
}
.sp_menu_box .p-header__font-btns__list {
    display: block;
}
.sp_menu_box .p-header__font-btns__list__item {
    display: block;
    margin: 2px auto;
    padding: 1px 5px;
    color: #fff;
    text-align: center;
    text-indent: 2px;
    font-size: 11px;
    letter-spacing: 2px;
    border-radius: 3px;
    background-color: #231815;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.sp_menu_box .p-header__font-btns__list__item:hover {
    opacity: .7
}
.sp_menu_box .p-header__font-btns__list__item.__is-active {
    background-color: #004094
}
.sp_menu_box .p-header__contact {
    position: absolute;
    top: -10px;
    right: 0;
    padding: 15px 10px 9px;
    text-align: center;
    border-bottom: 1px solid #c9caca;
    background-color: #e5e5e6
}
@media(max-width: 768px) {
    .sp_menu_box .p-header__contact {
        position: relative;
        margin: 15px 0;
        padding: 15px
    }
}
.sp_menu_box .p-header__contact__text__tel {
    display: block;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 2px
}
.sp_menu_box .p-header__contact__text__tel:before {
    content: "";
    margin-right: 4px;
    color: #231815
}
@media(max-width: 768px) {
    .sp_menu_box .p-header__contact__text__tel {
        margin-bottom: 10px;
        font-size: 20px;
        letter-spacing: 0
    }
}
.sp_menu_box .p-header__contact__text__limit {
    display: block;
    margin-bottom: 2px;
    font-size: 10px;
    letter-spacing: 0.6px;
    line-height: 1.2
}
@media(max-width: 768px) {
    .sp_menu_box .p-header__contact__text__limit {
        font-size: 12px
    }
}
.sp_menu_box .p-header__contact__text__email a {
    display: block;
    position: relative;
    padding: 2px 4px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    border-radius: 1px;
    background-color: #231815;
    letter-spacing: 1px;
    line-height: 1.5
}
.sp_menu_box .p-header__contact__text__email a:before {
    content: "";
    margin-right: 6px;
    color: #fff;
    line-height: 0
}
.sp_menu_box .p-header__contact__text__email a:hover {
    opacity: .7
}
@media(max-width: 768px) {
    .sp_menu_box .p-header__contact__text__email {
        margin-bottom: 5px
    }
    .sp_menu_box .p-header__contact__text__email a {
        padding: 8px;
        font-size: 14px
    }
}


.sp_menu_box ul.imprint{
	width: 90%;
	padding: 0;
}
.sp_menu_box  ul.imprint li.sns a{
	padding: 0;
	height: 30px;
	min-height: inherit;
}
.sp_menu_box ul.imprint li.sns {
    width: auto;
	border-bottom: none !important;
}




/* 2023/01/24 ブログエリア追加 */

.p-container__fluid {
	width: 100%;
	box-sizing: border-box;
}
@media (max-width: 768px) {
	.p-container__fluid {
		width: auto;
		margin-left: -15px;
		margin-right: -15px;
	}
}

.content .top-entries-new {
	margin: 30px auto;
	padding: 0 0 60px;
	/* background-color: #f7f4ed; */
}
@media (max-width: 679px) {
	.content .top-entries-new {
		margin: 30px auto 0;
		padding: 15px 20px;
	}
}
.content .top-entries-new__main {
	width: 100%;
}
@media (max-width: 768px) {
	.content .top-entries-new__main {
		width: 100%;
	}
}
.content .top-entries-new__sub {
	float: right;
	width: 33%;
}
@media (max-width: 768px) {
	.content .top-entries-new__sub {
		float: none;
		width: 100%;
	}
}

.content .top-heading-delta {
	text-align: center;
	position: relative;
	z-index: 1;
	min-height: 100px;
	margin-bottom: 25px;
	padding-top: 8px;
	box-sizing: border-box;
}

.content .top-heading-delta img {
	width: 276px;
	height: auto;
}
/*
.content .top-heading-delta:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 100px solid #fff33f;
	border-left: 140px solid transparent;
	border-right: 140px solid transparent;
}
*/
.content .top-heading-delta .__tag {
	display: block;
	font-size: 154%;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
		"Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.3;
}
.content .top-heading-delta .__text {
	display: block;
	font-size: 185%;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
		"Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.3;
}
@media (max-width: 768px) {
	.content .top-heading-delta {
		min-height: 70px;
		margin-bottom: 25px;
		padding-top: 0;
	}
	.content .top-heading-delta img {
		width: 200px;
		height: auto;
	}
	/*
	.content .top-heading-delta:before {
		top: -10px;
		border-top-width: 70px;
		border-left-width: 100px;
		border-right-width: 100px;
	}
	*/
	.content .top-heading-delta .__tag {
		font-size: 20px;
	}
	.content .top-heading-delta .__text {
		font-size: 20px;
	}
}

.content .top-entries-new__list {
	margin: -1.5% -1% 20px;
}
.content .top-entries-new__list:after {
	content: " ";
	display: block;
	clear: both;
}
.content .top-entries-new__listItem {
	float: left;
	width: 31.33%;
	margin: 1.5% 1%;
}
.content .top-entries-new__listItem:nth-child(3n + 1) {
	clear: both;
}
.content .top-entries-new__listItem a {
	display: block;
	color: inherit;
	text-decoration: none;
}
.content .top-entries-new__listItem a:after {
	content: " ";
	display: block;
	clear: both;
}
.content .top-entries-new__listItem a .__thumb {
	overflow: hidden;
	display: block;
	margin-bottom: 8px;
	height: 136px;
}
.content .top-entries-new__listItem a .__thumb img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.content .top-entries-new__listItem a .__title {
	display: block;
	margin-bottom: 4px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
}
.content .top-entries-new__listItem a .__text {
	display: block;
	margin-bottom: 20px;
	line-height: 1.3;
}
.content .top-entries-new__listItem a .__date {
	display: block;
	margin-bottom: 5px;
	line-height: 1.5;
}
.content .top-entries-new__listItem a .__tag {
	display: inline-block;
	min-width: 50px;
	padding: 0 10px;
	font-size: 11px;
	text-align: center;
	line-height: 1.5;
	background-color: #efeeee;
}
.content .top-entries-new__listItem a:hover .__thumb {
	opacity: 0.7;
}
.content .top-entries-new__listItem a:hover .__title {
	color: #daa520;
}
@media (max-width: 768px) {
	.content .top-entries-new__list {
		margin: 0 0 20px;
	}
	.content .top-entries-new__listItem {
		float: none;
		width: 100%;
		margin: 0 0 10px;
	}
	.content .top-entries-new__listItem a .__thumb {
		float: left;
		width: 80px;
		height: 54px;
		margin: 0 10px 0 0;
	}
	.content .top-entries-new__listItem a .__title {
		font-size: 14px;
	}
	.content .top-entries-new__listItem a .__date {
		line-height: 1.5;
	}
	.content .top-entries-new__listItem a .__tag {
		display: inline-block;
		min-width: 50px;
		float: right;
		padding: 0 10px;
		font-size: 11px;
		text-align: center;
		line-height: 1.5;
		background-color: #efeeee;
	}
	.content .top-entries-new__listItem a:hover .__thumb {
		opacity: 0.7;
	}
	.content .top-entries-new__listItem a:hover .__title {
		color: #daa520;
	}
}
.content .top-entries-new__more-btn {
	text-align: right;
}
.content .top-entries-new__more-btn a {
	display: inline-block;
	padding: 5px 15px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	background-color: #231815;
}
.content .top-entries-new__more-btn a:hover {
	opacity: 0.7;
}
@media (max-width: 768px) {
	.content .top-entries-new__more-btn {
		margin: 15px 0;
		text-align: center;
	}
	.content .top-entries-new__more-btn a {
		padding: 5px 15px;
		font-size: 13px;
	}
}

.footer_menu ul li a {
    display: inline-block;
}


















