@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap");
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff"), url("./font/NotoSansJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
/*
Theme Name:広島市東区の小沢医院は内科・循環器内科・生活習慣病・心臓病の診断などを行います。
Description:
Version: 1.0
License:医療法人社団慈聖会
License URI:https: //www.ozawaiin.or.jp/
*/
/****************************************

リセットCSSここから

*****************************************/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  background: url(images/) no-repeat center top;
  background-size: cover;
}

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

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

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

img {
  vertical-align: top;
}

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

input,
select {
  vertical-align: middle;
}

/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/****************************************

body設定(主に書式)

*****************************************/
body {
  color: #333;
  background: #fff;
  font-weight: normal;
  min-width: 1240px;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }
}
/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

h1 {
  line-height: 1.5;
  font-size: 3.3rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

h2 {
  line-height: 1.5;
  font-size: 2.6rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

h3 {
  line-height: 1.5;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 2.6rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.8rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  color: #BF2626;
  text-decoration: underline;
  transition: 0.3s linear;
  position: relative;
}
a:link.a_txt,
a:visited.a_txt {
  display: inline-block;
}
a:link.a_txt::after,
a:visited.a_txt::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ff9000;
  bottom: -1px;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
a:link.a_txt:hover::after,
a:visited.a_txt:hover::after {
  transform: scale(0, 1);
  transform-origin: left top;
}

a:hover,
a:active {
  transition: 0.3s linear;
  color: #ff9000;
  text-decoration: underline;
}

a:hover img.img_opacity {
  opacity: 0.75;
  transition: 0.2s linear;
}

a img.img_opacity {
  transition: 0.2s linear;
}

a:hover img.img_up {
  transform: translateY(-5px);
  transition: 0.3s linear;
}

a img.img_up {
  transition: 0.3s linear;
}

.btn a {
  width: 100%;
  height: 100%;
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  padding: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;
  background: #369a3a;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #369a3a;
  box-sizing: border-box;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .btn a {
    font-size: 1.5rem;
    padding: 18px;
  }
}
.btn a:hover {
  background: #fff;
  color: #369a3a;
}

.btn02 a {
  width: 100%;
  height: 100%;
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  padding: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;
  background: #ff9000;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #ff9000;
  box-sizing: border-box;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .btn02 a {
    font-size: 1.5rem;
    padding: 18px;
  }
}
.btn02 a:hover {
  background: #fff;
  color: #ff9000;
}

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

/****************************************

ヘッダー　共通

*****************************************/
header {
  width: 100%;
  position: relative;
  z-index: 0;
}
header .header_box {
  width: 100%;
  position: relative;
  z-index: 100;
  padding: 90px 2.5% 10px;
}
@media screen and (max-width: 1840px) {
  header .header_box {
    padding: 120px 2.5% 10px;
  }
}
@media screen and (max-width: 767px) {
  header .header_box {
    padding: 10px;
  }
}
header .header_box .h_logo {
  line-height: 0;
}
@media screen and (min-width: 768px) {
  header .header_box .h_logo {
    position: absolute;
    top: 35px;
    left: 2.5%;
  }
}
@media screen and (max-width: 1840px) {
  header .header_box .h_logo {
    position: absolute;
    top: 25px;
    left: 2.5%;
  }
}
@media screen and (max-width: 767px) {
  header .header_box .h_logo {
    position: static;
    width: 125px;
  }
}
header .schedule_wrap {
  background: #fff;
  padding: 20px 40px 0;
}
@media screen and (min-width: 768px) {
  header .schedule_wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
    border-radius: 20px 0 0 0;
  }
  header .schedule_wrap::before {
    background: url(images/schedule_box.png);
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    right: 0;
  }
  header .schedule_wrap::after {
    background: url(images/schedule_box.png);
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 460px;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  header .schedule_wrap {
    padding: 20px;
    background: #fff9f2;
    border-top: 2px solid #ff9000;
    border-bottom: 2px solid #ff9000;
  }
}
header .schedule_wrap p {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
}
header .schedule_wrap .schedule th,
header .schedule_wrap .schedule td {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  header .schedule_wrap .schedule th,
  header .schedule_wrap .schedule td {
    font-size: 1.2rem;
  }
}

/****************************************

PCヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
  .h_info {
    position: absolute;
    top: 25px;
    right: 2.5%;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .h_info .h_add {
    font-size: 1.6rem;
  }
  .h_info .h_tel {
    text-align: center;
    background: #DDECF7;
    color: #333;
    background: url(images/tel-green.png) no-repeat left center;
    background-size: 15px;
    padding-left: 25px;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 700;
    font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    letter-spacing: 0.04em;
  }
}
/****************************************

SPヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  .h_info,
  .h_tel,
  .h_mail {
    display: none;
  }
  #toggle {
    position: fixed;
    right: 10px;
    top: 12px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 8px;
    background: #ff9000;
    border-radius: 4px;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 11px;
  }
  #toggle span:nth-child(3) {
    top: 22px;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-11px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: url(images/sp_navi-bg.png) no-repeat center bottom rgba(255, 255, 255, 0.85);
    background-size: contain;
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    transform-origin: left center;
    filter: blur(3px);
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding: 65px 20px 30px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-bottom: #ccc 1px solid;
    cursor: pointer;
    color: #333;
    margin: 0 auto;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    text-decoration: none;
    color: #333;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    background: #ff9000;
    color: #fff !important;
  }
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #333;
    text-decoration: none;
  }
  #sp_navi .sub-menu li a:hover {
    color: #ccc;
    background: none;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1px #ff9000;
    border-right: solid 1px #ff9000;
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
  #sp_navi .sp_navi_info {
    text-align: center;
    color: #333;
    background: rgba(255, 140, 20, 0.2);
    padding: 25px;
    margin: 0 20px 20px;
    border-radius: 10px;
  }
  #sp_navi .sp_navi_info dt {
    font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    font-size: 2.4rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ff9000;
    color: #ff9000;
    line-height: 1;
  }
  #sp_navi .sp_navi_info .tel a {
    color: #333;
    font-family: "NotoSerifJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    background: url(images/tel-green.png) no-repeat left center;
    background-size: 15px;
    padding-left: 25px;
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin: 15px 0;
    display: inline-block;
    font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  }
}
/****************************************

pc用 ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi {
  margin-right: 25px;
}
#g_navi .menu {
  width: auto;
  margin: auto;
  *zoom: 1;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
#g_navi .menu:before {
  content: "";
  display: table;
}
#g_navi .menu:after {
  content: "";
  display: table;
  clear: both;
}
#g_navi .menu > li {
  position: relative;
  cursor: pointer;
}
#g_navi .menu li {
  width: 240px;
}
#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 2rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  line-height: 1;
  color: #333;
  padding: 10px 0;
  text-align: center;
}
#g_navi .menu li a img {
  display: block;
  margin: 0 auto 10px;
}
#g_navi .menu li ul {
  min-width: 200px;
  width: 100%;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}
#g_navi .menu li ul li a {
  width: 100%;
  padding: 15px 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  background: #ff9000;
}
#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #ff9000;
  opacity: 0.8;
  transition: 0.2s linear;
}
#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.9;
}
#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  #g_navi .menu > li > a {
    position: relative;
    display: inline-block;
    transition: 0.6s;
  }
  #g_navi .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #ff9000;
    transition: 0.6s;
    transform: translateX(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  #g_navi .menu > li > a:after {
    bottom: 0;
  }
  #g_navi .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=90);
  }
}
/****************************************

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  height: 769px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #mv_top {
    width: 100%;
    height: 60vw;
  }
}
#mv_top .mv_img img {
  width: 100%;
  height: 769px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
@media screen and (max-width: 767px) {
  #mv_top .mv_img img {
    height: 60vw;
  }
}
#mv_top .mv_txt {
  position: absolute;
  z-index: 100;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #mv_top .mv_txt {
    width: 100%;
    margin: 0;
  }
}

#mv_page {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #mv_page {
    width: 100%;
  }
}
#mv_page .mv_img img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_img img {
    height: 32vw;
    -o-object-position: center left;
       object-position: center left;
  }
}
#mv_page .mv_txt {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 540px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  background-image: linear-gradient(90deg, transparent, rgba(255, 144, 0, 0.9019607843) 22% 78%, transparent);
  padding: 22px 0;
}
#mv_page .mv_txt p {
  font-size: 4.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  text-shadow: 0 0 10px rgba(224, 143, 26, 0.3);
}
@media screen and (max-width: 767px) {
  #mv_page .mv_txt p {
    font-size: 2.6rem;
  }
}
#mv_page .mv_txt.mv01 {
  background: url(images/mv01_en.svg) no-repeat center;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_txt.mv01 {
    background-size: 40%;
  }
}
#mv_page .mv_txt.mv02 {
  background: url(images/mv02_en.svg) no-repeat center;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_txt.mv02 {
    background-size: 40%;
  }
}
#mv_page .mv_txt.mv03 {
  background: url(images/mv03_en.svg) no-repeat center;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_txt.mv03 {
    background-size: 40%;
  }
}
#mv_page .mv_txt.mv04 {
  background: url(images/mv04_en.svg) no-repeat center;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_txt.mv04 {
    background-size: 40%;
  }
}
#mv_page .mv_txt.mv05 {
  background: url(images/mv05_en.svg) no-repeat center;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_txt.mv05 {
    background-size: 40%;
  }
}
#mv_page .mv_txt.mv06 {
  background: url(images/mv06_en.svg) no-repeat center;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_txt.mv06 {
    background-size: 40%;
  }
}

.metaslider .flex-control-nav {
  bottom: 0 !important;
  z-index: 10;
}

.metaslider .flexslider {
  margin: 0 !important;
}

/****************************************

content 共通設定

*****************************************/
.schedule_wrap p {
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .schedule_wrap p {
    font-size: 1.4rem;
  }
}
.schedule_wrap .schedule {
  width: 100%;
  margin-bottom: 20px;
}
.schedule_wrap .schedule th,
.schedule_wrap .schedule td {
  text-align: center;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  padding: 8px 0;
  font-weight: 700;
  vertical-align: middle;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .schedule_wrap .schedule th,
  .schedule_wrap .schedule td {
    font-size: 1.2rem;
  }
}
.schedule_wrap .schedule th.w30,
.schedule_wrap .schedule td.w30 {
  width: 30%;
}
.schedule_wrap .schedule th.w10,
.schedule_wrap .schedule td.w10 {
  width: 10%;
}

.img_round img {
  border-radius: 10px;
}

.img_shadow {
  filter: drop-shadow(0px 6px 0px rgba(0, 0, 0, 0.1));
}

.youtube-ratio {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube-ratio iframe {
  width: 100%;
  height: 100%;
}

.breadcrumb {
  padding: 0 calc((100% - 1200px) / 2);
  margin-top: 20px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 10px;
    margin-top: 10px;
  }
}
.breadcrumb p {
  font-size: 1.4rem;
  color: #666;
}
@media screen and (max-width: 767px) {
  .breadcrumb p {
    font-size: 1rem;
  }
}
.breadcrumb a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #666;
}
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ff9000;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.breadcrumb a:hover {
  color: #ff9000;
}
.breadcrumb a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

main#top_main {
  width: 100%;
  margin: 0 auto;
}

