@charset "utf-8";
/* CSS Document */

/* -------------------------
@common
--------------------------*/

.content h1.title_juku {
	width: 100%;
    margin-bottom: 0;
    padding: 0;
    background: none;  
	display: flex;
	justify-content: center;
}

.content h1.title_juku img{
	position: absolute;
}

.content h1.title_juku img.president{
	text-align: center;
	width: 85px;
	margin: 0 auto;
}


.content p {
	line-height: 1.7 !important;
}


@media (max-width: 569px){
.content h1.title_juku img{
	width: 68%;
}
.content h1.title_juku img.president{
	display: none;
}
}
@media (max-width: 459px){
.content h1.title_juku img{
	width: 68%;
}
}

.content h2.h2juku{
	background-color: #fbebe2 !important;
	margin-top: 40px !important;
	padding: 13px 18px !important;
}

.content {
	background:none;
}

.outline {
	background: #ffffff;
}

.clearfix,.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

.gototop {
	text-align: center;
}
@media (max-width: 599px){
.gototop img {
	width: 90%;
}
}


.catch{
	text-align: center;
	color: #ef715c;
	font-size: 1.3rem;
	font-weight: bold;
}

.flyer {
	text-align: center;
}
.flyer img {
	max-width: 300px;
	width: 90%;
	border: solid 1px #cccccc;
}



/* -------------------------
@header
--------------------------*/

.juku_header {
	display: flex;
	gap: 300px;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
}

.head_inr {
	margin: 0 auto;
    flex: 1;
}

.juku_header .catch_img img {
	width: 200px;
}

.juku_header .chara img {
	width: 120px;
}

@media (max-width: 767px){
	.content h1.title_juku img{
		position: unset;
	}
	.juku_header {
		display: flex;
		gap: 20px;
		justify-content: center;
		align-items: flex-start;
		text-align: center;
		margin: 2em 2em 0;
	}
	.head_inr {
		margin: unset;
		flex: unset;
	}
	.juku_header .head_inr img {
		width: 100% !important;
	}
	.juku_header .catch_img {
		max-width: 200px;
	}
	.juku_header .chara {
		max-width: 120px;
	}
}



/* -------------------------
@keyframe
--------------------------*/


@keyframes fuwafuwa {
	0% {
	  transform: translateY(0px);
	}
	50% {
	  transform: translateY(-5px);
	}
	100% {
	  transform: translateY(5px);
	}
}
  
.anime_fw {
	animation: fuwafuwa 3s ease-in-out infinite alternate;
}

@keyframes pikopiko1 {
	0% {
	  transform: rotate(-7deg);
	}
	to {
	  transform: rotate(3deg);
	}
}

.anime_piko1 {
	animation: pikopiko1 1.5s steps(2, start) infinite;
}

@keyframes pikopiko2 {
	0% {
	  transform: rotate(10deg);
	}
	to {
	  transform: rotate(-5deg);
	}
}

.anime_piko2 {
	animation: pikopiko2 1.5s steps(2, start) infinite;
}

@keyframes yurayura {
	0% {
	  transform: rotate(-8deg);
	}
	100% {
	  transform: rotate(8deg);
	}
}

@keyframes yurayura {
	0% {
	  transform: rotate(-8deg);
	}
	100% {
	  transform: rotate(8deg);
	}
}

.anime_yura {
	animation: yurayura 1s ease-in-out infinite alternate;
}




/* -------------------------
@button
--------------------------*/

.btn_set {
	text-align: center;
	margin: 1.5em auto 3em;
	max-width: 300px;
}
.btn_set a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
    color: #ef715c !important;
}
.btn_set .btn_right {
	position: relative;
	max-width: 300px;
	padding: 1em;
	margin: 0 auto;
	border: 2px solid #f39f91;
	border-radius: 50vh;
	box-shadow: 0px 4px 0px 0px #f39f91;
	transition: all 0.3s;
}

.btn_right::after {
	content: "";
	position: absolute;
	background: url(../img/icon_arrow1_r.png) no-repeat;
	width: 14px;
	height: 12px;
	top: calc(50% - 7px);
    right: 13px;
}

.btn_right:hover {
	box-shadow: 0px 1px 0px 0px #f39f91;
	transform: translateY(3px);
}


