/* CSS Document */
/* ================================
   フォント
================================ */
/* biz-udgothic-regular - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'BIZ UDGothic';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/biz-udgothic-v12-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* biz-udgothic-700 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'BIZ UDGothic';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/biz-udgothic-v12-latin-700.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* cormorant-300 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Cormorant';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/cormorant-v21-latin-300.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* cormorant-regular - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Cormorant';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/cormorant-v21-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* cormorant-500 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Cormorant';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/cormorant-v21-latin-500.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* cormorant-600 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Cormorant';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/cormorant-v21-latin-600.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* cormorant-700 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Cormorant';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/cormorant-v21-latin-700.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* shippori-mincho-regular - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Shippori Mincho';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/shippori-mincho-v16-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* shippori-mincho-500 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Shippori Mincho';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/shippori-mincho-v16-latin-500.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* shippori-mincho-600 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Shippori Mincho';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/shippori-mincho-v16-latin-600.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* shippori-mincho-700 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Shippori Mincho';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/shippori-mincho-v16-latin-700.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* shippori-mincho-800 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Shippori Mincho';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/shippori-mincho-v16-latin-800.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ================================
   Comments : コメント
================================ */

/* 全体適用、個別ページ CSS分割法 ユーティリティは必要に応じて選択 */
/* メディアクエリはセクション単位の小分け記載で対応 */

/* ================================
   Font : フォント指定
================================ */

body {
	font-family: 'BIZ UDP Gothic', sans-serif;
	color: #1d1d1d;
	font-size: 16px;
}

h1,
h2,
h3,
p,
li,
a {
	font-family: 'BIZ UDP Gothic', sans-serif;
	color: #1d1d1d;
}

a:hover {
	text-decoration: unset;
	opacity: .6;
}

.gradient-text {
	background: linear-gradient(-90deg, #ddc77f, #deaf79);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.gradient-border {
	border: 1px solid;
	margin-inline: auto;
	border-image: linear-gradient(-90deg, #ddc77f, #deaf79) 1;
	/* グラデーション */
}

.gradient-background {
	background: linear-gradient(-90deg, #DDC77F 0%, #DEAF79 54%);
}

.font-mincho {
	font-family: YuMincho, '游明朝', 'Hiragino Mincho ProN', 'ヒラギノ明朝 W3 JIS2004', 'Sawarabi Mincho', 'Times New Roman', Times, serif !important;
}

/* ================================
   Util : 汎用機能
================================ */

.onlyPc {
	display: block;
}

.onlyMobile {
	display: none;
}

/*リンクの形状*/
#page-top a {
	background: #fff;
	width: 60px;
	height: 112px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.8rem;
	transition: all 0.3s;
	position: relative;
	display: flex;
	padding: 27px 0;
	justify-content: center;
	align-items: flex-end;
}

#page-top a::before {
	content: "";
	position: absolute;
	width: 27px;
	height: 5px;
	background-image: url(../images/top/pickup-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	top: 30px;
	left: 50%;
	transform: translateX(-50%) rotate(-90deg);
}

#page-top a p {
	color: #1d1d1d;
	font-family: "Cormorant", serif;
	margin-bottom: 0;
}

#page-top a:hover {
	opacity: 0.5;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 0px;
	bottom: 10px;
	z-index: 2;
	/*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove {
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/*　下に下がる動き　*/

#page-top.DownMove {
	animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
	from {
		opacity: 1;
		transform: translateY(0);
	}

	to {
		opacity: 1;
		transform: translateY(100px);
	}
}

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

/* ================================
   Navigation : ナビ指定
================================ */

/* デザイン制約上 iPad縦の幅で切り替え想定  */

