
@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

ul.dots li{
	position: relative;
	padding-left: 1.2em;
}

ul.dots li:before{
	content: '・';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ========================================
	Common
======================================== */
.for_pc {
	display: block;
}

.for_sp {
	display: none;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

.left {
	float: left;
}

.txt_c{
	text-align: center;
}

img, iframe {
	vertical-align: bottom;
	max-width: 100%;
}

strong {
	font-weight: bold;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	outline: 0;
	text-decoration: none;
	color: #09101C;
}

a:hover {
	color: #09101C;
}

a.notel{
	cursor:text;
}
a.notel img{
	cursor:default;
}

@media screen and (min-width: 769px) {
	a:hover:not(.opacity1) img {
		-webkit-transition: opacity 0.2s ease-out;
		-moz-transition: opacity 0.2s ease-out;
		-o-transition: opacity 0.2s ease-out;
		-ms-transition: opacity 0.2s ease-out;
		transition: opacity 0.2s ease-out;
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
}

.btn_arrow{
	border: 1px solid #919191;
	border-radius: 3px;
	height: 55px;
	text-align: center;
}

.btn_arrow a{
	color: #919191;
	display: block;
	height: 55px;
	line-height: 55px;
	transition: all 0.2s;
}

.btn_arrow a:after{
	content: "→";
	display: inline-block;
	margin-left: 10px;
	transition: all 0.2s;
}

.btn_arrow a:hover{
	background-color: #919191;
	color: #FFF;
}

.btn_arrow a:hover:after{
	margin-left: 15px;
	margin-right: -5px;
}

.btn_push{
	text-align: center;
	height: 70px;
	position: relative;
}

.btn_push a{
	color: #FFF;
	display: block;
	line-height: 70px;
	background-color: #09101C;
	border-radius: 3px;
	text-align: center;
	height: 70px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	transition: all 0.15s;
}

.btn_push:after{
	content: "";
	display: block;
	position: absolute;
	height: 70px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #09101C;
	top: 5px;
	box-sizing: border-box;
	z-index: 0;
}

.btn_push:hover a{
	top: 5px;
}
.f_serif {
	font-family: "Century","Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.f_arial{font-family: Arial, Helvetica, "sans-serif";
}

.inline_list {
	font-size: 0;
}

.inline_list li {
	display: inline-block;
}

body {
	font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 15px;
	line-height:1.8;
	color:#09101C;
}

.wrapper{
	width: 100%;
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 769px){
	.cont{
		/*-------margin-top: -100px; /* 固定ナビの高さ分のネガティブマージン */
		/*padding-top: 100px; /* 打ち消し用のパディング */
		/*margin-bottom: 150px;*/
	}
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  /*IE10,11*/
	.cont{
		margin-top: -150px;
		padding-top: 150px;
	}
}

.bgfix{
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.gray{
	background-color: #EEE;
}

/*-------------------------------------
	Intro
-------------------------------------*/

.intro{
	margin-bottom: 80px;
}

.intro p.f_serif.txt_c,h3.f_serif.txt_c{
	font-size: 30px;
	line-height: 1.4;
	color: #786947;
}

.intro p{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	text-align: left;
}

.intro p:last-child{
	margin-bottom: 0;
}

/*-------------------------------------
	見出し共通
-------------------------------------*/

h3.line{
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	font-size: 35px;
	text-align: center;
	position: relative;
	line-height: 1;
	z-index: 0;
	margin-top: 100px;
}

h3.line:before{
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background-color: #D6D6D6;
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
	margin: auto;
	z-index: 0;
	transition: all 1s;
}

h3.line.active:before{
	width: 100%;
}

h3.line span{
	opacity: 0;
	transition: all 1s;
	transition-delay: 0.5s;
}

h3.line.active span{
	opacity: 1;
}

h3.line .f_serif{
	background-color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.gray h3.line .f_serif{
	background-color: #EEEEEE;
}

h3.line .f_arial{
	display: block;
	color: #919191;
	font-size: 22px;
	margin-top: 20px;
}

/*-------------------------------------
	Gnavi
-------------------------------------*/

#gnav{
	background-color: #09101C;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 1000;
}

#gnav .wrapper{
	max-width: 1200px;
	padding-left: 0;
	padding-right: 0;
}

#gnav .logo{
	width: 17.5%;
	height: 80px;
	float: left;
	position: relative;
}

#gnav .logo img{
	width: 100%;
	max-width: 180px;
	height: auto;
	padding: 10px;
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
#gnav .h_btn{
	width: 17.5%;
	height: 80px;
	top:15px;
	float: right;
	position: relative;
}
#gnav .h_btn a{
	display: block;
    position: relative;
    z-index: 100;
    text-align: center;
    background: #4280A8;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    text-decoration: none;
}

