@charset "UTF-8";



/*-------------------------------*/


@font-face
{
	font-family: 'Senobi Gothic';
	src: url(/asset/font/Senobi-Gothic-Regular.ttf) format('truetype');
	font-weight: normal;
}

@font-face
{
	font-family: 'Senobi Gothic';
	src: url(/asset/font/Senobi-Gothic-Medium.ttf) format('truetype');
	font-weight: 500;
}

@font-face
{
	font-family: 'Senobi Gothic';
	src: url(/asset/font/Senobi-Gothic-Bold.ttf) format('truetype');
	font-weight: bold;
}


/*-------------------------------*/


:root
{
	--header       : 65px;
	--header2      : 100px;

	scroll-padding : var(--header2);

	scroll-behavior: smooth;
}


/*-------------------------------*/


.site-header{ display: none; }
.site-footer{ display: none; }


/*-------------------------------*/


body
{
	font-family    : "yu-gothic-pr6n", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color          : #333333;
	font-size      : 14pt;
	font-weight    : 500;
	line-height    : 1.8;
}

main
{
	min-width      : 1100px;
}

main::before
{
	display        : none;
}

img { height: auto; }


/*-------------------------------*/


.content_area
{
	margin         : 0 auto;
	padding-bottom : 265px;

	background     : #f7eee0;
}

.page-top { z-index: 9999!important; }


/*-------------------------------*/


.inner
{
	margin         : 0 auto;
	
	width          : 1100px;
}


[data-anchor="true"]
{
	margin-top:-90px;
	padding-top:90px;
}


/*-------------------------------*/





/*=========================================================================================================

　LP2506

=========================================================================================================*/



[data-id="LP2506"]
{
	
}

[data-id="LP2506"] .content_area
{
	margin         : 0 auto;
	padding-bottom : 200px!important;
	background     : #f7eee0;

	overflow:hidden;
}
/*
[data-id="LP2506"] #FOOTER
{
	display: none!important;
}
*/
[data-id="LP2506"] .float_item
{
	display: none!important;
}


/*-------------------------------*/


[data-id="LP2506"] .text_head_a
{
	font-family    : "Senobi Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #44535a;
	font-size: 150%;
	letter-spacing:-0.1em;
}

[data-id="LP2506"] .text_note
{
	font-size: 80%;
	line-height: 1.4;

	padding-left:1em;
	text-indent:-1em;
}

[data-id="LP2506"] .text_note + .text_note
{
	margin-top: 5px;
}


[data-id="LP2506"] .btn_ex_01
{
	display:inline-block;
	
	padding: 25px 100px;
	
	font-family    : "Senobi Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #fff;
	font-size: 160%;
	line-height: 1.0;
	text-decoration:none;
	
	background: #5e9492;
	border-radius: 100px;
}

[data-id="LP2506"] .btn_ex_01:hover
{
	background: #f8b469;
}

[data-id="LP2506"] .btn_ex_01[data-type="btn_off"]
{
	pointer-events: none;
	
	background: #aaa;
}


/*-------------------------------*/


[data-id="LP2506"] .mv_box
{
	margin: 0 auto;

	width: 1100px;
	
	text-align:center;
}

[data-id="LP2506"] .mv_box img
{
	margin-left:-150px;
}

[data-id="LP2506"] .top_btn_box
{
	margin-top:60px;

	text-align:center;
}

[data-id="LP2506"] .top_btn_box a
{
	padding: 25px 260px;
}


/*-------------------------------*/


[data-id="LP2506"] .overview_box
{
	margin-top:100px;
}

[data-id="LP2506"] .overview_box .inner
{
	padding: 60px;
	
	background: #fff;
	border: 5px dotted #f8b469;
	border-radius:60px;

	box-sizing:border-box;
}

[data-id="LP2506"] .overview_box h2
{
	margin-left: -40px;
	margin-top:-110px;
}

[data-id="LP2506"] .overview_box h2 img
{
	width:400px;
}

[data-id="LP2506"] .overview_box .inbox_01
{
	margin-top: 40px;

	display:flex;
	justify-content:space-between;
}

[data-id="LP2506"] .overview_box .schedule_box
{
	width:460px;
}

[data-id="LP2506"] .overview_box .schedule_box .sc_list
{
	margin-top: 20px;
	margin-bottom:20px;
	
	background: #faf7ed;
	border-radius:10px;
}

[data-id="LP2506"] .overview_box .schedule_box .sc_list li
{
	padding: 20px 20px;
	
	color: #44535a;
	font-size: 110%;
	font-weight:bold;

	border-top: 2px dotted #f8b469;
}

