@charset "UTF-8";

/*
Theme Name: NewSite
*/
/* ----------------------------- リセット */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
var,
b,
i,
dl dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #1a1a1a;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #1a1a1a;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 5em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

sup {
	font-size: 8px;
}

em {
	font-style: normal;
}

div,
ul,
ol,
dl {
	zoom: 1;
}

input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

ul#wp-admin-bar-root-default:after {
	clear: none;
}


/* ----------------------------- ページネーション */
.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
}

.pagination span,
.pagination a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: auto;
	padding: 10px 14px;
	margin: 0 8px 8px 0;
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	text-decoration: none !important;
	cursor: pointer;
}

.pagination span.current,
.pagination a.current {
	background: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff !important;
}

.pagination a:link,
.pagination a:visited {
	color: #333;
}

.pagination a:hover {
	background: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
}

.pagination a.next,
.pagination a.prev {
	background: transparent;
	border-color: transparent;
	padding-right: 8px;
	padding-left: 8px;
}

.pagination a.next:hover,
.pagination a.prev:hover {
	color: #333;
}


/* ----------------------------- 全体 */
body {
	font-size: 16px;
	line-height: 1.8em;
	color: #fff;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "MS P明朝", "MS PMincho", serif;
	background: #fff;
	position: relative;
}

a:link,
a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover,
a:active {
	text-decoration: none;
}

a,
a img {
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-ms-transition: 0.2s ease all;
	transition: 0.2s ease all;
}

