@charset "UTF-8";

/**/

@font-face {
  font-family : mgenplus; /* フォント名 */
  src: url('../font/mgenplus-1c-bold.woff2') format('woff2');
}



/* ----------------------------------------
   idnex.css
---------------------------------------- */
html, body {
    font-size: 10px;
}
body {
    margin: 0;
    padding: 0;
    background: #fef2ef;
    letter-spacing: 0.04em;
    line-height: 1.5;
    color: #3e3a39;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-style: normal;
    font-weight: normal;
}
body * {
    box-sizing: border-box;
}
#copyright {
	width: 100%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

#container {
    font-size: 1.6rem;
}
.wh{
    background: #fff;
}
footer {
    padding: 0 20px 2em;
}
footer ul {
    letter-spacing: -0.38em;
	text-align: center;
	padding: 20px 0;
}
footer ul li {
    display: inline-block;
    padding: 0 1em;
    border-left: 1px solid #333;
    letter-spacing: 0.04em;
    line-height: 1.1;
}
footer ul li:last-child {
    border-right: 1px solid #333;
}
footer ul li a {
    color: #333;
    font-size: 1.4rem;
}
footer ul li a:hover {
    text-decoration: underline;
}
/* @media : PC */
@media screen and (min-width: 769px) {
    .sp {
        display: none;
    }
}
/* @media : SP */
@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    footer ul li {
        display: block;
        padding: 0;
        border: none !important;
    }
    footer ul li + li {
        margin-top: 0.5em;
    }
    	#header table, #copyright {
		width: 96%;
	}
}

/**/

/*----------------------------------------------------

◆　header

----------------------------------------------------*/
header{padding:10px 0 8px;background: #fff;}
.header_inner{max-width: 1000px;width: 95%;margin:0 auto;}
.header_inner a:nth-child(1) img{width: 150px;}
.header_inner a:nth-child(2) img{width: 140px;}

@media(max-width: 768px){
	.header_inner a:nth-child(1) img{width: 120px;}
	.header_inner a:nth-child(2) img{width: 110px;}
}



/*----------------------------------------------------

◆　MV

----------------------------------------------------*/

#hero{}
#hero>div{max-width: 1100px; margin: auto;}
#hero .lead{font-size : 20px;  line-height : 34.23px; text-align: center; margin:30px auto 50px;}
#hero .lead span{border-bottom: 3px solid #f3a8b4;}


@media(max-width: 768px){
#hero .lead{font-size: 10px; line-height: 1.6em; margin: -80px 0 25px;}
#hero .lead span{border-bottom: 2px solid #f3a8b4;}
}


/*----------------------------------------------------

◆　college

----------------------------------------------------*/

#college h2,#hotel h2{width: 100%;font-size: 24px;letter-spacing: 0.1rem;font-weight:bold;padding:7px 0;color:#fff;text-align: center;background: #f3a8b4;border-radius: 40px;margin-bottom: 40px;}

#college h2 span{margin-left: -4px;font-weight:bold;letter-spacing:0.1rem;font-size: 20px;}



@media(max-width: 768px){
	#college h2{font-size: 18px;letter-spacing: normal;font-weight:bold;padding:6px 0;background: #f3a8b4;margin-bottom: 20px;}
	#college h2 span{margin-left: -4px;font-size: 16px;letter-spacing:normal;}
	
}




section#college{width: 854px; margin: auto;}
.list_ctn{width:100%;display: flex;justify-content: space-between;flex-wrap: wrap;}

#college div ul{font-size: 20px;}
#college div ul:nth-child(1){width:50%;border-right: 1px solid #9F9E9F;}
#college div ul:nth-child(2){width:50%;/*border-right: 1px solid #9F9E9F;*/}
/*#college div ul:nth-child(3){width:30%;}*/

#college div ul:nth-child(2){/*border-right: 1px solid #9F9E9F;*/}

#college div ul li a{width:100%;display: flex;align-items: center;padding: 8px 15px;height: 45.5px;  color: #3e3a39; position: relative;}
#college div ul li:nth-child(2n){background: #fdecee;}
#college div ul li:nth-child(2n-1){background: #fff;}
#college div ul:nth-child(2n) li:last-child{width:100%;display: flex;align-items: center;padding: 8px 15px;height: 45.5px;  color: #3e3a39;}


#college div ul li a::after {
  content: '＞';
  position: absolute;
  right: 22px;
  top: 40%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 13px;
  transform: scale(1, 2) rotate(-360deg);
  line-height: 1em; 
  color: #ee8593;}

#college div ul li div{font-size: 18px;line-height: 26px;font-weight: bold;color:#fff;background: #73c6c8;border:4px solid #73c6c8;text-align: center;height: 34px;width: 34px;border-radius: 50%;margin-right: 12px;letter-spacing: -0.1rem;padding-right: 0.12rem;
font-family : mgenplus;
}

