/*------------------------------------*\
  基本
\*------------------------------------*/
html {
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

body {
	overflow-x: hidden;
	font-size: 100%;
	background: #FFF;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	--color--main01: #67478b;
	--color--main02: #d09500;
	--color--main03: #91b821;
	--color--main04: #d98282;
	--color--hoyo01: #3b82c5;
	--color--hoyo02: #bb97c5;
	--color--hoyo03: #92b1d1;
	--color--green: #4a8437;
	--color--orange: #d6690f;
}

.hide-for-all {
	display: none;
}

.grid-container {
	max-width: 75rem;
}

.small {
	font-size: 0.9rem;
}

.lead {
	font-size: 1.05em;
	line-height: 1.9;
}

.lead.line {
	font-size: 1.05em;
	line-height: 1.9;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #bbb;
	margin-bottom: 4vh;
}

.section_inner {
	max-width: 75rem;
	margin: 0 auto;
}

strong.red {
	color: #e70000;
}

.mt0 {
	margin-top: 0px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mb0 {
	margin-bottom: 0px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.bnr {
	margin: 10px 0;
}

.font-en {
	font-family: 'Sacramento', cursive;
}

figure {
	margin: 0 0 10px 0;
}

figure.icon {
	max-width: 130px;
	text-align: center;
	margin: 0 auto 10px;
}

.inner {
	padding: 1em;
}

.svg-sprite {
	position: absolute;
	z-index: -10;
	width: 0;
	height: 0;
}

/*--------------------------------
 ly
--------------------------------*/
.ly_inner {
	padding: 3vw 0;
}

.ly_mv {
	max-width: 80em;
	margin: 0 auto;
}

/*--------------------------------
 video
--------------------------------*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	/*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

video {
	width: 100%;
}

/*--------------------------------
 img
--------------------------------*/
img.img-circle {
	border-radius: 50%;
}

img.img-small {
	max-width: 240px;
	height: auto;
}

a:link,
a:active,
a:visited {
	color: #000;
}

a img {
	box-shadow: 0 0 0 #000;
	transition: all linear 200ms;
}

a img:hover {
	opacity: 0.7;
}

a .frame {
	color: #000;
}

a .frame:hover {
	color: #888;
}

img.border {
	border: 1px solid #ccc;
}

img.grayfilter {
	-webkit-filter: grayscale(1);
	/* Webkit */
	filter: gray;
	/* IE6-9 */
	filter: grayscale(1);
	/* W3C */
}

.shadow {
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	transition: all ease-in-out 0.3s;
}

.shadow:hover {
	background: #f7f7f7;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}

.bgB {
	background: #ebf4fc;
}

.bgO {
	background: #faeee6;
}

.bgO .inner {
	padding: 4vw 1em;
}

/*--------------------------------
 header
--------------------------------*/
header {
	max-width: 75rem;
	margin: 0 auto;
}

.desc {
	color: #666;
	font-size: 0.8rem;
	margin: 6px 0;
	text-align: right;
}

header .flex-wrapper {
	display: flex;
	flex-wrap: wrap;
}

header .flex-wrapper .flex-five {
	width: 45%;
	padding: 5px 0;
}

header .flex-wrapper .flex-three {
	width: 30%;
	padding-top: 5px;
}

header .flex-wrapper .flex-two {
	width: 24%;
	padding-top: 5px;
}

header .flex-wrapper .flex-one {
	display: flex;
	width: 49%;
	align-items: center;
	justify-content: center;
}

header .flex-wrapper .flex-one a {
	display: inline-block;
	font-weight: 700;
}

header .flex-wrapper .flex-one.inquiry a {
	border: 2px solid #dc5600;
	color: #dc5600;
	padding: 5px;
	border-radius: 6px;
}

header .flex-wrapper .flex-one.company a {
	border: 2px solid #dc5600;
	color: #dc5600;
	padding: 5px;
	border-radius: 6px;
}


#mega-menu-wrap-topnav #mega-menu-topnav>li.mega-menu-item:first-child>a.mega-menu-link {
	border-left: 1px solid #ddd;
}

#mega-menu-wrap-topnav #mega-menu-topnav>li.mega-menu-item.urgent>a.mega-menu-link {
	background: linear-gradient(to bottom, #ed0606, #ad0505);
	color: #FFF;
}

.navWrapper {
	margin: 0 auto;
	border-top: 1px solid #b38a53;
	border-bottom: 5px solid #b38a53;
}

.navWrapper.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	background: #999;
}

@media (max-width:39em) {
	h1.logo img {
		width: 160px;
	}
}

@media (min-width:40em) {
	h1.logo {
		margin: 5px;
		padding: 0;
		line-height: 1;
	}

	.tel {
		margin: 10px 0;
	}
}

/*--------------------------------
 content
--------------------------------*/
.titleBox {
	background: #e70000;
	position: relative;
}

.titleBox h2 {
	color: #FFF;
	font-size: 1.7em;
	text-align: center;
	padding: 7px;
}

.titleBox h3 {
	color: #FFF;
	font-size: 1.5em;
	border: none;
	margin: 0;
	text-align: center;
	padding: 7px;
}

.fullWidth {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: initial;
}

#primary {
	margin: 0 auto;
	padding: 3vh 0 0;
}

/* section */
section {
	margin-bottom: 50px;
}

/* article */
article {
	margin: 30px 0;
}

article.concept {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px dashed #e89c6a;
}

article.concept .num {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 700;
	font-size: 1.4rem;
	color: #FFF;
	background: #dc5600;
	text-align: center;
	line-height: 35px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
}

article.concept .text {
	padding-left: 45px;
}

/* 吹き出し本体 */
.balloon {
	position: relative;
	padding: 20px;
	background: #FFF;
	border: 3px solid #dd6584;
	border-radius: 10px;
}

.balloon a {
	color: #dd6584;
}

/* アイコンを下に表示 */
.balloon::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 20px;
	bottom: -15px;
	border-top: 15px solid #dd6584;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
}

span.question {
	font-size: 1.7em;
	color: #1284b3;
	font-weight: 700;
}

span.answer {
	font-size: 1.7em;
	color: #e70000;
	font-weight: 700;
}

.visual {
	position: relative;
	height: 200px;
	background: url(../img/visual_default.jpg) no-repeat top center;
	background-size: cover;
	margin-bottom: 30px;
}

.visual .title-en {
	position: absolute;
	top: calc(50% - 60px);
	left: 0;
	line-height: 1;
	color: rgba(255, 255, 255, 0.95);
	font-size: 7em;
	font-family: serif;
}

body.post-type-archive .visual {
	background: url(../img/visual_archive.jpg?qqq) no-repeat top center;
	background-size: cover;
}