@media screen and (min-width:1024px) {
	/* .pc-navi{
		width: 100%;
		position: fixed;
		top: 0;
		left: 50%;
		transform: translate(-50%,-0%);
		display: flex;
		height: 50px;
		background-color: #f8f8f8;
		flex-wrap: wrap;
		justify-content: center;
		z-index: 1;
	}
	.pc-navi .logo{
		width: 110px;
		height: 50px;
	}
	.pc-navi .logo img{
		width: 100%;
	}
	.pc-navi>ul{
		display: inline-flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.pc-navi>ul>li{
		display: inline-block;
		padding:0 10px;
		position: relative;
	}
	.pc-navi>ul>li a{
		display: block;
		font-size: 15px;
		line-height: 50px;
	}
	
	.sp-navi{
		display: none;
	}

	.sp {
		display: none;
	} */

	.submenu {

		visibility: hidden;
		opacity: 0;

		position: absolute;
		top: 50px;
		left: 0;
		background-color: #f8f8f8;
		width: 100%;
		height: 150px;
		transition: height 1s ease, visibility 0s, opacity 0.5s ease-in-out;
	}

	.submenu .title {
		font-weight: bold;
		font-size: 20px;
		margin-top: 30px;
	}

	.submenu ul {
		margin-top: 35px;
	}

	.submenu ul li {
		list-style: none;
		font-size: 14px;
		margin-bottom: 12px;
	}

	.menus {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.submenuInnerWrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 940px;
		margin: auto;
	}

}

/* @media screen and (max-width:1023.9px) { */
/* .pc-navi {
		display: none;
	} */

.sp-navi {
	width: 100%;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translate(-50%, -0%);
	display: block;
	z-index: 998;
}

.sp-navi .logo {
	width: 110px;
	height: 50px;
	margin: 20px 0 20px 20px;
}

@media screen and (max-width:991px) {
	.sp-navi .logo {
		margin: 10px 0 10px 20px;
	}
}

@media screen and (min-width:992px) {
	.sp-navi .logo {
		margin-left: 60px;
	}
}

@media screen and (min-width:1500px) {
	.sp-navi .logo {
		margin-left: 0;
	}
}

.sp-navi .logo img {
	width: 100%;
}

.sp {
	display: block;
}

/* } */
/* ================================
   ヘッダー
================================ */
.header-flex a:hover {
	text-decoration: unset;
	color: #1d1d1d;
	opacity: .7;
}

.header-main {
	font-family: YuMincho, '游明朝', 'Hiragino Mincho ProN', 'ヒラギノ明朝 W3 JIS2004', 'Sawarabi Mincho', 'Times New Roman', Times, serif;
	font-weight: bold;
	font-size: 18px;
	margin: 2rem 0;
}

.header-list li a {
	font-family: YuMincho, '游明朝', 'Hiragino Mincho ProN', 'ヒラギノ明朝 W3 JIS2004', 'Sawarabi Mincho', 'Times New Roman', Times, serif;
	font-weight: bold;
	font-size: 15px;
	margin-top: 10px;
	display: block;
}

.header-list li ul li a {
	font-family: YuMincho, '游明朝', 'Hiragino Mincho ProN', 'ヒラギノ明朝 W3 JIS2004', 'Sawarabi Mincho', 'Times New Roman', Times, serif;
	font-size: 13px;
	font-weight: 400;
	margin-top: 15px;
}

.header-list li {
	position: relative;
}

.header-list2 {
	list-style: none;
	padding-left: 0;
}

.header-list2 li a {
	font-family: YuMincho, '游明朝', 'Hiragino Mincho ProN', 'ヒラギノ明朝 W3 JIS2004', 'Sawarabi Mincho', 'Times New Roman', Times, serif;
	font-weight: bold;
	font-size: 15px;
	margin-top: 10px;
	display: block;
}

.header-list {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

#header {
	transition: background-color 0.3s ease;
	/* 背景色の変化に0.3秒のトランジションを追加 */
}

.sp-navi .bar {
	/* max-width: 1500px; */
	margin: auto;
}

.header-sp {
	/* max-width: 1500px; */
	margin: auto;
}

@media screen and (min-width:992px) {
	.header-main {
		font-size: 24px;
		margin: 2rem 0 4rem 0;
	}

	.header-list li ul li {
		display: block;
	}

	.spm05 .submenu-wrap {
		display: flex;
	}

	.header-list li a {
		font-size: 18px;
	}

	.header-list li ul li a {
		font-size: 15px;
	}

	.header-list2 li a {
		font-size: 18px;
	}
}

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

	.header-list {
		display: flex;
		flex-wrap: nowrap;
		margin: 0;
		gap: 10px;
		box-sizing: border-box;
	}

	.header-list li {
		margin-right: 6px;
	}

	.header-list li ul {
		list-style: none;
		padding-left: 0;
	}

	.header-flex {
		display: flex;
	}
}

