@charset "utf-8";

/*
	Theme Name: 美伝ROne Excellent 改造用子テーマ
	Theme URI: http://www.b-ren.com/
	Template: bdenrone-excellent
	Description: コンプリートホームページ美伝ROneのベーステンプレート。
	Author: ビィコーポレーション有限会社
	Author URI: http://www.b-ren.com/
	Version: 1.0
*/

@import url("style_add.css");
body {
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.fl02 {
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fl02s {
	display: flex;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fl02r {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
a figure img,
figure a img {
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.related-entries {
	max-width: 1170px;
	width: 100%;
	padding: 0 15px;
	margin: auto;
}
.navbar {
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

/* form copy */

.wpcf7 textarea[name="textarea-187"] {
height: 150px !important;
}

/* form copy end */

.bbfont{
font-family: "Noto Sans JP" !important;
font-weight: 900;
}

.main-contents, .sidebar {
    margin-top: 0px !important;
	padding-top: 80px; !important;
}

.home .main-contents, .home .sidebar {
    margin-top: 0px !important;
	padding-top: 0px !important;
}

/* ------ 追加明記 ------ */

.dashicons-admin-post::before {
	content: "\f08e" !important;
	font-family: fontawesome;
	color: rgba(255, 255, 255, 0.5);
}

/* side pの行間 */

.sidebar p {
	line-height: 1.5;
}
.alert-danger {
	display: none;
}
.navbar {
	z-index: 999;
}
.flex-direction-nav {
	display: none;
}

/* お知らせ border color */

ul.portfolio-list li {
	padding: 20px !important;
}

/* logo周辺調整 */

.navbar-header {
	padding: 10px 15px 10px !important;
}

/* テキスト左右センター */

.txt_center {
	text-align: center !important;
}
.txt_right {
	text-align: right !important;
}
.txt_left {
	text-align: left !important;
}

/* カスタムmap */

.google-map40 {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 40%;
	overflow: hidden;
}
.google-map40 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	 -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.google-map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.google-map iframe,
.google-map object,
.google-map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
 -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.google-mapc40 {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 40%;
	overflow: hidden;
}
.google-mapc40 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.google-mapc {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.google-mapc iframe,
.google-mapc object,
.google-mapc embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* H1テキストサイズ調整 */

h1.sitecaption {
	font-size: 90%;
}

/* スマホトグル位置調整 */

.navbar-toggle {
	margin-right: 0px;
}

/* backtop 調整 */

p.pagetop {
	bottom: 80px;
	right: 5px;
}
.pagetop .btn {
	padding: 10px 15px;
	text-align: center;
	border-radius: 6px;
}
.pagetop .btn {
	background-color: #003366 !important;
    border: 1px #fff solid !important;
}
.pagetop .btn:hover {
	color: rgba(29, 46, 135, 1);
	background-color: rgba(255, 255, 255, 1) !important;
	border-color: rgba(29, 46, 135, 1) !important;
}

.pagetop i{
margin: 0 !important;
font-size: 130%;
}

/* side 検索　*/

.search-2 .btn {
	height: 45px;
}

/* h1 bg color */

.navbar-normal .fusion-secondary-header {
	background-color: rgba(255, 255, 255, 1) !important;
	border-bottom-color: #fff !important;
	margin-top: 3px;
}

/*　ヘッダーメニュー調整 */

.fusion-secondary-header .widget_nav_menu ul {
	margin-top: 3px;
}
.fusion-secondary-header .widget_nav_menu ul li::before {
	content: '/';
	padding-left: 10px;
	padding-right: 10px;
}
.fusion-secondary-header .widget_nav_menu ul li {
	font-size: 90%;
}

/* Footer 背景色 */

.footer {
	background-color: #003366 !important;
}

/* Footer コピーライト */

.footer small.copyright {
	color: #fff;
}
.footer small.copyright a {
	color: #fff;
}
.footer small.copyright a:hover {
	color: #ddd;
}

/* Footer ウィジェット UL*/

.footer .widget_nav_menu ul li a {
	border-bottom-color: rgba(255, 255, 255, .3);
}
footer ul li {
	line-height: 1;
}

/* Footer コメント */

.footer .come_box2 {
	margin: 2em 0;
	position: relative;
	padding: 1em 2em;
	border: solid 2px #fff;
	color: #fff;
	text-align: left;
}

/*　footer 文字・リンク色 */

.footer .ad_foot {
	color: #fff;
}
.footer .ad_foot a {
	color: #fff;
}

.footer a{
	color: rgba(255,255,255, 1) !important;
}

/* Footer 1カラム　改行調整 */

.footer .b_lock {
	display: inline-block;
	text-align: center !important;
}

/*　スマホ用改行調整 */

.b_lock {
	display: inline-block;
	text-align: left !important;
}

/* 下層ヘッダー画像　文字色と背景色 左右 */

.page-header {
	color: #fff !important;
	background-color: rgba(0, 0, 0, .3) !important;
	padding-top: 0 !important;
	padding-bottom: 0;
	height: 100svh;
	margin-top: 0px !important;
}

.page-slug-contact .page-header {
	color: #fff !important;
	background-color: rgba(0, 0, 0, .3) !important;
	padding-top: 80px !important;
	padding-bottom: 80px;
	height: auto;
	margin-top: 70px !important;
}

.page-header h1, .page-header strong{
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
width: 100%;
text-align: center;
padding: 0 15px;
}

/* ページヘッダーパンくずリスト色 */

.breadcrumb {
	color: rgba(255, 255, 255, 1) !important;
}
.breadcrumb.breadcrumb a,
.breadcrumb > li + li::before {
	color: rgba(255, 255, 255, .6) !important;
}
.breadcrumb a:hover {
	color: rgba(255, 255, 255, 1) !important;
	text-decoration: underline;
}

/* スライダーのバックネクストボタン色 */

.flex-direction-nav a::before {
	color: rgba(255, 255, 255, 1) !important;
	background-color: #ff6600 !important;
}

/* ナビメニュー　ダウン 背景色 */

.navbar-nav > li > .dropdown-menu {
	background-color: #fff;
}
.dropdown-menu > .active > a {
	background-color: #fff !important;
	color: #000 !important
}
.dropdown-menu > .active > a:hover {
	background-color: #fff !important;
	color: #ffbf7f !important
}

/* ローダー */

.loader {
	color: rgba(0, 0, 0, .8) !important;
	font-size: 20px !important;
}
.loader,
.loader::before,
.loader::after {
/*	background: rgba(0, 0, 0, .3) !important; */
	font-size: 20px !important;
}
#loading_overlay {
/* 	background: #fff !important; */
}
#loading_overlay {
	right:0;
	bottom:0;
	align-items: center;
	justify-content: center;
	height: 100dvh;
}
.loader>img{
	object-fit: contain;
	margin: auto;
	display: block;
}
/*　ベージャーbg */

.pager li > a {
	background-color: #ffbf7f !important;
	transition: .3s;
}
.pager li > a:hover {
	background-color: #fff !important;
	border: #ffbf7f 1px solid;
	color: #ffbf7f !important;
	transition: 0.6s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* ページャーカテゴリー */

.pagination > li > a {
	color: #fff !important;
	background-color: #6f78f2 !important;
	transition: .3s;
}
.pagination > li > a:hover {
	color: #fff !important;
	background-color: #969cf2 !important;
}

/* 右カラムタイトル調整 */

.sidebar h3.title,
.widget {
	margin-top: 30px;
}


/* カテゴリー名表示BG 全体*/

article.list-vertical .attachment-media time {

}

/* テキストアンダーライン */

.txt_c {
	background-image: linear-gradient(transparent 50%, #fff799 50%);
}

/* contact .page-slug-contact */

.wpcf7-form-control {
	height: auto;
}

.wpcf7-response-output{
text-align: center !important;
color: #ff6600;
font-weight: 600;
}

/* ボトムマージン */
.bt0 {
	margin-bottom: 0px !important;
}
.bt5 {
	margin-bottom: 5px !important;
}
.bt10 {
	margin-bottom: 10px !important;
}
.bt15 {
	margin-bottom: 15px !important;
}
.bt20 {
	margin-bottom: 20px!important;
}

.bt25 {
	margin-bottom: 25px!important;
}

.bt30 {
	margin-bottom: 30px!important;
}
.bt50 {
	margin-bottom: 50px!important;
}
.bt55 {
	margin-bottom: 55px !important;
}
.bt65 {
	margin-bottom: 65px !important;
}
.bt80 {
	margin-bottom: 80px!important;
}
.bt100 {
	margin-bottom: 100px!important;
}

/* トップマージン */

.tt20 {
	margin-top: 20px !important;
}
.tt30 {
	margin-top: 30px !important;
}
.tt50 {
	margin-top: 50px !important;
}

/* padding-top */

.pt35 {
	padding-top: 35px !important;
}

.pt55 {
	padding-top: 55px !important;
}

.pt65 {
	padding-top: 65px !important;
}

.pd65 {
	padding-bottom: 65px !important;
}

.alignnone{
	margin: 0px auto;
}

.tab_rap table{
width: 100%;
}

.tab_rap table tr{
	border-top: 1px #aaa dotted;
	border-bottom: 1px #aaa dotted;
}

.tab_rap table tr th{
width: 15%;
vertical-align: top;
}

.tab_rap table tr th,
.tab_rap table tr td{
	padding: 15px 5px;
}

.entry-thumbnail {
    margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
	/* コンテンツ幅調整 */
	.container-fluid {
		padding-left: 50px;
		padding-right: 50px;
	}
	nav .col-xs-12 {
		padding-left: 50px;
	}
	nav .col-md-6 {
		padding-right: 50px;
	}
	.page-slug-information .container {
		width: 1100px;
	}
}
@media screen and (max-width: 1199px) {}
@media screen and (min-width: 1025px) {}
@media screen and (max-width: 1024px) {
	.navbar-normal .navbar-toggle {
		border-color: transparent !important;
	}
	.navbar-toggle {
		padding: 0px !important;
	}
}
@media screen and (max-width: 991px) {
	.flexiblelayout-contents {
		background-size: cover !important;
		background-attachment: scroll !important;
		background-position: top center !important;
	}
}
@media screen and (min-width: 769px) {
	.mart30{
		margin-top: 30px;
	}
	.col-md-9 {
		padding-right: 50px;
	}
	nav .col-md-6 {
		position: relative;
	}
	.navbar .navbar-nav li a .link-menu .small,
	.navbar .navbar-nav li a .link-menu {
		text-align: center;
	}

	/* sub menu */
	.navbar-right .dropdown-menu {
		left: 0;
		right: auto;
	}
	.navbar-nav > li.last > a {
		padding-right: 0 !important;
	}
}

@media screen and (max-width: 768px) {
		.mart30{
		margin-top: 20px;
	}
	span.wpcf7-list-item.first {
		display: block;
		margin-top: 0px;
	}
	span.wpcf7-list-item {
		display: block;
		margin: 10px 0 0 0 !important;
	}
	.topi .portfolio-list a {
		display: block !important;
	}
	.topi ul.portfolio-list li span.category a {
		margin-bottom: 10px;
		display: inline-block !important;
	}
}
@media screen and (min-width: 481px) {}
@media screen and (max-width: 480px) {}

/* cust form */

.wpcf7 .form_rap {
	overflow: hidden;
}
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
	transition: 0.6s;
}
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
	background-color: rgba(0, 0, 0, .1);
	outline: none;
}
.wpcf7 .wpcf7-quiz-label {
	margin-bottom: 8px;
	display: inline-block;
}
.wpcf7 select::-ms-expand {
	display: none;
}
.wpcf7 select {
	min-height: 50px;
	border: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding-right: 35px !important;
}


label {
	width: 100%;
}

.wpcf7 .submit,
.wpcf7 .submit:focus{
	border: 1px #f60 solid !important;
	background-color: #f60 !important;
	width: 260px !important;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	margin: 0 auto;
	border-radius: 5px;
	text-align: center;
	transition: .3s;
	box-shadow: none !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	height: 46px;
}
.wpcf7 .submit:hover {
	border: 1px #ff6600 solid;
	background: #fff !important;
	color: #ff6600;
}

div.wpcf7-validation-errors {
	color: #ff0000;
	text-align: center;
}
div.wpcf7-mail-sent-ok {
	margin-right: 0;
	margin-left: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #398f14;
	color: #fff;
}
.ajax-loader {
	display: block !important;
}
::placeholder {
	color: #999;
}
div.wpcf7-validation-errors,
span.wpcf7-not-valid-tip {
	padding-left: 5px;
	position: relative;
	font-size: 12px;
	margin-top: 5px;
	/* color: #cf0000; */
}
div.wpcf7-validation-errors {
	border: none !important;
}
.wpcf7-not-valid {
	border-color: #cf0000 !important;
	border-width: 3px !important;
	background-color: rgba(207, 0, 0, 0.2) !important;
	color: #cf0000;
	font-weight: bold;
}
.wpcf7-form-control:focus,
.form-control:focus {
	border-color: #ff6600 !important;
}
.mt30 {
	margin-top: 30px;
}
.wpcf7 input[type="checkbox"] {
	position: relative;
	top: 3px;
}
.wpcf7 input.doui[type=checkbox] {
	position: relative;
	top: 0px !important;
}

.overlay-01 {
	background-image: none;
}
.cont30 {
	width: 30%;
	position: relative;
}
.cont48 {
	width: 48%;
	position: relative;
}
.cont65 {
	width: 65%;
	position: relative;
}

.shadow {
	box-shadow: rgba(25, 25, 25, 0.4) 0px 5px 20px -7px;
}
.bt_sbox {
	display: block;
	text-align: right;
	margin-top: 20px;
}
.bt_sdf {
	text-decoration: none;
	padding: 5px 50px;
	position: relative;
	transition: 0.6s;
	display: inline-block;
	border: 1px #d91718 solid;
}
.bt_sdf::after {
	content: "";
	width: 17px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 10px;
	background-color: #d91718;
	margin-top: -1px;
	transition: all .4s;
}
.bt_sdf::before {
	content: "";
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -3px;
	transition: all .4s;
	width: 8px;
	height: 1px;
	background-color: #d91718;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2;
}
.bt_sdf:hover {
	text-decoration: none !important;
	opacity: .3;
}
.bt_sdf:hover::after {
	transform: translateX(20px);
	background-color: #d91718;
}
.bt_sdf:hover::before {
	transform: translateX(20px);
	background-color: #d91718;
}
.s_tit {
	font-size: 30px;
	text-align: center;
	margin-bottom: 25px !important;
}
.s_tit .en_name {
	font-size: 12px;
	display: block;
	margin-top: 5px;
}
.mar5{
	display: inline-block;
	margin-right: 5px;
}
.mar10{
	display: inline-block;
	margin-right: 10px;
}
.mal5{
	display: inline-block;
	margin-left: 5px;
}
.mar20{
	display: inline-block;
	margin-right: 20px;
}

.mar30{
	display: inline-block;
	margin-right: 30px;
}


.mal10{
	display: inline-block;
	margin-left: 10px;
}
.pd4050{
	padding: 40px 50px;
}

.pd2030{
	padding: 20px 30px;
}

@media screen and (min-width: 769px) {
	.in_cc {
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
	}

	html[lang="ja"] .in_cc2 {
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
	}
	
	
	.sp {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.fl02s{
    flex-direction: column;
  }
	.ca_tit{
		margin-top: 0 !important;
	}
	.mainvisual-fullscreen-inner{
		margin-top: 0 !important;
	}
.pd4050{
	padding: 15px;
}
.pd2030{
	padding: 15px;
}
.ul.portfolio-list li time{
display: block;
margin-bottom: 7px;
}
	.cont30 {
		width: 100%;
		margin-bottom: 20px;
	}
	.cont48 {
	width: 100%;
	margin-bottom: 20px;
}
	.cont30:last-child,
	.cont48:last-child{
		margin-bottom: 0px;
	}
	
	.cont65 {
		width: 100%;
	}
	.pc {
		display: none;
	}
}
.freearea-postsbottom {
	background-color: rgba(255, 255, 255, 0) !important;
	padding: 20px 0 0;
	border-color: rgba(255, 255, 255, 0) !important;
}
.mainvisual-fullscreen-contents > .main-contents > :first-child,
.mainvisual-fullscreen-contents > .sidebar > :first-child {
	margin-top: 80px;
}

.home .main-contents, .home .sidebar {
    margin-top: 0px !important;
}

.ast{
position: relative;
padding-left: 18px;
font-size: 14px;
line-height: 1.3;
display: block;
}

.ast::before{
content: "※";
position: absolute;
top: 0px;
left: 0px;
}


/* Fixed*/

.fix_right {
	z-index: 99999;
	text-align: center;
}
.fix_right p {
	background-color: rgba(29, 46, 135, 1);
	padding-top: 30px;
	color: #fff;
	font-size: 12px;
	position: relative;
}
.fix_right p.icon_tel::after {
	content: "\f095";
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 20px;
}
.fix_right p.icon_mail::after {
	content: "\f0e0";
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 20px;
	transition: 0.6s;
}
.fix_right p.icon_mail:hover::after {
	opacity: .6;
}
.fix_right p.icon_line::after {
	content: "\f09e";
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -10px;
	font-family: "FontAwesome";
	font-weight: 900;
	font-size: 20px;
}
.fix_right a.bt_link {
	color:#fff;
   text-decoration: none;
}
.fix_right a.bt_link::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}

/* form base */
.nform_rap table{
	width: 100%;
}

.nform_rap table tr{

}

.nform_rap table tr:last-child{
}


.nform_rap table tr th{
width: 100%;
display: block;
margin-bottom: 5px;
}

.nform_rap table tr td{
width: 100%;
display: block;
margin-bottom: 20px;
}

.n_red{
color: #e60012;
font-weight: 900;
display: inline-block;
margin: 5px 0 0 5px;
}

.wpcf7 .textarea {
    padding: 25px 15px;
    width: 100%;
    border: 1px #eee solid;
    box-sizing: border-box;
    min-height: 50px;
    height: 100%;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    background-color: #eeeeee !important;
    transition: 0.3s !important;
}


@media screen and (min-width: 768px) {
	.fix_right {
		width: 50px;
		position: fixed;
		top: 50%;
		right: 0px;
		margin-top: -50px;
	}
	.tel_box {
		width: 300px;
		background-color: rgba(29, 46, 135, 1);
		right: 0;
		position: relative;
		display: flex;
		transition: right 0.5s ease-in-out;
		margin-bottom: 1px;
	}
	.tel_box:hover {
		right: 250px;
		background-color: rgba(29, 46, 135, 1);
	}
	.fix_right .tel_box p {
		background-color: transparent;
	}
	.fix_right .tel_box > p:first-child {
		width: 50px;
		min-width: 50px;
		max-width: 50px;
		font-size: 12px;
	}
	.fix_right .tel_box > p:last-child {
		align-self: center;
		padding-top: 0;
		white-space: nowrap;
		width: 250px;
		font-size: 22px;
		font-weight: 100;
		letter-spacing: 2px;
		text-indent: 2px;
	}
	.bt_link:hover {
		opacity: 1;
		color: #fff;
	}
	.fix_right p {
		width: 50px;
		height: auto;
		color: #fff;
		font-size: 12px;
		margin-bottom: 1px !important;
	}
	.fix_bottom {
		position: fixed;
		bottom: 8px;
		right: 5px;
		z-index: 999;
	}
	.bt_bottom {
		display: inline-block;
		border: 1px #ff6600 solid;
		background-color: #fff;
		box-sizing: border-box;
		position: relative;
		padding: 10px 10px 10px 60px;
		color: #ff6600;
	}
	.bt_bottom:hover {
		text-decoration: none;
		color: #ff6600 !important;
		opacity: .6;
	}
	.bt_bottom::before {
		content: "\f54f";
		font-family: "FontAwesome";
		position: absolute;
		left: 17px;
		top: 3px;
		color: #ff6600;
		font-size: 150%;
	}
}
@media screen and (max-width: 767px) {
	.tel_box a,
	.line_box a,
	.mail_box a {
		padding-bottom: 10px;
		display: block;
	}
	.fix_right p {
		padding-top: 40px;
		margin-bottom: 0;
	}
	.fix_right p.icon_tel::after,
	.fix_right p.icon_line::after,
	.fix_right p.icon_mail::after {
		top: 5px;
		font-size: 24px;
	}
	.fix_right p.icon_mail::after {
		margin-left: -13px;
	}
	.fix_right {
		position: fixed;
		bottom: 0;
		width: 100%;
	}
	.fix_right {
		display: flex;
	}
	.fix_right > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.fix_right > *:not(:first-child) {
		margin-left: 1px;
	}
	.fix_right .tel_box > p:last-child {
		display: none;
	}
}

/* cust */
.ti-widget.ti-goog .ti-footer .ti-name{
	font-size: 14px !important;
}
.fix_bottom{
display: none;
}

article .post-content .post-category a {
display: none;
}

article .post-content .entry-content, article.list-vertical .post-content .entry-title {
margin-top: 25px;
margin-bottom: 15px !important;
}

.readmore{
text-align: right;
}

.right_bt_df{
position: relative;
padding-right: 20px;
transition: .3s;
}

.right_bt_df:hover{
text-decoration: none !important;
opacity: .6;
}

.right_bt_df::after{
content: "\f054";
font-family: "Font Awesome 5 Free";
position: absolute;
font-weight: 900;
right: 0px;
top: -5px;
}

.home .footer {
    margin-top: 0pt;
}

.w900{
margin-right: auto;
margin-left: auto;
max-width: 900px;
width: 100%;
}

.w800{
margin-right: auto;
margin-left: auto;
max-width: 800px;
width: 100%;
}

.w600{
margin-right: auto;
margin-left: auto;
max-width: 600px;
width: 100%;
}

.f16{
font-size: 16px;
}

.f18{
font-size: 18px;
}

.f20{
font-size: 20px;
}

.f22{
font-size: 22px;
}

.f24{
font-size: 24px;
}

.f26{
font-size: 26px;
}

.line_h{
line-height: 25.2px;
}

.bgw_right20{
	display: inline-block;
	position: relative;
	z-index: 3;
	background-color: #fff;
	padding-right: 21px;
}

.bt_df_w{
display: inline-block;
width: 260px;
box-sizing: border-box;
padding: 10px;
background-color: rgba(29, 46, 135, 0);
border: 1px rgba(255, 255, 255, 1) solid;
color: #fff;
transition: .3s;
text-decoration: none !important;
text-align: center;
}

.bt_df_w:hover{
color: #fff;
background-color: rgba(0,0,0,.8);
border: 1px rgba(0,0,0,.8) solid;
}

.no_list{
padding-left: 17px;
}

.fbol{
font-weight: bold;
}

.abo_rap table{
width: 100%;
}

.abo_rap table tbody tr:first-child{
border-top: 1px #ddd solid;
}

.abo_rap table tbody tr{
border-bottom: 1px #ddd solid;
}

.abo_rap table tbody tr th{
width: 20%;
}

.abo_rap table tbody tr th,
.abo_rap table tbody tr td{
padding: 40px 10px;
}

.page-slug-business .s_tit{
text-align: left !important;
}

.fix_right{
display: none;
}

.c_color{
	color: #003366;
}
@media screen and (min-width: 768px) {
	.ca_rap{
	padding-right: 50px;
	padding-left: 50px;
	}
}

@media screen and (max-width: 767px) {
	.ca_rap{
	padding-right: 15px;
	padding-left: 15px;
	}
	.bt_contact_ .fl02 .cont48{
		text-align: center;
	}
	.footer{
		/* margin-bottom: 72.59px; */
	}
}

.draw-text {
  fill: none;
  stroke: #000;
  stroke-width: 2;
  font-size: 60px;
  font-family: 'Arial', sans-serif;

  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: draw 3s ease-out forwards;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

/* 動画 */
.mainvisual{
}
.mainvisual video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    object-position: center;
}

/* anime hover */
.kura-item{
  position: relative;
  overflow: hidden;
}

.all_link{
  position: absolute;
  inset: 0;
  z-index: 10;
}

.hover-box{
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  vertical-align: top;
}

.bg-img{
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.overlay4{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none;
}

.logo{
  display: block;
  width: auto;
  max-width: 60%;
  max-height: 60%;
  height: auto;
  opacity: 0;
  transition: opacity .4s ease;
}

.kura-item:hover .overlay4{
  opacity: 1;
}

.kura-item:hover .logo{
  opacity: 1;
}

/*　cust */


.navbar-normal{
    background-color: rgba(255, 255, 255, .7) !important;
    border-color: rgba(25, 25, 25, .7) !important;
    backdrop-filter: blur(10px);
	
}

.navbar-fixed-top.navbar-normal {
    border-bottom: none;
    box-shadow: 0 5px 10px rgba(71, 71, 71, .1);
}

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

.home .kura_rap ul{
margin-bottom: -40px !important;
}

.home .kura_rap .cont48{
width: 48%;
margin-bottom: 40px;
position: relative;
}

.mainvisual-fullscreen-inner {
    top: 85%;
}

.ca_but{
	display: inline-block !important;
    font-size: 15px !important;
	letter-spacing: 3px !important;
	text-indent: 3px !important;
}

.ten_rap{
	position: relative !important;
}

.size_x{
font-size: 60px;
line-height: .7;
}

.attention-blink{
  display:inline-block;
  animation: attentionBlink 1.5s ease-in-out infinite;
}

.all_link{
position: absolute;
z-index: 3;
width: 100%;
height: 100%;
top: 0;
left: 0;
}

@keyframes attentionBlink{
  0%{ opacity: 1; }
  50%{ opacity: 0.3; }
  100%{ opacity: 1; }
}

.cont20{
width: 20%;
position: relative;
}

.cont75{
width: 75%;
position: relative;
}

.ftit,
.ad_rap{
	color: rgba(255,255,255,1);
}

.overlay {
    background-color: rgba(0, 0, 0, 0);
}

.w_max .flexible-section-contents,
.w_max .col-xs-12.entry-content.column1,
.w_max .container-fluid{
padding: 0px !important; 
}

.kura_name{
position: absolute;
top: 10px;
left: 20px;
background-color: rgba(0, 0, 0, .6);
color: #fff;
z-index: 6;
margin-top: 0px !important;
}

.footer{
color: rgba(255,255,255,1) !important;
}

.ftit{

}

.fme{
display: inline-block;
padding-right: 12px;
margin-right: 10px;
line-height: 1;
}

.fme:last-of-type{
margin-right: 0px;
}

.in_ca_cocome{
	letter-spacing: 2px;
	position: relative;
	z-index: 5;
}

.bgg{
	background-color: #f4f4f4;
}

.top_ca_raps{
position: relative;
}

.bgwps20{
position: absolute;
background-color: #f4f4f4;
border-radius: 50%;
top: -75px;
left: 50%;
transform: translateX(-50%);
display: inline-block;
overflow:hidden;
}

.bgwps20 img{
width: 130px;
}

.bt_df,
.bt_df:focus{
  display: inline-block;
  width: 270px;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  outline: none;
  color: #003366;
  position: relative;
  border: 1px solid #003366;
  transition: color 0.5s ease;
  border-radius: 27px;
}
.bt_df:hover{
  color: #fff !important;
  text-decoration: none !important;
  background-color: #003366;
}

.cont22 .bt_df,
.cont22 .bt_df:focus{
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  outline: none;
  color: #003366;
  position: relative;
  border: 1px solid #003366;
  transition: color 0.5s ease;
  border-radius: 27px;
}
.cont22 .bt_df:hover{
  color: #fff !important;
  text-decoration: none !important;
  background-color: #003366;
}

.icon_rap i{
font-size: 150%;
line-height: 50px;
}

.icon_rap,
.icon_rap:focus{
display: inline-block;
transition: .3s;
border: 1px #fff solid;
border-radius: 50%;
height: 50px;
width: 50px;
}

.icon_rap.bg_red,
.icon_rap:focus{
display: inline-block;
transition: .3s;
border: 1px #fff solid;
border-radius: 50%;
height: 50px;
width: 50px;
background-color: #e60012;
}

.icon_rap.bg_red:hover{
color: #e60012 !important;
}


.icon_rap:hover{
background-color: #fff;
color: #003366 !important;
}

.w400x{
width: 100%;
max-width: 400px;
margin: 20px auto 30px;
}

.bana_rap{
border-radius: 11px;
background-color: #003366;
color: #fff;
position: relative;
transition: .6s;
}

.bana_rap:hover{
background-color: #e60012;
}

.bana_rap img{
width: 130px;
}

time{
background-color: #003366 !important;
color: #fff;
padding: 0 15px;
}

time i{
display: none !important;
}

.country-selector.weglot-default {
    position: fixed;
    bottom: 5px;
    right: 5px;
}

.country-selector.weglot-dropdown .wgcurrent {
	background-color: #eee !important;
    color: #003366 !important;
}

.country-selector.weglot-dropdown ul {
    position: absolute;
    min-width: 100%;
    border: 1px solid #003366 !important;
    background: #fff;
    left: 0;
    top: initial;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    padding: 0;
}
.country-selector.weglot-dropdown .wgcurrent {
    border: 1px solid #003366 !important;
    list-style: none;
    display: block;
    margin: 0;
}

article.list-vertical .post-content .entry-title {
    margin-top: 20px;
    margin-bottom: 0px !important;
}

article .post-content .entry-content{
    margin-top: 15px;
    margin-bottom: 15px !important;
	  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

article.list-vertical .post-content .entry-content{
	height: auto !important;
}

.active a{
background-color: #003366 !important;
color: #fff !important;
}

.posi_up{
position: relative;
margin-top: -200px;
z-index: 10;
}

.color_w{
	color: #fff;
}

.page-header-overlay {
background-size: cover;
}

.r11{
	border-radius: 11px;
}

.cont23{
	width: 23%;
    margin-bottom: 20px;
}

.cont01_img img{
	width: 120px;
}

.cont22{
	width: 22%;
}

.page-slug-souvenir .link_fo ul li .bt_df,
.page-slug-souvenir .link_fo ul li .bt_df:focus,
.single-cpt_active ul.sake-back-list li .bt_df,
.single-cpt_active ul.sake-back-list li .bt_df:focus,
.page-slug-showa .link_fo ul li .bt_df,
.page-slug-showa .link_fo ul li .bt_df:focus{
border-color: #003366 !important;
background-color: #003366 !important;
color: #fff !important;
transition: .3s;
}

.page-slug-souvenir .link_fo ul li .bt_df:hover,
.page-slug-showa .link_fo ul li .bt_df:hover,
.single-cpt_active ul.sake-back-list li .bt_df:hover{
background-color: #fff !important;
color: #003366 !important;
}


.page-slug-souvenir .link_fo ul li .bt_df.ore,
.page-slug-souvenir .link_fo ul li .bt_df.ore:focus,
.page-slug-showa .link_fo ul li .bt_df.ore,
.page-slug-showa .link_fo ul li .bt_df.ore:focus{
border-color: #f30 !important;
background-color: #f30 !important;
color: #fff !important;
transition: .3s;
}

.page-slug-souvenir .link_fo ul li .bt_df.ore:hover,
.page-slug-showa .link_fo ul li .bt_df.ore:hover{
background-color: #fff !important;
color: #f30 !important;
}

.kurari_sele_rap{
	position: relative;
	margin-top: 100px;
	background-color: #f30;
}

.logoooo{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -130px;
	background-color: #f30 !important;
	padding: 20px;
	display: inline-block;
	width: 200px;
    height: 200px;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
}

.uuup_txt{
	position: relative;
	z-index: 5;
	color: #fff;
	font-weight: 600;
	padding-top: 10px;
}

.in_ccccome{
	padding: 0 40px 30px;
	color: #fff;
	position: relative;
	z-index: 6;
}

.sele_tit{
	border-bottom: 1px #f30 dotted;
	padding-bottom: 10px;
}

.s_bt_df{
line-height: 1;
display: inline-block;
padding: 8px 30px 10px 20px;
color: #fff;
background-color: #f30;
border: 1px #f30 solid;
position: relative;
border-radius: 6px;
transition: .3s;
}

.s_bt_df:hover{
	background-color: #fff;
	color: #f30;
	text-decoration: none !important;
}

.s_bt_df::after{
content: "\f0da";
font-family: "Font Awesome 6 Free";
font-weight: 600;
right: 10px;
position: absolute;
top: 50%;
transform: translateY(-50%);
}

.bg_s_rap{
	position: relative;
}

	.bg_s_rap img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
	}
.page-slug-meal .flexible-section-caption+.flexible-section-contents {
    margin-top: 0px;
}

.osusume_rap h3{
	margin-top: 0px;
}

@media screen and (min-width: 768px) {
.bg_s_rap{
height: 400px;
}

	.bg_s_rap img{
    width: 40%;
	}

	.page-header h1, .page-header strong{
	font-size: 36px;
	font-weight: 400;
	}
	
	.footer .f_list{
		overflow: hidden;
	}
	.footer .f_list dt{
	font-size: 120%;
	line-height: 1.4;
	width: 121.94px;
		float: left;
		text-align: left !important;
	}
	.footer .f_list dd{
	padding-left: 121.94px;
	text-align: left !important;
	}
	.footer .cont20{
		width: 16%;
	}
	.footer .cont75{
		width: 79%;
	}
	.footer .container{
		width: 100% !important;
		padding-left: 100px;
		padding-right: 100px;
	}
	.navbar-nav>li>a {
        padding-top: 24.5px;
        padding-bottom: 24.5px;
    }
	.navbar-nav{
/*	margin-top: 10px; */
}
}

/* cust2 */

.loop_bg{
max-height: 400px;
height: 100%;		
}
.loop_bg{
    width: 100%;
    background-image: url(/imgs/sc_bg.webp);
	background-repeat: repeat-x;
    background-position: 0 0;
    -webkit-animation: bgroop 40s linear infinite;
    animation: bgroop 40s linear infinite;
	position: relative;
	z-index: 0;
}
	
@-webkit-keyframes bgroop {
    from {
        background-position: 0  0;
    }
    to {
        background-position: -3000px 0;
    }
}
@keyframes bgroop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -3000px 0;
    }
}

.for_list{
margin-bottom: -40px !important;	
}

.inbana_img_rap{
background-color: #003366;
padding: 20px 30px;
border-radius: 11px;
position: relative;
transition: .6s;
}

.inbana_img_rap:hover{
background-color: #e60012;
}

.font_x1,
.font_x2{
	line-height: 76.72px;
	color: #fff;
	font-size: 30px;
	text-align: center;
}

.chu_line{
position: relative;
}

.chu_line::after{
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0px;
height: 2px;
width: 100%;
border-bottom: 2px #003366 dashed;
}

.page-slug-souvenir .chu_line::after{
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0px;
height: 2px;
width: 100%;
border-bottom: 2px #f30 dashed;
}

.tokugawa_rap{
padding: 40px 50px;
border: 1px #003366 solid;
border-radius: 11px;
position: relative;
}

/* 外側（線） */
.tokugawa_rap::before{
  content:"";
  position:absolute;
  top:-82px;
  left:180px; /* ←1px左にズラす */
  border-left:41px solid transparent;
  border-right:41px solid transparent;
  border-bottom:82px solid #003366;
}

/* 内側（白） */
.tokugawa_rap::after{
  content:"";
  position:absolute;
  top:-81px;
  left:181px;

  border-left:40px solid transparent;
  border-right:40px solid transparent;
  border-bottom:81px solid #fff;
}

.bana_list li{
	width: 14.5%;
}
.jp_img,
.zh_img,
.en_img{
display: none;
}

html[lang="ja"] .jp_img{
display: block;	
}

html[lang="zh-tw"] .zh_img{
display: block;	
}

html[lang="en"] .en_img{
display: block;	
}

.kagamiyama_rap .cont20{
	width: 20%;
}

.kagamiyama_rap .cont75{
	width: 75%;
}

.w900l{
max-width: 1000px;
width: 100%;
margin-right: auto;
background-color: #d6e0ea;
border-radius: 11px;
}

.w900r{
max-width: 1000px;
width: 100%;
margin-left: auto;
background-color: #eee;
border-radius: 11px;
}

.imggggg_{
	overflow: hidden;
    border-radius: 11px;
}

.tokugawa_rap .cont20 img{
 border-radius: 11px;	
}

.rekishi_rap .w900l,
.rekishi_rap .w900r{
	position: relative;
}

.rekishi_rap .w900l::after{
	content: "";
	position: absolute;
    bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #d6e0ea;
}

.rekishi_rap .w900l:last-child::after{
	display: none;
}

.rekishi_rap .sec_rap.w900r::after{
	content: "";
	position: absolute;
    bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #eee;
}

.b_lock2{
	display: inline-block;
}

.bgb{
	background-color: #d6e0ea;
}

.main-contents, .sidebar{
padding-top: 55px;
}

.sake_dl{
	overflow: hidden;
}

.sake_dl dt{
width: 135px;
	float: left;
	text-align: right;
	font-weight: normal;
}
.sake_dl dd{
margin-left: 135px;
padding-left: 20px;
margin-bottom: 5px;
}

.sake_dl dd:last-of-type{
	margin-bottom: 0px;
}

.cont02_img img,
.cont03_img img{
width: 260px;
}

.f12{
	font-size: 12px !important;
}

.f13{
	font-size: 13px;
}

.f14{
	font-size: 14px;
}

.hover-line{
  position: relative;
  display: inline-block;
  text-decoration: none;
}

/* 下線（最初は0） */
.hover-line::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;

  width: 0;
  height: 1px;
  background: #003366;

  transition: width 0.3s ease;
}

/* hoverで伸びる */
.hover-line:hover::after{
  width: 100%;
}

.bor_b{
padding-bottom: 5px;
border-bottom: 1px #003366 dotted;
}

body.single .categorybox{
	display: flex;
	justify-content: space-between;	
}

.category .main-contents, 
.category .sidebar,
.single .main-contents,
.single .sidebar,
.archive .main-contents,
.archive .sidebar{
    padding-top: 80px;
}

.pager li > a{
	border-color: #003366;
	background-color: #003366 !important;
	min-width: 85px;
	transition: .3s;
}

.pager li > a:hover{
	background-color: #fff !important;
	color: #003366 !important;
}

.bg_logo{
	background-image: url(/wp-content/uploads/bg_logo.png);
	  background-position: center center;
  background-repeat: no-repeat;
	background-size: contain;
}

.inb_box{
	gap: 0 30px;
}

html[lang="ja"] .chosei_ls{
	letter-spacing: 17px;
}

.padbl{
	padding-bottom: 20px;
	border-bottom: 2px #fff solid;
}

.icon_b{
	position: relative;
	padding-left: 20px;
}

.icon_b::before{
	content: "\f56d";
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	position: absolute;
	top: 0px;
	left: 0px;
}


body.single .categorybox i{
	display: none;
}

body.single .categorybox {
    font-size: 75%;
}

.entry-category{
		padding: 3px 15px;
    border-radius: 6px;
    color: #036;
    background-color: #eee !important;
}

header.entry-header {
    margin-bottom: 30px;
}

.single time{
font-size: 16px;
color: #000;
background-color: rgba(0,0,0,0) !important;
padding: 0px !important;
}

.related-entries .media p.readmore {
    margin-bottom: 0;
    font-size: 14px;
}

.single header.entry-header h1.entry-title {
    font-size: 22px;
}

.w1140{
	max-width: 1140px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.mt5{
	margin-top: 5px;
}

.menu_list li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px #aaa dotted;
}

.menu_list li:last-cjild{
	margin-bottom: 0px;
}

.s_name,
.hosoku{
	display: inline-block;
	padding-left: 5px;
}

.price{
	display: inline-block;
	padding-right: 5px;
}

.page-slug-concept .page-header h1::before{
background-image: url(/wp-content/uploads/cencept_logo.png);
}
.page-slug-souvenir .page-header h1::before{
background-image: url(/wp-content/uploads/meiji_logo.png);
}
.page-slug-meal .page-header h1::before{
background-image: url(/wp-content/uploads/taisho_logo.png);
}
.page-slug-showa .page-header h1::before{
background-image: url(/wp-content/uploads/showa_logo.png);
}
.page-slug-exhibition .page-header h1::before{
background-image: url(/wp-content/uploads/tenji_logo.png);
}
.page-slug-access .page-header h1::before{
background-image: url(/wp-content/uploads/access_logo.png);	
}

.link_icon::after{
content:"\f0da";
margin-left: 5px;
font-family: "Font Awesome 5 Free";
font-weight: 600;
}

.home .post-content .entry-content,
.home .post-content .readmore,
.single .entry-header .categorybox{
	display: none;
}

.m_tit{
position: relative;
display: inline-block;
padding-bottom: 20px;
}

.m_tit::before{
	content: "";
	position: absolute;
	height: 1px;
	width: 120px;
	border-bottom: #003366 1px dotted;
	left: 50%;
	transform: translateX(-50%);
    bottom: 0px;
	z-index: 2;
}

.m_tit::after{
	content: "";
	position: absolute;
	height: 3px;
	width: 40px;
	background-color: #003366;
	left: 50%;
	transform: translateX(-50%);
    bottom: 0px;
	z-index: 3;
}

.single .entry-header h1{
position: relative;
padding-bottom: 10px;
border-bottom: 1px #003366 dotted;
}

.single .entry-header h1::before{
content: "";
position: absolute;
left: 0px;
bottom: -3px;
width: 140px;
height: 3px;
background-color: #003366;
}

.kura_list_ul li{
	background-color: #003366;
	color: #fff;
}

.kura_list_ul h3{
	margin-top: 0px;
}

.kura_list_ul{
	gap: 4px;
}

.kura_list_ul li{
  position: relative;
}

.kura_list_ul li .all_link{
  position: absolute;
  inset: 0;
  display: block;
  z-index: 5;
}

.kura_list_ul li .all_link::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.3);
  opacity: 0;
  transition: .3s;
}

.kura_list_ul li .all_link::after{
  content: "Tap / Click";
font-size: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  white-space: nowrap;
  opacity: 0;
  transition: .3s;
}

.kura_list_ul li .all_link:hover::before,
.kura_list_ul li .all_link:hover::after{
  opacity: 1;
}

.area_rap{
	padding: 3px 5px;
	background-color: #fff;
	border-radius: 6px;
	color: #003366;
}

.for_shurui_rap{
margin-bottom: -50px !important;
}

.cont48m0{
width: 47.5%;
margin-bottom: 50px;
text-align: center;
}

.mar_t0{
	margin-top: 0px;
}

.page-slug-showa .st01{
	font-size: 20px;
	padding: 5px;
	margin-bottom: 0px !important;
}

.page-slug-showa .st02{
	padding: 5px 5px 0px;
	font-size: 20px;
	margin-bottom: 0px !important;
}

.page-slug-showa .st03{
	margin-bottom: 0px !important;
	padding-bottom: 15px;
	border-bottom: 1px dotted;
}

.page-slug-showa .st04{
padding: 15px;
margin-bottom: 0px !important;
border-bottom: 1px dotted;
}

.page-slug-showa .st05{
font-size: 18px;
font-weight: 600;
padding: 15px 15px 0px;
margin-bottom: 0px !important;
}

.page-slug-showa .st06{
padding: 0px 15px 15px;
margin-bottom: 0px !important;
}

.c_pur{
	color: #003366;
	background-color: rgba(146, 39, 142, .2);
	position: relative;
}

.c_pur .st01{
background-color: rgba(146, 39, 142, 1); 
color: #fff;
}

.c_pur .st03,
.c_pur .st04{
	border-color: rgba(146, 39, 142, 1);
}


.c_ore_k{
	color: #003366;
	background-color: rgba(255, 51, 0, .2);
	position: relative;
	}

.c_ore_k .st01{
background-color: rgba(255, 51, 0, 1); 
color: #fff;
}

.c_ore_k .st03,
.c_ore_k .st04{
	border-color: rgba(255, 51, 0, 1);
}

.c_blue{
	color: #003366;
	background-color: rgba(0, 102, 255, .2);
}

.c_blue .st01{
	background-color: rgba(0, 102, 255, 1);
color: #fff;
}

.c_blue .st03,
.c_blue .st04{
	border-color: rgba(0, 102, 255, 1);
}

.c_ore_u{
	color: #003366;
	background-color: rgba(255, 153, 0, .2);
}

.c_ore_u .st01{
	background-color: rgba(255, 153, 0, 1);
color: #fff;
}

.c_ore_u .st03,
.c_ore_u .st04{
	border-color: rgba(255, 153, 0, 1);
}

.c_pur2{
	color: #003366;
	background-color: rgba(146, 39, 142, .2);
	position: relative;
}

.c_pur2 .st01 {
    background-color: rgba(146, 39, 142, 1);
    color: #fff;
	text-align: center !important;
}

.osu_come{
	font-size: 16px;
}

.pdx_{
	padding: 0 40px 40px;
}

.osu_come{
	margin-bottom: 30px;
	border-bottom: 1px rgba(146, 39, 142, 1) dotted;
}

.c_ore_k2{
	color: #003366;
	background-color: rgba(255, 51, 0, .2);
	position: relative;
	}

.c_ore_k2 .st01{
background-color: rgba(255, 51, 0, 1); 
color: #fff;
text-align: center;
}

.c_ore_k2 .osu_come{
	border-bottom: 1px rgba(255, 51, 0, 1) dotted;
}

.c_blue2{
	color: #003366;
	background-color: rgba(0, 102, 255, .2);
}

.c_blue2 .st01{
	background-color: rgba(0, 102, 255, 1);
color: #fff;
}

.c_blue2 .osu_come{
	border-bottom: 1px rgba(0, 102, 255, 1) dotted;
}

.c_ore_u2{
	color: #003366;
	background-color: rgba(255, 153, 0, .2);
}

.c_ore_u2 .st01{
	background-color: rgba(255, 153, 0, 1);
color: #fff;
}

.c_ore_u2 .osu_come{
	border-bottom: 1px rgba(255, 153, 0, 1) dotted;
}

.nomikurabe_rap .gap5_5{
	gap: 4px;
}

.nomikurabe_rap .gap5_5 li{
	width: calc( 20% - 4px );
	position: relative;
}

.nomikurabe_rap .gap5_5 li .all_link{
  position: absolute;
  inset: 0;
  display: block;
  z-index: 5;
}

.nomikurabe_rap .gap5_5 li .all_link::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.3);
  opacity: 0;
  transition: .3s;
}

