@charset "UTF-8";
@media only screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}

@media only screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}

html {
	line-height: 1.4;
	line-break: strict;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

body {
	padding-top: 130px;
	color: #333;
}

@media only screen and (max-width: 767px) {
	body {
		padding-bottom: 60px;
	}
}

@media only screen and (max-width: 1060px) {
	body {
		padding-top: 54px;
	}
}

@media only screen and (max-width: 767px) {
	body.no-float {
		padding-bottom: 0;
	}
}

main > article > section {
	padding: 80px 30px;
}

@media only screen and (max-width: 767px) {
	main > article > section {
		padding: 50px 15px;
	}
}

main > article > section .layout-wrap > .module-normal_btn {
	font-size: 20px;
	font-size: 1.25rem;
	margin-top: 80px;
}

@media only screen and (max-width: 767px) {
	main > article > section .layout-wrap > .module-normal_btn {
		font-size: 16px;
		font-size: 1rem;
		margin: 30px auto 0;
		width: 96%;
	}
}

main > article > section .layout-wrap .layout-column4 + .module-small_ttl {
	margin-top: 50px;
}

@media only screen and (max-width: 767px) {
	main > article > section .layout-wrap .layout-column4 + .module-small_ttl {
		margin-top: 35px;
	}
}

main > article > section .layout-wrap .layout-column3 + .module-small_ttl {
	margin-top: 60px;
}

@media only screen and (max-width: 767px) {
	main > article > section .layout-wrap .layout-column3 + .module-small_ttl {
		margin-top: 25px;
	}
}

img {
	width: 100%;
}

figure {
	line-height: 0;
}

figcaption {
	line-height: 1.4;
}

a {
	text-decoration: none;
	color: #444;
}

li {
	list-style: none;
}

/*----------------------
汎用クラス
----------------------*/
/*---カーニング0---*/
.elm-ls0 {
	letter-spacing: 0 !important;
}

/*---Gfont---*/
.elm-marcellus {
	font-family: 'Josefin Sans', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 400;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
}

/*----------------------
HEADER
----------------------*/
header {
	padding-top: 25px;
	padding-bottom: 20px;
	height: 130px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 200;
	border-bottom: 1px #c8c8c8 solid;
}

@media only screen and (max-width: 1060px) {
	header {
		height: 54px;
		padding: 0;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
		padding: 0 15px;
	}
}

header h1 {
	width: 250px;
	margin: 0 auto;
}

@media only screen and (max-width: 1060px) {
	header h1 {
		margin: 0;
		width: 150px;
	}
}

header h1 a img {
	display: block;
}

@media only screen and (max-width: 1060px) {
	header nav {
		background: #f7f7f7;
		padding: 0 15px 30px;
		z-index: 200;
	}
}

header nav ul {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

@media only screen and (max-width: 1060px) {
	header nav ul {
		display: block;
		margin-top: 0;
		margin-bottom: 30px;
	}
}

header nav ul li {
	text-align: center;
	margin-right: 40px;
}

@media only screen and (max-width: 1060px) {
	header nav ul li {
		margin-right: 0;
		text-align: left;
	}
}

header nav ul li a {
	display: block;
	padding-bottom: 8px;
	font-size: 12px;
	font-size: 0.75rem;
	color: #a0a0a0;
	font-weight: normal;
	position: relative;
	line-height: 1.4;
}

@media only screen and (min-width: 1061px) {
	header nav ul li a.current {
		border-bottom: 3px solid #bea66c;
		color: #bea66c;
		padding-bottom: 5px;
	}
	header nav ul li a.current span {
		color: #bea66c;
	}
}

@media only screen and (max-width: 1060px) {
	header nav ul li a {
		display: flex;
		border-bottom: 1px #e9e9e9 solid;
		padding: 15px 0;
		align-items: center;
	}
}

header nav ul li a span {
	color: #404647;
	font-size: 20px;
	font-size: 1.25rem;
	display: block;
}

@media only screen and (max-width: 1060px) {
	header nav ul li a span {
		display: inline-block;
		margin-right: 10px;
	}
}

@media only screen and (max-width: 1060px) {
	header nav ul li a:before {
		width: 6px;
		height: 6px;
		border-top: 1px solid #333;
		border-right: 1px solid #333;
		transform: rotate(45deg);
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -3px;
		content: "";
	}
}

header nav ul li:last-child {
	margin-right: 0;
}

@media only screen and (max-width: 1060px) {
	header nav {
		display: none;
		position: absolute;
		top: 54px;
		left: 0;
		width: 100%;
	}
}

header .burger {
	width: 25px;
	height: 14px;
	background: #fff;
	position: relative;
}

@media screen and (min-width: 1061px) {
	header .burger {
		display: none;
	}
}

header .burger span {
	width: 25px;
	height: 1px;
	background: #5e5353;
	position: absolute;
	left: 0;
	transform: rotate(0deg);
	transition: top 0.1s ease-in-out 0.1s, transform 0.1s ease-in-out 0s;
}

header .burger span.bar01 {
	top: 0;
}

header .burger span.bar02 {
	top: 6px;
}

header .burger span.bar03 {
	top: 13px;
}

header .active span {
	transition: top 0.1s ease-in-out 0s, transform 0.1s ease-in-out 0.1s;
}

header .active span.bar01 {
	top: 6px;
	transform: rotate(45deg);
}

header .active span.bar02 {
	top: 6px;
	transform: rotate(45deg);
}

header .active span.bar03 {
	top: 6px;
	transform: rotate(-45deg);
}

/*----------------------
パンくずナビ
----------------------*/
.breadcrumb {
	font-size: 14px;
	font-size: 0.875rem;
	background: #f7f7f7;
	padding: 10px;
}

@media only screen and (max-width: 767px) {
	.breadcrumb {
		font-size: 10px;
		font-size: 0.625rem;
	}
}

.breadcrumb ul {
	display: flex;
}

@media only screen and (max-width: 767px) {
	.breadcrumb ul {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.breadcrumb ul li {
		display: inline;
	}
}

.breadcrumb ul li + li {
	margin-left: 3px;
}

.breadcrumb ul li + li:before {
	content: ">";
	width: 1rem;
	height: 1rem;
	margin-right: 5px;
}

/*----------------------
下層MV
----------------------*/
.layout-mv {
	overflow: hidden;
	height: 648px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.layout-mv {
		height: auto;
		line-height: 0;
	}
}

.layout-mv img.pc {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: inherit;
}

/*----------------------
下層ページリード文
----------------------*/
.top_lead p {
	text-align: center;
	color: #434343;
	line-height: 2;
}

@media only screen and (max-width: 767px) {
	.top_lead p {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.8;
	}
}

.top_lead p strong {
	display: block;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 1.4;
}

@media only screen and (max-width: 767px) {
	.top_lead p strong {
		font-size: 18px;
		font-size: 1.125rem;
		margin-bottom: 12px;
	}
}

.top_lead.lead_philosophy {
	position: relative;
	text-align: center;
	background: #f3efee;
}

@media only screen and (max-width: 767px) {
	.top_lead.lead_philosophy {
		background: #f3efee url(/images/common/img_tagline_logo.png) no-repeat;
		background-position: right bottom;
		background-size: 150px auto;
	}
}

.top_lead.lead_philosophy .module-ttl {
	display: inline-block;
	padding-bottom: 25px;
	margin-bottom: 45px;
	border-bottom: 2px solid #333;
}

@media only screen and (max-width: 767px) {
	.top_lead.lead_philosophy .module-ttl {
		padding-bottom: 15px;
		margin-bottom: 40px;
	}
}

.top_lead.lead_philosophy p {
	color: #434242;
}

@media only screen and (max-width: 767px) {
	.top_lead.lead_philosophy p {
		text-align: left;
	}
}

.top_lead.lead_philosophy p strong {
	margin-bottom: 30px;
}

/*----------------------
共通TITLE
----------------------*/
.module-ttl {
	font-weight: normal;
	text-align: center;
	margin-bottom: 40px;
	font-weight: 200;
	color: #bea66c;
	font-size: 16px;
	font-size: 1rem;
	line-height: 0.8;
}

.module-ttl.nomrg {
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.module-ttl {
		font-size: 13px;
		font-size: 0.8125rem;
		margin-bottom: 20px;
	}
}

.module-ttl span {
	font-weight: 600;
	letter-spacing: 3px;
	font-size: 42px;
	font-size: 2.625rem;
	display: block;
	color: #333;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.module-ttl span {
		font-size: 29px;
		font-size: 1.8125rem;
		letter-spacing: 1.8px;
	}
}

/*---共通TITLE_H3(ウエディングページにて使用)---*/
.module-small_ttl {
	font-size: 24px;
	font-size: 1.5rem;
	text-align: center;
	color: #bea66c;
	margin-bottom: 30px;
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
	.module-small_ttl {
		font-size: 18px;
		font-size: 1.125rem;
		margin: 15px 0;
	}
}

/*----------------------
ページ内リンク（SP時：角丸　PC時：丸）
----------------------*/
.contents_navi .layout-wrap {
	max-width: 880px;
}

.contents_navi .layout-wrap ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.contents_navi .layout-wrap ul li {
	background: #fff;
	/*#cce7ea*/
	width: 22vw;
	height: 22vw;
	max-width: 190px;
	max-height: 190px;
	border-radius: 95px;
	position: relative;
	line-height: 1.4;
	padding-bottom: 26px;
}

@media only screen and (max-width: 767px) {
	.contents_navi .layout-wrap ul li {
		line-height: 1.1;
		width: calc( 0.24 * calc(100vw - 30px));
		height: calc( 0.24 * calc(100vw - 30px));
		border-radius: 6px;
		padding-bottom: 20px;
	}
}

.contents_navi .layout-wrap ul li a {
	color: #555;
	max-width: 190px;
	max-height: 190px;
	display: block;
	text-align: center;
	padding-top: 26px;
}

@media only screen and (max-width: 767px) {
	.contents_navi .layout-wrap ul li a {
		padding-top: 10px;
	}
}

.contents_navi .layout-wrap ul li a figure {
	width: 44px;
	margin: 0 auto 8px;
}

@media only screen and (max-width: 767px) {
	.contents_navi .layout-wrap ul li a figure {
		width: 20px;
		margin-bottom: 4px;
	}
}

.contents_navi .layout-wrap ul li a p {
	font-size: 18px;
	font-size: 1.125rem;
}

@media only screen and (max-width: 767px) {
	.contents_navi .layout-wrap ul li a p {
		font-size: 10px;
		font-size: 0.625rem;
	}
}

.contents_navi .layout-wrap ul li a p .em {
	display: block;
	font-size: 24px;
	font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
	.contents_navi .layout-wrap ul li a p .em {
		font-size: 14px;
		font-size: 0.875rem;
	}
}

.contents_navi .layout-wrap ul li:after {
	width: 16px;
	height: 16px;
	border-top: 1px solid #555;
	border-right: 1px solid #555;
	transform: rotate(135deg);
	position: absolute;
	left: 46%;
	bottom: 30px;
	content: "";
}

@media only screen and (max-width: 767px) {
	.contents_navi .layout-wrap ul li:after {
		width: 8px;
		height: 8px;
		bottom: 11px;
	}
}

/*----------------------
リンクテキスト/ボタン
----------------------*/
/*---テキストリンク+ピンク矢印---*/
.elm-pink_link {
	display: inline-block;
	padding-top: 2px;
	padding-right: 26px;
	border-bottom: none;
	background-position: right center;
	font-size: 18px;
	font-size: 1.125rem;
	background: url(/images/common/icn_btn.svg) no-repeat right center;
	background-size: 18px;
}

@media only screen and (max-width: 767px) {
	.elm-pink_link {
		padding-right: 20px;
		font-size: 15px;
		font-size: 0.9375rem;
		background-size: 15px;
	}
}

/*---ボタンデフォルト---*/
.module-normal_btn {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 18px;
	font-size: 1.125rem;
}

@media only screen and (min-width: 768px) {
	.module-normal_btn {
		max-width: 312px;
		font-size: 19px;
		font-size: 1.1875rem;
	}
}

/*---ボタンピンク（デフォルトと併用）*メインのリンク---*/
.elm-pink_btn {
	background: url(/images/common/icn_arrow_pink.svg) no-repeat right 20px center #e28797;
	background-size: 20px;
	color: #fff;
}

/*---ボタン白（デフォルトと併用）*ページ内リンクなど---*/
.elm-white_btn {
	border: 1px #666 solid;
	background-size: 20px;
	color: #333;
	max-width: 370px;
	position: relative;
	padding-right: 15px;
	background: #fff;
}

@media only screen and (max-width: 767px) {
	.elm-white_btn {
		font-size: 16px;
		font-size: 1rem;
	}
}

.elm-white_btn:after {
	width: 10px;
	height: 10px;
	border-top: 2px solid #2d3032;
	border-right: 2px solid #2d3032;
	transform: rotate(-45deg);
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -3px;
	content: "";
}

@media only screen and (max-width: 767px) {
	.elm-white_btn:after {
		right: 6%;
	}
}

/*---テキスト+ブランク（黒）---*/
.elm-blank_dark:after {
	content: url(/images/common/ico_blank_dark.png);
	width: 10px;
	display: inline-block;
	padding-left: 2px;
}

/*---テキスト+ブランク（グレー）---*/
.elm-blank_light:after {
	content: url(/images/common/ico_blank_light.png);
	width: 10px;
	display: inline-block;
	padding-left: 2px;
}

/*---テキスト+ブランク（白）---*/
.elm-blank_white:after {
	content: url(/images/common/ico_blank_white.png);
	width: 10px;
	display: inline-block;
	padding-left: 2px;
}

/*----------------------
コンテンツ全体
----------------------*/
/*---コンテンツデフォルト---*/
.layout-wrap {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/*---背景グレーグラデーション---*/
.elm-gray_back {
	background: #f3efee;
	background: linear-gradient(to bottom, #f3efee 0%, #edeae8 100%);
}

/*---下線付与---*/
.elm-border_bottom {
	border-bottom: 1px #d5d5d5 solid;
}

.elm-img {
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.elm-img {
		margin-bottom: 10px;
	}
}

.elm-text {
	padding: 0 20px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.4;
}

@media only screen and (max-width: 768px) {
	.elm-text {
		padding: 0 10px;
	}
}

.elm-heading {
	margin: 0 20px 10px;
	padding-bottom: 10px;
	line-height: 1;
	background-image: url(/images/common/icn_btn.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 24px;
	font-weight: normal;
	border-bottom: solid 1px #cecccc;
	font-size: 14px;
	font-size: 0.875rem;
	color: #a0a0a0;
}

.elm-heading span {
	font-size: 22px;
	font-size: 1.375rem;
	color: #666;
}

@media only screen and (max-width: 767px) {
	.elm-heading {
		margin: 10px 10px;
	}
}

.layout-column4 .elm-img {
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	.layout-column4 .elm-img {
		margin-bottom: 10px;
	}
}

.layout-column4 .elm-heading {
	font-size: 18px;
	font-size: 1.125rem;
	margin: 0 15px 15px;
	color: #666;
	background-size: 18px;
	background-position: right top;
}

@media only screen and (max-width: 767px) {
	.layout-column4 .elm-heading {
		margin: 0 10px 10px;
		border-bottom: 0;
		padding-bottom: 0;
		line-height: 18px;
		background-position: right center;
		font-size: 11px;
		font-size: 0.6875rem;
	}
}

.layout-column4 .elm-text {
	padding: 0 15px 15px;
}

/*---動画---*/
.movie_wrap {
	position: relative;
	padding-bottom: 56.25%;
	/*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
	margin: 1.5em 0;
}

.movie_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*----------------------
カラムシステム
----------------------*/
/*---デフォルト---*/
*[class*='layout-column'] {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

*[class*='layout-column'] li > *:last-child {
	margin-bottom: 0;
}

.layout-wrap .layout-column1 li {
	border: none;
	border-bottom: 1px #ccc solid;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
}

.layout-wrap .layout-column1 li:last-child {
	border-bottom: none;
}

.layout-wrap .layout-column1:last-child li:last-child {
	padding-bottom: 0;
}

.layout-wrap .layout-column1 .data {
	margin-bottom: 0;
}

/*---PC2 SP1---*/
.layout-column2 > * {
	width: 49%;
}

@media only screen and (max-width: 767px) {
	.layout-column2 > * {
		width: 100%;
		flex-direction: column;
	}
	.layout-column2 > * + li {
		margin-top: 20px;
	}
}

.layout-column2:after {
	content: "";
	display: block;
	width: 49%;
}

@media only screen and (max-width: 767px) {
	.layout-column2.layout-info_list li:first-child {
		padding-top: 0;
	}
	.layout-column2.layout-info_list li:last-child {
		padding-bottom: 0;
	}
}

/*---PC3 SP1---*/
.layout-column3 > * {
	width: 32.1%;
}

@media only screen and (max-width: 767px) {
	.layout-column3 > * {
		width: 100%;
		flex-direction: column;
	}
}

.layout-column3:after {
	content: "";
	display: block;
	width: 32%;
}

/*---PC4 SP2---*/
.layout-column4 > * {
	width: 23.5%;
}

@media only screen and (max-width: 767px) {
	.layout-column4 > * {
		width: 48.75%;
		flex-direction: column;
		margin-bottom: 3%;
	}
}

.layout-column4:after {
	content: "";
	display: block;
	width: 23.5%;
}

/*---PC5 SP2---*/
.layout-column5 > * {
	width: 19%;
}

@media only screen and (max-width: 767px) {
	.layout-column5 > * {
		max-width: 184px;
	}
}

.layout-column5:after {
	content: "";
	display: block;
	width: 19%;
}

.tab {
	display: none;
}

.tab.active {
	display: flex;
}

.ac_btn {
	border: solid 1px #666;
	margin-bottom: 5px;
	cursor: pointer;
	border-radius: 3px;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	position: relative;
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
	.ac_btn {
		height: 40px;
		line-height: 40px;
	}
}

.ac_btn:after, .ac_btn:before {
	content: "";
	display: block;
	background: #666;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 2px;
}

.ac_btn:after {
	width: 14px;
	height: 4px;
	right: 14px;
}

.ac_btn:before {
	width: 4px;
	height: 14px;
	right: 19px;
}

.ac_btn.active {
	background: #e28797;
	color: #fff;
	border: solid 1px #e28797;
}

.ac_btn.active:before {
	display: none;
}

.ac_btn.active:after {
	background: #fff;
}

.ac {
	display: none;
}

.layout-column2.layout-group_list > * {
	width: 49%;
}

@media only screen and (max-width: 767px) {
	.layout-column2.layout-group_list > * {
		width: 100%;
	}
}

.layout-group_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.layout-group_list li {
	border: none;
	padding: 0;
	background: #fff;
}

.layout-group_list li > a {
	display: block;
}

@media only screen and (max-width: 767px) {
	.layout-group_list li + li {
		margin-top: 20px;
	}
}

.layout-group_list li figure {
	margin-bottom: 12px;
}

.layout-group_list li .list_inner {
	padding: 0 10px 15px;
}

.layout-group_list li .list_inner h3 {
	color: #2e5053;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 20px;
	font-size: 1.25rem;
}

@media only screen and (max-width: 767px) {
	.layout-group_list li .list_inner h3 {
		font-size: 16px;
		font-size: 1rem;
	}
}

.layout-group_list li .list_inner .list_inner_text {
	margin-bottom: 10px;
	font-size: 16px;
	font-size: 1rem;
}

@media only screen and (max-width: 767px) {
	.layout-group_list li .list_inner .list_inner_text {
		font-size: 13px;
		font-size: 0.8125rem;
	}
}

.layout-group_list li .list_inner .detail_link {
	text-align: right;
}

.layout-group_list li .list_inner .detail_link a {
	color: #535a5e;
}

.layout-txt_link_list {
	text-align: center;
	font-size: 0;
	margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	.layout-txt_link_list {
		margin-bottom: 20px;
	}
}

.layout-txt_link_list li {
	display: inline-block;
	padding: 0 15px;
	border-right: 1px #666 solid;
}

@media only screen and (max-width: 767px) {
	.layout-txt_link_list li {
		margin-bottom: 8px;
	}
}

.layout-txt_link_list li:last-child {
	border-right: none;
}

.layout-txt_link_list li a {
	font-size: 20px;
	font-size: 1.25rem;
}

@media only screen and (max-width: 767px) {
	.layout-txt_link_list li a {
		font-size: 16px;
		font-size: 1rem;
	}
}

.layout-txt_link_list li a:hover {
	text-decoration: underline;
}

.layout-btn_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
	.layout-btn_list {
		margin-bottom: 20px;
	}
}

.layout-btn_list li {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 3px;
	border: 1px #a0a0a0 solid;
	width: 19.5%;
	margin-bottom: 4px;
	height: 56px;
	font-size: 20px;
	font-size: 1.25rem;
	color: #535a5e;
}

@media only screen and (max-width: 767px) {
	.layout-btn_list li {
		width: 49.5%;
		height: 38px;
		font-size: 14px;
		font-size: 0.875rem;
	}
}

.layout-btn_list li.empty_cell {
	border: none;
	height: 0;
}

@media only screen and (max-width: 767px) {
	.layout-btn_list li.empty_cell {
		display: none;
	}
}

.layout-btn_list li.active {
	border: 1px #e28797 solid;
	background: #e28797;
	color: #fff;
}

.layout-btn_list li:hover {
	border: 1px #e28797 solid;
	background: #e28797;
	color: #fff;
}

.layout-btn_list li.text-2 {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.4;
}

@media only screen and (max-width: 767px) {
	.layout-btn_list li.text-2 {
		font-size: 12px;
		font-size: 0.75rem;
		line-height: 1.4;
	}
}

.module-box li {
	border: 1px #ccc solid;
}

.module-circle li {
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.module-circle li {
		margin-bottom: 4%;
	}
}

@media only screen and (max-width: 767px) {
	.module-circle li .elm-img {
		margin-bottom: 8px;
	}
}

.module-circle li a .elm-heading {
	display: inline-block;
	padding-right: 26px;
	border-bottom: none;
	background-position: right center;
	background-size: 15px;
	padding-top: 2px;
	padding-bottom: 0;
	line-height: 18px;
	margin: 0 8px;
	font-size: 18px;
	font-size: 1.125rem;
}

@media only screen and (max-width: 767px) {
	.module-circle li a .elm-heading {
		font-size: 12px;
		font-size: 0.75rem;
	}
}

.data {
	margin-bottom: 10px;
}

.data .caption {
	margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
	.data .caption {
		font-size: 13px;
		font-size: 0.8125rem;
	}
}

.data > dl {
	color: #535a5e;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-bottom: 2px;
}

@media only screen and (max-width: 767px) {
	.data > dl {
		font-size: 12px;
		font-size: 0.75rem;
	}
}

.data > dl > dt, .data > dl > dd {
	display: inline-block;
}

.data > dl.head4 dt {
	width: 4em;
}

.data > dl.head4 dd {
	width: calc( 100% - 4em);
}

.layout-info_list > li {
	border: 1px #ccc solid;
	padding: 10px;
}

@media screen and (max-width: 1060px) {
	.layout-info_list > li {
		width: 49%;
	}
}

@media only screen and (min-width: 768px) {
	.layout-info_list > li {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.layout-info_list > li {
		width: 100%;
		margin-left: -15px;
		margin-right: -15px;
		padding-right: 15px;
		padding-left: 15px;
		box-sizing: content-box;
		border: none;
	}
	.layout-info_list > li + li {
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px #ccc solid;
	}
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
	.layout-info_list > li + li {
		margin-top: 20px;
	}
}

.layout-info_list > li .tag {
	background: #bea66c;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 6px;
	font-size: 14px;
	font-size: 0.875rem;
}

@media only screen and (max-width: 767px) {
	.layout-info_list > li .tag {
		font-size: 13px;
		font-size: 0.8125rem;
	}
}

.layout-info_list > li h3 {
	margin-bottom: 6px;
	font-size: 20px;
	font-size: 1.25rem;
	color: #2e5053;
	font-weight: normal;
	line-height: 1.2;
}

@media only screen and (max-width: 767px) {
	.layout-info_list > li h3 {
		font-size: 16px;
		font-size: 1rem;
	}
}

.layout-info_list > li .distance {
	margin-bottom: 5px;
	font-size: 14px;
	font-size: 0.875rem;
	color: #535a5e;
}

@media only screen and (max-width: 767px) {
	.layout-info_list > li .distance {
		font-size: 13px;
		font-size: 0.8125rem;
	}
}

.layout-info_list > li figure {
	margin-bottom: 10px;
}

.layout-info_list > li .module-normal_btn {
	height: 58px;
	line-height: 58px;
	margin-bottom: 7px;
}

.layout-info_list > li .module-normal_btn:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 1060px) {
	.layout-info_list > li .module-normal_btn {
		font-size: 16px;
		font-size: 1rem;
	}
}

.layout-info_list > li .detail_btn {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 7px;
	font-size: 14px;
	font-size: 0.875rem;
}

@media only screen and (max-width: 767px) {
	.layout-info_list > li .detail_btn {
		font-size: 14px;
		font-size: 0.875rem;
	}
}

.layout-info_list > li .detail_btn a {
	display: block;
	border: 1px #e9b0b9 solid;
	border-radius: 3px;
	line-height: 46px;
	height: 46px;
	padding-left: 15px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.layout-info_list > li .detail_btn a {
		padding-left: 18px;
	}
}

.layout-info_list > li .detail_btn a:first-child {
	flex: 1;
}

.layout-info_list > li .detail_btn a:nth-child(2) {
	width: 49%;
	margin-left: 2%;
}

.layout-info_list > li .detail_btn a:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 16px;
	height: 16px;
	background: url(/images/common/icn_btn.svg) no-repeat center center;
	background-size: 16px 16px;
	margin-left: 5px;
}

.layout-info_list > li .form_btn {
	font-size: 14px;
	font-size: 0.875rem;
	background: #e9e9e9;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 8px 0;
}

@media only screen and (max-width: 767px) {
	.layout-info_list > li .form_btn {
		font-size: 14px;
		font-size: 0.875rem;
	}
}

.layout-info_list > li .form_btn a {
	display: block;
	text-align: left;
	padding-left: 42px;
	line-height: 34px;
	position: relative;
}

.layout-info_list > li .form_btn a:after {
	width: 8px;
	height: 8px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg);
	position: absolute;
	right: 22px;
	top: 50%;
	margin-top: -5px;
	content: "";
}

.layout-info_list > li .form_btn a:first-child {
	flex: 1;
}

.layout-info_list > li .form_btn a:nth-child(2) {
	width: 50%;
	border-left: 1px #c6d0d6 solid;
}

@media only screen and (max-width: 767px) {
	.layout-info_list > li .form_btn a.reservation {
		padding-left: 45px;
	}
}

.layout-info_list > li .form_btn a.reservation:after {
	right: 25px;
}

.layout-info_list > li .form_btn a.reservation:before {
	content: "";
	display: block;
	background: url(/images/common/icn_reservation.png) no-repeat center center;
	background-size: 17px 24px;
	width: 17px;
	height: 24px;
	position: absolute;
	left: 16px;
	top: 50%;
	margin-top: -14px;
}

@media only screen and (max-width: 767px) {
	.layout-info_list > li .form_btn a.reservation:before {
		width: 16px;
		height: 24px;
		background-size: 16px 24px;
		margin-top: -13px;
	}
}

.layout-info_list > li .form_btn a.document {
	padding-left: 48px;
}

.layout-info_list > li .form_btn a.document:before {
	content: "";
	display: block;
	background: url(/images/common/icn_document.png) no-repeat center center;
	background-size: 17px 24px;
	width: 17px;
	height: 24px;
	position: absolute;
	left: 16px;
	top: 50%;
	margin-top: -12px;
}

@media only screen and (max-width: 767px) {
	.layout-info_list > li .form_btn a.document:before {
		width: 17px;
		height: 24px;
		background-size: 17px 24px;
		margin-top: -12px;
		left: 20px;
	}
}

.layout-info_list > li .form_btn.btn3 {
	max-width: 671px;
	justify-content: flex-start;
	background: #fff;
	padding: 0;
}

@media only screen and (max-width: 767px) {
	.layout-info_list > li .form_btn.btn3 {
		width: 100%;
	}
}

.layout-info_list > li .form_btn.btn3 a {
	background: #e9e9e9;
	padding-left: 0;
	padding-top: 8px;
	padding-bottom: 8px;
}

.layout-info_list > li .form_btn.btn3 a span {
	display: block;
	padding-left: 42px;
}

@media only screen and (max-width: 767px) {
	.layout-info_list > li .form_btn.btn3 a span {
		padding-left: 0;
		width: 100%;
		padding-top: 30px;
	}
}

.layout-info_list > li .form_btn.btn3 a:nth-child(1) {
	width: 33.3%;
	flex: none;
}

@media only screen and (max-width: 767px) {
	.layout-info_list > li .form_btn.btn3 a:nth-child(1) {
		width: 100%;
		flex: 1;
	}
}

.layout-info_list > li .form_btn.btn3 a:nth-child(2) {
	width: 33.3%;
	border-left: none;
}

@media only screen and (max-width: 767px) {
	.layout-info_list > li .form_btn.btn3 a:nth-child(2) {
		width: 100%;
		flex: 1;
	}
}

.layout-info_list > li .form_btn.btn3 a:nth-child(2) span {
	border-left: 1px #c6d0d6 solid;
}

.layout-info_list > li .form_btn.btn3 a:nth-child(3) {
	border-left: none;
	width: 33.3%;
}

.layout-info_list > li .form_btn.btn3 a:nth-child(3) span {
	border-left: 1px #c6d0d6 solid;
}

@media only screen and (max-width: 767px) {
	.layout-info_list > li .form_btn.btn3 a:nth-child(3) {
		width: 100%;
		flex: 1;
	}
}

.layout-info_list > li .form_btn.btn3 a.inquiry:before {
	content: "";
	display: block;
	background: url(/images/common/icn_inquiry.png) no-repeat center center;
	position: absolute;
}

@media only screen and (min-width: 768px) {
	.layout-info_list > li .form_btn.btn3 a.inquiry:before {
		background-size: 17px 24px;
		width: 17px;
		height: 24px;
		left: 16px;
		top: 50%;
		margin-top: -12px;
	}
}

@media only screen and (max-width: 767px) {
	.layout-info_list > li .form_btn.btn3 a.inquiry:before {
		width: 17px;
		height: 24px;
		background-size: 17px 24px;
	}
}

@media only screen and (max-width: 767px) {
	.layout-info_list > li .form_btn.btn3 a:before {
		left: 0;
		right: 0;
		top: 10px;
		margin: auto;
	}
}

.layout-info_list > li .form_btn.btn3 a:after {
	/*right: 12px;*/
}

@media only screen and (max-width: 767px) {
	.layout-info_list > li .form_btn.btn3 a:after {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.layout-info_list > li .form_btn.btn3 a {
		padding-left: 0;
		text-align: center;
		display: flex;
		align-items: flex-end;
		justify-content: center;
		font-size: 12px;
		font-size: 0.75rem;
		line-height: 1;
	}
}

.layout-plan_list li {
	width: 33%;
	margin-bottom: 10px;
	display: block;
	border: 1px #ccc solid;
	padding: 10px;
}

@media screen and (max-width: 1060px) {
	.layout-plan_list li {
		width: 49%;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.layout-plan_list li {
		width: 100%;
		padding: 10px;
	}
	.layout-plan_list li + li {
		margin-top: 20px;
	}
}

.layout-plan_list li a .tag {
	background: #bea66c;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 5px;
	font-size: 14px;
	font-size: 0.875rem;
}

@media only screen and (max-width: 767px) {
	.layout-plan_list li a .tag {
		font-size: 13px;
		font-size: 0.8125rem;
	}
}

.layout-plan_list li a h3 {
	font-size: 20px;
	font-size: 1.25rem;
	color: #2e5053;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 1.2;
}

@media only screen and (max-width: 767px) {
	.layout-plan_list li a h3 {
		font-size: 16px;
		font-size: 1rem;
	}
}

.layout-plan_list li a figure {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
}

.layout-plan_list li a figure > p {
	width: 122px;
}

@media only screen and (max-width: 767px) {
	.layout-plan_list li a figure > p {
		width: 137px;
	}
}

.layout-plan_list li a figure figcaption {
	-webkit-flex: 1;
	flex: 1;
	padding-left: 10px;
}

.layout-plan_list li a figure figcaption > p {
	font-size: 12px;
	font-size: 0.75rem;
	margin-bottom: 5px;
	color: #444444;
}

@media only screen and (max-width: 767px) {
	.layout-plan_list li a figure figcaption > p {
		font-size: 13px;
		font-size: 0.8125rem;
	}
}

.layout-plan_list li a figure figcaption .data {
	margin-bottom: 0;
}

.layout-plan_list li a figure figcaption .data dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	color: #535a5e;
}

@media only screen and (max-width: 767px) {
	.layout-plan_list li a figure figcaption .data dl {
		font-size: 13px;
		font-size: 0.8125rem;
	}
}

.layout-plan_list li a figure figcaption .data dl + dl {
	margin-top: 2px;
}

.layout-plan_list li a figure figcaption .data dt {
	width: 4em;
	display: inline-block;
}

.layout-plan_list li a figure figcaption .data dd {
	width: calc( 100% - 4em);
	display: inline-block;
}

.data > .elm-tag_data {
	display: flex;
	align-items: flex-start;
	margin-bottom: 4px;
	font-size: 13px;
	font-size: 0.8125rem;
}

.data > .elm-tag_data > dt {
	color: #bea66c;
	border: 1px #bea66c solid;
	text-align: center;
	width: 4.8em;
}

.data > .elm-tag_data > dd {
	padding-top: 2px;
	flex: 1;
	margin-left: 10px;
}

@media only screen and (min-width: 768px) {
	.data > .elm-tag_data > dd {
		padding-top: 1px;
	}
}

@media only screen and (max-width: 767px) {
	.elm-time_column {
		font-size: 13px;
		font-size: 0.8125rem;
	}
}

.elm-time_column + .elm-time_column {
	margin-top: 4px;
}

@media only screen and (min-width: 768px) {
	.elm-time_column dd {
		font-size: 0.9em;
	}
}

@media only screen and (max-width: 767px) {
	.elm-event_link {
		margin-top: 10px;
	}
}

.elm-event_link li {
	padding-top: 8px;
	padding-bottom: 8px;
}

.elm-event_link li + li {
	border-top: 1px #ccc solid;
}

.elm-event_link li a {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.4;
	display: block;
}

@media only screen and (max-width: 767px) {
	.elm-event_link li a {
		font-size: 13px;
		font-size: 0.8125rem;
	}
}

.module-left_arrow {
	position: relative;
	padding-left: 15px;
}

.module-left_arrow:before {
	width: 6px;
	height: 6px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	content: "";
}

@media only screen and (max-width: 767px) {
	.module-left_arrow:before {
		top: 0.9em;
		margin-top: 0px;
	}
}

.module-left_arrow-filled {
	position: relative;
	padding-left: 15px;
}

.module-left_arrow-filled:before {
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 0;
	display: block;
	content: "";
	left: 4px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #333;
}

.telnum {
	font-size: 13px;
	font-size: 0.8125rem;
	margin-bottom: 2px;
	color: #535a5e;
	position: relative;
}

@media only screen and (min-width: 768px) {
	.telnum a[href^="tel:"] {
		cursor: default;
	}
}

@media only screen and (max-width: 767px) {
	.telnum {
		margin-left: 0.12em;
		font-size: 15px;
		font-size: 0.9375rem;
		margin-top: 8px;
		padding-left: 20px;
		min-height: 20px;
	}
	.telnum span {
		display: inline-block;
		width: 1.2em;
	}
	.telnum a {
		display: inline-block;
	}
	.telnum:before {
		content: "";
		width: 15px;
		height: 15px;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		background: url(/images/common/icn_tel.png) no-repeat center center;
		background-size: 15px 15px;
	}
}

/* ---------------
TOPICS
--------------- */
#topics ul li {
	display: flex;
	line-height: 1.4;
	font-size: 16px;
	font-size: 1rem;
	padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	#topics ul li {
		display: block;
		font-size: 13px;
		font-size: 0.8125rem;
	}
}

#topics ul li + li {
	border-top: 1px #ccc solid;
	padding-top: 20px;
}

#topics ul li .tag {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 10px;
	line-height: 1.8;
}

#topics ul li .tag .date {
	margin-right: 10px;
}

