@charset "UTF-8";
*{
	position:relative;
	box-sizing:border-box;
}

body,input,select,textarea{
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;;
	font-weight: 500;
	font-size:16px;
	line-height:1.5;
	letter-spacing:0.08em;
	color:#333;
}

h1,h2,h3,h4,h5,h6{
}

a{
	color:rgb(47, 68, 160);
}

/**
 * .alignleft
 */
 .alignleft {

	/*rtl:ignore*/
	text-align: left;
	margin-top: 0;
}

.entry-content > .alignleft {
	max-width: var(--responsive--aligndefault-width);
}

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

	.alignleft {

		/*rtl:ignore*/
		float: left;

		/*rtl:ignore*/
		margin-right: var(--global--spacing-horizontal);
		margin-bottom: var(--global--spacing-vertical);
	}

	.entry-content > .alignleft {
		max-width: calc(50% - var(--responsive--alignleft-margin));
	}
}

/**
 * .aligncenter
 */
.aligncenter {
	clear: both;
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/**
 * .alignright
 */
.alignright {
	margin-top: 0;
	margin-bottom: var(--global--spacing-vertical);
}

.entry-content > .alignright {
	max-width: var(--responsive--aligndefault-width);
}

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

	.alignright {

		/*rtl:ignore*/
		float: right;

		/*rtl:ignore*/
		margin-left: var(--global--spacing-horizontal);
	}

	.entry-content > .alignright {
		max-width: calc(50% - var(--responsive--alignright-margin));
	}
}

[class*=inner-container] > .alignleft + *,
[class*=inner-container] > .alignright + * {
	margin-top: 0;
}

/**
 * .alignwide
 */
.alignwide {
	clear: both;
}

/**
 * .alignfull
 */
.alignfull {
	clear: both;
}

.has-left-content {
	justify-content: flex-start;
}

.has-right-content {
	justify-content: flex-end;
}

.has-parallax {
	background-attachment: fixed;
}

.has-drop-cap:not(:focus)::first-letter {
	font-family: var(--heading--font-family);
	font-weight: var(--heading--font-weight);
	line-height: 0.66;
	text-transform: uppercase;
	font-style: normal;
	float: left;
	margin: 0.1em 0.1em 0 0;
	font-size: calc(1.2 * var(--heading--font-size-h1));
}

.has-drop-cap:not(:focus)::after {
	content: "";
	display: table;
	clear: both;
	padding-top: 14px;
}

.desktop-only {
	display: none;
}
@media only screen and (min-width: 482px) {

	.desktop-only {
		display: block;
	}
}

.btn a{
    display: inline-block;
    margin: 1em 0;
    padding: 0.5em 1em;
    color: #fff;
    text-align: center;
    background: #f10;
    border: 2px solid #f10;
    border-radius: 8px;
    transition: .2s;
    text-decoration: none !important;
}

.btn a:hover{
    color:#f10;
    background:#fff;
}

/* header */

header{
	padding:.5em;
}

header #head_wrap{
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin:auto;
	max-width:1000px;
}

header h1 a{
	display:block;
	width:300px;
	height: 50px;
	background-image:url(./img/logo.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	text-indent:-9999px;
	overflow: hidden;
}

#head_wrap > p{
    font-size:.9rem;
}

/* nav */
#gnav{
	background-color: #ccc;
	box-shadow: 2px 2px 5px #aaa;
	/* z-index:10; */
}

#gnav ul{
	display:flex;
	justify-content: space-between;
	margin:auto;
	max-width:1000px;
}

#gnav li{
	width:100%;
}

#gnav a{
	display: block;
	padding:.5em 1em;
	color: #333;
	text-align: center;
	transition:.2s;
}

#gnav a:hover{
	color: #fff;
	background-color:#f10;
}

/* top_bn */
#top_bn{
	background:url(./img/open_basebg.jpg);
}

