@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #333; /* RGB */
  font-family: "ヒラギノ明朝 Pro", "游明朝", "MS Mincho", "游明朝体";
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
  margin: 0;
  height: 100%;
}
section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
.none {
  display: none;
}
*, *:befor, *:after {
  box-sizing: border-box;
}
.header {
  background-color: #fff;
  position: relative;
}
.header h1 {
  text-align: left;
  position: absolute;
  box-sizing: border-box;
}
.h1-logo {
  left: 0;
  width: 50px;
  ;
  height: auto;
}
/* navigation */
.open-button, .close-button {
  display: none;
}
.header-content-wrapper {
  display: flex;
  padding: 20px 24px 20px 24px;
  justify-content: space-between;
}
.instagram-sp {
  display: block;
}
.right-fixed-banner {
  display: none;
}
.header nav{
  list-style: none;
  
}
@media(max-width:1160px) {
  .open-button {
    display: block;
    position: absolute;
    right: 10px;
    top: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .open-button span, .open-button span:before, .open-button span:after {
    position: absolute;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background: #333;
    display: block;
    content: "";
  }
  .open-button span:before {
    bottom: -8px;
  }
  .open-button span:after {
    bottom: -16px;
  }
  .close-button {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    color: #333;
    font-size: 40px;
    padding: 30px;
    font-family: Arial, Helvetica, "sans-serif";
  }
  .header nav {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.4);
  }
  .header nav ul li {
    text-align: center;
    font-weight: 300;
    color: #333;
    font-size: 2.4rem;
    margin: 0 auto;
  }
  .header nav ul li p {
    font-size: 1.4rem;
    text-align: center;
    margin: 0 auto;
    font-weight: 300;
  }
  .header nav ul li a {
    font-weight: 500;
    line-height: 40px;
    vertical-align: middle;
    text-decoration: none;
    display: block;
    margin: 20px auto 0;
    color: #333;
  }
  .header nav ul {
    padding-top: 60px;
  }
  .header h1 {
    position: static;
  }
  .header_h1-logo {
    position: static;
    display: block;
    width: 60px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
  }
  .header_h1-logo img {
    width: 60px;
    margin: 0 auto;
    text-align: center;
  }
  .header_h1-logo h1 {
    width: 60px;
    margin: 0 auto;
    text-align: center;
  }
  .header-sns-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-top: 60px;
  }
  .header-sns-wrapper img {
    width: 30px;
  }
  .instagram-sp {
    
    position: absolute;
    right: 70px;
    top: 35px;
  }
  .instagram-sp img{
    width: 30px;
    
  }
}
@media(min-width:1160px) {
  .header {
    position: relative;
    height: 160px;
    box-sizing: border-box;
  }
  .header-content-wrapper {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
    padding: 20px;
    display: flex;
  }
  .header_h1-logo {
    height: auto;
    left: 240px;
  }
  .header h1 {
    width: 50%;
    position: absolute;
    vertical-align: baseline;
    left: 0;
  }
  .header_h1-logo {
    display: none;
  }
  .header nav ul {
    display: flex;
    justify-content: right;
    position: absolute;
    margin-bottom: 30px;
    box-sizing: border-box;
  }
  .header nav li {
    padding-bottom: 30px;
    padding-right: 30px;
  }
  .header nav li a {
    display: block;
    padding: 45px 20px 0;
    color: #333;
    text-decoration: none;
    font-size: 2.0rem;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 400;
    vertical-align: top;
  }
  .header nav ul li p {
    padding-top: 10px;
    font-size: 1.4rem;
    text-align: left;
    padding-bottom: 20px;
  }
  .header-sns-wrapper {
    display: none;
  }
  .instagram-sp {
    position: absolute;
    right: 0;
    text-align: right;
    padding-top: 40px;
  }
  .instagram-sp img {
    width: 50px;
  }
  .h1-logo {
    width: 70px;
  }
  .header nav ul {
    padding-left: 450px;
    vertical-align: text-top;
    box-sizing: border-box;
  }
}
@media(min-width:1040px) {
  .right-fixed-banner {
    display: block;
    position: fixed;
    bottom: 30%;
    right: 0;
    width: 10%;
    margin-right: 10%;
    line-height: 100px;
    z-index: 2000;
  }
  .banner-box {}
  .banner-box img {
    width: 70%;
  }
  .bottom-fixed-button {
    display: none;
  }
}
.footer {
  padding: 80px 24px 100px;
  height: 430px;
  background-color: rgba(51, 51, 51, 0.8);
  position: relative;
  z-index: 2;
}



/*========= ページトップのためのCSS ===============*/
/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#333;
  opacity: 0.8;
	border-radius: 5px;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}

#page-top a:hover{
	background: #777;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
  bottom: 100px;
	z-index: 2000;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(0px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/


@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}


.footer_logo img {
  max-width: 70px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 30px;
}
.followus {
  color: #fff;
  padding: 30px 0;
  text-align: center;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.info {
  color: #fff;
  padding: 30px 0 60px;
  text-align: center;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.footer__copyright {
  color: #fff;
  padding-bottom: 20px;
  text-align: center;
}
.privacypolicy{
  font-size: 1.2rem;
  text-decoration: underline;
  color: #DFD7D7;
}
.sns_wrapper {
  display: flex;
  justify-content: center;
  gap: 25px;
}
.sns_wrapper img {
  width: 25px;
  height: auto;
}
.sns_wrapper a {
  font-size: 100%;
  background: transparent;
}
@media(max-width:1040px) {
  .bottom-fixed-button {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: 90px;
    text-align: center;
    background: rgba(194, 182, 170, 0.8);
    justify-content: center;
    z-index: 5;
  }
  .bottom-fixed-button div {
    font-size: 24px;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    flex-grow: 1;
  }
  .bottom-fixed-button div:hover {
    opacity: 0.8;
  }
  .bottom-fixed-button img {
    display: block;
    width: 40px;
    padding: 20px 20px 5px;
    margin: 0 auto;
  }
  .bottom-fixed-button p {
    color: #fff;
    text-align: center;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    margin: 0 auto;
    font-size: 1.6rem;
  }
  .box-a::after {
    position: absolute; /*--positionを追加--*/
    top: 0;
    left: 100%;
    content: "";
    width: 1px; /*--縦線の太さ(幅)--*/
    height: 100%;
    background-color: #fff; /*--縦線の色--*/
  }
  .box-a, .box-b {
    width: 50%;
  }
}