/* CSS Document */

#header-content-sp{
	width: 100%;
	height: 55px;
}

#header-content-sp h1{
	margin: 10px 0 0 10px;
}


/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(0,0,0,0.7);
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
	visibility: hidden;/* 追記 */
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
	font-size: 25px;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
	visibility: visible;/* 追記 */
}


@media only screen and (max-width:599px) {
	
body{
		font-family: new-atten, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", dnp-shuei-gothic-kin-std, sans-serif;
/*font-family: 'M PLUS Rounded 1c', sans-serif;*/
}

img {
	vertical-align: bottom;
}

#wrapper { 
	width: 100%;
	margin:0 auto;
}

#header-content-pc{
	display: none;
}
	
#instagram {
	position: absolute;
	display : block;
  right : 65px;
  top   : 16px;
  width : 34px;
  height: 38px;
}	

#about-top{
	padding-top: 0px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
#about-top img{
	width: 100%;
}
	
#about-top-sp{
	width: 100%;
	display: flex;
}
#about-top-sp div{
	width: 50%;
	border: 2px solid #FFFFFF;
	border-width:0px 2px 0px 0px;
}
#about-top-sp div:nth-child(2){
	border: 0px solid;
}
#about-top-sp div a img{
	width: 100%;
}

#about-wrap{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.text-bold{
	font-size: 17px;
	font-weight: 730;
	padding-bottom: 20px;
}

.text-normal{
	font-size: 12px;
	line-height: 1.8235294118;
}

.about-box1{
	padding:20px 0;
}
	
.about-box2{
	padding:20px 0;
	width: 70%;
}
	
	.about-box2 mail-new{
		width: auto;
	}

#title-wrap{
	width: 65%;
	text-align: center;
	margin: 0 auto;
	padding-top: 40px;
}

.title-jp{
	font-size: 18px;
	font-weight: 700;
}
.title-en{
	font-size: 11px;
	font-weight: 500;
}

#floor-wrap{
	padding-top: 10px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-flow: column;
}

#floor-wrap div{
	width: 70%;
	padding: 10px;
	margin: 0 auto;
}
	
#floor-wrap div img{
	width: 100%;
}

#mcsr-wrap{
	padding-top: 10px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.mcsr-ad{
	width: 100%;
	margin: 12px 0;
}

.ad-box {
	width: 50px;
	font-size: 12px;
    border: solid 3px #444;
	margin: 0 auto;
}
.ad-box p {
    margin: 0; 
    padding: 5px;
}

.mcsr-ad2{
	width: 100%;
	margin: 20px 0;
	font-size: 11px;
	font-weight: 480;
}

.mcsr-ad3-pc{
	display: none;
}
	
.mcsr-ad3-sp{
	width: 100%;
}
	
.mcsr-ad4 p{
	font-size: 10px;
	line-height: 140%;
	margin-top: 10px;
	font-weight: 480;
}

#mail-banner-wrap{
	width: 375px;
	text-align: center;
	margin: 0 auto;
	padding-top: 30px;
}
	
#mail-banner-wrap2{
	width: 375px;
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
}

#mail-banner {
	background-color: #E9D132;
	border-radius: 12px;
	text-align: center;
	height: 70px;
	margin: 0 50px;	
	display: flex;
	justify-content: center;
    align-items: center;
}

#mail-banner p {
	font-size: 18px;
	display: inline-block;
	margin-top: 30px;
}
#mail-banner a{
	text-decoration: none;
	color:black;	
}
#mail-banner .mail-img{
    vertical-align: middle;
    display: inline-block;
	margin: 25px 30px 25px 5px;
}

#charges-wrap{
	height: auto;
	display: flex;
	flex-wrap:wrap;
	width: 100%;
	padding-top: 20px;
}

#charges-l{
	width: 100%;
	height: 300px;
	margin: 0 20px;
}

#charges-r{
	width: 100%;
	height: 300px;
	margin: 0 20px;
}

.rental-box-mid{
	display: flex;
	font-size:18px;
	justify-content: space-between;
	line-height: 140%;
/*	padding-bottom: 20px;*/
	width: 78%;
	margin: 0 auto;
}
	
.rental-full{
	margin-bottom: 20px;
	font-size: 9px;
}

.rental-box-mid span{
	font-size: 9px;
}

.rental-box-mid-left{
	text-align: left;
}

.rental-box-mid-right{
	text-align: right;
}

.rental-box-title {
	width: 78%;
	font-size: 18px;
    font-weight: 700;
    border: solid 4px #444;
	margin: 0 auto;
	border-radius: 12px;
	margin-bottom: 20px;
}
.rental-box-title p {
    margin: 0; 
    padding: 5px;
}

.rental-box-mid2{
	display: flex;
	font-size:18px;
	justify-content:space-between;
	padding-bottom: 20px;
	width: 78%;
	margin: 0 auto;
}

.rental-box-mid2 span{
	font-size: 9px;
}