@media screen and (min-width:1150px) {
	.header-list li {
		margin-right: 20px;
	}
}

/* @media screen and (min-width:1200px) {
	.header-list li {
		margin-right: 50px;
	}
} */

/* ================================
   Btns : 基本のボタン
================================ */

.btn {
	display: inline-block;
	border-radius: 300px;
	padding: 8px 30px;
}

.btn a {
	display: block;
	font-weight: bold;
}

.btn-black {
	background-color: #121212;
	background-image: url("../images/common/btn-arrow_white.svg");
	background-repeat: no-repeat;
	background-position: right 8px center;
	color: white;
}

.btn-black a {
	color: white;
}

.btn-white {
	background-color: #fff;
	background-image: url("../images/common/btn-arrow_black.svg");
	background-repeat: no-repeat;
	background-position: right 8px center;
}

.btn-gray {
	background-color: #e9e9e9;
	color: black;
	font-weight: bold;
}

.btn-gray a {
	color: black;
}

.btn-black a {
	color: white;
}

.btn-black-line {
	background-color: transparent;
	background-image: url("../images/common/btn-arrow_black.svg");
	background-repeat: no-repeat;
	background-position: right 8px center;
	border: 1px solid #121212;
	color: #090303;
}

.btn-black-line:hover {
	background-color: #121212;
	color: #fff;
	text-decoration: none;
	background-image: url("../images/common/btn-arrow_white.svg");
}

.btn-white-line {
	background-color: transparent;
	background-image: url("../images/common/btn-arrow_white.svg");
	background-repeat: no-repeat;
	background-position: right 8px center;
	border: 1px solid #fff;
	color: #fff;
}

.btn-white-line:hover {
	background-color: white;
	color: black;
	background-image: url("../images/common/btn-arrow_black.svg");
}

.btn-gold {
	background-color: #090303;
	background-image: url("../images/common/btn-arrow_gold.svg");
	background-repeat: no-repeat;
	background-position: right 8px center;
	border: 1px solid #ddbc7c;
	color: #ddbc7c !important;
}

.btn-gold a {
	color: #ddbc7c !important;
}

.common-pickup-btn {
	border-bottom: 1px solid #fff;
	max-width: 122px;
	margin: auto;
	font-size: 16px;
	position: relative;
}

.common-pickup-btn p {
	color: #fff;
}

.common-pickup-btn::before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	background-image: url(../images/top/hishigata.png);
	background-repeat: no-repeat;
	background-size: contain;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.common-pickup-btn p {
	color: #fff;
	font-family: "Shippori Mincho", serif;
	margin-bottom: 0;
}

/* ================================
   Parts : 基本パーツ
================================ */


.basic-radius {
	border-radius: 24px;
}

.basic-shadow {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}

.separate .basic-width {
	width: 650px;
}

.basic-width {
	width: 650px;
}

.bg-black {
	/*background-color: #121212;*/
	background-color: #090903;
}

.bg-white {
	background-color: #fff;
}

.bg-lightgray {
	background-color: #f8f8f8;
}

.bg-yellow {
	background-color: #F7F5F1;
}

/* ================================
   Layouts : 基本レイアウト
================================ */

/* width 1720pxおよび1300px */
/* 1024px未満でスマホ切り替え */
/* コンテンツに寄って見せ方は変えて良い */

