@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');

body {
	margin: 0;
    padding: 0;
    font-family: 'Alice', serif;
}
* {
    margin: 0;
    padding: 0;
}
ul {
	list-style: none;
}
.left{
    padding-left: 10px;
    border-left: solid 20px #fe3781;
    border-bottom: solid 2px #fe3781;
    font-size: clamp(21px,2vw,35px);
    filter: drop-shadow(2px 2px 0px #fffed7);
}
.we {
    padding-top: 60px;
}
.title.h3{
    width:80px; 
    height:80px;
    text-align:left;
    font-family: 'Alice', serif;
}

/*メニューボタン*/
nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 10vh;
    background-color:white;
    margin-top: 10px;
}
.nav-links {
    display: flex;
    justify-content:space-around;
    width: 50%;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}
.nav-links li {
    list-style: none;
}
.nav-links a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(11, 5, 5);
    border-bottom:2px solid transparent;
    transition:0.5s ease;
    transform: translateX(0%);
    font-size: 20px;
}
.container {
    margin-top: 10px;
}
.nav-links a:hover{
    color:#fe3781;
    font-weight: bold;
}
.container img {
    width: 100%;
    height: 800px;
    object-fit: cover;
    object-position: 0 68%;
}

/*メッセージ*/
.message {
    padding-top: 30px;
    padding-left: 5vw;
}
.message-label {
    padding-left: 30px;
    padding-top: 50px;
    font-size: clamp(21px,2vw,35px);
}
.message-content {
    padding-left: 30px;
    padding-top: 10px;
    font-size: clamp(17px,1.5vw,25px);
    font-family: "Poppins", sans-serif;
}
.image {
    display: grid;
    grid-template-columns:60vw 25vw;
}
.image img {
    width: 100%;
    height: auto;
    margin-top: 65px;
    padding-right: 20px;
    padding-left: 20px;
}

