@charset "utf-8";
html.webp #satonoe {
  background: url("/images/wood_bg2-min.webp") top left;
  background-size: 1000px 350px;
}
html.webp .footer_nav {
  background: url("/images/wood_bg2-min.webp") top left;
  background-size: 1000px 350px;
}
@media (max-width: 599px) {
  html.webp #satonoe {
    background: url("/images/wood_bg2_sp-min.webp") top left;
    background-size: 375px 350px;
  }
  html.webp .footer_nav {
    background: url("/images/wood_bg2_sp-min.webp") top left;
    background-size: 375px 350px;
  }
}
#satonoe {
  background: url("/images/wood_bg2-min.png") top left;
  background-size: 1000px 350px;
  padding-top: 53px;
  padding-bottom: 30px;
}
#satonoe .container {
  max-width: 960px;
}
#satonoe .inner {
  border-radius: 12px;
  background: #fff;
}
#satonoe section h2.machinoe_7guidelines_headline {
  padding: 0 35px;
  margin-bottom: 35px;
  text-align: center;
  line-height: 0;
}
#satonoe section .catch {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  padding: 0 35px;
  margin-bottom: 20px;
}
#satonoe section.satonoe_main .satonoe_catch {
  padding: 40px 33px 0;
  margin-bottom: 20px;
}
#satonoe section.satonoe_main .satonoe_catch .satonoe_catch_inner {
  text-align: center;
  line-height: 1em;
  background: #008134;
  padding: 5px;
  font-size: 20px;
  color: #fff;
}
#satonoe section.satonoe_main .satonoe_catch .satonoe_catch_inner br {
  display: none;
}
#satonoe section.satonoe_main h1 {
  padding: 0 35px;
  margin-bottom: 35px;
  text-align: center;
  line-height: 0;
}
#satonoe section.satonoe_main h1 div.outer {
  position: relative;
  border-bottom: 4px solid #008134;
  padding-bottom: 4px;
}
#satonoe section.satonoe_main h1 div.outer > div {
  border-bottom: 1px solid #008134;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#satonoe section.satonoe_main h1 span {
  display: block;
  line-height: 0;
  bottom: 10px;
  margin: 0;
  padding: 7px 27px;
  border-left: 1px solid #008134;
  border-right: 1px solid #008134;
  height: min-content;
}
#satonoe section.satonoe_main h1 span img {
  width: 126px;
  max-width: 100%;
}
#satonoe section.satonoe_main h1 span img.sp {
  display: none;
}
#satonoe section.satonoe_main h1 p {
  width: calc(100% - 187px);
  text-align: center;
}
#satonoe section.satonoe_main h1 p img {
  width: 523px;
  max-width: 100%;
}
#satonoe section.satonoe_main h1 p img.sp {
  display: none;
}
@media (max-width: 960px) {
  #satonoe section.satonoe_main h1 span {
    padding: 7px 3.3334%;
    max-width: 23.0865%;
  }
  #satonoe section.satonoe_main h1 p {
    width: calc(100% - 23.0865%);
  }
  #satonoe section.satonoe_main h1 p img {
    width: 90.5297%;
  }
}
@media (max-width: 599px) {
  #satonoe {
    background: url("/images/wood_bg2_sp-min.png") top left;
    background-size: 375px 350px;
  }
  #satonoe section.satonoe_main .satonoe_catch {
    padding: 40px 20px 0;
  }
  #satonoe section.satonoe_main .satonoe_catch .satonoe_catch_inner {
    font-size: 18px;
    padding: 5px 20px;
    line-height: 1.5em;
  }
  #satonoe section.satonoe_main .satonoe_catch .satonoe_catch_inner br {
    display: inline;
  }
  #satonoe section.satonoe_main .satonoe_catch .satonoe_catch_inner span {
    margin-right: 0;
  }
  #satonoe section.satonoe_main h1 {
    padding: 0 20px;
  }
  #satonoe section.satonoe_main h1 div.outer > div {
    padding-bottom: 15px;
    flex-direction: column;
  }
  #satonoe section.satonoe_main h1 span {
    display: inline-block;
    padding: 7px 20px;
    max-width: 100%;
    margin-bottom: 20px;
  }
  #satonoe section.satonoe_main h1 span img {
    width: 100px;
  }
  #satonoe section.satonoe_main h1 p {
    width: 100%;
  }
  #satonoe section.satonoe_main h1 p img.pc {
    display: none;
  }
  #satonoe section.satonoe_main h1 p img.sp {
    display: inline;
    width: 272px;
    max-width: 100%;
  }
}
.satonoe_message {
  padding: 0 35px;
  font-family: 'Noto Serif JP';
  margin-bottom: 30px;
}
.satonoe_message h2 {
  font-size: 18px;
  line-height: 1em;
  text-align: center;
  color: #653309;
  margin-bottom: 20px;
}
.satonoe_message h2 br {
  display: none;
}
.satonoe_message p {
  font-size: 13px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 938px) {
  .satonoe_message {
    width: 720px;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .satonoe_message p {
    text-align: left;
  }
  .satonoe_message p br.pc {
    display: none;
  }
}
@media (max-width: 599px) {
  .satonoe_message {
    width: 720px;
    max-width: 100%;
    margin: 0 auto 30px;
    padding: 0 20px;
  }
  .satonoe_message h2 {
    line-height: 1.7em;
  }
  .satonoe_message h2 br {
    display: inline;
  }
  .satonoe_message p {
    text-align: left;
  }
  .satonoe_message p br.pc {
    display: none;
  }
}
.satonoe_mv {
  padding: 0 35px;
  margin-bottom: 30px;
}
.satonoe_mv .mv_inner {
  line-height: 0;
  position: relative;
}
.satonoe_mv .mv_inner picture {
  display: block;
  line-height: 0;
}
.satonoe_mv img {
  max-width: 100%;
}
.satonoe_mv figcaption {
  display: flex;
  font-size: 10px;
  line-height: 1.3em;
  align-items: flex-start;
  margin-top: 10px;
  letter-spacing: 0.05em;
}
.satonoe_mv figcaption span {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.15em;
  display: inline-block;
  min-width: 101px;
}
.satonoe_mv figcaption span:after {
  content: "｜";
  margin: 0 1em;
}
@media (max-width: 599px) {
  .satonoe_mv {
    padding: 0 20px;
  }
  .satonoe_mv figcaption {
    display: block;
  }
  .satonoe_mv figcaption span {
    display: block;
    margin-bottom: 5px;
  }
  .satonoe_mv figcaption span:after {
    display: none;
  }
}
.satonoe_about {
  padding: 0 35px;
  margin-bottom: 40px;
}
.satonoe_about .satonoe_about_hl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.satonoe_about .satonoe_about_hl hr {
  width: 100%;
  border-top: 1px solid #653309;
  border-bottom: 0;
}
.satonoe_about .satonoe_about_hl h2 {
  font-size: 17px;
  line-height: 1em;
  padding: 10px 25px;
  border: 1px solid #653309;
  color: #653309;
  min-width: 400px;
  text-align: center;
  font-family: 'Noto Serif JP';
}
.satonoe_about .satonoe_about_hl h2 br {
  display: none;
}
.satonoe_about p {
  max-width: 740px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.05em;
}
@media (max-width: 599px) {
  .satonoe_about {
    padding: 0 20px;
  }
  .satonoe_about .satonoe_about_hl h2 {
    font-size: 15px;
    line-height: 1.7em;
    padding: 10px 15px;
    min-width: 220px;
  }
  .satonoe_about .satonoe_about_hl h2 br {
    display: inline;
  }
  .satonoe_about p {
    max-width: 740px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 24px;
  }
}
.note_style_bg {
  background: url("/images/note_bg.png") center top;
  background-size: 11px 11px;
  padding: 35px;
  overflow: hidden;
}
@media (max-width: 599px) {
  .note_style_bg {
    padding: 35px 20px;
  }
}
.satonoe_note_wrap .satonoe_note {
  margin-bottom: 50px;
  background-color: #fff;
}
.satonoe_note_wrap .satonoe_note:last-child {
  margin-bottom: 0;
}
.satonoe_note_wrap .satonoe_note h2 {
  display: flex;
  align-items: center;
  padding: 0;
  border: 1px solid #b96731;
  width: 100%;
}
.satonoe_note_wrap .satonoe_note h2 p:first-child {
  text-align: center;
  line-height: 0;
  background-color: #b96731;
  width: 268px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.satonoe_note_wrap .satonoe_note h2 p:first-child img {
  width: 226px;
}
.satonoe_note_wrap .satonoe_note h2.note2 {
  border: 1px solid #a27e24;
}
.satonoe_note_wrap .satonoe_note h2.note2 p:first-child {
  background-color: #a27e24;
}
.satonoe_note_wrap .satonoe_note h2 p:last-child {
  line-height: 0;
  width: calc(100% - 268px);
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.satonoe_note_wrap .satonoe_note h2 p:last-child img {
  width: 509px;
  max-width: 100%;
}
.satonoe_note_wrap .satonoe_note h2 p:last-child img.sp {
  display: none;
}
.satonoe_note_wrap .satonoe_note .satonoe_map {
  line-height: 0;
  border-left: 1px solid #b96731;
  border-right: 1px solid #b96731;
}
.satonoe_note_wrap .satonoe_note .satonoe_map img {
  width: 100%;
  max-width: 100%;
}
.satonoe_note_wrap .satonoe_note .satonoe_map.sp {
  display: none;
}
.satonoe_note_wrap .satonoe_note .satonoe_map.note2 {
  border-left: 1px solid #a27e24;
  border-right: 1px solid #a27e24;
}
.satonoe_note_wrap .satonoe_note .satonoe_content_wrap {
  display: flex;
  border: 1px solid #b96731;
  padding: 20px 35px;
  justify-content: space-between;
}
.satonoe_note_wrap .satonoe_note .satonoe_content_wrap .satonoe_content_head {
  width: 124px;
  display: block;
  flex-direction: column;
  justify-content: space-between;
}
.satonoe_note_wrap .satonoe_note .satonoe_content_wrap .satonoe_content_head > img {
  width: 124px;
  max-width: 100%;
}
.satonoe_note_wrap .satonoe_note .satonoe_content_wrap .satonoe_content_head a {
  display: block;
  text-align: center;
  width: 124px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 0;
  padding: 3px 0;
  border: 1px solid #b96731;
  border-radius: 3px;
  margin-top: 20px;
}
.satonoe_note_wrap .satonoe_note .satonoe_content_wrap .satonoe_content_head a img {
  width: 91px;
  max-width: 100%;
}
.satonoe_note_wrap .satonoe_note .satonoe_content_wrap .satonoe_content {
  width: calc(100% - 124px - 30px);
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0;
}
.satonoe_note_wrap .satonoe_note .satonoe_content_wrap .satonoe_content p {
  margin-top: 10px;
  text-align: right;
  line-height: 0;
}
.satonoe_note_wrap .satonoe_note .satonoe_content_wrap .satonoe_content p a {
  display: inline-block;
  line-height: 0;
  padding: 3px 0;
  border: 1px solid #b96731;
  border-radius: 5px;
  width: 232px;
  text-align: center;
}
.satonoe_note_wrap .satonoe_note .satonoe_content_wrap .satonoe_content p a img {
  width: 195px;
}
.satonoe_note_wrap .satonoe_note .satonoe_content_wrap.note2 {
  border: 1px solid #a27e24;
}
.satonoe_note_wrap .satonoe_note .satonoe_content_wrap.note2 .satonoe_content_head a {
  border: 1px solid #a27e24;
}
@media (max-width: 938px) {
  .satonoe_note_wrap .satonoe_note h2 {
    display: block;
  }
  .satonoe_note_wrap .satonoe_note h2 p:first-child {
    width: 100%;
  }
  .satonoe_note_wrap .satonoe_note h2 p:first-child img {
    width: 226px;
  }
  .satonoe_note_wrap .satonoe_note h2 p:last-child {
    width: 100%;
    padding: 0 20px;
  }
  .satonoe_note_wrap .satonoe_note .satonoe_content_wrap .satonoe_content_head {
    display: block;
  }
  .satonoe_note_wrap .satonoe_note .satonoe_content_wrap .satonoe_content_head a {
    margin-top: 20px;
  }
}
@media (max-width: 599px) {
  .satonoe_note_wrap .satonoe_note h2 p:first-child {
    width: 100%;
  }
  .satonoe_note_wrap .satonoe_note h2 p:last-child {
    width: 100%;
    padding: 20px;
    height: auto;
  }
  .satonoe_note_wrap .satonoe_note h2 p:last-child img.pc {
    display: none;
  }
  .satonoe_note_wrap .satonoe_note h2 p:last-child img.sp {
    display: inline;
    width: 272px;
    max-width: 100%;
  }
  .satonoe_note_wrap .satonoe_note .satonoe_map.pc {
    display: none;
  }
  .satonoe_note_wrap .satonoe_note .satonoe_map.sp {
    display: block;
    padding-bottom: 20px;
  }
  .satonoe_note_wrap .satonoe_note .satonoe_map.sp p {
    line-height: 0;
  }
  .satonoe_note_wrap .satonoe_note .satonoe_map.sp ul {
    margin-top: 20px;
    padding: 0 20px;
  }
  .satonoe_note_wrap .satonoe_note .satonoe_map.sp ul li {
    margin-bottom: 20px;
  }
  .satonoe_note_wrap .satonoe_note .satonoe_map.sp ul li:last-child {
    margin-bottom: 0;
  }
  .satonoe_note_wrap .satonoe_note .satonoe_map.sp ul li h3 {
    font-size: 13px;
    color: #a27e24;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  .satonoe_note_wrap .satonoe_note .satonoe_map.sp ul li p {
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0;
  }
  .satonoe_note_wrap .satonoe_note .satonoe_content_wrap {
    padding: 20px;
    flex-direction: column;
    align-items: center;
  }
  .satonoe_note_wrap .satonoe_note .satonoe_content_wrap .satonoe_content_head {
    display: block;
  }
  .satonoe_note_wrap .satonoe_note .satonoe_content_wrap .satonoe_content_head a {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .satonoe_note_wrap .satonoe_note .satonoe_content_wrap .satonoe_content {
    width: 100%;
  }
  .satonoe_note_wrap .satonoe_note .satonoe_content_wrap .satonoe_content p {
    margin-top: 20px;
    text-align: center;
  }
}
.satonoe_narita_pj {
  background-color: #d3e7bc;
  border-radius: 5px;
  padding: 6px;
  margin-bottom: 50px;
}
.satonoe_narita_pj .narita_pj_inner {
  padding: 25px;
  position: relative;
}
.satonoe_narita_pj .narita_pj_inner:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 6px;
  width: calc(100% - 12px);
  height: 100%;
  border-top: 1px solid #008134;
  border-bottom: 1px solid #008134;
}
.satonoe_narita_pj .narita_pj_inner:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #008134;
  border-right: 1px solid #008134;
  pointer-events: none;
}
.satonoe_narita_pj h2 {
  line-height: 0;
  text-align: center;
  margin-bottom: 15px;
}
.satonoe_narita_pj h2 img {
  width: 744px;
  max-width: 100%;
}
.satonoe_narita_pj h2 img.sp {
  display: none;
}
.satonoe_narita_pj .narita_pj_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.satonoe_narita_pj .narita_pj_content .narita_pj_text {
  width: calc(100% - 360px - 30px);
}
.satonoe_narita_pj .narita_pj_content .narita_pj_text .narita_catch {
  text-align: center;
  line-height: 0;
  margin-bottom: 10px;
}
.satonoe_narita_pj .narita_pj_content .narita_pj_text .narita_catch img {
  width: 289px;
  max-width: 100%;
}
.satonoe_narita_pj .narita_pj_content .narita_pj_text .text {
  font-size: 12.5px;
  line-height: 20px;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
.satonoe_narita_pj .narita_pj_content .narita_pj_text a {
  display: inline-block;
  position: relative;
  padding-left: 1em;
  font-size: 11px;
  line-height: 18px;
}
.satonoe_narita_pj .narita_pj_content .narita_pj_text a:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url("/images/icon_tri.svg") no-repeat center;
  background-size: contain;
  margin-right: 2px;
  position: absolute;
  top: 4px;
  left: 0;
}
.satonoe_narita_pj .narita_pj_img {
  width: 360px;
  line-height: 0;
  display: flex;
  justify-content: space-between;
}
.satonoe_narita_pj .narita_pj_img.tb {
  display: none;
}
.satonoe_narita_pj .narita_pj_img img {
  height: 144px;
}
@media (max-width: 768px) {
  .satonoe_narita_pj .narita_pj_inner {
    display: flex;
    justify-content: space-between;
  }
  .satonoe_narita_pj h2 {
    margin-bottom: 25px;
  }
  .satonoe_narita_pj h2 img {
    width: 321px;
  }
  .satonoe_narita_pj h2 img.pc {
    display: none;
  }
  .satonoe_narita_pj h2 img.sp {
    display: inline;
  }
  .satonoe_narita_pj .narita_pj_content_wrap {
    width: calc(100% - 160px - 20px);
  }
  .satonoe_narita_pj .narita_pj_content {
    flex-direction: column;
    align-items: center;
  }
  .satonoe_narita_pj .narita_pj_content .narita_pj_text {
    width: 320px;
    max-width: 100%;
    text-align: center;
  }
  .satonoe_narita_pj .narita_pj_content .narita_pj_text .text {
    text-align: left;
  }
  .satonoe_narita_pj .narita_pj_content .narita_pj_text a {
    text-align: left;
  }
  .satonoe_narita_pj .narita_pj_img {
    width: 400px;
    max-width: 100%;
    display: none;
  }
  .satonoe_narita_pj .narita_pj_img.tb {
    display: block;
    flex-direction: column;
    width: 160px;
    min-width: 160px;
  }
  .satonoe_narita_pj .narita_pj_img.tb img {
    height: auto;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .satonoe_narita_pj .narita_pj_img.tb img:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 599px) {
  .satonoe_narita_pj .narita_pj_inner {
    padding: 25px 14px;
    display: block;
  }
  .satonoe_narita_pj .narita_pj_content_wrap {
    width: 100%;
  }
  .satonoe_narita_pj .narita_pj_content {
    flex-direction: column;
    align-items: center;
  }
  .satonoe_narita_pj .narita_pj_content .narita_pj_text {
    width: 400px;
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .satonoe_narita_pj .narita_pj_content .narita_pj_text .text {
    text-align: left;
  }
  .satonoe_narita_pj .narita_pj_content .narita_pj_text a {
    text-align: left;
  }
  .satonoe_narita_pj .narita_pj_img {
    width: 400px;
    max-width: 100%;
    flex-direction: column;
  }
  .satonoe_narita_pj .narita_pj_img.tb {
    width: 100%;
    min-width: 100%;
  }
}
.satonoe_bazukuri {
  background-color: #fde6c4;
  padding: 20px 37px 20px 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  align-items: center;
}
.satonoe_bazukuri .bazukuri_img {
  width: 311px;
  max-width: 100%;
  line-height: 0;
}
.satonoe_bazukuri .bazukuri_img img {
  width: 311px;
  max-width: 100%;
}
.satonoe_bazukuri .bazukuri_text {
  width: calc(100% - 311px - 35px);
}
.satonoe_bazukuri .bazukuri_text h2 {
  line-height: 0;
  padding-bottom: 16px;
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}
.satonoe_bazukuri .bazukuri_text h2 img {
  width: 390px;
  max-width: 100%;
}
.satonoe_bazukuri .bazukuri_text h2 img.sp {
  display: none;
}
.satonoe_bazukuri .bazukuri_text h2:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 6px;
  left: 0;
  border-bottom: 1px solid #653309;
}
.satonoe_bazukuri .bazukuri_text h2:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 4px solid #653309;
}
.satonoe_bazukuri .bazukuri_text .text {
  font-size: 12.5px;
  line-height: 20px;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
.satonoe_bazukuri .bazukuri_text a {
  display: inline-block;
  position: relative;
  padding-left: 1em;
  font-size: 11px;
  line-height: 18px;
}
.satonoe_bazukuri .bazukuri_text a:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url("/images/icon_tri.svg") no-repeat center;
  background-size: contain;
  margin-right: 2px;
  position: absolute;
  top: 4px;
  left: 0;
}
@media (max-width: 599px) {
  .satonoe_bazukuri {
    padding: 30px 20px;
    flex-direction: column;
  }
  .satonoe_bazukuri .bazukuri_img {
    margin-bottom: 30px;
  }
  .satonoe_bazukuri .bazukuri_text {
    width: 100%;
  }
  .satonoe_bazukuri .bazukuri_text h2 {
    margin-bottom: 20px;
  }
  .satonoe_bazukuri .bazukuri_text h2 img.pc {
    display: none;
  }
  .satonoe_bazukuri .bazukuri_text h2 img.sp {
    display: inline;
    width: 217px;
    max-width: 100%;
  }
}
.satonoe_history h2 {
  line-height: 0;
  margin-bottom: 35px;
}
.satonoe_history h2 img {
  width: 281px;
  max-width: 100%;
}
.satonoe_history .history_items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.satonoe_history .history_items li {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 20px;
}
.satonoe_history .history_items li img {
  width: 385px;
  max-width: 100%;
}
@media (max-width: 599px) {
  .satonoe_history .history_items li {
    width: 100%;
  }
  .satonoe_history .history_items li:last-child {
    margin-bottom: 0;
  }
}
.footer_nav {
  background: url("/images/wood_bg2-min.png") top left;
}
@media (max-width: 599px) {
  .footer_nav {
    background: url("/images/wood_bg2_sp-min.png") top left;
    background-size: 375px 350px;
  }
}
.photo_gallery {
  padding: 35px;
  font-family: 'Noto Serif JP';
  margin-bottom: 30px;
  overflow: hidden;
}
.photo_gallery h2 {
  font-size: 18px;
  line-height: 1em;
  text-align: center;
  color: #653309;
  margin-bottom: 20px;
}
.photo_gallery h2 br {
  display: none;
}
@media (max-width: 938px) {
  .photo_gallery {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
.satonoe_to_details_wrap {
  text-align: center;
  max-width: 740px;
  margin: 60px auto;
  display: flex;
  line-height: 0;
  justify-content: center;
}
.satonoe_to_details_wrap a {
  display: inline-block;
  line-height: 0;
  margin: 0 20px;
}
.satonoe_to_details_wrap a img {
  width: 318px;
  max-width: 100%;
}
@media (max-width: 599px) {
  .satonoe_to_details_wrap {
    margin: 40px auto;
    display: block;
  }
  .satonoe_to_details_wrap a {
    margin-bottom: 20px;
  }
  .satonoe_to_details_wrap a:last-child {
    margin-bottom: 0;
  }
}
.googlemap_wrap {
  width: 100%;
  height: 500px;
  padding-bottom: 0;
}
.googlemap_wrap iframe {
  width: 100%;
  height: 100%;
}
.head_img {
  display: block;
  line-height: 0;
  margin-bottom: 35px;
}
.head_img img {
  width: 100%;
}