main#page_main {
  width: 1200px;
  margin: 30px auto 120px;
}
@media screen and (max-width: 767px) {
  main#page_main {
    width: 100%;
    padding: 0 10px;
    margin: 10px 0 60px;
  }
}
main#page_main::before {
  content: "";
  width: 360px;
  aspect-ratio: 360/374;
  position: absolute;
  top: 20px;
  left: 0;
  background: url(images/deco01.png) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main#page_main::before {
    width: 260px;
  }
}
main#page_main::after {
  content: "";
  width: 360px;
  aspect-ratio: 360/382;
  position: absolute;
  top: 300px;
  right: 0;
  background: url(images/deco02.png) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main#page_main::after {
    content: none;
  }
}

@media print, screen and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
  .pc_mb40 {
    margin-bottom: 40px;
  }
  .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .flex_str {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  .flex_r {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  .flex_r_str {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: stretch;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_img {
    text-align: center;
  }
  .sp_img img {
    width: auto;
  }
  .sp_none {
    display: none !important;
  }
  .sp_mb10 {
    margin-bottom: 10px;
  }
  .sp_mb20 {
    margin-bottom: 20px;
  }
  .sp_mb25 {
    margin-bottom: 25px;
  }
  .sp_mb30 {
    margin-bottom: 30px;
  }
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

contentトップ用

*****************************************/
.gallery_slider {
  display: flex;
  width: 100vw;
  height: 400px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gallery_slider {
    height: 220px;
  }
}
.gallery_slider ul {
  display: flex;
}
.gallery_slider ul li {
  width: 533px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .gallery_slider ul li {
    width: 293px;
  }
}
.gallery_slider ul:first-child {
  animation: slide1 150s -75s linear infinite;
}
.gallery_slider ul:last-child {
  animation: slide2 150s linear infinite;
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.top_box01 {
  width: 100%;
  padding: 100px calc((100% - 1200px) / 2);
}
@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 40px 10px 60px;
  }
}
.top_box01 .btn {
  width: 300px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .top_box01 .btn {
    margin: 30px auto 0;
  }
}

.top_box02 {
  width: 100%;
  padding: 100px calc((100% - 1200px) / 2);
  background: url(images/bg03.png) no-repeat center #fff9f2;
}
@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 60px 10px;
  }
}
.top_box02 .btn02 {
  width: 300px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .top_box02 .btn02 {
    margin: 30px auto 0;
  }
}