.nomikurabe_rap .gap5_5 li .all_link::after{
  content: "Tap / Click";
font-size: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  white-space: nowrap;
  opacity: 0;
  transition: .3s;
}

.nomikurabe_rap .gap5_5 li .all_link:hover::before,
.nomikurabe_rap .gap5_5 li .all_link:hover::after{
  opacity: 1;
}


.ama_rap .in01{
	background-color: rgba(255, 153, 0, 1);
    color: #fff;
	padding: 5px;
}

.ama_rap .in02{
	padding: 10px;
	border-right: 1px rgba(255, 153, 0, 1) solid;
	border-left: 1px rgba(255, 153, 0, 1) solid;
}

.ama_rap .in03{
	padding: 5px;
	border-right: 1px rgba(255, 153, 0, 1) solid;
	border-left: 1px rgba(255, 153, 0, 1) solid;
	background-color: rgba(255, 153, 0, .3);
}

.ama_rap .in04{
    padding: 5px 5px 0;
	font-weight: 600;
	border-right: 1px rgba(255, 153, 0, 1) solid;
	border-left: 1px rgba(255, 153, 0, 1) solid;
}

.ama_rap .in05{
    padding: 0px 5px 5px;
	border-right: 1px rgba(255, 153, 0, 1) solid;
	border-left: 1px rgba(255, 153, 0, 1) solid;
	border-bottom: 1px rgba(255, 153, 0, 1) solid;
}