#gnav .h_btn a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;        /*top right bottom を透明化 */
    border-left: 5px solid #fff;
}

#gnav .h_btn a:hover:before {
	left: 27px;        /*マウスオーバーで三角をずらす */
}


#gnav nav{
	width: 82.5%;
	float: right;
}

#gnav nav ul{
	width: 100%;
	height: 80px;
}

#gnav nav li{
	width: 14.285714%;
	text-align: center;
	height: 80px;
	float: left;
	position: relative;
}

#gnav nav li:before{
	content: "";
	display: block;
	width: 1px;
	height: 40px;
	background-color: #1F2C3A;
	position: absolute;
	left: 0;
	top: 20px;
}

#gnav nav li a{
	color: #FFF;
	font-size: 16px;
	line-height: 1.2;
	display: block;
	width: 100%;
	height: 80px;
	position: relative;
}

#gnav nav li a p{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 15px;
}

#gnav nav li a span{
	font-size: 12px;
	color: #919191;
	display: block;
	margin-top: 5px;
}

@media screen and (max-width: 1110px){
	#gnav nav li a {
		font-size: 1.441441vw;
	}

	#gnav nav li a span{
		font-size: 1.081081vw;
	}
}

#gnav nav li.bnb{
	background: #7E7E7E;
}

#gnav nav li.bnb a span{
	color: #FFF;
}

#gnav nav li.bnb:before{
	display: none;
}

#gnav nav li.inquiry{
	background: url(../images/common/gnav_inq_bg.gif) repeat;
}

#gnav nav li.inquiry:before{
	display: none;
}

/*-------------------------------------
	Main Visual
-------------------------------------*/

#main_visual{
	/*margin-top: 80px;*/
	height: 500px;
	position: relative;
}

#main_visual .wrapper{
	position: absolute;
	text-align: center;
	top:50%;
	left:50%;
	width:100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#main_visual h2{
	color: #FFF;
	line-height: 1.8;
	font-weight: normal;
	font-size: 40px;
}

#main_visual h2 span{
	display: block;
	font-size: 22px;
	color: #919191;
}

#main_visual h3{
	color: #FFF;
	line-height: 1.4;
	font-weight: bold;
	font-size: 30px;
	margin-top: 40px;
}

/*-------------------------------------
	Breadcrumbs
-------------------------------------*/

#breadcrumbs {
	margin-top:10px;
	margin-bottom: 100px;
	}

#breadcrumbs.sub_sub{
	margin-bottom: 100px;
}

#breadcrumbs ul{
	font-size: 0;
}

#breadcrumbs ul li{
	display: inline-block;
	font-size: 14px;
	line-height:1.8;
	}

#breadcrumbs ul li:after{
	content:">";
	padding:0 10px;
	display: inline-block;
	}

#breadcrumbs ul li:last-child:after{
	content:"";
	padding:0 0;
	}

#breadcrumbs ul li a{
	font-size: 14px;
	text-decoration:underline;
	}

/*-------------------------------------
	Carousel
-------------------------------------*/

.carousel {
	padding-top: 80px;
	padding-bottom: 30px;
}

.carousel .slick-arrow{
	position: absolute;
	top: 50%;
}

.carousel .slick-arrow.prev{
	left: 10px;
}

.carousel .slick-arrow.next{
	right: 10px;
}

.carousel .slick-dots{
	font-size: 0;
	text-align: center;
	margin-top: 40px;
}

.carousel .slick-dots li{
	display: inline-block;
	border-radius: 50%;
	background: rgba(255,255,255,0.5);
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	margin: 0 10px;
}

