@charset "UTF-8";

*{margin: 0;padding: 0;}

body {
	color: #00ab84;
	font-size: 15px;
	line-height:2;
/*	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
	font-family: 'Midashi Go MB31', serif;
	background:#efefef;
}

h1, h2, h3, h4, h5, h6{font-size:18px;}
ul,ol {margin: 0;padding: 0;list-style: none;}
ul ul{margin-left: 1em;}
img{max-width:100%;height:auto;border:none;}
a {text-decoration: none;color:#6e6e6e;transition:.3s;}

/****************************************

          WordPress Misc

*****************************************/

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignleft {float: left;}
.alignright{float: right;}
img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}
img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}
.right{
	float: right;
    margin: 0 0 1em 1.5em;
}
.left{
	float:left;
    margin: 0 1.5em 1em 0;
}
.b{font-weight:bold !important;}
.normal{font-weight:normal !important;}
.red{color:#ae1e23 !important;}
.white{color:#fff !important;}
.green{color:#00ab84 !important}
.pink{color:#f19db5 !important}

.al-r{text-align:right !important;}
.al-l{text-align:left !important;}
.al-c{text-align:center !important;}
.f06em{font-size:0.6em !important;}
.f07em{font-size:0.7em !important;}
.f08em{font-size:0.8em !important;}
.f09em{font-size:0.9em !important;}
.f12em{font-size:1.2em !important;}
.f14em{font-size:1.4em !important;}
.f20em{font-size:2em !important;}

.lh18{line-height:1.8;}

.m0-b{margin-bottom:0 !important;}
.m20-b{margin-bottom:20px !important;}

.noborder{border:none;}
.gray{color:#ccc !important;}
.underline{text-decoration:underline !important;}

.clearfix:after,.cf:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}

/* clearfix for ie7 */

.clearfix,.cf {
	display: inline-block;
}

.clearfix,.cf {
	display: block;
}
.inner{
	width:800px;
	max-width:100%;
	display:block;
	margin:0 auto;
	box-sizing:border-box;
}

#page{
	padding:80px 0 40px;
	min-height:80vh;
	box-sizing:border-box;
}
#single{
	padding:80px 10px 100px;
	min-height:80vh;
	box-sizing:border-box;
}
#page .inner{
	width:800px;
	max-width:100%;
	margin:auto;
	padding:0 10px;
	box-sizing:border-box;
}

#header{
	position:relative;
}
#logo img{
	width:110px;
	margin:15px;
	height:auto;
}

.header_sns {
    width: 30px;
    position: fixed;
    right: 18px;
    top: 60px;
}
.main_logo{
	width:230px;
	display:block;
	margin:0 auto 40px;
	padding-top:55px;
}

h2{
	font-size:20px;
	line-height:1;
	display:block;
	width: fit-content;
	margin:0 auto 30px;
	text-align:center;
	font-weight:bold;
	padding:0 1em;
	color:#00ab84;
	border-left:3px solid #00ab84;
	border-right:3px solid #00ab84;
	letter-spacing:.5px;
}
img.title_icon {
    width: 170px;
    margin: 0 auto 20px;
    display: block;
}
.top_catch{
	font-size: 24px;
	line-height:1.4;
	font-weight:bold;
	color:#00ab84;
	text-align:center;
	margin-bottom:1em;
	letter-spacing:-1px;
}
.menu_icon{
	display:flex;
	flex-wrap: wrap;
	margin:50px auto 50px;
    justify-content: space-between;
    width: 600px;
	max-width:100%;	
}
.menu_icon li {
    max-width: 50%;
}
/*.menu_icon li{
	width: 50%;
    padding: 25px;
    box-sizing: border-box;
}*/
.menu_icon li img{
	width:100%;
	max-width:240px;
	height:auto;
	display:block;
	margin:0 auto 35px;
	transition:.3s;
}
#top_about p{
	color:#f19db5;
	text-align:center;
	letter-spacing:-.5px;
}
.border_pink{
	color:#f19db5;
	text-align:center;
	border:3px solid #f19db5;
	width: fit-content;
    margin: auto;
    padding: 5px 1.5em;
	font-size:1.2em;
	max-width:20em;
}