.kei_rap .in01{
	background-color: rgba(0, 102, 255, 1);
    color: #fff;
	padding: 5px;
}

.kei_rap .in02{
	padding: 10px;
	border-right: 1px rgba(0, 102, 255, 1) solid;
	border-left: 1px rgba(0, 102, 255, 1) solid;
}

.kei_rap .in03{
	padding: 5px;
	border-right: 1px rgba(0, 102, 255, 1) solid;
	border-left: 1px rgba(0, 102, 255, 1) solid;
	background-color: rgba(0, 102, 255, .3);
}

.kei_rap .in04{
    padding: 5px 5px 0;
	font-weight: 600;
	border-right: 1px rgba(0, 102, 255, 1) solid;
	border-left: 1px rgba(0, 102, 255, 1) solid;
}

.kei_rap .in05{
    padding: 0px 5px 5px;
	border-right: 1px rgba(0, 102, 255, 1) solid;
	border-left: 1px rgba(0, 102, 255, 1) solid;
	border-bottom: 1px rgba(0, 102, 255, 1) solid;
}

.hulu_rap .in01{
	background-color: rgba(146, 39, 142, 1);
    color: #fff;
	padding: 5px;
}

.hulu_rap .in02{
	padding: 10px;
	border-right: 1px rgba(146, 39, 142, 1) solid;
	border-left: 1px rgba(146, 39, 142, 1) solid;
}