/*------------------------
 * H
 * -------------------------*/
h1,
h2 {
	font-weight: 700;
}

.titleInner {
	position: absolute;
	top: 60%;
	left: 3%;
	width: 100%;
}

.titleInner h1 .letters {
	font-size: 1.6rem;
	color: #FFF;
	padding: 0;
}

.titleInner h1 .letters span {
	font-size: 0.7em;
	color: #000;
	display: block;
}

section p,
section li {
	font-size: 1em;
	line-height: 1.8;
}

section .title-header {
	text-align: center;
	font-size: 0.9rem;
	margin-bottom: 4vh;
}

section h2 {
	position: relative;
	margin-bottom: 30px;
	font-size: 1.8rem;
	color: #dc5600;
	padding-bottom: 0.5vh;
}

section h2.hoyo {
	color: #116bbf;
}

section h2.title {
	display: flex;
	align-items: center;
}

section h2.houyou {
	color: #9d2b35;
}

section h2.after {
	color: #187911;
}

section h2.red {
	color: #C00;
	margin-bottom: 0;
}

section h2 span {
	font-weight: normal;
	display: block;
	font-size: 0.5em;
	line-height: 1;
	margin-top: 2px;
}

section h2 span.place {
	font-weight: bold;
	display: inline-block;
	font-size: 0.5em;
	line-height: 1;
	margin-top: 2px;
	background: #FFF;
	color: #000;
	padding: 2px 15px;
	border-radius: 20px;
	margin: 0 0 0 15px;
}

section h2 span.type {
	font-weight: bold;
	display: inline-block;
	font-size: 0.7em;
	line-height: 1;
	margin-right: 15px;
}

section h2 span.place-tag {
	font-weight: bold;
	display: inline-block;
	font-size: 0.6em;
	line-height: 1;
	background: #777;
	color: #FFF;
	padding: 4px 12px;
	border-radius: 4px;
	margin-right: 12px;
}

section h2 span.name {
	font-size: 1em;
	color: #FFF;
}

section h2.subtitle {
	color: #FFF;
	text-align: center;
	margin-bottom: 20px;
}

section h2.subtitle:after {
	display: block;
	content: '+';
	font-size: 2rem;
	line-height: 1;
	color: #FFF;
	text-align: center;
}

section h1.blog-title {
	color: #000;
	border-left: 4px solid #dc5600;
	padding-left: 0.8rem;
	padding: 7px 0 7px 0.8rem;
	font-size: 1.2rem;
}

section h3 {
	font-weight: bold;
	font-size: 1.3rem;
	margin-bottom: 20px;
}

section h3.title_op {
	background: #be9c10;
	color: #FFF;
	padding: 5px 10px;
	text-align: center;
}

section h3.title_op:nth-of-type(2) {
	background: #006835;
}




section h3 strong {
	color: #dc5600;
}

section h3.border {
	color: #dc5600;
	border-bottom: 1px solid #dc5600;
}

section h3.green {
	color: #187911;
	border-bottom: 1px solid #187911;
}

section h3.underline {
	font-size: 1.3rem;
	padding-bottom: .5em;
	margin-bottom: 20px;
	color: #523874;
	border-bottom: 3px double #523874;
}

section h3.name {
	margin-bottom: 7px;
}

section h3.red {
	background: #C00;
	color: #FFF;
	padding: 10px;
	text-align: center;
}

h4 {
	font-size: 1.1rem;
	font-weight: bold;
}

h4 span {
	font-size: 0.7em;
}

h4.price {
	font-size: 1rem;
	margin-bottom: 20px;
}

h4.price strong {
	font-size: 1.8em;
	color: #C00;
}

h4.boxTitle {
	background: #dc5600;
	color: #FFF;
	padding: 7px;
	text-align: center;
}

h4.boxTitle.hoyo {
	background: #116bbf;
}

h5 {
	font-weight: bold;
	font-size: 0.95em;
}

strong.price {
	font-size: 1.2em;
}

.bottomArea {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

.station {
	padding: 10px 10px;
	text-align: center;
	border: 1px solid #444;
	margin: 5px auto;
}

@media(min-width:40em) {
	ul.plandesc {
		column-count: 2;
	}
}

/*------------------------
 * hr
 * -------------------------*/
hr.center {
	height: 2px;
	background: #C00;
	width: 200px;
	border: none;
	margin: 6vh auto;
	animation: hrAni 2s ease forwards;
}

hr.center.mid {
	background: #720707;
}

hr.center.new {
	background: #1a3fa7;
}

@keyframes hrAni {
	0% {
		transform: scaleX(0)
	}

	100% {
		transform: scaleX(1)
	}
}

/*------------------------
 * flex-wrapper
 * -------------------------*/
.flex-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex-wrapper.icons .flex-one {
	text-align: center;
	margin-bottom: 40px;
}

.flex-wrapper.icons .flex-one figure {
	background: #f4f4f4;
	border-radius: 50%;
	padding: 20px;
	width: 120px;
	margin: 0 auto 10px;
}

.flex-wrapper.icons .flex-one img {
	width: 80px;
}

.flex-wrapper.aligncenter {
	align-items: center;
}

.flex-wrapper.half .flex-one {
	width: 48%;
}

@media(min-width:40em) {
	.flex-wrapper.two .flex-one {
		width: 48%;
	}

	.flex-wrapper.three .flex-one {
		width: 32%;
	}

	.flex-wrapper.three .flex-two {
		width: 64%;
	}

	.flex-wrapper.four .flex-two {
		width: 48%;
	}

	.flex-wrapper.four .flex-one {
		width: 24%;
	}

	.flex-wrapper.four .flex-three {
		width: 72%;
	}

	.flex-wrapper.five .flex-one {
		width: 18%;
	}

	.flex-wrapper.six .flex-one {
		width: 15%;
	}
}

/* 40/60 Ratio */
.flex-wrapper .flex-40 {
	width: 40%;
}

.flex-wrapper .flex-60 {
	width: 60%;
}

@media (max-width: 39em) {

	.flex-wrapper .flex-40,
	.flex-wrapper .flex-60 {
		width: 100%;
	}
}

/* Responsive Icon Grid (PC: 5, Tablet: 4, Mobile: 2) */
.grid-icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 15px;
}

.grid-icons .icon-item {
	width: calc((100% - (15px * 4)) / 5);
	/* PC: 5 columns */
	padding: 0;
	text-align: center;
}

@media (max-width: 64em) {
	.grid-icons .icon-item {
		width: calc((100% - (15px * 3)) / 4);
		/* Tablet: 4 columns */
	}
}

@media (max-width: 39em) {
	.grid-icons .icon-item {
		width: calc((100% - 15px) / 2);
		/* Mobile: 2 columns */
	}
}