a:hover img {
	opacity: 0.65;
	-ms-filter: "alpha(opacity=65)";
	filter: alpha(opacity=65);
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.inline_pc {
	display: inline;
}

.inline_sp {
	display: none;
}

img,
.bx-wrapper img {
	max-width: 100%;
	height: auto;
}



/* ----------------------------- 共通 */


.wrap {
	width: 1200px;
	margin: 0 auto;
}

.wrap1000 {
	width: 1000px;
	margin: 0 auto;
}

.wrap900 {
	width: 900px;
	margin: 0 auto;
}

.wrap800 {
	width: 800px;
	margin: 0 auto;
}




/* ----------------------------- タイトル */

.c_tit1 {
	color: #fff;
	font-weight: 400;
	font-size: 35px;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 1.1em;
	margin-bottom: 30px;
}

.c_tit1 span {
	display: block;
	font-size: 14px;
}

.profile-title {
	color: #fff;
}


/* ----------------------------- ヘッダー */

.header {
	width: 100%;
	background: #050201;
	padding: 10px 3%;
	/*overflow: hidden;*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	box-sizing: border-box;
}

.header:after {
	content: "";
	display: block;
	clear: both;
}

.header h1 {
	float: left;
}

.floting {
	width: 50px;
	position: fixed;
	top: 20%;
	right: 0;
	z-index: 9999;
}

.floting li {
	background: #fff;
}

.floting li a {
	display: block;
	width: 100%;
	height: 220px;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-align: center;
	text-decoration: none;
	writing-mode: vertical-rl;
	padding: 1em 10px;
	box-sizing: border-box;
	transition: 0.2s;
}

.floting li a:hover {
	opacity: 0.65;
}

.floting .ticket_btn a {
	color: #fff;
	background: #f7931e;
}


/* ----------------------------- ナビ */

.nav {
	float: right;
}

.nav li {
	float: left;
	margin-right: 3em;
	position: relative;
}

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

.nav li a {
	text-decoration: none;
}

/* .nav li.nav2 a{
	font-weight: bold;
	color: #fbb03b;
} */

.nav li:hover>.sub_menu {
	opacity: 1;
	visibility: visible;
}

.nav .sub_menu {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: -10px;
	width: 310px;
	background: #050201;
	padding: 10px;
	transition: 0.2s;
}

.nav .sub_menu a {
	display: block;
	margin-bottom: 10px;
	line-height: 1.4em;
}

.nav .sub_menu a:last-child {
	margin-bottom: 0;
}

.nav .nav3 .sub_menu {
	left: auto;
	right: -10px;
}


.nav .sns {
	width: 27px;
	margin-right: 5px;
}

.nav .sns-last {
	width: 27px;
	margin-right: 3em;
}


.no_click {
	position: relative;
}

.no_click:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.no_click a {
	color: #666;
}


/* ----------------------------- kv */

.kv {
	/* background: url(images/kv.jpg) no-repeat no-repeat;
	background-size: cover;
	padding: 100px 0 40px;*/
	text-align: center;
	/* position: relative;  */
	margin-top: 49px;
	/* 上が#1a1a1a 下が#5a0035のグラデーション */
}

.kv_img {
	position: relative;
}

.kv_img img {
	width: 100%;
}

.kv_img iframe {
	width: 100%;
	height: 55vw;
}

.kv-under {
	background: linear-gradient(to bottom, #1a1a1a 0%, #1a1a1a 30%, #5a0035 100%);
	padding: 50px 0;
}

.kv-under .contents {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.kv-under .accsess h3 {
	font-size: 20px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

.kv-under .catch {
	font-size: 36px;
	letter-spacing: 0.2em;
	line-height: 1.2em;
	margin-top: 100px;
}

.kv-under .read {
	color: #fff;
	margin-top: 50px;
	text-align: center;
	text-shadow: 0 0 5px #000;
}

.kv-under ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.kv-under li {
	text-align: center;
	flex-shrink: 0;
}

.kv-under li:last-child {
	margin-right: 0;
}

.kv-under li a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 15px 20px;
	padding-right: 40px;
	background: #5a0035;
	border: solid 1px #fff;
}

.kv-under li a::after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.kv-under li a:hover {
	opacity: 0.65;
}

.kv-under .inner {
	margin-top: 60px;
	font-size: 18px;
	color: #1a1a1a;
}

.kv-under .inner p {
	margin-top: 10px;
}

.kv-under .symposium-top {
	display: flex;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding: 10px;
	text-align: left;
	margin-top: 60px;
	align-items: center;
}

.kv-under .symposium-top .text-content {
	flex-grow: 1;
}

.kv-under .symposium-top .text-content p {
	color: #333;
	line-height: normal;
}

.kv-under .symposium-top .image-content {
	width: 50%;
	text-align: center;
}

.kv-under .symposium-top .image-content a {
	color: #333;
	font-size: 10px;
}

.kv-under .symposium-top h3 {
	color: #E43E15;
	font-weight: 500;
	font-size: 30px;
	margin: 10px 0px;
	letter-spacing: 5px;
}

.kv-under .symposium-top h3 {
	color: #E43E15;
	font-weight: 500;
	font-size: 30px;
	margin: 10px 0px;
	letter-spacing: 5px;
}

.kv-under .symposium-top h4 {
	color: #333;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	margin: 10px 0px;
}


.kv-under .travel-sp {
	display: none;
}

.kv-under .travelog-top {
	display: flex;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding: 10px;
	text-align: left;
	margin-top: 60px;
}

.kv-under .travelog-top h3 {
	color: #E43E15;
	font-weight: 500;
	font-size: 30px;
	margin: 10px 0px;
	letter-spacing: 5px;
}

.kv-under .travelog-top p {
	color: #1a1a1a;
	margin-bottom: 25px;
}

.kv-under .travelog-top a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	background-color: #E43E15;
	border-radius: 10px;
	padding: 8px;
	padding-left: 20px;
	letter-spacing: 5px;
	font-size: 20px;
	min-width: 140px;
	box-sizing: border-box;
	transition: .2s;
}

.kv-under .travelog-top a::after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	right: 15px;
	top: 15px;
	transform: rotate(135deg);
}

.kv-under .travelog-top a:hover {
	background-color: #fff;
	color: #E43E15;
}

.kv-under .travelog-top a:hover::after {
	border-top: solid 2px #E43E15;
	border-right: solid 2px #E43E15;
}

.kv-under .travelog-top img {
	object-fit: contain;
}

@media screen and (max-width:850px) {
	.kv-under .travelog-top h3 {
		text-align: center;
	}

	.kv-under .travelog-top {
		display: block;
	}

	.kv-under .travelog-top p {
		text-align: center;
	}

	.kv-under .travelog-top a {
		display: block;
		width: 90%;
		margin: 0 auto;
		max-width: 200px;
	}

	.kv-under .travel-pc {
		display: none;
	}

	.kv-under .travel-sp {
		display: inline-block;
	}
}


/* ----------------------------- コンテンツ */


.bg {
	position: relative;
	background: linear-gradient(to bottom, #5a0035 0%, #3b0056 100%);
}

.bg:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}

.block2 {
	position: relative;
}

.block2 .box {
	background: rgba(0, 0, 0, 0.6);
	padding: 8%;
	position: relative;
	z-index: 9;
}

.block2 .box ul {
	margin-top: 20px;
}

.block2 .box li {
	padding: 60px 0;
	border-bottom: 1px solid #fff;
}

.block2 .box li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.block2 .box li table {
	width: 100%;
}

.block2 .box li table th {
	width: 25%;
	text-align: left;
	vertical-align: top;
	font-size: 18px;
	position: relative;
}

.block2 .box li table th .tit {
	/* border-left: 8px solid;
	padding-left: 1em; */
}

.block2 .box li table th .tit strong {
	font-size: 180%;
	line-height: 1em;
	vertical-align: sub;
	margin-right: 0.1em;
}

#performance p.label {
	color: #fff;
	padding: 5px 10px;
	width: fit-content;
	margin-bottom: 10px;
}

#performance p.label.hyougo {
	background-color: #ea5514;
}