.hulu_rap .in03{
	padding: 5px;
	border-right: 1px rgba(146, 39, 142, 1) solid;
	border-left: 1px rgba(146, 39, 142, 1) solid;
	background-color: rgba(146, 39, 142, .3);
}

.hulu_rap .in04{
    padding: 5px 5px 0;
	font-weight: 600;
	border-right: 1px rgba(146, 39, 142, 1) solid;
	border-left: 1px rgba(146, 39, 142, 1) solid;
}

.hulu_rap .in05{
    padding: 0px 5px 5px;
	border-right: 1px rgba(146, 39, 142, 1) solid;
	border-left: 1px rgba(146, 39, 142, 1) solid;
	border-bottom: 1px rgba(146, 39, 142, 1) solid;
}

.juku_rap .in01{
	background-color: rgba(255, 51, 0, 1);
    color: #fff;
	padding: 5px;
}

.juku_rap .in02{
	padding: 10px;
	border-right: 1px rgba(255, 51, 0, 1) solid;
	border-left: 1px rgba(255, 51, 0, 1) solid;
}

.juku_rap .in03{
	padding: 5px;
	border-right: 1px rgba(255, 51, 0, 1) solid;
	border-left: 1px rgba(255, 51, 0, 1) solid;
	background-color: rgba(255, 51, 0, .3);
}

