@charset "UTF-8";
/*
Eric Meyer's CSS Reset
<a href="http://meyerweb.com/eric/tools/css/reset/" target="_blank" rel="noreferrer" style="cursor:help;display:inline !important;">http://meyerweb.com/eric/tools/css/reset/</a>
v1.0 | 20080212
CSSresetr.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing=0' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

ul {
  list-style-type: none;
}

button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
  padding: 0;
}

.mod-map, .sec-strawberry, footer, .sec-shop, .sec-goat, .sec-kawarakeya, .sec-top, .wrapper {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .mod-map, .sec-strawberry, footer, .sec-shop, .sec-goat, .sec-kawarakeya, .sec-top, .wrapper {
    min-width: 980px;
    max-width: 1600px;
    margin: 0 auto;
  }
}
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "HiraKakuProN-W3", "メイリオ", Meiryo, sans-serif;
  color: rgb(85, 139, 47);
  font-weight: 500;
  background-color: #e6e6e6;
}
body.stat-locked {
  position: fixed;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  img {
    max-width: 100%;
    height: auto;
  }
  p {
    max-width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: justify;
  }
}
.wrapper {
  background-color: #fff;
}

.mod-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
@media screen and (min-width: 751px) {
  .mod-menu {
    width: 100%;
    background-color: transparent;
    font-weight: 700;
  }
  .mod-menu .goat {
    width: 40px;
    height: 33px;
    position: absolute;
    top: 12px;
    left: 18px;
    opacity: 0;
    transition: all 0.5s;
  }
  .mod-menu .goat img {
    width: 100%;
    height: 100%;
  }
  .mod-menu .items {
    *zoom: 1;
  }
  .mod-menu .items:before, .mod-menu .items:after {
    content: " ";
    display: table;
  }
  .mod-menu .items:after {
    clear: both;
  }
  .mod-menu .items > li, .mod-menu .items > dt, .mod-menu .items > dd {
    float: left;
  }
  .mod-menu .items > dt {
    clear: left;
  }
  .mod-menu .items {
    margin-right: -265px;
    margin-left: auto;
    padding: 22px 0 10px;
    width: 530px;
    position: relative;
    right: 50%;
    transition: all 1s;
  }
  .mod-menu li {
    margin: 0 17px;
    padding: 0 2px 10px;
    border-bottom: solid 2px transparent;
  }
  .mod-menu a {
    display: block;
    height: 100%;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
  }
  .mod-menu .current {
    display: block;
    width: 42px;
    height: 2px;
    padding: 0;
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    border: none;
    transition: all 0.5s;
  }
  .mod-menu.fixed {
    background-color: #fff;
  }
  .mod-menu.fixed .goat {
    opacity: 1;
  }
  .mod-menu.fixed .current {
    background-color: #000;
  }
  .mod-menu.fixed ul {
    margin-right: 0;
  }
  .mod-menu.fixed .items {
    right: 150px;
  }
  .mod-menu.fixed a {
    color: #000;
  }
  .mod-menu.fixed .mod-instagram img {
    filter: brightness(0);
    transition: filter 0.5s;
  }
  .mod-menu.fixed .mod-lang li:first-of-type::after {
    color: #000;
  }
  .mod-menu.fixed .mod-lang .lang-current {
    border-bottom: solid 2px #000;
  }
}
@media screen and (max-width: 750px) {
  .mod-menu {
    background-color: rgba(0, 0, 0, 0.5);
    width: 160px;
    height: 100%;
    left: -160px;
    transition: left 0.3s;
  }
  .mod-menu.stat-open {
    left: 0;
  }
  .mod-menu .goat {
    display: none;
  }
  .mod-menu ul {
    margin-top: 70px;
  }
  .mod-menu li {
    padding: 1em 0 1em 30px;
    font-size: 12px;
  }
  .mod-menu a {
    text-decoration: none;
    color: #fff;
  }
  .mod-menu .btn-close-menu {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}

.mod-instagram {
  height: auto !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  transition: opacity 0.3s;
}
.mod-instagram:hover {
  opacity: 1;
}
.mod-instagram img {
  display: block;
}
@media screen and (min-width: 750px) {
  .mod-instagram {
    position: absolute;
    top: 19px;
    right: 108px;
    width: 18px;
    height: 18px;
  }
  .mod-instagram img {
    filter: brightness(0) invert(1);
    transition: filter 0.5s;
  }
}
@media screen and (max-width: 749px) {
  .mod-instagram {
    position: absolute;
    top: 360px;
    left: 30px;
    width: 20px;
    height: 20px;
    color: #fff;
  }
  .mod-instagram img {
    filter: brightness(0) invert(1);
  }
}

.mod-lang {
  display: flex;
}
.mod-lang li {
  display: flex;
  margin: 0;
}
.mod-lang li:first-of-type::after {
  content: "/";
  display: inline-block;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 750px) {
  .mod-lang {
    padding: 22px 18px 10px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .mod-lang li:first-of-type::after {
    margin: 0 1px 0 6px;
  }
  .mod-lang a {
    color: #fff;
    font-weight: 700;
  }
  .mod-lang .lang-current {
    border-bottom: solid 2px #fff;
  }
}
@media screen and (max-width: 749px) {
  .mod-lang {
    position: absolute;
    top: -50px;
    left: 30px;
  }
  .mod-lang li {
    padding: 0;
  }
  .mod-lang li:first-of-type::after {
    margin: 0 7px 0 6px;
  }
}

.menu-close-layer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.menu-close-layer.stat-open {
  display: block;
}

.btn-ham {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10000;
}

.btn-std, .btn-blog {
  display: inline-block;
  background-color: rgb(85, 139, 47);
  color: #fff;
  line-height: 42px;
  font-size: 13.5px;
  text-align: center;
  letter-spacing: 0.08em;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  height: 40px;
}
.btn-std img, .btn-blog img {
  margin-right: 10px;
  vertical-align: -4px;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .btn-std, .btn-blog {
    width: 100%;
    height: 40px;
  }
}

.btn-blog {
  width: 260px;
}

.tac {
  text-align: center;
}

.f-l1, .mod-company, .sec-strawberry h1, footer h1, .sec-shop h1, .sec-goat h1, .sec-kawarakeya h1 {
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 751px) {
  .f-l1, .mod-company, .sec-strawberry h1, footer h1, .sec-shop h1, .sec-goat h1, .sec-kawarakeya h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .f-l1, .mod-company, .sec-strawberry h1, footer h1, .sec-shop h1, .sec-goat h1, .sec-kawarakeya h1 {
    font-size: 18px;
  }
}

.f-s1, .sec-top li .date {
  font-size: 10px;
  font-weight: bold;
  color: rgb(85, 139, 47);
  letter-spacing: 0.02em;
}

.f-m1, .sec-top li h2 {
  font-size: 16px;
  font-weight: bold;
  color: rgb(85, 139, 47);
  letter-spacing: 0.02em;
}

.f-m2, .sec-top li p {
  font-size: 12px;
  color: rgb(85, 139, 47);
  line-height: 1.5;
}

.f-m3, .sec-strawberry .intro, footer .intro, .sec-shop .intro, .sec-goat .intro, .sec-kawarakeya .intro {
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 751px) {
  .f-m3, .sec-strawberry .intro, footer .intro, .sec-shop .intro, .sec-goat .intro, .sec-kawarakeya .intro {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .f-m3, .sec-strawberry .intro, footer .intro, .sec-shop .intro, .sec-goat .intro, .sec-kawarakeya .intro {
    font-size: 15px;
    line-height: 26.3px;
  }
}

@media screen and (max-width: 750px) {
  .onlyWide {
    display: none;
  }
}

@media screen and (min-width: 751px) {
  .onlyThin {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .blockOnWide {
    display: block;
  }
}

@media screen and (min-width: 750px) {
  .br-on-wide {
    display: block;
  }
}

@media screen and (max-width: 749px) {
  .br-on-thin {
    display: block;
  }
}

.sec-top h1 {
  position: relative;
}
.sec-top li {
  position: relative;
  border: solid 1px rgb(85, 139, 47);
  width: 260px;
  height: 260px;
  overflow: hidden;
}
.sec-top li:nth-of-type(2) {
  margin: 0 20px;
}
.sec-top li .main {
  padding: 15px;
  position: absolute;
  top: 0;
  min-height: 37px;
  background-color: rgba(85, 139, 47, 0.25);
}
.sec-top li .head {
  *zoom: 1;
}
.sec-top li .head:before, .sec-top li .head:after {
  content: " ";
  display: table;
}
.sec-top li .head:after {
  clear: both;
}
.sec-top li h2 {
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  color: #fff;
  height: 82px;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.sec-top li .date {
  vertical-align: top;
  text-align: right;
  color: #fff;
  padding-bottom: 11px;
}
.sec-top li.noimg h2, .sec-top li.noimg .date {
  color: rgb(85, 139, 47);
}
.sec-top li p {
  clear: both;
}
@media screen and (min-width: 751px) {
  .sec-top {
    margin-bottom: 113px;
  }
  .sec-top h1 {
    margin-bottom: 114px;
  }
  .sec-top ul {
    *zoom: 1;
  }
  .sec-top ul:before, .sec-top ul:after {
    content: " ";
    display: table;
  }
  .sec-top ul:after {
    clear: both;
  }
  .sec-top ul > li, .sec-top ul > dt, .sec-top ul > dd {
    float: left;
  }
  .sec-top ul > dt {
    clear: left;
  }
  .sec-top ul {
    width: 826px;
    margin: 0 auto 33px;
  }
  .sec-top li {
    position: relative;
  }
  .sec-top .logo {
    position: absolute;
    bottom: 64px;
    left: 50%;
    margin-left: -8.0612244898%;
  }
}
@media screen and (max-width: 750px) {
  .sec-top {
    margin-bottom: 60px;
  }
  .sec-top h1 {
    margin-bottom: 60px;
  }
  .sec-top li {
    margin: 0 auto 28px;
  }
  .sec-top .logo {
    position: absolute;
    bottom: 62px;
    left: 50%;
    margin-left: -81px;
  }
}

@media screen and (max-width: 750px) {
  .mod-headerImg {
    width: 100%;
    overflow: hidden;
  }
}

@media screen and (min-width: 751px) {
  .img-headerImg {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .img-headerImg {
    position: relative;
    left: 50%;
    width: 980px;
    height: auto;
    max-width: none;
    transform: translate(-50%, 0);
  }
}

.sec-strawberry h1, footer h1, .sec-shop h1, .sec-goat h1, .sec-kawarakeya h1 {
  text-align: center;
}
.sec-strawberry .intro, footer .intro, .sec-shop .intro, .sec-goat .intro, .sec-kawarakeya .intro {
  margin: 0 auto 32px;
}
@media screen and (min-width: 751px) {
  .sec-strawberry h1, footer h1, .sec-shop h1, .sec-goat h1, .sec-kawarakeya h1 {
    margin-bottom: 40px;
  }
  .sec-strawberry figure, footer figure, .sec-shop figure, .sec-goat figure, .sec-kawarakeya figure {
    margin-bottom: 88px;
  }
  .sec-strawberry .intro, footer .intro, .sec-shop .intro, .sec-goat .intro, .sec-kawarakeya .intro {
    width: 600px;
    line-height: 35px;
  }
}
@media screen and (max-width: 750px) {
  .sec-strawberry h1, footer h1, .sec-shop h1, .sec-goat h1, .sec-kawarakeya h1 {
    margin-bottom: 28px;
  }
  .sec-strawberry figure, footer figure, .sec-shop figure, .sec-goat figure, .sec-kawarakeya figure {
    margin-bottom: 76px;
  }
  .sec-strawberry .intro, footer .intro, .sec-shop .intro, .sec-goat .intro, .sec-kawarakeya .intro {
    padding: 0 30px;
    box-sizing: border-box;
  }
}

.mod-yoyaku {
  text-align: center;
  font-size: 0;
  margin-bottom: 120px;
}
.mod-yoyaku p {
  padding-top: 1em;
  font-size: 12px;
  line-height: 19.6px;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.mod-yoyaku .item {
  display: inline-block;
}
.mod-yoyaku .btn-std, .mod-yoyaku .btn-blog {
  height: 117px;
  line-height: 120px;
  font-size: 16px;
}
.mod-yoyaku .btn-std img, .mod-yoyaku .btn-blog img {
  width: 36px;
  height: 39px;
  margin-right: 24px;
  vertical-align: -11px;
}
@media screen and (min-width: 751px) {
  .mod-yoyaku .item {
    margin: 0 10px;
    width: 290px;
  }
}
@media screen and (max-width: 750px) {
  .mod-yoyaku .item {
    margin: 0 10px;
    width: calc(100% - 60px);
  }
  .mod-yoyaku .item:first-of-type {
    margin: 0 10px 16px;
  }
  .mod-yoyaku .btn-std, .mod-yoyaku .btn-blog {
    width: 100%;
  }
}

.sec-kawarakeya {
  margin-bottom: 69px;
}
.sec-kawarakeya figure {
  margin-bottom: 80px;
}
.sec-kawarakeya p {
  margin-bottom: 91px;
}
.sec-kawarakeya .intro {
  margin: 0 auto 60px;
}

.mod-map {
  width: 100%;
  height: 450px;
}
@media screen and (min-width: 751px) {
  .mod-map {
    margin-bottom: 79px;
  }
}
@media screen and (max-width: 750px) {
  .mod-map {
    margin-bottom: 52px;
  }
}

.mod-news figure {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .mod-news .noimg .main {
    top: 0;
    height: 100%;
    box-sizing: border-box;
    background: #fff;
  }
  .mod-news .main {
    overflow: hidden;
  }
}
@media screen and (max-width: 750px) {
  .mod-news li {
    display: none;
  }
  .mod-news li:first-of-type {
    display: block;
  }
  .mod-news p {
    padding: 0;
  }
}
.mod-news .mod-news-instagram-btn {
  margin-top: 2em;
}
.mod-news .mod-news-instagram-btn .btn-instagram {
  position: relative;
}
.mod-news .mod-news-instagram-btn .btn-instagram img {
  filter: brightness(0) invert(1);
}
.mod-news .mod-news-instagram-btn .btn-instagram .icon-external-link {
  position: absolute;
  top: 6px;
  right: 10px;
  width: 10px;
  height: 10px;
  opacity: 0.8;
}

.mod-company {
  margin: 0 auto;
}
.mod-company small {
  font-size: 14px;
  vertical-align: top;
}
.mod-company .info {
  *zoom: 1;
}
.mod-company .info:before, .mod-company .info:after {
  content: " ";
  display: table;
}
.mod-company .info:after {
  clear: both;
}
.mod-company .info > li, .mod-company .info > dt, .mod-company .info > dd {
  float: left;
}
.mod-company .info > dt {
  clear: left;
}
.mod-company .notice {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 10px;
}
.mod-company a {
  color: rgb(85, 139, 47);
}
.mod-company a:visited {
  color: rgb(85, 139, 47);
}
@media screen and (min-width: 751px) {
  .mod-company {
    position: relative;
    left: 70px;
    width: 740px;
  }
  .mod-company .info {
    *zoom: 1;
  }
  .mod-company .info:before, .mod-company .info:after {
    content: " ";
    display: table;
  }
  .mod-company .info:after {
    clear: both;
  }
  .mod-company .info > li, .mod-company .info > dt, .mod-company .info > dd {
    float: left;
  }
  .mod-company .info > dt {
    clear: left;
  }
  .mod-company .info > dt {
    font-size: 22px;
    font-weight: normal;
    line-height: 40px;
  }
  .mod-company .info > dt:after {
    content: "：";
  }
  .mod-company .info > dd {
    font-size: 22px;
    line-height: 40px;
  }
  .mod-company .kawarakeya {
    *zoom: 1;
  }
  .mod-company .kawarakeya:before, .mod-company .kawarakeya:after {
    content: " ";
    display: table;
  }
  .mod-company .kawarakeya:after {
    clear: both;
  }
  .mod-company .kawarakeya {
    *zoom: 1;
  }
  .mod-company .kawarakeya:before, .mod-company .kawarakeya:after {
    content: " ";
    display: table;
  }
  .mod-company .kawarakeya:after {
    clear: both;
  }
  .mod-company .kawarakeya > li, .mod-company .kawarakeya > dt, .mod-company .kawarakeya > dd {
    float: left;
  }
  .mod-company .kawarakeya > dt {
    clear: left;
  }
  .mod-company .kawarakeya {
    margin-bottom: 40px;
  }
  .mod-company .kawarakeya > dt {
    width: 230px;
    line-height: 44px;
  }
  .mod-company .kawarakeya > dd {
    width: calc(100% - 230px);
  }
  .mod-company .hagetaka {
    margin-bottom: 40px;
  }
  .mod-company .hagetaka > dt {
    margin-bottom: 16px;
  }
  .mod-company .hagetaka > dd {
    margin-left: 230px;
  }
  .mod-company .postcode {
    display: inline-block;
  }
  .mod-company .kken {
    font-weight: 500;
  }
}
@media screen and (max-width: 750px) {
  .mod-company {
    padding: 0 30px;
    box-sizing: border-box;
  }
  .mod-company .info > dt, .mod-company .info > dd {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.75;
  }
  .mod-company .info dt:after {
    content: ":";
    margin-right: 0.5em;
  }
  .mod-company .kawarakeya {
    margin-bottom: 50px;
  }
  .mod-company .kawarakeya > dt {
    margin-bottom: 1em;
    line-height: 1.5;
  }
  .mod-company .hagetaka {
    margin-bottom: 50px;
  }
  .mod-company .hagetaka > dt {
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
}

.mod-info > dt, .mod-info > dd {
  display: inline-block;
  vertical-align: top;
}
.mod-info > dt {
  min-width: 248px;
}
.mod-info dl {
  *zoom: 1;
}
.mod-info dl:before, .mod-info dl:after {
  content: " ";
  display: table;
}
.mod-info dl:after {
  clear: both;
}
.mod-info dl > li, .mod-info dl > dt, .mod-info dl > dd {
  float: left;
}
.mod-info dl > dt {
  clear: left;
}

.mod-tbf {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .mod-tbf {
    width: 600px;
  }
}
@media screen and (max-width: 750px) {
  .mod-tbf {
    width: 100%;
  }
}

.bnr-tbf {
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .bnr-tbf {
    background-image: url(../img/bnr_tbf.svg);
  }
}
@media screen and (max-width: 750px) {
  .bnr-tbf {
    background: url(../img/bnr_tbf_v.svg) top center no-repeat;
    background-size: contain;
    display: block;
    margin: 0 auto;
  }
}

.sec-goat {
  margin-bottom: 107px;
}

.sec-shop {
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .sec-shop figure {
    line-height: 0;
  }
  .sec-shop img {
    width: 100%;
  }
}

.mod-owner {
  margin: 100px auto 0;
}
.mod-owner figure {
  position: relative;
  padding-top: 100px;
  margin-bottom: 52px;
}
.mod-owner h2 {
  vertical-align: middle;
}
.mod-owner .name {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-right: 1em;
}
.mod-owner .furi {
  font-size: 11px;
  letter-spacing: 0.24em;
}
.mod-owner .prof {
  font-size: 12px;
  font-weight: bold;
  line-height: 21px;
}
@media screen and (min-width: 751px) {
  .mod-owner {
    width: 600px;
  }
  .mod-owner h2 {
    margin: 0 0 20px 150px;
  }
  .mod-owner dl {
    *zoom: 1;
  }
  .mod-owner dl:before, .mod-owner dl:after {
    content: " ";
    display: table;
  }
  .mod-owner dl:after {
    clear: both;
  }
  .mod-owner dl > li, .mod-owner dl > dt, .mod-owner dl > dd {
    float: left;
  }
  .mod-owner dl > dt {
    clear: left;
  }
  .mod-owner dt {
    margin-right: 1em;
  }
  .mod-owner .prof {
    margin-left: 150px;
  }
  .mod-owner .fnyacro {
    position: absolute;
    top: 0;
    left: 15px;
  }
}
@media screen and (max-width: 750px) {
  .mod-owner h2 {
    margin: 0 0 20px;
    padding: 0 30px;
    line-height: 1.5;
  }
  .mod-owner dd {
    padding-left: 1em;
  }
  .mod-owner .name {
    display: block;
  }
  .mod-owner .furi {
    display: block;
    font-weight: 500;
  }
  .mod-owner .prof {
    padding: 0 30px;
  }
  .mod-owner .fnyacro {
    position: absolute;
    top: 0;
    left: 15px;
    width: 60%;
  }
}

.mod-policy {
  padding: 60px 0;
  text-align: center;
  position: relative;
  z-index: 10;
}
.mod-policy a {
  color: #333;
  opacity: 0.6;
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: none;
  border-bottom: solid 2px;
  font-size: 14px;
  display: inline-block;
  padding-bottom: 5px;
}
.mod-policy a:hover {
  opacity: 1;
}

footer {
  margin-bottom: 0;
  padding-bottom: 101px;
}
footer .photo1 {
  margin-bottom: 88px;
}
footer .photo2 {
  margin-top: 20px;
  position: relative;
}
footer .logo {
  text-align: center;
  margin-bottom: 72px;
}
footer .copyright {
  color: #000;
  text-align: center;
  font-size: 12px;
}
@media screen and (min-width: 751px) {
  footer .kawaraz {
    position: absolute;
    top: -120px;
    right: 7%;
  }
}
@media screen and (max-width: 750px) {
  footer {
    overflow-x: hidden;
  }
  footer .kawaraz {
    position: absolute;
    top: -200px;
    right: -13%;
  }
}

.sec-policy {
  max-width: 872px;
  margin: 0 auto;
  line-height: 1.75;
}
.sec-policy p {
  margin-bottom: 2em;
}
@media screen and (min-width: 750px) {
  .sec-policy {
    padding: 100px 50px;
  }
  .sec-policy h1, .sec-policy h2, .sec-policy p {
    font-size: 20px;
    font-weight: 500;
  }
}
@media screen and (max-width: 749px) {
  .sec-policy {
    padding: 80px 40px;
  }
  .sec-policy h1, .sec-policy h2, .sec-policy p {
    font-size: 13px;
    font-weight: bold;
  }
  .sec-policy p {
    padding: 0;
  }
}

.mod-carnav-alert {
  font-size: smaller;
  line-height: 1.8;
  padding: 0.75em 0;
}

.mod-calendar {
  font-size: 12px;
}

.calendarUI-intro {
  font-size: 15px;
}
.calendarUI-intro .body {
  margin: 0 auto;
  line-height: 2;
}
.calendarUI-intro h1 {
  border-bottom: solid 1px rgb(85, 139, 47);
  text-align: left;
  line-height: 40px;
}
.calendarUI-intro small {
  font-size: 10px;
  letter-spacing: 3px;
  margin-left: 20px;
  position: relative;
  top: -5px;
}
.calendarUI-intro h2 {
  padding-left: 30px;
}
.calendarUI-intro hr {
  width: 4em;
  margin: 0 0 0.5em 0;
  border: none;
  border-bottom: solid 1px rgb(85, 139, 47);
}
.calendarUI-intro address {
  font-style: normal;
}
.calendarUI-intro .info {
  list-style: disc inside;
  padding-left: 30px;
}
.calendarUI-intro .info li {
  font-size: 12px;
}
.calendarUI-intro .guide {
  font-size: 18px;
  padding-left: 30px;
}
.calendarUI-intro .btn-next {
  display: inline-block;
  margin-left: 29px;
}
@media screen and (min-width: 751px) {
  .calendarUI-intro .body {
    width: 715px;
    padding-left: 115px;
    padding-top: 90px;
  }
  .calendarUI-intro h1 {
    margin-right: 220px;
  }
  .calendarUI-intro .btn-next {
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .calendarUI-intro {
    margin-bottom: 85px !important;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .calendarUI-intro h1 {
    margin-top: 50px;
  }
  .calendarUI-intro .btn-next {
    margin-top: 53px;
  }
}

@media screen and (min-width: 751px) {
  .calendar-guide {
    *zoom: 1;
  }
  .calendar-guide:before, .calendar-guide:after {
    content: " ";
    display: table;
  }
  .calendar-guide:after {
    clear: both;
  }
  .calendar-guide > li, .calendar-guide > dt, .calendar-guide > dd {
    float: left;
  }
  .calendar-guide > dt {
    clear: left;
  }
  .calendar-guide {
    margin-bottom: 50px;
  }
  .calendar-guide > li {
    min-height: 140px;
    padding-bottom: 20px;
  }
  .calendar-guide > li:nth-of-type(2n+1) {
    width: 45%;
  }
  .calendar-guide > li:nth-of-type(2n) {
    width: 55%;
  }
}
@media screen and (max-width: 750px) {
  .calendar-guide {
    padding-bottom: 32px;
  }
  .calendar-guide > li {
    margin-bottom: 40px;
  }
}

.mod-noscheduled {
  font-size: 16px;
  text-align: center;
  line-height: 65px;
}

body {
  font-family: -apple-system, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

p {
  text-align: left;
}

dt, dd {
  word-break: break-all;
}

.sec-top .logo-wrap {
  position: relative;
}
@media screen and (min-width: 751px) {
  .sec-top .logo-wrap {
    margin-bottom: 114px;
  }
  .sec-top .logo {
    position: static;
    margin-left: 0;
  }
  .sec-top .content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding-bottom: 44px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .sec-top .catch {
    color: #fff;
    font-size: 22px;
    margin-left: 52px;
  }
  .sec-top h1 {
    font-weight: bold;
    margin-bottom: 45px;
    letter-spacing: 7px;
  }
  .sec-top .text {
    line-height: 1.5;
    font-size: 17px;
    letter-spacing: 6px;
  }
}
@media screen and (max-width: 750px) {
  .sec-top .logo-wrap {
    margin-bottom: 60px;
  }
  .sec-top .logo {
    left: calc(50% - 103px);
    margin-left: 0;
    bottom: 30px;
  }
  .sec-top li {
    overflow: hidden;
  }
  .sec-top li .main {
    top: 0;
    bottom: auto;
  }
}

.mod-company p {
  margin-bottom: 1em;
}

.mod-yoyaku .btn-std, .mod-yoyaku .btn-blog {
  height: 65px;
  line-height: 1.4;
  font-size: 13px;
  font-weight: bold;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.mod-yoyaku .btn-std img, .mod-yoyaku .btn-blog img {
  width: 36px;
  height: 39px;
  margin-right: 24px;
  vertical-align: -11px;
}
@media screen and (max-width: 750px) {
  .mod-yoyaku .btn-std, .mod-yoyaku .btn-blog {
    width: 100%;
  }
}

.mod-menu a {
  font-size: 14px;
}
@media screen and (min-width: 750px) {
  .mod-menu.fixed ul {
    right: 0;
  }
  .mod-menu.fixed li:first-of-type::after {
    content: "/";
    display: inline-block;
    color: #fff;
    font-weight: bold;
    margin: 0 1px 0 6px;
  }
  .mod-menu.fixed .items {
    right: 94px;
  }
  .mod-menu .items {
    width: 560px;
    margin-right: -255px;
    padding: 22px 0 0px;
  }
  .mod-menu .items li {
    margin: 0 8px;
  }
}
@media screen and (min-width: 750px) {
  .confirm dt {
    width: 160px !important;
    padding: 10px 0 !important;
  }
  .input-table th {
    text-align: left !important;
  }
}
@media screen and (max-width: 749px) {
  .mod-company dd {
    font-weight: bold !important;
  }
}
.reserve-confirm-datetime .time {
  display: inline-block;
  margin-left: 1em;
}

.mod-tbf {
  text-align: center;
}
.mod-tbf .head {
  padding: 0.5em;
  font-weight: bold;
}

.mod-company .hagetaka {
  margin-bottom: 5em;
}

@media screen and (min-width: 750px) {
  .mod-instagram {
    top: 19px;
  }
}

.mod-news .mod-news-instagram-btn {
  margin-top: 2em;
}
.mod-news .mod-news-instagram-btn .btn-instagram {
  position: relative;
}
.mod-news .mod-news-instagram-btn .btn-instagram img {
  filter: brightness(0) invert(1);
}
.mod-news .mod-news-instagram-btn .btn-instagram .icon-external-link {
  position: absolute;
  top: 6px;
  right: 10px;
  width: 10px;
  height: 10px;
  opacity: 0.8;
}

/*# sourceMappingURL=style_en.css.map */