#topics ul li .tag .category {
	margin-right: 30px;
	padding: 0 10px;
	background: #bea66c;
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 4px;
}

@media only screen and (max-width: 767px) {
	#topics ul li .tag .category {
		margin-top: 1px;
	}
}

#topics ul li .tag .category.release, #topics ul li .tag .category.ag {
	padding: 0 3px;
}

#topics ul li .tag .category.release:after, #topics ul li .tag .category.ag:after {
	content: "RELEASE";
}

#topics ul li .tag .category.media:after {
	content: "MEDIA";
}

#topics ul li .tag .category.pub {
	padding: 0 7px;
}

#topics ul li .tag .category.pub:after {
	content: "PUBLISH";
}

#topics ul li .tag .category.event:after {
	content: "EVENT";
}

#topics ul li .tag .category.news, #topics ul li .tag .category.news2 {
	padding: 0 12px;
}

#topics ul li .tag .category.news:after, #topics ul li .tag .category.news2:after {
	content: "NEWS";
}

/* ---------------
BANNER LIST
--------------- */
@media only screen and (max-width: 767px) {
	#banner_list {
		padding: 50px 0 0;
	}
}

@media only screen and (max-width: 767px) {
	#banner_list li.banner_list01 {
		padding: 15px 20px;
	}
}

