@charset "UTF-8";

/* 共通 */
.chinese_text {
	font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

/* 共通 */
/* ---------- ヘッダーロゴ ---------- */
.logo_top {
	display: none;
}
.logo_ot {
	display: block;
	margin: 10px 0;
}
h1 {
	font-weight: 300;
	text-align: center;
	margin: 20px auto 30px;
}
h2 {
	font-weight: 400;
	text-align: center;
	position: relative;
	margin: 0 auto 20px;
}
h2:before {
	background-color: #6c727c;
	bottom: -5px;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 70px;
}
h3 {
	font-weight:600;
	text-align: center;
}
h3 span {
	font-weight: 400;
	padding:5px 0 0;
	display: block;
}
h3.en_prc, h3.cn_prc {
	margin: 20px auto 0;
}
h4 {
	font-size:18px;
	font-weight: 400;
	text-align: center;
}
.section {
	margin:20px auto 0;
}
.tac {
	text-align:center!important;
}
.tar {
	text-align: right;
}
.mha {
	margin:0 auto!important;
}
.mt150 {
	margin-top:150px!important;
}
.mt50 {
	margin-top:50px!important;
}
.red {
	color:#e60012!important;
}
.fonts {
	font-size: 13px;
}
.ptitle {
	background-color: #f0f3f7;
}
.lead {
	text-align: center;
}
	.toprt img {
	width: 100%;
}
.point {
	font-size: 25px;
	font-weight: 600;
	color: #ffffff;
	background-color: #6c727c;
	text-align: center;
	padding: 5px 10px 8px;
	margin: 0 auto;
	border-radius: 10px 10px 0 0;
}
.caution {
	font-size: 12px;
	text-align: left;
}
sub {
	font-size: 10px;
}
.pricetbl caption {
	text-align: center;
	font-size: 18px;
	color: #4a5c6d;
	background-color: #ccddef;
	padding: 5px;
}
/* ul をグリッドにする */
#other_list {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}
/* li 自体を正方形に */
#other_list li {
	aspect-ratio: 1 / 1;
}
/* img をトリミング */
#other_list li img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* はみ出した部分をカット */
}

/* 各メニュー内容 */
.tab-content section {
	display: none;
}

.tab-content section.active {
	display: block;
}

/* メニューの見た目 */
.menu.active a {
	font-weight: bold;
}

/* 上部メニュー */
.menuarea {
	display: flex;
	flex-wrap: wrap;
	justify-content: center!important;
	gap: 5px;
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu.active {
	background-color: #8591a6;
	color: #fff;
}
.menu {
	white-space: nowrap;
	padding: 5px 10px;
	text-align: center;
	font-size:16px;
	background-color: #eeeff3;
	border-radius:60px;
	flex: 1;
}
.menu a {
	display: block;
	padding: 5px 20px;
	color:#767d88;
	text-decoration:none;
	font-weight: 600;
}
.menu.active a {
	color:#ffffff!important;
	text-decoration:none;
}

/* 言語タブ */
.tab-area {
	display: flex;
	flex-wrap: wrap;/*　折り返さない場合はnowrap*/
	cursor: pointer;/* カーソルポインターに */
	padding: 0;
	margin:30px auto;
	width:60%;
	list-style: none;
}
.tab {
	width: calc(100%/3 - 12px);
	padding: 5px;
	text-align: center;
	border:1px solid #898989;
	padding:10px;
	color:#898989;
	border-radius:30px;
	margin:5px;
}
.tab.active {
	background-color: #000;
	color: #fff;
}
.panel {
	display: none;
	text-align: center;
}
.panel.active {
	display: block;
}
.panel img {
	width:100%;
	max-width:640px;
}

/* ギャラリーリンク */
.linkbn_menu a {
	border: 1px solid #6c727c;
	display: block;
	color: #474a4d;
	margin: 10px auto;
	padding: 10px 20px;
	font-size: 1.0em;
	text-align: center;
	border-radius: 5px;
	text-decoration: none;
	background-color: #ffffff;
}


/* PC */
@media screen and (min-width: 769px) {
	h1 {
		font-size:50px;
	}
	h2 {
		font-size: 35px;
	}
	h3 {
		font-size: 35px;
	}
	h3 span {
		font-size: 20px;
	}
	h4 {
		margin: 30px 0 10px;
	}
	.section {
		width: 1200px;
		padding: 0 30px;
	}
	.cat_top {
		display: flex; max-width:1440px; align-items: center; margin:0 auto;
	}
	.toplt {
		width: 70%; text-align: center;
	}
	.toprt {
		width: 30%; text-align: center ;
	}
	.w60per {
		width: 60%;
		margin: 0 auto;
	}
	.pricetbl {
		width: 60%;
		margin: 30px auto 0;
	}
	.pricetbl_lt {
		width: 70%;
		text-align: right;
		padding-right: 50px!important;
	}
	.pricetbl_rt { width: 30%;
		text-align: right;
		padding-right: 20px !important;
	}
	.pricetbl td {
		padding: 5px 0 5px 10px;
		border-bottom: 1px dashed #a0a4a9;
	}
	.pricetbl {
		width: 60%;
		margin: 30px auto 0;
	}
	.pricetbl_lt {
		width: 45%;
		text-align: right;
		padding-right: 50px!important;
	}
	.pricetbl td {
		padding: 5px 0 5px 10px;
		border-bottom: 1px dashed #a0a4a9;
	}
	.pricetbl_lt { width: 80%;
		text-align: left;
		padding-left: 20px !important;
		font-size: 16px;}
	
	#other_list {
		grid-template-columns: repeat(4, 1fr);
	}
	.linkbn_menu a{
		width:60%;
		margin:50px auto;
	}
	.pc_w60per {
	width:60%!important;
	}

}

/* SP */
@media screen and (max-width: 769px) {
	h1 {
		font-size:40px;
		padding: 40px 0 0;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 25px;
	}
	h3 span {
		font-size: 15px;
	}
	h4 {
		font-size:18px;
		font-weight: 400;
		text-align: center;
	}
	.section {
		width: 100%;
		margin:20px auto 0;
		padding: 0 10px;
	}
	.lead {
		font-size: 14px;
	}
	.cat_top {
		margin:0 auto; padding: 0 10px;
	}
	.toplt {
		width: 100%; text-align: center; margin: 0 auto ;
	}
	.toprt {
		width: 100%; text-align: center ;
	}
	.point {
		font-size: 25px;
		font-weight: 600;
		color: #ffffff;
		background-color: #6c727c;
		text-align: center;
		padding: 5px 10px 8px;
		margin: 0 auto;
		border-radius: 10px 10px 0 0;
	}
	.w60per {
		width: 100%;
		margin: 0 auto;
	}
	.pricetbl {
		width: 100%;
		margin: 30px auto 0;
	}
	.pricetbl_lt {
		width: 70%;
		text-align: left;
	}
	.pricetbl_rt { width: 30%;
		text-align: right;
	}
	.en .pricetbl_lt {
		width: 60%;
		text-align: left;
	}
	.pricetbl td {
		border-bottom: 1px dashed #a0a4a9;
	}
	.en .pricetbl td {
		border-bottom: 1px dashed #a0a4a9;
	}
	.pricetbl {
		width: 100%;
		margin: 30px auto 0;
	}
	#other_list {
		grid-template-columns: repeat(2, 1fr);
	}
	.linkbn_menu a{
		width:95%;
		margin:50px auto;
	}
	.tab-content section img {
		width:100%;
		height:auto;
	}
/* 言語タブ */
	.tab-area {
		width:100%;
	}
}
