@charset "UTF-8";


[data-type="type2510"]
{

}


/*=========================================================================================================

　MAIN VISUAL

=========================================================================================================*/



.mv_box_2510
{
	display: flex;
	justify-content: space-between;
	align-items: center;

	padding : 60px 0 120px;
	
	background: #fff;
}

.mv_box_2510 .mv_text_box
{
	display: flex;
	justify-content:center;
	align-items:center;
	
	width: 30%;

	container-type: inline-size;
}

.mv_box_2510 .mv_text_box .text_01
{
	display: block;
	
	font-family    : "Senobi Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color          : #44535a;
	font-size      : max(9cqw, 160%);
	font-weight    : bold;
	text-align     : left;
	line-height    : 1.6;
	letter-spacing : -0.1em;
}

.mv_box_2510 .mv_text_box .text_02
{
	display: block;

	margin-top     : 20px;
	margin-left    : -5px;
	
	font-family    : "Senobi Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color          : #f8b469;
	font-size      : max(13.5cqw, 240%);
	font-weight    : bold;
	text-align     : left;
	line-height    : 1.5;
	letter-spacing : -0.1em;
}

.mv_box_2510 .mv_slide_box
{
	width: 70%;

}

.mv_box_2510 .mv_slide_box .slider
{
	
}

.mv_box_2510 .mv_slide_box .slider li
{
	
}

.mv_box_2510 .mv_slide_box .slider li img
{
	width: 100%;
	
	border-radius:40px 0 0 40px;
}

.mv_box_2510 .mv_slide_box .slider .slick-dots
{
	bottom: -50px!important;
}

.mv_box_2510 .mv_slide_box .slider .slick-dots li
{
    width: 14px !important;
    height: 14px !important;
    margin: 0 14px !important;
    box-shadow: none;
}

.mv_box_2510 .mv_slide_box .slider .slick-dots li button
{
    width: 14px !important;
    height: 14px !important;
    padding: 0px !important;
}

.mv_box_2510 .mv_slide_box .slider .slick-dots li button:before
{
    width: 14px !important;
    height: 14px !important;
    content: '' !important;
    opacity: 1 !important;
    background: #e5e5e5 !important;
	border-radius: 100px !important;
}

.mv_box_2510 .mv_slide_box .slider .slick-dots li.slick-active button:before
{
    opacity: 1 !important;
    background: #f8b469 !important;
}


/*-------------------------------*/


html[data-wg-translated="en"] .mv_box_2510 .mv_text_box
{
	padding: 0 3%;
}

html[data-wg-translated="en"] .mv_box_2510 .mv_text_box .text_01
{
	margin-top: 30px;
}

html[data-wg-translated="en"] .mv_box_2510 .mv_text_box .text_02
{
	margin-top     : 0px;
	margin-left    : -5px;
	
	font-size      : max(16cqw, 240%);
	line-height    : 1.4;
}









/*=========================================================================================================

　

=========================================================================================================*/



.news_box
{
	padding        : 80px 0 60px!important;

	background     : #f7eee0;
}

.news_box .inner
{
	width          : 100%;
}

.news_box .title_h2
{
	color          : #f8b469;
}


/*-------------------------------*/


.news_box .news_list
{
	margin-top     : 70px;
}

.news_box .news_list .swiper
{
	transition-timing-function: linear;

	opacity: 0;
}

.news_box .news_list .swiper.swiper-initialized
{
	opacity: 1;
}

.news_box .news_list .swiper-wrapper
{
	transition-timing-function: linear;
}

.news_box .news_list .swiper-slide
{
	margin         : 10px 0px;

    width          : 330px!important;
	height         : auto!important;

	background     : #fff;
	box-shadow     : rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border-radius  : 20px;

	overflow       : hidden;
}

.news_box .news_list .slick-slide > div
{
	height         : 100%;
}

.news_box .news_list .li_item
{
	height         : 100%;
}

.news_box .news_list a
{
	display        : flex;
	flex-direction : column;

	width          : 100%;
	height         : 100%;

	color          : #5e9492;
	text-decoration: none;

	transition     : all .15s;
}

.news_box .news_list a:hover
{
	opacity        : 0.5;
}

.news_box .news_list img
{
	width          : 100%;
}

.news_box .news_list .text_box
{
	display        : flex;
	flex-direction : column;

	padding        : 20px 20px;
	
	height         : 100%;
}