.w-max,
.w-full,
.w-mid {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.w-max {
	width: 100%;
}

.w-full {
	width: 1720px;
}

.w-mid {
	width: 1300px;
}

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

.l-sepalate {}

.separate {
	display: flex;
	flex-wrap: wrap;

}

.separate .div1,
.separate .div2 {
	width: 50%;
}

/* レスポンシブ対応：スマホなどの画面が狭い場合に縦並びに */
@media (max-width: 1299px) {

	.separate .div1,
	.separate .div2 {
		width: 100%;
	}

	.separate {
		flex-direction: column;
		/* 縦方向に並べる */
	}
}




/* 全幅レイアウト角処理 */
.corner-top {
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
}

.corner-bottom {
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
}


/* ================================
   Footer
================================ */
footer {
	background-color: #1d1d1d;
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
}

footer .menus a {
	color: #fff;
	font-family: "Shippori Mincho", serif;
}

@media screen and (min-width:1300px) {
	div.ft-navi {
		max-width: 1300px;
		margin: 0 auto auto auto;
	}
}

@media screen and (max-width:1299px) {
	div.ft-navi {
		max-width: 90%;
		margin: 30px auto auto auto;
	}
}

@media screen and (min-width:992px) {

	div.ft-navi .logo {
		width: 102px;
		height: 46px;
		margin-bottom: 20px;
	}

	footer .ft-navi .menus>ul>li {
		list-style: none;
	}

	footer .ft-navi .menus>ul>li>a,
	footer .ft-navi .menus>ul>li div>a {
		font-size: 15px;
		font-weight: bold;
		color: #fff;
		font-family: "Shippori Mincho", serif;
		margin-bottom: 10px;
		display: block;
	}

	footer .ft-navi .menus>ul>li>ul {
		padding: 0;
	}

	footer .ft-navi .menus>ul>li>ul>li {
		list-style: none;
		margin-bottom: 10px;
	}

	footer .ft-navi .menus>ul>li .submenu-wrap ul li {
		margin-bottom: 10px;
	}

	footer .ft-navi .menus>ul>li>ul>li>a,
	li.ftmn4 .uls>ul>li a {
		font-size: 13px;
		color: #fff;
		font-family: "Shippori Mincho", serif;
	}


	footer .ft-navi .menus>ul>li.ftmn1 {
		width: 195px;
	}

	footer .ft-navi .menus>ul>li.ftmn2 {
		width: 245px;
	}

	footer .ft-navi .menus>ul>li.ftmn3 {
		width: 120px;
	}

	footer .ft-navi .menus>ul>li.ftmn4 {
		width: 350px;
	}

	footer .ft-navi .menus>ul>li.ftmn4 .submenu-wrap {
		display: flex;
	}

	footer .ft-navi .menus>ul>li.ftmn4 .submenu-wrap ul {
		padding-left: 0 !important;
		margin-right: 16px;
	}

	footer .ft-navi .menus>ul>li.ftmn4 .submenu-wrap ul a {
		font-size: 13px;
	}

	footer .ft-navi .menus>ul>li.ftmn5 {
		width: 180px;
	}

	footer .ft-navi .menus>ul>li.ftmn6 {
		width: 180px;
	}

	footer .ft-navi .menus>ul>li.ftmn7 {
		width: 180px;
	}

	li.ftmn4 .uls {
		display: flex;
	}

	li.ftmn4 .uls>ul {
		padding: 0;
		width: 155px;
	}

	li.ftmn4 .uls>ul>li {
		list-style: none;
	}
}

@media screen and (min-width:1300px) {
	footer .ft-navi .menus>ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		padding: 0;
	}
}

@media screen and (max-width:1299px) {
	footer .ft-navi .menus>ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		padding: 0;
	}

	footer .ft-navi .menus>ul>li.ftmn4 {
		width: 350px;
	}
}

@media screen and (min-width:992px) {
	.openSubMenu {
		display: none;
	}
}

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



	footer .ft-navi .menus>ul {
		display: block;
	}

	footer .ft-navi .menus>ul>li.ftmn4 {
		width: 100%;
	}

	div.ft-navi {
		padding: 15px;
	}

	div.ft-navi ul {
		padding-left: 0;
	}

	div.ft-navi li {
		list-style: none;
	}

	div.ft-navi .menus>ul>li {
		border-top: solid 1px #d7d7d7;
	}

	div.ft-navi .ftmn5 div {
		border-top: solid 1px #d7d7d7;
	}

	div.ft-navi .ftmn5 {
		border: none !important;
	}

	div.ft-navi {
		width: 100%;
		margin: 0 auto auto auto;
	}

	div.ft-navi .logo {
		width: 102px;
		height: 46px;
	}

	div.ft-navi {}

	.ftmn1,
	.ftmn2,
	.ftmn3,
	.ftmn4 {
		position: relative;
		/*background:url("../images/common/bottom_arrow.svg") no-repeat;
		background-position: top 15px right 10px;*/
	}

	.openSubMenu {
		position: absolute;
		top: 10px;
		right: 0;
		width: 30px;
		height: 30px;
		background: url("../images/common/bottom_arrow.svg") no-repeat;
		background-position: center;
	}

	div.ft-navi .menus>ul>li>.uls ul,
	div.ft-navi .menus>ul>li>ul {
		display: none;
	}

	.menus>ul>li {
		padding: 10px 0;
	}

	.menus>ul>li>ul>li {
		padding: 5px 0;
	}

	.menus li.ftmn5 {
		padding-top: 0 !important;
	}

	.ftmn5 div {
		padding: 10px 0;
	}

	.menus>ul>li>a,
	.ftmn5 div a {
		font-size: 16px;
		font-weight: bold;
	}

	.menus>ul>li>ul>li>a {
		font-size: 14px;
		font-weight: normal;
	}
}

