@charset "utf-8";
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,
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, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html.burger_menu {
	overflow: hidden;
}
body {
	line-height: 1.7777;
	font-family: "メイリオ" , "Arial" , sans-serif;
	/*font-family: "FOT-筑紫A丸ゴシック Std B", "ヒラギノ角ゴ Pro W3",
	"Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	width: 100%;
	font-size: 16px;
	color: #444;
}
p {
	color: #444;
}
a {
	text-decoration: none;
	transition: .2s;
	color: #444;
}
a:hover {
	/*color: #b8292d;*/
	color: #999;
	transition: .2s;
	/*text-decoration: underline;*/
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	width: 100%;
	font-size: 0;
	object-fit: cover;
	-webkit-backface-visibility: hidden;
}
figure {
	font-size: 0;
}

#wrapper {
	/*position: relative;*/
	/*z-index: -99;*/
}

/*ETC*/

.clear {	clear: both;}
.fl-right { float: right; }
.fl-left { float: left; }


.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.bold {	font-weight: bold; }

/*margin*/
.mt-10	{ margin-top: 10px; }
.mt-15	{ margin-top: 15px; }
.mt-20	{ margin-top: 20px; }
.mt-25	{ margin-top: 25px; }
.mt-30	{ margin-top: 30px; }
.mt-35	{ margin-top: 35px; }
.mt-40	{ margin-top: 40px; }
.mt-45	{ margin-top: 45px; }
.mt-50	{ margin-top: 50px; }
.mt-80	{ margin-top: 80px; }
.mt-100	{ margin-top: 100px; }

.mr-10	{ margin-right: 10px; }
.mr-15	{ margin-right: 15px; }
.mr-20	{ margin-right: 20px; }
.mr-25	{ margin-right: 25px; }
.mr-30	{ margin-right: 30px; }
.mr-35	{ margin-right: 35px; }
.mr-40	{ margin-right: 40px; }
.mr-45	{ margin-right: 45px; }
.mr-50	{ margin-right: 50px; }

.ml-5	{ margin-left: 5px; }
.ml-10	{ margin-left: 10px; }
.ml-15	{ margin-left: 15px; }
.ml-20	{ margin-left: 20px; }
.ml-25	{ margin-left: 25px; }
.ml-30	{ margin-left: 30px; }
.ml-35	{ margin-left: 35px; }
.ml-40	{ margin-left: 40px; }
.ml-45	{ margin-left: 45px; }
.ml-50	{ margin-left: 50px; }
.ml-60	{ margin-left: 60px; }
.ml-70	{ margin-left: 70px; }
.ml-80	{ margin-left: 80px; }

.mb-10	{ margin-bottom: 10px; }
.mb-15	{ margin-bottom: 15px; }
.mb-20	{ margin-bottom: 20px; }
.mb-25	{ margin-bottom: 25px; }
.mb-30	{ margin-bottom: 30px; }
.mb-35	{ margin-bottom: 35px; }
.mb-40	{ margin-bottom: 40px; }
.mb-45	{ margin-bottom: 45px; }
.mb-50	{ margin-bottom: 50px; }
.mb-55	{ margin-bottom: 55px; }
.mb-60	{ margin-bottom: 60px; }
.mb-80	{ margin-bottom: 80px; }
.mb-100	{ margin-bottom: 100px; }

/*padding*/
.pt-10	{ padding-top: 10px; }
.pt-15	{ padding-top: 15px; }
.pt-20	{ padding-top: 20px; }
.pt-25	{ padding-top: 25px; }
.pt-30	{ padding-top: 30px; }
.pt-35	{ padding-top: 35px; }
.pt-40	{ padding-top: 40px; }
.pt-45	{ padding-top: 45px; }
.pt-50	{ padding-top: 50px; }
.pt-100	{ padding-top: 100px; }

.pr-10	{ padding-right: 10px; }
.pr-15	{ padding-right: 15px; }
.pr-20	{ padding-right: 20px; }
.pr-25	{ padding-right: 25px; }
.pr-30	{ padding-right: 30px; }
.pr-35	{ padding-right: 35px; }
.pr-40	{ padding-right: 40px; }
.pr-45	{ padding-right: 45px; }
.pr-50	{ padding-right: 50px; }