.top_box03 {
  width: 100%;
  padding: 100px calc((100% - 1200px) / 2);
}
@media screen and (max-width: 767px) {
  .top_box03 {
    padding: 60px 10px;
  }
}
.top_box03 .btn {
  width: 300px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .top_box03 .btn {
    margin: 20px auto 0;
  }
}

.top_box04 {
  width: 100%;
  padding: 120px calc((100% - 1200px) / 2) 160px;
  background: url(images/bg02.png) no-repeat bottom center/cover;
}
@media screen and (max-width: 767px) {
  .top_box04 {
    padding: 60px 10px;
  }
}
.top_box04 .btn02 {
  width: 300px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .top_box04 .btn02 {
    margin: 30px auto 0;
  }
}

.top_box05 {
  width: 100%;
  padding: 100px calc((100% - 1200px) / 2);
  background: #fff9f2;
}
@media screen and (max-width: 767px) {
  .top_box05 {
    padding: 60px 10px;
  }
}
.top_box05 .btn02 {
  width: 300px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .top_box05 .btn02 {
    margin: 30px auto 0;
  }
}

.top_box06 {
  width: 100%;
  padding: 100px calc((100% - 1200px) / 2) 0;
}
@media screen and (max-width: 767px) {
  .top_box06 {
    padding: 60px 10px;
  }
}