.news_box .news_list .text_box .n_title
{
	font-size      : 100%;
}

.news_box .news_list .text_box .n_date
{
	display        : block;

	margin-top     : auto;
	padding-top    : 20px;
	
	color          : #f8b469;
	font-size      : 80%;
}







/*=========================================================================================================

　

=========================================================================================================*/



.scene_box
{
	padding        : 80px 0 80px;

	background     : #bedcce;
}
/*
.scene_box .inner
{
	width          : 100%;
}
*/

/*-------------------------------*/


.scene_box .scene_list
{

}

.scene_box .scene_list li
{
	display: flex;
	justify-content:center;
	align-items:center;

	position:relative;
}

.scene_box .scene_list li + li
{
	margin-top: 50px;
}

.scene_box .scene_list li:nth-child(odd)
{

}

.scene_box .scene_list li:nth-child(even)
{
	flex-direction:row-reverse;
}

.scene_box .scene_list li:nth-child(odd) + li::before
{
	content: '';

	position:absolute;
	top:-75px;
	left:550px;
	
	display:block;
	width:40px;
	height:40px;
	
	background: #fff;
	border-radius:50%;
	
	z-index:3;
}

.scene_box .scene_list li:nth-child(odd) + li::after
{
	content: '';

	position:absolute;
	top:-30px;
	left:500px;
	
	display:block;
	width:60px;
	height:60px;
	
	background: #fff;
	border-radius:50%;

	z-index:3;
}

.scene_box .scene_list li:nth-child(even) + li::before
{
	content: '';

	position:absolute;
	top:-75px;
	right:550px;
	
	display:block;
	width:40px;
	height:40px;
	
	background: #fff;
	border-radius:50%;
	
	z-index:3;
}

.scene_box .scene_list li:nth-child(even) + li::after
{
	content: '';

	position:absolute;
	top:-30px;
	right:500px;
	
	display:block;
	width:60px;
	height:60px;
	
	background: #fff;
	border-radius:50%;

	z-index:3;
}
	

.scene_box .scene_list li .image_box
{
	width: 600px;
	height: 380px;
	
    flex: 1;

	display:flex;
	justify-content:center;
	align-items:center;

	position:relative;
}

.scene_box .scene_list li:nth-child(odd) .image_box
{
    margin-left: calc(50% - 50vw);
	margin-right: -10px;
}

.scene_box .scene_list li:nth-child(even) .image_box
{
    margin-right: calc(50% - 50vw + 10px );
	margin-left: -10px;
}

@media screen and (max-width:1100px)
{
	.scene_box .scene_list li:nth-child(odd) .image_box
	{
	    margin-left: 0;
	}
	
	.scene_box .scene_list li:nth-child(even) .image_box
	{
	    margin-right: 0;
	}
}

.scene_box .scene_list li .image_box::before
{
	content: '';
	
	display:block;

	position:absolute;
	bottom:155px;
	
	width: 100%;
	height: 6px;
	background:#44535a;
}

.scene_box .scene_list li .image_box .inbox
{
	width: 600px;
	
	position:relative;
	z-index:1;
}

.scene_box .scene_list li .image_box img
{
	width: 100%;
}

.scene_box .scene_list li .text_box
{
	/*width: 580px;*/
	width: 510px;
	
    flex: 1;
	
	background: #fff;

	position: relative;
	z-index: 2;
}

.scene_box .scene_list li:nth-child(odd) .text_box
{
    margin-right: calc(50% - 50vw + 10px);
    padding: 80px 0 80px 100px;
    border-radius: 100vmax 0 0 100vmax;
}

.scene_box .scene_list li:nth-child(even) .text_box
{
    margin-left: calc(50% - 50vw);
	padding: 80px 100px 80px 0;
	border-radius: 0 100vmax 100vmax 0;
}

@media screen and (max-width:1100px)
{
	.scene_box .scene_list li:nth-child(odd) .text_box
	{
	    margin-right: 0;
	}
	
	.scene_box .scene_list li:nth-child(even) .text_box
	{
	    margin-left: 0;
	}
}

.scene_box .scene_list li .text_box .inbox
{
	margin:0 auto;

	text-align:center;
}

.scene_box .scene_list li:nth-child(odd) .text_box .inbox
{
	padding-right: 60px;
}

.scene_box .scene_list li:nth-child(even) .text_box .inbox
{
	padding-left: 60px;
}