#top_bn p{
	background:url(./img/open_bg.png);
	background-repeat:no-repeat;
	background-size:cover;
	overflow: hidden;
}

#top_bn p a{
	position: static;
	display: block;
	margin:auto;
	padding:.5em 0 0;
	max-width:1000px;
	color: #e7365e;
	font-size:120%;
	font-weight:bold;
	text-shadow: 1px 1px 1px #fff,1px -1px 1px #fff,-1px 1px 1px #fff,-1px -1px 1px #fff;
}

#top_bn p a:after{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	content:'';
	margin: auto;
	width:100vw;
	height:100%;
	font-weight:bold;
	font-size:130%;
	background:rgba(255,255,255,.5);
	left: 0;
	top: 0;
	opacity: 0;
	transition: .2s;
}

#top_bn p a:hover:after{
	opacity: 1;
}

/* main image */
#image_wrap{
	//display:flex;
	//height:500px;
    width: 100%;
    overflow: hidden;
	z-index:5;
}

#slider p{
    height:350px;
    background-position: center;
    background-size:cover;
}

#image_wrap > p.slide{
	display: block;
	width:100%;
	background-image: url(./img/main_image2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
	overflow:hidden;
}

#image_wrap > p.slide span{
	display: block;
	position:absolute;
	margin: 1em;
	color: #fff;
	font-size:80%;
	left:0;
	bottom:0;

}

#image_wrap > #main_bn{
	display:flex;
    margin:auto;
    padding:1em;
    justify-content: space-around;
    max-width:1000px;
}

#image_wrap > #main_bn p{
	display: flex;
	justify-content:center;
	flex-direction: column;
	padding:1em;
    width:50%;
    max-width:600px;
	font-size:130%;
	font-weight:bold;
}

#image_wrap > #main_bn img{
    max-width:100%;
    height:auto;
}


#image_wrap > #main_bn p span{
	display:block;
	margin-bottom: 2em;
	font-size:70%;
	overflow-wrap: break-word;
	word-break: keep-all;
}

#image_wrap > #main_bn p a{
	display: block;
	margin:1em 0;
	padding:.5em 1em;
	color: #fff;
	text-align: center;
	background:#f10;
	border:2px solid #f10;
	border-radius:8px;
	transition:.2s;
}

#image_wrap > #main_bn p a:hover{
	color: #f10;
	background:#fff;
}

/* content */
#content{
	margin:0  auto 3em;
	padding:1em;
	max-width:1000px;
}

#content h2{
	margin-bottom:1.5em;
	padding:.5em 1em .5em 3em;
	font-size:130%;
	font-weight: bold;
	background-image: url(./img/icon.gif);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 2.5em auto;
	border-bottom:3px solid #f10;
}

#content p{
	margin-bottom:1.5em;
}

#line_qr{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

#line_qr li{
	margin-bottom:1.5em;
	padding:1.5em;
	background:#07b53b;
	border-radius:8px;
}

#line_qr li h3{
	margin-bottom:1em;
	padding:.5em;
	color: #fff;
	font-size:130%;
	font-weight:bold;
	text-align:center;
	border:1px solid #fff;
	border-radius:8px;
}

#line_qr li h3 img{
	display: inline-block;
	margin-bottom:1em;
	border-radius:8px;
	overflow: hidden;
}

#line_qr li p{
	text-align: center;
}

#line_qr li p a{
	color:#fff;
	text-decoration: underline;
}

#line_qr li p a:hover{
	text-decoration: none;
}

/* page */
#page #content a{
	text-decoration: underline;
}

#page #content h3{
    padding:.5em;
	margin-bottom:1.5em;
	font-size:130%;
	font-weight: bold;
    border-left: 5px solid #df0615;
    background: #f4f4f4;
}