#performance p.label.kawasaki {
	background-color: #064e06;
}

#performance p.label.symposium {
	background-color: #594f1a;
}

.performance-top-text {
	font-size: 33px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 30px;
}

.block2 .box li table th span {
	font-size: 360%;
	line-height: 1em;
	margin-right: 0.2em;
}

.block2 .box li table th .end {
	/* margin-top: 140px; */
	position: absolute;
	left: 0;
	bottom: -10px;
}

.block2 .box li table td .noclick {
	position: relative;
	z-index: 9;
}

.block2 .box li table td .noclick:before {
	content: "";
	display: block;
	width: 100%;
	height: 150%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.block2 .box li table td h4 a,
.block2 .box li table td h4.unlink {
	font-size: 33px;
	font-weight: 400;
	line-height: 1.2em;
	color: #fff9b9;
	text-decoration: none;
	letter-spacing: 5px;
}

.block2 .box li table td .performer {
	font-size: 22px;
	letter-spacing: 0.1em;
	margin-top: 20px;
}

.block2 .box li table td .performer .list {
	display: block;
	margin-bottom: 10px;
}

.block2 .box li table td .performer .name {
	margin-right: 1em;
}

.block2 .box li table td .performer .name a {
	color: #fff9b9;
	text-decoration: none;
}

.block2 .box li table td .performer .list small {
	display: block;
	font-size: 70%;
	line-height: 1.6em;
	margin-top: 5px;
}

.block2 .box li table td .music {
	margin-top: 30px;
}

.block2 .box li table td .music span {
	display: block;
	font-size: 18px;
	padding-left: 1.2em;
	text-indent: -1.2em;
	margin-bottom: 10px;
}

.block2 .box li table td .music span:before {
	content: "■";
	margin-right: 3px;
}

.block2 .box li table td .music span a {
	text-decoration: none;
	/* color: #fff9b9; */
}

.block2 .box li table td .music span a:hover {
	color: #fff9b9;
}

.block2 .box li table td .note {
	font-weight: bold;
	margin-top: 20px;
}

.block2 .box li table td .read {
	margin-top: 20px;
	line-height: 1.4em;
	font-weight: bold;
	font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff9b9;
}

.block2 .box li table td .read a {
	color: #fff9b9;
}


.block3 {
	background: linear-gradient(to bottom, #3b0056 0%, #5a0035 100%);
	padding: 100px 0;
	position: relative;
}

.block3 .wrap {
	position: relative;
	z-index: 9;
}

.block3 .box .inner {
	font-size: 20px;
	line-height: 1.8em;
}

.block3 .box .inner h4 span {
	font-size: 130%;
	color: #fff9b9;
}

.ticket-table-box {
	margin: 2em 0;
	margin: 0 auto;
}

.ticket-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
}

.ticket-table thead th {
	background-color: #f5eaf3;
	color: #5a0035;
	font-weight: bold;
	padding: 0.8em 0.5em;
	text-align: center;
}

.ticket-table th,
.ticket-table td {
	border: 1px solid #ccc;
	padding: 0.8em 0.5em;
	text-align: center;
}

.ticket-table th {
	font-weight: bold;
}

.ticket-table tr:last-child td {
	font-weight: bold;
}

.ticket-section-title {
	font-weight: bold;
	font-size: 1.1em;
	padding: 5px 10px;
	color: #fff;
	width: fit-content;
	margin-bottom: 10px;
}

.ticket-section-title#ticket-hyogo {
	background-color: #ea5514;
}