.top_box07 {
  width: 100%;
  padding: 100px calc((100% - 1200px) / 2) 0;
}
@media screen and (max-width: 767px) {
  .top_box07 {
    padding: 60px 10px;
  }
}

.top_box08 {
  width: 100%;
  padding: 100px calc((100% - 1200px) / 2) 0;
}
@media screen and (max-width: 767px) {
  .top_box08 {
    padding: 60px 10px;
  }
}

.top_box09 {
  width: 100%;
  padding: 100px calc((100% - 1200px) / 2) 0;
}
@media screen and (max-width: 767px) {
  .top_box09 {
    padding: 60px 10px;
  }
}

/****************************************

お問い合わせ トップ用

*****************************************/
.contact_area {
  width: 100%;
  padding: 80px calc((100% - 1200px) / 2 + 110px) 80px calc((100% - 1200px) / 2);
  background: url(images/bg01.jpg) no-repeat center/cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .contact_area {
    flex-direction: column;
    padding: 60px 10px;
  }
}
@media screen and (min-width: 768px) {
  .contact_area::before {
    content: "";
    width: 206px;
    aspect-ratio: 206/230;
    background: url(images/contact_deco.png) no-repeat;
    position: absolute;
    right: calc((100% - 1200px) / 2 - 45px);
    bottom: 0;
    z-index: 1;
  }
}
.contact_area h2 {
  color: #fff;
  font-size: 4.8rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contact_area h2 {
    font-size: 3rem;
    margin-bottom: 10px;
    text-align: center;
  }
}
.contact_area p {
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .contact_area p {
    text-align: center;
    font-size: 1.5rem;
  }
}
.contact_area .contact_area-info .contact_area-tel {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_area-info .contact_area-tel {
    margin-top: 20px;
    text-align: center;
  }
}
.contact_area .contact_area-info .contact_area-tel a {
  text-decoration: none;
}
.contact_area .contact_area-info .contact_area-tel .number {
  color: #fff;
  background: url(images/tel.png) no-repeat left center;
  padding-left: 50px;
  font-size: 5.2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_area-info .contact_area-tel .number {
    font-size: 3.4rem;
    background-size: 20px;
    padding-left: 30px;
  }
}
.contact_area .contact_area-schedule {
  max-width: 540px;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .contact_area .contact_area-schedule {
    margin-top: 30px;
  }
}
.contact_area .contact_area-schedule h3 {
  background: #ff9000;
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 400;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_area-schedule h3 {
    font-size: 2rem;
    padding: 15px;
  }
}
.contact_area .contact_area-schedule h3 img {
  width: auto;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_area-schedule h3 img {
    width: 22px;
  }
}
.contact_area .contact_area-schedule .inner {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_area-schedule .inner {
    padding: 20px 40px 30px;
  }
}
.contact_area .contact_area-schedule .inner dl dt,
.contact_area .contact_area-schedule .inner dl dd {
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_area-schedule .inner dl dt,
  .contact_area .contact_area-schedule .inner dl dd {
    font-size: 1.6rem;
  }
}
.contact_area .contact_area-schedule .inner dl dt {
  color: #ff9000;
  font-weight: 700;
}
.contact_area .contact_area-schedule .inner dl:first-child {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_area-schedule .inner dl:first-child {
    margin-bottom: 15px;
  }
}