#page #content h4{
    position: relative;
    padding: 1em;
    margin-bottom:1.5em;
    font-size:120%;
    font-weight:bold;
    text-align: center;
  }

  #page #content h4:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #df0615;
  }

  #page #content h5{
    position: relative;
    padding: .5em 0;
    margin-bottom:1em;
    font-size:110%;
    font-weight:bold;
  }

#page #content ul {
	//border: solid 2px #1d2088;
	border-radius: 5px;
	padding: 0.5em 1em 0.5em 2.3em;
	position: relative;
}

#page #content ul li {
	line-height: 1.5;
	padding: 0.5em 0;
	list-style-type: none!important;
}

#page #content ul li:before {
	font-family: "FontAwesome";
	content: "\f138";/*アイコンの種類*/
	position: absolute;
	left : -1.2em;/*左端からのアイコンまでの距離*/
	color: #1d2088;/*アイコン色*/
}

#page #content td{
	padding:.5em;
}

#page #content img{
	max-width: 100%;
    height: auto;
}

#page #content table{
    margin-bottom:1.5em;
    border-bottom:2px solid #333;
}

#page #content th{
    padding:.5em;
    text-align:center;
    vertical-align: middle;
    border-bottom:1px solid #ccc;
}

#page #content table tbody tr:first-of-type th{
    border-bottom:2px solid #333;
}


#page #content td{
    padding:.5em;
    vertical-align: middle;
    border-bottom:1px solid #ccc;
}

#page #content table.vertical_border{
    border-top:2px solid #333;
    border-left:1px solid #ccc;
}

#page #content table.vertical_border td,
#page #content table.vertical_border th{
    border-right:1px solid #ccc;
}


#page #content table.noborder,
#page #content table.noborder th,
#page #content table.noborder td{
    border:0;
}

#page #content table.boxstyle,
#page #content table.boxstyle tbody,
#page #content table.boxstyle td{
    border:0;
    display:block;
}

#page #content table.boxstyle tr{
    display:flex;
}

#page #content table.boxstyle td{
    margin:.5em;
    padding:1em;
    background:#e6f6ff;
    border-radius:8px;
}

#page #content div.bgblue{
    margin-bottom: 3em;
    padding:1em 0;
}

#page #content div.bgblue th,
#page #content div.bgblue td{
    background:#fff;
}

#page #content div.bgblue:before{
    position: absolute;
    content: '';
    margin: auto;
    width:100%;
    height:100%;
    top:0;
    left:0;
    right:0;
    background:#eee;
}

/* form */
form,
#loginform,
#my_signup_form,
#my_syaken_form{
	display:table;
	margin:auto;
	padding:1em;
	border:1px solid #ccc;
	border-radius:4px;
	box-shadow:2px 2px 10px #ccc;
}

.form-group{
	margin-bottom:1em;
}

.form-group label{
	display:inline-block;
	width:10em;
}

.btn-horizon{
	margin-bottom:1em;
}

#loginform > p{
	font-size:80%;
}

input[type=submit],
button[type=submit]{
	display:block;
	margin: auto;
	color: #fff;;
	background:#f10;
	border: 1px solid #f10;
	transition:.2s;
}

input[type=submit]:hover,
button[type=submit]:hover{
	color: #f10;
	background:#fff;
}

#loginform .error{
	color:#f10;
	text-decoration:underline;
}

#signup_namestr_first,
#signup_namestr_last,
#syaken_namestr_first,
#syaken_namestr_last{
	max-width:6em;
}

form input,
form select,
form textarea,
form button{
	max-width:100%;
	padding:.2em;
	border:1px solid #ccc;
	border-radius:4px;
}

form :disabled{
	color:#ccc;
	background:#eee;
}

form span{
	display:inline-block;
}


/* foot nav */
#footnav{
	margin-bottom:1em;
	padding:.5em;
	border-top:1px solid #ccc;
	box-shadow:2px 2px 5px #aaa;
}

#footnav ul{
	display: flex;
}

#footnav ul li{
	margin:0 .5em;
}