@media only screen and (max-width: 767px) {
	#banner_list li.banner_list02 {
		padding: 15px 20px 50px;
		background: #f3efee;
		background: linear-gradient(to bottom, #f6f6f6 0%, #efefef 50%, #eaeaea 100%);
	}
}

#banner_list .layout-column3 li {
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	#banner_list .layout-column3 li {
		margin: 8px;
	}
}

footer {
	color: #fff;
	background: #eef4f6;
	line-height: 1.8;
}

footer .follow_as {
	margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
	footer .follow_as {
		margin-bottom: 20px;
	}
}

footer .follow_as p {
	font-size: 26px;
	font-size: 1.625rem;
	color: #5ebcc7;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

footer .follow_as p img {
	width: 27px;
}

footer .follow_as p span {
	padding: 0 10px;
}

@media only screen and (max-width: 767px) {
	footer .follow_as p {
		justify-content: center;
		margin-bottom: 10px;
	}
}

footer .follow_as div {
	display: flex;
	justify-content: center;
	width: 246px;
}

@media only screen and (max-width: 767px) {
	footer .follow_as div {
		width: 100%;
	}
}

footer .follow_as div a {
	width: 55px;
	margin-right: 10px;
}

footer .follow_as div a img {
	width: 100%;
}

footer .layout-wrap {
	padding: 60px 30px;
	font-size: 14px;
	font-size: 0.875rem;
}

@media only screen and (max-width: 767px) {
	footer .layout-wrap {
		padding: 30px 0 0 0;
	}
}

footer .layout-wrap .pc nav {
	margin-bottom: 60px;
}

footer .layout-wrap .pc nav .footer_nav01 > li > .module-left_arrow {
	font-weight: 600;
	color: #333;
}

footer .layout-wrap .pc nav .footer_nav02 > li > .module-left_arrow {
	font-weight: 600;
	color: #333;
}

footer .layout-wrap .pc nav .footer_nav03 > li > .module-left_arrow {
	font-weight: 600;
	color: #333;
}

footer .layout-wrap .pc nav > ul > li {
	margin-bottom: 20px;
}

footer .layout-wrap .pc nav > ul > li > a {
	display: inline-block;
}

footer .layout-wrap .pc nav > ul.footer_nav01 {
	width: 40%;
	margin-right: 4%;
}

footer .layout-wrap .pc nav > ul.footer_nav01 li:nth-child(1) {
	margin-bottom: 0;
}

@media screen and (max-width: 1060px) {
	footer .layout-wrap .pc nav > ul.footer_nav01 {
		width: 68%;
		margin-right: 0;
	}
}

footer .layout-wrap .pc nav .footer_nav_wrap {
	width: 56%;
	display: flex;
}

footer .layout-wrap .pc nav .footer_nav_wrap .footer_nav02 {
	width: 50%;
}

footer .layout-wrap .pc nav .footer_nav_wrap .footer_nav03 {
	width: 46%;
	margin-left: 4%;
}

@media screen and (max-width: 1060px) {
	footer .layout-wrap .pc nav .footer_nav_wrap {
		width: 32%;
		display: block;
	}
	footer .layout-wrap .pc nav .footer_nav_wrap .footer_nav02 {
		width: 100%;
	}
	footer .layout-wrap .pc nav .footer_nav_wrap .footer_nav03 {
		width: 100%;
		margin-left: 0;
	}
}

footer .layout-wrap .pc nav .footer_nav_wrap > ul > li {
	margin-bottom: 20px;
}

footer .layout-wrap .pc nav .footer_column2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 10px 0;
	font-size: 0.8em;
	padding-left: 0.4rem;
}