.carousel .slick-dots li.slick-active{
	background: #FFF;
}

.carousel .slick-list{
	width: calc(100% - 80px);
	margin-left: auto;
	margin-right: auto;
}

.carousel .slick-slide{
	margin: 0 25px;
}

.carousel a{
	color: #09101C;
}

.carousel figure{
	position: relative;
}

.carousel figure:before{
	content: "";
	display: block;
	padding-top: 67.5%;
}

.carousel figure img{
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.carousel .text{
	background-color: #FFF;
	padding: 0 25px 25px;
	text-align: center;
}

.carousel .text h4{
	color: #919191;
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.carousel .text h4:before{
	content: "";
	display: block;
	width: 70px;
	height: 5px;
	background-color: #09101C;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

.carousel .text p{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
}

.carousel .text .btn{
	border: 1px solid #09101C;
	border-radius: 3px;
	height: 55px;
	line-height: 55px;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}

/*-------------------------------------
	Inquiry
-------------------------------------*/

#inquiry .btn_push{
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

/*-------------------------------------
	Layout
-------------------------------------*/

.cont_lr{
	overflow: hidden;
	margin-bottom: 50px;
}

.cont_lr:last-of-type{
	margin-bottom: 0;
}

.cont_lr .img{
	width: 60.833333%;
	float: left;
}

.cont_lr.img_r .img{
	float: right;
}

.cont_lr .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.cont_lr .text{
	width: 39.166667%;
	float: right;
	padding: 40px 20px 40px 50px;
}

.cont_lr.img_r .text{
	float: left;
	padding: 40px 50px 40px 20px;
}

.cont_lr .text h4{
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 20px;
}

/*-------------------------------------
	Banners
-------------------------------------*/

	#banners {
		padding: 50px 40px;
		background: #EEEEEE;
		margin-bottom: 0;
		}

	#banners ul {
	  display:none;
	}
	#banners ul.slick-initialized {
	  display: block;
	}

	#banners .wrapper{
		max-width: 1200px;
		padding-left: 0;
		padding-right: 0;
	}

	#banners .slick-list{
		margin-right: -40px;
	}
	#banners .slick-slide,#banners li {
		margin-right: 40px;
		text-align: center;
		background-color: #FFF;
	}

	#banners li a{
		display: block;
		padding:25px 25px;
	}
	#banners .slick-slide img {
	  margin: auto; }

	#banners .slick-slide p.comment{
		margin-bottom: 15px;
		font-size: 16px;
		color: #786947;
		line-height: 1.2;
	}

	#banners .slick-slide p.logo{
		margin-bottom: 30px;
	}

	#banners .slick-slide p.btn{
		color: #FFF;
		background-color: #535353;
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
		height: 40px;
		line-height: 40px;
		transition: all 0.2s;
	}

	#banners .slick-slide:hover p.btn{
		background-color: #FFF;
		color: #535353;
		border: 1px solid #535353;
	}
	#banners .slick-arrow {
		z-index: 101;
		position: absolute;
		top: 50%;
		width: 27px;
		height: 49px;
		margin-top: -20px;
		text-align: center;
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		border: none;
		background-color: transparent;
		background-size: contain;
		background-repeat: no-repeat;
	}
	#banners .slick-prev {
	left: -40px;
	background-image: url(../images/common/banners_prev.png); }
	#banners .slick-next {
	right: -40px;
	background-image: url(../images/common/banners_next.png); }


/*-------------------------------------
	Footer
-------------------------------------*/

footer{
	/* background-image: url(../images/common/footer_bg.jpg); */
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
	background: #080F1B;
}

footer p, footer a{
	color: #FFF;
}

footer a:hover{
	color: #FFF;
}

footer ul{
	margin-top: 30px;
	font-size: 0;
}

footer ul li{
	font-size: 16px;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
}

footer .telephone{
	margin-top: 50px;
}

footer .telephone p.title{
	font-size: 22px;
	color: #919191;
	line-height: 1.2;
	margin-bottom: 10px;
}

footer .telephone p.tel{
	margin-bottom: 20px;
}

footer .telephone p.tel a{
	font-size: 30px;
	line-height: 1.2;
}

