@charset "UTF-8";
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #000;
}

a:hover {
  opacity: 0.8;
  transition: 0.15s;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

.sp-flex {
  display: none !important;
}

.pc-flex {
  display: flex !important;
}

.sp-inlineblock {
  display: none !important;
}

.pc-inlineblock {
  display: inline-block !important;
}

.sp-inline {
  display: none !important;
}

.pc-inline {
  display: inline !important;
}

@media screen and (max-width: 750px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp-flex {
    display: flex !important;
  }
  .pc-flex {
    display: none !important;
  }
  .sp-inlineblock {
    display: inline-block !important;
  }
  .pc-inlineblock {
    display: none !important;
  }
  .sp-inline {
    display: inline !important;
  }
  .pc-inline {
    display: none !important;
  }
}
:root {
  --main_color: #e15e70;
}

/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

li {
  list-style: none;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

*:focus {
  outline: none;
}

.ank {
  margin: -10px 0 0 0;
  padding: 10px 0 0 0;
}

.ank.ank_mg {
  margin: -50px 0 0 0;
  padding: 50px 0 0 0;
}

@media screen and (min-width: 750px) {
  .ank {
    margin: -30px 0 0 0;
    padding: 30px 0 0 0;
  }
  .ank.ank_mg {
    margin: -150px 0 0 0;
    padding: 150px 0 0 0;
  }
}
body {
  color: #3e3a39;
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  background-image: url(../img/back_loop.jpg);
  background-size: 1400px auto;
  background-position: 0 0;
  background-attachment: fixed;
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  body {
    background-size: 100% auto;
    background-image: url(../img/back_loop_sp.jpg);
  }
}
.body_download {
  padding: 0;
}

.wrapper {
  overflow: hidden;
  padding: 77px 0 77px 0;
}
@media screen and (max-width: 750px) {
  .wrapper {
    padding: 20px 0 20px;
  }
}

main {
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
  background-image: url(../img/white_back.png);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  padding: 1em;
}
main h1 {
  padding: 1.8em 2em 0;
}
@media screen and (max-width: 750px) {
  main {
    background-image: url(../img/white_back_sp.png);
    width: 90%;
  }
}
main .part01 {
  position: absolute;
  top: -30px;
  right: -22px;
  max-width: 224px;
}
@media screen and (max-width: 750px) {
  main .part01 {
    width: 34%;
    top: 11%;
    max-width: unset;
    right: -8px;
  }
}
main .part02 {
  max-width: 1206px;
  margin: 1.5em 0 1em 0;
  position: relative;
  left: -49px;
  width: 103%;
}
@media screen and (max-width: 750px) {
  main .part02 {
    max-width: unset;
    left: -25px;
    width: 116%;
  }
}
main .part03 {
  max-width: 1247px;
  width: 106%;
  left: -45px;
  position: relative;
  bottom: 0px;
}
@media screen and (max-width: 750px) {
  main .part03 {
    width: 114%;
    left: -28px;
    bottom: -7px;
  }
}
@media screen and (max-width: 750px) {
  main h1 {
    width: 100%;
    margin: 0 auto;
    padding: 0.5em 0 0 0;
  }
}
main .main_inner {
  background-color: #fff;
}

.contents {
  max-width: 1220px;
  margin: 0 auto;
  background-image: url(../img/white_back.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 0 0 1em;
}
@media screen and (max-width: 750px) {
  .contents {
    background-image: url(../img/white_back_sp.png);
  }
}
.contents .inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto 0;
  padding: 1.7em 0 3em;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .contents .inner {
    padding: 1em 0 1em;
    width: 97%;
  }
}
.contents .imgs {
  margin: 0 0 1em;
}
.contents .page_nav {
  margin: 0 0 4.7em;
}
@media screen and (max-width: 750px) {
  .contents .page_nav {
    margin: 0 0 3.5em;
  }
}
.contents .page_nav ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .contents .page_nav ul {
    flex-wrap: wrap;
  }
}
.contents .page_nav ul li {
  margin: 0 1.2em 0 0;
}
@media screen and (max-width: 750px) {
  .contents .page_nav ul li {
    width: 45%;
    margin: 0 0.3em 0.5em;
  }
}
.contents .page_nav ul li:last-child {
  margin: 0 0 0 0;
}

@media screen and (max-width: 750px) {
  .contents {
    width: 89.7%;
    margin: 0 auto;
  }
}
.contents .inner .article {
  padding: 0 0 0;
}
@media screen and (max-width: 750px) {
  .contents .inner .article {
    width: 90%;
    margin: 0 auto;
  }
}
.contents .inner .article > .title {
  background-color: #a6ba19;
  font-size: 40px;
  color: #fff;
  text-align: center;
  padding: 0.45em 0;
  margin: 0 0 0.9em;
  position: relative;
}
@media screen and (max-width: 750px) {
  .contents .inner .article > .title {
    font-size: 23px;
    padding: 0.7em 0;
  }
}
.contents .inner .article > .title .i {
  line-height: 1;
  background-image: url(../img/i_house.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  display: inline-block;
  background-size: 55px auto;
  padding: 0.2em 0 0.2em 1.8em;
}
@media screen and (max-width: 750px) {
  .contents .inner .article > .title .i {
    background-size: 30px auto;
  }
}
.contents .inner .article > .title .note {
  position: absolute;
  top: 0.7em;
  right: 33px;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .contents .inner .article > .title .note {
    color: #3e3a39;
    text-align: right;
    right: 0;
    top: -30px;
  }
}
.contents .inner .article > .title .note .p01 {
  font-size: 16px;
  margin: 0 0 0.8em;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 750px) {
  .contents .inner .article > .title .note .p01 {
    font-size: 12px;
    display: inline;
  }
}
.contents .inner .article > .title .note .p02 {
  font-size: 12px;
  line-height: 1;
  margin: 0;
  display: block;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 750px) {
  .contents .inner .article > .title .note .p02 {
    font-size: 10px;
    display: inline;
  }
}
.contents .inner .article > .title_blue {
  background-color: #1f8ea8;
}
.contents .inner .article > .title_pink {
  background-color: #d47f9a;
}
.contents .inner .article > .title_orange {
  background-color: #e99312;
}
.contents .inner .article > .title_brown {
  background-color: #9f8b4a;
}
.contents .inner .article .blk {
  background-image: url(../img/dot.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 0 0 0.5em 0;
  margin: 0 0 1.5em 0;
}
@media screen and (max-width: 750px) {
  .contents .inner .article .blk {
    padding: 0 0 0.3em 0;
    margin: 0 0 1.3em 0;
  }
}
.contents .inner .article .blk > .layout {
  display: flex;
  width: 92%;
  margin: 0 auto 2em;
}
@media screen and (max-width: 750px) {
  .contents .inner .article .blk > .layout {
    display: block;
    width: 100%;
  }
}
.contents .inner .article .blk > .layout .img {
  width: 30%;
}
@media screen and (max-width: 750px) {
  .contents .inner .article .blk > .layout .img {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .contents .inner .article .blk > .layout .img_mg {
    margin: -2em auto 0;
  }
}
.contents .inner .article .blk > .layout .txt {
  width: 70%;
  padding: 1.5em 0 0 1.5em;
  position: relative;
}
@media screen and (max-width: 750px) {
  .contents .inner .article .blk > .layout .txt {
    padding: 1.3em 0 0 0;
    width: 100%;
  }
}
.contents .inner .article .blk > .layout .txt .title {
  font-weight: bold;
  margin: 0 0 0.7em;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.contents .inner .article .blk > .layout .txt .title .info_end {
  font-weight: bold;
  color: red;
  font-size: 14px;
  padding: 0 0 0 0.5em;
}
@media screen and (max-width: 750px) {
  .contents .inner .article .blk > .layout .txt .title .info_end {
    font-size: 12px;
    display: block;
    text-align: center;
    padding: 0.5em 0 0 0em;
  }
}
@media screen and (max-width: 750px) {
  .contents .inner .article .blk > .layout .txt .title {
    text-align: center;
    margin: 0 0 1.3em;
  }
}
.contents .inner .article .blk > .layout .txt .title .p01 {
  font-size: 13px;
  color: #a6ba19;
  margin: 0 0 0.5em;
  padding: 0;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .contents .inner .article .blk > .layout .txt .title .p01 {
    font-size: 12px;
  }
}
.contents .inner .article .blk > .layout .txt .title .p02 {
  font-size: 23px;
  color: #a6ba19;
}
@media screen and (max-width: 750px) {
  .contents .inner .article .blk > .layout .txt .title .p02 {
    font-size: 20px;
    line-height: 1.3;
  }
}
.contents .inner .article .blk > .layout .txt .title .p02_blue {
  color: #1f8ea8;
}
.contents .inner .article .blk > .layout .txt .title .p02_pink {
  color: #d47f9a;
}
.contents .inner .article .blk > .layout .txt .title .p02_orange {
  color: #e99312;
}
.contents .inner .article .blk > .layout .txt .title .p02_brown {
  color: #9f8b4a;
}
.contents .inner .article .blk > .layout .txt .title .p03 {
  font-weight: normal;
  font-size: 13px;
  display: block;
  line-height: 1.5;
  margin: 0.7em 0 0 0;
}
@media screen and (max-width: 750px) {
  .contents .inner .article .blk > .layout .txt .title .p03 {
    font-size: 11px;
  }
}
.contents .inner .article .blk > .layout .txt > .lead {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 1.2em;
}
@media screen and (max-width: 750px) {
  .contents .inner .article .blk > .layout .txt > .lead {
    font-size: 14px;
    margin: 0 0 1em;
  }
}
.contents .inner .article .blk > .layout .txt .info {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .contents .inner .article .blk > .layout .txt .info {
    font-size: 12px;
  }
}
.contents .inner .article .blk > .layout .txt .info dl {
  display: flex;
  margin: 0 0 0.2em;
}
.contents .inner .article .blk > .layout .txt .info dl dd a {
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  .contents .inner .article .blk > .layout .txt .info dl {
    margin: 0 0 0.1em;
  }
}
.contents .inner .article .blk > .layout.layout_border {
  border: 7px solid #dbdbdb;
  border-radius: 11px;
  width: 95%;
  padding: 1.5em 0 1em 0;
}
@media screen and (max-width: 750px) {
  .contents .inner .article .blk > .layout.layout_border {
    border: 5px solid #dbdbdb;
    width: 100%;
    border-radius: 6px;
    padding: 1em 0 1em 0;
    margin: 0 0 1.3em;
  }
}
.contents .inner .article .blk > .layout.layout_border .img {
  width: 30.5%;
  padding: 0 1em 0 4em;
}
@media screen and (max-width: 750px) {
  .contents .inner .article .blk > .layout.layout_border .img {
    width: 90%;
    padding: 0 1em 0 4em;
  }
}
.contents .inner .article .blk > .layout.layout_border .txt {
  width: 69.5%;
  padding: 1em 3em 0 1.5em;
}
@media screen and (max-width: 750px) {
  .contents .inner .article .blk > .layout.layout_border .txt {
    width: 90%;
    margin: 0 auto;
    padding: 1em 0 0 0;
  }
}
.contents .inner .article .blk > .layout.layout_border .txt .title .p02 {
  color: #3e3a39;
  padding: 0 3em 0 0;
}
@media screen and (max-width: 750px) {
  .contents .inner .article .blk > .layout.layout_border .txt .title .p02 {
    padding: 0 0 0 0;
  }
}
.contents .inner .article .blk > .layout.layout_border .txt .lead {
  font-size: 14px;
}
.contents .inner .article .blk_noborder {
  background-image: none;
  margin: 0;
}
.contents .inner .article .blk_noborder_mg {
  background-image: none;
  margin: 0 0 2em;
}
@media screen and (max-width: 750px) {
  .contents .inner .article .blk_noborder_mg {
    margin: 0;
  }
}
.contents .inner .article .btn {
  width: 526px;
  height: 85px;
  display: flex;
  background-color: #a6ba19;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  position: relative;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .contents .inner .article .btn {
    width: 90%;
    font-size: 18px;
    height: 55px;
  }
}
.contents .inner .article .btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 50px;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 750px) {
  .contents .inner .article .btn:after {
    right: 25px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}
.contents .inner .article .btn_wrap {
  margin: 0.6em 0 4.8em;
}
@media screen and (max-width: 750px) {
  .contents .inner .article .btn_wrap {
    margin: 0em 0 2.6em;
  }
}
.contents .inner .article > .lead {
  font-size: 18px;
  text-align: center;
  margin: 0 0 2em;
  padding: 0.6em 0 0 0;
}
@media screen and (max-width: 750px) {
  .contents .inner .article > .lead {
    padding: 0em 0 0 0;
    font-size: 16px;
    margin: 0 0 1em;
  }
}
.contents .inner .article .layout_2_col {
  max-width: 828px;
  margin: 0 auto;
  padding: 0 0 6em;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .contents .inner .article .layout_2_col {
    display: block;
    padding: 0 0 1em;
  }
}
.contents .inner .article .layout_2_col .item {
  width: 46%;
}
@media screen and (max-width: 750px) {
  .contents .inner .article .layout_2_col .item {
    width: 90%;
    margin: 0 auto 1.3em;
  }
}
.contents .inner .article .layout_2_col .item .name {
  font-size: 23px;
  color: #9f8b4a;
  font-weight: bold;
  text-align: center;
  margin: 0 0 0.7em;
}
@media screen and (max-width: 750px) {
  .contents .inner .article .layout_2_col .item .name {
    margin: 0 0 0.5em;
    font-size: 20px;
  }
}
.contents .inner .article .layout_2_col .item .img .note {
  font-size: 14px;
  display: block;
  margin: 1em 0 0 0;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .contents .inner .article .layout_2_col .item .img .note {
    font-size: 12px;
  }
}
.contents .inner .article .layout_2_col .item .img .note span {
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  .contents .inner .article .layout_2_col .item .img .note span {
    font-size: 10px;
  }
}
.contents .inner .schedule {
  border: 7px solid #dbdbdb;
  border-radius: 11px;
  padding: 2.7em 0 3.2em 0;
  text-align: center;
  margin: 0 0 5.8em;
}
@media screen and (max-width: 750px) {
  .contents .inner .schedule {
    border-radius: 0;
    padding: 2em 0;
    border: none;
    border-top: 5px solid #dbdbdb;
    border-bottom: 5px solid #dbdbdb;
    width: 90%;
    margin: 0 auto 2em;
  }
}
.contents .inner .schedule .title {
  font-size: 40px;
  color: #898989;
  margin: 0 0 1em;
}
@media screen and (max-width: 750px) {
  .contents .inner .schedule .title {
    font-size: 23px;
  }
}
.contents .inner .schedule .img {
  margin: 0 auto 1.6em;
  width: 90%;
  max-width: 944px;
}
@media screen and (max-width: 750px) {
  .contents .inner .schedule .img {
    margin: 0 0 1em;
    width: auto;
  }
}
.contents .inner .schedule .note {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .contents .inner .schedule .note {
    font-size: 12px;
    text-align: left;
  }
}
.contents .inner .map {
  border-bottom: 3px solid #dbdbdb;
  padding: 0 0 6.1em;
  margin: 0 0 3.7em;
}
@media screen and (max-width: 750px) {
  .contents .inner .map {
    width: 90%;
    margin: 0 auto 2.3em;
    padding: 0 0 1.3em;
    border-bottom: 5px solid #dbdbdb;
  }
}
.contents .inner .map .title {
  margin: 0 0 2em;
}
@media screen and (max-width: 750px) {
  .contents .inner .map .title {
    margin: 0 0 1.5em;
  }
}
.contents .inner .map .title dl {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .contents .inner .map .title dl {
    line-height: 1.2;
  }
}
.contents .inner .map .title dt {
  margin: 0.5em 0 0 0;
  font-weight: bold;
  font-size: 18px;
  background-color: #9f8b4a;
  border-radius: 50px;
  padding: 0.3em 0.5em 0.4em;
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .contents .inner .map .title dt {
    font-size: 11px;
    flex-shrink: 0;
    margin: 0.1em 0 0 0;
  }
}
.contents .inner .map .title dd {
  padding: 0 0 0 0.6em;
  color: #9f8b4a;
}
@media screen and (max-width: 750px) {
  .contents .inner .map .title dd {
    padding: 0 0 0 0.3em;
  }
}
.contents .inner .map .title .p01 {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .contents .inner .map .title .p01 {
    font-size: 17px;
  }
}
.contents .inner .map .title .p02 {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .contents .inner .map .title .p02 {
    font-size: 12px;
  }
}
.contents .inner .map .title .p03 {
  font-size: 18px;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .contents .inner .map .title .p03 {
    font-size: 12px;
  }
}
.contents .inner .map .layout {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .contents .inner .map .layout {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
.contents .inner .map .layout .img {
  width: 53%;
}
@media screen and (max-width: 750px) {
  .contents .inner .map .layout .img {
    width: 95%;
    margin: 0 auto 1.5em;
  }
}
.contents .inner .map .layout .txt {
  width: 47%;
  padding: 0 0 0 3em;
}
@media screen and (max-width: 750px) {
  .contents .inner .map .layout .txt {
    width: 100%;
    padding: 0 0 0 0;
  }
}
.contents .inner .map .layout .txt p {
  margin: 0 0 1em;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .contents .inner .map .layout .txt p {
    font-size: 14px;
  }
}

footer {
  padding: 0 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  footer {
    width: 90%;
    margin: 0 auto;
  }
}

.bana {
  max-width: 1330px;
  margin: 0 auto 3.5em;
}
@media screen and (max-width: 750px) {
  .bana {
    margin: 0 auto 2em;
  }
}

.bana ul {
  text-align: left;
  width: calc(100% + 20px);
}
@media screen and (max-width: 750px) {
  .bana ul {
    width: 100%;
    margin: 0 0 0.5em;
    text-align: center;
  }
}

.bana li {
  display: inline-block;
  margin: 0 20px 20px 0;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .bana li {
    margin: 0 0.3em 0.6em;
  }
  .bana li img {
    width: 100%;
  }
  .bana li:nth-child(1) {
    width: 25%;
  }
  .bana li:nth-child(2) {
    width: 25%;
  }
  .bana li:nth-child(3) {
    width: 40%;
  }
  .bana li:nth-child(4) {
    width: 42%;
  }
  .bana li:nth-child(5) {
    width: 38%;
  }
  .bana li:nth-child(6) {
    width: 50%;
  }
}

.bana p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.4;
  text-indent: -5.9rem;
  padding-left: 5.9rem;
}
@media screen and (max-width: 750px) {
  .bana p {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1.5;
    text-indent: -3rem;
    padding-left: 3.5rem;
  }
}

.bana p span {
  display: inline-block;
  text-indent: 0;
}

.contact {
  max-width: 1330px;
  margin: 0 auto 90px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .contact p.p01 {
    width: 70%;
  }
  .contact p.p01 br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .contact p.p01 {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .contact {
    margin: 0 auto 2em;
  }
  .contact p {
    font-size: 14px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
}
.contact .flex {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 750px) {
  .contact .flex {
    display: block;
  }
}

.contact dl {
  margin-bottom: 0.8em;
}
@media screen and (max-width: 750px) {
  .contact dl {
    margin-bottom: 0.8em;
  }
}

.contact dt {
  background-color: #9f8b4a;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  width: 10%;
  width: 129px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .contact dt {
    width: 100%;
    font-size: 18px;
    font-feature-settings: "palt";
    letter-spacing: 0.12em;
    height: 50px;
    margin: 0 0 0.8em;
  }
}

.contact dd {
  padding: 0 0 0 1.2em;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
.contact dd p {
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .contact dd {
    text-align: center;
    padding: 0;
    font-size: 14px;
  }
  .contact dd div {
    text-align: left;
    line-height: 1.3;
  }
}
.contact dd .p01 {
  font-weight: bold;
  font-size: 36px;
  color: #9f8b4a;
  margin: 0 0.3em 0 0;
  letter-spacing: 0.018em;
  line-height: 1.3;
}
@media screen and (max-width: 1100px) {
  .contact dd .p01 {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .contact dd .p01 {
    font-size: 28px;
    text-align: left;
    margin: 0 0 0 0;
  }
}
.contact dd .p01 a {
  color: #9f8b4a;
}
.contact dd .p01 .p02 {
  font-size: 22px;
  margin: 0 0.4em 0 0;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .contact dd .p01 .p02 {
    font-size: 18px;
    margin: 0 0.2em 0 0;
  }
}
.contact dd .p01 .p03 {
  font-size: 20px;
  margin: 0 0.4em 0 0;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .contact dd .p01 .p03 {
    font-size: 16px;
    margin: 0 0.2em 0 0;
  }
}

.contact dd p {
  margin: 0;
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .contact dd p {
    font-size: 14px;
    margin: 0 auto 0.7em;
    line-height: 1.3;
  }
}

.contact dd p span {
  display: inline-block;
}

.contact dd div img {
  margin: 5px 30px 5px 0px;
}

.tel-link {
  pointer-events: none;
  display: inline-block;
}

.iphone .tel-link,
.android .tel-link {
  pointer-events: inherit;
}

footer .copy {
  font-size: 12px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  footer .copy {
    font-size: 10px;
  }
}

.insta {
  text-align: center;
  width: 153px;
  position: absolute;
  bottom: -86%;
  right: 4%;
  z-index: 1;
  display: block;
}
@media screen and (max-width: 1200px) {
  .insta {
    right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .insta {
    right: 0;
    bottom: -40px;
  }
}
@media screen and (max-width: 900px) {
  .insta {
    position: relative;
    bottom: auto;
    right: -0.4em;
    margin: 2em auto 0;
  }
}
@media screen and (max-width: 750px) {
  .insta {
    display: flex;
    width: 190px;
    margin: 1.5em auto 0;
  }
}
@media screen and (max-width: 750px) {
  .insta .img {
    width: 43px;
  }
}
.insta .txt {
  text-decoration: underline;
  font-size: 14px;
  color: #3e3a39;
}
@media screen and (max-width: 750px) {
  .insta .txt {
    width: 147px;
  }
}/*# sourceMappingURL=style.css.map */