address{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

address p:first-of-type{
	display:block;
	width:350px;
	height: 85px;
	background-image:url(./img/logo.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	text-indent:-9999px;
	overflow: hidden;
}

small{
	display: block;
	padding:.5em;
	text-align:center;
}

#nav_toggle{
	display:none;
}


#page.sbsc .bgblue table tr th:nth-child(2){
    min-width:350px;
}

/* responsive */
@media screen and (max-width: 1200px) {

#image_wrap p:last-of-type{
	width:600px;
}

}

.sp-close{
    display: none !important;
}

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

#image_wrap{
	flex-direction: column;
}

#image_wrap > p.slide{
	width:100%;
	height:350px;
}

#image_wrap p:last-of-type{
	margin:auto;
}

#gnav {
    position: static;
}

#gnav .sp-close{
    display: block !important;
}

#gnav .sp-close a{
    display: block;
    text-align: right;
    font-weight: bold;
}

#gnav ul{
	display:none;
    position: fixed;
    display: none;
    height: 100dvh;
    width: 220px;
    z-index: 999;
    background: #fff;
    box-shadow: 2px 2px 10px #aaa;
    top: 0;
    right: 0;
    font-size: .8rem;
}

#gnav #nav_toggle{
	position:absolute;
	display:block;
	padding:1em 0 1em 1.5em;
	color:#333;
	font-size:80%;
	font-weight:bold;
	text-align:center;
	box-sizing:border-box;
    top: 4px;
    right: 4px;
}

#gnav a{
    padding: 1rem;
    text-align: left;
}

#gnav #nav_toggle #nav_toggle_icon{
	position: absolute;
	display: block;
	margin: -1px 0 0 -2.5em;
	width: 14px;
	height: 2px;
	background: #333;
	transition: .2s;
	top: 50%;
	left: 50%;
}

#gnav #nav_toggle #nav_toggle_icon:before,
#gnav #nav_toggle #nav_toggle_icon:after{
	position: absolute;
	display: block;
	content: "";
	width: 14px;
	height: 2px;
	background: #333;
	transition: .3s;
	top: 50%;
	left: 0;
}

#gnav #nav_toggle #nav_toggle_icon:before{
	margin-top: -6px;
}

#gnav #nav_toggle #nav_toggle_icon:after{
	margin-top: 4px;
}

#gnav #nav_toggle #nav_toggle_icon.close{
	background: transparent;
}

#gnav #nav_toggle #nav_toggle_icon.close:before, #panel-btn .close:after{
	margin-top: 0;
}

#gnav #nav_toggle #nav_toggle_icon.close:before{
	margin-top: -1px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

#gnav #nav_toggle #nav_toggle_icon.close:after{
	margin-top: -1px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

}

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

header #head_wrap {
	flex-direction: column;
}

#image_wrap{
	flex-direction: column;
	height: auto;
}

#image_wrap p:last-of-type{
	position: relative;
	width:100%;
	max-width:600px;
}


#top #content img{
	clear: both;
	display: block;
    max-width: 100%;
    height:auto;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#page #content img{
	height:auto;
}

#page #content iframe{
	width:100%;
	height:300px;
}

#page #content table,
#page #content table tr,
#page #content table td{
	height:auto !important;
}

#page #content table.boxstyle tr{
    display:block;
}

#page #content table.boxstyle td{
    width:100% !important;
}




}

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

#image_wrap > p.slide{
	height:200px;
}

#image_wrap p:last-of-type img{
	max-width:100%;
	height:auto;
}

#image_wrap p:last-of-type a{
	font-size:80%;
}

#top #main_bn{
    flex-direction: column;
}

#image_wrap > #main_bn p{
    width: 100%;
}

#page #content img{
	clear: both;
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#page #content table:not(.vertical_border) th,
#page #content table:not(.vertical_border) td{
	display:block;
    text-align:left;
    word-break:unset;
	width:100% !important;
}