footer .telephone p.attention{
	line-height: 1.6;
	font-size: 17px;
	margin-bottom: 50px;
}

footer p.copy{
	margin-top: 30px;
	font-size: 14px;
}

/*-------------------------------------
	Inview Animation
-------------------------------------*/

.fadein{
	opacity: 0;
	transition: all 1s;
}
.fadein.show{
	opacity: 1.0;
}

.fadein.fade_left{
	-webkit-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	transform: translateX(-50px);
}

.fadein.fade_left.show{
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}

.fadein.fade_right{
	-webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	transform: translateX(50px);
}

.fadein.fade_right.show{
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}

.fadein.fade_upper{
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	transform: translateY(-50px);
}

.fadein.fade_upper.show{
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

.fadein.fade_bottom{
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	transform: translateY(50px);
}

.fadein.fade_bottom.show{
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

/***********************
	SP,TAB
**************************/

@media screen and (max-width: 768px) {
	/* ========================================
		Common
	======================================== */
	.for_pc {
		/**display: none; */
	}
	.for_sp {
		display: block;
	}
	body {
		font-size: 14px;
	}
	.sp_w80 {
		float: none !important;
		width: auto !important;
		max-width: none !important;
		padding-right: 10% !important;
		padding-left: 10% !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.sp_w90 {
		float: none !important;
		width: auto !important;
		max-width: none !important;
		padding-right: 5% !important;
		padding-left: 5% !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.sp_w100 {
		float: none !important;
		width: 100% !important;
		max-width: none !important;
		padding-right: 0% !important;
		padding-left: 0% !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.cont{
		margin-bottom: 60px;
	}

	/*-------------------------------------
		Intro
	-------------------------------------*/

	.intro{
		margin-bottom: 60px;
	}

	.intro p.f_serif.txt_c,h3.f_serif.txt_c{
		font-size: 22px;
	}

	.intro p{
		margin-bottom: 20px;
	}

	/*-------------------------------------
		見出し共通
	-------------------------------------*/

	h3.line{
		margin-bottom: 30px;
		font-size: 26px;
	}

	h3.line:before{
		top: 0;
		position: static;
		margin-bottom: 20px;
		width: 0;
	}

	h3.line .f_arial{
		display: block;
		color: #919191;
		font-size: 17px;
		margin-top: 8px;
	}

	h3.line.active:before{
		width: 100px;
	}








	/*-------------------------------------
		SP Navi
	-------------------------------------*/
	#gnav {
    background-color: #09101C;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

#gnav {
    background-color: #09101C;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1000;
}

#gnav .h_btn {
    width: 53%;
    height: auto;
    top: 0%;
    float: right;
		right: 3%;
    position: relative;
}
#gnav .h_btn a{
top: 5px;
}

	#sp_navi{
		border-left:1px solid #CCCCCC;
	}

	.menu_wrapper{
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1;
		height: 65px;
		z-index: 9999;
		transition: all .6s;
	}

	#sp_navi.active .menu_wrapper{
		width: 325px;
	}

	#gnav .logo {
    width: 30%;
    height: 60px;
    float: left;
    position: relative;
}

	.menu_wrapper #logo{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 15px auto 0;
		width: 180px;
		display: none;
		z-index: 9999;
	}

	#sp_navi.active .menu_wrapper #logo{
		display: block;
	}

	#menu_button {
		display: block;
        cursor: pointer;
		transition: all .4s;
		width: 65px;
		height: 65px;
		float: right;
		position: relative;
		z-index: 8888;
		background-color: rgba(255,255,255,0.50);
	}

	#sp_navi.active #menu_button{
		margin-right: calc(100% - 65px);
		background-color:transparent;
	}

	#menu_button .menu-trigger,
	#menu_button .menu-trigger span {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	}
	#menu_button .menu-trigger {
	  position: relative;
	  width: 25px;
	  height: 20px;
	}
	#menu_button .menu-trigger span {
	  position: absolute;
	  top: 20px;
	  left: 20px;
	  width: 100%;
	  height: 1px;
	  background-color: #2E2E2E;
	}
	#menu_button .menu-trigger span:nth-of-type(1) {
	  top: 20px;
	}
	#menu_button .menu-trigger span:nth-of-type(2) {
	  top: 30px;
	}
	#menu_button .menu-trigger span:nth-of-type(3) {
	  top: 40px;
	}
	#sp_navi.active #menu_button .menu-trigger{
		width:25px;
		}
	#sp_navi.active #menu_button .menu-trigger span {
		background-color:#2E2E2E;
		}
	#sp_navi.active #menu_button .menu-trigger span:nth-of-type(1) {
	  -webkit-transform: translateY(9.8px) rotate(-45deg);
	  transform: translateY(9.8px) rotate(-45deg);
	}
	#sp_navi.active #menu_button .menu-trigger span:nth-of-type(2) {
	  opacity: 0;
	}
	#sp_navi.active #menu_button .menu-trigger span:nth-of-type(3) {
	  -webkit-transform: translateY(-9.8px) rotate(45deg);
	  transform: translateY(-9.8px) rotate(45deg);
	}

	#page_cont{
	  position: relative;
	  width: 100%;
	  height: 100%;
	  -webkit-transition: all .4s ease;
	  transition: all .4s ease;
	  z-index: 2;
	  background-color: #FFF;
	}

	#page_cont.menu_open{
	  transform: translateX(-325px);
	  border-right:1px solid #CCCCCC;
	}

	#sp_navi nav{
		position: fixed;
		height: 100vh;
		top: 65px;
		right: 0px;
		width: 100%;
		max-width: 325px;
		background-color: #FFF;
		z-index: 0;
		padding: 10px 20px;
	}

	#sp_navi nav li{
	  position:relative;
	  padding:  10px  10px;
	  font-weight: bold;
	  font-size:15px;
	  line-height: 1.6;
	  border-bottom: solid 1px #EEEEEE;
	}

	#sp_navi nav li .f_arial{
		color: #919191;
		font-weight: normal;
		font-size: 12px;
		line-height: 1.2;
		margin-left: 0.5em;

	}

	#sp_navi nav .btn{
		text-align: center;
		background-color: #09101C;
		height: 50px;
		margin-top: 40px;
	}

	#sp_navi nav .btn a{
		color: #FFF;
		display: block;
		width: 100%;
		height: 50px;
		line-height: 50px;
	}

	/*-------------------------------------
		SP Float Button
	-------------------------------------*/

	#sp_float_btn{
		position: fixed;
		z-index: 8888;
		left: 0;
		bottom: 0px;
		width: 100%;
		height: 50px;
		overflow: hidden;
		animation: up 1s ease alternate;
		}

	@keyframes up {
	  from {
		bottom: -50px;
	  }
	}

	#sp_float_btn > div{
		background-color: #09101C;
	}

	#sp_float_btn > div.inquiry{
		width: calc(100% - 60px);
		float: left;
		border-right: 1px solid #606060;
	}

	#sp_float_btn > div.pagetop{
		width: 60px;
		height: 50px;
		float: left;
		position: relative;
	}

	#sp_float_btn > div a{
		text-align: center;
		display: block;
		line-height: 50px;
		height: 50px;
		color: #FFF;
		font-size: 13px;
	}

	#sp_float_btn > div.pagetop img{
		position: absolute;
		width: 40px;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	/*-------------------------------------
		Main Visual
	-------------------------------------*/

	#main_visual{
		margin-top: 0;
		height: 200px;
	}

	#main_visual h2{
		font-size: 28px;
	}

	#main_visual h2 span{
		font-size: 17px;
	}

	#main_visual h3{
		font-size: 22px;
		margin-top: 20px;
	}

	/*-------------------------------------
		Breadcrumbs
	-------------------------------------*/

	#breadcrumbs {
		margin-bottom:60px;
		}

	/*-------------------------------------
		Carousel
	-------------------------------------*/

	.carousel .slick-list{
		width: calc(100% - 40px);
	}

	.carousel .slick-slide{
		margin: 0 10px;
	}

	.carousel .text{
		padding: 0 15px 15px;
	}

	.carousel .text h4{
		font-size: 17px;
		margin-bottom: 10px;
	}

	.carousel .text h4:before{
		margin-bottom: 15px;
	}

	.carousel .text p{
		font-size: 14px;
		margin-bottom: 15px;
	}

	.carousel .text .btn{
		max-width: none;
	}

	/*-------------------------------------
		Layout
	-------------------------------------*/

	.cont_lr{
		margin-bottom: 30px;
	}

	.cont_lr .text,.cont_lr.img_r .text{
		padding-top: 20px;
		padding-bottom: 0;
	}

	.cont_lr .text h4{
		margin-bottom: 10px;
		font-size: 22px;
	}

	/*-------------------------------------
		Banners
	-------------------------------------*/

	#banners .slick-list{
		margin-right: -20px;
	}

	#banners .slick-slide,#banners li {
		margin-right: 20px;
	}

	#banners li a{
			padding:10px 10px;
		}

	#banners .slick-slide p.comment{
			margin-bottom: 5px;
			font-size: 2.0833333vw;
		}

	#banners .slick-slide p.logo{
		margin-bottom: 15px;
	}


	/*-------------------------------------
		Footer
	-------------------------------------*/

	footer{
		margin-bottom: 50px;
	}

	footer ul{
		margin-top: 15px;
	}

	footer .telephone{
		margin-top: 15px;
	}

	footer .telephone p.title{
		font-size: 17px;
	}

	footer .telephone p.tel{
		margin-bottom: 10px;
	}

	footer .telephone p.tel a{
		font-size: 22px;
	}

	footer .telephone p.attention{
		font-size: 14px;
		margin-bottom: 20px;
	}

	footer ul.group li{
		display: block;
		margin-bottom: 15px;
	}

	footer ul.group li:last-child{
		margin-bottom: 0;
	}

	/*-------------------------------------
		Inview Animation
	-------------------------------------*/

	.fadein{
		transition: all 3s;
	}

}


	@media screen and (max-width: 414px){

		/* ========================================
			Menu
		======================================== */

		#sp_navi{
			width: 100%;
		}

		#sp_navi.active .menu_wrapper{
			width: 100%;
		}

		#reserve_button{
			width: calc(100% - 130px);
		}

		#sp_navi nav{
			width: 100%;
			max-width: 100%;
			border-left: 0;
		}

		#page_cont.menu_open{
		  transform: translateX(-100%);
		  border-right: 0;
		}

		/*-------------------------------------
			Main Visual
		-------------------------------------*/

		#main_visual{
			margin-top: 0;
			height: 200px;
		}

		#main_visual h2{
			font-size: 5vw;
		}

		#main_visual h2 span{
			font-size: 3vw;
		}

		#main_visual h3{
			font-size: 4vw;
			margin-top: 3vw;
		}
	}
