@charset "UTF-8";
/* ------------------------------------------------------------
style reset
------------------------------------------------------------ */
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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

li {
  list-style-type: none;
}

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

blockquote,
q {
  quotes: none;
}

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

/* ------------------------------------------------------------
// 初期設定
------------------------------------------------------------ */
*,
*:before,
*:after {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

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

/* ------------------------------------------------------------
// 表示有無設定（ブラウザサイズ）
------------------------------------------------------------ */
@media print, screen and (min-width: 992px) {
  .min-pc {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .max-tab {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .min-tab {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .max-sp {
    display: none;
  }
}
/* ------------------------------------------------------------
// ページ内リンクスムーススクロール
------------------------------------------------------------ */
[id] {
  scroll-margin-top: 3em;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
/* ------------------------------------------------------------
// iframe
------------------------------------------------------------ */
.google-maps iframe {
  vertical-align: bottom;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ------------------------------------------------------------
// タグ設定
------------------------------------------------------------ */
p {
  margin: 1em 0;
}

.disc li,
.decimal li {
  margin-left: 1.5em;
  padding-left: 2px;
}

.disc li {
  list-style-type: disc;
}

.decimal li {
  list-style-type: decimal;
}

/* ------------------------------------------------------------
// レイアウト
------------------------------------------------------------ */
.ta-right {
  text-align: right;
}

.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

/* ------------------------------------------------------------
// 余白
------------------------------------------------------------ */
.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

/* ------------------------------------------------------------
// form
------------------------------------------------------------ */
label {
  display: flex;
  justify-content: center;
}
label input {
  margin-right: 2px;
}

input[type=text],
textarea {
  display: inline-flex;
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #ccc;
}

input[type=radio],
input[type=checkbox] {
  margin: 0 4px 0 0;
}

textarea {
  min-height: 100px;
}

select {
  display: inline-flex;
  padding: 6px 10px;
  border: 1px solid #ccc;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

::-moz-placeholder {
  color: #cccccc;
}

/* ------------------------------------------------------------
// 表 - table
------------------------------------------------------------ */
.table-scroll {
  overflow: auto;
  white-space: nowrap;
}
.table-scroll table {
  width: 100%;
}
.table-scroll::after {
  content: "※このテーブルは横にスクロールできます。";
}

/* ------------------------------------------------------------
// ページトップへ戻る
------------------------------------------------------------ */
#pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
}
#pagetop a {
  display: block;
}
#pagetop a:hover {
  animation: rotates 0.7s linear infinite;
}

@keyframes rotates {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
/* ------------------------------------------------------------
// Font Awesome
------------------------------------------------------------ */
.fa-mr {
  margin-right: 0.2em;
}

.fa-ml {
  margin-left: 0.2em;
}

/* ------------------------------------------------------------
// bootstrap
------------------------------------------------------------ */
@media (min-width: 1200px) {
  .container {
    max-width: 1110px;
  }
}
/* ------------------------------------------------------------
// photo-ofi
------------------------------------------------------------ */
.photo-ofi {
  height: 0;
  display: block;
  background-color: #EFEFEF;
  overflow: hidden;
  position: relative;
  padding-bottom: 75%;
  /* 高さを指定（ボックスの横幅を基準） */
}

.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  font-family: "object-fit: scale-down;";
  position: absolute;
  left: 0;
  top: 0;
}

/* ------------------------------------------------------------
// html・body
------------------------------------------------------------ */
html,
body {
  height: 100%;
}

body {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.ffm {
  font-family: "Times New Roman", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

body {
  font-size: 15px;
  color: #333333;
  line-height: 1.6;
}

/* ------------------------------------------------------------
// font
------------------------------------------------------------ */
.fs-12 {
  font-size: 12px;
}

.fw-bold {
  font-weight: 700;
}

.fc-red {
  color: #bc3a3d;
}

.fc-blue {
  color: #00afec;
}

.fc-gray {
  color: #9fa0a0;
}

i {
  margin-right: 2px;
}

/* ------------------------------------------------------------
// リンク設定
------------------------------------------------------------ */
a {
  color: #333333;
  text-decoration: none;
}
a:hover img {
  opacity: 0.6;
}

.link-btn {
  text-align: center;
}
.link-btn a {
  display: inline-flex;
  font-size: 12px;
}

.logo a:hover img {
  opacity: 1;
}

.submit-button {
  position: relative;
  overflow: hidden;
  /* マウスオーバー時 */
}
.submit-button::after {
  background: #fff;
  content: "";
  height: 100%;
  left: -100%;
  opacity: 0.2;
  position: absolute;
  top: 0;
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  z-index: 1;
}
.submit-button:hover:after {
  left: 0;
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
}
.submit-button button[type=submit],
.submit-button button[type=button] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #ffffff;
  padding: 10px 45px;
  background: #bc3a3d;
  border: none;
}
.submit-button button[type=button].return {
  background: #aaaaaa;
}

/* ------------------------------------------------------------
// 左部見出しのある表
------------------------------------------------------------ */
.table-row {
  width: 100%;
  border-bottom: 1px solid #cccccc;
}
.table-row th,
.table-row td {
  display: block;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  padding: 10px 15px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.table-row th {
  background: #f5f5f5;
}
.table-row td {
  background: #ffffff;
}
@media print, screen and (min-width: 768px) {
  .table-row {
    border-bottom: none;
  }
  .table-row th,
  .table-row td {
    display: table-cell;
    font-size: 15px;
    vertical-align: top;
    padding: 15px 20px;
    border: 1px solid #cccccc;
  }
  .table-row th {
    width: 20%;
  }
  .table-row td {
    width: 80%;
  }
}

/* ------------------------------------------------------------
header
------------------------------------------------------------ */
header .header-wrap .header-box {
  padding: 15px;
}
header .header-wrap .header-box .logo {
  width: 220px;
}
header .header-wrap .header-box .header-right {
  display: none;
}
@media screen and (min-width: 1020px) {
  header .header-wrap .header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 990px;
    padding: 20px 0;
  }
  header .header-wrap .header-box .logo {
    width: auto;
    margin: 0;
  }
  header .header-wrap .header-box .header-right {
    display: none;
    flex: 1;
    position: relative;
    display: flex;
    text-align: left;
  }
}
header .header-wrap .message-box {
  padding: 0 15px;
}
header .header-wrap .message-box .message {
  margin: 0 auto 15px;
  border: 1px solid #e60012;
}
header .header-wrap .message-box .message .title {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  padding: 5px 1em;
  background: #e60012;
}
header .header-wrap .message-box .message .txt {
  font-size: 13px;
  line-height: 1.4;
  padding: 8px 1em 6px;
}
@media screen and (min-width: 990px) {
  header .header-wrap .message-box .message {
    display: flex;
    width: 990px;
  }
  header .header-wrap .message-box .message .title {
    font-size: 16px;
    width: 300px;
    padding: 10px 1em;
  }
  header .header-wrap .message-box .message .txt {
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 10px 1em;
  }
}
header .header-wrap .gnav-area {
  display: none;
}
@media screen and (min-width: 1020px) {
  header .header-wrap .gnav-area {
    display: block;
    width: 100%;
    background: #024a95;
  }
  header .header-wrap .gnav-area ul {
    display: flex;
    justify-content: center;
    width: 990px;
    margin: 0 auto;
    padding: 15px 0;
  }
  header .header-wrap .gnav-area ul li {
    width: 25%;
    border-left: 1px solid #ffffff;
  }
  header .header-wrap .gnav-area ul li:last-child {
    border-right: 1px solid #ffffff;
  }
  header .header-wrap .gnav-area ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    height: 100%;
    padding: 0.1em 0.8em;
  }
  header .header-wrap .gnav-area ul li a.current, header .header-wrap .gnav-area ul li a:hover {
    font-weight: 700;
  }
}

/* ------------------------------------------------------------
footer
------------------------------------------------------------ */
footer .gray-wrap {
  text-align: center;
  margin-top: 30px;
  background: #e4e4e3;
}
footer .gray-wrap .box {
  padding: 30px 15px;
}
footer .gray-wrap .box .logo {
  width: 220px;
  margin: 0 auto;
}
footer .gray-wrap .box .txt {
  margin: 10px 0;
}
@media screen and (min-width: 990px) {
  footer .gray-wrap .box {
    width: 990px;
    margin: 0 auto;
  }
  footer .gray-wrap .box .logo {
    width: auto;
  }
}
footer .footer-wrap {
  padding: 30px 15px;
}
footer .footer-wrap .link-line {
  padding: 5px 0;
  border-bottom: 1px solid #333333;
}
footer .footer-wrap .link-line ul {
  display: flex;
}
footer .footer-wrap .link-line ul li {
  margin-right: 1em;
}
footer .footer-wrap .link-line ul li a {
  display: flex;
  align-items: center;
  font-size: 12px;
}
footer .footer-wrap .link-line ul li a span {
  font-size: 22px;
  color: #024a95;
}
@media screen and (min-width: 990px) {
  footer .footer-wrap {
    width: 990px;
    margin: 0 auto;
  }
  footer .footer-wrap .link-line {
    width: 280px;
  }
}
footer .copyright {
  font-size: 14px;
  text-align: center;
  padding: 0 15px 20px;
}

/* ------------------------------------------------------------
スマホ用グローバルナビ
------------------------------------------------------------ */
/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #555;
  transition: 0.5s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  transform: rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  transform: rotate(-315deg);
}

@media screen and (min-width: 1020px) {
  .hamburger {
    display: none;
  }
}
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #024a95;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.globalMenuSp ul li:hover {
  background: #024a95;
}
nav.globalMenuSp ul li:hover a {
  color: #ffffff;
}

nav.globalMenuSp ul li a {
  display: block;
  font-size: 15px;
  color: #333333;
  padding: 1em 0;
  text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}

/* ------------------------------------------------------------
共通設定
------------------------------------------------------------ */
.wrap {
  padding: 0 15px;
}
@media screen and (min-width: 990px) {
  .wrap {
    width: 990px;
    margin: 0 auto;
  }
}

.contents-title {
  text-align: center;
  margin-bottom: 40px;
  padding: 40px 15px;
}
.contents-title .title-txt {
  margin-top: 30px;
}
.contents-title p {
  font-size: 14px;
  text-align: left;
  text-shadow: #ffffff 2px 0px, #ffffff -2px 0px, #ffffff 0px -2px, #ffffff 0px 2px, #ffffff 2px 2px, #ffffff -2px 2px, #ffffff 2px -2px, #ffffff -2px -2px, #ffffff 1px 2px, #ffffff -1px 2px, #ffffff 1px -2px, #ffffff -1px -2px, #ffffff 2px 1px, #ffffff -2px 1px, #ffffff 2px -1px, #ffffff -2px -1px;
}
@media screen and (min-width: 600px) {
  .contents-title {
    min-height: 425px;
  }
  .contents-title p {
    font-size: 15px;
    text-align: center;
    max-width: 990px;
    margin: 30px auto 0;
  }
}

.about-title {
  background: url(../images/about/title-bg.jpg) no-repeat center center/cover;
}

.chiropractic-title {
  background: url(../images/chiropractic/title-bg.jpg) no-repeat center center/cover;
}

.price-title {
  background: url(../images/price/title-bg.jpg) no-repeat center center/cover;
}

.review-title {
  background: url(../images/review/title-bg.jpg) no-repeat center center/cover;
}

.contact-title {
  background: url(../images/contact/title-bg.png) no-repeat center center/cover;
}
@media screen and (min-width: 600px) {
  .contact-title {
    min-height: auto;
  }
}

.contents-subtitle-1 {
  font-size: 20px;
  font-weight: 700;
  color: #024a95;
  text-align: center;
  margin-bottom: 0.6em;
  padding: 0.5em 0;
  border-bottom: 1px solid #024a95;
}
@media screen and (min-width: 990px) {
  .contents-subtitle-1 {
    font-size: 26px;
  }
}

.contents-subtitle-txt-1 {
  font-size: 16px;
  color: #024a95;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (min-width: 990px) {
  .contents-subtitle-txt-1 {
    font-size: 20px;
    text-align: center;
  }
}

/* ------------------------------------------------------------
トップページ
------------------------------------------------------------ */
/* メインイメージ
------------------------------------------------------------ */
.main-img-wrap {
  background: #e4e4e3;
}
@media print, screen and (min-width: 990px) {
  .main-img-wrap .fotorama {
    width: 990px;
    margin: 0 auto;
  }
}

.index-txt-box p {
  line-height: 2;
}

.circle-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px -10px;
}
.circle-list .img {
  width: 50%;
  padding: 0 10px 10px;
}
@media print, screen and (min-width: 600px) {
  .circle-list {
    justify-content: space-between;
    margin: 80px 0 40px;
  }
  .circle-list .img {
    width: calc((100% - 120px) / 3);
    padding: 0;
  }
}

/* ------------------------------------------------------------
T・S整体院について
------------------------------------------------------------ */
.greeting-box {
  margin-bottom: 80px;
}
.greeting-box .title {
  font-size: 20px;
  font-weight: 700;
  color: #024a95;
  line-height: 1.4;
}
.greeting-box .flex-box {
  font-size: 13px;
  margin-top: 20px;
}
.greeting-box .flex-box .photo {
  text-align: center;
  margin-bottom: 10px;
}
.greeting-box .flex-box .txt .name {
  text-align: right;
  margin-top: 40px;
}
.greeting-box .flex-box .txt .name span {
  font-size: 24px;
  font-weight: 700;
}
@media print, screen and (min-width: 700px) {
  .greeting-box .title {
    font-size: 24px;
  }
  .greeting-box .flex-box {
    display: flex;
  }
  .greeting-box .flex-box .photo {
    width: 334px;
    margin-bottom: 0;
  }
  .greeting-box .flex-box .txt {
    flex: 1;
    margin-left: 40px;
  }
}

.about-box,
.about-last-box {
  margin-bottom: 40px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
}
.about-box .title,
.about-last-box .title {
  font-size: 20px;
  font-weight: 700;
  color: #024a95;
  line-height: 1.4;
}
.about-box p,
.about-last-box p {
  font-size: 15px;
}
.about-box p span,
.about-last-box p span {
  color: #e60012;
}
@media print, screen and (min-width: 990px) {
  .about-box .title,
  .about-last-box .title {
    font-size: 24px;
  }
}

.about-last-box {
  margin-bottom: 80px;
  padding-bottom: 0;
  border-bottom: none;
}

.about-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-list li {
  width: calc((100% - 10px) / 2);
  margin-bottom: 10px;
}
@media print, screen and (min-width: 440px) {
  .about-list li {
    width: calc((100% - 20px) / 3);
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 790px) {
  .about-list {
    width: 790px;
    margin: 0 auto;
  }
  .about-list li {
    width: calc((100% - 160px) / 3);
    margin-bottom: 80px;
  }
}

.about-list-txt p {
  font-size: 15px;
}
.about-list-txt div {
  font-size: 13px;
  margin: 40px 0 80px;
}
@media print, screen and (min-width: 600px) {
  .about-list-txt {
    text-align: center;
  }
}

/* ------------------------------------------------------------
カイロプラクティック
------------------------------------------------------------ */
.chiropractic-box,
.chiropractic-last-box {
  margin-bottom: 40px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
}
.chiropractic-box .title,
.chiropractic-last-box .title {
  font-size: 20px;
  font-weight: 700;
  color: #024a95;
  line-height: 1.4;
}
.chiropractic-box p,
.chiropractic-last-box p {
  font-size: 15px;
}
.chiropractic-box p span,
.chiropractic-last-box p span {
  color: #e60012;
}
@media print, screen and (min-width: 990px) {
  .chiropractic-box .title,
  .chiropractic-last-box .title {
    font-size: 24px;
  }
}

.chiropractic-last-box {
  margin-bottom: 80px;
  padding-bottom: 0;
  border-bottom: none;
}

.method {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.method .box {
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
}
.method .box .name {
  font-size: 16px;
  color: #024a95;
  text-align: center;
  margin-bottom: 5px;
}
.method .box .img {
  text-align: center;
}
.method .box p {
  font-size: 13px;
  margin-top: 10px;
}
@media print, screen and (min-width: 990px) {
  .method .box {
    width: calc((100% - 120px) / 4);
  }
  .method .box .name {
    font-size: 18px;
  }
  .method .box p {
    margin-top: 20px;
  }
}

/* ------------------------------------------------------------
施工料金
------------------------------------------------------------ */
.price-area .box .inner-box {
  margin-bottom: 30px;
}
.price-area .box .inner-box .title {
  font-size: 20px;
}
.price-area .box .inner-box .price-table-1 th,
.price-area .box .inner-box .price-table-1 td {
  font-weight: 400;
  text-align: left;
  padding: 5px 10px;
  border-bottom: 5px solid #ffffff;
}
.price-area .box .inner-box .price-table-1 th {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  width: 100px;
  background: #7d7d7d;
}
.price-area .box .inner-box .price-table-1 td {
  font-size: 16px;
}
.price-area .box .inner-box .price-table-2 th,
.price-area .box .inner-box .price-table-2 td {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding: 0;
}
.price-area .box .inner-box .price-table-2 th {
  width: 80px;
}
.price-area .box .inner-box .tel {
  margin: 30px 0 0 0;
}
@media print, screen and (min-width: 990px) {
  .price-area {
    display: flex;
    justify-content: space-between;
  }
  .price-area .box {
    width: calc((100% - 50px) / 2);
  }
}

.ticket-area .box .inner-box {
  margin-bottom: 30px;
}
.ticket-area .box .inner-box .title {
  font-size: 20px;
}
.ticket-area .box .inner-box .ticket-table th,
.ticket-area .box .inner-box .ticket-table td {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding: 0;
}
.ticket-area .box .inner-box .ticket-table th {
  width: 60px;
}
.ticket-area .box .inner-box .tel {
  margin: 40px 0 0 0;
}

.access {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0 30px;
}
.access .box {
  width: calc((100% - 20px) / 2);
  margin-bottom: 30px;
}
.access .box .name {
  font-size: 17px;
  margin-top: 5px;
}
.access .box .img {
  text-align: center;
}
.access .box p {
  margin: 0;
}
@media print, screen and (min-width: 990px) {
  .access .box {
    width: calc((100% - 120px) / 3);
  }
  .access .box .name {
    font-size: 18px;
  }
}

.map-area .img {
  text-align: center;
  margin: 20px 0 0 0;
}
.map-area .img div {
  margin-top: 10px;
}
@media print, screen and (min-width: 600px) {
  .map-area {
    display: flex;
  }
  .map-area .txt {
    width: 45%;
    padding: 0 40px 0 0;
  }
  .map-area .img {
    text-align: left;
    width: 55%;
    margin: 0;
  }
}

/* ------------------------------------------------------------
口コミ
------------------------------------------------------------ */
.review-box-1 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #cccccc;
}
.review-box-1 .txt-box .txt {
  font-size: 20px;
  font-weight: 700;
  color: #005e66;
}
.review-box-1 .img-box {
  text-align: center;
  margin: 0 0 30px 0;
}
.review-box-1 .img-box .name {
  font-size: 14px;
  margin-top: 5px;
}
@media print, screen and (min-width: 600px) {
  .review-box-1 {
    display: flex;
    align-items: center;
  }
  .review-box-1 .txt-box {
    order: 1;
    flex: 1;
  }
  .review-box-1 .txt-box .txt {
    font-size: 30px;
  }
  .review-box-1 .img-box {
    order: 2;
    width: 165px;
    margin: 0 0 0 30px;
  }
}

.review-box-2 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #cccccc;
}
.review-box-2 .txt-box .txt {
  font-size: 20px;
  font-weight: 700;
  color: #005e66;
}
.review-box-2 .img-box {
  text-align: center;
  margin: 0 0 30px 0;
}
.review-box-2 .img-box .name {
  font-size: 14px;
  margin-top: 5px;
}
@media print, screen and (min-width: 600px) {
  .review-box-2 {
    display: flex;
    align-items: center;
  }
  .review-box-2 .txt-box {
    flex: 1;
  }
  .review-box-2 .txt-box .txt {
    font-size: 30px;
  }
  .review-box-2 .img-box {
    width: 165px;
    margin: 0 30px 0 0;
  }
}

.review-box-last-2 {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}/*# sourceMappingURL=style.css.map */