/* ------ @button small -------------*/

.btn_set2 {
	text-align: center;
	margin: 1em auto;
	padding: 0 1em;
	max-width: 250px;
}
.btn_set2 a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
    color: #ef715c !important;
}
.btn_set2 .btn_right {
	position: relative;
	max-width: 250px;
	padding: 10px;
	margin: 0 auto;
	border: 2px solid #f39f91;
	border-radius: 50vh;
	box-shadow: 0px 4px 0px 0px #f39f91;
	transition: all 0.3s;
}




/* -------------------------
@menu
--------------------------*/

.menu {
	margin: 2.5em 5px;
}

.menu, .menu_half {
	display: flex;
	gap: 15px;
}

.menu .menu_btn, .menu .menu_half   {
	width: 100%;
}

.menu .menu_btn {
	position: relative;
	display: table;
	padding: 1.1em 0.5em 0.9em;
	border: 3px solid #f39f91;
	border-radius: 50vh;
	box-shadow: 0px 5px 0px 0px #f39f91;
	transition: all 0.3s;
}

.menu .menu_btn:hover {
	box-shadow: 0px 1px 0px 0px #f39f91;
	transform: translateY(4px);
}

.menu .menu_btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.menu .menu_btn p {
    display: table-cell;
    vertical-align: middle;
	text-align: center;
    color: #ef715c;
    font-size: 1.15rem;
    font-weight: bold;
    line-height: 1.3 !important;
}

.menu .menu_btn span {
    font-size: .95rem;
    font-weight: normal;
	display: block;
}

@media (max-width: 767px){
	.menu {
		display: block;
	}
	.menu_half {
		margin-bottom: 1.5em;
	}
}


/* -------------------------
@contents menu
--------------------------*/

.select_wrap {
	display: flex;
	justify-content: center;
    gap: 50px;
	padding: 0 0 0.5em;
}

.select_wrap a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
    color: #ef715c;
}
.select_wrap a:hover {
	text-decoration: underline;
}

.select_wrap img {
	margin-right: 5px;
}

@media (max-width: 600px){
	.select_wrap {
		display: block;
	}
	.select_list {
		margin: 0 1em .8em;
	}
	.select_wrap .select_list:last-of-type {
		margin-bottom: 0;
	}
}

/* -----------------*/

.select_wrap2 {
	display: flex;
	margin: 0 16px 25px;
}
.select_list2  {
	width: 100%;
	margin-right: 15px;
	background: #fff;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	position: relative;
	border: 2px solid #f39f91;
	border-radius: 10px;
	padding: 0.9em 0.5em 0.9em 1em;
	box-shadow: 0px 5px 0px 0px #f39f91;
	transition: all 0.3s;
}
.select_list2:hover {
	box-shadow: 0px 1px 0px 0px #f39f91;
	transform: translateY(4px);
}
.select_wrap2 div:last-of-type {
	margin-right: 0px;
}
.select_list2 a {
	color: #eb5c2f;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
	display: block;
	width: 100%;
	height: 100%;
}
.select_list2 .arrow {
	max-width: 15px;
	margin-left: 10px;
}
@media (max-width: 480px){
.select_wrap2 {
	display: block;
}
.select_list2 {
	margin: 0 0 15px 0;
	padding: 7px 15px;
}
}



/* -------------------------
@juku contents tile
--------------------------*/
#jukutile_main {
    margin: 0 0.5em;
}

.content ul.jukutile {
    display: flex;
    flex-wrap: wrap;
	margin: 20px 0;
    padding: 0;
    justify-content: space-between;
}

.content ul.jukutile li {
	background-image: none;
	margin: 0 0 0.5em 0;
	padding: 0;
}
.content ul.jukutile li:nth-child(n + 7) {
	margin: 0;
}

.featuretile {
	position: relative;
	width: 32%;
}

.featuretile h3{
	background: none !important;
	color: #333333;
	font-size: 1em;
	line-height: 1.5;
	margin: 0.3em 0;
	padding: 5px 10px;
	border-bottom:none;
	text-align: justify;
}
.featuretile p{
	padding: 0 0.7em;
	font-size: 0.9em;
	text-align: justify;
}