.ftbar {
	padding-top: 10px;
	border-top: 1px solid #333;
	font-size: 12px;
}

.ftbar p {
	font-size: 15px;
	color: #858585;
	font-family: "Shippori Mincho", serif;
}

.ftbar>ul {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.ftbar>ul>li {
	padding: 0 10px 0 0;
	list-style: none;
	font-family: "Shippori Mincho", serif;
}

.ftbar>ul>li a {
	font-size: 15px;
	color: #858585;
	font-family: "Shippori Mincho", serif;
}


/* ================================
   #bottomContents
================================ */

#contentsBottom {
	background-image: url(../images/common/contentsBottom.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0;
	background-position: center;
	position: relative;
}

#contentsBottom .box {
	background-color: unset;
	background-color: #F7F5F1 !important;
	padding: 60px;
	max-width: 1271px;
	margin: auto;
	display: flex;
}


#contentsBottom .box-item {
	width: 50%;
	padding: 0 40px;
}

#contentsBottom .box-ttl {
	/* font-size: 5vw; */
	font-size: 64px;
	font-family: "Cormorant", serif;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 15px;
}

#contentsBottom .box-p {
	font-size: 18px;
	font-family: "Shippori Mincho", serif;
}

#contentsBottom .box-item a {
	display: flex;
	align-items: center;
	cursor: pointer;
}

#contentsBottom a:hover {
	text-decoration: unset;
	opacity: .6;
}

#contentsBottom a:hover .box-img {
	margin: 0 -10px 0 auto;
}

#contentsBottom .box-txt {
	width: 75%;
}

#contentsBottom .box-img {
	width: 25%;
	transition: all .6s
}

#contentsBottom .box-img img {
	width: 100%;
}

#contentsBottom .box-item01 {
	border-right: 1px solid #1d1d1d;
}

#contentsBottom .btm {
	background-color: unset;
	background-color: #F7F5F1;
	padding: 60px;
	max-width: 1271px;
	margin: 30px auto 0;
}

#contentsBottom .btm .box-item {
	max-width: 400px;
	margin: auto;
}

#contentsBottom .btm .box-txt {
	width: 60%;
}

#contentsBottom .btm .box-img {
	width: 40%;
}

@media screen and (max-width:1400px) {
	#contentsBottom .box-ttl {
		font-size: calc(100vw * 64 / 1450);

	}
}

@media screen and (max-width:991px) {
	#contentsBottom .box {
		display: block;
		padding: 30px;
	}

	#contentsBottom .box-item {
		width: 100%;
		padding: 0;
	}

	#contentsBottom .box-ttl {
		font-size: 40px;
	}

	#contentsBottom .box-item01 {
		border-right: unset;
		margin-bottom: 15px;
	}

	#contentsBottom .box-p {
		font-size: 14px;
	}

	#contentsBottom .btm {
		padding: 30px;
	}

	#contentsBottom .btm .box-txt {
		width: 75%;
	}

	#contentsBottom .btm .box-img {
		width: 25%;
	}

	#contact #contentsBottom .box {
		margin-left: 0;
		margin-right: 0;
	}
}

.modal-dialog,
.modal-lg {
	max-width: 1300px;
}

.header-list-in {
	list-style: none;
}

@media screen and (max-width:991px) {
	.header-list-in {
		list-style: none;
		display: none;
	}
}