.pl-10	{ padding-left: 10px; }
.pl-15	{ padding-left: 15px; }
.pl-20	{ padding-left: 20px; }
.pl-25	{ padding-left: 25px; }
.pl-30	{ padding-left: 30px; }
.pl-35	{ padding-left: 35px; }
.pl-40	{ padding-left: 40px; }
.pl-45	{ padding-left: 45px; }
.pl-50	{ padding-left: 50px; }

.pb-10	{ padding-bottom: 10px; }
.pb-15	{ padding-bottom: 15px; }
.pb-20	{ padding-bottom: 20px; }
.pb-25	{ padding-bottom: 25px; }
.pb-30	{ padding-bottom: 30px; }
.pb-35	{ padding-bottom: 35px; }
.pb-40	{ padding-bottom: 40px; }
.pb-45	{ padding-bottom: 45px; }
.pb-50	{ padding-bottom: 50px; }

.bold   { font-weight: bold;}
.black  { color: #444;}
.pc_only,
.pc_tb,
.pc_sp {
	display: block;
}
.note_pc,
.sp_only,
.tb_only,
.sp_tb {
	display: none!important;
}
.flex_box {
	display: flex;
}
.reverse {
	flex-direction: row-reverse;
}
.cf {
   content: "";
   display: block;
   clear: both;
}

.ttl_thips {
	text-align: center;
	line-height: 1;
}
.ttl_thips .en {
	font-size: 60px;
	line-height: 1;
	/*font-family: "apolline", serif;*/
	font-family: "cormorant-infant", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.ttl_thips .ja {
	font-size: 36px;
	display: inline-block;
	width: 100%;
	line-height: 1;
	margin-top: 10px;
}

.bk_cream {
	background-color: #f8f1de;
}


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

}

@media screen and (max-width:1300px) {
	.note_pc {
		display: block!important;
	}
}

@media screen and (max-width:1200px) { 
	.tb_only,
	.sp_tb {
		display: block!important;
	}
	.pc_only,
	.pc_sp {
		display: none!important;
	}
	.ttl_thips .en {
		font-size: 48px;
	}
	.ttl_thips .ja {
		font-size: 28px;
	}
}

@media screen and (max-width:890px) { 
	.pc_only {
		display: none!important;
	}
	.pc_tb {
		display: block!important;
	}
	.sp_only {
		display: none!important;
	}
	.sp_tb {
		display: block!important;
	}
	.sp_none {
		display: none;
	}
}

@media screen and (max-width:599px) { 
	.pc_only,
	.pc_tb {
		display: none!important;
	}
	.sp_only,
	.tb_only,
	.sp_tb,
	.pc_sp {
		display: block!important;
	}
}




/*== header ==*/
.header {
	position: absolute;
	top: 0;
	left: 0;
	height: 150px;
	width: 100%;
	z-index: 999;
	align-items: center;
	justify-content: space-between;
	padding-left: 50px;
	padding-right: 50px;
	box-sizing: border-box;
}
.header a:hover {
	opacity: 0.7;
}
.h_logo {
	width: 240px;
	padding-top: 10px;
}
.header h1 {
	align-items: center;
}
.h_txt {
	color: #fff;
	font-weight: bold;
	margin-left: 15px;
}
.global_nav {
}
.global_nav .menu_list li a {
	position: relative;
}

.global_nav .menu_list li + li {
}
.global_nav .menu_list li a {
	font-size: 18px;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	margin-left: 30px;
	margin-right: 30px;
	position: relative;
	font-weight: bold;
	transition: .3s;

}
.global_nav .menu_list li a:hover {
	text-decoration: underline;
	color: #e7413e;
	transition: .3s;
	transform: translateY(-3px);
}
@media screen and (max-width:1600px) {
	.header {
		height: 130px;
	}
	.h_logo {
		width: 180px;
		padding-top: 5px;
	}
}


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

@media screen and (max-width:1024px) { 
	.header {
		position: initial;
		height: 80px;
		padding-left: 0;
		padding-right: 0;
	}
	.header h1 {
	}
	.h_logo {
		padding-left: 20px;
		width: 150px;
	}
}

@media screen and (max-width:599px) {
	.header {
		height: 65px;
	}
	.h_logo {
		width: 120px;
		padding-left: 10px;
	}
}

/*ハンバーガーボタン*/
.burger-btn {
	display: block;
	width: 40px;
	height: 40px;
	position: fixed;
	z-index: 999999;
	top: 17px;
	right: 3.125%;
	cursor: pointer;
	transition: .3s;
	background-color: #594237;
}
.burger-btn:hover {
	transition: .3s;
}
.bar {
	width: 25px;
	height: 1px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	transition: .3s;
}    
.bar_top {
	top: 10px;
}
.bar_mid {
	top: 49%;
	transform: translate(-50%,-50%);
}
.bar_bottom {
	bottom: 10px;
}
.burger-btn.close .bar_top {
	transform: translate(-50%,10px) rotate(45deg);
	transition: transform .3s;
}
.burger-btn.close .bar_mid {
	opacity: 0;
	transition: opacity .3s;
}
.burger-btn.close .bar_bottom {
	transform: translate(-50%,-9px) rotate(-45deg);
	transition: transform .3s;
}
#sp_nav {
	transform: translateX(100%);
	transition: .5s;
	width: 100vw;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99999;
	padding-bottom: 50px;
	transition: .3s;
}
#sp_nav:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url(../images/common/pc/sea_item_06.png);
	background-repeat: no-repeat;
	background-size: 360px;
	width: 360px;
	height: 235px;
	z-index: -1;
}
#sp_nav.slide-in{
  transform: translateX(0);
  transition: .5s;
}
#sp_nav h2.h_ttl {
	width: 120px;
	padding-left: 10px;
	padding-top: 10px;
	/*margin: 0 auto;*/
}
#sp_nav .inner {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0;
}
#sp_nav .menu_list {
	border-top: 1px solid #999;
}
#sp_nav .menu_list li {
	line-height: 1;
}
#sp_nav .menu_list li+li {}
#sp_nav .menu_list li a {
	color: #333;
	position: relative;
	font-size: 18px;
	display: inline-block;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #999;
	padding-left: 20px;
}