footer .layout-wrap .pc nav .footer_column2 li {
	width: 50%;
	line-height: 1.2;
	color: #333;
	padding-left: 1.5em;
	margin-bottom: 10px;
}

footer .layout-wrap .pc nav .footer_column2 li:nth-child(odd) {
	text-indent: -1.5em;
	padding-left: 1.5em;
}

footer .layout-wrap .pc nav .footer_column2 li:nth-child(odd) a {
	padding-left: 0.5rem;
	text-indent: 20px;
}

footer .layout-wrap .pc nav .footer_column1 {
	padding-left: 1rem;
	margin-top: 6px;
	line-height: 1.5;
}

footer .layout-wrap .pc nav .footer_column1 > li + li {
	margin-top: 4px;
}

footer .layout-wrap .pc nav .footer_column1 > li > a {
	position: relative;
	display: inline-block;
	padding-left: 0.8rem;
}

footer .layout-wrap .pc nav .footer_column1 > li > a + a {
	margin-top: 10px;
}

footer .layout-wrap .pc nav .footer_column1 > li > a:before {
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 0;
	display: block;
	content: "";
	left: 4px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #333;
}

footer .layout-wrap .sp nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px #e9e9e9 solid;
}

footer .layout-wrap .sp nav ul li {
	width: 50%;
	border-bottom: 1px #e9e9e9 solid;
}

