
header{
  height: 84px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9;
  background-color: #FFFFFF;
}

.header_div{
  display: flex;
  justify-content: space-between;
  padding-left: calc(36.15 / 1280 * 100%);
}

.company_logo_box{
  height: 84px;
  display: flex;
  align-items: center;
}

.company_logo_box img{
  width: calc(176 / 1280 * 100vw);
  max-width:176px;
  height: calc(58 / 1280 * 100vw);
  max-height:58px;
}

.header_menu_div{
  display: flex;
  flex-flow: row-reverse;
  height: 84px;
}

.header_menu{
  height: 84px;
  display: flex;
  justify-content: center;
  flex-flow: column;
}

.header_menu ul{
  display: flex;
  flex-flow: row-reverse;
}

.header_menu ul li{
  margin-right: 20px;
}



.header_menu ul li a{
  color: #736357;
  text-align: center;
  font-size: min(16px,1.25vw);
  font-family: YuMincho,"Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
    line-height: 2.0;
}

.header_menu ul:nth-child(1) li a{
  font-size: min(14px,1.15vw);
}

.hm_menu{
  width: 84px;
  height: 84px;
  background-color: #C7B661;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .3s ease-out;
}

.hm_menu:hover{
  opacity: .8;
}

.hm_div{
  display: flex;
  flex-flow: column;
}
.hm_menu_p{
  font-size: 12px;
  color: #FFFFFF;
  margin-top: 25px;
  font-family:Garamond,YuMincho,"Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
    line-height: 1.6;
}
.hm_line{
  background-color: #FFFFFF;
  width: 34px;
  height: 1px;
  position: relative;
  margin-bottom: min(20px,calc(20 /1280 * 100vw));
  margin: 0 auto;
}

.hm_line::before{
  content: '';
  background-color: #FFFFFF;
  height: 1px;
  width: 75%;
  position: absolute;
  top:10px;
  left: 0;
}

.hm_line::after{
  content: '';
  background-color: #FFFFFF;
  height: 1px;
  width: 55%;
  position: absolute;
  top:20px;
  left: 0;
}

.hm_menu_fixed{
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  background-color: #FFFFFF;
  transition: all .3s ease-out;
}

.hmf_div{
  max-height: 100vh;
  overflow-y: scroll;
}

.hm_menu_fixed_show{
  display: block;
  opacity: 1;
  visibility: visible;
}


.hm_menu_closed{
  position: absolute;
  top: 32.29px;
  right: 31.79px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  transition: all .3s ease-out;
}

.hm_menu_closed:hover{
  opacity: .8;
}