/****************************************

top_case_post トップ用

*****************************************/
.top_case_post {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .top_case_post {
    margin-top: 40px;
  }
}
.top_case_post article {
  width: 1080px;
  padding: 0 40px 60px 40px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_case_post article {
    width: 100%;
    padding: 0 0 30px;
  }
}
.top_case_post article:not(:last-child) {
  margin-bottom: 60px;
  border-bottom: 1px dotted #666;
}
@media screen and (max-width: 767px) {
  .top_case_post article:not(:last-child) {
    margin-bottom: 30px;
  }
}
.top_case_post article::before {
  content: "";
  width: 140px;
  height: 37px;
  background: url(images/case_arr.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 35%;
  margin: auto;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .top_case_post article::before {
    width: 18%;
    left: 32.5%;
  }
}
.top_case_post article h3 {
  font-size: 2.2rem;
  padding-left: 20px;
  border-left: 4px solid #1A53B0;
  margin-bottom: 20px;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}
@media screen and (min-width: 768px) {
  .top_case_post article h3 {
    width: 420px;
    position: absolute;
    top: 0;
    left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top_case_post article h3 {
    font-size: 1.8rem;
  }
}
.top_case_post article h3 a {
  color: #333;
  text-decoration: none;
}
.top_case_post article .case_img-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_case_post article .case_img-wrap .case_before {
  width: 36.8%;
}
.top_case_post article .case_img-wrap .case_after {
  width: 55.2%;
}
.top_case_post article .case_img-wrap figure {
  position: relative;
  padding: 4px;
  border: 1px solid #ccc;
  background: #fff;
}
.top_case_post article .case_img-wrap figure.img_after {
  width: 368px;
  width: 100%;
  aspect-ratio: 4/3;
}
.top_case_post article .case_img-wrap figure.img_after figcaption {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .top_case_post article .case_img-wrap figure.img_after figcaption {
    font-size: 1.8rem;
  }
}
.top_case_post article .case_img-wrap figure.img_before {
  width: 552px;
  width: 100%;
  aspect-ratio: 4/3;
}
.top_case_post article .case_img-wrap figure.img_before figcaption {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .top_case_post article .case_img-wrap figure.img_before figcaption {
    font-size: 2.4rem;
  }
}
.top_case_post article .case_img-wrap figure::before {
  content: "";
  width: 25%;
  aspect-ratio: 90/67;
  background: #fff;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  position: absolute;
  right: 1px;
  bottom: 1px;
}
.top_case_post article .case_img-wrap figure figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  color: #ff9000;
  font-weight: 700;
  font-family: "NotoSerifJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 2.6rem;
  text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0 3px #fff, -3px 0 3px #fff, 0 3px 3px #fff, 0 -3px 3px #fff;
}
@media screen and (max-width: 767px) {
  .top_case_post article .case_img-wrap figure figcaption {
    right: 6px;
    bottom: 6px;
  }
}

/****************************************

news トップ用

*****************************************/
.news_post a:link,
.news_post a:visited,
.news_post a:hover,
.news_post a:active {
  text-decoration: none;
}

.news_post {
  width: 100%;
  max-height: 240px;
  height: 100%;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .news_post {
    padding-right: 20px;
  }
}
.news_post article a {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 26px 40px;
  border-bottom: 1px solid #a6a6a6;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news_post article a {
    flex-wrap: wrap;
    padding: 20px 30px 20px 0;
  }
}
.news_post article a .date {
  width: 180px;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #ff9000;
  display: inline-block;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .news_post article a .date {
    width: 100%;
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
}
.news_post article a h3 {
  width: calc(100% - 180px);
  font-size: 1.6rem;
  color: #333;
  font-weight: 400;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .news_post article a h3 {
    width: 100%;
    font-size: 1.4rem;
  }
}
.news_post article a:hover {
  background: #fff9f2;
}

/****************************************

content下層用

*****************************************/
.about_box01 .name {
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 700;
}
.about_box01 .name span {
  font-size: 2.6rem;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .about_box01 .name span {
    font-size: 2.2rem;
  }
}

.table_about {
  width: 100%;
}
.table_about th,
.table_about td {
  border: 1px solid #ccc;
  text-align: left;
  vertical-align: middle;
  padding: 10px 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .table_about th,
  .table_about td {
    font-size: 1.4rem;
    padding: 10px;
  }
}
.table_about th {
  width: 25%;
  background: #eee;
}
.table_about td {
  width: 75%;
}

.list01 li {
  padding-left: 25px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .list01 li {
    padding-left: 20px;
  }
}
.list01 li::before {
  content: "";
  width: 15px;
  aspect-ratio: 1/1;
  background: #ff9000;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 100vmax;
  outline: 1px solid #fff;
  outline-offset: -3px;
}
@media screen and (max-width: 767px) {
  .list01 li::before {
    width: 13px;
    top: 6px;
  }
}
.list01 li:not(:last-child) {
  margin-bottom: 15px;
}

.check_box_btn {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .check_box_btn {
    gap: 2%;
  }
}
.check_box_btn .btn02 {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .check_box_btn .btn02 {
    width: 49%;
  }
}

.caution_box01 {
  background: #F0F0F0;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .caution_box01 {
    padding: 20px;
  }
}
.caution_box01 h3 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .caution_box01 h3 {
    font-size: 1.6rem;
  }
}

.gallery_box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .gallery_box {
    gap: 10px 2%;
  }
}
@media screen and (max-width: 767px) {
  .gallery_box figure {
    width: 49%;
  }
}