#page #content table.vertical_border {
    width:100%;
table-layout: inherit;
white-space: inherit;
-webkit-overflow-scrolling: touch;
overflow-x: scroll; /* 横スクロール処理 */
white-space:nowrap;/* 自動改行させない */
display: block;
  }

#signup_namestr,
#syaken_namestr{
	display:block;
}

form input[type=text],
form input[type=password],
form input[type=email],
form input[type=tel],
form input[type=file],
form select,
form textarea{
	width: 100%;
}

form .wpcf7-acceptance .wpcf7-list-item{
    display: block;
    text-indent:-1.2em;
    margin-left:1.5em;
}

form .wpcf7-acceptance span{
    display: inline;
}

.form-group label{
	width:100%;
}

.form-group label br{
	display: none;
}

#contact_time_st,
#contact_time_en{
	width:3em;
}

.sp_br{
	width:100%;
	text-align:left !important;
}

#footnav{
	padding-top:1.5em;
}

#footnav ul{
	display: block;
}

#footnav ul li{
	margin-bottom: 1.5em;
}

address{
	flex-direction: column;
    align-items: flex-start;
}

header h1,
header h1 a{
	width:100%;
	background-position: center;
}

header p,
address p{
	font-size: 80%;
}

address p:first-of-type{
    width: 100%;
    height: 50px;
    background-size: 55% auto;
    background-position: 8px center;
}

address span{
    display: inline-block;
}

small{
	padding:2em 0;
	font-size:50%;

}


#page.sbsc #content div.bgblue{
    padding: 0.5em;
}

#page.sbsc .bgblue p{
    text-align: left !important;
}

#page.sbsc .bgblue span{
    font-size:110% !important;
    text-align: left !important;
}

#page.sbsc .bgblue table *{
    height:auto !important;
    font-size:90% !important;
}

#page.sbsc .bgblue table img{
    width:88px !important;
}

#page.sbsc .bgblue table img + br{
    display: none;
}

#page.sbsc #content table.boxstyle td{
    margin:.5em 0;
}


#page.sbsc .bgblue table tr td:nth-child(4),
#page.sbsc .bgblue table tr td:nth-child(5),
#page.sbsc .bgblue table tr td:nth-child(6){
    font-size:150% !important;
}

#page.sbsc form{
    margin:1em auto !important;
    padding:1em !important;
}

#page.sbsc #fincode-form{
    margin:15px auto !important;
}

#page.sbsc #fincode-form input[name^="cardExpiration"]{
    width: 5em !important;
}

#page.sbsc #fincode-form input::placeholder {
    color:#999 !important;
}

}

/* 20241213 */
.line-contact .line-link{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    margin: 0 auto 2rem;
    max-width: 1000px;
    border: 2px solid #06c755;
    border-radius:10px;
    transition: .3s;
}

.line-contact .line-link:hover{
    background-color: #b3ffd2;
}

.line-contact img{
    height: 2.5rem;
    width: auto;
}

.line-contact span{
    display: block;
    padding: 0 1rem ;
    font-size: 1.3rem;
    color: #06c755;
}

.line-contact p{
    font-size: 1rem;
    color: #333;
    text-align: center;
}

.movie-tour{
    padding: 1rem 0;
    margin: 0 auto 1.5rem;
    max-width: 1000px;
    overflow-x: auto;
}

.movie-tour-scroll-wrap{
    display: flex;
    justify-content: center;
    width: max-content;
}

.movie-tour-item{
    margin: 1rem .5rem;
    border-radius: 6px;
    overflow: hidden;

    padding: .3rem;
    border:2px solid #ccc;
    border-radius: 8px;
    box-shadow: 2px 2px 10px #eee;
}

.movie-data{
    height: 450px;
    max-width: 220px;
}