.rental-box-mid3{
	width: 78%;
	display: flex;
	font-size:13px;
	justify-content: center;
	margin: 0 auto;
	line-height: 140%;
	margin-bottom: 20px;
	line-height: 1.8235294118;
}

.rental-box-mid3 span{
	font-size: 11px;
}
	
#charges-bottom{
	margin: 0 auto;
	text-align: center;
	width: 92%;
	height: 140px;
	margin-top: 60px;
}
	
#charges-bottom2{
	margin: 0 auto;
	text-align: center;
	width: 92%;
	height: 75px;
	margin-top: 13px;
}
	
.charges-bottom-text{
	display: flex;
	font-size:13px;
	line-height: 160%;
	margin-bottom: 35px;
	font-weight: 480;
}

.charges-bottom-text span{
	font-size: 11px;
}
	
	#charges-google {
    width: 80%;
	}

.charges-google-sp{
	width: 100%;
	height: 1000px;
	margin-top: 35px;
	font-weight: 480;
}
/*.charges-google-pc{
	display: none;
}*/

.charges-google-p{
	font-size: 11px;
	line-height: 140%;
	margin-top: 10px;
}

#furniture-wrap{
	margin-top: 30px;
}

.furniture-box1{
	width: 100%;
	margin: 15px 0;
	text-align: center;
	font-size: 11px;
	font-weight: 480;
}

.wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
}
.wrap img {
	width: 150px;
	height: 150px;
	padding: 0 10px;
}

#events-box{
	margin-bottom: 30px;
}


#bottom-wrap{
	width: 85%;
	margin: 0 auto;
	text-align: center;
}

#bottom-info{
	display: none;
}

#bottom-banner {
	display: none;
}

#bottom-banner p {
	color: white;
	font-size: 18px;
	display: inline-block;
}
#bottom-banner a{
	text-decoration: none;
	color:black;
}
#bottom-banner .mail-img{
    vertical-align: middle;
    display: inline-block;
	margin: 10px 10px 15px 10px;
}
.text-normal-last{
	font-size: 14px;
	line-height: 1.8235294118;
}

#footer {
	background-color: #dcf5aa;
	width: 100%;
	height: 140px;
	position: relative;
}

.footer-title{
	position:absolute;
	left: 5%!important;
	margin-top: 20px;
}

.footer-ad{
	position: absolute;
    right: 8%;
    margin-top: 30px;
    bottom: 55%;
}

.footer-title-jp{
	font-size: 20px;
	font-weight: 700;
}
.footer-title-en{
	font-size: 9px;
	font-weight: 500;
}
	
.footer-title-en2{
	font-size: 11px;
	font-weight: 500;
}

.footer-cp{
	background-color: #000;
	height: 45px;
	position:relative;
	top: 140px;
	display:flex;
	justify-content:center;
	align-items:center;
}

.footer-cp p{
	text-align: center;
	font-size: 11px;
	color: #000000;
	line-height: 1.8235294118;
}

#footer-banner {
	background-color: #83aac8;
	text-align: center;
	height: 30px;
	margin: 0 10px;	
	width: 140px;
	border-radius: 12px;
}

#footer-banner p {
	color: white;
	font-size: 14px;
	display: inline-block;
	margin-top: 6px;
}

#footer-banner .mail-img{
    vertical-align: middle;
    display: inline-block;
	margin: 10px 10px 15px 10px;
}

.footer-mail{
}

.footer-info{
	position: absolute;
	right: 40%;
	bottom: 25%;
}
	
	
}


/*　375px以下　*/

@media only screen and (max-width:374px) and (min-width: 240px) {
	
	.text-bold {
    font-size: 13px;
}
	
	#about-wrap {
    width: 90%;
}
	
	.mcsr-ad2 {
    font-size: 10px;
}
	
	#mail-banner-wrap {
    width: 100%;
}
	
	#mail-banner p {
    font-size: 14px;
}
	
	#mail-banner .mail-img {
    margin: 25px 15px 25px 5px;
}
	
	.rental-box-title {
		width: 85%;}
	
	.rental-box-mid {
    font-size: 16px;
	width: 85%;
	}
	.rental-box-mid span{
    font-size: 10px;
	}
	
	.rental-box-mid2 {
    font-size: 16px;
	width: 85%;
	}
	.rental-box-mid2 span{
    font-size: 10px;
	}

	.rental-box-mid-left {
		width: 50%;}
	
	#charges-bottom {
		width: 85%;
	}

	.charges-bottom-text span{
		font-size: 10px;	
	}
	
	.mcsr-ad4 p {
		margin-top: 20px;
	}
	
	#charges-google {
    width: 100%;
	}
	.wrap img {
    width: 130px;
    height: 130px;
	}
	#bottom-wrap {
    padding-top: 0px;
	}
	
	.footer-info{
		display: none;
	}
	.footer-cp {
    top: 100px;
	}

	#footer {
    height: 130px;
	}
	
	.footer-ad {
    right: 5%;
    bottom: 50%;
	}

	nav.globalMenuSp ul li {
	font-size: 18px;
	}
	
}