.blog_post {
  width: 100%;
  margin: auto;
}
.blog_post article {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
  background: #fff5ea;
  padding: 30px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .blog_post article {
    margin-bottom: 20px;
    padding: 20px;
  }
}
.blog_post article h2 {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .blog_post article h2 {
    width: 880px;
  }
}
@media screen and (max-width: 767px) {
  .blog_post article h2 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .blog_post article p {
    width: 880px;
  }
}
.blog_post article .btn02 {
  width: 240px;
}
@media screen and (min-width: 768px) {
  .blog_post article .btn02 {
    position: absolute;
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .blog_post article .btn02 {
    width: 200px;
    margin: 20px 0 0 auto;
  }
}
.blog_post article .btn02 a {
  padding: 18px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .blog_post article .btn02 a {
    padding: 16px;
  }
}

.overview_box01 .btn02 {
  width: 300px;
  margin: 20px 0 0;
}

.faq_box {
  width: 100%;
}
.faq_box .faq_item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #666;
}
@media screen and (max-width: 767px) {
  .faq_box .faq_item:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.faq_box .faq_item.open .faq-answer {
  display: block;
  padding: 14px 55px 14px 100px;
  opacity: 1;
  transition: 0.4s ease;
  transform: translateY(0);
  max-height: 500px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .faq_box .faq_item.open .faq-answer {
    padding: 5px 30px 5px 50px;
  }
}
.faq_box .faq_item.open .faq-question::before {
  content: "−";
}
.faq_box .faq-question {
  position: relative;
  color: #333;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 12px 55px 12px 100px;
  background-color: #fff;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  display: block;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .faq_box .faq-question {
    padding: 5px 30px 5px 50px;
    font-size: 1.8rem;
  }
}
.faq_box .faq-question::after {
  position: absolute;
  left: 20px;
  top: 0;
  content: "Q";
  font-size: 3rem;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #fff;
  background: #ff9000;
  border-radius: 100%;
  width: 60px;
  aspect-ratio: 1/1;
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .faq_box .faq-question::after {
    left: 0;
    font-size: 1.8rem;
    width: 35px;
    height: 35px;
  }
}
.faq_box .faq-question::before {
  content: "+";
  position: absolute;
  right: 20px;
  top: 34px;
  transform: translateY(-50%);
  font-size: 3rem;
  font-weight: 400;
  color: rgba(67, 51, 38, 0.6);
  transition: transform 0.3s, content 0.3s;
}
@media screen and (max-width: 767px) {
  .faq_box .faq-question::before {
    right: 0;
  }
}
.faq_box.faq_box-top .faq-question {
  background-color: #fff9f2;
}
.faq_box .faq-answer {
  position: relative;
  font-size: 1.6rem;
  max-height: 0;
  overflow: hidden;
  padding: 0 1em;
  opacity: 0;
  transition: 0.4s ease;
  transform: translateY(-10px);
}
.faq_box .faq-answer::after {
  position: absolute;
  left: 20px;
  top: 0;
  content: "A";
  font-size: 3rem;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #fff;
  background: #369a3a;
  border-radius: 100%;
  width: 60px;
  aspect-ratio: 1/1;
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .faq_box .faq-answer::after {
    left: 0;
    font-size: 1.8rem;
    width: 35px;
    height: 35px;
  }
}

.contact_tel {
  background: url(images/tel_blue.svg) no-repeat left center;
  padding-left: 30px;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: inline-block;
  font-family: "NotoSerifJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}
@media screen and (max-width: 767px) {
  .contact_tel {
    font-size: 2.6rem;
    background-size: 16px;
    padding-left: 24px;
  }
}

.contact_tel-txt {
  font-size: 1.4rem;
  color: #666;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .table_scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .table_scroll::before {
    content: "※横にスクロールしてご覧ください";
    font-size: 1.1rem;
    margin-bottom: 5px;
    display: inline-block;
    position: sticky;
    top: 0;
    left: 0;
  }
}

.table {
  width: 740px;
  border-top: 1px solid #aaa;
}
@media screen and (max-width: 767px) {
  .table {
    width: 100%;
  }
}
.table th,
.table td {
  text-align: left;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .table th,
  .table td {
    padding: 10px;
  }
}
.table th {
  width: 30%;
  border-bottom: 1px solid #aaa;
  background: #ff9000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .table th {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
.table td {
  width: 70%;
  border-bottom: 1px solid #aaa;
}
@media screen and (max-width: 767px) {
  .table td {
    display: block;
    width: 100%;
  }
}

.policy {
  background: #eee;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .policy {
    padding: 20px;
  }
}
.policy span {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.8rem;
  text-align: center;
  color: #ff9000;
}
@media screen and (max-width: 767px) {
  .policy span {
    font-size: 1.4rem;
  }
}
.policy p {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .policy p {
    font-size: 1.2rem;
  }
}

.map {
  position: relative;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .map {
    height: auto;
    aspect-ratio: 4/3;
  }
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/****************************************

aside

*****************************************/
/****************************************

single.php

*****************************************/
#single_box {
  width: 100%;
  margin-top: 80px;
}