footer .layout-wrap .sp nav ul li:nth-child(2n-1) {
	border-right: 1px #e9e9e9 solid;
}

footer .layout-wrap .sp nav ul li a {
	padding: 15px 20px;
	display: block;
	position: relative;
	color: #a0a0a0;
	font-size: 10px;
	font-size: 0.625rem;
}

footer .layout-wrap .sp nav ul li a span {
	display: block;
	color: #333;
	font-size: 16px;
	font-size: 1rem;
}

footer .layout-wrap .sp nav ul li a:before {
	width: 6px;
	height: 6px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -3px;
	content: "";
}

footer .footer_bottom {
	padding: 15px 0;
	text-align: center;
	background: #2c2005;
}

@media only screen and (max-width: 767px) {
	footer .footer_bottom {
		padding: 0;
	}
}

footer .footer_bottom ul li {
	display: inline-block;
	border-right: 1px rgba(254, 254, 254, 0.7) solid;
	margin-right: 14px;
	padding-right: 14px;
	height: 20px;
	line-height: 20px;
}

@media only screen and (max-width: 767px) {
	footer .footer_bottom ul li {
		display: block;
		height: auto;
		line-height: 1.3;
		margin-right: 0;
		padding-right: 0;
		text-align: left;
		border-bottom: 1px #969082 solid;
		border-right: none;
	}
}

