@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
/* reset
--------------------------------------------------- */
*,*::before,*::after{box-sizing:border-box;}
body,h1,h2,h3,h4,p,figure,blockquote,dl,dd,ul,ol,li{margin:0;padding:0;}
ul,ol{list-style:none;}
html:focus-within{scroll-behavior:smooth;}
body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5;position: relative;}
a:not([class]){text-decoration-skip-ink:auto;}
img,picture{max-width:100%;display:block;margin:0 auto;}
input,button,textarea,select{font:inherit;}
@media(prefers-reduced-motion:reduce){
	html:focus-within{scroll-behavior:auto;}
	*,
	*::before,
	*::after{animation-duration:.01ms !important;
			animation-iteration-count:1 !important;
			transition-duration:.01ms !important;
			scroll-behavior:auto !important;}
	}
html{font-size: 62.5%;}
body{position: relative;}
table,th,td{border-width: 0!important;}
.contents h1,h2,h3,h4,h5{font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
/* COMMON
--------------------------------------------------- */
.contents a { display: inline-block; color:#c64f57; text-decoration: underline; pointer-events: auto!important; transform: 0.3s;}
.contents a:visited { color: #c64f57; text-decoration: underline;}
.contents a:hover{ opacity: .75; text-decoration: none;}
.contents a.link {
	display: inline-block;
	word-break: break-all;
}
.contents a.link:before{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 0 0 5px;
	padding: 0 5px 0 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #c64f57;
}
.contents a.link:hover:before{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 0 0 5px;
	padding: 0 5px 0 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #c64f57;
}
.contents .caution a.link {
	padding-left: 1em;
}
.contents .no-pc { display: none;}
.contents br.no-pc { display: none; }
.contents .no-sp { display: block;}
.contents .tax { font-size: 1.2rem; font-weight: normal;}
.contents em { color: #c64f57; font-style: normal; font-weight: bold;}
.contents .red { color: #c64f57!important;}
.contents .small { font-size: 80%;}
.contents strong { font-style: normal; font-weight: 600;}
.contents .strikethrough { color:#666; text-decoration: line-through;}
.contents .txt-l { text-align: left!important;}
.contents .caution {
    color: #333;
    padding: .5em 0 0 1em;
    font-size: 1.2rem;
    line-height: 1.4;
    text-indent: -1em;
}
.contents .caution::before { 
    content: "※";
    color: #666;
}
.contents .caution.red::before { 
    content: "※";
    color: #e66ae7;
}
p + p {
	margin-top: .5em;
}
.contents .copyright {
    color: #FFF;
    font-size: 1.2rem;
    position: absolute;
	right: 10px;
	bottom: 5px;
	z-index: 1;
}
@media screen and (max-width: 1024px) {
    .contents .caution {
        padding: .25em 0 0 1em;
    }    
}
@media screen and (max-width: 599px) {
    .contents .no-pc { display: block; }
    .contents br.no-pc { display: inline; }
    .contents .no-sp { display: none; }
    .contents .caution,
    .contents .xs,
    .contents .tax,
	.contents .copyright {
        font-size: 1.0rem;
    }
	p + p {
		margin-top: .25em;
	}
	.contents a.link:before,
	.contents a.link:hover:before {
		border-width: 3px 0 3px 3px;
	}
}
/* LAYOUT
--------------------------------------------------- */
.contents {
	width: 100%;
	max-width: 1200px;
	min-width: 320px;
	margin: 0 auto;
	background: #FFF;
	color: #333;
	/*
    font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	*/
	/*
	font-family: "Zen Maru Gothic", serif;
	*/
	font-family: "Noto Serif JP", serif;
	font-size: 1.6rem;
	font-weight: 400;
	font-style: normal;
    line-height: 1.6;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 1;
}
.contents-wrap {
	padding: 24px;
	background:	#ecf0f2;
}
.contents-area {
}
.contents-area.lead-area {
}
.contents-area.about-area {
	border-radius: 12px 12px 0 0;
	background:	#fff;
}
.contents-area.flow-area {
	background: #6b8797;
	text-align: center;
}
.contents-area.notes-area {
	background-color: #FFF;
	border-radius: 0 0 12px 12px;
}
.contents-inner {
	display: grid;
    padding: 48px 0;
	gap: 40px;
}
.contents-box {
    position: relative;
}
@media screen and (max-width: 1024px) {
	.contents-wrap {
		padding: 16px;
	}
    .contents-area {
        padding: 0 40px;
    }
    .contents-inner {
		padding: 40px 0;
        gap: 32px;
    }
}
@media screen and (max-width: 599px) {
    .contents {
        font-size: 1.4rem;
        line-height: 1.35;
    }
	.contents-wrap {
		padding: 8px;
	}
    .contents-area {
        padding: 0 24px;
    }   
    .contents-inner {
		padding: 32px 0;
        gap: 24px;
    }
}
@media screen and (max-width: 376px) {
    .contents {
        font-size: 1.2rem;
    }
	.contents-wrap {
		padding: 6px;
	}
    .contents-area {
        padding: 0 16px;
    }
}

/* HEADDING
--------------------------------------------------- */
.contents h1 {
	width: 240px;
	margin: 16px 0;
}
.contents h2 {    
    display: inline-block;
	margin: 0 auto 32px;
	color: #fff;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
    font-size: 2rem;
    letter-spacing: 0.3em;
	line-height: 100%;
	position: relative;
    text-indent: 0.3em;
	font-family: "Noto Serif JP", serif;
}
.contents h2:before {
	content: '';
	display: inline-block;
	width: 48px;
	height: 1px;
	position: absolute;
	bottom: -16px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
}
.contents h3 {
    margin: 0 auto 24px;
	color: #fff;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
    font-size: 1.6rem;
	line-height: 100%;
	text-align: center;
}
.contents h3.secondly {
	text-align: left;
}
@media screen and (max-width: 1024px) {
    .contents h1 {
		width: 25%;
    }
	.contents h2 {
		font-size: 1.8rem;
	}
    .contents h3 {
		font-size: 1.4rem;
        margin: 0 auto 16px;
    }
}
@media screen and (max-width: 599px) {
    .contents h1 {
		width: 20%;
		margin: 8px 0;
    }
	.contents h2 {
		margin: 0 0 24px;
	}
	.contents h2:before {
		content: '';
		width: 32px;
		bottom: -12px;
	}
    .contents h3 {
        font-size: 1.4rem;
    }
	.contents h3.secondly {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 376px) {
	.contents h2 {
		font-size: 1.6rem;
	}
}
/* HERO
--------------------------------------------------- */
.hero {
	width: 100%;
	background-color: #6b8797;
}
.mv {
	position: relative;
}
@media screen and (max-width: 1024px) {
	.logo {
		width: 70%;
		margin: 8px auto 0;
	}
}
@media screen and (max-width: 599px) {}

/* LEAD
--------------------------------------------------- */
.lead-area {
	padding: 2em 0;
	background: #6b8797;
}
.lead-txt {
	display: inline-block;
	width: 100%;
	max-width: 800px;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.8;
	text-align: left;
}
@media screen and (max-width: 1024px) {
	.lead-area {
		padding: 2em 3em;
	}
	.lead-txt {
		font-size: 1.4rem;
		line-height: 1.6;
	}
}
@media screen and (max-width: 599px) {
	.lead-area {
		padding: 1em 2em;
		background: #6b8797;
	}
	.lead-txt {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 376px) {}
/* ABOUT
--------------------------------------------------- */
.table-wrap {
    width: 100%;
	max-width: 832px;
    margin: 0 auto;
	padding: 16px;
	background: rgba(255, 255, 255, .35)
}
.table-about {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}
.table-about tbody th {
    width: 100px;
	vertical-align: top;
}
.table-about tbody th p {
	width: 100%;
}
.table-about tbody th p span {
	display: block;
    width: 100%;
    padding: .25em .5em;
	background: #ecf0f2;
	border: 1px solid #6b8797;
	border-radius: 4px;
    color: #6b8797;
    font-size: 1.2rem;
	letter-spacing: .1em;
	line-height: 1.4;
    text-align: center;
	text-indent: .1em;
}
.table-about tbody td {
    padding: 0 0 2em 1em;
	color: #000;
    font-size: 1.8rem;
    text-align: left;
    vertical-align: top
}
.table-about tbody td p + p {
	margin-top: 1em;
}
.price-area {
	display: grid;
	gap: 24px;
}
.price-area ul {
	padding-left: 1em;
}
.contents .line {
	padding-top: 1em;
	border-top: 2px dotted #999;
}
.table-about tbody td.table-end {
	padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
    .table-about tbody th {
        display: block;
        width: 100%;      
        padding: 0;
    }
	.table-about tbody th p {
		width: 100%;
		margin: 0 auto;
	}
	.table-about tbody th p span {
		padding: .25em 1em .25em 1em;
	}	
    .table-about tbody td {
        display: block;
        width: 100%;
		padding: .75em 1em 2em;
    }
	.about-inner-wrap {
		display: inline-block;
		margin: 0 auto;
		text-align: left;
		vertical-align: top;
	}
}
@media screen and (max-width: 599px) {
	.table-wrap {
		padding: 8px;
	}
	.table-about tbody th p span {
		font-size: 1.0rem;
	}	
    .table-about tbody td {	
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 376px) {
    .table-about tbody td {
		padding: .75em .5em 1.5em;
    }
}
.attention {
	font-size: 1.4rem;
	margin: 16px 0 24px;
}
@media screen and (max-width: 1024px) {
    .attention p{
        font-size: 1.2rem;
      }
}
/* LIMITED
--------------------------------------------------- */
.limited {
	display: grid;
	margin: 16px 0 24px;
	padding: 2em;
	background: rgba(255, 255, 255, .35);
	border: 1px solid #CCC;
	gap: 8px;
}
.limited p {
	font-size: 1.6rem;
}
.limited-txt {
	color: #c64f57;
	font-weight: bold;
}
.limited-txt p + p {
	margin-top: 4px!important;
}
@media screen and (max-width: 1024px) {
	.limited {
		padding: 1em;
	}
	.limited p {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 599px) {
	.limited {
		margin: 8px 0 16px;
	}
	.limited p {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 376px) {
	.limited p {
		font-size: 1.2rem;
	}
}
/* FLOW
--------------------------------------------------- */
.flow {
    margin-bottom: 40px;
}
.flow > li {
    max-width: 800px; 
    margin: 0 auto;
	padding: 1.5em 4em;
	background: #FFF;
	border-radius: 5px;
    text-align: left;    
    margin-bottom: 30px;
    position: relative;
}
.flow li p + p {
	margin-top: .5em;
}
.flow li:after {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 30px 0 30px;
	border-color: #FFF transparent transparent transparent;
	position: absolute;
	left: 46%;
	bottom: -20px;
	display: block;
}
.flow li:last-child:after{
	content: none;
}
.flow li:last-child{
	margin-bottom: 0;	
}
.flow-title {
	display: grid;
	grid-template-columns: 80px 1fr;
}
.square {
	display: grid;
	place-items: center;
    margin: 0 1em 0 0;
	background: #ecf0f2;
	border: 1px solid #6b8797;
	border-radius: 4px;
    color: #6b8797;
    font-size: 1.2rem;
	letter-spacing: .05em;
	line-height: 100%;
    position: relative;
	text-align: center;
}
.step-att {
	display: grid;
	align-items: center;
	font-size: 1.6rem;
	font-weight: bold;
}
.watch-area {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
} 
.watch {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	-ms-flex-direction    : row;
	-webkit-box-direction : row;
	-webkit-flex-direction: row;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-justify-content    : center;
	justify-content        : center;
	-webkit-align-items: center;
	-ms-align-items    : center;
	align-items        : center;
	max-width: 480px;
	margin: 0 auto;
	gap: 8px 8px;
}
.watch li {
	width: calc(50% - 4px);
}
.watch a:hover {
	opacity: .75;
    transition: .25s;
}
.flow-box {
	display: grid;
	place-items: center;
	margin: 8px auto 0;
	padding: 0;
	gap: 16px;
}
.flow-box p {
	margin-bottom: 4px;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	.flow {
		margin-bottom: 32px;
	}
    .flow li {
        margin-bottom: 15px;
    }
    .flow li:after {
      border-width: 10px 20px 0 20px;
      bottom: -10px;
    }
    .flow li {
        padding: 1em 2em;
        text-align: left;
    }
	.step-att {
		font-size: 1.4rem;
		line-height: 1.4;
	}
}
@media screen and (max-width: 599px) {
	.flow {
		margin-bottom: 24px;
	}
    .flow li {
        padding: 1em 1.5em;
    }
	.flow-title {
		grid-template-columns: 60px 1fr;
	}
	.square {
		font-size: 1.0rem;
	}
	.watch {
		max-width: 90%;
		gap: 4px 4px;
	}
	.watch li {
		width: calc(50% - 2px);
	}
}
@media screen and (max-width: 376px) {
	.flow {
		margin-bottom: 16px;
	}
	.step-att {
		font-size: 1.2rem;
		line-height: 1.4;
	}
}

/* NOTES
--------------------------------------------------- */
.notes {
	max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.flow .notes {
    margin-top: 1em;
}
.table-about .notes {
	max-width: 100%;
	margin: 8px 0 0;
}
.notes li {
	margin: 0;
	padding: 0 0 0 1em;
	background: transparent;
    color: #333;
    font-size: 1.4rem;
    text-indent: -1em;
    text-align: left;
}
.notes li a {
     text-indent: 0;
}
.notes li::before {
    content:"※";
}
.notes li + li{
    margin: .5em 0 0;
}
.notes .red {
	font-weight: bold;
}
.notes-txt {
	margin: 0 auto 16px;
	color: #c64f57;
	font-size: 1.6rem;
	font-weight: bold;
}
@media screen and (max-width: 1024px) {
    .notes li {
        font-size: 1.2rem;
      }
}
@media screen and (max-width: 599px) {
	.notes {
		padding: 0;
	}
    .notes li {
        font-size: 1.0rem;
		line-height: 1.5;
    }
	.notes-txt {
		font-size: 1.4rem;
	}
	.flow .notes {
		margin-top: .5em;
	}
}
@media screen and (max-width: 376px) {
}
/* BUTTON
--------------------------------------------------- */
.btn-area {
	display: grid;
	width: 100%;
	max-width: 800px;
    margin: 0 auto;
	padding: 24px;
	background: #ecf0f2;
	gap: 24px;
}
.btn-area p {
	margin-bottom: 8px;
	color: #6b8797;
}
a.btn-ticket {
    display: block;
    max-width: 380px;
	width: 90%;
    margin: 0 auto;
    padding: .75em 1em;
    background: #c64f57;
    border-radius: 2.5em;
	position: relative;
    text-decoration: none;
    transition: 0.3s;
}
a.btn-ticket span {
    display: block;
	color: #FFF!important;
    font-size: 1.8rem;
    text-align: center;
	position: relative;
}
a.btn-ticket span:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
a.btn-ticket span:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #c64f57;
    border-right: 3px solid #c64f57;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}
.btn-ticket:hover {
    opacity: .5;
}
.btn-ticket:hover span:after {
    opacity: .5;
}
a.btn-flow {
	width: 320px;
	padding: .5em 1em;
	background: #c64f57;
}
a.btn-flow span {
	font-size: 1.4rem;
}
a.btn-ticket.btn-flow span:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #c64f57;
    border-right: 3px solid #c64f57;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}
.btn-non {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    padding: .5em 1em;
    background: #CCC;
    border-radius: 2.5em;
    color: #333!important;
    font-size: 1.4rem;
    line-height: 1;
	pointer-events: none;
    text-align: center;	
}
 @media screen and (max-width: 1024px) {
	a.btn-ticket span {
		font-size: 1.6rem;
	}
	a.btn-flow span {
		font-size: 1.4rem;
	}
    .btn-non {
        font-size: 1.2rem;
    }
}
 @media screen and (max-width: 599px) {
    .btn-area {
		padding: 16px;
		gap: 16px;
    }
	a.btn-ticket span {
		font-size: 1.4rem;
	}
	a.btn-flow {
		width: 240px;
	}
	a.btn-flow span {
		font-size: 1.2rem;
	}
	.btn-non {
		padding: .5em 1em;
		border-radius: 2em; 
	}  
	.customer {
		margin-top: 10px;
		font-size: 1.0rem;
	}
}
 @media screen and (max-width: 376px) {
}

/* TEST
--------------------------------------------------- */
.test-area {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	-ms-flex-direction    : row;
	-webkit-box-direction : row;
	-webkit-flex-direction: row;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content    : space-between;
	justify-content        : space-between;
	-webkit-align-items: stretch;
	-ms-align-items    : stretch;
	align-items        : stretch;
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
	padding: 0 1em;
    background: #FFF;
	border-radius: 5px;
    position: relative;
}
.test-area div {
	display: grid;
	place-items: center;
    margin: 0 auto;
    padding: 1em;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: left;
}
.test-area div:first-child {
    width: 60%;
}
.test-area div:last-child {
    width: 40%;
}
.btn-test {
    display: block;
    margin: 0 auto;
    padding: 1em;
    background: #666;
    border-radius: 3px;
    color: #FFF!important;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
	position: relative;
    text-align: center;
    text-decoration: none!important;
    transition: .3s;
}
.btn-test:hover {
    opacity: .75;
}
.customer {
	display: inline-block;
	margin: 0 auto;
	padding: 0 1em;
	color: #666;
	font-size: 80%;
	text-align: left;
}
@media screen and (max-width: 599px) {
	.test-area{
		width: 100%;
	}
	.test-area div {
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		-webkit-align-items: stretch;
		-ms-align-items    : stretch;
		align-items        : stretch;
		padding: .5em;
		font-size: 1.0rem;
	}
	.btn-test {
		display: grid;
		place-items: center;
		padding: 1em .5em;
		font-size: 1.0rem;
	}
}
@media screen and (max-width: 376px) {
}

/* INQUIRY
--------------------------------------------------- */
.inquiry-area {
	width: 90%;
	margin: 24px auto 0;
	padding: 24px 0 0;
	border-top: 4px dotted #EFEFEF;
}
.inquiry {
	display: inline-block;
	margin: 0 auto;
	font-weight: bold;
	line-height: 1.8;
	text-align: left;
}
.inquiry dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.inquiry dt {
	font-weight: bold;
}
.inquiry dd {
	padding: 0 1em;
	line-height: 1.4;
	font-weight: normal;
}
.inquiry dd + dt {
	padding-top: 1em
}
@media screen and (max-width: 1024px) {
	.inquiry-area {
		width: 98%;
		margin: 24px auto 0;
		padding: 24px 0 0;
	}
    .inquiry{
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 599px) {
	.inquiry-area {
		margin: 16px auto 0;
		padding: 16px 0 0;
	}
	.inquiry{		
		font-size: 1.2rem;
	}
}
/* CONTACT
--------------------------------------------------- */
.contact-area {
	width: 90%;
	margin: 0 auto;
	border-top: 1px solid #CCC;
	padding-top: 1em;
}
.contact {
	display: inline-block;
	margin: 0 auto;
}
.contact li {
    margin: 0 auto;
    padding: .5em 1em 0;
}
.contact li a {
	display: block;
	width: 100%;
	color: #666;
	cursor: pointer;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: left;
    text-decoration: underline;
    transition: .25s;
}
@media screen and (max-width: 599px) {
	.contact-area {
		width: 98%;
		padding-top: .5em;
	}
    .contact li a {
		padding: 1em 1em 0;
		font-size: 1.0rem;
    }
}