.grid-icons .icon-item img {
	max-width: 100%;
	height: auto;
}

.grid-icons .icon-card {
	background: #fff;
	border: 1px solid #f2f2f2;
	padding: 8px;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 90px;
	transition: all 0.3s ease;
}

.grid-icons .icon-card figure {
	margin: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.grid-icons .icon-card figure img {
	width: 100%;
	height: auto;
	max-height: 85px;
	display: block;
}

@media (max-width: 39em) {
	.grid-icons .icon-card {
		min-height: 70px;
		padding: 5px;
	}

	.grid-icons .icon-card figure img {
		max-height: 65px;
	}
}

/* Disable Hover */
.no-hover,
.no-hover:hover {
	opacity: 1 !important;
	background: transparent !important;
	box-shadow: none !important;
	transform: none !important;
}

.no-hover img,
.no-hover img:hover {
	opacity: 1 !important;
}

/* Common Options Grid */
.grid-options {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
}

.option-item {
	width: 20%;
	/* Desktop: 5 items */
	padding: 10px;
	text-align: center;
}

@media (max-width: 64em) {
	.option-item {
		width: 33.333%;
		/* Tablet: 3 items */
	}
}

@media (max-width: 39em) {
	.option-item {
		width: 50%;
		/* Mobile: 2 items */
	}
}

.option-item figure {
	margin-bottom: 8px;
}

.option-item .option-name {
	font-weight: bold;
	font-size: 0.9rem;
	margin-bottom: 2px;
	line-height: 1.4;
}

.option-item .option-price {
	color: #C00;
	font-weight: bold;
	font-size: 1rem;
}


/*------------------------
 * label
 * -------------------------*/
.label {
	background: #dc5600;
	font-weight: bold;
	margin: 0 3px;
}

table .label.date {
	display: inline-block;
	background: #116535;
	float: right;
}

.label a {
	color: #FFF;
}

/*------------------------
 * box
 * -------------------------*/
.box {
	border: 2px solid #ccc;
	position: relative;
}

.box {
	padding: 2vh;
}

.box .tab {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 700;
	color: #FFF;
	background: #dc5600;
	padding: 5px;
}

.box a {
	color: #000;
}

.box h3.tab {
	position: relative;
	background: #C00;
	padding: 5px;
	color: #FFF;
	font-size: 1.2rem;
}

.box h3.tab:after {
	position: absolute;
	display: inline-block;
	content: "";
	top: -2px;
	margin-left: 5px;
	border-bottom: 41px solid transparent;
	border-left: 41px solid #C00;
}

.box h5 {
	position: absolute;
	color: #FFF;
	padding: 2px 3px;
	margin: 0;
	font-size: 0.8rem;
}

.box.kado {
	background: url(img/title_support_bg_sp.png) no-repeat -10px 0;
}

.box.kado p {
	padding: 10px;
	color: #C00;
}

/*------------------------
 * innerBox
 * -------------------------*/
.innerBox {
	position: relative;
}

.innerBox .date {
	position: absolute;
	top: 10px;
	background: #C00;
	padding: 1px 5px;
	color: #FFF;
	font-size: 0.9rem;
}

ul.mega-sub-menu li.mega-menu-item {
	text-align: center !important;
}

/*--------------------------------
 news
--------------------------------*/
ul.news {
	margin: 0 0 20px 0;
	padding: 0;
}

ul.news li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 7px 0;
	color: #444;
}

ul.news li a {
	color: #444;
}

ul.news li .date {
	display: inline-block;
	width: 100px;
	font-size: 0.9rem;
	font-weight: 700;
	color: #444;
}

ul.news li .tag {
	width: 12%;
}

ul.news li .tag .label {
	width: 8em;
	text-align: center;
	border-radius: 3px;
	background: #000;
}

ul.news li .title {
	width: 68%;
}

div.date {
	margin-bottom: 15px;
}

@media(max-width:39em) {
	ul.news li .news-title {
		display: block;
	}
}

/*--------------------------------
 check
--------------------------------*/
ul.check li {
	font-size: 1.1rem;
	list-style: none;
	background: url(../img/icon_check.png?456) no-repeat 0 16px;
	background-size: 18px;
	border-bottom: 1px dotted #ccc;
	padding: 7px 0 7px 26px;
}


/*--------------------------------
 primary
--------------------------------*/
#primary .widget {
	margin: 0 0 30px 0;
}

#primary .widget ul {
	margin: 0;
}

#primary .widget ul li {
	list-style: none;
	display: inline-block;
	margin: 7px 7px 7px 0;
	background: #dd6584;
	color: #FFF;
	padding: 5px 20px;
	border-radius: 20px;
	box-shadow: 5px 5px 0 #ccc;
}

#primary .widget ul li a {
	color: #FFF;
	display: block;
}

#primary .widget ul li:hover {}

/*--------------------------------
 secondary
--------------------------------*/
#secondary {
	padding: 3vh 0 0;
}

#secondary .widget {
	margin: 0 0 30px 0;
}

#secondary h3 {
	color: #000;
	font-size: 0.9em;
	text-align: center;
	padding: 15px 10px;
	border: 1px solid #bbb;
	margin-bottom: 0;
}

#secondary ul {
	margin: 0;
	padding: 0 0 20px 0;
}

#secondary ul li {
	list-style: none;
	border-bottom: 1px dotted #bbb;
	font-size: 0.9em;
}

#secondary ul li a {
	display: block;
	padding: 5px 10px;
}

#secondary ul li a:hover {
	background: #f7f7f7;
}

/*--------------------------------
 footer
--------------------------------*/
footer {
	background: #faeee6;
	padding: 4vh 0;
	color: #444;
}

footer .menu {
	display: block;
	font-size: 0.9rem;
	margin: 0;
}

footer .menu li {
	position: relative;
	font-size: 0.9rem;
	list-style: none;
}

footer .menu li a {
	color: #666;
	padding: 7px 0 7px 16px;
}

/*footer .menu li:before {
	display:inline-block;
   content: "\f054";
   font-family: "Font Awesome 5 Free";
  font-weight: 700;
    position: absolute;
    left: 0;
    top: 2px;
    color: #999;
	font-size:0.8rem;
}*/
footer .sns {
	margin: 0;
	padding: 0;
}

footer .sns li {
	list-style: none;
	padding: 5px 0;
}

.copyright {
	font-size: 0.8rem;
	padding: 20px 0 100px;
	color: #444;
}

/*--------------------------------
 table
--------------------------------*/
table.table {
	width: 100%;
	border-top: 1px solid #bbb;
}

table.table th,
table.table td {
	line-height: 1.8;
}

tbody tr:nth-child(even) {
	background-color: transparent;
}