/*add_20210318*/
li.slick-slide.ts_tougou img {
    max-width: 100%;
    width:100%;
    height:auto;
}
/*#footer_group_hotel*/
#footer_group_hotel{
	border-top:solid 1px #fff;
	margin-top:2rem;
	text-align:left;
}
#footer_group_hotel a{
	box-sizing:border-box;
	color: #FFF;
	font-size: 14px;
	background: url(./images/arrow_right_wh.svg) no-repeat left center;
	padding-left: 16px;
}
#footer_group_hotel a:hover{
	transition:ease all .3s;
	opacity:.5;
	text-decoration:none;
}
#footer_group_hotel .ttl{
	color:#fff;
	font-size:16px;
	box-sizing:border-box;
	padding:20px 0;
	margin-top: 20px;
}
#footer_group_hotel ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top: 0;
}
#footer_group_hotel ul li{
	width:32%;
	position:relative;
	margin-bottom: 8px;
}
@media screen and (max-width:559px) {
	#footer_group_hotel ul li{width:100%;margin-bottom: 0;}
	#footer_group_hotel a{
		margin-bottom:10px;
		display:block;
		padding:10px 0 10px 16px;
	}
}
@media screen and (min-width:559px) and (max-width:1024px){
	#footer_group_hotel ul li{width:47%;margin-bottom: 0;}
	#footer_group_hotel a{
		margin-bottom:10px;
		display:block;
		padding:10px 0 10px 16px;
	}
}