.movie-data img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.movie-data video{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.movie-title{
    position: absolute;
    margin: auto;
    font-size: .8rem;
    color: #fff;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: .5rem;
    border-radius: 0 0 6px 6px;
    bottom: 0;
    left: 0;
    right: 0;
}

.movie-tour-store{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: .8rem;
}

.movie-tour-store-icon{
    margin: 0 .3rem;
    padding: .3rem;
    font-size: .8em;
    background-color: #eee;
    border-radius: 8px;
}

.movie-tour-detail-link a{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: .8rem;
    color: inherit;
}

.movie-tour-btn{
    display: block;
    margin:.3rem 0;
    padding: .3rem;
    width: 100%;
    font-size: .8rem;
    font-weight: bolder;
    color: #fff;
    background-color: #df0615;
    border-radius: 8px;
    text-align: center;
    white-space: nowrap;
}

.movie-tour-image{
    display: inline-block;
    height: auto;
    width: 145px;
    margin: auto;
}

.movie-tour-image img{
    object-fit: contain;
    width: 100%;
    height: 100%;
    box-shadow: 2px 2px 10px #ccc;
}

.hr-dotted{
    border-top: 2px dotted #ccc;
    margin: .5rem 0;
}

.movie-tour-ais-title{
    display: flex;
    justify-content: space-between;
    font-size: .8rem;
    padding: 0 .5rem;
}

.movie-tour-ais-point-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto .5rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: max-content;
}

.movie-tour-ais-point-item{
    padding: .3rem .5rem;
    text-align: center;
    font-size: .8rem;
}

.movie-tour-ais-point-item + .movie-tour-ais-point-item{
    border-left: 1px solid #ccc;
}

.movie-tour-ais-point-title{
    font-weight: normal;
    white-space: nowrap;
}

.movie-tour-ais-point-title span{
    display: inline-block;
    min-width: 28px;
    text-align: center;
}

.movie-tour-price-wrap{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto .2rem;
    font-size:.8rem;
}

.movie-tour-price-item{
    display: flex;
    align-items: center;
}

.movie-tour-price-title{
    font-size: .8em;
}

.movie-tour-price-result{
    color: #df6806;
    font-size: 1rem;
}

.movie-tour-detail-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto .5rem;
    width: 300px;
}

.movie-tour-detail-item{
    display: flex;
    align-items: center;
    width: 49%;
    padding: .15rem 0;
    font-size: .8rem;
}

.movie-tour-detail-title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 .3rem;
    padding: .3rem;
    font-size: .8em;
    background-color: #eee;
    border-radius: 8px;
    white-space: nowrap;
    min-width: 3em;
}

.movie-tour-detail-result{
    font-size: .8em;
    font-weight: normal;
}

.hr-border{
    border-top: 2px solid #ccc;
    margin: .5rem 0;
}

.movie-tour-data-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.movie-tour-data-title{
    display: flex;
    padding-right: .5rem;
    font-size: .8rem;
    text-align: center;
}

.movie-tour-btn-wrap{
    width: 100%;
}

.movie-tour-btn span{
    font-weight: normal;
}




.movie-play-box{
    display: flex;
    flex-direction: column;
    position: fixed;
    height: 100vh;
    height: 100dvh;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 99999;
}

.movie-play-close{
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1rem;
    color: #fff;
    cursor: pointer;
    z-index: 10;
}

.movie-play-src{
    width: 100%;
    max-width: 56.25vh;
    margin: auto;
}

.maker-select{
    padding: .3rem;
    margin-bottom: .5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}

[class^="choice-maker-"]{
    display: block;
    padding: .3rem;
}

.maker-delete{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    background: #ddd;
    font-size: .8rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}

.maker-selected{
    font-size: .8rem;
}

.maker-list-modal{
    display: none;
    position: fixed;
    width: 100vw;
    height: 100dvh;
    top: 0;
    left:0;
}

.maker-list-overlay{
    position: fixed;
    width: 100vw;
    height: 100dvh;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left:0;
    z-index: -1;
}