h3{
    font-size: 17px;
	line-height:1.5;
	display:block;
	width: fit-content;
	margin:0 auto 1em;
	text-align:center;
	font-weight:bold;
	padding:0 1em;
	color:#f19db5;
	border-left:2px solid #f19db5;
	border-right:2px solid #f19db5;
	letter-spacing:.5px;
}
p{
	margin-bottom:1.8em;
}
.footer_inner{
	width:800px;
	max-width:100%;
	margin:auto;
	position:relative;
	min-height:90px;
}
#footer.top_footer {
    padding-bottom: 25px;
}
#footer.top_footer .footer_inner{
	background:url(images/frame_bottom.png) no-repeat bottom;
	background-size:cover;
}
.footer_menu a{
	position:absolute;
	left:35px;
	bottom:30px;
	color:#00ab84;
	font-size:.9em;
}
.footer_sns a img{
	position:absolute;
	right:0;
	left:0;
	bottom:30px;
	margin:0 auto;
	width:30px;
	height:auto;
}
.copyright{
	position:absolute;
	right:35px;
	bottom:30px;
	font-size:.7em;
	margin-bottom:0;
}

table{
	border-collapse: collapse;
	width:100%;
}
ul.disc{
	margin-bottom:10px;
	margin-left:1.5em;
	list-style-type: disc;
}
.btn a {
    width: 260px;
    max-width: 90%;
    text-align: center;
    padding: 8px 16px;
    border: 3px solid #f19db5;
    line-height: 1;
    display: block;
    margin: 20px auto 20px;
    color: #f19db5;
    box-sizing: border-box;
    font-size: 18px;
	letter-spacing: -1px;
}
.btn a:hover {
	background:#f19db5;
	color:#fff;
}

#page.page_news dl a{
	color:#00ab84;
}
#page.page_news dl dd a{
	display:block;
}

.wp-pagenavi {
    margin-top: 40px;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #f19db5 !important;
    padding: 5px 6px 3px !important;
	color:#f19db5;
}
.wp-pagenavi span.current {
    font-weight: normal !important;
	background:#f19db5 !important;
	color:#fff !important;
}
.navigation {
  text-align: center;
  padding: 1em 0;
  width: 100%;
  margin-top:120px;
}
.navileft,
.naviright {
  width:8em;
  text-align:center;
  word-break:break-all;
  line-height:1.8em;
  background:#f19db5;
}
.navileft {
  float:left;
}
.naviright {
  float:right;
}
.navigation a,
.navileft,
.naviright{
	color:#fff;
}

/*お問い合わせ*/
.contactform{
	margin-bottom:30px;
}
.contactform th, .contactform td{
	padding:1.8em;
}
.contactform th{
	background:#00ab84;
	width:30%;
	border-bottom:1px solid #fff;
	color:#fff;
	font-weight:normal;
}
.contactform tr:last-child th{
	border-bottom:1px solid #00ab84;
}
.contactform td {
    border-bottom:1px solid #00ab84;
	box-sizing: content-box;
}
.contactform input{
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
	width: 100%;
    padding: .5em;
    box-sizing: border-box;
	border:none;
}
.hissu {
    background: #f19db5;
    color: #fff;
    font-size: .8em;
    margin:0 8px;
    display: inline-block;
    padding: 0 .5em;
}
.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
    background: #ccc;
    color: #8fa7b4;
}
input.wpcf7-form-control.wpcf7-submit {
    font-size: 1.2em;
    padding: .5em 1em;
    min-width: 200px;
    background: #f19db5;
    color: #fff;
    border:none;
	border-radius:30px;
	margin:30px auto;
}
textarea{
	width: calc(100% - 1em);
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
    padding: .5em;
	border:none;
}
span.wpcf7-not-valid-tip,
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

/*
input[type=checkbox] {
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
	margin-right:5px;
}
.wpcf7-list-item-label {
    margin-right: 1em;
}
#page-top {
    position: fixed;
    bottom: 0;
    right: 10px;
    font-size: 200%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width:60px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
	line-height:1;
}
#page-top a:hover {
    text-decoration: none;
    background: #ccc;
}*/

/*ハンバーガーメニュー*/
#nav-toggle {
  position: fixed;
  padding:18px;
  right:0;
  top:0;
  height: 26px;
  cursor: pointer;
	z-index:9999;
}
#nav-toggle > div {
  position: relative;
  width: 32px;
}
#nav-toggle span {
  width: 100%;
  height: 3px;
  left: 0;
  display: block;
  background: #00ab84;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
@media screen and (orientation: landscape) {
/*.open #gloval-nav li {
    width: 40%;
    float: left;
    margin: 0 5%;
    box-sizing: border-box;
}*/
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 18px;
}
.open #nav-toggle span {
  background: #00ab84;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}