.ticket-section-title#ticket-kawasaki {
	background-color: #064e06;
}

.ticket-sale-table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	margin-bottom: 1.5em;
}

.ticket-sale-table th,
.ticket-sale-table td {
	border: 1px solid #ccc;
	padding: 0.7em 0.5em;
	text-align: center;
}

.ticket-sale-table th {
	font-weight: bold;
}

.release-date {
	width: 30%;
}

.release-name {
	width: 25%;

}

.block3 .box .inner3 .note {
	margin-top: 25px;
	font-size: 16px;
	line-height: 1.6em;
}

.block3 .someday-ticket-info {
	text-align: center;
}

.block3 .someday-ticket-info a {
	margin: 20px 0;
	background-color: #fbb03b;
	font-weight: 700;
	color: #1a1a1a;
	display: block;
	padding: 5px 10px;
	margin-bottom: 10px;
	text-decoration: none;
	transition: 0.2s;
	border-radius: 5px;
	box-shadow: 3px 4px #79210b;
}

.block3 .someday-ticket-info a:hover {
	box-shadow: 0px 0px #8e280e;
	opacity: 0.6;
}

/* チケット予約テーブル装飾 */

.ticket-reserve h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 50px auto 0;
}

.ticket-reserve .table-links {
	overflow-x: auto;
	position: relative;
	width: 100%;
}

.ticket-reserve table {
	width: 100%;
	min-width: 420px;
	border-collapse: collapse;
	margin: 0 auto;
	font-size: 1em;
}

.ticket-reserve ul {
	margin-top: 10px;
}

.ticket-reserve td,
.ticket-reserve th {
	border: 1px solid #d1b6c8;
	padding: 0.7em 0.5em;
	text-align: center;
	vertical-align: middle;
	font-size: 1em;
}

.ticket-reserve td.title {
	background: #f5eaf3;
	color: #5a0035;
	font-weight: bold;
	min-width: 110px;
	font-size: 1em;
}

.ticket-reserve td.bg-color {
	background: #f9e6f3;
	color: #5a0035;
	font-weight: bold;
}

.ticket-reserve table tr:nth-child(2) td.bg-color {
	background: #fff;
	color: #333;
	font-weight: normal;
}

.ticket-reserve ul,
.table-links ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	max-width: 800px;
	gap: 10px;
	padding: 0;
	margin: 1.5em auto 0;
	gap: 1em;
}

.ticket-reserve ul li,
.table-links ul li {
	background: #fff7fb;
	border: 1.5px solid #e3b7d1;
	border-radius: 8px;
	padding: 0.5em 1em;
	margin: 0;
	font-size: 1.08em;
	color: #5a0035;
	font-weight: bold;
	box-shadow: 0 2px 8px rgba(90, 0, 53, 0.06);
	display: flex;
	align-items: center;
	transition: background 0.2s, box-shadow 0.2s;
}

.ticket-reserve ul li a,
.table-links ul li a {
	color: #5a0035;
	text-decoration: underline;
	font-weight: bold;
	margin-right: 0.5em;
	transition: color 0.2s;
}

.ticket-reserve ul li a:hover,
.table-links ul li a:hover {
	color: #b9006e;
	text-decoration: none;
}

.ticket-reserve ul li:hover,
.table-links ul li:hover {
	background: #f9e6f3;
	box-shadow: 0 4px 16px rgba(90, 0, 53, 0.10);
}

