@charset "utf-8";

html {
    font-size: 100%;
  }
  body {
    margin: 0;
  font-style: normal;
  letter-spacing: 0.1em;
  }
  a {
    text-decoration: none;
    color: #000;
  }
  img {
    max-width: 100%;
	 height: auto;
	vertical-align: bottom;
  }

ul {
	padding: 0px;
	margin: 0;
}

p {
	margin: 0;
}
  
  iframe {
  	width: 100%;
  }


@media screen and (max-width: 768px) {
	
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}	
	
    .denwa {
        top: 33px;
        right: 70px;
    }

}

body {
	margin: 0px;
}

p {
	font-size: 18px;
}

.inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 11%;
}

h3 {
	margin: 0;
}

.header {
	max-width: 900px;
    margin: 0 auto;
}

.header_back {
	background-color: #FFF4F4;
	padding: 40px 0;
	padding: 20px 0;
}

.header_flex {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 4%;
}

.h_pink {
	color: #FFA89D;
}

.left_logo img {
	max-width: 60%;
} 

.phone_num {
    max-width: 25%;
}

/*--------ヘッダー--------*/

.phone_num {
	max-width: 22%;
}

.sp_none {
	display: flex;
	justify-content: space-between;
}

.header_ul {
	margin: 0px;
	display: flex;
    align-items: center;
    gap: 50px;
    font-size: 16px;
}

.header_ul li {
	display: inline;
	text-align: center;
	line-height: 30px;
}

.pc_none {
    display: none;
}

@media screen and (max-width: 768px) {

	.sp_none {
		display: none;
	}
	
	.pc_none {
    display: inline-block;
}
	.logo_sp img {
		max-width: 200px;
	}
	
/*　ハンバーガーボタン　*/
.hamburger {
    display : block;
    position: fixed;
    z-index : 5;
    right : 13px;
    top   : 32px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
	background: #F78724;
  }
  
  .hamburger.active {
  	background: none;
  }
  
  .hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 3px ;
    border-radius: 10px;
    left    : 6px;
    background : #fff;
    -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 : 20px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }
  
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
  
  nav.globalMenuSp {
    position: fixed;
    z-index : 3;
    top  : 0;
    left : 0;
    color: #000;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    height: 100%;
	align-items: center;
    background: #0693e3;
	display: flex;
  }
  
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    flex-direction: column;
    /*padding-top: 250px;*/
  }
  
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-left: 0;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.globalMenuSp ul li:hover{
    background :#ddd;
  }
  
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration :none;
  }
	
	.denwa {
    position: fixed;
    z-index: 2;
    top: 80px;
    right: 14px;
	 display: inline-block;
}
	
	.denwa img {
		max-width: 41px;
	}
  
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateX(0%);
  }
	
}

/*--------ヘッダー終了--------*/


/*--------メインビジュアル--------*/

footer {
	background-color: #C4B4A8;
	padding-top: 80px;
    padding-bottom: 10px;
}

.footer_flex {
	display: flex;
	justify-content: space-between;
	padding: 0 5%;
}

.footer_flex .middle {
	padding-right: 20%;
}

.footer_flex .left p {
	margin-bottom: 10px;
	color: #fff;
}

.f_bar {
	margin: 0px 50px;
}

.ad_m {
	margin-bottom: 30px;
}

footer .right {
	margin-left: 10%;
}

.footer_logo {
	margin-bottom: 8px;
}

.footer_ul {
    list-style: none;
	margin: 0;
}

.footer_ul li {
  margin-bottom: 10px;
  list-style: disc;
  color: #fff;
}

.footer_ul li a {
	color: #fff;
}

.f_btn {
	margin-bottom: 15px;
	max-width: 360px;
}

.f_left_logo {
  margin-top: 30px;
  margin-bottom: 30px;
}

.f_left_logo img {
	max-width: 200px;
}

.f_tel {
	font-size: 26px
}

.copy {
	text-align: right;
    font-size: 14px;
    padding: 0 5%;
	color: #fff;
}

.g_map {
	display: flex;
}



/*--------メインビジュアル終了--------*/

/* YAMO ADD TABLET */
@media screen and (min-width: 769px) and (max-width: 1020px) {
	.inner{
		padding-left: 5% !important;
		padding-right: 5% !important;
	}
}

/* YAMO ADD TABLET */
@media screen and (min-width: 769px) and (max-width: 1020px) {
	.header_ul{
		gap: 30px;
		font-size: 0.9em;
	}
}