.maker-list-content{
    position: fixed;
    margin: auto;
    width: 90vw;
    height: 90dvh;
    top: 0;
    bottom:0;
    left:0;
    right: 0;
    background: #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 10px #ccc;
    z-index: 99999;
}

.maker-list-title{
    display: flex;
    justify-content: space-between;

    padding: 1rem;
    color: #333;
    border-bottom: 1px solid #ccc;
}

.maker-list-parent-item{
    border-bottom: 1px solid #ccc;
}

.maker-list-parent-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 1rem;
    font-weight: normal;
}

.maker-list-child-item-wrap{
    display: none;
}

.maker-list-child-item{
    padding: .5rem 1rem;
    text-indent: 1.5rem;
    font-weight: normal;
}

@media screen and (max-width:500px) {
    .movie-play-src{
        width: 100%;
        max-width: 90%;
        margin: auto;
    }

    #head_wrap p{
        display: none !important;
    }

    header h1 a{
        background-size: 55% auto;
        background-position: 8px center;
    }

    #slider p{
        height: 170px;
    }

    .line-contact{
        width: 95%;
        margin: auto;
    }

    .line-contact p{
        font-size: .8rem;
    }
    .line-contact .line-link{
        padding: .5rem;
    }
    .movie-tour-item{
        /* max-width: 50vw; */
    }

    .sp-width-100{
        width: 100% !important;
    }
    .sp-width-auto{
        width: auto !important;
    }
}

.movie-play-src video{
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.movie-play-header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 1rem;
    width: 100%;
    max-width: 56.25vh;
}

.movie-keyword-item{
    display: inline-block;
    margin: .5rem;
    padding: .5rem 1rem;
    border: 1px solid #ccc;
    border-radius: 25px;
    font-size: .6rem;
    color: #333;
    background: #eee;
    cursor: pointer;
    transition: .3s;
}

.movie-play-title{
    padding: 1rem;
    font-size: 1.5rem;
    color: #fff;
}

.movie-play-footer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 56.25vh;
    background: rgba(0, 0, 0, 0.3);
}

.movie-play-description{
    padding: 1rem;
    font-size: .8rem;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.5);
}

.movie-play-info{
    display: flex;
    padding: 1rem 0;
    flex-wrap: wrap;
    font-size: .8rem;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.5);
}

.movie-play-info-half{
    width: 50%;
    padding:0 1rem;
}

.movie-play-info-single{
    width: 100%;
    padding:0 1rem;
}

.movie-play-price{
    display: flex;
    align-items: flex-end;
    padding: 1rem;
    /* font-size: 1.3rem; */
    color: #fff;
}

.movie-play-price .movie-play-price-title{
    font-size: .8rem;
}

.user-review{
    cursor: pointer;
}

.movie-play-overlay{
    position: fixed;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: -1;
}

.movie-play-sound-on,
.movie-play-sound-off{
    position: absolute;
    top: 3rem;
    right: 1rem;
    font-size: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    color: #fff;
    cursor: pointer;
    background-image: url(./img/volume-xmark-solid.svg);
    background-size: contain;
    background-position: center right;
    z-index: 10;
}

.movie-play-sound-off{
    display: none;
    background-image: url(./img/volume-low-solid.svg);
}

.header-2 {
    margin-left: auto;
    margin-right: auto;
    /* margin-bottom:1em; */
	padding:.5em 1em .5em 3em;
    width: calc(1000px - 2rem);
    max-width: calc(100% - 2rem);
	font-size:100%;
	font-weight: bold;
	background-image: url(./img/icon.gif);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 2.5em auto;
	/* border-bottom:3px solid #f10; */
}

.youtube-list{
    padding: 1rem;
    margin: 0 auto 1.5rem;
    max-width: 1000px;
    overflow-x: auto;
}

.youtube-list-scroll-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
}

.youtube-list-item{
    width: 280px;
    cursor: pointer;
}

