header {
  top: 0;
  position: fixed;
  bottom: auto;
  /*min-width: 1200px;*/
}

#container {
  padding-top: 102px;
  padding-bottom: 150px;
}

.news_section_header {
  width: 100%;
  background-size: contain;
  position: relative;
}
.news_section_header span {
  position: absolute;
  color: white;
  font-family: "Josefin Sans", sans-serif;
}
.news_section_header span:nth-child(1) {
  font-size: 44px;
  top: 40%;
  left: 13.2%;
  letter-spacing: 7px;
}
.news_section_header span:nth-child(2) {
  top: 62%;
  left: 13.2%;
  letter-spacing: 3px;
}
.news_section_header::before {
  content: "";
  padding-top: 19.1%;
  display: block;
}
.sp_news_section_header {
  display: none;
  width: 100%;
  position: relative;
}
.sp_news_section_header::before {
  content: "";
  padding-top: 19.1%;
  display: block;
}
.sp_news_section_header span {
  position: absolute;
  color: white;
  font-family: "Josefin Sans", sans-serif;
}
.sp_news_section_header span:nth-child(1) {
  font-size: 0.043rem;
  top: 38.4%;
  left: 7.5%;
  letter-spacing: 5px;
}

.sp_news_section_header span:nth-child(2) {
  top: 58%;
  left: 7.5%;
  letter-spacing: 3px;
  font-size: 0.023rem;
}

.side_menu h2::after {
  margin-top: 18px;
  content: "";
  display: block;
  width: 110px;
  height: 1px;
  background-color: #eeeeee;
}

#content {
  max-width: 1000px;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
  margin: 105px auto auto auto;
}
.categories {
  margin-top: 29px;
  width: 120px;
}
.categories .cat_name {
  list-style: none;
}
.categories .cat_name:nth-child(n + 2) {
  margin-top: 22px;
}
.categories .cat_name a {
  color: #222;
  text-decoration: none;
}

.yaerly_archives_title {
  margin-top: 76px;
}

.yearly_archives li {
  list-style: none;
  margin-top: 29px;
  letter-spacing: 1.3px;
}
.yearly_archives a {
  font-family: "Josefin Sans", sans-serif;
  color: #222;
  text-decoration: none;
}

.archives {
  margin-left: 150px;
}
.archives a {
  color: #222;
  text-decoration: none;
}

.archive_sentence {
  display: flex;
  height: 70px;
  width: 710px;
  align-items: center;
  transition: 0.5s;
  border-radius: 5px;
}
.archive_right_wrap {
  display: flex;
  height: 70px;
  width: 710px;
  align-items: center;
  transition: 0.5s;
  border-radius: 5px;
}

.archive_sentence:hover .archive_left_wrap {
  margin-right: 30px;
  opacity: 1;
}

.archive_left_wrap {
  transition: 0.5s;
  opacity: 0;
  margin-right: 30px;
}

.archive_sentence:hover {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
}

.content a .archive_sentence {
  border-bottom: 1px solid #eeeeee;
}

.archive_sentence time {
  letter-spacing: 0.9px;
  margin-left: 30px;
  font-family: "Josefin Sans", sans-serif;
  color: #888888;
}

.archive_title {
  /* margin-left: 30px; */
  line-height: 1.4;
}

.archive_cat_title {
  /* margin: auto 0px auto 18px; */
  font-size: 12px;
  border: 1px solid #009ea6;
  border-radius: 20px;
  padding: 6px 12px;
  margin-right: 30px;
  white-space: nowrap;
}

.content {
  position: relative;
  top: -28px;
}

.navigation,
.pagination {
  max-width: 1000px;
  margin: auto;
  text-align: right;
}
.pagination h2 {
  display: none;
}
.page-numbers {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #bfbfbf;
  text-align: center;
  line-height: 36px;
  border-radius: 6px;
  color: white;
  text-decoration: none;
  margin: auto 6px;
  vertical-align: middle;
}
.page-numbers.current {
  background-color: #888888;
}
.page-numbers.next {
  display: none;
}
.page-numbers.dots {
  background-color: transparent;
  color: #888888;
}
.sp_pulldown {
  display: none;
}

.single_page {
  padding-top: 97px;
}

