p@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@300&display=swap');
@font-face {
	font-family: 'SourceHanSansJP-Regular';
	src: url('../font/SourceHanSansJP-Regular.woff') format('woff');
}
/* main-visual
------------------------------------------------------ */
.main-visual {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-txt {
	width: 90%;
	max-width: 500px;
	margin: 180px auto 0;
	position: relative;
}
h2 {
	color: #1E3C43;
	font-size: 4rem;
	margin-bottom: 20px;
	line-height: 4.4rem;
}
h2:after {
	content: 'R';
	display: inline-block;
	position: absolute;
	left: 0;
	top: -10px;
	color: #F5F5F3;
	font-size: 10rem;
	z-index: -1;
}
h2 span {
	display: block;
	margin-top: 20px;
}
.main-lead {
	font-family: 'SourceHanSansJP-Regular';
	color: #1E3C43;
}
.main-img {
	width: 80%;
	max-width: 700px;
	position: relative;
}
.main-img:after {
	content: '';
	background: #F5F5F3;
	border-bottom-right-radius: 0;
	display: inline-block;
	z-index: -1;
	width: 760px;
	height: 300px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: -40px;
	height: 440px;
}
.calender-area {
	width: 90%;
	max-width: 800px;
	margin: 20px auto;
}
.rental-lead {
	color: #938038;
	text-align: center;
	font-size: 2rem;
	margin-top: 100px;
}
.rental-txt {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 80px;
}

/*PC Layout
===================================*/
@media all and (min-width: 769px) {
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
.main-visual {
	flex-direction: column-reverse;
}
.main-txt {
	margin-top: -160px;
}
.main-img {
	width: 90%;
	margin-left: auto;
}
h2 {
	font-size: 2.2rem;
	letter-spacing: .2rem;
}
h2:after {
	top: 10px;
	font-size: 8rem;
}
h2 span {
	margin-top: 0;
}
.main-img:after {
	height: 220px;
}
.rental-lead {
	font-size: 1.6rem;
	margin-top: 40px;
}
.rental-txt {
	margin-bottom: 20px;
	width: 90%;
	margin: 0 auto 20px;
}
}
/* anc-link
------------------------------------------------------ */
.anc-wrap {
	width: 90%;
	max-width: 1080px;
	margin: 100px auto 40px;
}
.anc-item a {
	display: flex;
	align-items: center;
	padding: 10px;
}
.anc-item {
	border: 1px solid #1E3C43;
}
.anc-item.is-active {
	border: 1px solid #938038;
}
.anc-img {
	width: 25%;
	margin-right: 10px;
	margin-bottom: 0;
}
.anc-ttl span {
	display: block;
	color: #1E3C43;
	font-size: 1rem;
	line-height: 1.4rem;
}
.anc-ttl {
	line-height: 2rem;
	font-size: 1.6rem;
}
.anc-item a.btn {
	margin: 0;
	max-width: 100%;
	background: none;
}
.anc-item a.bgskew::before {
	background: #1E3C43;
	z-index: -2;
}
.anc-item a.btn:hover p, .anc-item a.btn:hover p span {
	color: #34454A;
}
.anc-item.is-active a.btn:hover p, .anc-item.is-active a.btn:hover p span {
	color: #fff;
}

/*PC Layout
===================================*/
@media all and (min-width: 769px) {
.anc-wrap {
	display: flex;
	justify-content: space-between;
}
.anc-item {
	width: 32%;
}
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
.anc-img {
	width: 20%;
}
.anc-item {
	margin-bottom: 10px;
}
.anc-wrap {
	margin-top: 40px;
}
}
/* license
------------------------------------------------------ */

.plan-txt {
	color: #938038;
	font-family: 'SourceHanSansJP-Regular';
}
.plan-list {
	display: flex;
	justify-content: space-between;
	width: 75%;
}
.plan-list li {
	text-align: center;
	line-height: 1.6rem;
	background: #938038;
	color: #fff;
	width: 19%;
	padding: 14px 0;
	font-family: 'SourceHanSansJP-Regular';
}
.plan-list li:nth-child(2) {
	padding: 22px 0;
}
.kinds-wrap {
	display: flex;
	align-items: center;
	margin-top: 40px;
	width: 90%;
	max-width: 960px;
	margin: 40px auto 0;
	justify-content: space-between;
}
.kinds-container {
	border: 1px solid #1E3C43;
	display: flex;
	width: 85%;
}
.kinds-ttl {
	text-align: center;
	padding: 20px;
	font-size: 1.6rem;
	border-right: 1px solid #1E3C43;
}
.kinds-txt {
	padding: 20px;
}
.kinds-ilust {
	width: 15%;
	max-width: 180px;
	margin-left: 20px;
}
.kinds-txt span {
	font-family: 'SourceHanSansJP-Regular';
	font-size: 1.2rem;
}
.school-availability {
	background: #938038;
	border: 1px solid #938038;
}
.school-availability:hover span {
	color: #938038;
}
/*== 背景が流れる（斜め） */
.bgskew.school-availability::before {
	background: #fff;
}
.rentalboat-bg {
	background: #F5F5F3;
	padding: 80px 0;
}

/*PC Layout
===================================*/
@media all and (min-width: 769px) {
.anc-wrap {
	display: flex;
	justify-content: space-between;
}
.anc-item {
	width: 48%;
}
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
.plan-list {
	width: 100%;
}
.plan-list li {
	font-size: 1.2rem;
}
.kinds-wrap {
	margin-top: 340px;
	width: 100%;
	flex-direction: column;
}
.kinds-container {
	flex-direction: column;
	width: 100%;
}
.kinds-ttl {
	border-right: none;
	border-bottom: 1px solid #1E3C43;
}
.kinds-ilust {
	width: 100%;
	margin-left: 0;
	margin-top: 20px;
}
.rentalboat-bg {
	padding: 20px 0;
}
}
/* member
------------------------------------------------------ */
.member-bg {
	background: url(images/member.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0;
}
.member-lead {
	text-align: center;
	color: #fff;
}
.guideline-btn {
	background: #938038;
	border: 1px solid #938038;
}
/*
.guideline-btn:hover span {
	color: #938038;
}
*/
/*== 背景が流れる（斜め） */
.bgskew.guideline-btn::before {
	background: #fff;
}
.bgskew.guideline-btn small {
	color: #fff;
	font-size: 1.2rem;
	border: 1px solid #fff;
	padding: 2px 4px;
}
.guideline-btn:hover small {
	color: #938038;
	border: 1px solid #938038;
}
.member-item {
	background: #fff;
	padding: 10px 0;
	text-align: center;
}
.boat-lead, .boat-notes {
	font-family: 'SourceHanSansJP-Regular';
}

/*PC Layout
===================================*/
@media all and (min-width: 769px) {
.member-wrap {
	display: flex;
	justify-content: space-between;
	max-width: 600px;
	margin: 20px auto;
}
.member-item {
	width: 48%;
}
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
.member-bg {
	padding: 10px 0;
}
.member-lead {
	margin-bottom: 20px;
}
.member-item {
	margin-bottom: 20px;
}
.guideline-btn {
	max-width: 100%;
}
}
/* flow
------------------------------------------------------ */
.flow-bg {
	padding: 100px 0;
	background: linear-gradient(90deg, #F5F5F3 0%, #F5F5F3 50%, #fff 50%, #fff 100%);
	position: relative;
/*	z-index: -2;*/
}
.flow {
/*	z-index: -1;*/
	position: relative;
}

.flow-step {
	color: #938038;
	font-size: 2.6rem;
	margin-bottom: 10px;
}
.flow-ttl {
	font-size: 1.8rem;
	margin-bottom: 20px;
	letter-spacing: .01rem;
}
.flow-txt {
	font-family: 'SourceHanSansJP-Regular';
}
.flow-box-ttl {
	font-family: 'SourceHanSansJP-Regular';
	color: #938038;
}
.flow-txt-box {
	border: 1px solid #707070;
	padding: 20px 30px;
	display: inline-block;
}
.reserved-btn {
	background: #938038;
	border: 1px solid #938038;
}
/*
.reserved-btn:hover span {
	color: #938038;
}
*/
/*== 背景が流れる（斜め） */
.bgskew.reserved-btn::before {
	background: #fff;
}
.licenseschool-flow-slider .slick-arrow:before {
	content: ""!important;
}
.licenseschool-flow-slider .slick-arrow:before {
	content: ""!important;
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0;
}
.licenseschool-flow-slider .slick-next:before {
	background: url(../top/images/top-blog-next-icon.png)!important;
	background-size: contain!important;
}
.licenseschool-flow-slider .slick-prev:before {
	background: url(../top/images/top-blog-prev-icon.png)!important;
	background-size: contain!important;
}
.licenseschool-flow-slider .slick-arrow:before {
	opacity: 1!important;
}
.licenseschool-flow-slider .slick-arrow {
	z-index: 2!important;
	width: 45px!important;
	height: 45px!important;
	right: 430px!important;
	left: auto;
	bottom: -50px!important;
	top: auto;
}
.licenseschool-flow-slider .slick-next {
	right: 370px!important;
	bottom: -50px!important;
	top: auto;
}
.licenseschool-flow-slider .slick-dots li {
	width: 23%;
	height: 60px;
}
.licenseschool-flow-slider .slick-dots li button {
	width: 100%;
	height: 100%;
}
.slick-dots li button:before {
	opacity: 1!important;
	content: '';
	background: url(images/flow-step01.png) no-repeat;
	background-size: contain;
	display: block;
	width: 100%;
	height: 80px;
	text-align: center;
}
.slick-dots li:nth-child(2) button:before {
	background: url(images/flow-step02.png) no-repeat;
	background-size: contain;
	width: 100%;
	height: 80px;
}
.slick-dots li:nth-child(3) button:before {
	background: url(images/flow-step03.png) no-repeat;
	background-size: contain;
	width: 100%;
	height: 80px;
}
.slick-dots li:nth-child(4) button:before {
	background: url(images/flow-step04.png) no-repeat;
	background-size: contain;
	width: 100%;
	height: 80px;
}
.slick-dots li.slick-active button:before {
	background: url(images/flow-step01-active.png) no-repeat;
	background-size: contain;
	width: 100%;
	height: 80px;
}
.slick-dots li.slick-active:nth-child(2) button:before {
	background: url(images/flow-step02-active.png) no-repeat;
	background-size: contain;
	width: 100%;
	height: 80px;
}
.slick-dots li.slick-active:nth-child(3) button:before {
	background: url(images/flow-step03-active.png) no-repeat;
	background-size: contain;
	width: 100%;
	height: 80px;
}
.slick-dots li.slick-active:nth-child(4) button:before {
	background: url(images/flow-step04-active.png) no-repeat;
	background-size: contain;
	width: 100%;
	height: 80px;
}
.licenseschool-flow-slider .slick-dots {
	display: flex!important;
	justify-content: space-between;
	position: absolute;
	top: 0;
}
.licenseschool-flow-slider .slick-dots li {
	margin: 0;
}
.flow-txt {
	margin-bottom: 10px;
}
.flow-box {
	border: 1px solid #1E3C43;
	margin-bottom: 10px;
	padding: 10px 20px;
	width: auto;
}

/*PC Layout
===================================*/
@media all and (min-width: 769px) {
.flow-wrap {
	display: flex;
	max-width: 1000px;
	margin: 50px auto 100px;
	padding-top: 140px;
}
.flow-item {
	display: flex!important;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
	align-items: center;
	width: 100%!important;
}
.flow-img {
	width: 50%;
}
.flow-container {
	width: 48%;
}
    .licenseschool-flow-slider .slick-dots{
        height: 60px;
    }
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
.flow-bg {
	padding: 30px 0;
}
.flow-img {
	margin-bottom: 20px;
}
.flow-step {
	font-size: 2.2rem;
}
.flow-wrap {
	padding-top: 100px;
}
.slick-dots li button:before {
	content: '';
	background: url(images/flow-step01-sp.png) no-repeat;
	background-size: contain;
	display: block;
	width: 100%;
	height: 80px;
	text-align: center;
}
.slick-dots li:nth-child(2) button:before {
	background: url(images/flow-step02-sp.png) no-repeat;
	background-size: contain;
	width: 100%;
	height: 80px;
}
.slick-dots li:nth-child(3) button:before {
	background: url(images/flow-step03-sp.png) no-repeat;
	background-size: contain;
	width: 100%;
	height: 80px;
}
.slick-dots li:nth-child(4) button:before {
	background: url(images/flow-step04-sp.png) no-repeat;
	background-size: contain;
	width: 100%;
	height: 80px;
}
.slick-dots li.slick-active button:before {
	background: url(images/flow-step01-active-sp.png) no-repeat;
	background-size: contain;
	width: 100%;
	height: 80px;
}
.slick-dots li.slick-active:nth-child(2) button:before {
	background: url(images/flow-step02-active-sp.png) no-repeat;
	background-size: contain;
	width: 100%;
	height: 80px;
}
.slick-dots li.slick-active:nth-child(3) button:before {
	background: url(images/flow-step03-active-sp.png) no-repeat;
	background-size: contain;
	width: 100%;
	height: 80px;
}
.slick-dots li.slick-active:nth-child(4) button:before {
	background: url(images/flow-step04-active-sp.png) no-repeat;
	background-size: contain;
	width: 100%;
	height: 80px;
}
#click-btn {
	width: 100%;
}
}
/* faq
------------------------------------------------------ */
.accordion {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	max-width: 800px;
	position: relative;
	width: 100%;
	margin-bottom: 60px;
}
.accordion-title {
	color: #1E3C43;
	cursor: pointer;
	padding: 16px 30px;
}
.accordion-content {
	display: none;
	padding: 10px 30px;
	margin-bottom: 10px;
}
/* タイトルの背景色 */
.accordion-item .accordion-title {
	background-color: #F5F5F3;
	margin-top: 10px;
}
/* コンテンツボックスの枠線 */
.accordion-item .accordion-content {
	border-bottom: 2px solid #F5F5F3;
	border-left: 2px solid #F5F5F3;
	border-right: 2px solid #F5F5F3;
}
/* 矢印 */
.accordion-title {
	position: relative;
}
.accordion-title::after {
	border-right: solid 2px #1E3C43;
	border-top: solid 2px #1E3C43;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 25px;
	top: 38%;
	transform: rotate(135deg);
	transition: transform .3s ease-in-out, top .3s ease-in-out;
	width: 8px;
}
.accordion-title.open::after {
	top: 45%;
	transform: rotate(-45deg);
}
.reserved-btn02 {
	background: #1E3C43;
	border: 1px solid #1E3C43;
}
/*
.reserved-btn02:hover span {
	color: #1E3C43;
}
*/
/*== 背景が流れる（斜め） */
.bgskew.reserved-btn02::before {
	background: #fff;
}
.faq {
	margin-bottom: 100px;
}
.bgskew:hover::before {
	animation: none;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
.accordion-item .accordion-title {
	padding-right: 50px;
	line-height: 2rem;
}
.accordion-item .accordion-content p {
	line-height: 2rem;
}
.faq {
	margin-bottom: 50px;
}
}
.tab-group {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 0;
    max-width: 800px;
}
.tab {
	/*  flex-grow: 1;*/
	list-style: none;
	text-align: center;
	cursor: pointer;
	background: #fff;
}
.panel-group {
	border-top: none;
}
.panel {
	display: none;
}
.tab.is-active {
	background: #938038;
	color: #FFF;
	transition: all 0.2s ease-out;
}
.tab.is-active .anc-ttl, .tab.is-active .anc-ttl span {
	color: #FFF;
}
.panel.is-show {
	display: block;
}
.tab-content-ttl {
	font-size: 2rem;
	text-align: center;
	border-bottom: 1px solid;
	display: inline-block;
	margin-bottom: 50px;
}
.tab-content-ttl span {
	margin-left: 20px;
}
.panel-group {
	padding: 30px 0;
}
.tab-content {
	background: #fff;
	padding: 100px 0;
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
	text-align: center;
}
table.boat {
	width: 100%;
	margin: 10px 0;
}
table.boat th {
	background: #34454A;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	border-right: 1px solid #F5F5F3;
}
table.boat td {
	background: #F5F5F3;
	vertical-align: middle;
	text-align: center;
	line-height: 1.8rem;
	padding: 20px 0;
	border-right: 1px solid #34454A;
}
table.boat th:last-child, table.boat td:last-child {
	border-right: none;
}
table.boat td:nth-child(2), table.boat td:nth-child(3) {
	font-size: 2.2rem;
}
.boat-notes {
	font-size: 1.2rem;
}
.basic-info-ttl {
	font-size: 1.8rem;
	margin-bottom: 10px;
}
table.basic-info {
	width: 100%;
	margin-bottom: 60px;
}
table.basic-info th {
	background: #34454A;
	color: #fff;
	text-align: center;
	width: 25%;
	padding: 14px 0;
	border-bottom: 1px solid #F5F5F3;
}
table.basic-info td {
	background: #F5F5F3;
	vertical-align: middle;
	text-align: center;
	width: 25%;
	padding: 14px 0;
	border-bottom: 1px solid #34454A;
}
table.basic-info tr:last-child th, table.basic-info tr:last-child td {
	border-bottom: none;
}
.calender-ttl {
	font-size: 2.8rem;
}
.tab-content-wrap .guideline-btn {
	background: #fff!important;
	border: 1px solid #34454A!important;
	margin: 10px 0!important;
	color: #34454A!important;
}

/*PC Layout
===================================*/
@media all and (min-width: 769px) {
.tab-content-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.tab-content-img {
	width: 46%;
}
.tab-content-explanation {
	width: 52%;
}
.basic-info-ttl, .tab-content-wrap, table.basic-info, .calender-ttl {
	width: 80%;
	margin: 0 auto;
}
table.basic-info {
	margin-bottom: 50px;
}
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
.tab-group {
	flex-direction: column;
}
.tab-content {
	padding: 40px 20px;
}
.tab-content-ttl span {
	display: block;
}
.tab-content-img {
	margin-bottom: 10px;
}
table.boat td:nth-child(2), table.boat td:nth-child(3) {
	font-size: 1.7rem;
}
.tab-content-wrap .guideline-btn {
	max-width: 100%;
}
}


iframe {
	width: 100%;
	height: 520px;
}
body {
  font-family: serif;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}

.button {
background: #938038;
    color: #fff;
    padding: 0 2em;
    border: 0;
    max-width: 300px;
    height: 50px;
    font-size: 1.6rem;
    font-weight: 900;
    top: 0;
    font-family: serif;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.button:hover {
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 4;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

.modal-content {
  background-color: #f4f4f4;
  margin: 12% auto;
  width: 70%;
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
  animation-name: modalopen;
  animation-duration: 1s;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

@keyframes modalopen {
  from {opacity: 0}
  to {opacity: 1}
}

.modal-header h1 {
  margin: 1rem 0;
}

.modal-header {
  padding: 3px 15px;
  display: flex;
  justify-content: flex-end;
}

.modalClose {
  font-size: 4rem;
    margin-top: 10px;
    margin-bottom: 40px;
}

.modalClose:hover {
  cursor: pointer;
}

.modal-body {
  padding: 10px 20px;
  color: black;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
    .modal-content{
        margin-top: 80px;
        width: 80%;
    }
    .button{
        max-width: 100%;
    }
}

/*PC Layout
===================================*/
@media all and (min-width: 769px) {
}
.tab-content-wrap .btn span {
	color: #34454A;
}