.youtube-list-thumbnail img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.youtube-box .movie-play-src{
    position: absolute;
    display: table;
    margin: auto;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    width: 90%;
    /* max-width: 100%; */
}

.youtube-box .movie-play-src iframe{
    display: block;
    width: 100%;
}

.youtube-coming{
    font-size: 1.5rem;
    font-weight: bold;
    height: 200px;
}

.user-review{
    padding: 1rem;
    margin: 0 auto 1.5rem;
    max-width: 1000px;
    overflow-x: auto;
}

.user-review-scroll-wrap{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    width: max-content;
}

.user-review-item{
    margin: .3rem;
    padding: 1rem;
    width: 320px;
    background: #eee;
    border-radius: 8px;
}

.user-review-title{
    /* display: flex;
    align-items: center; */
    margin-bottom: 1rem;
    font-size: .8rem;
    text-align: center;
}

.user-review-title img{
    margin-right: 8px;
    width: 100%;
    height: auto;
    /* width: 80px;
    height: 80px; */
    /* border-radius: 50%; */
}

.user-review-car{
    font-size: .8rem;
    color: #666;
}

.user-review-date{
    font-size: .8rem;
    text-align: right;
}

.user-review-car,
.user-review-text{
    font-size: .8rem;
    font-weight: normal;
}

.user-review-text{
    display: -webkit-box;
    margin-bottom: .3rem;
    max-height: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}

.user-view-box{
    display: flex;
    flex-direction: column;
    position: fixed;
    height: 100vh;
    height: 100dvh;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 99999;
}

.user-view-box .movie-play-src{
    width: 100%;
    width: 500px;
    max-width: 90%;
    max-height: calc(100dvh - 100px);
    margin: auto;
    padding: .5rem;
    background: #eee;
    border-radius: 4px;
    overflow-y: scroll;
}

.user-view-box img{
    width: 100%;
    height: auto;
}
.user-view-box .user-view-text{
    font-size: 0.9rem;
    max-height: 80%;
    /* height: 450px; */
}

.user-view-box .user-review-car{
    margin-bottom: 1rem;
}

@media screen and (max-width:500px) {
    .user-review-item{
        width: 55vw;
    }
    .user-review-title img{
        /* width: 50px;
        height: 50px; */
    }

    .user-view-box .user-view-text{
    /* height: 230px; */
    }
}

.staff-image-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    margin: 0 auto 1.5rem;
    max-width: 1000px;
    overflow-x: auto;
}

.staff-name-wrap{
    position: absolute;
    display: table;
    margin: auto;
    padding: 1rem 2rem;
    left: 0;
    bottom:0;
    background-color: rgba(0, 0, 0, 0.5);
}

.staff-name-en{
    font-size: .8rem;
    color: #fff;
    font-weight: normal;
}

.staff-name{
    font-size: 1.5rem;
    color: #fff;
}

.staff-name-job{
    font-size: .8rem;
    color: #fff;
}

.staff-msg{
    padding: 1rem;
    margin: 0 auto 1.5rem;
    max-width: 1000px;
    overflow-x: auto;
}

.staff-profile-wrap{
    padding: 1rem;
    margin: 0 auto 1.5rem;
    max-width: 1000px;
    overflow-x: auto;
    font-size: .8rem;
    background-color: #eee;
    border-radius: 8px;
}

.staff-history p,
.staff-fav-car p,
.staff-private p{
    margin-bottom: 1rem;
    font-weight: normal;
}

.staff-free-text{
    padding: 1rem;
    margin: 0 auto 1.5rem;
    max-width: 1000px;
    overflow-x: auto;
}

.staff-free-text p{
    margin-bottom: 1rem;
}

.staff-free-text img{
    max-width: 100%;
    height: auto;
}

@media screen and (max-width : 1000px){
    .staff-profile-wrap{
        margin: 0 1rem 1.5rem;
    }
}