.juku_rap .in04{
    padding: 5px 5px 0;
	font-weight: 600;
	border-right: 1px rgba(255, 51, 0, 1) solid;
	border-left: 1px rgba(255, 51, 0, 1) solid;
}

.juku_rap .in05{
    padding: 0px 5px 5px;
	border-right: 1px rgba(255, 51, 0, 1) solid;
	border-left: 1px rgba(255, 51, 0, 1) solid;
	border-bottom: 1px rgba(255, 51, 0, 1) solid;
}

.taab_rap table{
	width: 100%;
}

.taab_rap table tr{
	border-bottom: 1px #003366 dotted
}

.taab_rap table tr th{
	font-weight: normal;
	padding: 15px 5px 15px;
	width: 20%;
}

.taab_rap table tr td{
	font-weight: normal;
	padding: 15px 5px 15px 0;
}

html[lang="ja"] .google-map.en,
html[lang="ja"] .google-map.zh{
display: none;	
}

html[lang="zh"] .google-map.en,
html[lang="zh"] .google-map.jp{
display: none;	
}

html[lang="en"] .google-map.zh,
html[lang="en"] .google-map.jp{
display: none;	
}

.in_tit h3{
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px #003366 dotted;
}

.in_tit h3::before{
content: "";
width: 130px;
height: 3px;
background-color: #003366;
position: absolute;
left: 0px;
bottom: 0px;
}

