@charset "utf-8";
html {
    -webkit-text-size-adjust: 100%;
}
html.sr .left01, 
html.sr .left02, 
html.sr .right01, 
html.sr .right02,
html.sr .top01, 
html.sr .bottom01, 
html.sr .late01, 
html.sr .late02, 
html.sr .late03 {
    visibility: hidden;
}
body {
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 
	"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*ヘッダー*/

#pch {
	display: none !important;
}

#sph {
	display: block !important;
}

.headerMenu {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    position: fixed;
}




#toggle {
    position: fixed;
    top: 0;
    right: 0;
    padding: 12.5px 10px;
    background: #ff7daf;;
    
}

#toggle-box {
    position: relative;
    width: 30px;
    height: 25px;
    cursor: pointer;
    
}

#toggle-box > span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}

#toggle-box > span:nth-child(1) {
    top: 0;
}

#toggle-box > span:nth-child(2) {
    top: 50%;
    transform: translatey(-50%);
}

#toggle-box > span:nth-child(3) {
  bottom: 0;
}

#toggle {
    z-index: 1000;
}
#main {
    position: relative;  
    z-index: 990;
}

#nav-content {
    z-index: 900;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #ff7daf;
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    transform: translateX(100%);
    transition:  transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}



#nav-content a {
    font-size: 18px;
    line-height: 70px;
    color: #fff;
    display: block;
    padding: 0 20px;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
}

#nav-content ul {
    margin-top: 50px;
}

#nav-content i {
	margin-right: 3px;
	color: #fff;
}



.is-open {
    overflow: hidden;
}

.is-open #toggle-box > span {
    background: #fff;
}

.is-open #toggle-box > span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}

.is-open #toggle-box > span:nth-child(2) {
  width: 0;
}

.is-open #toggle-box > span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translatey(-50%);
}

.is-open #nav-content {
  z-index: 999;
  transform: translateX(0);
}

.overlay {
  background: rgba(0,0,0,0.5);
  height: 100vh;
}



#gg0 {
    color: #fff;
    line-height: 40px;
}

.mt-50 {
    margin-top: -20px;
}


/* トップ画像 */

.mainSP {
    position: relative;
    height: 170px;
    background: #fff;
    z-index: 0;
    text-align: center;
}
 
.mainSP .mainSP_topname {
    height: 50px;
    display: inline-flex;
    align-items: center;
    color: #000;
}
 
.mainSP .mainSP_topname:hover {
    text-decoration: none;
    opacity: 1;
}
 
.mainSP_name_title {
    font-size: 28px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: bolder;
}

.mainSP_name_sub {
    font-size: 17px;
    line-height: 100%;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    color: #ff7daf;
    background: #ffdceb;
    padding: 7px 12px;
    margin-left: 15px;

}
 

.mainSPL {
    position: relative;
    background: #ff7daf;
    width: 100%;
    height: 120px;
    z-index: 2;
}

.mainSP_name_en {
    font-size: 25px;
    line-height: 100%;
    font-family: 'Bad Script', cursive;
    font-weight: 300;
    color: #ffff00;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    opacity: 1;
}
    
.mainSP_name_jp {
    font-size: 35px;
    line-height: 110%;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

.mainSP_name_jp2 {  /*見学・説明会を1行におさめるため*/
    font-size: 35px;
    line-height: 110%;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translateY(-50%) translateX(-40%);
    -webkit- transform: translateY(-50%) translateX(-40%);
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

.njex {
    font-size: 30px;
    line-height: 120%;
}


/* ######## 599px以下 ######## */
@media screen and (max-width: 599px){


#nav-content a {
    line-height: 50px;
}

#nav-content ul {
    margin-top: 30px;
}
    
    
.mainSP {
    text-align: left;
}

.mainSP_name_title {
    font-size: 16px;
    margin-left: 10px;
}    
  
.mainSP_name_sub {
    font-size: 12px;
    padding: 7px;
    margin-left: 10px;
}
}



/* ######## 769px以上 ######## */
@media screen and (min-width: 769px){
.mainSP_name_jp {
    font-size: 40px;
}
}


/* ######## 1000x以上 ######## */
@media screen and (min-width: 1000px){
    
#pch {
	display: block !important;
}

#sph {
	display: none !important;
}    

    
.headerMenu {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    position: fixed;
    display: none;
}     
	
#menupc {
	width: 100%;
	background-color: #fff;
	height: 60px;
	position: absolute;
}

.mp_in {
	max-width: 1200px;
	margin: 0 auto;
}

.mp_list {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	text-align: center;
	margin: 0;
	padding: 0;
}

.mp_item {
	line-height: 60px;
	flex: 1;
	border-left: 1px solid #ff7daf;
}

.mp_item:last-child {
	border-right: 1px solid #ff7daf;
	margin-right: 0;
}

.mp_item a {
    font-size: 15px;
	color: #222;
	display: block;
	background: #fff;
	transition: all 0.1s linear;
}

.mp_item a:hover {
    color: #fff;
	background: #ff7daf;
    text-decoration-line: none;
    opacity: 1;
}    
}



.yesSP599 {
	display: none !important;
}
.yesPC599 {
	display: block !important;
}
.yesSP769 {
	display: block !important;
}
.yesPC769 {
	display: none !important;
}
.yesSP1000 {
	display: block !important;
}
.yesPC1000 {
	display: none !important;
}
.yesSP1200 {
	display: block !important;
}
.yesPC1200 {
	display: none !important;
} 
/* ######## 599px以下 ######## */
@media screen and (max-width: 599px){
.yesSP599 {
    display: block !important;
}
.yesPC599 {
    display: none !important;
}    
}
/* ######## 769px以上 ######## */
@media screen and (min-width: 769px){  
.yesSP769 {
	display: none !important;
}
.yesPC769 {
	display: block !important;
}  
}
/* ######## 1000px以上 ######## */
@media screen and (min-width: 1000px){  
.yesSP1000 {
	display: none !important;
}
.yesPC1000 {
	display: block !important;
}
}
/* ######## 1200x以上 ######## */
@media screen and (min-width: 1200px){

.yesSP1200 {
	display: none !important;
}
.yesPC1200 {
	display: block !important;
}     
}