.hm_menu_closed_r,.hm_menu_closed_l{
  content: '';
  display: block;
  border-top:solid 2px #C7B661;
  width: calc(26px*1.41421356237);
  transform-origin: center;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.hm_menu_closed_r{
  transform:translate(-50%,-50%) rotate(45deg);
}
.hm_menu_closed_l{
  transform:translate(-50%,-50%) rotate(-45deg);
}

.company_logo_fixed{
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-flow: column;
}

.company_logo_fixed img{
  margin: 0 auto;
  width: 176px;
  max-height: 55px;
}

.company_logo_fixed_p{
  color: #736357;
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 21.13px;
  font-family:Garamond,YuMincho,"Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

.fixed_header_menu{
  max-width: 870px;
  margin: calc(93.41 / 1280 * 100vw) auto calc(83.26 / 1280 * 100vw) auto;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}

.header_menu_content{
  display: flex;
  flex-flow: row;
  width: calc(100% / 3);
  margin-bottom: 36px;
  transition: all .3s ease-out;
  justify-content: center;
  align-items: center;
}

.header_menu_img_box{
  width: 31.6152%;
}
.header_menu_img{
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header_menu_img::before{
  padding-top: 100%;
  display: block;
  content: '';
}

.header_menu_img img{
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header_menu_content p{
  padding-left: 1.25vw;
  color: #736357;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  width: 68.3848%;
    font-family:YuMincho,"Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

.header_menu_content:hover{
  opacity: .8;
}




.hp_div{
  max-width: 624px;
  display:flex;
  justify-content: space-around;
  margin: 0 auto 58px auto;
}


.r_angle{
  display: block;
  border-radius: 50%;
  background-color: #C7B661;
  position: relative;
  overflow: hidden;
  width: 21px;
  height: 21px;
  margin-right: 8.55px;
}

.r_angle::before{
  display: block;
  content: '';
  border-bottom: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  transform: translate(-65%,-50%) rotateZ(-45deg);
  width: calc(5 * 1.41421356237px);
  height: calc(5 * 1.41421356237px);
  position: absolute;
  top: 50%;
  left: 50%;
}

.hp_a{
  display: inline-flex;
  flex-flow: row;
  transition: all .3s ease-out;
}

.hp_a:hover{
  opacity: .8;
}

.hp_a span{
  line-height: 21px;
  font-size: 1rem;
  font-family: source-han-selif-japanese, serif;
  color: #736357;
}

.header_fixed_sns_box{
  max-width: 624px;
  display:flex;
  justify-content: space-around;
  margin: 0 auto 58px auto;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
}

.sb_a{
  display: inline-flex;
  flex-flow: row;
  align-items: center;
  padding-top: calc(21.7/1280*100vw);
  padding-bottom: calc(24.27/1280*100vw);
  transition: all .3s ease-out;
}

.sb_a:hover{
  opacity: .8;
}

.sb_a span{
  font-family:Garamond,YuMincho,"Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
  color: #000000;
  font-size: 21px;
  line-height: 1;
}

.i_insta,.i_faceb{
  width: 30px;
  height: 30px;
  margin-right:  calc(17.44/1280*100vw);
  position: relative;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.i_insta{
  background-image:url(../img/logo-instagram.png);
}
.i_faceb{
  background-image:url(../img/logo-facebook.png);
}

.contact_top_fixed{
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 9;
	width: 100%;
}
.contact_top_flex{
		display: flex;
    position: relative;
    justify-content: space-between;
    align-items: flex-end;
	}
	.contact_top_left{
		position: absolute;
    right: 80px;
	}
.contact_fixed{
  width: 88px;
  height: 88px;
  background-color: #D0145A;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .3s ease-out;
}
.contact_fixed:hover{
  opacity:.8;
}

.contact_is{
  display: flex;
  flex-flow: column;
  width: 100%;

}
.contact_is img{/*
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-bottom: 6.42px;*/
    display: block;
	width: 200px;
}
.contact_is.sp img{display: none;}
.span11{
  font-size: 11px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 2px;
}

.span7{
  font-size: 10px;
  text-align: center;
  color: #FFFFFF;
    transform: scale(0.7);display: block;
}

.top_fixed{
  width: 46px;
  height: 46px;
  background-color: rgba(0,0,0,0.8);
  border-radius: 50%;
  display: block;
  position: relative;
  /*margin: 27px auto 0 auto;*/
	margin: 0 10px 0 auto;
  transition: all .3s ease-out;
}

.top_fixed::before{
  content: '';
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%) rotateZ(-45deg);
  border-right: solid 1px #FFFFFF;
  border-top: solid 1px #FFFFFF;
  width: calc(11.81 * 1.41421356237px);
  height: calc(11.81 * 1.41421356237px);
}

.top_fixed:hover{
  opacity: .8;
}
@media (max-width:1200px){
	.contact_is img {
    width: 150px;
}
}
@media (max-width:770px) {
  header{
    height: 50px;
  }
  .header_menu{
    display: none;
  }
  .company_logo_box{
    height:50px;
  }

  .header_menu_div{
    height: 50px;
  }
  .header_menu{
    height: 50px;
  }
  .hm_menu{
    width: 50px;
    height: 50px;
  }
  .hm_line{
    background-color: #FFFFFF;
    width: min(54px,2.5vw);
  }

  .company_logo_box img {
    width: 106px;
    height: 33px;
  }
  .header_div{
    padding-left: calc(50% - 53px);
  }
  .hm_menu_p {
    font-size: 10px;
  }
  .hm_line {
    margin-bottom: 13px;
    width: 100%;
  }
  .header_menu_content {
    width: calc(100% / 2);
    flex-flow: column;
  }
  .r_angle{
    margin-right: 3px;
  }
  .hp_a span {
    font-size: .9rem;
  }

  .fixed_header_menu {
    padding: 5px;
  }
  .contact_top_fixed {
    bottom: 30px;
  }
  .top_fixed {
    width: 40px;
    height: 40px;
    margin: 14px auto 0 auto;
  }
  .contact_fixed {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  .contact_is img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 0;
  }
.contact_is.pc img {
    display: none;
  }
  .span7,.span11{
    display: none;
  }
  .header_menu_img_box {
    width: 31.6152%;
  }
  .header_menu_content p{
    justify-content: center;
    padding-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  .hm_line{
    width: 30px;
  }
  .hm_menu_p{
    margin-top: 13px;
  }

}
@media (max-width:457px){
	.hp_div {
    flex-wrap: wrap;
}
}
@media (max-width:430px) {
	.contact_top_fixed {bottom: 10px;}
}