@charset "UTF-8";
/* ///////////////////////////////////////////
  style.scss
/////////////////////////////////////////// */
/*====================================
  00_base
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


/*====================================
  01_layout
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  layout.scss
  全体のレイアウトに関する記述
/////////////////////////////////////////// */
html, body {
  overflow-x: hidden;
  overflow-y: auto;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  background-color: #fff;
  color: #000000;
  font-feature-settings: "palt";
  overflow-x: hidden;
}
@media only screen and (max-width: 834px) {
  body {
    font-size: 1.4rem;
    line-height: 1.6;
    padding-top: 50px;
  }
}
@media print, screen and (min-width: 835px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
body.fixed {
  height: 100%;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6,
table, tr, td, th,
ol, ul, li,
dl, dt, dd,
p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  list-style: none;
}

i, em {
  font-style: normal;
}

img {
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

figure {
  display: block;
  margin: 0;
}

a, *:focus {
  outline: none;
}

*::selection {
  background: #022095;
  color: #FFF;
}

*::-moz-selection {
  background: #022095;
  color: #FFF;
}

@media only screen and (max-width: 834px) {
  .hideSP {
    display: none !important;
  }
}

@media print, screen and (min-width: 835px) {
  .hidePC {
    display: none !important;
  }
}

main {
  margin: 0 auto;
}

a {
  display: inline-block;
  color: #333333;
  transition: all 0.3s ease 0s;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  cursor: pointer;
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  header.scss
  ヘッダーに関する設定
/////////////////////////////////////////// */
.header {
  height: 120px;
  background-color: #fff;
  position: relative;
  width: 100%;
  border-bottom: 2px solid #022095;
  letter-spacing: 0.085em;
  z-index: 100;
}
@media only screen and (max-width: 834px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
  }
}

.header__inner {
  width: 100%;
  max-width: 1240px;
  height: inherit;
  position: relative;
  margin: 0 auto;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
}

.header__logo {
  width: 340px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  .header__logo {
    width: 165px;
    height: 30px;
    transform: translateY(9px);
  }
}
@media print, screen and (min-width: 835px) {
  .header__logo {
    width: 100%;
    padding-right: 40px;
    max-width: 340px;
  }
}
.header__logo a {
  display: block;
}
.header__logo a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header__right {
  margin-left: auto;
}

.header__top-navi {
  display: flex;
  justify-content: flex-end;
  padding-top: 15px;
  align-items: center;
}

.header__top-navi li:nth-child(1) {
  margin-right: 10px;
}
@media print, screen and (max-width: 1219px) {
  .header__top-navi li:nth-child(1) {
    display: none;
  }
}
.header__top-navi li:nth-child(2) {
  margin-right: 16px;
}
.header__top-navi li:nth-child(2) a {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
}
.header__top-navi li:nth-child(2) a:hover {
  opacity: initial;
}
@media print, screen and (max-width: 1219px) {
  .header__top-navi li:nth-child(2) {
    display: none;
  }
}

.header__pc-nav {
  padding-top: 15px;
  padding-bottom: 8px;
  padding-right: 50px;
}

.global-nav {
  display: flex;
  height: 72px;
}
@media print, screen and (max-width: 1219px) {
  .global-nav {
    display: none;
  }
}

.global-nav li {
  width: 160px;
  height: 50px;
  text-align: center;
  border-left: 1px solid #022095;
}
.global-nav li a {
  display: block;
  width: 100%;
  height: 50px;
  padding: 30px 0 0;
  color: #333333;
  background-color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 20px 20px;
  transition: all 0.3s ease 0s;
}
.global-nav li a:hover {
  background-color: #ffe109;
  opacity: initial;
}
.global-nav li:nth-child(1) a {
  background-image: url(./../images/common/menu_icon1.png);
}
.global-nav li:nth-child(2) a {
  background-image: url(./../images/common/menu_icon2.png);
}
.global-nav li:nth-child(3) a {
  background-image: url(./../images/common/menu_icon3.png);
}
.global-nav li:nth-child(4) a {
  background-image: url(./../images/common/menu_icon4.png);
}
.global-nav li:nth-child(5) a {
  background-image: url(./../images/common/menu_icon5.png);
}

.header__sp-tel {
  width: 50px;
  height: 48px;
  cursor: pointer;
  background: url(../images/common/tel.png) no-repeat #ffe109;
  background-size: 25px;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__sp-tel a {
  display: block;
  width: 100%;
  height: 100%;
}

.header__drawer {
  position: absolute;
  z-index: 300;
  top: 60px;
  right: 20px;
}
@media only screen and (max-width: 834px) {
  .header__drawer {
    top: 0px;
    right: 0px;
  }
}

.drawer-icon {
  width: 50px;
  height: 50px;
  cursor: pointer;
  padding: 17px 15px 15px;
  background-color: #022095;
  transition: all 0.3s ease 0s;
}

.drawer-icon.active .drawer-icon__bar1 {
  top: 8px;
  transform: rotate(45deg);
}
.drawer-icon.active .drawer-icon__bar2 {
  display: none;
}
.drawer-icon.active .drawer-icon__bar3 {
  top: 8px;
  transform: rotate(-45deg);
}

.drawer-icon__bars {
  position: relative;
  width: 20px;
  height: 18px;
  display: block;
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  width: 20px;
  height: 3px;
  background: #fff;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}

.drawer-icon__bar1 {
  top: 0;
}

.drawer-icon__bar2 {
  top: 8px;
}

.drawer-icon__bar3 {
  top: 15px;
}

.drawer-nav {
  position: fixed;
  z-index: 80;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 834px) {
  .drawer-nav {
    transform: translateX(100%);
    overflow-y: scroll;
    padding: 0 20px;
    top: 0;
  }
}
@media print, screen and (min-width: 835px) {
  .drawer-nav {
    top: 120px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
}

@media print, screen and (min-width: 835px) {
  .drawer-nav.active {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (max-width: 834px) {
  .drawer-nav.active {
    transform: translateX(0);
  }
}

@media only screen and (max-width: 834px) {
  .drawer-nav__contact {
    margin-top: 80px;
    display: flex;
    justify-content: center;
  }
}

@media only screen and (max-width: 834px) {
  .drawer-nav__contact li {
    padding: 10px 10px;
  }
  .drawer-nav__contact li:nth-of-type(2) {
    margin-left: 15px;
  }
}
@media screen and (max-width: 390px) {
  .drawer-nav__contact li {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 370px) {
  .drawer-nav__contact li {
    padding: 10px 5px;
    font-size: 1.1rem;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 834px) {
  .drawer-nav__tel {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 834px) {
  .drawer-nav__items {
    margin-top: 35px;
    width: 100%;
  }
}
@media print, screen and (min-width: 835px) {
  .drawer-nav__items {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 140px 80px 120px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 835px) {
  .drawer-nav__items li {
    width: 32%;
  }
  .drawer-nav__items li:not(:nth-of-type(3n + 1)) {
    margin-left: 2%;
  }
  .drawer-nav__items li:nth-of-type(n + 4) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 834px) {
  .drawer-nav__items li {
    border-bottom: 1px solid #022095;
    position: relative;
  }
  .drawer-nav__items li:first-of-type {
    border-top: 1px solid #022095;
  }
}

.drawer-nav__items li a {
  display: block;
  width: 100%;
  color: #022095;
}
@media print, screen and (min-width: 835px) {
  .drawer-nav__items li a {
    color: #fff;
    background: #022095;
    border: solid 1px #022095;
    font-size: 90%;
    padding: 10px 15px;
    position: relative;
  }
  .drawer-nav__items li a:hover {
    color: #022095;
    background: #fff;
  }
  .drawer-nav__items li a:hover::after {
    border-top: solid 1px #022095;
    border-right: solid 1px #022095;
  }
  .drawer-nav__items li a::after {
    content: "";
    position: absolute;
    display: block;
    width: 7px;
    height: 7px;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
  }
}
@media only screen and (max-width: 834px) {
  .drawer-nav__items li a {
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.95);
    position: relative;
  }
  .drawer-nav__items li a:hover {
    color: #fff;
    background: #022095;
  }
  .drawer-nav__items li a:hover::after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
  .drawer-nav__items li a::after {
    content: "";
    position: absolute;
    display: block;
    width: 7px;
    height: 7px;
    top: 50%;
    right: 15px;
    border-top: solid 1px #022095;
    border-right: solid 1px #022095;
    transform: translateY(-50%) rotate(45deg);
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  footer.scss
  フッターに関する設定
/////////////////////////////////////////// */
.footer__nav {
  width: 100%;
  height: 80px;
  position: relative;
}
.footer__nav::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/footer_nav-bg.png);
  background-size: 1920px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
@media screen and (min-width: 1921px) {
  .footer__nav::after {
    background-size: cover;
  }
}

.footer-global-nav {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 15px 0;
}

.footer-global-nav li {
  width: 20%;
  line-height: 1;
  text-align: center;
  border-left: 1px solid #022095;
}
.footer-global-nav li:last-child {
  border-right: 1px solid #022095;
}
.footer-global-nav li a {
  display: block;
  padding: 18px 20px;
  width: 100%;
  color: #333333;
  background-color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.085em;
  white-space: nowrap;
  transition: all 0.3s ease 0s;
}
.footer-global-nav li a:hover {
  background-color: #ffe109;
  opacity: initial;
}

.footer__contents {
  margin-top: 10px;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: flex-start;
}
@media only screen and (max-width: 834px) {
  .footer__contents {
    margin-top: initial;
  }
}

.footer__left {
  width: 50%;
}
@media only screen and (max-width: 834px) {
  .footer__left {
    display: none;
  }
}

.footer__map {
  position: relative;
  min-height: 660px;
  height: 100%;
  overflow: hidden;
}
.footer__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer__right {
  width: 50%;
  max-width: 560px;
  color: #333;
}
@media only screen and (max-width: 834px) {
  .footer__right {
    width: 100%;
    max-width: 530px;
    margin: auto;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }
}

.footer__center {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  color: #333;
}
@media only screen and (max-width: 834px) {
  .footer__center {
    width: 100%;
    max-width: 530px;
    margin: auto;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }
}

.footer__wrapper {
  padding: 90px 45px 240px 45px;
}
@media only screen and (max-width: 834px) {
  .footer__wrapper {
    max-width: initial;
    padding: initial;
  }
}

.footer__logo {
  max-width: 300px;
}
@media print, screen and (min-width: 835px) {
  .footer__logo {
    width: 100%;
  }
}
@media only screen and (max-width: 834px) {
  .footer__logo {
    width: 65%;
    margin: 0 auto;
  }
}
.footer__logo a {
  display: block;
}
.footer__logo a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer__contact {
  margin-top: 35px;
}
@media only screen and (max-width: 834px) {
  .footer__contact {
    margin-top: 20px;
  }
}

.footer__address {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 834px) {
  .footer__address {
    text-align: center;
  }
}

.footer__access {
  margin-top: 60px;
  display: flex;
}
@media print, screen and (max-width: 1219px) {
  .footer__access {
    flex-direction: column;
  }
}
@media only screen and (max-width: 834px) {
  .footer__access {
    margin-top: 20px;
  }
}

.footer__tel {
  margin-right: 29px;
  line-height: 1;
}
@media only screen and (max-width: 834px) {
  .footer__tel {
    text-align: center;
  }
}

.footer__tel a {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.6rem;
  font-weight: bold;
  color: #022095;
  padding-left: 39px;
  position: relative;
}
.footer__tel a::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/common/tel_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 834px) {
  .footer__tel a {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 375px) {
  .footer__tel a {
    font-size: 2.2rem;
  }
}

.footer__reception {
  margin-top: 25px;
  width: 100%;
  max-width: 468px;
}
@media only screen and (max-width: 834px) {
  .footer__reception {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}

.footer__note {
  margin-top: 19px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.625;
}

.footer__entry {
  margin-top: 25px;
}
@media print, screen and (min-width: 835px) {
  .footer__entry {
    margin-top: 60px;
  }
}
.footer__entry h3 {
  font-size: 120%;
  font-weight: 600;
}
.footer__entry p {
  margin-top: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.625;
}
.footer__entry p.s2_message {
  text-align: left;
  font-weight: 500;
}
@media only screen and (max-width: 834px) {
  .footer__entry p.s2_message {
    padding: 0;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 835px) {
  .footer__entry p.s2_message {
    padding: 0;
    font-size: 1.6rem;
  }
}
.footer__entry form {
  margin-top: 20px;
}
.footer__entry input[type=text],
.footer__entry input[type=email] {
  width: 100%;
  max-width: 420px;
  padding: 10px 12px;
  box-sizing: border-box;
}
.footer__entry input[type=submit] {
  margin-top: 10px;
  padding: 10px 16px;
}

.footer__btn {
  margin-top: 60px;
}
@media only screen and (max-width: 834px) {
  .footer__btn {
    margin-top: 30px;
    text-align: center;
  }
}

.footer__copyright {
  background-color: #022095;
  height: 50px;
  width: 100%;
  padding: 19px 0;
  color: #fff;
  font-size: 1.2rem;
  font-family: "Kozuka Gothic Pr6N R", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .footer__copyright {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 400px) {
  .footer__copyright {
    font-size: 1rem;
  }
}

.pagetop {
  position: fixed;
  bottom: 0;
  right: calc(50% - 580px);
  width: 50px;
  height: 50px;
  background-color: #ffe109;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
@media print, screen and (max-width: 1219px) {
  .pagetop {
    right: 20px;
  }
}
@media screen and (max-width: 400px) {
  .pagetop {
    right: 0;
  }
}
.pagetop::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-left: 2px solid #022095;
  border-top: 2px solid #022095;
}

@media only screen and (max-width: 834px) {
  .footer__booking {
    display: flex;
    margin-top: 15px;
  }
}

.footer__booking li {
  width: 48%;
  padding: 15px 8px;
}
@media screen and (max-width: 375px) {
  .footer__booking li {
    font-size: 1.1rem;
    padding: 10px 8px;
  }
}
.footer__booking li:nth-of-type(2) {
  margin-left: auto;
}

.footer__map-btn {
  margin-top: 20px;
  text-align: center;
}

/*====================================
  02_module
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  module.scss
  各ページで使い回すパーツやスタイルに関する記述
/////////////////////////////////////////// */
.mod {
  /* ======================
  ページタイトル
  ====================== */
  /* ======================
  見出し
  ====================== */
  /* ======================
  投稿詳細 本文
  ====================== */
}
.mod__heading1 {
  font-size: 3.5rem;
  font-weight: 800;
  color: #022095;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .mod__heading1 {
    font-size: 2.2rem;
  }
}
.mod__heading1 span {
  font-size: 1.8rem;
  font-weight: 500;
  color: #97b1c3;
  letter-spacing: 0.05em;
  display: block;
  line-height: 1;
  padding-top: 20px;
  position: relative;
}
.mod__heading1 span::before {
  content: "";
  position: absolute;
  background: #ffe109;
  display: inline-block;
  display: block;
  height: 3px;
  width: 40px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mod__heading2 {
  font-size: 3.5rem;
  font-weight: 800;
  color: #022095;
  padding-bottom: 10px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .mod__heading2 {
    font-size: 2.2rem;
  }
}
.mod__heading2::after {
  content: "";
  position: absolute;
  background: #ffe109;
  display: block;
  height: 5px;
  width: 80px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media only screen and (max-width: 834px) {
  .mod__heading2::after {
    width: 60px;
  }
}
.mod__content > * {
  margin: 0 auto;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 834px) {
  .mod__content > * {
    line-height: 1.6;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__content > * {
    line-height: 1.6;
    margin-bottom: 40px;
  }
}
.mod__content > * img {
  max-width: 100%;
  height: auto;
}
.mod__content h2 {
  border-left: 4px solid #000;
  color: #000;
  font-weight: bold;
  padding: 0 0 0 0.5em;
  line-height: 1.4;
  margin: 1em 0;
}
@media only screen and (max-width: 834px) {
  .mod__content h2 {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__content h2 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
.mod__content h3 {
  border-left: 4px solid #000;
  color: #000;
  font-weight: bold;
  padding: 0 0 0 0.5em;
  line-height: 1.4;
  margin: 1em 0;
}
@media only screen and (max-width: 834px) {
  .mod__content h3 {
    font-size: 1.6rem;
    padding: 3px 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__content h3 {
    font-size: 2rem;
    padding: 6px 10px;
  }
}

/* ======================
インナー
====================== */
.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
@media only screen and (max-width: 834px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* ======================
ボタン
====================== */
.btn, .btn--more, .btn--contact {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  height: 100%;
  letter-spacing: 0.05em;
  background-color: #022095;
  color: #fff;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  padding: 18px 25px 16px;
  text-align: center;
  border-bottom: 3px solid #ffe109;
  transition: all 0.3s ease 0s;
  position: relative;
}

.btn--contact::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 17px;
  right: 20px;
  top: 17px;
  background-image: url(../images/common/contact_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.btn--more::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 16px;
  right: 25px;
  top: 17px;
  background-image: url(../images/common/arrow_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}

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

.booking {
  padding: 6px 10px;
  line-height: 1;
  text-align: center;
  color: #ec144d;
  background-color: #fff;
  border: 1px solid #ec144d;
}

.holiday {
  padding: 6px 10px;
  line-height: 1;
  text-align: center;
  color: #0bbae6;
  background-color: #fff;
  border: 1px solid #0bbae6;
}

.tag {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
@media print, screen and (max-width: 1219px) {
  .tag {
    max-width: 560px;
  }
}

.tag li {
  width: 31%;
}
@media only screen and (max-width: 834px) {
  .tag li {
    width: 49%;
  }
}

.tag li a {
  width: 100%;
  max-width: 260px;
  display: block;
  padding: 15px 5px;
  color: #022095;
  background-color: #fff;
  line-height: 1.2;
  text-align: center;
  border: 1px solid #022095;
  border-radius: 25px;
  background-color: #fff;
  transition: all 0.3s ease 0s;
}
.tag li a:hover {
  opacity: initial;
  background-color: #022095;
  color: #fff;
}

.post {
  background-color: #fff;
  width: 31.5517241379%;
  max-width: 366px;
}
@media only screen and (max-width: 834px) {
  .post {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    padding: 15px 0;
  }
}
@media print, screen and (min-width: 835px) {
  .post:not(:nth-of-type(3n + 1)) {
    margin-left: 3.5%;
  }
}

@media only screen and (max-width: 834px) {
  .post figure {
    width: 100px;
  }
}

.post__wrapper {
  padding: 30px 30px 27px;
}
@media only screen and (max-width: 834px) {
  .post__wrapper {
    padding: 0 0 0 15px;
    width: calc(100% - 100px);
  }
}

.post__time {
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  color: #333;
  font-weight: 300;
}
@media only screen and (max-width: 834px) {
  .post__time {
    font-size: 1.4rem;
  }
}

.post__title a {
  display: block;
  font-size: 1.8rem;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #333;
  line-height: 1.6666666667;
  transition: all 0.3s;
}
@media only screen and (max-width: 834px) {
  .post__title a {
    font-size: 1.4rem;
  }
}
.post__title a:hover {
  opacity: initial;
  text-decoration: underline;
}

.post__tag {
  margin-top: 16px;
  display: flex;
}

.post__tag li:nth-of-type(even) {
  margin-left: 10px;
}

.post__tag li a {
  display: block;
  min-width: 140px;
  padding: 5px 10px;
  color: #022095;
  background-color: #fff;
  line-height: 1.1;
  text-align: center;
  border: 1px solid #022095;
  border-radius: 15px;
  transition: all 0.3s ease 0s;
}
.post__tag li a:hover {
  color: #fff;
  background-color: #022095;
  opacity: initial;
}

.tel {
  margin-right: 29px;
  line-height: 1;
}
@media only screen and (max-width: 834px) {
  .tel {
    text-align: center;
    border: 1px solid #022095;
    padding: 8px 20px;
    width: 100%;
  }
}

.tel a {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.6rem;
  font-weight: bold;
  color: #022095;
  padding-left: 39px;
  position: relative;
}
.tel a::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/common/tel_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 834px) {
  .tel a {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 375px) {
  .tel a {
    font-size: 2.2rem;
  }
}

.data {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 834px) {
  .data {
    flex-direction: column;
  }
}

.data dt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 240px;
  background-color: #f5f8fa;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  color: #333;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-top: 1px solid #d5e4eb;
}
.data dt:last-of-type {
  border-bottom: 1px solid #d5e4eb;
}
@media only screen and (max-width: 834px) {
  .data dt:last-of-type {
    border-bottom: initial;
  }
}
@media only screen and (max-width: 834px) {
  .data dt {
    width: 100%;
  }
}

.data dd {
  width: calc(100% - 240px);
  max-width: 920px;
  padding: 20px 30px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  border-top: 1px solid #d5e4eb;
}
@media only screen and (max-width: 834px) {
  .data dd {
    padding: 20px;
  }
}
.data dd:last-of-type {
  border-bottom: 1px solid #d5e4eb;
}
@media only screen and (max-width: 834px) {
  .data dd {
    width: 100%;
    max-width: 100%;
  }
}

/*===================
  pager
===================*/
#pager {
  width: 100%;
}
@media only screen and (max-width: 834px) {
  #pager {
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  #pager {
    width: 340px;
    margin: 0 auto;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 834px) {
  #pager ul {
    overflow: hidden;
  }
}
@media print, screen and (min-width: 835px) {
  #pager ul {
    height: 40px;
    position: relative;
  }
}
@media print, screen and (min-width: 835px) {
  #pager ul li {
    width: 120px;
    position: absolute;
    top: 0;
    z-index: 2;
  }
}
#pager ul li a {
  line-height: 46px;
  height: 44px;
  color: #ffffff;
  font-size: 0.95em;
  text-align: center;
  text-decoration: none;
  display: block;
  background: #022095;
}
@media print, screen and (min-width: 835px) {
  #pager ul li a {
    /*font-weight: bolder;*/
    font-size: 1.5rem;
  }
}
#pager ul li a:hover {
  background: #fff;
  color: #022095;
  border: 1px solid #022095;
}
@media only screen and (max-width: 834px) {
  #pager ul .prev {
    width: 47.5%;
    margin-bottom: 15px;
    float: left;
  }
}
@media print, screen and (min-width: 835px) {
  #pager ul .prev {
    left: 0;
    width: 90px;
  }
}
@media only screen and (max-width: 834px) {
  #pager ul .prev a {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(1.368%201.413)%22%3E%3Cpath%20d%3D%22M-4952.189%2C909.641l-7%2C7.5%2C7%2C7.5%22%20transform%3D%22translate(4959.189%20-909.641)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2213%22%20transform%3D%22translate(0.5%207.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") left 15px center no-repeat #022095;
    background-size: 16px;
  }
  #pager ul .prev a:hover {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(1.368%201.413)%22%3E%3Cpath%20d%3D%22M-4952.189%2C909.641l-7%2C7.5%2C7%2C7.5%22%20transform%3D%22translate(4959.189%20-909.641)%22%20fill%3D%22none%22%20stroke%3D%22%23022095%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2213%22%20transform%3D%22translate(0.5%207.5)%22%20fill%3D%22none%22%20stroke%3D%22%23022095%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") left 15px center no-repeat #fff;
    color: #022095;
    background-size: 16px;
  }
}
@media print, screen and (min-width: 835px) {
  #pager ul .prev a {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(1.368%201.413)%22%3E%3Cpath%20d%3D%22M-4952.189%2C909.641l-7%2C7.5%2C7%2C7.5%22%20transform%3D%22translate(4959.189%20-909.641)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2213%22%20transform%3D%22translate(0.5%207.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") left 14px center no-repeat #022095;
    text-align: right;
    padding-right: 20px;
    background-size: 16px;
  }
  #pager ul .prev a:hover {
    left: 0;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(1.368%201.413)%22%3E%3Cpath%20d%3D%22M-4952.189%2C909.641l-7%2C7.5%2C7%2C7.5%22%20transform%3D%22translate(4959.189%20-909.641)%22%20fill%3D%22none%22%20stroke%3D%22%23022095%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2213%22%20transform%3D%22translate(0.5%207.5)%22%20fill%3D%22none%22%20stroke%3D%22%23022095%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") left 14px center no-repeat #fff;
    background-size: 16px;
    color: #022095;
  }
}
@media only screen and (max-width: 834px) {
  #pager ul .next {
    width: 47.5%;
    margin-bottom: 15px;
    float: right;
  }
}
@media print, screen and (min-width: 835px) {
  #pager ul .next {
    right: 0;
    width: 90px;
  }
}
@media only screen and (max-width: 834px) {
  #pager ul .next a {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(-1313.5%20-907.587)%22%3E%3Cpath%20d%3D%22M-4959.189%2C909.641l7%2C7.5-7%2C7.5%22%20transform%3D%22translate(6280.189%20-0.641)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x2%3D%2213%22%20transform%3D%22translate(1314.5%20916.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 15px center no-repeat #022095;
    background-size: 16px;
  }
  #pager ul .next a:hover {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(-1313.5%20-907.587)%22%3E%3Cpath%20d%3D%22M-4959.189%2C909.641l7%2C7.5-7%2C7.5%22%20transform%3D%22translate(6280.189%20-0.641)%22%20fill%3D%22none%22%20stroke%3D%22%23022095%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x2%3D%2213%22%20transform%3D%22translate(1314.5%20916.5)%22%20fill%3D%22none%22%20stroke%3D%22%23022095%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 15px center no-repeat #fff;
    background-size: 16px;
    color: #022095;
  }
}
@media print, screen and (min-width: 835px) {
  #pager ul .next a {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(-1313.5%20-907.587)%22%3E%3Cpath%20d%3D%22M-4959.189%2C909.641l7%2C7.5-7%2C7.5%22%20transform%3D%22translate(6280.189%20-0.641)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x2%3D%2213%22%20transform%3D%22translate(1314.5%20916.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 14px center no-repeat #022095;
    text-align: left;
    padding-left: 20px;
    background-size: 16px;
  }
  #pager ul .next a:hover {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(-1313.5%20-907.587)%22%3E%3Cpath%20d%3D%22M-4959.189%2C909.641l7%2C7.5-7%2C7.5%22%20transform%3D%22translate(6280.189%20-0.641)%22%20fill%3D%22none%22%20stroke%3D%22%23022095%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x2%3D%2213%22%20transform%3D%22translate(1314.5%20916.5)%22%20fill%3D%22none%22%20stroke%3D%22%23022095%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 14px center no-repeat #fff;
    background-size: 16px;
    color: #022095;
  }
}
@media only screen and (max-width: 834px) {
  #pager ul .return {
    width: 100%;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 835px) {
  #pager ul .return {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

/*===================
  pagination
===================*/
.pagination {
  text-align: center !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 834px) {
  .pagination {
    margin-top: 20px;
    /*margin-bottom: 20px;*/
  }
}
@media print, screen and (min-width: 835px) {
  .pagination {
    margin-top: 40px;
  }
}
.pagination:nth-child(1) {
  margin-bottom: 20px;
}
.pagination li {
  width: auto !important;
  min-width: auto !important;
  display: inline-block !important;
  padding: 0 !important;
  background-color: #fff !important;
  margin-bottom: 5px;
  margin-right: 3px;
  margin-left: 3px;
}
.pagination a {
  padding: 8px 17px !important;
  color: #022095 !important;
  border: 1px solid #022095;
  text-decoration: none !important;
  display: inline-block;
  line-height: auto !important;
  background-color: #fff;
}
.pagination a:hover {
  color: #FFF !important;
  background: #022095 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.pagination .active {
  padding: 8px 17px !important;
  text-decoration: none !important;
  line-height: auto !important;
  background: #022095;
  border: 1px solid #022095 !important;
  color: #ffffff;
}
.pagination .next, .pagination .prev {
  border: none !important;
}
.pagination .next {
  padding: 8px 40px 8px 17px !important;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(-1313.5%20-907.587)%22%3E%3Cpath%20d%3D%22M-4959.189%2C909.641l7%2C7.5-7%2C7.5%22%20transform%3D%22translate(6280.189%20-0.641)%22%20fill%3D%22none%22%20stroke%3D%22%23022095%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x2%3D%2213%22%20transform%3D%22translate(1314.5%20916.5)%22%20fill%3D%22none%22%20stroke%3D%22%23022095%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 15px center no-repeat #fff;
  text-align: left;
  background-size: 16px 16px;
  border: 1px solid #022095 !important;
}
.pagination .next:hover {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(-1313.5%20-907.587)%22%3E%3Cpath%20d%3D%22M-4959.189%2C909.641l7%2C7.5-7%2C7.5%22%20transform%3D%22translate(6280.189%20-0.641)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x2%3D%2213%22%20transform%3D%22translate(1314.5%20916.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 15px center no-repeat #022095 !important;
  background-size: 16px 16px !important;
}
.pagination .next .fa-caret-up {
  margin-left: 12px;
  -webkit-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
}
.pagination .prev {
  padding: 8px 17px 8px 40px !important;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(1.368%201.413)%22%3E%3Cpath%20d%3D%22M-4952.189%2C909.641l-7%2C7.5%2C7%2C7.5%22%20transform%3D%22translate(4959.189%20-909.641)%22%20fill%3D%22none%22%20stroke%3D%22%23022095%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2213%22%20transform%3D%22translate(0.5%207.5)%22%20fill%3D%22none%22%20stroke%3D%22%23022095%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") left 15px center no-repeat #fff;
  text-align: left;
  background-size: 16px;
  border: 1px solid #022095 !important;
}
.pagination .prev:hover {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(1.368%201.413)%22%3E%3Cpath%20d%3D%22M-4952.189%2C909.641l-7%2C7.5%2C7%2C7.5%22%20transform%3D%22translate(4959.189%20-909.641)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2213%22%20transform%3D%22translate(0.5%207.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") left 15px center no-repeat #022095 !important;
  background-size: 16px !important;
}
.pagination span.current {
  padding: 8px 17px !important;
  background: #022095 !important;
  color: #FFF !important;
  text-decoration: none !important;
  display: inline-block;
}
.pagination h2.screen-reader-text {
  display: none;
}
.pagination .pagenation__item-next a,
.pagination .pagenation__item-previous a {
  border: none !important;
}

.pagination .pagenation__item.active a,
.pagination.wp .active {
  padding: 8px 17px !important;
  background: #022095 !important;
  color: #FFF !important;
  text-decoration: none !important;
}

.s2_message {
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 834px) {
  .s2_message {
    padding: 50px 20px 20px 20px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 835px) {
  .s2_message {
    padding: 80px 30px;
    font-size: 1.8rem;
  }
}

/*====================================
  03_page
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  トップページ
///////////////////////////////////////////////////////// */
/* =========================
  Home slide (Swiper7 / fade)
========================= */
.home-slide {
  /* paginationを画像の下に出す */
  /* ドットを大きめに */
}
@media only screen and (max-width: 834px) {
  .home-slide {
    display: none;
  }
}
@media print, screen and (min-width: 835px) {
  .home-slide {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }
}
.home-slide .swiper {
  width: 100%;
  overflow: hidden;
}
.home-slide .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-slide .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.home-slide .swiper-pagination {
  position: static;
  margin-top: 14px;
  text-align: center;
  /* クリックしやすい余白 */
  padding: 10px 0;
}
.home-slide .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 8px !important;
  opacity: 0.35;
  /* クリック領域を広げる（見た目はそのまま） */
  position: relative;
}
.home-slide .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  transform: translate(-50%, -50%);
}
.home-slide .swiper-pagination-bullet-active {
  background-color: #182e7a;
  opacity: 1;
}

.mv {
  background-image: url(../images/home/mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 400px;
}
@media print, screen and (max-width: 1219px) {
  .mv {
    background-position: top right 30%;
  }
}
@media screen and (max-width: 600px) {
  .mv {
    background-image: url(../images/home/mv_sp.jpg);
  }
}

.mv__inner {
  height: inherit;
}

.mv__title {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  height: inherit;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  .mv__title {
    font-size: 2.5rem;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  .mv__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 374px) {
  .mv__title {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 834px) {
  .web_bnr {
    margin-top: 30px;
    padding: 10px;
  }
  .web_bnr img {
    max-width: 642px;
    margin: 0 auto;
    display: block;
  }
}
@media print, screen and (min-width: 835px) {
  .web_bnr {
    margin-top: 20px;
  }
}

.web_bnr__inner {
  height: inherit;
}

.l-home-menu {
  margin-top: 20px;
}

.home-menu__items {
  display: flex;
}
@media only screen and (max-width: 834px) {
  .home-menu__items {
    flex-direction: column;
  }
}

.home-menu__item {
  width: 33.3333%;
  height: 152px;
  text-align: center;
  border-left: 1px solid #022095;
}
@media only screen and (max-width: 834px) {
  .home-menu__item {
    width: 100%;
    border: 1px solid #022095;
  }
}
.home-menu__item:last-of-type {
  border-right: 1px solid #022095;
}
@media only screen and (max-width: 834px) {
  .home-menu__item:not(:first-of-type) {
    margin-top: 30px;
  }
}

.home-menu__item a {
  display: block;
}

.home-menu__item a img {
  width: 100px;
}

.home-menu__title {
  font-size: 2rem;
  color: #022095;
  font-weight: 800;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.home-menu__text {
  color: #000000;
  letter-spacing: 0.05em;
}

.feature {
  padding-top: 60px;
}
@media only screen and (max-width: 834px) {
  .feature {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.feature:not(:first-of-type) {
  padding-top: 40px;
}
@media only screen and (max-width: 834px) {
  .feature:not(:first-of-type) {
    padding-bottom: initial;
  }
}

.home .feature:not(:first-of-type) {
  padding-top: 60px;
}
@media only screen and (max-width: 834px) {
  .home .feature:not(:first-of-type) {
    padding-top: 40px;
    padding-bottom: initial;
  }
}

.feature__contents {
  max-width: 100%;
  margin-left: auto;
}
@media only screen and (max-width: 834px) {
  .feature__contents {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
  }
}

.treatment_list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media print, screen and (min-width: 835px) {
  .treatment_list {
    gap: 40px;
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 834px) {
  .treatment_list {
    gap: 30px;
    padding-bottom: 50px;
  }
}
.treatment_list section .heading {
  text-align: center;
  font-weight: bold;
  color: #022095;
}
@media print, screen and (min-width: 835px) {
  .treatment_list section .heading {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 834px) {
  .treatment_list section .heading {
    font-size: 2rem;
  }
}
.treatment_list section ul {
  display: grid;
  grid-template-rows: 1fr;
}
@media print, screen and (min-width: 835px) {
  .treatment_list section ul {
    margin-top: 20px;
    gap: 16px;
  }
}
@media only screen and (max-width: 834px) {
  .treatment_list section ul {
    margin-top: 1em;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5em;
  }
}
.treatment_list section ul li {
  border-radius: 8px;
  padding: 1em;
  border: 1px solid #022095;
  color: #022095;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.treatment_list section ul li span {
  display: block;
}
@media print, screen and (min-width: 835px) {
  .treatment_list section.ippan ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media print, screen and (min-width: 835px) {
  .treatment_list section.tougou ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 834px) {
  .greeting > div {
    margin-top: 1em;
  }
}
@media print, screen and (min-width: 835px) {
  .greeting > div {
    margin-top: 20px;
  }
}
.greeting > div > p {
  line-height: 1.8;
}
.greeting > div > p:nth-of-type(n + 2) {
  margin-top: 1em;
}

.disease {
  padding-top: 100px;
  padding-bottom: 95px;
}
@media only screen and (max-width: 834px) {
  .disease {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.disease__items {
  margin-top: 50px;
}
@media only screen and (max-width: 834px) {
  .disease__items {
    margin-top: 30px;
  }
}

.disease__item {
  display: flex;
}
@media only screen and (max-width: 834px) {
  .disease__item {
    flex-direction: column;
  }
}
.disease__item:not(:first-of-type) {
  margin-top: 40px;
}

.disease__img {
  max-width: 300px;
  width: 25.8620689655%;
}
@media only screen and (max-width: 834px) {
  .disease__img {
    width: 100%;
    max-width: 580px;
    margin: auto;
  }
}

.disease__contents {
  max-width: 818px;
  width: 70.5172413793%;
  margin-left: auto;
}
@media only screen and (max-width: 834px) {
  .disease__contents {
    width: 100%;
    max-width: 580px;
    margin: 30px auto 0;
  }
}

.disease__title {
  font-size: 2.4rem;
  color: #022095;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.075em;
}
@media only screen and (max-width: 834px) {
  .disease__title {
    font-size: 2rem;
  }
}

.disease__text {
  margin-top: 20px;
  letter-spacing: 0.05em;
}

.information {
  padding-top: 75px;
  background: #f5f8fa;
}
@media only screen and (max-width: 834px) {
  .information {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.information__list {
  max-width: 1000px;
}
@media only screen and (max-width: 834px) {
  .information__list {
    margin: 15px auto 0 auto;
    width: 100%;
  }
}
@media print, screen and (min-width: 835px) {
  .information__list {
    margin: 30px auto 0 auto;
    width: 100%;
  }
}
@media only screen and (max-width: 834px) {
  .information__list li {
    padding: 15px 40px 15px 15px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(-1313.5%20-907.587)%22%3E%3Cpath%20d%3D%22M-4959.189%2C909.641l7%2C7.5-7%2C7.5%22%20transform%3D%22translate(6280.189%20-0.641)%22%20fill%3D%22none%22%20stroke%3D%22%23022095%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x2%3D%2213%22%20transform%3D%22translate(1314.5%20916.5)%22%20fill%3D%22none%22%20stroke%3D%22%23022095%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 18px center no-repeat;
    background-size: 15px;
    border-bottom: 1px solid #cacaca;
  }
}
@media print, screen and (min-width: 835px) {
  .information__list li {
    padding: 30px 60px 30px 30px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.868%22%20height%3D%2217.827%22%20viewBox%3D%220%200%2015.868%2017.827%22%3E%3Cg%20transform%3D%22translate(-1313.5%20-907.587)%22%3E%3Cpath%20d%3D%22M-4959.189%2C909.641l7%2C7.5-7%2C7.5%22%20transform%3D%22translate(6280.189%20-0.641)%22%20fill%3D%22none%22%20stroke%3D%22%23022095%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x2%3D%2213%22%20transform%3D%22translate(1314.5%20916.5)%22%20fill%3D%22none%22%20stroke%3D%22%23022095%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right 30px center no-repeat;
    background-size: 16px;
    border-bottom: 1px solid #cacaca;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 834px) {
  .information__list li time {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 835px) {
  .information__list li time {
    font-size: 1.5rem;
    width: 12%;
  }
}
.information__list li > a {
  with: 100%;
  clear: both;
  display: block;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 834px) {
  .information__list li > a {
    font-size: 1.5rem;
  }
  .information__list li > a:hover {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 835px) {
  .information__list li > a {
    font-size: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
    width: 88%;
  }
  .information__list li > a:hover {
    text-decoration: underline;
  }
}

.information__category-tag {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 834px) {
  .information__category-tag {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 835px) {
  .information__category-tag li:not(:nth-of-type(3n + 1)) {
    margin-left: 3.5%;
  }
  .information__category-tag li:nth-of-type(n + 4) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 834px) {
  .information__category-tag li:nth-of-type(even) {
    margin-left: 2%;
  }
  .information__category-tag li:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}

.information__posts {
  margin-top: 62px;
  display: flex;
}
@media only screen and (max-width: 834px) {
  .information__posts {
    flex-direction: column;
    margin-top: 35px;
  }
}

@media only screen and (max-width: 834px) {
  .information__post:not(:first-of-type) {
    margin-top: 20px;
  }
}

.information__btn {
  margin-top: 80px;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .information__btn {
    margin-top: 30px;
  }
}

.blog {
  padding-top: 120px;
  padding-bottom: 100px;
  background: #f5f8fa;
}
@media only screen and (max-width: 834px) {
  .blog {
    padding-top: 35px;
    padding-bottom: 30px;
  }
}

.blog__category-tag {
  margin-top: 53px;
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 835px) {
  .blog__category-tag li:not(:nth-of-type(3n + 1)) {
    margin-left: 3.5%;
  }
  .blog__category-tag li:nth-of-type(n + 4) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 834px) {
  .blog__category-tag li:nth-of-type(even) {
    margin-left: 2%;
  }
  .blog__category-tag li:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}

.blog__posts {
  margin-top: 62px;
  display: flex;
}
@media only screen and (max-width: 834px) {
  .blog__posts {
    flex-direction: column;
    margin-top: 35px;
  }
}
.blog__posts figure {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 834px) {
  .blog__posts figure {
    overflow: hidden;
    width: 100px;
    height: 100px;
    position: relative;
  }
}
.blog__posts figure a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 834px) {
  .blog__posts figure a img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    transform: translate(-50%, -50%);
  }
}
@media print, screen and (min-width: 835px) {
  .blog__posts figure a img {
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    aspect-ratio: 43/27;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
  }
}

.blog__btn {
  margin-top: 100px;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .blog__btn {
    margin-top: 30px;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  page.scss
  下層ページに関する記述
/////////////////////////////////////////// */
.sub-mv {
  background-color: #f5f8fa;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 7px, #eff2f4 7px, #eff2f4 8px);
}

.sub-mv__title {
  font-size: 3.5rem;
  color: #022095;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 55px 0;
  display: block;
}
@media only screen and (max-width: 834px) {
  .sub-mv__title {
    font-size: 2.4rem;
    padding: 60px;
  }
}

.sub-mv__title span {
  font-size: 1.8rem;
  color: #000000;
}
@media only screen and (max-width: 834px) {
  .sub-mv__title span {
    font-size: 1.2rem;
  }
}

#breadcrumbs, .breadcrumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  /* olの場合 */
  /* yoast seoの場合 */
}
@media only screen and (max-width: 834px) {
  #breadcrumbs, .breadcrumbs {
    padding: 30px 0;
    line-height: 1.4;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 835px) {
  #breadcrumbs, .breadcrumbs {
    padding: 30px 0;
    line-height: 1;
    font-size: 1.4rem;
  }
}
#breadcrumbs ol, .breadcrumbs ol {
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
}
@media only screen and (max-width: 834px) {
  #breadcrumbs ol, .breadcrumbs ol {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}
@media print, screen and (min-width: 835px) {
  #breadcrumbs ol, .breadcrumbs ol {
    width: 100%;
    margin: 0 auto;
    font-size: 1.4rem;
  }
}
#breadcrumbs ol a, .breadcrumbs ol a {
  color: #022095;
  text-decoration: none;
}
#breadcrumbs ol a:hover, .breadcrumbs ol a:hover {
  text-decoration: underline;
}
#breadcrumbs ol li, .breadcrumbs ol li {
  /*display: inline-block;*/
  display: inline;
  position: relative;
  margin-left: 1em;
  line-height: 1.6;
}
#breadcrumbs ol li:before, .breadcrumbs ol li:before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border: solid 1px #000;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  /*top: 0;
  bottom: 0;*/
  top: 9px;
  left: -1em;
  margin: auto 0;
}
#breadcrumbs ol li:nth-child(1), .breadcrumbs ol li:nth-child(1) {
  margin-left: 0;
}
#breadcrumbs ol li:nth-child(1)::before, .breadcrumbs ol li:nth-child(1)::before {
  display: none;
}
#breadcrumbs > span, .breadcrumbs > span {
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 834px) {
  #breadcrumbs > span, .breadcrumbs > span {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin: 0 auto;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 835px) {
  #breadcrumbs > span, .breadcrumbs > span {
    width: 100%;
    margin: 0 auto;
    font-size: 1.4rem;
    font-weight: 400;
  }
}
#breadcrumbs > span a, .breadcrumbs > span a {
  color: #022095;
  text-decoration: none;
}
#breadcrumbs > span a:hover, .breadcrumbs > span a:hover {
  text-decoration: underline;
}
#breadcrumbs > span > span, .breadcrumbs > span > span {
  /*display: inline-block;*/
  display: inline;
  position: relative;
  margin-left: 1.5em;
  line-height: 1.6;
}
#breadcrumbs > span > span:nth-child(1), .breadcrumbs > span > span:nth-child(1) {
  margin-left: 0;
}
#breadcrumbs > span > span:nth-child(n+2):before, .breadcrumbs > span > span:nth-child(n+2):before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border: solid 1px #000000;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  /*top: 0;
  bottom: 0;*/
  top: 7px;
  left: -1.1em;
  margin: auto 0;
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  voice.scss
  院長あいさつ
/////////////////////////////////////////// */
@media only screen and (max-width: 834px) {
  .voice-menu {
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 835px) {
  .voice-menu {
    padding-bottom: 80px;
  }
}

.voice-menu__links {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media print, screen and (min-width: 835px) {
  .voice-menu__links {
    justify-content: center;
  }
}

.voice-menu__links li {
  background-color: #f5f8fa;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .voice-menu__links li {
    width: 100%;
    border-left: 1px solid #022095;
    border-top: 1px solid #022095;
    border-right: 1px solid #022095;
  }
  .voice-menu__links li:last-child {
    border-bottom: 1px solid #022095;
  }
}
@media print, screen and (min-width: 835px) {
  .voice-menu__links li {
    width: 25%;
    border-left: 1px solid #022095;
    border-top: 1px solid #022095;
    border-bottom: 1px solid #022095;
    /*&:nth-child(n + 5){
      border-bottom: 1px solid $mainColor;
    }*/
  }
  .voice-menu__links li:nth-child(3n) {
    border-right: 1px solid #022095;
  }
}

.voice-menu__links li a {
  display: inline-block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  color: #022095;
  line-height: 1;
  padding: 22px 15px;
  position: relative;
}
.voice-menu__links li a::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  left: 20px;
  border-top: solid 1px #022095;
  border-right: solid 1px #022095;
  transform: translateY(-50%) rotate(130deg);
}

.voice {
  padding-top: 100px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 834px) {
  .voice {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.voice__wrapper {
  margin-top: 60px;
}
@media only screen and (max-width: 834px) {
  .voice__wrapper {
    margin-top: 30px;
  }
}

.voice__img {
  width: 100%;
  max-width: 301px;
}
@media print, screen and (min-width: 835px) {
  .voice__img {
    float: left;
    margin-right: 39px;
    margin-bottom: 101px;
  }
}
@media only screen and (max-width: 834px) {
  .voice__img {
    margin: auto;
  }
}

@media only screen and (max-width: 834px) {
  .voice__contents {
    margin-top: 20px;
  }
}

.voice__head {
  font-size: 2.4rem;
  font-weight: 800;
  color: #022095;
  letter-spacing: 0.075em;
}

.voice__text {
  margin-top: 20px;
  letter-spacing: 0.05em;
}
.voice__text .voice__head {
  margin-top: 20px;
  clear: both;
}

.voice__text p:not(:first-of-type) {
  margin-top: 20px;
}

.voice__philosophy {
  padding-top: 100px;
}
@media only screen and (max-width: 834px) {
  .voice__philosophy {
    padding-top: 50px;
  }
}
.voice__philosophy .mod__heading2 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 834px) {
  .voice__philosophy .mod__heading2 {
    margin-bottom: 30px;
  }
}
.voice__philosophy ul li i {
  font-weight: 500;
  display: block;
}
@media print, screen and (min-width: 835px) {
  .voice__philosophy ul li i {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 834px) {
  .voice__philosophy ul li i {
    font-size: 1.6rem;
  }
}
.voice__philosophy ul li .ttl {
  font-weight: 800;
  padding-left: 2em;
  text-indent: -2em;
}
@media print, screen and (min-width: 835px) {
  .voice__philosophy ul li .ttl {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 834px) {
  .voice__philosophy ul li .ttl {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 835px) {
  .voice__philosophy ul li p {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 834px) {
  .voice__philosophy ul li p {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .voice__philosophy ul li:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .voice__philosophy ul li:nth-child(n+2) {
    margin-top: 20px;
  }
}

.voice__profile {
  margin-top: 63px;
  background-color: #f5f8fa;
  padding: 60px;
}
@media only screen and (max-width: 834px) {
  .voice__profile {
    margin-top: 30px;
    padding: 15px;
  }
}

.voice__profile-name {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
}

.voice__profile-name span {
  font-size: 1.8rem;
  margin-left: 20px;
}

.voice__profile-text {
  margin-top: 16px;
}

.voice__profile-text p {
  line-height: 2.5;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #d5e5eb;
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  medical.scss
  診療内容
/////////////////////////////////////////// */
@media only screen and (max-width: 834px) {
  .medical-main-menu {
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 835px) {
  .medical-main-menu {
    padding-bottom: 80px;
  }
}

.medical-main-menu__links {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media print, screen and (min-width: 835px) {
  .medical-main-menu__links {
    justify-content: center;
  }
}

.medical-main-menu__links li {
  background-color: #f5f8fa;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .medical-main-menu__links li {
    width: 100%;
    border-left: 1px solid #022095;
    border-top: 1px solid #022095;
    border-right: 1px solid #022095;
  }
  .medical-main-menu__links li:last-child {
    border-bottom: 1px solid #022095;
  }
}
@media print, screen and (min-width: 835px) {
  .medical-main-menu__links li {
    width: 25%;
    border-left: 1px solid #022095;
    border-top: 1px solid #022095;
    border-bottom: 1px solid #022095;
    /*&:nth-child(n + 5){
      border-bottom: 1px solid $mainColor;
    }*/
  }
  .medical-main-menu__links li:nth-child(4n) {
    border-right: 1px solid #022095;
  }
}

.medical-main-menu__links li a {
  display: inline-block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  color: #022095;
  line-height: 1;
  padding: 22px 15px;
  position: relative;
}
.medical-main-menu__links li a::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  left: 20px;
  border-top: solid 1px #022095;
  border-right: solid 1px #022095;
  transform: translateY(-50%) rotate(130deg);
}

.medical-reception {
  padding-bottom: 100px;
}
@media only screen and (max-width: 834px) {
  .medical-reception {
    padding-bottom: 50px;
  }
}
.medical-reception .com {
  margin-top: 1.5em;
  text-align: center;
}

.medical-reception__wrapper {
  margin-top: 58px;
  display: flex;
}
@media only screen and (max-width: 834px) {
  .medical-reception__wrapper {
    flex-direction: column;
    margin-top: 20px;
  }
}

.medical-reception__img {
  width: 48.275862069%;
  max-width: 560px;
}
@media only screen and (max-width: 834px) {
  .medical-reception__img {
    width: 100%;
    margin: auto;
  }
}

.medical-reception__text {
  margin-left: auto;
  width: 48.275862069%;
  max-width: 560px;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media only screen and (max-width: 834px) {
  .medical-reception__text {
    margin: 15px auto 0;
    width: 100%;
  }
}

/* calender */
.calender {
  color: #59493f;
}
@media only screen and (max-width: 834px) {
  .calender {
    width: 100%;
    padding: 0 0 30px 0;
  }
}
@media print, screen and (min-width: 835px) {
  .calender {
    width: 800px;
    min-height: 490px;
    position: relative;
    margin: 0 auto 80px auto;
  }
}
.calender figure {
  max-width: 700px;
}
@media only screen and (max-width: 834px) {
  .calender figure {
    padding: 0 15px;
    margin: 0 auto 30px auto;
  }
}
@media print, screen and (min-width: 835px) {
  .calender figure {
    padding: 0 30px;
    margin: 0 auto 60px auto;
  }
}
.calender figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 834px) {
  .calender .calendar-wrapper .my-calendar-table td .mc-date .screen-reader-text {
    font-size: 1.4rem !important;
  }
  .calender .calendar-wrapper .my-calendar-table td .button {
    font-size: 1.4rem !important;
  }
}
@media only screen and (max-width: 834px) {
  .calender .calendar-wrapper .mc-main:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .calender .calendar-wrapper .mc-main:nth-child(n+2) {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 834px) {
  .gc_wrapper {
    max-width: 960px; /* 最大幅 */
    min-width: 260px; /* 最小幅 */
    margin: 2.0833% auto;
  }
}
@media print, screen and (min-width: 835px) {
  .gc_wrapper {
    width: 100%;
    height: 370px;
  }
}

.responsive-iframe-container {
  position: relative;
  padding-bottom: 100%; /* 縦横比 */
  height: 0;
}

.responsive-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 834px) {
  .medical-menu {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .medical-menu {
    margin-top: 60px;
  }
}
.medical-menu .medical-menu__links {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.medical-menu .medical-menu__links li {
  background-color: #f5f8fa;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .medical-menu .medical-menu__links li {
    width: 100%;
    border-left: 1px solid #022095;
    border-top: 1px solid #022095;
    border-right: 1px solid #022095;
  }
  .medical-menu .medical-menu__links li:last-child {
    border-bottom: 1px solid #022095;
  }
}
@media print, screen and (min-width: 835px) {
  .medical-menu .medical-menu__links li {
    width: 25%;
    border-left: 1px solid #022095;
    border-top: 1px solid #022095;
    border-bottom: 1px solid #022095;
    /*&:nth-child(n + 5){
      border-bottom: 1px solid $mainColor;
    }*/
  }
  .medical-menu .medical-menu__links li:nth-child(4n) {
    border-right: 1px solid #022095;
  }
  .medical-menu .medical-menu__links li:last-child {
    border-right: 1px solid #022095;
  }
  .medical-menu .medical-menu__links li:nth-child(n+5) {
    border-top: none;
  }
}
.medical-menu .medical-menu__links li a {
  display: inline-block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  color: #022095;
  line-height: 1;
  padding: 22px 15px;
  position: relative;
}
.medical-menu .medical-menu__links li a::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  left: 20px;
  border-top: solid 1px #022095;
  border-right: solid 1px #022095;
  transform: translateY(-50%) rotate(130deg);
}

.medical-treatment__inner:nth-of-type(n + 2) {
  margin-top: 100px;
}
@media only screen and (max-width: 834px) {
  .medical-treatment__inner:nth-of-type(n + 2) {
    margin-top: 50px;
  }
}

.medical-treatment__item {
  display: flex;
}
@media only screen and (max-width: 834px) {
  .medical-treatment__item {
    flex-direction: column;
  }
}

.medical-treatment__img {
  width: 48.275862069%;
  max-width: 560px;
}
@media only screen and (max-width: 834px) {
  .medical-treatment__img {
    width: 100%;
    margin: auto;
  }
}
.medical-treatment__img img:nth-of-type(n + 2) {
  margin-top: 1em;
}

.medical-treatment__contents {
  margin-left: auto;
  width: 48.275862069%;
  max-width: 560px;
}
@media only screen and (max-width: 834px) {
  .medical-treatment__contents {
    width: 100%;
    margin-right: auto;
    margin-top: 15px;
  }
}

.medical-treatment__name {
  color: #022095;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.075em;
}

.medical-treatment__tags {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.medical-treatment__tags li {
  margin-right: 5px;
  margin-top: 5px;
  padding: 8px 12px;
  font-size: 1.4rem;
  line-height: 1;
  color: #fffefe;
  background-color: #6fa7d9;
  border-radius: 4px;
}

.medical-treatment__text {
  margin-top: 25px;
  letter-spacing: 0.05em;
}

.medical-mv__inner {
  padding-top: 30px;
}

.medical-treatment {
  padding-top: 100px;
}
@media only screen and (max-width: 834px) {
  .medical-treatment {
    padding-top: 50px;
  }
}

.medical-treatment__items {
  margin-top: 60px;
}
@media only screen and (max-width: 834px) {
  .medical-treatment__items {
    margin-top: 30px;
  }
}

.medical-treatment__item:not(:first-of-type) {
  margin-top: 40px;
}

.reception {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 834px) {
  .reception {
    padding-top: 60px;
    padding-bottom: 0px;
  }
}

.reception__inner {
  padding-bottom: 40px;
}
@media print, screen and (min-width: 835px) {
  .reception__inner {
    background: linear-gradient(180deg, #fff 0%, #fff 4%, #f5f8fa 4%, #f5f8fa 100%);
  }
}
@media only screen and (max-width: 834px) {
  .reception__inner {
    padding-top: 30px;
    background-color: #f5f8fa;
  }
}

.reception__tel-title {
  margin-top: 31px;
  color: #022095;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}

.reception__wrapper {
  margin: -8px auto 0;
  padding: 50px 20px 41px;
  width: 100%;
  background-color: #fff;
  max-width: 800px;
}
@media only screen and (max-width: 834px) {
  .reception__wrapper {
    padding: 30px 20px 30px;
  }
}

.reception__tel {
  text-align: center;
}

.reception__time-wrapper {
  margin: 30px auto 0;
  max-width: 360px;
  width: 100%;
}

.reception__time span {
  display: block;
  padding: 8px 20px;
  background-color: #022095;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}

.reception__time p {
  padding: 17px 20px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  border: solid 2px #ebf1f5;
}

.reception__holiday {
  margin-top: 19px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 835px) {
  .reception__holiday {
    white-space: nowrap;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
clinical.scss
診療案内
/////////////////////////////////////////// */
@media only screen and (max-width: 834px) {
  .clinical-menu {
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 835px) {
  .clinical-menu {
    padding-bottom: 80px;
  }
}

.clinical-menu__links {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media print, screen and (min-width: 835px) {
  .clinical-menu__links {
    justify-content: flex-start;
  }
}

.clinical-menu__links li {
  background-color: #f5f8fa;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .clinical-menu__links li {
    width: 100%;
    border-left: 1px solid #022095;
    border-top: 1px solid #022095;
    border-right: 1px solid #022095;
  }
  .clinical-menu__links li:last-child {
    border-bottom: 1px solid #022095;
  }
}
@media print, screen and (min-width: 835px) {
  .clinical-menu__links li {
    width: 25%;
    border-left: 1px solid #022095;
    border-top: 1px solid #022095;
    border-bottom: 1px solid #022095;
  }
  .clinical-menu__links li:nth-child(4), .clinical-menu__links li:nth-child(6) {
    border-right: 1px solid #022095;
  }
  .clinical-menu__links li:nth-child(n+5) {
    border-top: none;
  }
  .clinical-menu__links li:nth-child(6) {
    width: 25.1%;
  }
}

.clinical-menu__links li a {
  display: inline-block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  color: #022095;
  line-height: 1;
  padding: 22px 15px;
  position: relative;
}
.clinical-menu__links li a::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  left: 20px;
  border-top: solid 1px #022095;
  border-right: solid 1px #022095;
  transform: translateY(-50%) rotate(130deg);
}

.clinical {
  padding-bottom: 120px;
}
@media only screen and (max-width: 834px) {
  .clinical {
    padding-bottom: 50px;
  }
}

.feature {
  padding-top: 60px;
}
@media only screen and (max-width: 834px) {
  .feature {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.feature:not(:first-of-type) {
  padding-top: 40px;
}
@media only screen and (max-width: 834px) {
  .feature:not(:first-of-type) {
    padding-bottom: initial;
  }
}

.feature__contents {
  max-width: 100%;
  margin-left: auto;
}
@media only screen and (max-width: 834px) {
  .feature__contents {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
  }
}

.feature__title {
  font-size: 2.4rem;
  color: #022095;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.075em;
}
@media only screen and (max-width: 834px) {
  .feature__title {
    font-size: 2rem;
  }
}

.feature__heading {
  margin-top: 25px;
  font-weight: 800;
  color: #97b1c3;
  letter-spacing: 0.05em;
}

.feature__text {
  margin-top: 33px;
  letter-spacing: 0.05em;
}

.feature__text2 {
  margin-top: 23px;
  letter-spacing: 0.05em;
}

.feature__link {
  margin-top: 60px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 834px) {
  .feature__link {
    text-align: center;
    margin: 33px auto 0 auto;
  }
}

.clinical__items {
  margin-top: 60px;
}
@media only screen and (max-width: 834px) {
  .clinical__items {
    margin-top: 30px;
  }
}

.clinical__item:not(:nth-of-type(1)) {
  margin-top: 55px;
}
@media only screen and (max-width: 834px) {
  .clinical__item:not(:nth-of-type(1)) {
    margin-top: 30px;
  }
}

.clinical__title {
  font-size: 1.8rem;
  color: #022095;
  font-weight: 800;
  letter-spacing: 0.075em;
}

.clinical__text {
  margin-top: 30px;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media only screen and (max-width: 834px) {
  .clinical__text {
    margin-top: 10px;
  }
}

.second-opinion {
  padding-top: 92px;
}
@media only screen and (max-width: 834px) {
  .second-opinion {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 834px) {
  .second-opinion .second-opinion__inner > div {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .second-opinion .second-opinion__inner > div {
    margin-top: 60px;
  }
}
.second-opinion .second-opinion__inner > div > p:nth-of-type(n + 2) {
  margin-top: 1em;
}

.philosophy {
  padding-top: 92px;
}
@media only screen and (max-width: 834px) {
  .philosophy {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 834px) {
  .philosophy .philosophy__inner > div {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .philosophy .philosophy__inner > div {
    margin-top: 60px;
  }
}
.philosophy .philosophy__inner > div > p:nth-of-type(n + 2) {
  margin-top: 1em;
}

.equipment {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 834px) {
  .equipment {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.equipment__items {
  margin-top: 60px;
}
@media only screen and (max-width: 834px) {
  .equipment__items {
    margin-top: 30px;
  }
}

.equipment__item {
  display: flex;
}
.equipment__item:not(:first-child) {
  margin-top: 60px;
}
@media only screen and (max-width: 834px) {
  .equipment__item:not(:first-child) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 834px) {
  .equipment__item {
    flex-direction: column-reverse;
  }
}

.equipment__text-contents {
  width: calc(50% + 60px);
  max-width: 640px;
  min-height: 420px;
  margin-top: 60px;
  margin-right: -60px;
  padding: 52px 120px 52px 60px;
  background-color: #f5f8fa;
}
@media only screen and (max-width: 834px) {
  .equipment__text-contents {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
    padding: 15px;
    min-height: initial;
  }
}

.equipment__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 834px) {
  .equipment__item:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.equipment__item:nth-child(even) .equipment__text-contents {
  margin-left: -60px;
  margin-right: initial;
  padding: 52px 60px 52px 120px;
}
@media only screen and (max-width: 834px) {
  .equipment__item:nth-child(even) .equipment__text-contents {
    margin: initial;
    padding: 15px;
    margin: 0 auto;
  }
}

.equipment__title {
  color: #022095;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
@media only screen and (max-width: 834px) {
  .equipment__title {
    font-size: 2.2rem;
  }
}

.equipment__title span {
  font-size: 1.8rem;
}

.equipment__text {
  margin-top: 30px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 834px) {
  .equipment__text {
    margin-top: 20px;
  }
}

.equipment__img {
  width: 50%;
  max-width: 580px;
}
@media only screen and (max-width: 834px) {
  .equipment__img {
    width: 100%;
    margin: auto;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  access.scss
  アクセス
/////////////////////////////////////////// */
@media only screen and (max-width: 834px) {
  .access-menu {
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 835px) {
  .access-menu {
    padding-bottom: 80px;
  }
}

.access-menu__links {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.access-menu__links li {
  background-color: #f5f8fa;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .access-menu__links li {
    width: 100%;
    border-left: 1px solid #022095;
    border-top: 1px solid #022095;
    border-right: 1px solid #022095;
  }
  .access-menu__links li:last-child {
    border-bottom: 1px solid #022095;
  }
}
@media print, screen and (min-width: 835px) {
  .access-menu__links li {
    width: 25%;
    border-left: 1px solid #022095;
    border-top: 1px solid #022095;
    border-bottom: 1px solid #022095;
    /*&:nth-child(n + 5){
      border-bottom: 1px solid $mainColor;
    }*/
  }
  .access-menu__links li:nth-child(4n) {
    border-right: 1px solid #022095;
  }
}

.access-menu__links li a {
  display: inline-block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  color: #022095;
  line-height: 1;
  padding: 22px 15px;
  position: relative;
}
.access-menu__links li a::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  left: 20px;
  border-top: solid 1px #022095;
  border-right: solid 1px #022095;
  transform: translateY(-50%) rotate(130deg);
}

.location__map {
  margin-top: 60px;
  width: 100%;
  position: relative;
  /*> iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none;
  }*/
}
@media only screen and (max-width: 834px) {
  .location__map {
    margin-top: 30px;
  }
}
.location__map figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.location__title, .location__title--car {
  margin-top: 53px;
  padding-left: 70px;
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  color: #022095;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .location__title, .location__title--car {
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .location__title, .location__title--car {
    font-size: 2.2rem;
    padding-left: 60px;
  }
}
.location__title::before, .location__title--car::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f5f8fa;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/access/train_icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 24px;
}

.location__title--car::before {
  background-image: url(../images/access/car_icon.png);
  background-size: 22px 17px;
}

.location__head {
  max-width: 560px;
  margin-top: 33px;
  padding: 15px 20px 14px;
  background-color: #f5f8fa;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .location__head {
    max-width: initial;
  }
}

.location__text {
  margin-top: 15px;
}

.location__car-items {
  display: flex;
}
@media only screen and (max-width: 834px) {
  .location__car-items {
    flex-direction: column;
  }
}

.location__car-item {
  width: 48.275862069%;
  max-width: 560px;
}
@media only screen and (max-width: 834px) {
  .location__car-item {
    width: 100%;
    max-width: initial;
  }
}
.location__car-item:nth-of-type(even) {
  margin-left: auto;
}
@media only screen and (max-width: 834px) {
  .location__car-item:nth-of-type(even) {
    margin-left: initial;
  }
}

.location__list li {
  position: relative;
  margin-top: 28px;
  padding-left: 40px;
  line-height: 1.3125;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 834px) {
  .location__list li {
    margin-top: 20px;
  }
}

.location__list li span {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #022095;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
}

.location__list li figure {
  width: 100%;
  margin-top: 15px;
}
.location__list li figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.parking {
  padding-top: 99px;
}
@media only screen and (max-width: 834px) {
  .parking {
    padding-top: 50px;
  }
}

.parking__inner {
  max-width: 800px;
}

.parking__img {
  margin-top: 60px;
}
@media only screen and (max-width: 834px) {
  .parking__img {
    margin-top: 30px;
  }
}

.parking__text {
  margin-top: 30px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.3125;
}
@media only screen and (max-width: 834px) {
  .parking__text {
    margin-top: 15px;
  }
}

.summary {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media only screen and (max-width: 834px) {
  .summary {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.summary__list {
  margin-top: 60px;
}
@media only screen and (max-width: 834px) {
  .summary__list {
    margin-top: 60px;
  }
}

.facility {
  padding-top: 119px;
}
@media only screen and (max-width: 834px) {
  .facility {
    padding-top: 50px;
  }
}

.facility__slider {
  display: flex;
  max-width: 1000px;
  width: 100%;
  margin: 60px auto 0;
}
@media only screen and (max-width: 834px) {
  .facility__slider {
    margin: 30px auto 0;
  }
}
.facility__slider .swiper.slider {
  /*
  img {
    width: 100%;
    height: 100%;
  }
  */
}
@media print, screen and (min-width: 835px) {
  .facility__slider .swiper.slider {
    width: calc(100% - 210px);
  }
}
@media only screen and (max-width: 834px) {
  .facility__slider .swiper.slider {
    width: 100%;
  }
}
.facility__slider .swiper-slide {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.facility__slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.facility__slider .swiper-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px 20px;
  background-color: #fcfcfc;
  opacity: 0.6;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.facility__slider .swiper-button-next, .facility__slider .swiper-button-prev {
  color: #97b1c3;
  opacity: 0;
}
@media only screen and (max-width: 834px) {
  .facility__slider .swiper-button-next, .facility__slider .swiper-button-prev {
    opacity: 1;
  }
}
@media screen and (max-width: 420px) {
  .facility__slider .swiper-button-next::after, .facility__slider .swiper-button-prev::after {
    font-size: 3rem;
  }
}

@media print, screen and (min-width: 835px) {
  .thumbnail-items {
    width: 210px;
    padding-left: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 10px;
  }
}
@media only screen and (max-width: 834px) {
  .thumbnail-items {
    display: none;
  }
}
.thumbnail-items .thumbnail-item {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #e5e5e5;
}
.thumbnail-items .thumbnail-link {
  display: block;
  width: 100%;
  height: 100%;
}

.thumbnail-item:nth-child(1) {
  background-image: url("../images/access/facility_img1.jpg");
}
.thumbnail-item:nth-child(2) {
  background-image: url("../images/access/facility_img2.jpg");
}
.thumbnail-item:nth-child(3) {
  background-image: url("../images/access/facility_img3.jpg");
}
.thumbnail-item:nth-child(4) {
  background-image: url("../images/access/facility_img4.jpg");
}
.thumbnail-item:nth-child(5) {
  background-image: url("../images/access/facility_img5.jpg");
}
.thumbnail-item:nth-child(6) {
  background-image: url("../images/access/facility_img6.jpg");
}
.thumbnail-item:nth-child(7) {
  background-image: url("../images/access/facility_img7.jpg");
}
.thumbnail-item:nth-child(8) {
  background-image: url("../images/access/facility_img8.jpg");
}
.thumbnail-item:nth-child(9) {
  background-image: url("../images/access/facility_img9.jpg");
}

.corona {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #f5f8fa;
  margin-top: 119px;
}
@media only screen and (max-width: 834px) {
  .corona {
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: initial;
  }
}

.corona__heading {
  color: #022095;
}
@media screen and (max-width: 375px) {
  .corona__heading {
    font-size: 2.1rem;
  }
}

.corona__caution {
  margin-top: 59px;
  padding: 20px 50px;
  background-color: #ffebf0;
  letter-spacing: 0.01em;
  border: 2px solid #ec144d;
  border-radius: 10px;
}
@media only screen and (max-width: 834px) {
  .corona__caution {
    margin-top: 20px;
    padding: 20px;
  }
}

.corona__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 834px) {
  .corona__items {
    flex-direction: column;
  }
}

.corona__item {
  margin-top: 60px;
  max-width: 360px;
  width: 31.0344827586%;
}
@media only screen and (max-width: 834px) {
  .corona__item {
    width: 100%;
    max-width: 580px;
    margin: 30px auto;
  }
}
@media print, screen and (min-width: 835px) {
  .corona__item:not(:nth-child(3n+1)) {
    margin-left: 3%;
  }
}

.corona__title {
  margin-top: 30px;
  color: #022095;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .corona__title {
    margin-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d5e5eb;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  question.scss
  よくある質問
/////////////////////////////////////////// */
.qa__question {
  display: flex;
  margin-top: 60px;
  color: #333;
}
@media only screen and (max-width: 834px) {
  .qa__question {
    margin-top: 30px;
  }
}

.qa__question i {
  display: inline-block;
  margin-right: 28px;
  width: 60px;
  height: 60px;
  background-color: #e6f8fc;
  color: #0bbae6;
  font-size: 3rem;
  font-weight: 600;
  line-height: 60px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .qa__question i {
    width: 40px;
    height: 40px;
    font-size: 2.2rem;
    line-height: 40px;
    margin-right: 20px;
  }
}

.qa__question p {
  width: 100%;
  padding-top: 15px;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 834px) {
  .qa__question p {
    padding-top: initial;
  }
}
@media screen and (max-width: 375px) {
  .qa__question p {
    font-size: 1.7rem;
  }
}

.qa__answer {
  display: flex;
  margin-top: 30px;
}
@media only screen and (max-width: 834px) {
  .qa__answer {
    margin-top: 20px;
  }
}

.qa__answer i {
  display: inline-block;
  margin-right: 30px;
  width: 60px;
  height: 60px;
  background-color: #fde7ed;
  color: #ec144d;
  font-size: 3rem;
  font-weight: 600;
  line-height: 60px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .qa__answer i {
    width: 40px;
    height: 40px;
    font-size: 2.2rem;
    line-height: 40px;
    margin-right: 20px;
  }
}

.qa__answer p {
  width: 100%;
  padding-top: 15px;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 834px) {
  .qa__answer p {
    padding-top: initial;
    font-size: 1.6rem;
  }
}

.qa-facility {
  padding-top: 100px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 834px) {
  .qa-facility {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.veterinarian__text {
  margin-top: 58px;
}
@media only screen and (max-width: 834px) {
  .veterinarian__text {
    margin-top: 30px;
  }
}

.veterinarian__text2 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 834px) {
  .veterinarian__text2 {
    padding-bottom: 50px;
  }
}
.veterinarian__text2 a {
  color: #022095;
  text-decoration: underline;
}
.veterinarian__text2 a:hover {
  text-decoration: none;
}

.veterinarian__data {
  margin-top: 30px;
}

.nurse {
  padding-top: 95px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 834px) {
  .nurse {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.nurse__text {
  margin-top: 58px;
}
@media only screen and (max-width: 834px) {
  .nurse__text {
    margin-top: 30px;
  }
}

.nurse__data {
  margin-top: 30px;
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
    reservation.scss
    ご予約方法
/////////////////////////////////////////// */
.reservation:not(:first-of-type) {
  padding-top: 100px;
}
@media only screen and (max-width: 834px) {
  .reservation:not(:first-of-type) {
    padding-top: 50px;
  }
}
.reservation:last-of-type {
  padding-bottom: 120px;
}
@media only screen and (max-width: 834px) {
  .reservation:last-of-type {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 834px) {
  .reservation-menu {
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 835px) {
  .reservation-menu {
    padding-bottom: 80px;
  }
}

.reservation-menu__links {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.reservation-menu__links li {
  background-color: #f5f8fa;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .reservation-menu__links li {
    width: 100%;
    border-left: 1px solid #022095;
    border-top: 1px solid #022095;
    border-right: 1px solid #022095;
  }
  .reservation-menu__links li:last-child {
    border-bottom: 1px solid #022095;
  }
}
@media print, screen and (min-width: 835px) {
  .reservation-menu__links li {
    width: 25%;
    border-left: 1px solid #022095;
    border-top: 1px solid #022095;
  }
  .reservation-menu__links li:nth-child(4n) {
    border-right: 1px solid #022095;
  }
  .reservation-menu__links li:nth-child(n+5) {
    border-bottom: 1px solid #022095;
  }
  .reservation-menu__links li:nth-child(9) {
    border-top: none;
    border-right: 1px solid #022095;
  }
}

.reservation-menu__links li a {
  display: inline-block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  color: #022095;
  line-height: 1;
  padding: 22px 15px;
  position: relative;
}
.reservation-menu__links li a::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  left: 20px;
  border-top: solid 1px #022095;
  border-right: solid 1px #022095;
  transform: translateY(-50%) rotate(130deg);
}

.reservation__head {
  margin-top: 55px;
  color: #022095;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.075em;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .reservation__head {
    margin-top: 30px;
    font-size: 1.8rem;
  }
}

.reservation__head span {
  display: block;
  font-size: 1.8rem;
}

.reservation__tel {
  margin-top: 26px;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .reservation__tel {
    border: none;
    margin-top: 15px;
  }
}

.reservation__wrapper1 {
  margin-top: 49px;
  display: flex;
}
@media only screen and (max-width: 834px) {
  .reservation__wrapper1 {
    flex-direction: column;
    margin-top: 20px;
  }
}

.reservation__wrapper2 {
  margin-top: 33px;
  display: flex;
}
@media only screen and (max-width: 834px) {
  .reservation__wrapper2 {
    flex-direction: column;
    margin-top: 20px;
  }
}

.reservation__wrapper3 {
  margin-top: 58px;
  display: flex;
}
@media only screen and (max-width: 834px) {
  .reservation__wrapper3 {
    flex-direction: column;
    margin-top: 20px;
  }
}

.reservation__wrapper4 {
  margin-top: 58px;
}
@media only screen and (max-width: 834px) {
  .reservation__wrapper4 {
    margin-top: 20px;
  }
}
.reservation__wrapper4 h3 {
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .reservation__wrapper4 h3 {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .reservation__wrapper4 h3 {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media print, screen and (min-width: 835px) and (min-width: 1220px) {
  .reservation__wrapper4 h3 {
    font-size: 1.8rem;
  }
}
.reservation__wrapper4 ol {
  border: 1px solid #ccc;
}
@media only screen and (max-width: 834px) {
  .reservation__wrapper4 ol {
    margin-top: 15px;
    padding: 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .reservation__wrapper4 ol {
    margin-top: 30px;
    padding: 20px;
  }
}
.reservation__wrapper4 ol li {
  padding-left: 1em;
  text-indent: -1em;
}

.link-btn {
  margin: 50px auto 0 auto;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .link-btn {
    margin: 20px auto 0 auto;
  }
}
.link-btn a {
  max-width: 340px;
}

.reservation__img {
  width: 48.275862069%;
  max-width: 560px;
}
@media only screen and (max-width: 834px) {
  .reservation__img {
    width: 100%;
    margin: auto;
  }
}

.reservation__text {
  margin-left: auto;
  width: 48.275862069%;
  max-width: 560px;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media only screen and (max-width: 834px) {
  .reservation__text {
    margin: 15px auto 0;
    width: 100%;
  }
}
.reservation__text .emphasis {
  font-size: 120%;
  font-weight: 700;
}
@media only screen and (max-width: 834px) {
  .reservation__text .emphasis {
    font-size: 110%;
  }
}
.reservation__text ul.reservation__list li {
  border: 1px solid #ccc;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 834px) {
  .reservation__text ul.reservation__list li {
    padding: 15px 15px 15px 25px;
  }
}
@media print, screen and (min-width: 835px) {
  .reservation__text ul.reservation__list li {
    padding: 20px 20px 20px 30px;
  }
}
@media only screen and (max-width: 834px) {
  .reservation__text ul.reservation__list li:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .reservation__text ul.reservation__list li:nth-child(n+2) {
    margin-top: 20px;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
information.scss
お知らせ
/////////////////////////////////////////// */
.page--information {
  /*===================
    一覧
  ===================*/
  /*===================
    詳細
  ===================*/
}
@media only screen and (max-width: 834px) {
  .page--information #archive {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--information #archive {
    position: relative;
    margin-bottom: 80px;
  }
}
.page--information #archive .container {
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--information #archive .container {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--information #archive .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
  }
}
.page--information #archive .container > ul {
  width: 100%;
  border: 2px solid #e9e9e9;
  background-color: #ffffff;
}
@media print, screen and (min-width: 835px) {
  .page--information #archive .container > ul {
    margin: 0 auto;
  }
}
.page--information #archive .container > ul > li {
  border-bottom: 1px solid #eeeeee;
}
@media only screen and (max-width: 834px) {
  .page--information #archive .container > ul > li {
    padding: 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--information #archive .container > ul > li {
    padding: 30px;
  }
}
@media only screen and (max-width: 834px) {
  .page--information #archive .container > ul > li:last-child {
    border-bottom: none;
  }
}
@media print, screen and (min-width: 835px) {
  .page--information #archive .container > ul > li:last-child {
    padding: 30px;
    border-bottom: none;
  }
}
.page--information #archive .container > ul > li time {
  font-size: 1.5rem;
  color: #333;
  float: left;
}
@media only screen and (max-width: 834px) {
  .page--information #archive .container > ul > li time {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--information #archive .container > ul > li time {
    margin-bottom: 5px;
  }
}
.page--information #archive .container > ul > li .category a {
  width: 110px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: block;
  float: left;
  font-style: normal;
  text-decoration: none;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.page--information #archive .container > ul > li .post-categories li:nth-child(n+2) a {
  margin-left: 5px;
}
.page--information #archive .container > ul > li > a {
  clear: both;
  display: block;
  text-decoration: none;
}
@media only screen and (max-width: 834px) {
  .page--information #archive .container > ul > li > a {
    width: 100%;
  }
}
.page--information #archive .container > ul > li > a > h2 {
  color: #000;
  font-weight: bolder;
}
@media only screen and (max-width: 834px) {
  .page--information #archive .container > ul > li > a > h2 {
    font-size: 1.6rem;
    with: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media print, screen and (min-width: 835px) {
  .page--information #archive .container > ul > li > a > h2 {
    width: 100%;
    font-size: 1.8rem;
    text-decoration: none;
    margin-bottom: 10px;
  }
}
.page--information #archive .container > ul > li > a > p {
  color: #333;
  font-size: 1.5rem;
}
@media only screen and (max-width: 834px) {
  .page--information #archive .container > ul > li > a > p {
    display: none;
  }
}
.page--information #archive .container > ul > li > a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media only screen and (max-width: 834px) {
  .page--information #detail {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--information #detail {
    position: relative;
    margin-bottom: 80px;
  }
}
.page--information #detail .container {
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--information #detail .container {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--information #detail .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
  }
}
.page--information #detail .container #entrybody {
  width: 100%;
  border: 2px solid #e9e9e9;
  background-color: #ffffff;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--information #detail .container #entrybody {
    max-width: 1000px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--information #detail .container #entrybody {
    width: 100%;
  }
}
.page--information #detail .container #entrybody .entry-ttl {
  border-bottom: 1px solid #efefef;
}
@media only screen and (max-width: 834px) {
  .page--information #detail .container #entrybody .entry-ttl {
    padding: 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--information #detail .container #entrybody .entry-ttl {
    padding: 35px 50px 35px 50px;
  }
}
.page--information #detail .container #entrybody .entry-ttl time {
  color: #333;
  float: left;
}
@media only screen and (max-width: 834px) {
  .page--information #detail .container #entrybody .entry-ttl time {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--information #detail .container #entrybody .entry-ttl time {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.page--information #detail .container #entrybody .entry-ttl .category a {
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: block;
  float: left;
  font-style: normal;
  text-decoration: none;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 834px) {
  .page--information #detail .container #entrybody .entry-ttl .category a {
    width: 100px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--information #detail .container #entrybody .entry-ttl .category a {
    width: 110px;
  }
}
.page--information #detail .container #entrybody .entry-ttl .category .post-categories li:nth-child(n+2) a {
  margin-left: 5px;
}
@media print, screen and (min-width: 835px) {
  .page--information #detail .container #entrybody .entry-ttl > a {
    clear: both;
    display: block;
    text-decoration: none;
  }
}
.page--information #detail .container #entrybody .entry-ttl h1 {
  clear: both;
}
@media only screen and (max-width: 834px) {
  .page--information #detail .container #entrybody .entry-ttl h1 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 835px) {
  .page--information #detail .container #entrybody .entry-ttl h1 {
    witdh: 100%;
    font-size: 2.4rem;
    text-decoration: none;
  }
}
.page--information #detail .container #entrybody .entry-contents {
  color: #333;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media only screen and (max-width: 834px) {
  .page--information #detail .container #entrybody .entry-contents {
    padding: 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--information #detail .container #entrybody .entry-contents {
    padding: 50px;
  }
}
.page--information #detail .container #entrybody .entry-contents > * {
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--information #detail .container #entrybody .entry-contents > * {
    line-height: 1.6;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--information #detail .container #entrybody .entry-contents > * {
    line-height: 1.6;
    margin-bottom: 40px;
  }
}
.page--information #detail .container #entrybody .entry-contents > * img {
  max-width: 100%;
  height: auto;
}
.page--information #detail .container #entrybody .entry-contents h2 {
  font-weight: 700;
}
@media only screen and (max-width: 834px) {
  .page--information #detail .container #entrybody .entry-contents h2 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 835px) {
  .page--information #detail .container #entrybody .entry-contents h2 {
    font-size: 2rem;
  }
}
.page--information #detail .container #entrybody .entry-contents h3 {
  font-weight: 700;
}
@media only screen and (max-width: 834px) {
  .page--information #detail .container #entrybody .entry-contents h3 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 835px) {
  .page--information #detail .container #entrybody .entry-contents h3 {
    font-size: 1.8rem;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
blog.scss
院長ブログ
/////////////////////////////////////////// */
.page--blog {
  /*===================
    一覧
  ===================*/
  /*===================
    詳細
  ===================*/
}
@media only screen and (max-width: 834px) {
  .page--blog #archive {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #archive {
    position: relative;
    margin-bottom: 80px;
  }
}
.page--blog #archive .container {
  margin: 0 auto;
  background-color: #f5f8fa;
  max-width: 100%;
  /* category*/
  /* list-wrap */
}
@media only screen and (max-width: 834px) {
  .page--blog #archive .container {
    padding: 20px 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #archive .container {
    position: relative;
    padding: 80px 20px;
    display: flex;
    flex-direction: column-reverse;
  }
}
.page--blog #archive .container #category {
  width: 100%;
}
@media only screen and (max-width: 834px) {
  .page--blog #archive .container #category {
    padding: 0 15px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #archive .container #category {
    margin-bottom: 60px;
  }
}
.page--blog #archive .container #category ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 834px) {
  .page--blog #archive .container #category ul {
    margin-top: 20px;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #archive .container #category ul {
    max-width: 840px;
    margin: 0 auto;
  }
}
.page--blog #archive .container #category ul li {
  float: left;
}
@media only screen and (max-width: 834px) {
  .page--blog #archive .container #category ul li {
    width: 49%;
    margin-right: 2%;
    float: left;
    display: block;
  }
  .page--blog #archive .container #category ul li:nth-child(2n) {
    margin-right: 0;
  }
  .page--blog #archive .container #category ul li:nth-child(n+3) {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #archive .container #category ul li {
    width: 31%;
    margin-right: 3.5%;
  }
  .page--blog #archive .container #category ul li:nth-child(3n) {
    margin-right: 0;
  }
  .page--blog #archive .container #category ul li:nth-child(n+4) {
    margin-top: 20px;
  }
}
.page--blog #archive .container #category ul li a {
  font-weight: 500;
  width: 100%;
  height: 50px;
  line-height: 46px;
  display: block;
  font-size: 1.6rem;
  color: #022095;
  text-decoration: none;
  text-align: center;
  border: 1px solid #022095;
  position: relative;
  background-color: #fff;
  border-radius: 30px;
}
@media only screen and (max-width: 834px) {
  .page--blog #archive .container #category ul li a {
    width: 100%;
    height: 36px;
    line-height: 32px;
    font-size: 1.2rem;
    padding-right: 10px;
  }
}
.page--blog #archive .container #category ul li a:hover {
  background: #022095;
  color: #ffffff;
}
.page--blog #archive .container #category ul li a:hover::after {
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
}
.page--blog #archive .container #category ul li .children {
  display: none;
}
@media print, screen and (min-width: 835px) {
  .page--blog #archive .container #category ul li:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 834px) {
  .page--blog #archive .container .list-wrap {
    width: 100%;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #archive .container .list-wrap {
    width: 100%;
    max-width: 1160px;
    /*float: left;*/
    /*margin-right: 20px;*/
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #archive .container .list-wrap > ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 834px) {
  .page--blog #archive .container .list-wrap > ul > li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
  }
  .page--blog #archive .container .list-wrap > ul > li:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #archive .container .list-wrap > ul > li {
    width: 32%;
    margin-right: 2%;
    background-color: #fff;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #archive .container .list-wrap > ul > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 834px) {
  .page--blog #archive .container .list-wrap > ul > li:nth-child(2n) {
    margin-right: 0;
  }
}
.page--blog #archive .container .list-wrap > ul > li:nth-child(n+4) {
  margin-top: 30px;
}
.page--blog #archive .container .list-wrap > ul > li figure {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 834px) {
  .page--blog #archive .container .list-wrap > ul > li figure {
    overflow: hidden;
    width: 100px;
    height: 100px;
    position: relative;
  }
}
.page--blog #archive .container .list-wrap > ul > li figure a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 834px) {
  .page--blog #archive .container .list-wrap > ul > li figure a img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    transform: translate(-50%, -50%);
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #archive .container .list-wrap > ul > li figure a img {
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    aspect-ratio: 43/27;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
  }
}
.page--blog #archive .container .list-wrap > ul > li figure a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media only screen and (max-width: 834px) {
  .page--blog #archive .container .list-wrap > ul > li .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 100px);
    padding: 0 0 0 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #archive .container .list-wrap > ul > li .wrap {
    background-color: #fff;
    /*box-shadow: 0 0 40px rgba(0,0,0,0.2);*/
    padding: 25px;
    text-align: left;
  }
}
.page--blog #archive .container .list-wrap > ul > li .wrap time {
  font-weight: normal;
  display: block;
}
@media only screen and (max-width: 834px) {
  .page--blog #archive .container .list-wrap > ul > li .wrap time {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #archive .container .list-wrap > ul > li .wrap time {
    font-size: 1.6rem;
  }
}
.page--blog #archive .container .list-wrap > ul > li .wrap p a {
  color: #000;
  text-decoration: none;
  font-weight: bolder;
}
@media print, screen and (min-width: 835px) {
  .page--blog #archive .container .list-wrap > ul > li .wrap p a {
    font-size: 1.8rem;
  }
}
.page--blog #archive .container .list-wrap > ul > li .wrap p a:hover {
  text-decoration: underline;
}
.page--blog #archive .container .list-wrap > ul > li .wrap .cat-list {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
}
@media only screen and (max-width: 834px) {
  .page--blog #archive .container .list-wrap > ul > li .wrap .cat-list {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #archive .container .list-wrap > ul > li .wrap .cat-list {
    margin-top: 10px;
  }
}
.page--blog #archive .container .list-wrap > ul > li .wrap .cat-list > li {
  width: 100%;
  /*&:nth-child(n + 3){
    @include smartphone {
      margin-top: 5px;
    }
    @include screen {
      margin-top: 10px;
    }
  }*/
}
@media only screen and (max-width: 834px) {
  .page--blog #archive .container .list-wrap > ul > li .wrap .cat-list > li {
    /*margin-right: 2%;*/
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #archive .container .list-wrap > ul > li .wrap .cat-list > li {
    /*margin-right: 4%;*/
  }
}
@media only screen and (max-width: 834px) {
  .page--blog #archive .container .list-wrap > ul > li .wrap .cat-list > li:nth-child(n+2) {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #archive .container .list-wrap > ul > li .wrap .cat-list > li:nth-child(n+2) {
    margin-top: 10px;
  }
}
.page--blog #archive .container .list-wrap > ul > li .wrap .cat-list > li a {
  font-weight: 500;
  text-align: center;
  /*display: block;*/
  text-decoration: none;
  color: #022095;
  border: 1px solid #022095;
  border-radius: 30px;
  min-width: 160px;
  display: inline-block;
}
@media only screen and (max-width: 834px) {
  .page--blog #archive .container .list-wrap > ul > li .wrap .cat-list > li a {
    padding: 5px 15px;
    line-height: 1.2;
    background-color: #fff;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #archive .container .list-wrap > ul > li .wrap .cat-list > li a {
    padding: 8px 15px;
    line-height: 1;
  }
}
.page--blog #archive .container .list-wrap > ul > li .wrap .cat-list > li a:hover {
  color: #fff;
  background-color: #022095;
}
.page--blog #archive .container .list-wrap > ul > li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 834px) {
  .page--blog #detail {
    width: 100%;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #detail {
    position: relative;
  }
}
.page--blog #detail .container {
  background-color: #f5f8fa;
}
@media only screen and (max-width: 834px) {
  .page--blog #detail .container {
    padding: 20px 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #detail .container {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 80px 30px 100px 30px;
  }
}
.page--blog #detail .container #entrybody {
  width: 100%;
  background-color: #ffffff;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--blog #detail .container #entrybody {
    max-width: 1000px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #detail .container #entrybody {
    width: 100%;
    max-width: 1160px;
  }
}
.page--blog #detail .container #entrybody .entry-ttl {
  /*border-bottom: 1px solid #bfbfbf;*/
  /*.category{
    a{
      height: 25px;
      line-height: 25px;
      text-align: center;
      display: block;
      float: left;
      font-style: normal;
      text-decoration: none;
      font-size: 1.2rem;
      margin-bottom: 10px;
      @include smartphone {
        width: 100px;
      }
      @include screen {
        width: 110px;
      }
      &:hover{}
    }
    .post-categories{
      li{
        &:nth-child(n + 2){
          a{
            margin-left: 5px;
          }
        }
        @include smartphone {
        }
        @include screen {
        }
      }
    }
  }*/
}
@media only screen and (max-width: 834px) {
  .page--blog #detail .container #entrybody .entry-ttl {
    padding: 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #detail .container #entrybody .entry-ttl {
    padding: 50px;
  }
}
@media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
  .page--blog #detail .container #entrybody .entry-ttl {
    padding: 50px 30px;
  }
}
.page--blog #detail .container #entrybody .entry-ttl time {
  color: #333;
  float: left;
}
@media only screen and (max-width: 834px) {
  .page--blog #detail .container #entrybody .entry-ttl time {
    font-size: 1.5rem;
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #detail .container #entrybody .entry-ttl time {
    font-size: 1.8rem;
    margin-right: 25px;
  }
}
.page--blog #detail .container #entrybody .entry-ttl .cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 834px) {
  .page--blog #detail .container #entrybody .entry-ttl .cat-list {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #detail .container #entrybody .entry-ttl .cat-list {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 834px) {
  .page--blog #detail .container #entrybody .entry-ttl .cat-list > li {
    margin-right: 2%;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #detail .container #entrybody .entry-ttl .cat-list > li {
    margin-right: 15px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 834px) {
  .page--blog #detail .container #entrybody .entry-ttl .cat-list > li {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 834px) {
  .page--blog #detail .container #entrybody .entry-ttl .cat-list > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 834px) {
  .page--blog #detail .container #entrybody .entry-ttl .cat-list > li:nth-child(n+3) {
    margin-top: 5px;
  }
}
.page--blog #detail .container #entrybody .entry-ttl .cat-list > li a {
  font-weight: 500;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #022095;
  border: 1px solid #022095;
  border-radius: 30px;
}
@media only screen and (max-width: 834px) {
  .page--blog #detail .container #entrybody .entry-ttl .cat-list > li a {
    padding: 5px 15px;
    line-height: 1.2;
    background-color: #fff;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #detail .container #entrybody .entry-ttl .cat-list > li a {
    padding: 8px 15px;
    line-height: 1;
  }
}
.page--blog #detail .container #entrybody .entry-ttl .cat-list > li a:hover {
  color: #fff;
  background-color: #022095;
}
@media print, screen and (min-width: 835px) {
  .page--blog #detail .container #entrybody .entry-ttl > a {
    clear: both;
    display: block;
    text-decoration: none;
  }
}
.page--blog #detail .container #entrybody .entry-ttl h1 {
  color: #000;
  font-weight: bolder;
  clear: both;
  line-height: 1.6;
}
@media only screen and (max-width: 834px) {
  .page--blog #detail .container #entrybody .entry-ttl h1 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #detail .container #entrybody .entry-ttl h1 {
    witdh: 100%;
    font-size: 2.8rem;
    text-decoration: none;
  }
}
.page--blog #detail .container #entrybody .eyecatch {
  width: 100%;
  max-width: 873px;
  margin: 0 auto; /* 親要素を中央寄せ */
}
.page--blog #detail .container #entrybody .eyecatch img {
  max-width: 100%; /* 親要素の幅を超えないように */
  height: auto; /* 縦横比を維持 */
  display: block; /* インライン要素をブロック要素に変換し、marginで中央寄せできるようにする */
  margin: 0 auto; /* 画像を中央寄せ */
}
.page--blog #detail .container #entrybody .writer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 15px;
}
@media only screen and (max-width: 834px) {
  .page--blog #detail .container #entrybody .writer {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #detail .container #entrybody .writer {
    padding: 0 50px;
  }
}
.page--blog #detail .container #entrybody .writer figure {
  position: relative;
  overflow: hidden;
  overflow: hidden;
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 50px;
}
@media only screen and (max-width: 834px) {
  .page--blog #detail .container #entrybody .writer figure {
    width: 80px;
    height: 80px;
  }
}
.page--blog #detail .container #entrybody .writer figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 834px) {
  .page--blog #detail .container #entrybody .writer .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 100px);
    padding: 0 0 0 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #detail .container #entrybody .writer .wrap {
    background-color: #fff;
    /*box-shadow: 0 0 40px rgba(0,0,0,0.2);*/
    padding: 25px;
    text-align: left;
  }
}
.page--blog #detail .container #entrybody .writer .wrap h4 {
  color: #000;
  text-decoration: none;
  font-weight: bolder;
}
@media only screen and (max-width: 834px) {
  .page--blog #detail .container #entrybody .writer .wrap h4 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #detail .container #entrybody .writer .wrap h4 {
    font-size: 2rem;
  }
}
.page--blog #detail .container #entrybody .writer img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.page--blog #detail .container #entrybody .entry-contents {
  color: #333;
}
@media only screen and (max-width: 834px) {
  .page--blog #detail .container #entrybody .entry-contents {
    padding: 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #detail .container #entrybody .entry-contents {
    padding: 50px;
  }
}
@media only screen and (min-width: 835px) and (min-width: 835px) and (max-width: 1219px) {
  .page--blog #detail .container #entrybody .entry-contents {
    padding: 50px 30px;
  }
}
.page--blog #detail .container #entrybody .entry-contents img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 834px) {
  .page--blog #detail .container #entrybody .entry-contents p {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #detail .container #entrybody .entry-contents p {
    margin-bottom: 30px;
  }
}
.page--blog #detail #popular-articles, .page--blog #detail #same-staff, .page--blog #detail #same-category {
  background-color: #fff;
  /* list-wrap */
}
@media only screen and (max-width: 834px) {
  .page--blog #detail #popular-articles, .page--blog #detail #same-staff, .page--blog #detail #same-category {
    max-width: 100%;
    padding: 30px 15px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #detail #popular-articles, .page--blog #detail #same-staff, .page--blog #detail #same-category {
    width: 100%;
    padding: 80px 30px;
  }
}
@media only screen and (max-width: 834px) {
  .page--blog #detail #popular-articles .mod__heading2, .page--blog #detail #same-staff .mod__heading2, .page--blog #detail #same-category .mod__heading2 {
    margin: 0 0 20px 0;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #detail #popular-articles .mod__heading2, .page--blog #detail #same-staff .mod__heading2, .page--blog #detail #same-category .mod__heading2 {
    margin: 0 0 50px 0;
  }
}
.page--blog #detail #popular-articles > p, .page--blog #detail #same-staff > p, .page--blog #detail #same-category > p {
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .page--blog #detail #popular-articles .list-wrap, .page--blog #detail #same-staff .list-wrap, .page--blog #detail #same-category .list-wrap {
    width: 100%;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #detail #popular-articles .list-wrap, .page--blog #detail #same-staff .list-wrap, .page--blog #detail #same-category .list-wrap {
    width: 100%;
    max-width: 1160px;
    /*float: left;*/
    /*margin-right: 20px;*/
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #detail #popular-articles .list-wrap > ul, .page--blog #detail #same-staff .list-wrap > ul, .page--blog #detail #same-category .list-wrap > ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 834px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li, .page--blog #detail #same-staff .list-wrap > ul > li, .page--blog #detail #same-category .list-wrap > ul > li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
  }
  .page--blog #detail #popular-articles .list-wrap > ul > li:last-child, .page--blog #detail #same-staff .list-wrap > ul > li:last-child, .page--blog #detail #same-category .list-wrap > ul > li:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li, .page--blog #detail #same-staff .list-wrap > ul > li, .page--blog #detail #same-category .list-wrap > ul > li {
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
    width: 32%;
    margin-right: 2%;
    background-color: #fff;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li:last-child, .page--blog #detail #same-staff .list-wrap > ul > li:last-child, .page--blog #detail #same-category .list-wrap > ul > li:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 834px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li:nth-child(2n), .page--blog #detail #same-staff .list-wrap > ul > li:nth-child(2n), .page--blog #detail #same-category .list-wrap > ul > li:nth-child(2n) {
    margin-right: 0;
  }
}
.page--blog #detail #popular-articles .list-wrap > ul > li figure, .page--blog #detail #same-staff .list-wrap > ul > li figure, .page--blog #detail #same-category .list-wrap > ul > li figure {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 834px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li figure, .page--blog #detail #same-staff .list-wrap > ul > li figure, .page--blog #detail #same-category .list-wrap > ul > li figure {
    overflow: hidden;
    width: 100px;
    height: 100px;
    position: relative;
  }
}
.page--blog #detail #popular-articles .list-wrap > ul > li figure a img, .page--blog #detail #same-staff .list-wrap > ul > li figure a img, .page--blog #detail #same-category .list-wrap > ul > li figure a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 834px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li figure a img, .page--blog #detail #same-staff .list-wrap > ul > li figure a img, .page--blog #detail #same-category .list-wrap > ul > li figure a img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    transform: translate(-50%, -50%);
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li figure a img, .page--blog #detail #same-staff .list-wrap > ul > li figure a img, .page--blog #detail #same-category .list-wrap > ul > li figure a img {
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    aspect-ratio: 43/27;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
  }
}
.page--blog #detail #popular-articles .list-wrap > ul > li figure a:hover, .page--blog #detail #same-staff .list-wrap > ul > li figure a:hover, .page--blog #detail #same-category .list-wrap > ul > li figure a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media only screen and (max-width: 834px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li .wrap, .page--blog #detail #same-staff .list-wrap > ul > li .wrap, .page--blog #detail #same-category .list-wrap > ul > li .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 100px);
    padding: 0 0 0 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li .wrap, .page--blog #detail #same-staff .list-wrap > ul > li .wrap, .page--blog #detail #same-category .list-wrap > ul > li .wrap {
    background-color: #fff;
    /*box-shadow: 0 0 40px rgba(0,0,0,0.2);*/
    padding: 25px;
    text-align: left;
  }
}
.page--blog #detail #popular-articles .list-wrap > ul > li .wrap time, .page--blog #detail #same-staff .list-wrap > ul > li .wrap time, .page--blog #detail #same-category .list-wrap > ul > li .wrap time {
  font-weight: normal;
  display: block;
}
@media only screen and (max-width: 834px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li .wrap time, .page--blog #detail #same-staff .list-wrap > ul > li .wrap time, .page--blog #detail #same-category .list-wrap > ul > li .wrap time {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li .wrap time, .page--blog #detail #same-staff .list-wrap > ul > li .wrap time, .page--blog #detail #same-category .list-wrap > ul > li .wrap time {
    font-size: 1.6rem;
  }
}
.page--blog #detail #popular-articles .list-wrap > ul > li .wrap p a, .page--blog #detail #same-staff .list-wrap > ul > li .wrap p a, .page--blog #detail #same-category .list-wrap > ul > li .wrap p a {
  color: #000;
  text-decoration: none;
  font-weight: bolder;
}
@media print, screen and (min-width: 835px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li .wrap p a, .page--blog #detail #same-staff .list-wrap > ul > li .wrap p a, .page--blog #detail #same-category .list-wrap > ul > li .wrap p a {
    font-size: 1.8rem;
  }
}
.page--blog #detail #popular-articles .list-wrap > ul > li .wrap p a:hover, .page--blog #detail #same-staff .list-wrap > ul > li .wrap p a:hover, .page--blog #detail #same-category .list-wrap > ul > li .wrap p a:hover {
  text-decoration: underline;
}
.page--blog #detail #popular-articles .list-wrap > ul > li .wrap .cat-list, .page--blog #detail #same-staff .list-wrap > ul > li .wrap .cat-list, .page--blog #detail #same-category .list-wrap > ul > li .wrap .cat-list {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
}
@media only screen and (max-width: 834px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li .wrap .cat-list, .page--blog #detail #same-staff .list-wrap > ul > li .wrap .cat-list, .page--blog #detail #same-category .list-wrap > ul > li .wrap .cat-list {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li .wrap .cat-list, .page--blog #detail #same-staff .list-wrap > ul > li .wrap .cat-list, .page--blog #detail #same-category .list-wrap > ul > li .wrap .cat-list {
    margin-top: 10px;
  }
}
.page--blog #detail #popular-articles .list-wrap > ul > li .wrap .cat-list > li, .page--blog #detail #same-staff .list-wrap > ul > li .wrap .cat-list > li, .page--blog #detail #same-category .list-wrap > ul > li .wrap .cat-list > li {
  width: 100%;
  /*&:nth-child(n + 3){
    @include smartphone {
      margin-top: 5px;
    }
    @include screen {
      margin-top: 10px;
    }
  }*/
}
@media only screen and (max-width: 834px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li .wrap .cat-list > li, .page--blog #detail #same-staff .list-wrap > ul > li .wrap .cat-list > li, .page--blog #detail #same-category .list-wrap > ul > li .wrap .cat-list > li {
    /*margin-right: 2%;*/
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li .wrap .cat-list > li, .page--blog #detail #same-staff .list-wrap > ul > li .wrap .cat-list > li, .page--blog #detail #same-category .list-wrap > ul > li .wrap .cat-list > li {
    /*margin-right: 4%;*/
  }
}
@media only screen and (max-width: 834px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li .wrap .cat-list > li:nth-child(n+2), .page--blog #detail #same-staff .list-wrap > ul > li .wrap .cat-list > li:nth-child(n+2), .page--blog #detail #same-category .list-wrap > ul > li .wrap .cat-list > li:nth-child(n+2) {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li .wrap .cat-list > li:nth-child(n+2), .page--blog #detail #same-staff .list-wrap > ul > li .wrap .cat-list > li:nth-child(n+2), .page--blog #detail #same-category .list-wrap > ul > li .wrap .cat-list > li:nth-child(n+2) {
    margin-top: 10px;
  }
}
.page--blog #detail #popular-articles .list-wrap > ul > li .wrap .cat-list > li a, .page--blog #detail #same-staff .list-wrap > ul > li .wrap .cat-list > li a, .page--blog #detail #same-category .list-wrap > ul > li .wrap .cat-list > li a {
  font-weight: 500;
  text-align: center;
  /*display: block;*/
  text-decoration: none;
  color: #022095;
  border: 1px solid #022095;
  border-radius: 30px;
  min-width: 160px;
  display: inline-block;
}
@media only screen and (max-width: 834px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li .wrap .cat-list > li a, .page--blog #detail #same-staff .list-wrap > ul > li .wrap .cat-list > li a, .page--blog #detail #same-category .list-wrap > ul > li .wrap .cat-list > li a {
    padding: 5px 15px;
    line-height: 1.2;
    background-color: #fff;
  }
}
@media print, screen and (min-width: 835px) {
  .page--blog #detail #popular-articles .list-wrap > ul > li .wrap .cat-list > li a, .page--blog #detail #same-staff .list-wrap > ul > li .wrap .cat-list > li a, .page--blog #detail #same-category .list-wrap > ul > li .wrap .cat-list > li a {
    padding: 8px 15px;
    line-height: 1;
  }
}
.page--blog #detail #popular-articles .list-wrap > ul > li .wrap .cat-list > li a:hover, .page--blog #detail #same-staff .list-wrap > ul > li .wrap .cat-list > li a:hover, .page--blog #detail #same-category .list-wrap > ul > li .wrap .cat-list > li a:hover {
  color: #fff;
  background-color: #022095;
}
.page--blog #detail #popular-articles .list-wrap > ul > li img, .page--blog #detail #same-staff .list-wrap > ul > li img, .page--blog #detail #same-category .list-wrap > ul > li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  プライバシーポリシー
///////////////////////////////////////////////////////// */
@media only screen and (max-width: 834px) {
  .page--privacy-policy article {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--privacy-policy article {
    margin-bottom: 80px;
  }
}
.page--privacy-policy article a {
  color: #000;
}
.page--privacy-policy section {
  display: block;
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .page--privacy-policy section {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--privacy-policy section {
    padding: 0 80px;
  }
}
@media only screen and (max-width: 834px) {
  .page--privacy-policy section {
    padding: 0 15px 5px 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--privacy-policy section {
    padding: 0 50px 0 50px;
    max-width: 1260px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 834px) {
  .page--privacy-policy section:nth-of-type(2) {
    padding: 80px 15px 5px 15px;
    margin-top: -80px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--privacy-policy section:nth-of-type(2) {
    padding: 120px 50px 0 50px;
    margin-top: -90px;
  }
}
@media only screen and (max-width: 834px) {
  .page--privacy-policy section .date {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--privacy-policy section .date {
    margin-bottom: 30px;
  }
}
.page--privacy-policy section .com {
  line-height: 1.6;
}
@media only screen and (max-width: 834px) {
  .page--privacy-policy section .com {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--privacy-policy section .com {
    margin-bottom: 50px;
  }
}
.page--privacy-policy section h3 {
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 834px) {
  .page--privacy-policy section h3 {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--privacy-policy section h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 834px) {
  .page--privacy-policy section p {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--privacy-policy section p {
    margin-bottom: 25px;
  }
}
.page--privacy-policy section p:last-child {
  margin-bottom: 0;
}
.page--privacy-policy section p a:hover {
  text-decoration: none;
}
.page--privacy-policy section a.link {
  color: #000 !important;
}
@media print, screen and (min-width: 835px) {
  .page--privacy-policy section .tel {
    pointer-events: none;
    text-decoration: none;
  }
}
.page--privacy-policy section > ol {
  line-height: 1.6;
}
@media only screen and (max-width: 834px) {
  .page--privacy-policy section > ol {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--privacy-policy section > ol {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 834px) {
  .page--privacy-policy section > ol > li {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--privacy-policy section > ol > li {
    margin-bottom: 35px;
  }
}
.page--privacy-policy section > ol > li h3 {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 700;
}
@media only screen and (max-width: 834px) {
  .page--privacy-policy section > ol > li h3 {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--privacy-policy section > ol > li h3 {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
.page--privacy-policy section > ol > li h4 {
  margin-bottom: 2px;
}
@media only screen and (max-width: 834px) {
  .page--privacy-policy section > ol > li h4 {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--privacy-policy section > ol > li h4 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 834px) {
  .page--privacy-policy section > ol > li p {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--privacy-policy section > ol > li p {
    margin-bottom: 25px;
  }
}
.page--privacy-policy section > ol > li p:last-child {
  margin-bottom: 0;
}
.page--privacy-policy section > ol > li p a:hover {
  text-decoration: none;
}
.page--privacy-policy section > ol > li a.link {
  color: #000 !important;
}
@media print, screen and (min-width: 835px) {
  .page--privacy-policy section > ol > li .tel {
    pointer-events: none;
    text-decoration: none;
  }
}
.page--privacy-policy section > ol > li ol, .page--privacy-policy section > ol > li ul {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
introduction.scss
紹介
/////////////////////////////////////////// */
.page--introduction {
  /*
  EOF
  */
}
.page--introduction .page__article .page__article__container {
  /* ======================
  共通設定
  ====================== */
}
@media only screen and (max-width: 834px) {
  .page--introduction .page__article .page__article__container {
    padding: 0 15px 20px 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--introduction .page__article .page__article__container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px 80px 30px;
  }
}
.page--introduction .page__article .page__article__container .intro {
  letter-spacing: 1px;
  line-height: 2;
}
@media only screen and (max-width: 834px) {
  .page--introduction .page__article .page__article__container .intro {
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--introduction .page__article .page__article__container .intro {
    padding-bottom: 40px;
  }
}
.page--introduction .page__article .page__article__container .intro p:nth-of-type(n + 2) {
  margin-top: 20px;
}
.page--introduction .page__article .page__article__container .intro p .red {
  color: red;
}
.page--introduction .page__article .page__article__container .intro p.s2_message {
  text-align: left;
  font-weight: 400;
}
@media only screen and (max-width: 834px) {
  .page--introduction .page__article .page__article__container .intro p.s2_message {
    padding: 0;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 835px) {
  .page--introduction .page__article .page__article__container .intro p.s2_message {
    padding: 0;
    font-size: 1.6rem;
  }
}
.page--introduction .page__article .page__article__container .intro form {
  margin-top: 20px;
}
.page--introduction .page__article .page__article__container .intro input[type=text],
.page--introduction .page__article .page__article__container .intro input[type=email] {
  width: 100%;
  max-width: 420px;
  padding: 10px 12px;
  box-sizing: border-box;
}
.page--introduction .page__article .page__article__container .intro input[type=submit] {
  margin-top: 10px;
  padding: 10px 16px;
}
.page--introduction .page__article .page__article__container .back-btn {
  color: #022095;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  border: 1px solid #022095;
  transition: all 0.3s ease;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 30px;
}
@media only screen and (max-width: 834px) {
  .page--introduction .page__article .page__article__container .back-btn {
    width: 48%;
    height: 50px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 835px) {
  .page--introduction .page__article .page__article__container .back-btn {
    width: 230px;
    height: 50px;
    font-size: 1.6rem;
  }
}
.page--introduction .page__article .page__article__container .back-btn:hover {
  color: #fff;
  border: 1px solid #022095;
  background: #022095;
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  404
  エラーページ
/////////////////////////////////////////// */
.page--error404 {
  /*
  EOF
  */
}
.page--error404 .page__article .page__article__container {
  /* ======================
  共通設定
  ====================== */
}
@media only screen and (max-width: 834px) {
  .page--error404 .page__article .page__article__container {
    padding: 40px 15px 80px 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--error404 .page__article .page__article__container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px 80px 30px;
  }
}
.page--error404 .page__article .page__article__container .intro {
  text-align: center;
  letter-spacing: 1px;
  line-height: 2;
}
@media only screen and (max-width: 834px) {
  .page--error404 .page__article .page__article__container .intro {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 835px) {
  .page--error404 .page__article .page__article__container .intro {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 1.6rem;
  }
}
.page--error404 .page__article .page__article__container .intro p {
  font-size: 1.6rem;
}
@media only screen and (max-width: 834px) {
  .page--error404 .page__article .page__article__container .intro p:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .page--error404 .page__article .page__article__container .intro p:nth-of-type(n + 2) {
    margin-top: 5px;
  }
}
.page--error404 .page__article .page__article__container .back-btn {
  color: #022095;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  border: 1px solid #022095;
  transition: all 0.3s ease;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 30px;
}
@media only screen and (max-width: 834px) {
  .page--error404 .page__article .page__article__container .back-btn {
    width: 48%;
    height: 50px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 835px) {
  .page--error404 .page__article .page__article__container .back-btn {
    width: 230px;
    height: 50px;
    font-size: 1.6rem;
  }
}
.page--error404 .page__article .page__article__container .back-btn:hover {
  color: #fff;
  border: 1px solid #022095;
  background: #022095;
}

/*
@import "03_page/page_name";
*//*# sourceMappingURL=style.css.map */