#nav-toggle {
  z-index: 1000;
}
#container {
  z-index: 900;
}
#gloval-nav {
  background: #efefef;
  color: #00ab84;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  	display:-webkit-box;
  	display:-ms-flexbox;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#gloval-nav a {
  display: block;
  color: #f19db5;
  text-decoration: none;
  padding: 8px 0 0;
  transition: color 0.3s ease;
  font-size:20px;
}
#gloval-nav a:hover {
  color: #00ab84;
}
#gloval-nav ul {
  list-style: none;
  margin-bottom:20px;
}
#gloval-nav ul li {
  opacity: 0;
  transform: translateX(200px);
  transition: transform 0.3s ease, opacity 0.2s ease;
}
#gloval-nav ul ul{
	margin-left:0;
	padding-left:1em;
}
#gloval-nav ul ul li {
	width:100% !important;
	border-bottom: none;

}
#gloval-nav ul li:nth-child(2) {
  transition-delay: 0.1s;
}
#gloval-nav ul li:nth-child(3) {
  transition-delay: 0.2s;
}
#gloval-nav ul li:nth-child(4) {
  transition-delay: 0.3s;
}
#gloval-nav ul li:nth-child(5) {
  transition-delay: 0.4s;
}
#gloval-nav ul li:nth-child(6) {
  transition-delay: 0.5s;
}
#gloval-nav ul li:nth-child(7) {
  transition-delay: 0.6s;
}
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 0.9;
}
.open #gloval-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.3s ease, opacity 0.2s ease;
}
.gnav_logo{
	width:180px;
	height:auto;
	margin:0 auto 20px;
}
.gnav_sns a img {
    width: 30px;
}

.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 95%;
  max-width: 1100px;
  padding: 30px 10px 15px;
  border-radius: 2px;
  background: #efefef;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  background:#00ab84;
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}

.modal_inner{
	width:640px;
	max-width:calc(100% - 60px);
	margin:auto;
	text-align:left;
}
.modal_inner figure{
	margin-bottom:15px;
}

figure.news_thumbnail a {
    height: 240px;
    display: block;
    width: 640px;
	max-width:100%;
    background-size: cover;
    background-position: center;
}
.dl_news dt{
	width:6em;
	float:left;
	clear:both;
	padding:10px 0 0;
	letter-spacing:.5px;
}
.dl_news dd{
	padding:5px 0 5px 7em;
	display:block;
}
.dl_news dt,
.dl_news dd .news_cont{
	font-size:.9em;
	font-weight:normal;
	color:#f19db5;
}
.dl_news dd .news_cont{
	letter-spacing:-.5px;
}
.news_title{
	margin-bottom:0;
	font-size:17px;
}
.more{
	text-align:right;
	margin-bottom:0;
}
.more a{
	font-size:.8em;
	text-decoration:underline;
	color:#f19db5;
}
.swiper-button-next, .swiper-button-prev {
    color: #f19db5 !important;
	position: absolute;
	top:calc(50% - 120px) !important;
}

#top_campus p{
	font-size:.9em;
}
#top_campus a{
	text-decoration:underline;
	color:#f19db5;
}
.frame_wrap {
    background: url(images/frame_top.png) no-repeat;
    background-size: cover;
	padding-bottom:20px;
	margin-top: -30px;
}
.tb_access{
    margin-bottom: 20px;
}
.tb_access tr td{
/*	width:25%;*/
	width:60%;
	border-left:1px solid #00ab84;
	border-right:1px solid #00ab84;
    vertical-align: top;
    line-height: 1.8;
	text-align:center;
}
.tb_access tr td:nth-child(2){
	width:40%;
}
.tb_access tr td dl{
	font-size:14px;
}
.access_jukubox{
	font-size:16px;
	margin-bottom:10px;
	margin-top:16px;
}
iframe {
    max-width: 100%;
}

@media screen and (min-width:1025px){
a:hover{text-decoration:none;color:#b1b1b1;}
a:hover img{text-decoration: none;}

.menu_icon li img,
.gnav_sns img,
.header_sns img,
.footer_sns img{
	transition:.3s;
}

.menu_icon li img:hover,
.gnav_sns img:hover,
.header_sns img:hover,
.footer_sns img:hover{
	opacity: .6;
}
.navileft:hover, .naviright:hover{
	background:#b1b1b1;
}
.navileft:hover a, .naviright:hover a{
	color:#fff;
}
#page.page_news a:hover{
	color:#f19db5;

}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background:#f5dae2;
}
}

@media screen and (min-width:768px){
.spOnly{
	display:none !important;
}
}
@media screen and (max-width:767px){
.pcOnly{
	display:none !important;
}
img{
	max-width: 100%;
	height: auto;
	margin:auto;
}
img.alignright,img.alignleft,.right,.left{
	float: none;
    margin: 0 0 1em 0;
}
.contactform th, .contactform td{
    display: block;
	width:100% ;
	box-sizing:border-box;
	border:none !important;
}
.contactform input[type="text"],
.contactform input[type="email"],
.contactform input[type="url"],
.contactform input[type="tel"]{
    width: 100%;
	box-sizing:border-box;
}
}

@media screen and (min-width:501px){
.spOnly2{
	display:none;
}
.tb_access dl dt{
	font-size:.9em;
}
}