#college .note{text-align: center; font-size: 18px; margin: 1.5em 0;}

@media(max-width: 980px){
	#college .long_txt{font-size: 17px;}
}
@media(max-width: 860px){
	#college .long_txt{font-size: 15px;}
}
@media(max-width: 768px){
	section#college{margin-top:40px; width: 87%;}
	#college div ul{font-size: 14px;}
	#college div ul li a{padding: 6px 15px;height: auto;}
	#college div ul:nth-child(1){width:100%;border-right: none;}
	#college div ul:nth-child(2){width:100%;/*border-right: none;*/}
/*	#college div ul:nth-child(2) li:nth-child(2n){background: #fff !important;}
	#college div ul:nth-child(2) li:nth-child(2n-1){background: #d4ecea !important;}*/
/*	#college div ul:nth-child(3){width:100%;}*/

	#college div ul li div{font-size: 14px;line-height: 22px;border:4px solid #73c6c8;text-align: center;height: 30px;width: 30px;border-radius: 50%;margin-right: 12px;letter-spacing: -0.1rem;padding-right: 0.12rem;}
	#college .long_txt{font-size: 14px;}
    #college .note{font-size: 14px;}
}


/*----------------------------------------------------

◆　MAP

----------------------------------------------------*/

#mapimg{}
#mapimg div{width: 1100px; margin: auto;}


@media(max-width: 768px){
#mapimg{padding: 20px 0 0;}
#mapimg div{width: 100%;}
}




/*----------------------------------------------------

◆　safety

----------------------------------------------------*/
section#safety{padding-top: 100px; width: 854px; margin: auto;}
.safety_ctn{width: 100%; border:1px solid #9F9E9F; border-radius:20px;padding: 30px 35px;align-items: center;}

.safety_img{width:20%;}
.safety_txt{width: 76%}
.safety_txt h2{font-size: 24px;font-weight: bold;color:#3e3a39;}
.safety_txt p{margin-bottom: 5px;font-size: 18px;}
.safety_txt a{color:#339CD1;font-size: 18px;text-decoration: underline;}

@media(max-width: 768px){
	section#safety{padding-top: 60px;text-align: center; width: 87%;}
	.safety_ctn{border-radius:10px;padding: 30px 20px;}
	.safety_img{width:45%;margin: 0 auto 10px;}
	.safety_txt{width: 100%;}
	.safety_txt h2{font-size: 18px;text-align: center;margin-bottom: 5px;}
	.safety_txt p{margin-bottom: 5px;font-size: 14px;}
	.safety_txt a{font-size: 14px;text-align: center;}
	
	
}





/*----------------------------------------------------

◆　

----------------------------------------------------*/
.f_note{text-align: center; font-size: 14px; padding: 55px 0; position: relative; width: 1100px; margin: auto;}
.f_note .sakura{position: absolute; right: 0; top: 20px; width: 233px; z-index: -1;}


@media(max-width: 768px){
.f_note{width: 87%; padding: 25px 0;}
.f_note .sakura{position: absolute; right:auto; left: -20px; top: 65px; width: 100px;}
}