@media screen and (max-width:1600px) { 
	.footer .inner {
		max-width: 1000px;
	}
}

@media screen and (max-width:1024px) { 
	#sp_nav .inner {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	#sp_nav .sns_box li + li {
		margin-left: 20px;
	}
}

@media screen and (max-width:599px) { 
	.burger-btn {
		top: 13px;
	}
}


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

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

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


/*== footer ==*/
.footer {
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url(../images/common/pc/footer_bk.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}
.footer .inner {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 30px;
	box-sizing: border-box;
}

/*CONTACT*/
.footer .contact_btn {
	margin-top: 40px;
	text-align: center;
}
.footer .contact_btn a {
	display: inline-block;
	max-width: 300px;
	width: 100%;
	height: 55px;
	line-height: 55px;
	color: #333;
	border: 1px solid #333;
}
.footer .contact_btn a:hover {
	border: 1px solid #594237;
	background-color: #594237;
	color: #fff;
}

.footer .inner > .flex_box {
	justify-content: space-between;
	align-items: flex-end;
}
.footer .f_left {
	margin-left: 80px;
}
.footer .f_left p {
	font-size: 18px;
}

.footer .f_right {
	margin-right: 80px;
	align-items: center;
}
.copyright {}
.sns_box {
	margin-left: 10px;
}
.sns_box > div {
	width: 30px;
}

@media screen and (max-width:1600px) {
	.footer .inner {
		max-width: 1100px;
	}
}

@media screen and (max-width:1300px) {
	.footer .f_left {
		margin-left: 50px;
	}
}

@media screen and (max-width:1024px) {
	.footer {
		height: auto;
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.footer .inner {
		max-width: 1200px;
		width: 90%;
		padding: 30px 0;
	}
	.footer .contact_btn {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.footer .contact_btn a {
		max-width: 250px;
	}
	.footer > .flex_box {
		display: block;
		height: auto;
	}
	.footer .f_left {
		margin-left: 5%;
		padding-top: 0;
		margin-bottom: 0;
	}
	.footer .f_right {
		margin: 0;
		margin-right: 5%;
		justify-content: space-between;
	}
}
	

@media screen and (max-width:599px) {
	.footer {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.footer .contact_btn {
		margin-bottom: 30px;
	}
	.footer .inner > .flex_box {
		display: block;
	}
	.footer .f_left {
		margin-left: 0;
		text-align: center;
	}
	.footer .f_left p {
		font-size: 16px;
	}
	.footer .f_right {
		flex-wrap: wrap;
		padding-top: 20px;
		justify-content: center;
		margin-right: 0;
		margin-left: 0;
		line-height: 1;
	}
	.copyright {
		font-size: 12px;
	}
	.sns_box {
		margin-left: 10px;
	}
	.sns_box > div:nth-child(1) {
		margin-left: 0;
	}
}


/*== その他・アクション系 ==*/
/*PAGE TOP*/
#page_top {
	width: 90px;
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 999;
}
	#page_top a {
		color: #444;
		display: inline-block;
		width: 100%;
		text-decoration: none;
		transition: .3s;
		position: relative;
		font-size: 13px;
		font-weight: bolder;
		text-align: center;
		padding-top: 50px;
		box-sizing: border-box;
		z-index: 999;
	}
		#page_top a .arrow_up {
			position: absolute;
			background-image: url(../images/common/pc/page_top.svg);
			background-repeat: no-repeat;
			background-size: 90px;
			width: 90px;
			height: 90px;
			top: -30px;
			left: 50%;
			transform: translateX(-50%);
			transition: .3s;
			z-index: 999;
		}
		#page_top a:hover {
			transition: .5s;
			opacity: .8;
		}
		#page_top:hover .arrow_up {
			top: -35px;
			transition: .3s;
		}