.top_section {
  display: flex;
}
.top_section .date {
  color: #888888;
  font-family: "Josefin Sans", sans-serif;
}
.single_content {
  width: 58.5%;
  margin: 107px auto auto auto;
  font-size: 16px;
}
.single_content a {
  color: #10a4ac;
}
.top_section .category {
  padding: 6px 12px;
  border: 1px solid #009ea6;
  font-size: 13px;
  margin-left: 18px;
  border-radius: 22px;
  position: relative;
  top: -7px;
}
.single_content .title {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 23px auto;
  line-height: 1.8;
}

.single_content h2 {
  line-height: 1.8;
  font-size: 22px;
  font-weight: 200;
  letter-spacing: 2px;
  margin: 46px auto 18px auto;
}

.single_content p {
  letter-spacing: 1.5px;
  font-size: 16px;
  line-height: 2.2;
}

.main_sentence p img {
  margin: 40px auto;
}

.page_nav {
  text-align: center;
  margin: 90px auto 100px auto;
}

/*****************************************************
    アクセスマップ
******************************************************/

.access_content_wrapper {
  width: 73%;
  margin: 104px auto auto auto;
  max-width: 1000px;
}
.access_content_wrapper h1 {
  font-size: 25px;
  letter-spacing: 3.7px;
}
.googlemap {
  margin: 37px auto auto auto;
}
.anchor_links {
  margin-top: 67px;
}
.anchor_links ul {
  display: flex;
  list-style: none;
}
.anchor_links ul li:nth-child(n + 2) {
  margin-left: 12px;
}
.anchor_links ul li a {
  background-color: #f5f5f5;
  padding: 0.8em 1em;
  border-radius: 4px;
  text-decoration: none;
  color: #222;
  display: flex;
  align-items: center;
}
.pc_pulldown {
  display: flex;
  align-items: center;
}
.pc_pulldown a {
  display: flex;
  align-items: center;
}
.pc_pulldown img {
  margin-left: 5px;
  margin-right: -6px;
}
.flex_content {
  padding-bottom: 100px;
}
.section {
  display: flex;
  margin-top: 79px;
  justify-content: space-between;
}
.map_img {
  margin-bottom: 60px;
  position: relative;
}
.map_img .access_map_pin {
  position: absolute;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  color: #009ea6;
}
.map_img .access_map_pin .access_map_pin_txt::after {
  content: "";
  display: inline-block;
  border-right: #50b6c2 solid 2px;
  border-bottom: #50b6c2 solid 2px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  margin-left: 5px;
}
.map_img .access_map_pin_txt {
  position: absolute;
  white-space: nowrap;
  text-decoration: underline;
}
.map_img .access_map_pin img {
  width: 30px;
  height: auto;
}

.map_img .access_map_pin.merikencar {
  top: 234px;
  left: 411px;
}
.map_img .access_map_pin.merikencar .access_map_pin_txt {
  top: 14px;
  right: -134px;
}

.map_img .access_map_pin.merikenbus {
  top: 265px;
  left: 368px;
}
.map_img .access_map_pin.merikenbus .access_map_pin_txt {
  top: 45px;
  left: -61px;
}

.map_img .access_map_pin.kamomeriacar {
  top: 152px;
  left: 239px;
}
.map_img .access_map_pin.kamomeriacar .access_map_pin_txt {
  top: 6px;
  left: -64px;
}

.map_img .access_map_pin.kamomeriabus {
  top: 96px;
  left: 264px;
}
.map_img .access_map_pin.kamomeriabus .access_map_pin_txt {
  top: 10px;
  left: 34px;
}

.map_img .access_map_pin.merikencar_okura {
  top: 29px;
  left: 370px;
}
.map_img .access_map_pin.merikencar_okura .access_map_pin_txt {
  top: 7px;
  left: -156px;
}

.map_img .access_map_pin.harbor_bus {
  top: 279px;
  left: 172px;
}
.map_img .access_map_pin.harbor_bus .access_map_pin_txt {
  top: 8px;
  left: 34px;
  text-decoration: none;
}
.map_img .access_map_pin.harbor_bus .access_map_pin_txt::after {
  display: none;
}