table.comparison th,
table.comparison td {
	text-align: center;
}

table.unstriped th,
table.unstriped td {
	background: #FFF;
	border-bottom: 1px solid #bbb;
}

table.unstriped th {
	text-align: left;
}

table tbody,
table tfoot,
table thead {
	border: none;
}

table.table-bordered {
	font-size: 0.9em;
}

table.table-bordered th {
	border: 1px solid #bbb;
	background: #f4f4f4;
}

table.table-bordered td {
	border: 1px solid #bbb;
}

.table_wrapper {
	overflow-x: scroll;
}

.table_wrapper table {
	min-width: 756px;
}

table.comparison {
	border: 2px solid #bbb;
}

table.comparison td span {
	display: block;
	font-size: 0.6em;
	font-weight: normal;
}

table.comparison td svg {
	width: 32px;
	height: 32px;
	vertical-align: bottom;
}

table.comparison tbody th {
	width: 20%;
}

table.comparison td.main01 svg {
	fill: var(--color--main01);
}

table.comparison td.main02 svg {
	fill: var(--color--main02);
}

table.comparison td.main03 svg {
	fill: var(--color--main03);
}

table.comparison td.main04 svg {
	fill: var(--color--main04);
}

table.comparison th.main01 {
	background: var(--color--main01);
	color: #FFF;
	text-align: center;
}

table.comparison td.main01 {
	text-align: center;
}

table.comparison th.main02 {
	background: var(--color--main02);
	color: #FFF;
	text-align: center;
}

table.comparison td.main02 {
	text-align: center;
}

table.comparison th.main03 {
	background: var(--color--main03);
	color: #FFF;
	text-align: center;
}

table.comparison td.main03 {
	text-align: center;
}

table.comparison th.main04 {
	background: var(--color--main04);
	color: #FFF;
	text-align: center;
}

table.comparison td.main04 {
	text-align: center;
}

table.comparison td.hoyo01 svg {
	fill: var(--color--hoyo01);
}

table.comparison td.hoyo02 svg {
	fill: var(--color--hoyo02);
}

table.comparison td.hoyo03 svg {
	fill: var(--color--hoyo03);
}

table.comparison th.hoyo01 {
	background: var(--color--hoyo01);
	color: #FFF;
	text-align: center;
}

table.comparison td.hoyo01 {
	text-align: center;
}

table.comparison th.hoyo02 {
	background: var(--color--hoyo02);
	color: #FFF;
	text-align: center;
}

table.comparison td.hoyo02 {
	text-align: center;
}

table.comparison th.hoyo03 {
	background: var(--color--hoyo03);
	color: #FFF;
	text-align: center;
}

table.comparison td.hoyo03 {
	text-align: center;
}

table.comparison td.price {
	font-weight: 700;
	font-size: 1.3rem;
}

table.comparison a {
	margin-bottom: 0;
}

table.recruit tbody td,
table.recruit tbody th {
	padding: 1.5rem 0;
}

table.recruit tbody tr {
	background-image: linear-gradient(90deg, #707070, #707070 2px, transparent 0, transparent 4px);
	background-size: 6px 1px;
	background-position: bottom;
	background-repeat: repeat-x;
}

table.recruit tbody th {
	text-align: left;
	vertical-align: top;
}

/*--------------------------------
 label
--------------------------------*/
.lavel.gray {
	background: #666;
}

/*--------------------------------
 accordion
--------------------------------*/
.acMenu dt figure {
	margin-top: -60px;
}

.acMenu dt {
	display: block;
	cursor: pointer;
	font-weight: normal;
	margin-bottom: 5vh;
}

.acMenu dd {
	display: none;
	margin-bottom: 5vh;
}

/*--------------------------------
 tab
--------------------------------*/
.tabs {
	background: transparent;
	border: none;
}

.tabs-title {
	margin-right: 10px;
}

.tabs-title>a {
	display: block;
	background: #a9a8a8;
	color: #FFF;
	padding: 0.8rem 0.6rem;
	line-height: 1;
	font-size: 0.9rem;
	font-weight: 700;
	border-radius: 8px 8px 0 0;
}

.tabs-title>a:hover {
	color: #FFF;
	background: #888;
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected=true] {
	background: #e70000;
	color: #FFF;
}

.tabs-content {
	background: transparent;
	border: none;
	overflow: auto;
	border-top: 8px solid #e70000;
	padding-top: 20px;
}

.plans {
	padding: 40px 0;
}

.tabs-panel {
	padding: 0;
}

/*-------------------------------------------------
 right-nav
-------------------------------------------------*/
#right-nav {
	position: fixed;
	top: 0;
	right: 0;
}

/*-------------------------------------------------
 bottom-nav
-------------------------------------------------*/
#bottom-nav {
	position: fixed;
	display: flex;
	justify-content: center;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 3px solid #dc5600;
	background: #FFF;
}

#bottom-nav .nav01 {
	text-align: center;
	padding: 10px;
}

#bottom-nav .nav02 {
	text-align: center;
	padding: 10px;
}

#bottom-nav .nav03 {
	margin-top: -10px;
}

@media(max-width:39em) {
	#bottom-nav {
		border-top: none;
		flex-wrap: wrap;
		background: rgba(0, 0, 0, 0.6);
	}

	#bottom-nav .nav02 {}

	#bottom-nav .nav01 {
		width: 50%;
		padding: 5px;
	}

	#bottom-nav .nav02 {
		width: 50%;
		padding: 5px;
	}

	#bottom-nav .nav03 {
		width: 100%;
		padding: 5px;
	}
}

/*--------------------------------
 form
--------------------------------*/
input[type=text],
input[type=email],
textarea {
	margin-bottom: 0;
}

input.medium {
	width: 10em;
	display: inline-block;
}

input.small {
	width: 4em;
	display: inline-block;
}

label {
	display: inline-block;
}

.require {
	display: inline-block;
	background: #C00;
	color: #FFF;
	font-size: 0.7rem;
	padding: 0 10px;
	margin: 0 4px;
	border-radius: 10px;
}

table.table th,
table.table td {
	line-height: 1.8;
}

/*---------------------
.wp-pagenavi
-----------------------*/
.wp-pagenavi {
	margin: 10px 0 20px 0;
}

.wp-pagenavi:after {
	display: block;
	clear: both;
}

.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	font-size: 0.8em;
	border: 1px solid #ccc;
	padding: 7px 12px;
	margin: 2px;
	color: #666;
}

.wp-pagenavi span.current {
	background: #ccc;
	border: 1px solid #ccc;
}

/*--------------------------------
 breadcrumbs
--------------------------------*/
.breadcrumbs {
	font-size: 0.8em;
	padding: 10px 0;
	margin-bottom: 10px;
}