footer .footer_bottom ul li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

footer .footer_bottom ul li a {
	color: rgba(254, 254, 254, 0.7);
	font-weight: 200;
	font-size: 12px;
	font-size: 0.75rem;
}

@media only screen and (max-width: 767px) {
	footer .footer_bottom ul li a {
		display: block;
		padding: 15px 20px;
		position: relative;
	}
	footer .footer_bottom ul li a:before {
		width: 6px;
		height: 6px;
		border-top: 1px solid rgba(254, 254, 254, 0.7);
		border-right: 1px solid rgba(254, 254, 254, 0.7);
		transform: rotate(45deg);
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -3px;
		content: "";
	}
}

footer .footer_bottom small {
	display: block;
	margin-top: 5px;
	color: rgba(254, 254, 254, 0.7);
	font-family: 'Josefin Sans', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 400;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	font-size: 12px;
	font-size: 0.75rem;
}

@media only screen and (max-width: 767px) {
	footer .footer_bottom small {
		padding-top: 18px;
		padding-bottom: 20px;
	}
}

/*---Piece of Peace ナビゲーション---*/
#float_column_nav {
	position: fixed;
	z-index: 100;
	top: 50%;
	right: 0;
	height: 220px;
	width: 110px;
}

@media only screen and (max-width: 767px) {
	#float_column_nav {
		height: 164px;
		width: 84px;
		top: 60%;
	}
}