.section:nth-child(n + 2) {
  margin-top: 104px;
}
.section .left_side {
  line-height: 1.5;
  font-size: 23px;
  letter-spacing: 0.3px;
}
.section .right_side {
  /* margin-left: 150px; */
  width: 660px;
}
.right_side .right_side_content_wrap:nth-child(n+2) {
  margin-top: 60px;
}
.right_side_title {
  letter-spacing: 2px;
  font-size: 22px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
}
.right_side_title::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #009ea6;
  vertical-align: middle;
}
.right_side_title_icn::before {
  width: 17px;
  height: 25px;
  background: url(../../images/access/icn_pin_merikenpark_car.png) no-repeat center center / contain;
}
#merikencar .right_side_title_icn::before {
  background-image: url(../../images/access/icn_pin_merikenpark_car.png);
}
#merikenbus .right_side_title_icn::before {
  background-image: url(../../images/access/icn_pin_merikenpark_bus.png);
}
#kamomeriacar .right_side_title_icn::before {
  background-image: url(../../images/access/icn_pin_kamomeria_car.png);
}
#kamomeriabus .right_side_title_icn::before {
  background-image: url(../../images/access/icn_pin_kamomeria_bus.png);
}
#merikencarokura .right_side_title_icn::before {
  background-image: url(../../images/access/icn_pin_merikenpark_car_okura.png);
}

.flex_desc {
  display: flex;
  justify-content: space-between;
  padding: 28px 0;
  border-bottom: 1px solid #eeeeee;
}
.flex_desc.parking {
  padding: 31px 0;
}
.flex_desc.parking.top {
  border-bottom: none;
}
.flex_desc.price {
  border-bottom: none;
}
.flex_desc.price:nth-of-type(n + 2) {
  padding: 0;
  margin-bottom: 20px;
  line-height: 1.5;
  align-items: center;
}
.flex_desc.price:nth-of-type(3) {
  margin-bottom: 30px;
}
.flex_desc.price:nth-of-type(n + 2) .trans_name {
  font-size: 16px;
}
.flex_desc.price:last-of-type {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 47px;
}
p.notice {
  font-size: 12px;
  margin: 20px auto auto auto;
  letter-spacing: 1.3px;
  color: #727272;
}

.trans_name {
  font-size: 19px;
}
.accesstime {
  font-size: 15px;
  text-align: right;
  line-height: 1.3;
}
.kiyaku_wrapper {
  width: 58%;
  margin: 67px auto 19px auto;
}
.kiyaku_wrapper .section_kiyaku p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1.3px;
}
.kiyaku_wrapper .section_kiyaku .section_desc {
  margin-top: 20px;
}
.section_kiyaku {
  padding: 36.3px 0;
  border-bottom: 1px solid #eeeeee;
}
.section_kiyaku:last-child {
  border-bottom: none;
}
.section_kiyaku .section_header {
  font-size: 23px;
  letter-spacing: 0.3px;
  font-weight: normal;
}
.flex_sentence {
  display: flex;
  margin-top: 28px;
}
.flex_sentence:nth-of-type(n + 2) {
  margin-top: 15px;
}
.flex_sentence p:nth-child(1) {
  margin-right: 11px;
}
@media only screen and (max-width: 1230px) {
  .map_img .access_map_pin.merikencar {
    top: 19.1vw;
    left: 33.1vw;
  }
  .map_img .access_map_pin.merikenbus {
    top: 21.3vw;
    left: 29.5vw;
  }
  .map_img .access_map_pin.kamomeriacar {
    top: 11.8vw;
    left: 18.5vw;
  }
  .map_img .access_map_pin.kamomeriabus {
    top: 7.8vw;
    left: 20.7vw;
  }
  .map_img .access_map_pin.merikencar_okura {
    top: 2.4vw;
    left: 30vw;
  }

  .map_img .access_map_pin.harbor_bus {
    top: 22.2vw;
    left: 13.9vw;
  }

}
/*****************************************************
        スマホ表示用
    ******************************************************/