[data-id="LP2506"] .overview_box .schedule_box .sc_list li:first-child
{
	border-top: none;
}
/*
[data-id="LP2506"] .overview_box .schedule_box .sc_list li + li
{
	margin-top: 10px;
}
*/
[data-id="LP2506"] .overview_box .schedule_box .sc_list .sc_time
{
	
}

[data-id="LP2506"] .overview_box .schedule_box .sc_list .sc_content
{
	margin-left:20px;
}

[data-id="LP2506"] .overview_box .theme_box
{
	width:450px;
}

[data-id="LP2506"] .overview_box .theme_box .tm_list
{
	margin-top: 20px;
	margin-bottom:20px;

	background: #faf7ed;
	border-radius:10px;
}

[data-id="LP2506"] .overview_box .theme_box .tm_list li
{
	padding: 20px 20px;
	
	color: #44535a;
	font-size: 110%;
	font-weight:bold;

	border-top: 2px dotted #f8b469;
}

[data-id="LP2506"] .overview_box .theme_box .tm_list li:first-child
{
	border-top: none;
}
/*
[data-id="LP2506"] .overview_box .theme_box .tm_list li + li
{
	margin-top: 10px;
}
*/
[data-id="LP2506"] .overview_box .btn_box
{
	margin-top:60px;

	text-align:center;
}


[data-id="LP2506"] .overview_box .event_end_box
{
	margin-top:40px;
    margin-bottom: 60px;
	padding: 15px 0;

	font-family    : "Senobi Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color:#fff;
	font-size:160%;
	font-weight:bold;
	text-align: center;
	line-height    : 1.0;

	background : #f93e19;
}



/*-------------------------------*/


[data-id="LP2506"] .sanka_box
{
	margin-top:100px;
}

[data-id="LP2506"] .sanka_box .inner
{
	padding: 60px;
	
	background: #fff;
	border: 5px dotted #f8b469;
	border-radius:60px;

	box-sizing:border-box;
}

[data-id="LP2506"] .sanka_box h2
{
	margin-left: -40px;
	margin-top:-110px;
}

[data-id="LP2506"] .sanka_box h2 img
{
	width:400px;
}

[data-id="LP2506"] .sanka_box .inbox
{
	margin-top: 40px;

	display:flex;
	justify-content:space-between;
}

[data-id="LP2506"] .sanka_box .text_box
{
	width:500px;
}

[data-id="LP2506"] .sanka_box .text_box .text_normal
{
	margin-top: 20px;
}

[data-id="LP2506"] .sanka_box .photo_box
{
	margin-top: 40px;
	
	width:430px;
}

[data-id="LP2506"] .sanka_box .photo_box img
{
	width:100%;
}

[data-id="LP2506"] .sanka_box .photo_box .text_price
{
	margin-top:20px;

	color: #44535a;
	font-size: 110%;
	font-weight:bold;
	text-align:center;
}

[data-id="LP2506"] .sanka_box .photo_box .text_price span
{
	font-size: 140%;
}

[data-id="LP2506"] .sanka_box .limit_box
{
	margin-top:60px;
	padding:40px;
	
	text-align:center;
	
	background: #faf7ed;
	border-radius:10px;
}

[data-id="LP2506"] .sanka_box .limit_box .text_date
{
	color: #5e9492;
	font-size: 150%;
	font-weight:bold;
	line-height: 1.0;
}

[data-id="LP2506"] .sanka_box .limit_box .text_note
{
	margin-top: 20px;
}

[data-id="LP2506"] .sanka_box .btn_box
{
	margin-top: 70px;
	
	text-align: center;
}

[data-id="LP2506"] .sanka_box .btn_box .text_note
{
	margin-top: 20px;
}




/*-------------------------------*/


[data-id="LP2506"] .navigator_box
{
	margin-top:100px;
}

[data-id="LP2506"] .navigator_box h2
{
	display: inline-block;

	padding: 0 30px 20px;
	
	font-family    : "Senobi Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color:#44535a;
	font-size:200%;
	font-weight:bold;
	line-height    : 1.0;
	
	border-bottom: 5px dotted #f8b469;
}

[data-id="LP2506"] .navigator_box .ngt_list
{
	margin-top:60px;
}

[data-id="LP2506"] .navigator_box .ngt_list li
{
	display: flex;
	justify-content:space-between;
	align-items: center;
}

[data-id="LP2506"] .navigator_box .ngt_list li + li
{
	margin-top: 60px;
}

[data-id="LP2506"] .navigator_box .ngt_list li .m_photo
{
	width: 240px;

	border-radius: 50%;
	overflow: hidden;
}

[data-id="LP2506"] .navigator_box .ngt_list li .ngt_text_box
{
	width: 820px;
}

[data-id="LP2506"] .navigator_box .ngt_list li .ngt_text_box .m_title
{
	color:#5e9492;
	font-size: 90%;
}