@media screen and (max-width:1600px) { 
	
}
@media screen and (max-width:1024px) { 
	#page_top {
		
	}
}
@media screen and (max-width:599px) {
	#page_top {
		right: 5px;
	}
		#page_top a {
			padding-top: 5px;
		}
		#page_top a .arrow_up {
			width: 60px;
			background-size: 60px;
			top: -20px;
		}
		#page_top:hover .arrow_up {
			top: -20px;
			transition: .3s;
		}
}


/*fade-in*/
.fi {
	opacity: 0;
	transition-duration: 1000ms;
	transition-property: opacity, transform,top;
	transform: translate(0, 100px);
	top: 70%;
}
.fi_left {
	opacity: 0;
	transition-duration: 1000ms;
	transition-property: opacity, transform;
	transform: translate(-100px, 0);
}
.fi_right {
	opacity: 0;
	transition-duration: 1000ms;
	transition-property: opacity, transform;
	transform: translate(100px, 0);
}
.fi_mv {
	transition-duration: 1000ms;
	transition-property: transform;
	transform: scale(1);
}
.scroll-in {
	opacity: 1;
	transform: translate(0, 0);
	top: 50%;
}

@media screen and (max-width:1024px) { 
	.fi {
		transition-duration: 1000ms;
		transform: translate(0, 50px);
	}
	.fi_left {
		transition-duration: 1000ms;
		transform: translate(0, 50px);
	}
	.fi_right {
		transition-duration: 1000ms;
		transform: translate(0, 50px);
	}
	.scroll-in {
		transform: translate(0, 0);
	}
}

@media screen and (max-width:599px) { 
	.fi {
		transition-duration: 1000ms;
		transform: translate(0, 30px);
	}
	.fi_left {
		transition-duration: 1000ms;
		transform: translate(0, 30px);
	}
	.fi_right {
		transition-duration: 1000ms;
		transform: translate(0, 30px);
	}
	.scroll-in {
		transform: translate(0, 0);
	}
}

/* 電話番号リンクをスマホのみ有効にする方法 */
@media (min-width: 1024px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}



/*== ローディング画面 ==*/
.loading {
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	background-image: url(../images/common/pc/bk_ten.svg);
	background-size: 20px;
	background-color: #fff;
	/*background-color: #E58193;*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
	opacity: 1;
	visibility: visible;
}
.loading.is-active {
	 opacity: 0; 
	 /*visibility: hidden; */
	z-index: -9999;
}