@media only screen and (max-width: 840px) {
  header {
    min-width: auto;
  }
  #container {
    padding-top: 55px;
  }
  .news_section_header {
    display: none;
  }
  .news_section_header::before {
    display: none;
  }
  .sp_news_section_header {
    display: block;
    width: 100%;
    background-size: contain;
  }
  .sp_news_section_header::before {
    content: "";
    padding-top: 41.4%;
    display: block;
  }
  .flex_content {
    padding-bottom: 10%;
  }
  #content {
    display: block;
    margin: 6.2% auto auto auto;
  }

  .side_menu {
    display: none;
  }

  .archives {
    width: 100%;
    margin: auto;
  }
  .archive_sentence {
    border-radius: 0px;
    width: 94%;
    margin: auto;
    padding: 12% 0;
  }
  .archive_sentence:hover {
    box-shadow: none;
  }
  .content a:first-child .archive_sentence {
    border-top: 1px solid #eeeeee;
  }
  .content a:nth-child(n + 2) .archive_sentence {
    border-bottom: 1px solid #eeeeee;
    border-top: none;
  }
  .archive_sentence .archive_right_wrap {
    display: block;
    width: 100%;
    height: auto;
  }
  .archive_title {
    width: 100%;
    margin: 4% auto auto 0;
    padding: 0 4%;
  }

  .archive_sentence time {
    width: 20%;
    letter-spacing: 0.9px;
    margin-left: 4%;
    margin-top: 3%;
    font-family: "Josefin Sans", sans-serif;
    color: #888888;
  }
  .navigation.pagination {
    text-align: center;
  }
  .archive_cat_title {
    margin: 4.7% 0px auto 4%;
    font-size: 0.02rem;
    border: 1px solid #009ea6;
    border-radius: 20px;
    padding: 2px 8px;
    letter-spacing: 1px;
    position: relative;
    top: -1px;
  }
  .sp_pulldown {
    display: flex;
    justify-content: center;
    margin: auto auto 16% auto;
  }
  .sp_pulldown > select {
    /* スタイルリセット */
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent
      url(http://ah118q1dav.smartrelease.jp/cms//wp-content/themes/upark/images/arr-rotate.svg)
      no-repeat center right 13px/24px 24px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    transform: scale(0.8);
    padding: 0.6em 0.8em;
    width: 55%;
    border-radius: 4px;
    /* リセット終わり */
    background-color: #f5f5f5;
  }
  .sp_pulldown > select:nth-child(2) {
    margin-left: -7%;
  }

  .single_page {
    padding-top: 55px;
  }
  .single_content {
    width: 85%;
    margin: 6% auto auto auto;
  }
  .top_section .date {
    font-size: 0.03rem;
    color: #888888;
  }
  .top_section .category {
    margin-left: 4%;
    padding: 2px 8px;
    letter-spacing: 1px;
    font-size: 0.02rem;
    position: relative;
    top: -2px;
  }
  .single_content .title {
    font-size: 0.05rem;
    margin: 8% auto 3%;
  }
  .single_content h2 {
    font-size: 0.032rem;
    font-weight: 200;
    letter-spacing: 1.8px;
    margin: 8% auto 3%;
    line-height: 1.8;
  }
  .single_content p {
    font-size: 0.026rem;
    letter-spacing: 1.4px;
    line-height: 2.2;
  }
  .main_sentence figure {
    margin: 2.5% auto;
  }
  .page_nav {
    text-align: center;
    margin: 7.3% auto 18.5% auto;
    width: 83%;
  }

  .access_content_wrapper {
    width: 100%;
    margin: 69px auto auto auto;
  }
  .access_content_wrapper h1 {
    font-size: 0.033rem;
    letter-spacing: 2.3px;
    width: 84%;
    margin: auto;
    line-height: 1.5;
  }
  .googlemap {
    width: 90%;
  }
  iframe {
    width: 100%;
  }

  .section {
    display: block;
    width: 85%;
    margin: 7.6% auto auto auto;
  }
  .section .right_side {
    width: auto;
  }
  .section:nth-child(n + 2) {
    margin-top: 10%;
  }
  .section .left_side {
    font-size: 0.035rem;
    padding-bottom: 4.2%;
    border-bottom: 1px solid #eeeeee;
  }
  .right_side_content_wrap {
    margin-top: 7%;
  }
  .right_side_content_wrap.sp_border {
    border-bottom: 1px solid #eeeeee;
  }
  .right_side .right_side_content_wrap:nth-child(n + 2) {
    margin-top: 8%;
  }
  .right_side_title {
    letter-spacing: 2.1px;
    font-size: 0.028rem;
    border-bottom: none;
    padding-bottom: 3%;
    margin-left: 3px;
  }
  .right_side_title::before {
    width: 0.028rem;
    height: 0.028rem;
  }
  .trans_name {
    font-size: 0.028rem;
    font-weight: bold;
  }
  .accesstime {
    text-align: left;
    font-size: 0.028rem;
    margin-top: 2.7%;
  }
  .flex_desc {
    display: block;
    letter-spacing: 1.7px;
    justify-content: space-between;
    padding: 4% 0;
    border-bottom: none;
  }
  .flex_desc:last-child {
    padding-bottom: 8%;
  }
  .flex_desc.price.sp_flex:nth-of-type(3) {
    margin-bottom: 0;
  }
  .flex_desc.price.sp_flex > .accesstime {
    margin-top: 0;
  }

  .flex_desc.price.sp_flex {
    display: flex;
    justify-content: space-between;
    padding: 2.5% 0;
    border-bottom: 1px solid #eeeeee;
  }
  p.notice.no_border {
    border-bottom: none;
    line-height: 1.4;
  }
  .flex_desc.price:nth-of-type(n + 2) .trans_name {
    font-size: 0.028rem;
  }
  .map_img {
    width: 100%;
    margin-bottom: 5%;
  }
  .map_notice {
    margin-bottom: 7%;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 7%;
  }
  .flex_desc.parking {
    padding: 3.2% 0;
  }
  p.notice {
    font-size: 0.027rem;
    margin: auto;
    letter-spacing: 1.3px;
    padding-bottom: 6%;
    border-bottom: 1px solid #eeeeee;
  }

  .kiyaku_wrapper {
    width: 84%;
    padding: 0;
    margin: 9% auto 15% auto;
  }
  .kiyaku_wrapper .section_kiyaku {
    padding: 0;
    margin-top: 7%;
    padding-bottom: 7.5%;
  }
  .kiyaku_wrapper .section_kiyaku .section_desc {
    margin-top: 3.3%;
  }
  .kiyaku_wrapper .section_kiyaku p {
    font-size: 0.028rem;
    line-height: 1.7;
  }
  .section_kiyaku .section_header {
    font-size: 0.035rem;
  }
  .flex_sentence {
    margin-top: 6%;
  }
  .flex_sentence:nth-of-type(n + 2) {
    margin-top: 3.8%;
  }
  .flex_sentence p:nth-child(1) {
    margin-right: 4.3%;
  }

  .accessmap_pulldown {
    margin: 7% 0 0 0;
  }
  .accessmap_pulldown select {
    width: 100%;
    transform: scale(0.9);
    padding: 0.9em 0.8em;
    background: transparent
      url(http://ah118q1dav.smartrelease.jp/cms//wp-content/themes/upark/images/arr-rotate.svg)
      no-repeat center right 0.034rem/24px 24px;
    background-color: #f5f5f5;
  }

  a.current .hum_btn_title {
    color: white;
  }

  .map_img .access_map_pin img {
    width: 15px;
  }
  .map_img .access_map_pin.merikencar {
    top: 30vw;
    left: 52.7vw;
  }
  .map_img .access_map_pin.merikencar .access_map_pin_txt {
    top: -5px;
    right: -87px;
  }

  .map_img .access_map_pin.merikenbus {
    top: 35.6vw;
    left: 48.2vw;
  }
  .map_img .access_map_pin.merikenbus .access_map_pin_txt {
    top: 22px;
    left: -21px;
  }
  .map_img .access_map_pin.kamomeriacar {
    top: 22.4vw;
    left: 31.7vw;
  }
  .map_img .access_map_pin.kamomeriacar .access_map_pin_txt {
    top: -7px;
    left: -62px;
  }
  .map_img .access_map_pin.kamomeriabus {
    top: 14.8vw;
    left: 34.7vw;
  }
  .map_img .access_map_pin.kamomeriabus .access_map_pin_txt {
    top: 0px;
    left: 18px;
  }
  .map_img .access_map_pin.merikencar_okura {
    top: 6.9vw;
    left: 49vw;
  }
  .map_img .access_map_pin.merikencar_okura .access_map_pin_txt {
    top: -3px;
    left: -154px;
  }

  .map_img .access_map_pin.harbor_bus {
    top: 37.8vw;
    left: 22.9vw;
  }
  .map_img .access_map_pin.harbor_bus .access_map_pin_txt {
    top: 20px;
    left: -35px;
  }
}

.main_sentence {
  line-height: 1.6;
}

@media only screen and (max-width: 480px) {
  .map_img .access_map_pin.merikencar {
    top: 30vw;
    left: 52.7vw;
  }
  .map_img .access_map_pin.merikenbus {
    top: 33.6vw;
    left: 47.2vw;
  }
  .map_img .access_map_pin.kamomeriacar {
    top: 19.4vw;
    left: 30.7vw;
  }
  .map_img .access_map_pin.kamomeriabus {
    top: 12.8vw;
    left: 33.7vw;
  }
  .map_img .access_map_pin.merikencar_okura {
    top: 3.9vw;
    left: 48vw;
  }
  .map_img .access_map_pin.harbor_bus {
    top: 35.8vw;
    left: 21.9vw;
  }

}