/*--------------------------------
 button
--------------------------------*/
a.button,
button,
input[type=submit] {
	position: relative;
	border: none;
	border-radius: 24px;
	color: #FFF;
	background: linear-gradient(to right, #f4ba94, #dd5803)
}

a.button:hover {
	background: #efb5c4;
}

a.button.large {
	font-size: 1rem;
	padding: 12px 36px;
}

a.button.fulll {
	display: block;
	width: 100%;
	font-weight: bold;
	text-align: center;
}

input[type=submit].full {
	display: block;
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-size: 1.2rem;
}

a.button.red {
	background: linear-gradient(to right, #a90f37, #c3587b);
	color: #FFF;
}

a.button svg {
	position: absolute;
	top: calc(50% - 6px);
	right: 2%;
	width: 10px;
	height: 10px;
	fill: #FFF;
}

a.button.blue {
	background: linear-gradient(to right, #b6d3ef, #136cbf);
}

a.button.main01 {
	background: var(--color--main01);
}

a.button.main02 {
	background: var(--color--main02);
}

a.button.main03 {
	background: var(--color--main03);
}

a.button.main04 {
	background: var(--color--main04);
}

a.button.hoyo01 {
	background: var(--color--hoyo01);
}

a.button.hoyo02 {
	background: var(--color--hoyo02);
}

a.button.hoyo03 {
	background: var(--color--hoyo03);
}

@media(min-width:40em) {
	a.button.full {
		display: block;
		width: 100%;
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
	}

	a.button.round {
		border-radius: 32px;
	}

}

/*--------------------------------
 accordion
--------------------------------*/
.accordion-title {
	font-size: 1rem;
	border: 1px solid #ccc;
}

.accordion-title a:link,
.accordion-title a:active,
.accordion-title a:visited {
	color: #C00;
}

.accordion-content {
	font-size: 1rem;
	border: none;
}

.accordion-title span.icon-q {
	display: inline-block;
	padding: 3px 5px;
	background: #C00;
	color: #FFF;
	text-align: center;
	margin-right: 10px;
}

.accordion-content span.icon-a {
	display: inline-block;
	padding: 3px 5px;
	background: #1a3fa7;
	color: #FFF;
	text-align: center;
	margin-right: 10px;
}

/*--------------------------------
 frame
--------------------------------*/
.frame {
	background: rgba(255, 255, 255, 0.9);
}

.frame.blue {
	background: #daf2f6;
}

.frame .inner {
	padding: 15px;
}

.frame p {
	margin-bottom: 0;
}

/*--------------------------------
 alert
--------------------------------*/
.alert {
	background: #ddefc7;
	padding: 15px;
	border-radius: 8px;
}

.alert h4 {
	color: #187911;
}

/*--------------------------------
 urgent
--------------------------------*/
.banner_btn {
	box-shadow: 0 0 5px #ccc;
	margin: 20px auto;
}

/*--------------------------------
 plan
--------------------------------*/
.plan_title {
	background: #999;
	padding: 15px;
}

.plan_title h2 {
	color: #FFF;
	border-bottom: none;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1.2;
}

.plan_title h2 .name {
	font-weight: 700;
	font-size: 1.2em;
}

.plan_title h2 .place-tag {
	margin-bottom: 8px;
}

.plan_title h3 {
	color: #FFF;
	margin-bottom: 0;
}

.plan_title figure {
	margin-bottom: 0;
}

/* Plan Theme Colors */
section.type-sp {
	background: #be9c10;
}

.type-sp .plan_title {
	background: #be9c10;
}

section.type-dx {
	background: #d9c9da;
}

.type-dx .plan_title {
	background: #865188;
}

section.type-sd {
	background: #fbe1e8;
}

.type-sd .plan_title {
	background: #ef8baa;
}

section.type-simple {
	background: #dbe9c3;
}

.type-simple .plan_title {
	background: #70b52c;
}

section.type-plus {
	background: #c8dbd4;
}

.type-plus .plan_title {
	background: #008d79;
}

section.type-direct {
	background: #d6e2f2;
}

.type-direct .plan_title {
	background: #669ed2;
}

/* Place Tags */
section h2 span.place-tag.place-main {
	background: #eb5c01;
}

section h2 span.place-tag.place-hoyo {
	background: #1e5294;
}

.plan_eyecatch {
	margin: 0;
	padding: 0;
	line-height: 0;
}

.plan_eyecatch img {
	width: 100%;
	height: auto;
	display: block;
}

.plan_content {
	background: transparent;
	padding: 30px 20px;
}

@media (max-width: 39em) {
	.plan_content {
		padding: 20px 15px;
	}
}

/* 2026 Plan Styling Updates */
.plan_title .flex-wrapper {
	display: flex;
	align-items: center;
	padding: 10px 40px;
}

@media (max-width: 39em) {
	.plan_title .flex-wrapper {
		padding: 15px;
		flex-direction: column;
		gap: 20px;
	}
}

.price-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px 20px;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 12px;
	gap: 4px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.price-box {
	display: flex;
	align-items: center;
	gap: 15px;
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
}

.price-box:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.price-box .label {
	font-size: 0.8rem;
	padding: 4px 10px;
	border-radius: 4px;
	color: #FFF;
	min-width: 80px;
	text-align: center;
	font-weight: 700;
}

.price-box.member .label {
	background: #dc5600;
}

.price-box.normal .label {
	background: #777;
}

.price-box .amount {
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1;
	color: #e30000;
	margin-right: 5px;
}

@media (max-width: 39em) {
	.price-box {
		flex-direction: column;
		gap: 5px;
		padding: 10px 0;
	}

	.price-box .amount {
		font-size: 1.8rem;
		margin-right: 0;
	}
}

.price-box .tax {
	font-size: 0.85rem;
	font-weight: 700;
	color: #666;
}

.plan_content .content-main {
	margin-top: 30px;
	margin-bottom: 50px;
}

.item-box {
	background: #fdfdfd;
	border: 1px solid #eee;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease;
}

.item-box:hover {
	transform: translateY(-5px);
}

.item-box h5 {
	border-bottom: 2px solid #edeff2;
	padding-bottom: 8px;
	margin-bottom: 18px;
	color: #333;
	font-size: 1.25rem;
}

.item-box figure {
	margin-bottom: 12px;
	min-height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item-box figure img {
	max-height: 120px;
	width: auto;
}

.item-box .type-name {
	font-weight: 700;
	font-size: 0.95rem;
	color: #222;
	margin-bottom: 5px;
}

.item-box .option-text {
	font-size: 0.85rem;
	color: #e30000;
	font-weight: 700;
	margin-bottom: 0;
}

/* Common Options Styling */
.is-plan-detail .visual {
	display: none;
}

.option-category-section {
	margin: 60px auto;
	max-width: 1000px;
	padding: 0 20px;
}

@media (max-width: 39em) {
	.option-category-section {
		margin: 30px auto;
		padding: 0 15px;
	}
}

.option-category-section h4 {
	background: #f4f4f4;
	padding: 10px 20px;
	border-left: 5px solid #333;
	margin-bottom: 30px;
	font-size: 1.2rem;
}

.option-item-row {
	display: flex;
	gap: 30px;
	margin-bottom: 40px;
	align-items: center;
	background: #fff;
	padding: 20px;
	border-radius: 12px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.flex-30 {
	flex: 0 0 30%;
}

.flex-70 {
	flex: 0 0 calc(70% - 30px);
}

.option-item-row .price-info {
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-align: center;
}

.option-item-row .price-group {
	padding: 2px 0;
}

.option-item-row .price-group .label {
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
	margin-bottom: 2px;
	color: #333;
	background: transparent;
}

.option-item-row .price-group .tax-excl {
	font-size: 1.3rem;
	font-weight: 700;
	color: #e30000;
}

.option-item-row .price-group .tax-incl {
	font-size: 0.8rem;
	font-weight: 700;
	color: #666;
	display: block;
}

.option-item-row .separator {
	height: 1px;
	background: #eee;
	margin: 2px 0;
}

.option-item-row .opt-img-container img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	display: block;
}

.option-item-row .item-name {
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 8px;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
}

/* Homepage Plan Cards - Horizontal Layout with Color Themes */
.home-plan-card {
	display: flex;
	background: #777; /* Default */
	border-radius: 0;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	height: 100%;
	text-decoration: none;
	color: #FFF; /* 背景色がつくので基本白文字 */
	border: none;
	align-items: stretch;
}

.home-plan-card:hover {
	transform: translateX(3px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Sync with app.css theme colors */
.home-plan-card.type-sp     { background: #be9c10; }
.home-plan-card.type-dx     { background: #865188; }
.home-plan-card.type-sd     { background: #ef8baa; }
.home-plan-card.type-simple { background: #70b52c; }
.home-plan-card.type-plus   { background: #008d79; }
.home-plan-card.type-direct { background: #669ed2; }

.home-plan-card .card-img {
	flex: 0 0 35%;
	overflow: hidden;
}

.home-plan-card .card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-plan-card .card-content {
	flex: 1;
	padding: 10px 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.home-plan-card .plan-name {
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 8px;
	padding: 5px 0;
	color: #FFF;
	background: transparent; /* カード全体に色がつくので透明に */
	text-align: left;
	margin-top: 0;
	width: 100%;
}

.home-plan-card .price-grid {
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 100%;
	background: #FFF; /* 価格部分は白背景 */
	padding: 8px 10px;
	color: #333; /* 価格内の文字は濃いグレー */
	border-radius: 6px; /* 軽く角丸に */
}

.home-plan-card .price-item {
	display: flex;
	flex-direction: row; /* ラベルと金額を横並びに */
	align-items: center;
	gap: 8px;
}

.home-plan-card .price-item .label {
	font-size: 0.65rem;
	padding: 1px 4px;
	border-radius: 2px;
	color: #FFF;
	font-weight: 700;
	width: fit-content;
	min-width: unset;
}

.home-plan-card .price-item.member .label {
	background: #dc5600;
}

.home-plan-card .price-item.normal .label {
	background: #777;
}

.home-plan-card .price-item .amount-box {
	display: flex;
	align-items: baseline;
	white-space: nowrap; /* 単位の前で改行させない */
}

.home-plan-card .price-item .amount {
	font-size: 1.2rem;
	font-weight: 700;
	color: #e30000;
	line-height: 1;
}

.home-plan-card .price-item .unit {
	font-size: 0.8rem;
	font-weight: 700;
	color: #e30000;
}

.home-plan-card .price-item .tax {
	font-size: 0.7rem;
	color: #888;
	width: auto;
	margin-top: 0;
	white-space: nowrap; /* 税込価格も改行を防止 */
}

@media (max-width: 640px) {
	.home-plan-card {
		flex-direction: column; /* 超小型端末では縦に戻す */
	}
	.home-plan-card .card-img {
		flex: 0 0 auto;
		aspect-ratio: 16 / 9;
	}
}

@media (max-width: 39em) {
	.home-plan-card .card-content {
		padding: 10px;
	}
	.home-plan-card .plan-name {
		font-size: 0.95rem;
	}
}

@media (max-width: 48em) {
	.option-item-row {
		flex-direction: column;
		gap: 20px;
	}
}

.icons-container h5 {
	font-size: 1.1rem;
	border-bottom: 2px solid #edeff2;
	padding-bottom: 8px;
	margin-bottom: 18px;
	color: #333;
	text-align: center;
}

.icons-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.icons-list img {
	width: 50px;
	height: 50px;
	object-fit: contain;
	background: #fff;
	padding: 5px;
	border: 1px solid #eee;
	border-radius: 50%;
}

/*--------------------------------
 sitemap
--------------------------------*/
.sitemap li {
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

/*--------------------------------
 blog
--------------------------------*/
.blogitem {
	margin: 2vh 0;
	background: #51ad89;
	border: 1px solid #ccc;
}

.blogitem .inner {
	padding: 2vh;
}

.blogitem .date {
	font-size: 0.9rem;
	color: #FFF;
	padding: 0;
	margin: 0;
}

.blogitem h3 {
	font-size: 1rem;
	color: #FFF;
	padding: 0;
	margin: 0;
}

.blogitem:hover .date,
.blogitem:hover h3 {
	color: #51ad89;

}

.blogitem .button.large {
	margin: 0;
}

@media(min-width:40em) {
	.blog-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.blog-wrapper:after {
		content: '';
		display: block;
	}

	.blog-wrapper .blogitem {
		width: 32%;
	}
}


/*--------------------------------
 flex-wrapper
--------------------------------*/
@media only screen and (min-width:640px) {
	.flex-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.flex-wrapper .flex-one {
		width: 48%;
	}

	.flex-wrapper .flex-one.vertical-center {
		display: flex;
	}
}

/*--------------------------------
 scrollArea
--------------------------------*/
.scrollArea {
	height: 280px;
	overflow-y: scroll;
	border: 1px solid #ccc;
	padding: 15px;
	font-size: 0.9rem;
	margin: 20px auto;
}

/*---------------------
 * responsive
 * ------------------------*/
@media only screen and (max-width:40em) {
	header a.button {
		display: block;
		width: 100%;
		margin-top: 15px;
	}

	footer .nav {
		display: flex;
		flex-wrap: wrap;
	}

	footer .nav li {
		width: 50%;
	}

	.flex-wrapper.two .flex-one {
		width: 100%;
		margin-bottom: 3vh;
	}

	.flex-wrapper.three .flex-one {
		width: 100%;
		margin-bottom: 1vh;
	}

	.flex-wrapper.three .flex-two {
		width: 100%;
		margin-bottom: 1vh;
	}

	.flex-wrapper.four .flex-one {
		width: 100%;
		margin-bottom: 3vh;
	}

	.flex-wrapper.four.option .flex-one {
		width: 48%;
		margin-bottom: 3vh;
	}

	.flex-wrapper.four.icons .flex-one {
		width: 48%;
		margin-bottom: 3vh;
	}

	.flex-wrapper.four .flex-three {
		width: 100%;
		margin-bottom: 3vh;
	}

	footer .menu {
		border-top: 1px solid #CCC;
		margin-top: 10px;
	}

	footer .menu li {
		padding: 5px 0;
	}

	footer .menu li a {
		border-bottom: 1px solid #CCC;
	}
}

@media only screen and (min-width:40em) {
	.right-text {
		padding: 0 70px 0 0;
	}

	.titleBox:after {
		display: block;
		content: '';
		clear: both;
	}

	.titleBox h2 {
		position: absolute;
		width: 100%;
		top: 35%;
	}

	section h2 {
		font-size: 1.7rem;
	}

	section h2.left-title {
		font-size: 1.5rem;
	}

	section h3 {
		font-size: 1.3rem;
	}

	h2.interview-title {
		font-size: 1rem;
	}

	section h1.blog-title {
		font-size: 1.4rem;
	}

	.flow {
		text-align: center;
	}

	.bottomArea {
		display: none;
	}
}

@media only screen and (min-width: 64em) {

	.visual {
		height: 320px;
	}

	body.post-type-archive .visual {
		height: 320px;
	}

	.submitArea {
		max-width: 640px;
		margin: 5vw auto;
	}

	section .title-header {
		margin-bottom: 6vh;
	}

	section h2 {
		font-size: 2.2rem;
	}

	section h3 {
		font-size: 1.4rem;
	}

	.tabs-title>a {
		display: block;
		background: #a9a8a8;
		color: #FFF;
		padding: 0.8rem 1rem;
		line-height: 1;
		font-size: 1rem;
		font-weight: 700;
		border-radius: 8px 8px 0 0;
	}
}

/*Video*/
.video-container {
	width: 100%;
}

/*innerImage*/
.innerImage {
	position: relative;
	overflow: hidden;
}

.innerImage img {
	width: 100%;
	transition: all linear 0.3s;
}

.innerImage:hover img {
	transform: scale(1.1, 1.1);
	opacity: 0.8;
	cursor: pointer;
}

.innerImage article {
	position: absolute;
	top: 35%;
	width: 100%;
	text-align: center;
}

.innerImage article h3 {
	display: inline-block;
	padding: 7px 20px;
	color: #FFF;
	background: rgba(0, 0, 0, 0.6);
	border: none;
}

/*------------------------
  #plan01
------------------------*/
#plan01 {
	margin-bottom: 60px;
}

#plan01 .titleArea {
	background: linear-gradient(to left, #FFF 0% 50%, #faeee6 50% 100%);
	margin-bottom: 60px;
}

#plan01 .titleArea .label {
	background: #dc5600;
	font-size: 1.2rem;
	margin-bottom: 10px;
}

#plan01 .titleArea h2 {
	font-weight: 400;
	margin-bottom: 20px;
}

#plan01 .titleArea .flex-wrapper {
	position: relative;
	max-width: 75rem;
	padding: 0 .9375rem;
	margin: 0 auto;
}

#plan01 .titleArea .flex-wrapper .flex-one {
	width: 75%;
	background: #faeee6;
	padding: 20px 0;
	font-weight: 700;
}

#plan01 .titleArea .flex-wrapper .images {
	position: absolute;
	right: .9375rem;
	top: 20px;
}

#plan01 .plans {
	padding-top: 120px;
}

/*------------------------
  #plan02
------------------------*/
#plan02 {
	margin-bottom: 60px;
}

#plan02 .titleArea {
	background: linear-gradient(to left, #FFF 0% 50%, #ebf4fc 50% 100%);
	margin-bottom: 60px;
}

#plan02 .titleArea .label {
	background: #116bbf;
	font-size: 1.2rem;
	margin-bottom: 10px;
}

#plan02 .titleArea h2 {
	color: #116bbf;
	font-weight: 400;
	margin-bottom: 20px;
}

#plan02 .titleArea .flex-wrapper {
	position: relative;
	max-width: 75rem;
	padding: 0 .9375rem;
	margin: 0 auto;
}

#plan02 .titleArea .flex-wrapper .flex-one {
	width: 75%;
	background: #ebf4fc;
	padding: 20px 0 80px;
	font-weight: 700;
}

#plan02 .titleArea .flex-wrapper .images {
	position: absolute;
	right: .9375rem;
	top: 20px;
}

#plan02 .plans {
	padding-top: 120px;
}