#float_column_nav.hidden {
	display: none;
}

/*---ページ内ナビゲーション---*/
#float {
	position: fixed;
	z-index: 150;
	left: 0;
	bottom: 0;
	height: 60px;
	width: 100%;
	transform: translateY(60px);
	transition: transform 0.3s ease-out 0s;
}

#float #float_inner {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	justify-content: space-around;
}

#float #float_inner div {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-around;
	background: #f2f6f7;
}

#float #float_inner div a {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding: 0 10px;
	height: 60px;
}

#float #float_inner div a.float_01 {
	width: 46%;
	border-right: 1px #768485 dashed;
}

#float #float_inner div a.float_01 img {
	max-width: 134px;
}

#float #float_inner div a.float_02 {
	width: 32%;
}

#float #float_inner div a.float_02 img {
	max-width: 78px;
}

#float #float_inner div a:last-child {
	width: 22%;
	background: #76777a;
}

#float #float_inner div a:last-child img {
	max-width: 44px;
}

#float #float_inner div a img {
	width: 100%;
	display: inline;
}

#float #float_inner div a.float_01 {
	width: 26%;
	border-right: 1px #768485 dashed;
}

#float #float_inner div a.float_01 img {
	max-width: 77px;
}

#float #float_inner div a.float_02 {
	width: 26%;
	border-right: 1px #768485 dashed;
}

