/*---------------------------------
  スマホ用ヘッダー：ハンバーガーメニュー付き
---------------------------------*/
/* PC幅で非表示 */
.sp {
display: none;
}
.pc{
display: block;
}

@media screen and (max-width:480px) {
.sp {
display: block;
}
.pc{
display: none;
}
  /* ヘッダー固定時の画面上部余白 */
  body {
  margin-top: 35px !important;
  min-width:0;
  width: auto;
  }

  /* スマホ幅で表示 */
  .sp-header {
    display: block;
  }

  /* チェックボックス非表示 */
  .sp-header #nav-input {
    display: none;
  }

  /* 上部固定ヘッダー */
  .sp-header .nav-box {
    position: fixed;
    top: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    background: #f9b249;
    color: #fff;
    padding: 10px;
    width: 100%;
    height: 45px;
  }
  /* ハンバーガーアイコン：通常時 */
  .sp-header .nav-icon {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .sp-header .nav-icon span {
    position: absolute;
    left: 0px;
    display: block;
    width: 100%;
    border-bottom: solid 3px #555;
    transition: 0.5s ease-in-out;
  }
  .sp-header .nav-icon span:nth-child(1) {
    top: 2px;
  }
  .sp-header .nav-icon span:nth-child(2) {
    top: 10px;
  }
  .sp-header .nav-icon span:nth-child(3) {
    top: 18px;
  }
  /* ハンバーガーアイコン：クリック時 */
  .sp-header #nav-input:checked~.nav-box .nav-icon span:nth-child(1) {
    top: 10px;
    transform: rotate(-45deg);
  }
  .sp-header #nav-input:checked~.nav-box .nav-icon span:nth-child(2) {
    opacity: 0;
  }
  .sp-header #nav-input:checked~.nav-box .nav-icon span:nth-child(3) {
    top: 10px;
    transform: rotate(45deg);
  }
  /* ナビゲーションエリア */
  .sp-header .nav-content {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 60vh;
    background: rgb(249 178 73 / 75%);
    transition: 0.5s;
    transform: translateY(-100%);
  }
  /* ナビゲーションエリア：ハンバーガーアイコンクリック時 */
  .sp-header #nav-input:checked~.nav-content {
    transform: translateY(0%);
    top: 45px;
  }
  /* ナビゲーションリスト */
  .sp-header .nav-content .menu {
    list-style-type: none;
    padding: 0 2vw;
  }
  .sp-header .nav-content a {
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    border: solid 1px #fff;
    border-radius: 8px;
    color: #000;
    font-size: 6vw;
    padding: 2vw 4vw;
    margin: 4vw 0;
  }

.inner {
  width: auto;
  margin: 0 3vw;
}
  /* index.php */
.Hero {
background-position: none;
background-size:  none;
max-height:  none;
height: 130vw;
}
.Hero__inner {
  width: auto;
}
.HeaderPC__inner {
  width: auto;
}
.Archive__mainTitle{
  padding: 2vw 0;
  font-size: 11vw;
  font-weight: 300;
}
.Archive__subTitle{
  padding-bottom: 7vw;
}
.Archive__top {
  width: auto;
  background-image:none;
}
.Archive__top .Archive__text{
  padding-bottom: 5vw;
}
.Archive__title{
  font-size: 5vw;
}
.Archive__titletext{
  padding-bottom: 5vw;
}
.Archive__link {
  padding: 4vw;
}
.Archive__list{
  padding-bottom: 3vw;
}
.Archive__efficacy{
  width: auto;
}
.Archive__efficacy .Archive__item:nth-child(3n) {
 margin-right: 0;
}
.Archive__efficacy::before {
  width: auto;
}
.Archive__Efficacy__text{
  width: 65%;
}
.Archive__Efficacy_Content_3{
  background-size: 30%;
}
.Archive__Efficacy_Content_4{
  background-size: 27%;
}
.Archive__Efficacy_Content_5{
  background-position: right 10px center;
}
.Archive__info::before {
  width: auto;
}
.Archive__item {
  width: auto;
  margin-right: 0;
  margin-bottom: 5vw;
}
.Archive__map .Archive__link {
  width: auto;
}
.Archive__info .Archive__link {
  width: auto;
}
.Archive__efficacy .Archive__item {
  width: auto;
  padding: 1vw;
}
.Archive__efficacy .Archive__link{
  width: 13em;
  height: 13em;
}
.Archive__efficacy .Archive__link_button{
  width: auto;
  padding: 4vw;
}
.Single__body h1,
.Single__body h2,
.Single__body h3,
.Single__body h4,
.Single__body h5,
.Single__body h6 {
  width: auto;
}
.Archive__searchTitle{
  width: auto;
}
.Archive__searchField{
  width: auto;
}
.Archive__searchList{
  width: auto;
  display: block;
}
.Archive__searchContent h3{
  width: auto;
}
.Archive__searchList .Archive__item {
  width: auto;
}
.name .Archive__searchList .Archive__item {
  width: auto;
}
.Archive__searchContentList{
  width: auto;
  display: block;
}
.Archive__searchContentList .Archive__listTitle{
  width: auto;
}
.Archive__searchContent .button{
  color: #ffffff;
  font-size: 13px;
  background: #b0afab;
  border: solid 1px #b0afab;
  border-radius: 7px;
  padding: 7px;
  text-decoration: none;
}
.Archive__list {
  display: block;
}
.Archive__searchContent {
  display: block;
}
.cp_breadcrumb li::before {
  width: auto;
}
.cp_breadcrumb .breadcrumbs {
	display: block;
}
.Single__eyecatch{
  width: auto;
}
.facility li{
  padding: 0 1em;
}
.toy li{
  padding: 0 1em;
}
.Neighbor li{
  padding: 0 1em;
}
.caution li{
  padding: 0 1em;
}
.caution p{
  padding: 0 1em 1em 1em;
}
.Archive__searchContent_flex{
  display: block;
}
.Archive__searchContent_flex .item{
width: auto;
}
.Archive__searchContentTitle{
width: auto;
}
.Footer .Archive__link{
  width: auto;
  border-left: none;
  border: solid 0.5vw
}
.Footer .Archive__link:hover{
  opacity: 0.5;
}
.Archive__footerinfo{
  text-align: center;
  font-size: 5vw;
}
.Footer__info{
  display: block;
}
.Archive__sns_btn{
  display: block;
  padding: 3vw 20vw 3vw 40vw;
}
  /* place.php */
.Main {
  margin-top: 20vw;
}
.mapList{
  margin-left: 0;
}
  /* search.php */
.result_title {
  margin-top: 60px;
  }
.result_content {
  margin-bottom: 35px;
}
.Archive__Title {
  background-position: 8px;
}
.Archive__searchField{
  margin: 3vw;
}
.Archive__efficacy .Archive__EfficacyTitle {
  font-size: 5vw;
}