.featuretile img{
	width: 100%;
	border: 1px solid #cecece;
}

.cattagbtn {
	margin-right: 0.6em;
	line-height: 1 !important;
	border-radius: 50vh;
}

.cattagbtn a {
	align-items: center;
	margin: 0 auto;
	padding: 0.4em 1em 0.5em;
	color: #474956 !important;
	font-size: .8em;
	font-weight: bold;
	text-decoration: unset !important;
}

.type01 {
	background: #c5f5f5;
}
.type02 {
	background: #e2f5f5;
}
.type03 {
	background: #e3eeef;
}
.type04 {
	background: #ede8d9;
}
.type05 {
	background: #e0f1ca;
}
.type06 {
	background: #dceaff;
}
.type07 {
	background: #fde7de;
}
.type08 {
	background: #fbe4f3;
}
.type09 {
	background: #e9e6fb;
}
.type10 {
	background: #fdedbc;
}

.cattagbtn a:hover {
	opacity: 0.7 ;
}

@media (max-width: 850px){
	.featuretile {
		width: 48%;
	}
}

@media (max-width: 700px){
	.featuretile {
		width: 100%;
	}
	.content ul.jukutile li {
		margin: 0 0 1em 0;
	}
	.featuretile h3{
	    font-size: 1em;
	}
	.featuretile img{
		margin: auto;
	}
}



/* -------------------------
@about
--------------------------*/

.column_maff {
display: flex;
margin-bottom: 20px;
}
.column-item_right {
text-align: center;
}
.column_maff img {
max-width: 150px;
}
@media (max-width: 579px){
.column_maff {
display: block;
}
}

.flyer {
	text-align: center;

}
.flyer img {
	max-width: 300px;
	width: 90%;
	border: solid 1px #cccccc;
}

/* -------------------------
@form btn
--------------------------*/

.linkbtn {
       margin: 1em 0;
       text-align: center;
}

.linkbtn img{
	width:48%;
}

.linkbtn a:hover{
	background: #e0d36e;
	opacity: 1;
	padding: 0 0 4.8%;
}




/* -------------------------
@アンケート
--------------------------*/

.q-btn {
	text-align: center;
	cursor: pointer;
	padding: 20px 30px 0;
}
.q-btn img {
	background-color: #fbebe2;
	border-bottom: 6px solid #f39f91;
	padding: 0.5rem 4rem;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 50vh;
	margin-right: 30px;
	margin-bottom: 15px;
	max-width: 100%;
	height: auto;
}
.q-btn img:hover {
	margin-top: 4px;
	background: #fbebe2;
	border-bottom: 2px solid #f39f91;
}
.q-btn a[href^="https://"] {
    padding: 0px !important;
}
@media (max-width: 599px){
.q-btn img  {
	padding: 0.5rem 1.5rem;
}
}


/* -------------------------
@footer illust
--------------------------*/

.end_illust {
	background-image: url("../img/footer_illust.png");
	height: 27px;
	opacity: 0.7;
	margin-top: 40px;
}







/* slick.css ここから下は編集しない================================= */
/* Slider */

.slick-slider{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,.slick-track:after{
    display: table;

    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* -------------------------
@slide
--------------------------*/

/* slick-theme.css ================================= */
/* @charset 'UTF-8'; */
/* Slider */


/* Arrows */
.slick-prev,.slick-next{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{
    opacity: 1;
}
.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{
    opacity: .25;
}

.slick-prev:before,.slick-next:before{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev{
    left: -25px;
}
[dir='rtl'] .slick-prev{
    right: -25px;
    left: auto;
}
.slick-prev:before{
    content: '←';
}
[dir='rtl'] .slick-prev:before{
    content: '→';
}

.slick-next{
    right: -25px;
}
[dir='rtl'] .slick-next{
    right: auto;
    left: -25px;
}
.slick-next:before{
    content: '→';
}
[dir='rtl'] .slick-next:before{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider{
	margin-bottom: 30px;
}

.slick-dots{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,.slick-dots li button:focus{
    outline: none;
}
.slick-dots li button:hover:before,.slick-dots li button:focus:before{
    opacity: 1;
}
.slick-dots li button:before{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
    opacity: .75;
    color: black;
}