.scene_box .scene_list li .text_box p
{
	display:inline-block;
	margin-top:-5px;
	font-size:110%;
	font-weight:bold;
	text-align:left;
}

.scene_box .scene_list li .text_box a
{
	margin-top: 40px;
	padding: 18px 0px;
    width: 300px;
    font-size: 100%;
}





/*=========================================================================================================

　

=========================================================================================================*/



[data-type="type2510"] .island_box
{
	/*padding-bottom:100px;*/
}


/*-------------------------------*/


.island_box .island_list_2
{
	margin-top     : 30px;
}

.island_box .island_list_2 .swiper
{
	transition-timing-function: linear;
	opacity: 0;
	
	padding-top: 40px;
}

.island_box .island_list_2 .swiper.swiper-initialized
{
	opacity: 1;
}

.island_box .island_list_2 .swiper-wrapper
{
	transition-timing-function: linear;
}

.island_box .island_list_2 .swiper-slide
{
	margin         : 10px 0px;

    width          : 330px!important;
	height         : auto!important;
}

.island_box .island_list_2 .slick-slide > div
{
	height         : 100%;
}

.island_box .island_list_2 .li_item
{
	height         : 100%;
}

.island_box .island_list_2 .li_item .i_image
{
	width          : 100%;
}

.island_box .island_list_2 .li_item .i_name
{
	margin-top     : 20px;

	font-family    : "Senobi Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color          : #44535a;
	font-size      : 150%;
	text-align     : center;
	line-height    : 1.0;
	letter-spacing : -0.1em;
}

.island_box .island_list_2 .li_item .i_name_r
{
	margin-top     : 10px;

	font-family    : "Senobi Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color          : #5e9492;
	font-size      : 100%;
	text-align     : center;
	line-height    : 1.0;
}

.island_box .island_list_2 .li_item .i_name img
{
	width          : 50%;
}


/*-------------------------------*/


[data-type="type2510"] .island_box .bnr_box
{
	margin: 0 auto;
	margin-top: 120px;

	width:1100px;
}

[data-type="type2510"] .island_box .bnr_box a
{
	display: block;

	margin: 0 auto;
	padding: 5px;
	
	width: 100%;

	background:#fff;
	border: 2px solid #E7E7E7;
	border-radius: 14px;
	box-sizing: border-box;
}

[data-type="type2510"] .island_box .bnr_box a img
{
	width: 100%;
	
	border-radius: 9px;
}








/*=========================================================================================================

　COMMON

=========================================================================================================*/



[data-type="type2510"] #HEADER #overlay
{
	height         : calc( 100dvh - 90px )!important;
	
	top            : 90px!important;
}

#HEADER .header_nav_2 .nav_box
{
	margin-top     : -200px;
	padding        : 60px 80px;

	width          : 100%;
	height         : 100%;

	background     : #5e9492;
	/*
	background-color : rgba(82, 135, 134, 0.9);
	-webkit-backdrop-filter:blur(2px);
	backdrop-filter:blur(3px);
	*/

	overflow-y     : scroll;

	box-sizing     : border-box;

	transition     : all .3s;
}

#HEADER .header_nav_2 .nav_box .nav_category
{
	display:flex;
	align-items:center;
	gap:10px;
	
	font-family    : "Senobi Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color          : #fff;
	font-size      : 130%;
	text-align     : left;
	line-height    : 1.0;

	position:relative;
}

#HEADER .header_nav_2 .nav_box .nav_category::before
{
	content:'';

	display:block;

	width:16px;
	height:16px;

	border:2px solid #fff;
	background:#f8b469;
	border-radius:50%;
}
/*
#HEADER .header_nav_2 .nav_box * + .nav_category
{
	margin-top     : 50px;
}
*/

/*-------------------------------*/


#HEADER .header_nav_2 .nav_box .ns_list
{
	display:flex;
	align-items:center;
	
	margin-top     : 20px;
	margin-bottom  : 10px;
	padding-left   : 30px;

	position:relative;
}

#HEADER .header_nav_2 .nav_box .ns_list::before
{
	content:'・・・';

	display:block;

	margin-top: 8px;
	margin-right: 10px;

	color:#fff;
	font-size:14px;
	line-height:1.0;
	letter-spacing:-0.3em;
}