#single_box h1 {
  font-size: 2.6rem;
}

#single_box .single_text {
  width: 100%;
}

#single_box .single_text img {
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
}

.pager {
  clear: both;
  text-align: center;
  margin: 40px auto 0px;
}

a.page-numbers {
  border: solid 1px #666;
  border-radius: 3px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  color: #666;
  background: #fff;
}
a.page-numbers:hover {
  background: rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: #666;
  border: solid 1px #666;
  color: white;
}

.nav-below {
  width: 100%;
  margin: 60px 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
  border-top: 1px solid #ff9000;
  border-bottom: 1px solid #ff9000;
  text-decoration: none;
  color: #ff9000;
}
@media screen and (max-width: 767px) {
  .nav-below {
    margin: 40px 0 0;
  }
}
.nav-below a {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  width: 100%;
  height: 100%;
  padding: 30px;
  transition: all 0.3s;
  color: #ff9000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .nav-below a {
    padding: 20px 10px;
    font-size: 1.4rem;
  }
}
.nav-below a:hover {
  background: #ff9000;
  color: #fff;
}
.nav-below .next {
  width: 25%;
  border-right: 1px solid #ff9000;
}
.nav-below .back {
  width: 50%;
}
.nav-below .prev {
  width: 25%;
  border-left: 1px solid #ff9000;
}

@media screen and (max-width: 767px) {
  #single_box {
    width: 100%;
    margin-top: 40px;
  }
  #single_box h1 {
    font-size: 1.8rem;
  }
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
}
/****************************************

P

*****************************************/
.bg_beige {
  background: #F2EADC;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .bg_beige {
    padding: 25px;
  }
}

/* 改行 */
.line_break {
  padding-top: 25px;
}

/* 文字 */
.sans {
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.serif {
  font-family: "NotoSerifJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.red {
  color: #E80000;
}

.orange {
  color: #ff9000;
}

.size14 {
  font-size: 1.4rem;
}

.size18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .size18 {
    font-size: 1.6rem;
  }
}

.size22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .size22 {
    font-size: 1.8rem;
  }
}