[data-id="LP2506"] .navigator_box .ngt_list li .ngt_text_box .m_name
{
	color:#44535a;
	font-size: 140%;
	font-weight: bold;
}

[data-id="LP2506"] .navigator_box .ngt_list li .ngt_text_box .m_text
{
	margin-top: 10px;
}

[data-id="LP2506"] .navigator_box .ngt_list li .ngt_text_box .ex_text
{
    margin-bottom: 10px;
	
    color: #f8b469;
    font-size: 120%;
    font-weight: bold;
}


/*-------------------------------*/


[data-id="LP2506"] .contact_box
{
	margin: 0 auto;
	margin-top: 180px;
	padding: 40px;

	width:1100px;

	background: #ebdecc;

	box-sizing: border-box;
}

[data-id="LP2506"] .contact_box .contact_text
{
	text-align: center;
}


[data-id="LP2506"] .contact_box .contact_mail
{
	display        : flex;
	justify-content: center;
	align-items    : center;

	margin-top: 20px;
}

[data-id="LP2506"] .contact_box .contact_mail span
{
	display        : block;
	
	margin-right   : 20px;
	padding        : 10px 20px;
	
	font-family    : "Senobi Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color          : #fff;
	font-size      : 120%;
	font-weight    : bold;
	text-align     : center;
	line-height    : 1.0;
	
	background     : #5e9492;
	border-radius  : 100px;
}

[data-id="LP2506"] .contact_box .contact_mail a
{
	font-family    : "Senobi Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color          : #000;
	font-size      : 140%;
	font-weight    : bold;
	line-height    : 1.0;
	text-decoration: none;
}




/*-------------------------------*/








/*=========================================================================================================

　FOOTER

=========================================================================================================*/



#FOOTER
{
	padding-top    : 80px;

	background     : #bedcce;
}


/*-------------------------------*/


#FOOTER .footer_logo
{
	text-align     : center;
}

#FOOTER .footer_logo img
{
	width          : 340px;
}


/*-------------------------------*/


#FOOTER .footer_nav
{
	display        : flex;
	justify-content: center;
	flex-wrap      : wrap;
	gap            : 30px 50px;

	margin         : 0 auto;
	margin-top     : 80px;
}

#FOOTER .footer_nav[data-type="w900"]
{
	width          : 900px;
}

#FOOTER .footer_nav li
{
	
}

#FOOTER .footer_nav li a
{
	position       : relative;

	padding-bottom : 5px;

	color          : #44535a;
	font-size      : 110%;
	line-height    : 1.0;
	text-decoration: none;
}

#FOOTER .footer_nav li a::before
{
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #5e9492;
	transform-origin: center top;
	transform: scale(0, 1);
	transition: transform .15s;
}

#FOOTER .footer_nav li a:hover::before
{
	transform-origin: center top;
	transform: scale(1, 1);
}


/*-------------------------------*/


#FOOTER .sm_box
{
	display        : flex;
	justify-content: center;
	align-items    : center;
	gap            : 30px;
	
	margin-top     : 80px;
}

#FOOTER .sm_list
{
	display        : flex;
	justify-content: center;
	align-items    : center;
	gap            : 30px;
}

#FOOTER .sm_list li
{
	width          : 80px;
	height         : 80px;
}

#FOOTER .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;
}

#FOOTER .sm_list li a img
{
	margin-top     : -5px;
	margin-left    : -5px;
	width          : calc(100% + 10px);
}

#FOOTER .sm_list li a:hover
{
	border         : 5px solid #f8b469;
}


/*-------------------------------*/


#FOOTER .footer_nav_b
{
	display: flex;
	justify-content: center;
	align-items: center;
	
	margin-top     : 80px;
}

#FOOTER .footer_nav_b li
{
	padding        : 0 40px;

	border-left    : 1px solid #44535a;
}

#FOOTER .footer_nav_b li:last-child
{
	border-right   : 1px solid #44535a;
}

#FOOTER .footer_nav_b li a
{
	display        : block;
	position       : relative;

	padding-top    : 5px;
	padding-bottom : 5px;

	color          : #44535a;
	font-size      : 90%;
	line-height    : 1.0;
	text-decoration: none;
}

#FOOTER .footer_nav_b li a::before
{
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #5e9492;
	transform-origin: center top;
	transform: scale(0, 1);
	transition: transform .15s;
}

#FOOTER .footer_nav_b li a:hover::before
{
	transform-origin: center top;
	transform: scale(1, 1);
}


/*-------------------------------*/


#FOOTER .copyright
{
	margin-top     : 40px;
	padding        : 40px 0;

	color          : #fff;
	font-size      : 80%;
	text-align     : center;
	line-height    : 1.0;
}






/*=======================================================================================================*/





.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;
}



/*=======================================================================================================*/