@media (max-width:39em) {
	#plan01 .titleArea .flex-wrapper {
		padding: 0;
	}

	#plan01 .titleArea {
		background: #FFF;
	}

	#plan01 .titleArea .flex-wrapper .flex-one {
		width: 100%;
		padding: 15px;
	}

	#plan01 .titleArea .flex-wrapper .images {
		position: relative;
		padding: 0 10px;
		margin: -40px 0 0 0;
		right: 0;
	}

	#plan01 .plans {
		padding-top: 0;
	}

	#plan02 .titleArea .flex-wrapper {
		padding: 0;
	}

	#plan02 .titleArea {
		background: #FFF;
	}

	#plan02 .titleArea .flex-wrapper .flex-one {
		width: 100%;
		padding: 15px;
	}

	#plan02 .titleArea .flex-wrapper .images {
		position: relative;
		padding: 0 10px;
		margin: -40px 0 0 0;
		right: 0;
	}

	#plan02 .plans {
		padding-top: 0;
	}
}

.options .item {
	border-bottom: 1px solid #CCC;
}

/*------------------------
  #member
------------------------*/
#member {
	margin-bottom: 60px;
}

#member h2 span {
	font-size: 1em;
	display: inline;
	color: #000;
}

#member .label {
	display: block;
	text-align: center;
	font-size: 1rem;
	margin: 5px 0;
}