@media screen and (max-width:500px){
body{
	font-size:90%;
}
#logo img {
    width: 140px;
}
.header_sns,
.gnav_sns a img {
    width: 30px;
}
.main_logo{
	width:210px;
	margin-bottom:25px;
}
.frame_wrap{
	margin: 0 15px;
}
.menu_icon{
	width:calc(100% - 60px);
	max-width:340px;
}
.menu_icon li img {
    width: 150px;
	margin-bottom:45px;
}
img.title_icon{
	width:145px;
}
#top_about p {
    font-size: 1em;
}
#footer{
	margin:0 15px;
}
.footer_menu a {
    left: 20px;
    bottom: 20px;
    font-size: .7em;
}
.footer_sns a img {
    right: 0;
    left: 0;
    bottom: 50px;
	width:30px;
}
.copyright {
    right: 20px;
    bottom: 20px;
    font-size: .6em;
}
.border_pink {
    padding: 5px 1em;
	max-width:95%;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -2px !important;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -2px !important;
    right: auto;
}
.dl_news dt{
	float:none;
	width:100%;
}
.dl_news dd {
    padding: 5px 0;
    display: block;
}
.tb_access tr td,.tb_access tr td:nth-child(2) {
    width: 100%;
    display: block;
    border: none;
}
.tb_access tr td dl dt{
	float:left;
	width:7em;
	clear:both;
	text-align:left;
}
.tb_access tr td dl dd{
	padding-left:8em;
	display:block;
	text-align:left;
}

.swiper-button-next, .swiper-button-prev {
	top:calc(50% - 108px) !important;
}
}

@media screen and (min-width:401px){
.contactform input.wide100 {
	width:100%;
}
.spOnly3{
	display:none;
}
}

@media screen and (max-width:400px){
.menu_icon {
    width: calc(100% - 20px);
}
.menu_icon li img {
    width: 85%;
    margin-bottom: 25px;
}
.top_catch {
    font-size: 22px;
}
}

@media screen and (max-width:320px){
body {
    font-size: 70%;
}
.modal_inner {
    max-width: calc(100% - 30px);
}
.tb_access tr td dl dt{
	float:none;
	display:block;
	width:100%;
}
.tb_access tr td dl dd{
	padding-left:0;
	margin-bottom:.8em;
}
.top_catch{
	font-size:20px;
}
}

.effect1 {
    animation: effect1 2.5s infinite;
}
.effect2 {
    animation: effect2 2.6s infinite;
}
.effect3 {
    animation: effect3 2.5s infinite;
}
.effect4 {
    animation: effect4 2.6s infinite;
}
@keyframes effect1 {
    0% {
        transform: scale(1, 1);
    }
    5% {
        transform: scale(0.93, 0.90)
    }
    10% {
        transform: scale(1, 1);
    }
    15% {
        transform: scale(0.93, 0.90)
    }
    20% {
        transform: scale(1, 1);
    }
}
@keyframes effect2 {
    0% {
        transform: scale(1, 1);
    }
    25% {
        transform: scale(1, 1);
    }
    30% {
        transform: scale(0.93, 0.90)
    }
    35% {
        transform: scale(1, 1);
    }
    40% {
        transform: scale(0.93, 0.90)
    }
    45% {
        transform: scale(1, 1);
    }
    75% {
        transform: scale(1, 1);
    }
    80% {
        transform: scale(0.93, 0.90)
    }
    85% {
        transform: scale(1, 1);
    }
    90% {
        transform: scale(0.93, 0.90)
    }
    95% {
        transform: scale(1, 1);
    }	
}
@keyframes effect3 {
    0% {
        transform: scale(1, 1);
    }
    55% {
        transform: scale(1, 1);
    }
    60% {
        transform: scale(0.93, 0.90)
    }
    65% {
        transform: scale(1, 1);
    }
    70% {
        transform: scale(0.93, 0.90)
    }
    75% {
        transform: scale(1, 1);
    }
}
@keyframes effect4 {
    0% {
        transform: scale(1, 1);
    }
    15% {
        transform: scale(1, 1);
    }
    20% {
        transform: scale(0.93, 0.90)
    }
    25% {
        transform: scale(1, 1);
    }
    30% {
        transform: scale(0.93, 0.90)
    }
    35% {
        transform: scale(1, 1);
    }
    55% {
        transform: scale(1, 1);
    }
    60% {
        transform: scale(0.93, 0.90)
    }
    65% {
        transform: scale(1, 1);
    }
    70% {
        transform: scale(0.93, 0.90)
    }
    75% {
        transform: scale(1, 1);
    }
}

/*instagram 準備でき次第表示*/
.header_sns,
.gnav_sns,
.footer_sns{
	display:none;
}