#float #float_inner div a.float_02 img {
	max-width: 77px;
}

#float #float_inner div a.float_03 {
	width: 26%;
}

#float #float_inner div a.float_03 img {
	max-width: 77px;
}

#float #float_inner div a:last-child {
	width: 22%;
	background: #76777a;
}

#float #float_inner div a:last-child img {
	max-width: 44px;
}

#float.float_col2 #float_inner div a.float_01 {
	width: 39%;
	border-right: 1px #768485 dashed;
}

#float.float_col2 #float_inner div a.float_01 img {
	max-width: 77px;
}

#float.float_col2 #float_inner div a.float_02 {
	width: 39%;
	border-right: none;
}

#float.float_col2 #float_inner div a.float_02 img {
	max-width: 77px;
}

#float.float_col1 #float_inner div a.float_01 {
	width: 100%;
	border: none;
}

#float.active {
	transition: transform 0.3s ease-out 1.5s;
	transform: translateY(0);
}

#area .layout-wrap > .module-normal_btn, #bland .layout-wrap > .module-normal_btn {
	margin-top: 60px;
}

@media only screen and (max-width: 767px) {
	#area .layout-wrap > .module-normal_btn, #bland .layout-wrap > .module-normal_btn {
		margin-top: 25px;
	}
}

#area .layout-wrap .layout-column3:after, #bland .layout-wrap .layout-column3:after {
	width: 32%;
}

.fade .slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding-bottom: 16px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.fade .slick-dots li {
	display: inline-block;
	margin: 0 3px;
	font-size: 10px;
	color: #fff;
	cursor: pointer;
}

.fade .slick-dots li.slick-active {
	color: #83e2ed;
}

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

.js-slick_sp .slick-dots {
	text-align: center;
}

.js-slick_sp .slick-dots li {
	display: inline-block;
	margin: 0 10px;
	font-size: 12px;
}

.slick-prev, .slick-next {
	display: block;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: calc(50% - 50px);
	padding: 0;
	width: 30px !important;
	z-index: 100;
}

.slick-prev:before, .slick-next:before {
	content: "";
	display: inline-block;
	background-size: contain;
}

.slick-prev {
	left: 10px;
}

@media only screen and (max-width: 767px) {
	.slick-prev {
		left: 5px;
	}
}

.slick-prev:before {
	background: url(/images/common/slick-prev.png) no-repeat center center;
	width: 30px;
	height: 80px;
}

.slick-next {
	right: 10px;
}

@media only screen and (max-width: 767px) {
	.slick-next {
		right: 5px;
	}
}

.slick-next:before {
	background: url(/images/common/slick-next.png) no-repeat center center;
	width: 30px;
	height: 80px;
}

/* ---------------
CAMPAIGN
--------------- */
@media only screen and (max-width: 767px) {
	#campaign {
		padding-left: 0;
		padding-right: 0;
	}
}

/*# sourceMappingURL=common.css.map */