#member h3 {
	margin: 20px 0;
}

#member .box h3 {
	margin: 40px 0 20px;
}

#member h3 strong {
	color: #dc5600;
}

@media (max-width:39em) {
	#member {
		margin-bottom: 20px;
	}

	#member .comment {
		text-align: left;
	}
}

/*------------------------
  #flow
------------------------*/
#flow {
	margin-bottom: 60px;
}

#flow p.lead {
	text-align: center;
}

#flow article {
	position: relative;
	background: linear-gradient(to right, #FFF 0 2%, #f4f4f4 2% 100%);
	padding: 20px 20px 20px 8%;
	text-align: left;
}

#flow article .period {
	display: inline-block;
	padding: 2px 5px;
	background: #625889;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 10px;
	border-radius: 6px;
}

#flow article .num {
	position: absolute;
	left: 0;
	top: calc(50% - 30px);
	width: 52px;
	height: 60px;
	line-height: 60px;
	background: #b38a53;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
}

#flow article h4 {
	font-size: 1.3rem;
}

#flow article .flex-wrapper {
	align-items: center;
}

#flow article .flex-wrapper ul {
	margin-bottom: 0;
}

#flow article .flex-wrapper p {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 0.9em;
}

#flow span.days {
	color: #FFF;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 6px;
	font-size: 1.1em;
	font-weight: 700;
	margin-right: 5px;
}