.sake_img_rap{
	padding: 20px;
	border: 1px #003366 solid;
}

.taab_rap.daihyo table tr th{
padding-left: 18px;
position: relative;
width: 22%;
vertical-align: top;
}

.taab_rap.daihyo table tr th::before{
content: "\f0da";
font-family: "Font Awesome 6 Free";
font-weight: 600;
font-size: 130%;
position: absolute;
color: #e60012;
top: 11px;
left: 0;
}

.type_mura{
	font-size: 12px;
	padding: 5px 10px;
	background-color: rgba(146, 39, 142, 1);
	color: #fff;
	line-height: 1;
}

.type_ama{
	font-size: 12px;
	padding: 5px 10px;
	background-color: rgba(255, 153, 0, 1);
	color: #fff;
	line-height: 1;
}

.type_keikai{
	font-size: 12px;
	padding: 5px 10px;
	background-color: rgba(0, 102, 255, 1);
	color: #fff;
	line-height: 1;
}

.type_orekoi{
	font-size: 12px;
	padding: 5px 10px;
	background-color: rgba(255, 51, 0, 1);
	color: #fff;
	line-height: 1;
}

.type_oreusu{
	font-size: 12px;
	padding: 5px 10px;
	background-color: rgba(255, 153, 0, 1);
	color: #fff;
	line-height: 1;
}