/*コース紹介*/
.course {
    padding-top: 70px;
    padding-left: 5vw;
}
.course-introduction {
    padding-left: 30px;
    padding-top: 10px;
    font-size: clamp(17px,1.5vw,25px);
    font-family: "Poppins", sans-serif;
    ruby-position:under;
}
.course-item {
    text-align: center;
	display: flex;
	flex-wrap: wrap;
}
.course-link {
    padding-top: 50px;
    width: 30%;
	padding-right: 20px;
	padding-left: 20px;
}
.course-link img {
    max-width: 100%;
    vertical-align: bottom;
}
.course-link h2 {
    background: #ff77ad;
    color: #FFF;
    padding: 5px 10px;
    font-size: clamp(18px,1.7vw,25px);
    width: 100%;
    margin: 0 auto;
}
.course-link dd {
    background: #f4f4f4;
    color: #222;
    padding: 5px 10px;
    font-size: clamp(14px,1.4vw,20px);
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.course-link dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.course-link-sp {
    padding-top: 50px;
    width: 100%;
	padding-right: 20px;
	padding-left: 20px;
}
.course-link-sp h2 {
    background: #ff77ad;
    color: #FFF;
    padding: 5px 0%;
    font-size: clamp(18px,1.7vw,25px);
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.course-link-sp img {
    max-width: 35%;
    vertical-align: bottom;
}
.course-link-sp .sp-img {
    display: flex;
    justify-content:center

}
.course-link-sp h2 {
    background: #ff77ad;
    color: #FFF;
    padding: 5px 0%;
    font-size: clamp(18px,1.7vw,25px);
    width: 100%;
    margin: 0 auto;
}
.course-link-sp dd {
    background: #f4f4f4;
    color: #222;
    padding: 5px 0%;
    font-size: clamp(14px,1.4vw,20px);
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

/*団体概要*/
.association {
    width: 100%;
    height: auto;
    padding-top: 30px;
    display: grid;
    width: 1130px;
	grid-template-rows: 200px;
	grid-template-columns: 400px;
	grid-auto-flow: column;
    font-family: "Poppins", sans-serif;
}
.association dl {
    display: flex;
    flex-wrap: wrap;
}
.association dt {
    font-size: 25px;
    width: 35%;
    padding: 5px;
    margin: 0 0 10px 0;   
}
.association dd {
    font-size: 20px;
    padding: 5px;
    margin: 0 0 10px 0;
}
.association-content {
    padding-top: 5px;
}
.color {
    font-weight: bold;
    font-size: 23px;
}

/*マップ*/
.access {
    display: flex;
	flex-wrap: wrap;
	margin: auto;
    padding-top: 30px;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
}

/*フッター*/
footer {
    width: 100%;
    height: 90px;
    background-color: #fe3781;
    margin-top: 70px;
    font-family: "Poppins", sans-serif;
}

footer p {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.footer-item{
    text-align: right;
    margin-right: 20px;
    padding-top: 20px;
}

.color-bottom1 {
    padding-right: 5px;
    padding-bottom: 18px;
    color: #fff;
    text-decoration: none;
}
.color-bottom {
    padding-right: 13px;
    padding-bottom: 10px;
    color: #fff;
    text-decoration: none;
}
.form {
    padding-top: 10px;
}

.shop_box{
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
}

/* ハンバーガーメニュー */
/* .headerNav {
	width: 50%;
	height: 100%;
	position: fixed;
	top: 0;
	right: -50%;
	z-index: 999999999999;
	padding: 70px 0;
	box-sizing: border-box;
	background-color: #fff;
	overflow: hidden;
}

.headerNav2 {
	position: relative;
	width: 100%;
	height: 100%;
} */

/* .humber {
    height: 100%;
    overflow: auto; */
    /*-ms-overflow-style: none;*/    /* IE, Edge 対応 */
    /*scrollbar-width: none;*/       /* Firefox 対応 */
/* } */

/*.humber::-webkit-scrollbar {*/  /* Chrome, Safari 対応 */
    /* display:none;
} */

/* .navBox {
	position: relative;
	top: 0px;
	padding: 0px 0;
	width: 100%;
	margin: 0 auto;
}

.navBox ul.side001 {
	text-align: left;
	border-top: 1px solid #eee;
	box-sizing: border-box;
	margin-top: 20px;
	padding-left: 0;
	margin-bottom:0;
}

.navBox ul.side001 li a{
	display: block;
	color: var(--bs-body-color);
	padding: 15px 20px;
	box-sizing: border-box;
	text-align: left;
	font-weight: 700;
	border-bottom: 1px solid #eee;
}

.navBox ul.side001 li a span{
	font-size: 18px;
	display: inline-block;
	position: relative;
	font-family: 'Alice', serif;
	margin-right: 5px;
	letter-spacing: 1.4px;
}

.navBox ul.side001 li a span.jp{
	font-size: 12px;
	color: #666;
	font-weight: 500;
	font-family: 'Kaisei Decol', serif;
}

.navBox ul.side001 li a:hover {color: #348820; }

.navBox ul.side001 li ul{
	background-color: #fafafa;
}

.navBox ul.side001 li li a{
	display: block;
	color: var(--bs-body-color);
	padding: 10px 30px;
	box-sizing: border-box;
	text-align: left;
	font-weight: 700;
	border-bottom: 1px solid #eee;
	font-family: 'Kaisei Decol', serif;
}

#_btn {
  overflow: hidden;
  height: 40px;
  width: 40px;
  position: fixed;
  top: 15px;
  right: 2.5%;
  z-index: 9999999999999;
  box-sizing:  border-box;
  border-radius: 50%;
  transition: background-color .3s,top .3s;
  background-color: rgba(255,255,255,1.0);
}

.back_btn{
	font-family: 'Kaisei Decol', serif;
}

#_btn:hover {
  transition: background-color .3s;

}

#_btn_nav {
  float: left;
  cursor: pointer;
  position: relative;
}

#nav_open {
  position: absolute;
  z-index: 2;
  top: 0;
  height: 40px;
  width: 40px;
  transition:width .3s, height .3s;
}

#nav_close {
  position: absolute;
  z-index: 2;
  top:  0px;
  height: 40px;
  width: 40px;
  transition:width .3s, height .3s;
} */

@media (max-width: 768px) {
    
    .shop_box {
        width: 100%;
    }
}