#flow span.firstDay {
	background: var(--color--main01);
}

#flow span.secondDay {
	background: var(--color--green);
}

#flow span.thirdDay {
	background: var(--color--orange);
}



#flow .firstDay h4 {
	color: var(--color--main01);
}

#flow .secondDay h4 {
	color: var(--color--green);
}

#flow .thirdDay h4 {
	color: var(--color--orange);
}

#flow .firstDay ul {
	color: var(--color--main01);
	font-weight: 700;
}

#flow .secondDay ul {
	color: var(--color--green);
	font-weight: 700;
}

#flow .thirdDay ul {
	color: var(--color--orange);
	font-weight: 700;
}

#flow .firstDay .num {
	background: var(--color--main01);
}

#flow .secondDay .num {
	background: var(--color--green);
}

#flow .thirdDay .num {
	background: var(--color--orange);
}


#flow article h4.tel img {
	vertical-align: bottom;
}

@media (max-width:39em) {
	#flow {
		margin-bottom: 30px;
	}

	#flow p.lead {
		text-align: left;
	}

	#flow article h4 {
		font-size: 1.2rem;
	}

	#flow article {
		background: linear-gradient(to right, #FFF 0 4%, #f4f4f4 4% 100%);
		padding: 15px 15px 15px 15%;
	}

	#flow article .num {
		width: 36px;
	}
}

/*--------------------------------
 houyou
--------------------------------*/
.hoyo_price h4.bg {
	background: #523874;
	padding: 5px;
	text-align: center;
	color: #FFF;
}

.hoyo_price h4.green {
	color: #3b6144;
	font-size: 1.4rem;
	text-align: center;
}

.hoyo_price h5 {
	background: #aa95c6;
	padding: 3px;
	text-align: center;
	color: #FFF;
	margin-bottom: 5px;
	border-radius: 4px;
}

.hoyo_price .price {
	text-align: center;
	line-height: 1;
	margin-bottom: 20px;
}

.hoyo_price .price strong {
	font-size: 2em;
}

.hoyo_price .borderBox {
	border: 1px solid #3b6144;
	padding: 15px 15px 0;
}

.hoyo_price .borderBox h5 {
	background: #81a78a;
}

.hoyo_price .borderBox .time {
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}

.hoyo_price .borderBox .time span {
	font-size: 0.8em;
}

body#houyou .kaishoku {
	background: rgba(0, 0, 0, 1);
	color: #FFF;
	padding: 3px;
	margin: -50px 15px 0;
}

body#houyou .kaishoku h3 {
	font-size: 1.7rem;
	border-bottom: 0;
}

body#houyou .kaishoku .price {
	margin-bottom: 20px;
	line-height: 1;
}

body#houyou .kaishoku .price strong {
	font-size: 1.6rem;
}

body#houyou .kaishoku .inner {
	border: 1px solid #999;
}

body#houyou .kaishoku ul {
	display: flex;
	flex-wrap: wrap;
}

body#houyou .kaishoku ul li {
	width: 50%;
}

.hoyosaidan {
	position: relative;
	background: #faeee6;
	margin: 30px 0;
}

.hoyosaidan article {
	background: linear-gradient(to left, #FFF 0% 50%, #faeee6 50% 100%);
}

.hoyosaidan h4.bg {
	background: #523874;
	padding: 5px;
	text-align: center;
	color: #FFF;
}

.hoyosaidan h5 {
	background: #aa95c6;
	padding: 3px;
	text-align: center;
	color: #FFF;
	margin-bottom: 5px;
	border-radius: 4px;
}

.hoyosaidan .price {
	text-align: center;
	line-height: 1;
	margin-bottom: 20px;
}

.hoyosaidan .price strong {
	font-size: 2em;
}

.hoyosaidan ul {
	margin: 0;
}

.hoyosaidan ul li {
	list-style: none;
	padding: 5px;
	text-align: center;
	border: 1px solid #666;
	margin: 10px 0;
	font-size: 0.9rem;
	background: #FFF;
	font-weight: 700;
}

.hoyosaidan ul li span {
	font-size: 0.8em;
}

@media (min-width:40em) {
	body#houyou .kaishoku {
		margin: 30px 0 0 -30px;
	}

	body#houyou .kaishoku .price strong {
		font-size: 2rem;
	}

	body#houyou .kaishoku h3 {
		font-size: 1.8rem;
	}

	.hoyosaidan {
		background: linear-gradient(to left, #FFF 0% 50%, #faeee6 50% 100%);
		margin: 60px 0;
	}

	.hoyosaidan .inner {
		padding: 40px;
	}

	.large-top {
		margin-top: 250px;
	}
}

/*------------------------
  #hoyosaidan
------------------------*/


/*------------------------------------*\
  印刷用
\*------------------------------------*/
@media print {
	a[href]:after {
		content: "" !important;
	}

	abbr[title]:after {
		content: "" !important;
	}
}

@media (max-width:39em) {

	header .flex-wrapper .flex-five {
		width: 100%;
		text-align: center;
	}

	header .flex-wrapper .flex-one,
	header .flex-wrapper .flex-three {
		display: none;
	}

	header .flex-wrapper .flex-five h1 {
		width: 240px;
		margin: 5px auto;
	}

	ul.news li {
		padding: 10px 0;
	}

	.visual {
		margin-bottom: 30px;
	}

	.visual .title-en {
		font-size: 4em;
		bottom: -30px;
	}

	ul.news li .date {
		width: 30%;
	}

	ul.news li .tag {
		width: 70%;
	}

	ul.news li .title {
		width: 100%;
		border-bottom: 1px solid #ccc;
	}

	.copyright {
		padding: 20px 0 80px;
	}
}