/* 強調 */
.marker {
  background: linear-gradient(transparent 70%, #FFDD53 30%);
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

.tr {
  text-align: right;
}

.db {
  display: block;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

@media print, screen and (min-width: 768px) {
  .tc {
    text-align: center;
  }
  .w440 {
    width: 440px;
  }
  .w560 {
    width: 560px;
  }
  .w600 {
    width: 600px;
  }
  .w720 {
    width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .mb50,
  .mb60 {
    margin-bottom: 40px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .mb90,
  .mb100 {
    margin-bottom: 60px;
  }
  .mb120 {
    margin-bottom: 60px;
  }
}
/****************************************

タイトル

*****************************************/
.block {
  display: block;
}

.top_tit01 {
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_tit01 {
    font-size: 2.4rem;
    margin-bottom: 10px;
    text-align: left;
  }
}
.top_tit01 span {
  display: block;
  font-size: 2.4rem;
  color: #369a3a;
}
@media screen and (max-width: 767px) {
  .top_tit01 span {
    display: inline-block;
    font-size: 1.4rem;
    margin-left: 10px;
  }
}

.top_tit02 {
  width: 780px;
  text-align: center;
  font-size: 3.3rem;
  color: #7d4e23;
  margin: 0 auto 40px;
  background: url(images/tit01-left.png) no-repeat left bottom, url(images/tit01-right.png) no-repeat right bottom;
}
@media screen and (max-width: 767px) {
  .top_tit02 {
    max-width: 400px;
    width: 100%;
    padding: 0 30px;
    font-size: 2.4rem;
    margin-bottom: 20px;
    background-size: 40px;
  }
}

.top_tit03 {
  text-align: center;
  font-size: 3.3rem;
  background: url(images/tit02.png) no-repeat bottom center;
  margin-bottom: 80px;
  padding-bottom: 20px;
  color: #ff9000;
}
@media screen and (max-width: 767px) {
  .top_tit03 {
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
}

.top_tit04 {
  font-size: 3rem;
  padding: 10px 0 10px 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #919191;
  border-left: 5px solid #ff9000;
}
@media screen and (max-width: 767px) {
  .top_tit04 {
    font-size: 2.4rem;
  }
}
.top_tit04 img {
  width: auto;
  margin-right: 20px;
}

.top_tit05 {
  text-align: center;
  font-size: 3.3rem;
  color: #7d4e23;
  margin: 0 auto 60px;
  padding-top: 60px;
  background: url(images/tit09.png) no-repeat top center;
}
@media screen and (max-width: 767px) {
  .top_tit05 {
    padding: 0 30px;
    font-size: 2.4rem;
    margin-bottom: 20px;
    padding-top: 40px;
    background-size: 30px;
  }
}

.headline {
  text-align: center;
  background: url(images/tit02.png) no-repeat bottom center;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.subhead01 {
  width: 100%;
  border-bottom: 1px solid #999;
  margin-bottom: 30px;
  padding: 0 0 10px 30px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .subhead01 {
    margin-bottom: 15px;
  }
}
.subhead01::before {
  content: "";
  width: 5px;
  height: calc(100% - 5px);
  background: #ff9000;
  position: absolute;
  top: 0;
  left: 0;
}

.subhead02 {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 10px 10px 30px;
  position: relative;
  z-index: 0;
  background: #FFEDD9;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .subhead02 {
    margin-bottom: 15px;
  }
}
.subhead02::before {
  content: "";
  width: 5px;
  height: calc(100% - 20px);
  background: #F7BC79;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}

/****************************************

footer

*****************************************/
footer {
  width: 100%;
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  footer #pc_footer {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  footer #sp_footer {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  footer p {
    font-size: 1.4rem;
    text-align: center;
  }
}
footer .pagetop {
  display: none;
  position: fixed;
  bottom: 120px;
  right: 30px;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  footer .pagetop {
    display: none;
  }
}
footer .copyright {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background: #ff9000;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  footer .copyright {
    font-size: 1.4rem;
    padding: 15px;
  }
}
footer .footer_box {
  width: 100%;
  padding: 60px calc((100% - 1200px) / 2);
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .footer_box {
    flex-direction: column;
    padding: 40px 10px;
    text-align: center;
  }
}
footer .footer_box .footer_box-left {
  width: 50%;
  padding-left: 100px;
}
@media screen and (max-width: 767px) {
  footer .footer_box .footer_box-left {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
footer .footer_box .footer_box-right {
  width: 50%;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  footer .footer_box .footer_box-right {
    width: 100%;
    padding: 0;
  }
}
footer .footer_box .f_logo {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  footer .footer_box .f_logo {
    width: 200px;
    margin: 0 auto 20px;
  }
}
footer .footer_box .f_add {
  background: url(images/map.png) no-repeat left center;
  padding-left: 25px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  footer .footer_box .f_add {
    display: inline-block;
  }
}
footer .footer_box .f_tel {
  background: #DDECF7;
  color: #333;
  background: url(images/tel-green.png) no-repeat left center;
  background-size: 25px;
  padding-left: 35px;
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  letter-spacing: 0.04em;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  footer .footer_box .f_tel {
    font-size: 3.4rem;
    background-size: 20px;
  }
}
footer .f_map {
  position: relative;
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 767px) {
  footer .f_map {
    height: auto;
    aspect-ratio: 4/3;
  }
}
footer .f_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer .sitemap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid #ff9000;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  footer .sitemap {
    display: none;
  }
}
footer .sitemap a {
  text-decoration: none;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  display: inline-block;
  position: relative;
  color: #412F1E;
  padding: 0 5px;
}
footer .sitemap a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #369a3a;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
footer .sitemap a:hover {
  color: #369a3a;
}
footer .sitemap a:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
footer {
  /* ----sp追従---- */
}
footer .sp_bana {
  display: flex;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
footer .sp_bana .sp_bana_parts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 25%;
  background: #ff9000;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .sp_bana .sp_bana_parts a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
footer .sp_bana .sp_bana_parts span {
  position: relative;
  display: block;
  height: auto;
  padding-top: 30px;
  line-height: 1.4;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.06em;
  color: #fff;
}
footer .sp_bana .sp_bana_parts span::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
}
footer .sp_bana .sp_bana_parts .sp-tel::after {
  background-image: url(images/sp-tel.svg);
  background-size: 20px;
}
footer .sp_bana .sp_bana_parts .sp-news::after {
  background-image: url(images/sp-news.svg);
  background-size: 24px;
}
footer .sp_bana .sp_bana_parts .sp-access::after {
  background-image: url(images/sp-map.svg);
  background-size: 22px;
}
footer .sp_bana .sp_bana_parts .sp-pagetop::after {
  background-image: url(images/sp-pagetop.svg);
  background-size: 18px;
}

/****************************************

Contact Form7

*****************************************/
.wpcf7 {
  width: 100%;
}

.form_row {
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #AAA;
}

.last_row {
  margin-bottom: 30px;
  padding: 0 20px;
  border-bottom: none;
}

.form_row .form_label {
  width: 330px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #FFF;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #CC0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #D7D7D7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 330px);
}

.wpcf7-form-control {
  width: 100%;
}

select.wpcf7-form-control {
  width: auto;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #B20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #ff9000;
  background-color: #ff9000;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  margin: 10px auto 0;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #ff9000;
  transition: all 0.25s;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .form_row {
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .last_row {
    margin-bottom: 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  span.wpcf7-list-item {
    display: block;
  }
  .tc input[type=submit] {
    font-size: 1.4rem;
    padding: 10px;
    display: inherit;
    height: 50px;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */