@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
}

body {
    color: #000000;
    font-family: 'Noto Sans JP', sans-serif,"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1.6em;
    line-height: 1.5;
    margin: 0 auto;
    padding: 0;
    letter-spacing: 0.05em;
    position: relative;
    /*font-family: 'Noto Serif JP', serif;/*明朝*/
    /*font-family: 'Noto Sans JP', sans-serif;/*ゴシック*/
}

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

a {
    color: #000000;
    margin: 0;
    padding: 0;
}

div {
    display: block;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #222;
    font-weight: 600;
    line-height: 1.3;
}

.clear {
    clear: both;
}

* {
    box-sizing: border-box;
}

.line100 {
    margin: 30px auto 0;
    padding: 0 auto 30px;
    border-top: 2px solid #000000;
    width: 100px;
    border-radius: 2px;
}

#home {
    background-image: url(../img/top-bg.jpg);
    min-height: 90vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#room, #lesson, #sup, #rental, #activities, #offer {
    background-image: url(../img/top-bg.jpg);
    height: 1vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
main {
	background:#FFF;
}


.headwrap {
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 4%;
}

.headwrap h1 {
    margin-top: 5%;
    width: 330px;
}

.infowrap {
    margin: 5% 0 0 0;
    padding: 0;
}

.info {
    margin: 0;
    padding: 0;
    display: flex;
    list-style-type: none;
}

.info li {
    margin-left: 20px;
}

.info li a {
    display: block;
    padding: 10px 25px;
    text-decoration: none;
    color: #ffffff;
}

.info .tel {
    background: #000000;
}

.info .book {
    background: #00b0ec;
}

header .infowrap ul.snswrap {
    float: right;
}

header .infowrap .snswrap li {
    display: inline-block;
    float: right;
    padding: 0 0 0 15px;
}

header .infowrap .snswrap {
    margin: 0 0 5px 0;
    padding: 0;
}


.ytube {
  position: relative;
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
}

.ytube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* top-menu --------------------------------*/
.topmenuwrap {
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-weight: bold;
}


.topmenuwrap .btn-border-bottom {
    position: relative;
    display: inline-block;
    font-weight: bold;
    margin: 10px 20px;
    padding: 5px;
    text-decoration: none;
}

.topmenuwrap .btn-border-bottom:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    top: 100%;
    left: 0;
    border-radius: 3px;
    background: #000;
    transition: .2s;
}

.topmenuwrap .btn-border-bottom:hover:before {
    top: -webkit-calc(100% - 3px);
    top: calc(100% - 3px);
}




/* main --------------------------------*/
main {
    margin: 50px 0;
}

.top-gaiyo {
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
}

.top-gaiyo h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 2em;
}

.top-gaiyo h2:before {
    content: '';
    position: absolute;
    bottom: -25px;
    display: inline-block;
    width: 100px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
    border-radius: 2px;
}

.top-gaiyo p {
    margin: 0 auto;
    max-width: 60vw;
    line-height: 2em;
    text-align: left;
}


main .top-colum {
    display: flex;
    flex-wrap: wrap;
}

main .top-colum {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

main .top-colum .item {
    
}

/* top --*/
#top .top-banner-menu a {

}

#top .top-banner-menu div {
    margin: 30px 0;
    padding: 0;
    /*height: 400px;*/
    height: 22vh;
    position: relative;
}

#top .top-banner-menu div p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-shadow: 0 0 5px rgb(0,0,0,0.4);
    font-family: 'Noto Serif JP', serif;
    font-size: 2vw;
    color: #ffffff;
    white-space: nowrap;
}

#top .top-banner-menu .bn01 {
    background-image: url(../img/top-bg-room.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#top .top-banner-menu .bn02 {
    background-image: url(../img/top-bg-activities.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#top .top-banner-menu .bn03 {
    background-image: url(../img/top-bg-special.jpg);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}

/* footer --------------------------------*/
.ad-tit {
    background-image: url(../img/ad-bg.jpg);
    min-height: 400px;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}

.adwrap .ad-read {
    text-align: center;
    margin-top: 15%;
    font-size: 2em;
    color: #ffffff;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.adwrap .grid {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin: 30px 0;
}


.mapwrap {
    margin: 30px 0 150px;
}

.map {
    margin: 0;
    padding: 0;
    text-align: center;
}

.map ul {
    margin: 0;
    padding: 0;
}

.map li {
    padding: 0;
    margin-left: 1px;
    display: inline-block;
}

.map li a {
    display: block;
    padding: 10px 25px;
    text-decoration: none;
    color: #ffffff;
    background: #000000;
}

.map .google a {
    border-radius: 30px 0px 0px 30px;
}

.map .car a {
    border-radius: 0px 30px 30px 0px;
}



footer {
    background: #000000;
    color: #ffffff;
}

footer .wrapper {
    display: flex;
    justify-content: space-between;
}

footer .snswrap {
    margin: 15px 0 0 0;
    padding: 0;
    display: flex;
    list-style-type: none;
}

footer .snswrap li {
    margin-right: 10px;
}

footer p {
    color: #ffffff;
}

.mycolor {
    color: #ffffff;
}



/* second --------------------------------*/

.seco-read {
    margin: 0 0 50px 0;
    text-align: center;
    line-height: 1.8em;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-size: 2rem;
}

.seco-read span {
    color: #00b0ec;
}

/* slider  ---*/
.sliderwrap {
    margin-bottom: 50px;
}

.sliderwrap .slider-center {
    margin: 0;
    padding: 0;
}

/* second common  ---*/
.midashi {
    margin: 0 0 50px 0;
    position: relative;
    font-size: 40px;
    text-align: center;
}

.midashi .after {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    position: relative;
    width: 170px;
    margin: 10px auto 0;
    background-color: #fff;
}

.midashi .after:before {
    content: '';
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    width: 230px;
    left: -30px;
}


.list ul {
    padding: 0.5em 0.5em 0.5em 2em;
}

.list ul li {
    line-height: 1.5;
    padding: 0.2em 0;
}



/* second_lesson------------*/

/* tokucho--*/
.tokucho h2 {
    margin: 0 auto;
    padding: 10px 30px;
    border-radius: 30px;
    background: #333;
    color: #ffffff;
    display: block;
    width: 300px;
    text-align: center;
}
.tokucho {
    margin: 0 0 80px;
    padding: 30px;
    background: #e8e8e8;
    border-radius: 20px;
}
.tokucho ul {
    padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
}

.tokucho ul li {
    line-height: 1.5; /*文の行高*/
    padding: 0.5em 0; /*前後の文との余白*/
}



/* listbox--*/

.listboxwrap h2 {
    position: relative;
    padding: 1.5rem 1.5rem calc(1.5rem + 10px);
    border: 2px solid #000;
    margin: 0 auto 50px;
    width:50%;
    text-align: center;
}

.listboxwrap h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    border-top: 2px solid #000;
    background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}



.listbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.listbox img {
    border-radius: 5px;
}

.listbox .box01 {
    width: 60%;
    order: 1;
}

.listbox .box02 {
    width: 37%;
    order: 2;
}

.listbox ul {
    margin: 0;
    padding: 0;
}

.listbox ul li {
    margin: 0 0 15px 0;
    padding: 0;
    list-style-type: none;
}

.listbox ul li p {
    margin: 0;
    padding: 8px 10px;
    display: inline-block;
    background: #000000;
    color: #ffffff;
    text-align: center;
    width: 50%;
    border-radius: 30px;
    font-size: 2rem;
    font-weight: bold;
}

.listbox ul .price {
    font-size: 2.5rem;
    font-weight: bold;
}

.listbox ul .price span {
    font-size: 1.5rem;
}

.listbox ul .attention {
    font-size: 1.2rem;
}


/* plus--*/
.pluswrap {
    margin: 0 0 50px;
    padding: 35px;
    border: 3px solid #000000;
    border-radius: 30px;
    background: #f5f5f5;
}

.pluswrap span {
    font-size: 1.5em;
    font-weight: bold;
}


/* flows--*/

ul.flow {
    margin: 0;
    padding: 0;
}

.flow > li {
    position: relative;
    list-style-type: none;
    background: #ffffff;
}
.flow > li:not(:last-child) {
    margin-bottom: 40px;
}
.flow > li:not(:first-child)::before {
    content: "";
    height: 60px;
    display: block;
    border-left: 4px dotted #c8c8c8;
    position: absolute;
    top: -40px;
    left: -webkit-calc(10% + 30px - 2px);
    left: calc(10% + 30px - 2px);
    z-index: 10;
}
.flow > li dl {
    width: 100%;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid rgb(107,144,219);
    border-radius: 10px;
    position: relative;
}
.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.flow > li:not(:last-child) dl::before {
    border-width: 22px;
    border-top-color: rgb(107,144,219);
}
.flow > li:not(:last-child) dl::after {
    border-width: 20px;
    border-top-color: #fff;
}
.flow > li dl dt {
    font-size: 20px;
    font-weight: 600;
    color: rgb(107,144,219);
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-right: 2vw;
    text-align: center;
}
.flow > li dl dt .icon {
    font-size: 12px;
    color: #fff;
    background: rgb(107,144,219);
    background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
    background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
    background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
    padding: 5px 10px;
    margin-bottom: 10px;
    display: block;
    border-radius: 20px;
    position: relative;
    z-index: 100;
}


/* second_room------------*/
#room .roomlistwrap {
    margin: 0 auto 30px;
    text-align: center;
}

#room .roomlist {
    margin: 0 auto;
    display: inline-block;
    text-align: left;
}

#room .roomlist ul {
    /*color: #1e366a;*/
    border-top: solid #000000 1px;
    border-bottom: solid #000000 1px;
    padding: 0.5em 0 0.5em 1.5em;
}

#room .roomlist ul li {
    line-height: 1.5;
    padding: 0.5em 0;
}

#room .pricewap {
    margin: 0 auto 50px;
    text-align: center;
}

.pricewap .btn-price {
    display: inline-block;
    padding: 0.5em 2em;
    text-decoration: none;
    border-radius: 30px;
    transition: .4s;
    font-size: 1.2em;
    background: #00b0ec;
    color: white;
    border: solid 2px #00b0ec;
	margin:0 auto 2em;
}

.pricewap .btn-price:hover {
    color: #00b0ec;
    border: solid 2px #00b0ec;
    background: #ffffff;
}


/* second_price------------*/

#price .pricewrap .tit h2 {
    margin: 0;
    position: relative;
    display: inline-block;
    background-color: #fff;
    margin-left: 30px;
    padding: 0 10px;
}

#price .pricewrap .tit {
    position: relative;
    margin-bottom: 30px;
}

#price .pricewrap .tit:before {
    content:  '';
    background-color: #000;
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#price .pricewrap article {
    margin-bottom: 80px;
}


/* table------------*/
#price .pricewrap .table01 {
    border-collapse: collapse;
    width: 100%;
}

#price .pricewrap .table01 th,
#price .pricewrap .table01 td {
    border: 1px solid #dbe1e8;  
    padding: 8px;
}

#price .pricewrap .table01 th {
    background: #f9fafc;
    text-align: left;
    width: 80px;
}
#price .pricewrap .table01.w200 th {
    width: 200px;
}



#price .pricewrap .table02 {
    padding: 0;
    border: 1px solid #999;
    text-align: center;
}
#price .pricewrap .table02 li{
    list-style: none;
}
#price .pricewrap .table02 li ul{
    display: flex;
    padding: 0;
}
#price .pricewrap .table02 li ul li{
    flex-basis:  calc( 100% / 2 );
    padding: .5em 1em;
}
#price .pricewrap .table02 > li:first-child li{
    background: #eee;  
}
#price .pricewrap .table02 > li + li{
    border-top: 1px solid #999;
}
#price .pricewrap .table02 li ul li + li{
    border-left: 1px solid #999;
}


/* list------------*/

.form-tbl th, .form-tbl td {
	padding:1em;
	border-bottom:solid 1px #000;
}
input.form50 {
	padding:0.4em;
	width:20em;
	font-size:14px;
}
input.form100 {
	padding:0.4em;
	width:40em;
	font-size:14px;
}
textarea {
	padding:0.4em;
	width:40em;
	font-size:14px;
}
input.btn {
	background:#000;
	color:#FFF;
	font-size:18px;
	padding:1em 2em;
	border:none;
}
input.btn.reset {
	background:#999;
}


/* second_lesson------------*/
#activities .top-colum .item {
    margin-bottom: 20px;
}

#activities .top-colum .item a {
    text-decoration: none;
}

#activities .top-colum .item img {
    border-radius: 5px;
}

#activities .top-colum .item p {
    margin: 0;
    padding: 0;
}

#activities .top-colum .item p.tit {
    margin-bottom: 5px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}

#offer .item {
    margin-bottom: 20px;
}

#offer .item a {
    text-decoration: none;
}

#offer .item img {
    border-radius: 5px;
}

#offer .item p {
    margin: 0;
    padding: 0;
}

#offer .item p.tit {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}

.r-btn {
	width:100px;
	height:400px;
	position:fixed;
	right:0;
	top:30%;
}
.r-btn a {
	display:block;
	width:80px;
	height:80px;
	padding-top:60px;
	font-size:13px;
	background:#EEE;
	border-radius: 10px;
	margin:5px;
	text-align: center;
	color:#000;
	text-decoration: none;
}
.r-btn a.tel {
	background:url("../img/ficon-tel.png") no-repeat rgba(255,255,255,0.6);
	background-size:contain;
}
.r-btn a.mail {
	background:url("../img/ficon-mail.png") no-repeat rgba(255,255,255,0.6);
	background-size:contain;
}
.r-btn a.line {
	background:url("../img/ficon-line.png") no-repeat rgba(255,255,255,0.6);
	background-size:contain;
}
.r-btn a.wup {
	background:url("../img/ficon-wup.png") no-repeat rgba(255,255,255,0.6);
	background-size:contain;
}

#totop {
	display:block;
	position:fixed;
	right:10px;
	bottom:50px;
	width:80px;
	height:50px;
	background:url("../img/totop.png") no-repeat rgba(0,0,0,0.2);
	background-size:contain;
	border-radius: 10px;
}