.no_list{
	padding-left: 21px;
}

.f16 li{
	font-size: 16px;
}

.bor_left{
	padding-left: 10px;
	border-left: 5px #003366 solid;
	padding-bottom: 2px;
}

.spdx{
	padding: 5px 10px;
}

.scx{
	overflow-x: auto;
}

.pri_ta_rap table{
	width: 1140px;
}

.pri_ta_rap table tr td{
text-align: center;
font-size: 16px;
padding: 5px 10px;
border: 2px #fff solid;
}

.w01{
	width: 20%;
}

.w02{
	width: 40%;
	background-color: #003366;
	color: #fff;
}

.w03{
	width: 40%;
	background-color: #003366;
	color: #fff;
}

.td01{
	color: #fff;
	background-color: #003366;
}

.w02x{
	background-color: rgba(0, 51, 102, .6);
	color: #fff;
}

.w02gx{
	background-color: rgba(0, 51, 102, .2);
}

.td02{
	background-color: rgba(0, 51, 102, .2);
}

.td02.bg_red,.td03.bg_red, .td04.bg_red, .td05.bg_red, .td06.bg_red,
.c_red{
	color: #e60012;
}

.td03, .td04, .td05, .td06{
	background-color: rgba(0, 51, 102, .1); 
}

.gap0_20{
	gap: 0 30px;
}

.lef5{
	display: inline-block;
	margin-left: 5px;
}

.p_color{
	color: #003366;
}

.en_be{
	position: relative;
	padding-left: 20px;
}

.en_be::before{
content: "●";
position: absolute;
left: 0;
top: 0;
}

.bs_in{
	display: inline-block;
}

.icon_link{
	position: relative;
	display: inline-block;
	padding-left: 20px;
}

.icon_link::before{
content: "\f08e";
font-family: "Font Awesome 6 Free";
font-weight: 600;
position: absolute;
left: 0px;
top: 0px;
margin-left: 5px;
margin-right: 5px;
}

.icon_link2{
	position: relative;
	display: inline-block;
	padding-left: 20px;
}

.icon_link2::before{
content: "\f08e";
font-family: "Font Awesome 6 Free";
font-weight: 600;
position: absolute;
left: 0px;
top: 0px;
margin-right: 5px;
font-size: 14px
}

.ko_tsu_ac i{
	color: #e60012;
}

.ac_map_rap{
	position: relative;
	padding-left: 22px;
}

.ac_map_rap::before{
content: "\f3c5";
font-family: "Font Awesome 6 Free";
font-weight: 600;
position: absolute;
top: -6px;
left: 0px;
color: #e60012;
font-size: 22px;
}
	
html[lang="zh"] .jp.google-map,
html[lang="zh"] .jp.google-map40,
html[lang="zh"] .en.google-map,
html[lang="zh"] .en.google-map40{
display: none;
}
	
html[lang="en"] .jp.google-map,
html[lang="en"] .jp.google-map40,
html[lang="en"] .zh.google-map,
html[lang="en"] .zh.google-map40{
display: none;
}
	
:lang(ja) .zh.google-map,
:lang(ja) .zh.google-map40,
:lang(ja) .en.google-map,
:lang(ja) .en.google-map40{
display: none;
}

.tra_dl{
	overflow: hidden;
}

.tra_dl dt{
	
}

.tra_dl dd{
width: 100%;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px #003366 dotted;
}

.tra_icon,
.bus_icon{
position: relative;
padding-left: 22px;
}

.chari_icon{
position: relative;
padding-left: 25px;
}

.tra_icon::before{
	content: "\f239";
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	position: absolute;
	top: 2px;
    left: 0px;
	color: #e60012;
}

.bus_icon::before{
	content: "\f55e";
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	position: absolute;
	top: 2px;
    left: 0px;
	color: #e60012;
}

.chari_icon::before{
	content: "\f206";
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	position: absolute;
	top: 2px;
    left: 0px;
	color: #e60012;
}

.bt_bor{
padding-bottom: 10px;
border-bottom: 1px #003366 solid;
}

.border_bt{
padding-bottom: 5px;
}

.mar_be{
	padding-left: 20px;
	position: relative;
}

.mar_be::before{
content: "◎";
position: absolute;
top: 0px;
left: 0px;
}

.waik_icon{
	position: relative;
	padding-left: 22px;
}

.waik_icon i{
	position: absolute;
	left: 0px;
    top: 0;
}

.table-responsive .table>thead>tr{
	background-color: #003366;
	color: #fff;
}

.table-responsive .table>tbody>tr:nth-child(even){
	background-color: #eee;
}

.table-responsive .table>tbody>tr>td{
	padding: 15px;
}

.table-responsive .table>tbody>tr>td a:hover{
	opacity: .6;
	text-decoration: none !important;
}

.table-responsive .table>tbody>tr>td i{
	margin-right: 5px;
}

.sake-back-list {
	margin: 35px auto 0 !important;
}