.block4 {
	padding: 60px 0;
	background: linear-gradient(to bottom, #5a0035 0%, #3b0056 100%);
}

.block4 .box {
	margin-top: 80px;
	position: relative;
	z-index: 1;
}

.block4 .box ul {
	border-top: 1px solid #fff;
}

.block4 .box li {
	padding: 60px 3%;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	gap: 40px;
}

.block4 .box li .txt {
	float: left;
	flex-grow: 1;
}

.block4 .box li .txt h4 {
	font-size: 26px;
	letter-spacing: 0.1em;
	color: #fff;
}

.block4 .box li .txt h4 small {
	font-size: 60%;
}

.block4 .box li .txt h4 .sub {
	font-size: 14px;
}

.block4 .box li .txt a {
	color: #fff;
}

.block4 .box li .txt a img {
	height: 16px;
	margin-left: 0px;
	margin-top: 6px;
}

.block4 .box li .txt p {
	margin-top: 30px;
}

.block4 .box li .txt p span {
	display: block;
	margin-top: 40px;
}

.block4 .box li .txt p span a {
	color: #fff9b9;
	font-size: 18px;
}

.block4 .box li .txt p span img {
	width: 22px;
	margin-left: 5px;
}

.block4 .box li .img img {
	object-fit: contain;
	width: 100%;
}

.block4 .box li .img p {
	font-size: 10px;
}



.block4 .box .txt {
	color: #fff;
	text-shadow: 0 0 5px #000;
	width: 50%;
}

.block4 .box .img {
	align-content: center;
	width: 40%;
}

.block4 .box .profile2 .txt {
	color: #fff;
}

.block4-5 {
	padding: 60px 0;
	background: linear-gradient(to bottom, #3b0056 0%, #1a1a1a 100%);
}

.block4-5 h3 {
	color: #fff;
	font-size: 30px;
	text-align: center;
}

.block4-5 .txt {
	width: 50%;
}

.block4-5 .txt .inner {
	display: flex;
}

.block4-5 .txt .inner .big {
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
}

.block4-5 .txt .inner .big a img {
	height: 20px;
	margin: 10px;
}

.block4-5 .txt .inner h4 {
	margin-right: 10px;
	background-color: #c8161d;
	height: fit-content;
	color: #fff;
	padding: 0px 15px;
	margin-bottom: 30px;
	flex-shrink: 0;
}

.block4-5 .txt-wrap {
	display: flex;
	justify-content: center;
	max-width: 900px;
	width: 80%;
	margin: 0 auto;
	margin-top: 80px;
	gap: 40px;
}

.block4-5 .txt-wrap .map {
	flex-grow: 1;
	width: 50%;
}

.block4-6 {
	padding: 60px 0;
	background-color: #E9E9E9;
}

.block4-6 h3 {
	font-size: 30px;
	margin-bottom: 10px;
	text-align: center;
}

.block4-6 p {
	text-align: center;
	color: #1a1a1a;
}

.block4-6 .section-description {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.block4-6 p {
	width: 90%;
	margin: 0 auto;
}

.block4-6 p a {
	color: #1a1a1a;
	text-decoration: none;
}

.block4-6 p .new-travel {
	font-weight: 700;
	color: #E43E15;
	font-size: 20px;
	background-color: #FFBF23;
	padding: 5px 10px;
	box-shadow: 3px 4px #ccc;
	border-radius: 5px;
	display: block;
	width: fit-content;
	margin: 0 auto;
	transition: 0.2s;
}

.block4-6 p .new-travel:hover {
	opacity: 0.6;
	box-shadow: 0px 0px #ccc;
}

.block4-6 .box .travels::before,
.block4-6 .box .travels::after {
	display: none;
}

.block4-6 .travels {
	display: grid;
	grid-template-columns: repeat(auto-fit, 260px);
	grid-template-rows: auto;
	gap: 30px;
	row-gap: 50px;
	justify-content: center;
	align-content: center;
	padding-bottom: 50px;
	width: 90%;
	margin: 0 auto;
}

.block4-6 .travels .travel {
	grid-template-rows: subgrid;
	gap: 0.5rem;
}

.block5 {
	color: #1a1a1a;
	padding: 60px 0;
}

.block5 h3 {
	font-size: 30px;
	text-align: center;
}

.block5 .read {
	line-height: 1.6em;
	text-align: center;
	margin-top: 20px;
}

.block5 .box {
	margin-top: 60px;
}

.block5 .form table {
	width: 100%;
	font-size: 18px;
}

.block5 .form table th {
	padding: 15px 0;
	text-align: left;
	vertical-align: top;
	width: 280px;
}

.block5 .form table th .required {
	background: #E43E15;
	color: #fff;
	margin-left: 1em;
	font-size: 14px;
	padding: 0 1em;
}

.block5 .form table td {
	padding: 15px 0;
}

.block5 .form table td input[type="text"],
.block5 .form table td input[type="email"],
.block5 .form table td textarea {
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	font-size: 16px;
}

.block5 .contact_btn {
	text-align: center;
	margin-top: 60px;
}

.block5 .contact_btn input,
.block5 .contact_btn button {
	width: 220px;
	background: #E43E15;
	font-size: 18px;
	text-align: center;
	color: #fff;
	padding: 15px 0;
	cursor: pointer;
	border: 0;
	transition: 0.2s;
}

.contact_btn button {
	margin-right: 10px;
}

.block5 .contact_btn input:hover,
.block5 .contact_btn button:hover {
	opacity: 0.65;
}

.block5 .note {
	margin-top: 100px;
}

.block5 .note ul {
	margin-top: 10px;
}

.block5 .note li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.block5 .note li:before {
	content: "・";
}


.inner3in {
	/* display: inline; */
	text-align: left;
}

.inner3in2 {}

.note-pre {
	/* text-align: center; */
}

.inner4in {
	display: block;
}




.block7 {
	padding: 100px 0;
	background: url(images/bg2.png) center no-repeat;
	background-size: cover;
}

.block7 .box .inner {
	padding-top: 100px;
}

.block7 .box .inner h4 {
	font-size: 26px;
}

.block7 .box .inner p {
	margin-top: 20px;
	line-height: 1.6em;
}




.block7 .box .inner3 ul {
	margin-top: 20px;
}

.block7 .box .inner3 li {
	margin-bottom: 20px;
}

.block7 .box .inner3 li:last-child {
	margin-bottom: 0;
}

.block7 .box .inner3 li p {
	margin-top: 0;
}

.block7 .box .inner5 p span {
	margin-right: 0.7em;
}


/* ----------------------------- 送信完了 */

.thanks {
	padding: 100px 0;
}

.thanks p {
	color: #1a1a1a;
	font-size: 20px;
	line-height: 2em;
	text-align: center;
}






/* ----------------------------- フッター */

.footer {
	background-color: #1a1a1a;
	color: #fff;
	padding: 100px 0 20px;
}

.footer .logo {
	text-align: center;
}

.footer table {
	font-size: 20px;
	width: 440px;
	margin: 60px auto 0;
}

.footer table th {
	padding: 10px 0;
	text-align: left;
	width: 120px;
}

.footer table td {
	padding: 10px 0;
}

.footer table td img {
	width: 150px;
	margin-right: 10px;
	/*background: #fff;
    padding: 2px 5px;*/
	vertical-align: middle;
}

.footer .tel {
	margin-top: 60px;
	font-size: 20px;
	line-height: 2.2em;
	text-align: center;
}

.footer .tel a {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid;
	transition: 0.1s;
}

.footer .tel a:hover {
	border-color: rgba(0, 0, 0, 0);
}

.footer .tel a:hover img {
	opacity: 1;
}

.footer .tel img {
	width: 20px;
	vertical-align: baseline;
	margin-left: 8px;
}

.footer .sns {
	margin-top: 20px;
	text-align: center;
}

.footer .sns li {
	display: inline-block;
	width: 33px;
	margin-right: 10px;
}

.footer .sns li:last-child {
	margin-right: 0;
}



.footer .copy {
	text-align: center;
	font-size: 14px;
	margin-top: 60px;
}