@media only screen and (max-width: 870px) {
    #home {
        background-image: url(../img/top-bg.jpg);
        min-height: 90vh;
        background-size: cover;
        background-position: left center;
        background-repeat: no-repeat;
    }
	
.r-btn {
	width:320px;
	height:80px;
	position:fixed;
	right:50%;
	margin-right:-160px;
	top:100%;
	margin-top:-150px;
}
.r-btn a {
	display:inline-block;
	width:70px;
	height:70px;
	padding-top:50px;
	font-size:12px;
	background:#EEE;
	border-radius: 10px;
	margin:5px;
	text-align: center;
	color:#000;
	text-decoration: none;
}
.r-btn a.tel {
	background:url("../img/ficon-tel.png") no-repeat rgba(0,0,0,0.2);
	background-size:contain;
}
.r-btn a.mail {
	background:url("../img/ficon-mail.png") no-repeat rgba(0,0,0,0.2);
	background-size:contain;
}
.r-btn a.line {
	background:url("../img/ficon-line.png") no-repeat rgba(0,0,0,0.2);
	background-size:contain;
}
.r-btn a.wup {
	background:url("../img/ficon-wup.png") no-repeat rgba(0,0,0,0.2);
	background-size:contain;
}
footer p {
    padding-right: 80px;
}
	
#totop {
	display:block;
	position:fixed;
	right:10px;
	bottom:10px;
	width:50px;
	height:38px;
	background:url("../img/totop.png") no-repeat rgba(255,255,255,0.8);
	background-size:contain;
	border-radius: 5px;
}


    .headwrap {
        margin: 0;
        display: block;
        justify-content: space-between;
    }

    .headwrap h1 {
        display: block;
        margin: 30px auto 0;
        width: 80%;
        clear: both;
    }

    .infowrap {
        margin: 5% 0 0 0;
        padding: 0;
    }

    .info {
        margin: 0;
        padding: 0;
        display: flex;
        list-style-type: none;
    }

    .info li {
        margin-left: 0px;
        float: left;
        width: 50%;
    }

    .info li a {
        padding: 10px 25px;
        text-decoration: none;
        color: #ffffff;
    }


    /* main --------------------------------*/
    .top-gaiyo p {
        margin: 0 auto;
        max-width: 85vw;
        line-height: 2em;
        text-align: left;
    }
	
	#top .top-banner-menu a {
		display:block;
		width:100%;
	}	
#top .top-banner-menu div {
    margin: 30px auto;
    padding: 30px auto;
    /*height: 400px;*/
    height: 25vh;
    position: relative;
}

#top .top-banner-menu div p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-shadow: 0 0 5px rgb(0,0,0,0.4);
    font-family: 'Noto Serif JP', serif;
    font-size: 8vw;
    color: #ffffff;
    white-space: nowrap;
}


    /* footer --------------------------------*/
    .ad-tit {
        background-image: url(../img/ad-bg.jpg);
        min-height: 200px;
        background-size: cover;
        background-position: left center;
        background-repeat: no-repeat;
    }

    .infowrap {
        display: block;
        margin: 3% 0 0 0;
        padding: 0;
        width: 100%;
    }

    .info {
        margin: 0;
        padding: 0;
        display: block;
        list-style-type: none;
    }

    .info li {
        margin-left: 0;
    }

    .info li a {
        display: block;
        padding: 10px 25px;
        text-decoration: none;
        color: #ffffff;
    }

    .info .tel {
        background: #000000;
    }

    .info .book {
        background: #00b0ec;
    }
    
    
    
    /* second --------------------------------*/

    .seco-read {
        margin: 0 0 50px 0;
        text-align: center;
        line-height: 1.5em;
        font-family: 'Noto Serif JP', serif;
        font-weight: 600;
        font-size: 1.5rem;
    }



    /* second common------------*/
    /*2カラム*/
    .listbox {
        display: block;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .listbox img {
        width: 95%;
    }

    .listbox .box01 {
        width: 100%;
    }

    .listbox .box02 {
        width: 100%;
        text-align: center;
    }

    .listbox ul li p {
        margin: 0;
        padding: 8px 10px;
        display: block;
        background: #000000;
        color: #ffffff;
        text-align: center;
        min-width: 95%;
        border-radius: 30px;
    }
	

#price .pricewrap .table01.w200 th, #price .pricewrap .table01.w200 td {
	display:block;
	clear:both;
    width: 100%;
}
	
.form-tbl th, .form-tbl td {
	display:block;
	width:auto;
	clear:both;
	}
	input.form50 {
		width:50%;
	}
	input.form100 {
		width:90%;
	}
	textarea {
		width:90%;
	}
	

   
    /* second_lesson------------*/
    #activities .top-colum .item {
        margin-bottom: 20px;
    }
    
    #activities main .top-colum {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr;
    }



}/*870*/