@media screen and (min-width: 768px) {
.osu_come{
		text-align: center;
	}
.c_pur::before{
content: "味が若々しい";
position: absolute;
left: 0px;
bottom: -42px;
font-size: 20px;
}
	
html[lang="zh"] .c_pur::before{
content: "口感清新";
position: absolute;
left: 0px;
bottom: -42px;
font-size: 20px;
}
	
html[lang="en"] .c_pur::before{
content: "Fresh flavor";
position: absolute;
left: 0px;
bottom: -42px;
font-size: 20px;
}
	
.c_pur::after{
content: "\f30a";
font-weight: 600;
font-family: "Font Awesome 6 Free";
position: absolute;
left: 130px;
bottom: -82px;
font-size: 450%;
color: #003366;
}
	
html[lang="en"] .c_pur::after{
left: 122px;
}
	
html[lang="zh"] .c_pur::after{
left: 90px;
}
	
.c_ore_k::before{
content: "味が濃厚";
position: absolute;
right: 0px;
bottom: -42px;
font-size: 20px;
}
	
html[lang="zh"] .c_ore_k::before{
content: "味道浓郁";
position: absolute;
right: 0px;
bottom: -42px;
font-size: 20px;
}
	
html[lang="en"] .c_ore_k::before{
content: "Rich flavor";
position: absolute;
right: 0px;
bottom: -42px;
font-size: 20px;
}
	
.c_ore_k::after{
content: "\f30b";
font-weight: 600;
font-family: "Font Awesome 6 Free";
position: absolute;
right: 89px;
bottom: -82px;
font-size: 450%;
color: #003366;
}
	
html[lang="en"] .c_ore_k::after{
right: 109px;
}

.c_ore_k{
}
	
	.bottom_center{
		padding-top: 10px;
		position: relative;
		color: #003366;
	}

		.bottom_center::after{
		content: "\f309";
		font-family: "Font Awesome 6 Free";
		font-weight: 600;
		font-size: 300%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: -85px;
		color: #003366;
	}

	
	.top_center{
		position: relative;
		color: #003366;
		margin-bottom: 10px !important;
	}
	.top_center::after{
		content: "\f30c";
		font-family: "Font Awesome 6 Free";
		font-weight: 600;
		font-size: 300%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: -96px;
		color: #003366;
	}

.kura_list_ul{
	gap: 4px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}
.kura_list_ul li{
	width: 100%;
	text-align: center;
	padding: 10px;
}
	
.page-slug-concept .page-header h1,
.page-slug-souvenir .page-header h1,
.page-slug-meal .page-header h1,
.page-slug-showa .page-header h1,
.page-slug-exhibition .page-header h1,
.page-slug-access .page-header h1{
margin-top: 100px;	
}
.page-slug-concept .page-header h1::before,
.page-slug-souvenir .page-header h1::before,
.page-slug-meal .page-header h1::before,
.page-slug-showa .page-header h1::before,
.page-slug-exhibition .page-header h1::before,
.page-slug-access .page-header h1::before{
content: "";
position: absolute;
margin-top: -180px;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
width: 250px;
height: 250px;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
	.d_img_rap{
		position: relative;
		z-index: 1;
	}
	
	.up_txt{
		padding: 20px 40px;
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		margin-top: -50px;
		background-color: #fff;
		position: relative;
		z-index: 2;
	}
	
	.rese_rap{
		padding-left: 20px;
		border-left: 5px #003366 solid;
 	}
	.cont20x{
		width: 20%;
	}
	.cont75x{
		width: 75%;
	}
	.pading_x{
		padding: 40px 50px;
	}
	.kagamiyama_rap .cont20{
	width: 30%;	
	}
	.kagamiyama_rap .cont75{
	width: 65%;	
	}
	body{
		overflow: visible;
	}
	.sidebar,
	.stk{
		position: sticky;
		top: 50px;
	}
	.txt_center_pc{
		text-align: center;
	}
	html[lang="en"] .en_dis,
	html[lang="zh"] .en_dis{
	display: block;
		transform: rotate(90deg);
}
}

@media screen and (max-width: 767px) {
.tra_dl dt{
	width: 100%;
}
	.cont65 h4 span.f18{
		display: block;
	}
	.cont22{
		width: 100%;
		margin-bottom: 20px;
	}
	.cont22:last-child{
		margin-bottom: 0px;
	}
	.cont22 .bt_df{
		width: 270px;
	}
.nomikurabe_rap .gap5_5 li{
	width: calc( 50% - 4px );
}
	.pdx_ {
    padding: 0 20px 20px;
}
	.cont48m0{
		width: 100%;
	}
	.imgggggg_rap.bt0{
		text-align: center;
	}
	.kura_name.f20{
		font-size: 16px !important;
	}
.kura_list_ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.kura_list_ul li{
	width: 100%;
	text-align: center;
	padding: 10px;
}


.page-slug-concept .page-header h1,
.page-slug-souvenir .page-header h1,
.page-slug-meal .page-header h1,
.page-slug-showa .page-header h1,
.page-slug-exhibition .page-header h1,
.page-slug-access .page-header h1{
margin-top: 100px;	
}
.page-slug-concept .page-header h1::before,
.page-slug-souvenir .page-header h1::before,
.page-slug-meal .page-header h1::before,
.page-slug-showa .page-header h1::before,
.page-slug-exhibition .page-header h1::before,
.page-slug-access .page-header h1::before{
content: "";
position: absolute;
margin-top: -120px;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
width: 150px;
height: 150px;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}

.d_img_rap{
		margin-bottom: 20px;
	}
	.w_max .w1140{
	padding-right: 15px;
	padding-left: 15px;
	}
	.nav>li>a span.link-menu {
        padding: 18px 15px;
    }
	.navbar-normal .navbar-toggle:focus,
	.navbar-normal .navbar-toggle:active{
    background-color: rgba(0,0,0,0) !important;
}
	.navbar-toggle {
        z-index: 2;
        margin: 12px 0 0;
    }
	.sake_dl dt{
width: 100%;
	float: none;
	text-align: left;
	font-weight: 600;
	font-size: 16px;
}
.sake_dl dd{
margin-left: 0px;
padding-left: 10px;
margin-bottom: 10px;
}

	.in_ccccome{
	padding: 0 15px 15px;
	}
		.kagamiyama_rap .cont20,
	.kagamiyama_rap .cont20 img{
	width: 100%;
		margin-bottom: 20px;
	}
	.kagamiyama_rap .cont75{
	width: 100%;	
	}
	.pading_x{
		padding: 15px;
	}
	footer .f_list dt{
	width: 100%;
	float: none;
	text-align: left !important;
	font-size: 120%;
	}
	.kura_name.f16.bt0{
font-size: 14px;
font-weight: 600;
	}
	.cont20{
width: 100%;
margin-bottom: 10px;
	}
	.cont20 img{
width: 50%;
	}
	.cont75{
width: 100%;
	}
	.footer .f_list dd{
	padding-left: 0;
	text-align: left !important;
	}
	
.top_ca_raps.pd4050{
	padding: 30px 20px;
}
	
	.bgwps20 img{
width: 70px;
}
	
	.bgwps20{
top: -40px;
left: 50%;
}
.home .kura_rap .cont48{
width: 100%;
margin-bottom: 40px;
}
	
.home .kura_rap .cont48:last-child{
margin-bottom: 0px;
}
.bana_list li{
	width: 48%;
	margin-bottom: 10px;
}
.bana_list li:last-child{
margin-bottom: 0px;
}
/* 外側（線） */
.tokugawa_rap::before{
  top:-40px;
  left:40px; /* ←1px左にズラす */
  border-left:21px solid transparent;
  border-right:21px solid transparent;
  border-bottom:42px solid #003366;
}

/* 内側（白） */
.tokugawa_rap::after{
  top:-39px;
  left:41px;
border-left:20px solid transparent;
  border-right:20px solid transparent;
  border-bottom:41px solid #fff;
}
.tokugawa_rap{
padding: 15px;
}
	.tokugawa_rap .cont20 img,
	.tokugawa_rap .cont75{
		width: 100%;
	}
	.bana_two_rap .cont48{
		width: 48%;
		text-align: center;
	}
	.font_x1, .font_x2 {
    line-height: 1.7;
    color: #fff;
    font-size: 18px;
}
	.cont20x.bt0,
	.cont75x.font_x2.bt0,
	.cont75x.font_x1.bt0{
		width: 100% !important;
	}
	.spm10{
		margin-bottom: 15px !important;
	} 
	.cont23{
	width: 100%;
}
	.cont23:last-child{
		    margin-bottom: 0px;
	}
	
.loop_bg{
  width:100%;
  min-height:200px;
  background:url(/wp-content/uploads/sc_bg_sp.webp) repeat-x 0 0;
  animation:bgroop 40s linear infinite;
  overflow:hidden;

  display:flex;
  align-items:center;
  justify-content:center;
}

.bg_s_rap{
  margin:0;
  width:100%;
}

.bg_s_rap img{
  width:100%;
  max-width:300px;
  height:auto;
  display:block;
  margin:0 auto;
}

@keyframes bgroop{
  from{ background-position:0 0; }
  to{ background-position:-1500px 0; }
}
.taab_rap table tr th{
	padding: 15px 5px 15px 0;
	width: 100%;
	display: block;
}

.taab_rap table tr td{
	font-weight: normal;
	padding: 0px 5px 15px 10px;
	width: 100%;
	display: block;
}
 
.taab_rap.daihyo table tr th{
	padding-left: 18px;
	width: 100%;
	vertical-align: top;
}
	.tab_rap table tr th{
	padding: 15px 5px 0 0;
		width: 100%;
		display: block;
}
.tab_rap table tr td{
	padding: 5px 5px 15px 10px;
	width: 100%;
	display: block;
}
.price{
	display: block;
	margin-left: auto;
}
	.link_a{
		display: inline-block;
		margin-left: auto;
	}
	.fl02sp{
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
html[lang="zh"] .en_dis{
	display: inline-block;
	transform: rotate(0);
}

.en_dis:lang(ja){
	display: inline-block;
	transform: rotate(0);
}

html[lang="en"] .en_dis,
html[lang="zh"] .en_dis{
	display: block;
	transform: rotate(90deg);
}
}