#HEADER .header_nav_2 .nav_box .ns_list::after
{
	content:'・・・';

	display:block;

	margin-top: 8px;
	margin-left: 5px;

	color:#fff;
	font-size:14px;
	line-height:1.0;
	letter-spacing:-0.3em;
}

#HEADER .header_nav_2 .nav_box .ns_list li
{
	width: 180px;
}

#HEADER .header_nav_2 .nav_box .ns_list li img
{
	width: 100%;
}

#HEADER .header_nav_2 .nav_box .ns_list li a
{
	transition     : all .15s;
}

#HEADER .header_nav_2 .nav_box .ns_list li a:hover
{
	opacity:0.75;
}


/*-------------------------------*/


#HEADER .header_nav_2 .nav_box .ni_list
{
	display:flex;
	flex-wrap:wrap;
	gap:30px 40px;
	
	margin-top     : 30px;
	margin-bottom  : 60px;
	padding-left   : 30px;
}

#HEADER .header_nav_2 .nav_box .ni_list li
{
	width: 100px;
}

#HEADER .header_nav_2 .nav_box .ni_list a
{
	text-align:center;
	text-decoration: none;
	
	transition     : all .15s;
}

#HEADER .header_nav_2 .nav_box .ni_list .i_image
{
	width: 100%;
}

#HEADER .header_nav_2 .nav_box .ni_list .i_name
{
	margin-top     : 5px;
	
	font-family    : "Senobi Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color          : #fff;
	font-size      : 100%;
	text-align     : center;
	line-height    : 1.0;
	letter-spacing : -0.1em;
}

#HEADER .header_nav_2 .nav_box .ni_list a:hover .i_image
{
	opacity:0.75;
	
	transition     : all .15s;
}

#HEADER .header_nav_2 .nav_box .ni_list a:hover .i_name
{
	color          : #f8b469;
	
	transition     : all .15s;
}


/*-------------------------------*/


#HEADER .header_nav_2 .nav_box .nc_list
{
	display:flex;
	flex-wrap:wrap;
	gap:30px 40px;
	
	margin-top     : 40px;
	padding-left   : 30px;
}

#HEADER .header_nav_2 .nav_box .nc_list a
{
	font-family    : "Senobi Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color          : #fff;
	font-size      : 100%;
	text-align     : left;
	line-height    : 1.0;
	text-decoration: none;
	letter-spacing : -0.1em;
	
	transition     : all .15s;
}

#HEADER .header_nav_2 .nav_box .nc_list a:hover
{
	color          : #f8b469;
}


/*-------------------------------*/


#HEADER .header_nav_2 .nav_box .sm_box
{
	display        : flex;
	flex-wrap      : wrap;
	gap            : 20px;
	
	margin-top     : 60px;
}

#HEADER .header_nav_2 .nav_box .sm_list
{
	display        : flex;
	justify-content: center;
	align-items    : center;
	gap            : 20px;
}
/*
#HEADER .header_nav_2 .nav_box .sm_list
{
	display        : flex;
	justify-content: center;
	align-items    : center;
	gap            : 25px;
	
	margin-top     : 60px;
	
}
*/
#HEADER .header_nav_2 .nav_box .sm_list li
{
	width          : 60px;
	height         : 60px;
}

#HEADER .header_nav_2 .nav_box .sm_list li a
{
	display        : block;
	
	width          : 100%;
	height         : 100%;
	
	background     : #fff;
	border         : 5px solid #fff;
	border-radius  : 50%;
	
	transition     : all .15s;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}

#HEADER .header_nav_2 .nav_box .sm_list li a img
{
	margin-top     : -5px;
	margin-left    : -5px;
	width          : calc(100% + 10px);
}

#HEADER .header_nav_2 .nav_box .sm_list li a:hover
{
	border         : 5px solid #f8b469;
}









/*=======================================================================================================*/



.footer_scene
{
	padding: 20px 0;
	
	background: url(/asset/img/shimarebi/common/footer_scene_line.png) repeat-x center center #5e9492;
}

.footer_scene .fs_list
{
	display:flex;
	justify-content:center;
	align-items:center;
	
	position: relative;
}

.footer_scene .fs_list li
{
	
}

.footer_scene .fs_list li a
{
	
}

.footer_scene .fs_list li img
{
	
}
/*
.footer_scene .fs_list::before
{
	content: '';
	
	display:block;

	position:absolute;
	bottom:100px;
	
	width: 100%;
	height: 2px;
	background:#fff;
}
*/