@charset "UTF-8";
/*
Theme Name:藤原歯科クリニック
Description:兵庫県加古郡稲美町で歯科医院に関することなら藤原歯科クリニックにお任せください
Version: 1.0
License:藤原歯科クリニック
License URI:https://www.fujiwara-dc.jp
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&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: 600;
  src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
/****************************************

body設定(主に書式)

*****************************************/
body {
  color: #333;
  background: #fff;
  font-weight: normal;
  min-width: 1200px;
  font-size: 1.6rem;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 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;
  }
}
/****************************************

フォント指定

*****************************************/
body li,
body tt,
body tr,
body dt,
body dd,
body p {
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.7;
}
body h1 {
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  font-weight: 600;
}
body h2 {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  font-weight: 600;
}
body h3 {
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: 600;
}

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

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

*****************************************/
a:link,
a:visited {
  color: #0098D8;
  text-decoration: underline;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover,
a:active {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

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

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

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

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

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

P

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

/* 強調 */
.bold {
  font-weight: 600;
}

.tr {
  text-align: right;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.w1080 {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.w1200 {
  width: calc(100% - 20px);
  max-width: 1200px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .tc2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 50px;
  }
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
  .w1080, .w1200 {
    width: 100%;
    padding: 0 3%;
  }
}
/****************************************

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;
}

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

リセットCSSここから

*****************************************/
* {
  -webkit-box-sizing: border-box;
  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;
}

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,
.g_navi 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;
  display: inline-block;
}

/* 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;
}

.orange {
  color: #F7AC31;
}

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

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

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

ヘッダー　共通

*****************************************/
#header {
  width: 100%;
  z-index: 100;
  position: relative;
}

.header_wrap {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  background: rgba(255, 255, 255, 0.8235294118);
  max-width: 1800px;
  width: calc(100% - 120px);
  border-radius: 0 0 20px 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1215686275);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1450px) {
  .header_wrap {
    width: calc(100% - 60px);
  }
}

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

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}
.header_left {
  padding: 30px;
  transition: 0.3s;
}
@media screen and (max-width: 1450px) {
  .header_left {
    padding: 30px 10px 30px 20px;
  }
}

.header_right {
  display: flex;
  align-items: end;
  gap: 15px;
}

.h_logo {
  transition: 0.3s;
}
@media screen and (max-width: 1450px) {
  .h_logo {
    width: 260px;
  }
  .h_logo img {
    width: 100%;
    height: auto;
  }
}

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

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  .header_right,
  .header_mail {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  .h_logo {
    width: 200px;
  }
  .header_wrap {
    display: inline;
    width: auto;
    padding: 15px 5%;
  }
  .header_left {
    padding: 0;
  }
}
/****************************************

メインビジュアル

*****************************************/
.mv_top {
  width: 100%;
  height: 850px;
  background: linear-gradient(45deg, #F9F4E6, transparent 60%), url(images/mv.jpg) top center no-repeat;
}
@media screen and (max-width: 767px) {
  .mv_top {
    height: 300px;
    background-size: cover;
  }
}
.mv_top .top_catch {
  position: absolute;
  left: 3.645%;
  bottom: 70px;
  width: 45%;
  max-width: 780px;
}
@media screen and (max-width: 767px) {
  .mv_top .top_catch {
    left: 3%;
    bottom: 30px;
    width: 50%;
    min-width: 300px;
  }
}
.mv_top .top_catch img {
  width: 100%;
  height: auto;
}

.slider {
  width: 100%;
}

#mv_page {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}
#mv_page .page_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  #mv_page .page_title {
    top: revert;
    bottom: 50%;
    transform: translateY(120%);
    height: 30%;
    min-height: 60px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  #mv_page .page_title img {
    width: auto;
    height: 100%;
  }
}

#mv_page .mv_img {
  position: relative;
  width: 1920px;
  left: calc(50% - 960px);
}

.metaslider .flex-control-nav {
  bottom: 40px !important;
}

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

@media screen and (max-width: 767px) {
  #mv_top {
    width: 100%;
  }
  #mv_top .mv_img {
    width: 130%;
    position: relative;
    left: 0;
  }
  #mv_page {
    width: 100%;
  }
  #mv_page .mv_img {
    position: relative;
    width: 180%;
    left: -40%;
  }
  .metaslider .flex-control-nav {
    bottom: -30px !important;
  }
  .metaslider .flex-control-nav {
    bottom: 15px !important;
  }
}
/****************************************

content 共通設定

*****************************************/
@media print, screen and (min-width: 768px) {
  main#top_main {
    width: 100%;
    margin: 0 auto;
  }
  main#page_main {
    width: 100%;
    margin: 0 auto;
  }
  .pc_none {
    display: none !important;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
/****************************************

content 共通設定

*****************************************/
@media print, screen and (min-width: 768px) {
  main#top_main {
    width: 100%;
    margin: 0 auto;
  }
  main#page_main {
    width: 100%;
    margin: 0px auto 0;
  }
  .pc_none {
    display: none !important;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  main#page_main {
    width: 100%;
    margin: 25px auto 0;
  }
}
/****************************************

single.php

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

.single_text {
  width: 100%;
}

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

.aligncenter {
  display: block;
}

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

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

a.page-numbers:hover {
  background: #B8DA52;
  color: #fff;
}

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

.nav-below {
  margin: 30px 0 20px;
  text-align: center;
}

.nav-below a {
  margin: 0 5px;
  text-decoration: none;
  color: #F7AC31;
  position: relative;
}

/* 前へ、次へのホバー時 */
.nav-below a:hover {
  color: #F7AC31;
}

/* 前へ、次へのホバー時 */
.nav-below a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #F7AC31;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.nav-below a:hover::after {
  opacity: 0.8;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@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;
  }
  .single_text img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
/****************************************

Contact Form7

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

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  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: 300px;
}

.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% - 300px);
}

.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 #F7AC31;
  border-radius: 8px;
  background-color: #F7AC31;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0 16px;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

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

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

.wpcf7-list-item label {
  display: flex;
  align-items: center;
}

input[type=radio i] {
  margin: 0 3px 3px 5px;
}

@media screen and (max-width: 767px) {
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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: flex;
    align-items: center;
    gap: 5px;
  }
  .tc input[type=submit] {
    font-size: 1.4rem;
    padding: 10px;
    margin: 10px auto 0 0px;
  }
  .wpcf7 .ajax-loader {
    display: block;
    margin: 10px auto;
  }
}
.aside {
  margin: 0 auto;
  padding-bottom: 80px;
  background: linear-gradient(transparent 0% 24.24%, #F9F4E6 24.24%);
  border-bottom: 3px solid #F7AC31;
}
@media screen and (max-width: 767px) {
  .aside {
    margin: 0 auto;
    padding-bottom: 50px;
  }
}

.aside_container {
  max-width: 1520px;
  width: calc(100% - 20px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .aside_container {
    flex-wrap: wrap;
  }
}

.aside_bnr {
  position: relative;
  transition: 0.3s;
  max-width: 350px;
  width: 24%;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .aside_bnr {
    width: 49%;
    margin-bottom: 20px;
  }
}
.aside_bnr a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}

.aside_content {
  position: relative;
}
.aside_content figure {
  width: 100%;
}
.aside_content figure img {
  width: 100%;
  height: auto;
}

.btn3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  width: 220px;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0 5px 0 #F8DEAF;
  padding: 11px 20px 11px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn3 {
    width: 90%;
    max-width: 220px;
    padding: 8px 10px 8px;
  }
}
.btn3 p {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #F7AC31;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0em;
  text-align: center;
  background: url(images/bnr_arrow.png) center right no-repeat;
}
@media screen and (max-width: 767px) {
  .btn3 p {
    font-size: 1.4rem;
    letter-spacing: -0.01em;
    background: url(images/bnr_arrow.png) center right no-repeat;
    background-size: 15px;
  }
}

.aside_bnr:hover {
  opacity: 0.8;
}
.aside_bnr:hover .btn3 {
  padding: 11px 10px 11px;
}
@media screen and (max-width: 767px) {
  .aside_bnr:hover .btn3 {
    padding: 8px 5px 8px;
  }
}

.map {
  width: 100%;
  position: relative;
  padding-top: 420px;
}
@media screen and (max-width: 767px) {
  .map {
    padding-top: 300px;
  }
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

footer

*****************************************/
#footer {
  bottom: 0;
  left: 0;
  width: 100%;
}

.pagetop {
  position: fixed;
  right: 30px;
  bottom: 60px;
  z-index: 999;
}

.footer_pc {
  padding: 80px 0 55px;
  transition: 0.3s;
  position: relative;
}
.footer_pc::before {
  position: absolute;
  content: url(images/f_deco.png);
  bottom: -3px;
  left: 50%;
  transform: translateX(-960px);
}
.footer_pc .time_tel_container {
  margin-bottom: 30px;
}

.footer_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_container {
    display: block;
    padding: 50px 3% 20px;
  }
}
.footer_container .time_tel {
  font-size: 3.4rem;
}

.footer_logo {
  margin-bottom: 25px;
}

.footer_left {
  width: 500px;
}

.footer_address {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.time_tel_container p:first-child {
  font-size: 1.5rem;
}

.sitemap_container {
  display: flex;
  gap: 25px;
  padding: 15px 40px 0 0;
}

.sitemap li a {
  padding-left: 20px;
  background: url(images/sitemap.png) left center no-repeat;
  color: inherit;
  text-decoration: none;
}

.sitemap li {
  margin-bottom: 18px;
}

.sitemap li a {
  position: relative;
}

/* サイトマップホバー時のアンダーライン */
.sitemap li a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #F7AC31;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.sitemap li a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.footer_sp {
  display: none;
}

.f_pro {
  width: 260px;
  background: url(images/f_pro.png) right center no-repeat, #B8DA52;
  border-radius: 10px;
  padding: 27px;
  position: relative;
  transition: 0.3s;
  text-align: center;
  margin: 40px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .f_pro {
    margin: 0px auto 50px;
  }
}
.f_pro:hover {
  opacity: 0.8;
}
.f_pro a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.f_pro p {
  color: #fff;
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  padding-right: 20px;
  background: url(images/link.png) right center no-repeat;
  display: inline-block;
}

.copyright_block {
  text-align: center;
  background-color: #F7AC31;
  padding: 18px 0;
}

.copyright {
  font-size: 1.5rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer_pc {
    display: none;
  }
  .footer_sp {
    display: revert;
  }
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
  .copyright_block {
    padding: 8px 3%;
  }
  .copyright {
    font-size: 1.2rem;
  }
  /* フローティングバナー */
  .sp_footer__btn {
    display: revert;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    z-index: 999;
  }
  .sp_footer__btn ul {
    display: flex;
    height: 70px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sp_footer__btn ul li {
    position: relative;
    width: 33.3333333333%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    border-top: 1px solid #fff;
  }
  .sp_footer__btn ul li:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .sp_footer__btn ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    text-decoration: none;
  }
  /* フローティングバナーの色 */
  .sp_footer__btn ul li a {
    background: #F7AC31;
  }
  .sp_footer__btn ul li a span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 32px;
    line-height: 1.4;
    text-align: center;
  }
  .sp_footer__btn ul li a span::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: calc(50% - 15px);
    top: 0;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .icon_tel::after {
    background-image: url(images/icon_tel.svg);
    background-size: 30px;
    background-repeat: no-repeat;
  }
  .icon_map::after {
    background-image: url(images/icon_map.svg);
    background-size: 24px;
    background-repeat: no-repeat;
  }
  .icon_arrow::after {
    background-image: url(images/icon_arrow.svg);
    background-size: 24px;
    background-repeat: no-repeat;
  }
  #footer {
    margin-bottom: 70px;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 8px;
    background: #fff;
    border: 1px solid #F7AC31;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #F7AC31;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 10px;
  }
  #toggle span:nth-child(3) {
    top: 20px;
  }
  .open_navi #toggle span {
    background: #F7AC31;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    -ms-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    -ms-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: rgba(247, 172, 49, 0.9019607843);
    z-index: 999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
    border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item-home {
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
  }
  #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 {
    color: #fff;
    text-decoration: none;
  }
  /* ナビのホバー時 */
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    background: rgb(247, 161, 20);
  }
  #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: rgba(169, 210, 46, 0.9058823529);
  }
  #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: #fff;
    text-decoration: none;
  }
  /* ナビ下層のホバー時 */
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
    background: #F7AC31;
  }
  #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 #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi .menu {
  width: auto;
  margin: auto;
  zoom: 1;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}

#g_navi .menu:before {
  content: "";
  display: table;
}

#g_navi .menu:after {
  content: "";
  display: table;
  clear: both;
}

#g_navi .menu > li {
  position: relative;
  margin: 0 14px;
  transition: 0.3s;
}
#g_navi .menu > li:hover {
  opacity: 0.9;
}
#g_navi .menu > li:first-child {
  background: url(images/nav1.png) top center no-repeat;
}
#g_navi .menu > li:nth-child(2) {
  background: url(images/nav2.png) top center no-repeat;
}
#g_navi .menu > li:nth-child(3) {
  background: url(images/nav3.png) top center no-repeat;
}
#g_navi .menu > li:nth-child(4) {
  background: url(images/nav4.png) top center no-repeat;
}
#g_navi .menu > li:nth-child(5) {
  background: url(images/nav5.png) top center no-repeat;
}
#g_navi .menu > li:nth-child(6) {
  background: url(images/nav6.png) top center no-repeat;
}

#g_navi .menu li a {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 45px 0 25px;
  color: #333;
  cursor: pointer;
}
@media screen and (max-width: 1450px) {
  #g_navi .menu li a {
    font-size: 1.4rem;
  }
}

.pro {
  background-color: #B8DA52;
  position: relative;
  display: flex;
  align-items: end;
  height: 100%;
  transition: 0.3s;
  border-radius: 0 0 20px 0;
}
.pro:hover {
  opacity: 0.8;
}
.pro a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pro a:hover {
  opacity: 0.8;
}
.pro p {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  padding: 45px 40px 25px 14px;
  background: url(images/pro.png) top center no-repeat, url(images/link.png) bottom 24px right 18px no-repeat;
}
@media screen and (max-width: 1450px) {
  .pro p {
    font-size: 1.5rem;
  }
}

/* ナビの副項目の幅の変更 */
#g_navi .menu li ul {
  width: 200px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-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 #ccc;
  font-size: 1.4rem;
  font-weight: normal;
  background: #F7AC31;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #F7AC31;
  opacity: 0.6;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 1;
}

#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .menu > li > a {
    padding: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  /* メニューホバー時のアンダーライン */
  .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #F7AC31;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .menu > li > a:after {
    bottom: 0;
  }
  .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=90);
  }
}
/****************************************

content 共通設定

*****************************************/
.breadcrumb_area {
  margin: 5px auto 10px;
}

.breadcrumb p {
  text-align: right;
  font-size: 1.6rem;
}

.breadcrumb a {
  color: #333;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #F7AC31;
}

/* パンくずリストホバー時アンダーライン */
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #F7AC31;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.breadcrumb a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  .breadcrumb_area {
    width: 100%;
    padding: 0 5%;
    margin: 10px auto 0;
  }
  .breadcrumb {
    width: 100%;
  }
  .breadcrumb p {
    font-size: 1rem;
  }
  .sp_none {
    display: none !important;
  }
  main#top_main {
    width: 100%;
  }
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

タイトル

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

.top_ttl {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 3.4rem;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .top_ttl {
    font-size: 2rem;
  }
}
.top_ttl::after {
  position: absolute;
  content: url(images/sec1_deco.png);
  top: -20px;
  right: -20px;
}
@media screen and (max-width: 767px) {
  .top_ttl::after {
    top: -10px;
    right: -25px;
  }
}

.ttl1 {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 3.4rem;
  margin-bottom: 25px;
  text-align: center;
  padding-top: 65px;
  background: url(images/sec2_deco.png) top center no-repeat;
  margin-bottom: 50px;
}
.ttl1 span {
  font-size: 1.6rem;
  color: #F7AC31;
  display: block;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .ttl1 span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}

.ttl2 {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.8rem;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttl2 {
    font-size: 2rem;
  }
}

.ttl3 {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 3.4rem;
  margin-bottom: 40px;
  padding-left: 65px;
  background: url(images/sec3_deco.png) left center no-repeat;
}
@media screen and (max-width: 767px) {
  .ttl3 {
    font-size: 2.5rem;
    padding-left: 50px;
    background: url(images/sec3_deco.png) left center no-repeat;
    background-size: contain;
  }
}
.ttl3 span {
  font-size: 1.6rem;
  color: #AAD22E;
  display: block;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .ttl3 span {
    font-size: 1.4rem;
  }
}

.ttl4 {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.8rem;
  text-align: center;
  color: #F7AC31;
  padding-bottom: 10px;
  background: url(images/ttl_line.png) center bottom no-repeat;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .ttl4 {
    font-size: 2rem;
  }
}

.ttl5 {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 3.4rem;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .ttl5 {
    font-size: 2.6rem;
  }
}
.ttl5 span {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #B8DA52;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .ttl5 span {
    font-size: 1.4rem;
  }
}
.ttl5::before {
  position: absolute;
  content: "";
  width: calc((100% - 200px) / 2);
  height: 5px;
  border-top: 1px solid #ECDCB7;
  border-bottom: 1px solid #ECDCB7;
  top: 15px;
  left: 0;
}
.ttl5::after {
  position: absolute;
  content: "";
  width: calc((100% - 200px) / 2);
  height: 5px;
  border-top: 1px solid #ECDCB7;
  border-bottom: 1px solid #ECDCB7;
  top: 15px;
  right: 0;
}

.headline {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 3.4rem;
  margin-bottom: 25px;
  text-align: center;
  padding-top: 60px;
  background: url(images/sec2_deco.png) top center no-repeat;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 2.5rem;
  }
}
.headline span {
  color: #F7AC31;
  font-size: 1.6rem;
  display: block;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .headline span {
    font-size: 1.4rem;
  }
}
.headline::before {
  position: absolute;
  content: url(images/sec1_l.png);
  top: 40px;
  left: 50%;
  transform: translateX(-640px);
}
.headline::after {
  position: absolute;
  content: url(images/sec1_r.png);
  top: 15px;
  right: 50%;
  transform: translateX(640px);
}

.ttl6 {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.2rem;
  padding: 15px 0 15px 65px;
  background: url(images/ttl6_deco.png) left 5px bottom 3px no-repeat, url(images/ttl6_deco2.jpg) left bottom 5px repeat-x;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .ttl6 {
    font-size: 1.7rem;
    background: url(images/ttl6_deco.png) left 5px bottom 5px no-repeat, url(images/ttl6_deco2.jpg) left bottom 5px no-repeat;
  }
}

.ttl6_1 {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.2rem;
  padding: 15px 0 15px 75px;
  background: url(images/ttl6_deco.png) left 5px top no-repeat, url(images/ttl6_deco2.jpg) left bottom 5px repeat-x;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ttl6_1 {
    font-size: 2rem;
    background: url(images/ttl6_deco.png) left 5px bottom 5px no-repeat, url(images/ttl6_deco2.jpg) left bottom 5px repeat-x;
    margin-bottom: 25px;
  }
}

.ttl6_2 {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2rem;
  padding: 8px 0 12px 60px;
  background: url(images/ttl6_deco3.png) left 5px top no-repeat, url(images/ttl6_deco2.jpg) left bottom 5px repeat-x;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .ttl6_2 {
    font-size: 1.8rem;
    background: url(images/ttl6_deco3.png) left 5px bottom 5px no-repeat, url(images/ttl6_deco2.jpg) left bottom 5px no-repeat;
    margin-bottom: 10px;
  }
}

.ttl7 {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.2rem;
  padding: 0px 0 10px 60px;
  background: url(images/ttl7_line.png) left bottom no-repeat;
  position: relative;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .ttl7 {
    font-size: 2rem;
    margin-bottom: 20px;
    padding: 0px 0 10px 45px;
  }
}
.ttl7::before {
  position: absolute;
  content: url(images/ttl7_deco.png);
  bottom: -10px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .ttl7::before {
    content: "";
    background: url(images/ttl7_deco.png) left bottom no-repeat;
    width: 40px;
    height: 50px;
    background-size: contain;
    bottom: 0;
  }
}

.ttl7_1 {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.2rem;
  padding: 10px 0 10px 50px;
  background: url(images/ttl7_line.png) left bottom no-repeat;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ttl7_1 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding: 0px 0 10px 45px;
    line-height: 1.5;
  }
}
.ttl7_1::before {
  position: absolute;
  content: url(images/ttl7_deco2.png);
  bottom: -5px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .ttl7_1::before {
    content: "";
    background: url(images/ttl7_deco2.png) left bottom no-repeat;
    width: 40px;
    height: 50px;
    background-size: contain;
    bottom: 0;
  }
}

.ttl7_1_1 {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.2rem;
  padding: 10px 0 10px 50px;
  background: url(images/ttl7_line.png) left bottom no-repeat;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ttl7_1_1 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding: 0px 0 10px 45px;
  }
}
.ttl7_1_1::before {
  position: absolute;
  content: url(images/ttl7_deco2.png);
  bottom: -5px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .ttl7_1_1::before {
    content: "";
    background: url(images/ttl7_deco2.png) left bottom no-repeat;
    width: 40px;
    height: 50px;
    background-size: contain;
    bottom: 0;
  }
}

.ttl7_2 {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.8rem;
  padding: 0px 0 10px 35px;
  background: url(images/ttl7_line.png) left bottom no-repeat;
  position: relative;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .ttl7_2 {
    font-size: 1.4rem;
    margin-bottom: 5px;
    padding: 5px 0 5px 30px;
  }
}
.ttl7_2::before {
  position: absolute;
  content: url(images/ttl7_deco3.png);
  bottom: -5px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .ttl7_2::before {
    content: "";
    background: url(images/ttl7_deco3.png) left bottom no-repeat;
    width: 25px;
    height: 30px;
    background-size: contain;
    bottom: 0;
  }
}

.ttl8 {
  background-color: #F9F4E6;
  border-radius: 5px;
  font-size: 1.6rem;
  width: 100%;
  font-weight: 600;
  letter-spacing: 0;
  padding: 10px 30px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl8 {
    font-size: 1.6rem;
  }
}
.ttl8::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #F7AC31;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
@media screen and (max-width: 767px) {
  .ttl8::before {
    top: 19px;
    transform: translateY(0%);
  }
}

/* ボタン */
.btn1 {
  width: 260px;
}
@media screen and (max-width: 767px) {
  .btn1 {
    width: 200px;
  }
}
.btn1 a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  background: url(images/btn_o.png) right 15px center no-repeat, #F7AC31;
  border-radius: 30px;
  text-align: center;
  width: 100%;
  padding: 17px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
  box-shadow: 0 5px rgba(247, 171, 49, 0.2039215686);
}
@media screen and (max-width: 767px) {
  .btn1 a {
    font-size: 1.4rem;
    padding: 12px;
  }
}
.btn1 a:hover {
  opacity: 0.8;
  background: url(images/btn_o.png) right 8px center no-repeat, #F7AC31;
}

.btn2 {
  width: 400px;
  background-color: #EDF6D4;
  border-radius: 20px;
  box-shadow: 0 5px 0 #D4E997;
}
@media screen and (max-width: 767px) {
  .btn2 {
    width: 100%;
  }
}
.btn2 a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  padding: 20px 15px 15px;
  background: url(images/btn_g.png) bottom 15px right 20px no-repeat;
  transition: 0.3s;
}
.btn2 a:hover {
  opacity: 0.8;
  background: url(images/btn_g.png) bottom 15px right 10px no-repeat;
}
.btn2 a p {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  padding-top: 115px;
  background: url(images/sec3_btn1.png) top center no-repeat;
}

.btn2_1 {
  width: 290px;
  background-color: #EDF6D4;
  border-radius: 20px;
  box-shadow: 0 5px 0 #D4E997;
}
@media screen and (max-width: 767px) {
  .btn2_1 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.btn2_1 a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  padding: 20px 15px 15px;
  background: url(images/btn_g.png) bottom 15px right 20px no-repeat;
  transition: 0.3s;
}
.btn2_1 a:hover {
  opacity: 0.8;
  background: url(images/btn_g.png) bottom 15px right 10px no-repeat;
}
.btn2_1 a p {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  padding-top: 115px;
}
.btn2_1:first-child p {
  background: url(images/sec3_btn2.png) top center no-repeat;
}
.btn2_1:last-child p {
  background: url(images/sec3_btn3.png) top center no-repeat;
  letter-spacing: -0.01em;
}

.btn4 {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .btn4 {
    width: 280px;
    margin: 0 auto;
  }
}
.btn4 a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  background: url(images/btn_o.png) right 15px center no-repeat, #F7AC31;
  border-radius: 30px;
  text-align: center;
  width: 100%;
  padding: 17px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
  box-shadow: 0 5px rgba(247, 171, 49, 0.2039215686);
}
@media screen and (max-width: 767px) {
  .btn4 a {
    font-size: 1.4rem;
    padding: 12px;
  }
}
.btn4 a:hover {
  opacity: 0.8;
  background: url(images/btn_o.png) right 8px center no-repeat, #F7AC31;
}

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

news トップ用

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

.news_post {
  width: 100%;
  height: 100%;
  max-height: 270px;
  overflow-y: scroll;
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .news_post {
    max-height: 250px;
    padding-right: 0px;
  }
}

.news_post article a {
  width: 100%;
  padding: 17px 40px 17px 0;
  border-bottom: 1px dotted #ccc;
  position: relative;
}

.news_post article a::before {
  position: absolute;
  content: url(images/news_arrow.png);
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  margin: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.news_post article a:hover::before {
  right: 10px;
}

.news_post article a h3 {
  color: #333;
  font-size: 1.6em;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  transition: 0.5s;
}

.news_post article a:hover h3 {
  color: #F7AC31;
}

.news_post article .date {
  font-size: 1.5em;
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #AAD22E;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  display: block;
}

.object-fit-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 767px) {
  .news_post {
    width: 100%;
  }
  .news_post article a {
    padding: 15px 60px 15px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news_post article a h3 {
    font-size: 1.4em;
  }
  .news_post article .date {
    font-size: 1.4em;
  }
}
.overview_tbl {
  width: 100%;
}

.overview_border {
  border-radius: 10px;
  border: 1px dashed #ffa913;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .overview_tbl tr {
    display: flex;
    flex-direction: column;
  }
}

.overview_tbl th {
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 1;
  font-weight: 500;
  text-align: left;
  padding: 20px 40px;
  background-color: #faf3e6;
  width: 400px;
  border-bottom: 1px dashed #ffa913;
  border-right: 1px dashed #ffa913;
}
@media screen and (max-width: 767px) {
  .overview_tbl th {
    font-size: 1.6rem;
    padding: 20px;
    width: 100%;
  }
}

.overview_tbl td {
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: left;
  padding: 20px 40px;
  width: 800px;
  border-bottom: 1px dashed #ffa913;
}
@media screen and (max-width: 767px) {
  .overview_tbl td {
    font-size: 1.6rem;
    padding: 20px;
    width: 100%;
    line-height: 1.8;
  }
}

.overview_tbl tr:last-of-type th, .overview_tbl tr:last-of-type td {
  border-bottom: none;
}

.overview_box01 {
  margin-bottom: 40px;
}

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

contentトップ用

*****************************************/
.timetable_container {
  position: relative;
}
.timetable_container::before {
  position: absolute;
  content: url(images/time_part.png);
  right: 580px;
  top: -30px;
  z-index: 995;
}
@media screen and (max-width: 767px) {
  .timetable_container::before {
    display: none;
  }
}

.timetable {
  background: #fff;
  padding: 40px;
  border-radius: 30px 0 0 30px;
  width: 580px;
  position: absolute;
  right: 0;
  top: -260px;
  z-index: 995;
}
@media screen and (max-width: 767px) {
  .timetable {
    position: sticky;
    padding: 40px 3%;
    border-radius: 0;
    width: 100%;
  }
}

.time_tbl {
  width: 100%;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .time_tbl {
    width: 100%;
    margin-bottom: 10px;
  }
}
.time_tbl th {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  color: #AAD22E;
  text-align: center;
  font-weight: 600;
  line-height: 1.8;
  background-color: #EDF6D4;
  padding: 9px 3px;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .time_tbl th {
    font-size: 1.3rem;
    width: 10.5%;
  }
}
.time_tbl th:first-child {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .time_tbl th:first-child {
    width: 26.5%;
  }
}
.time_tbl td {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  color: #AAD22E;
  text-align: center;
  font-weight: 600;
  line-height: 1.8;
  padding: 8px 3px;
  vertical-align: middle;
  width: 50px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .time_tbl td {
    font-size: 1.3rem;
  }
}
.time_tbl td:first-child {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .time_tbl td:first-child {
    width: 26.5%;
  }
}

.fz14 {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .fz14 {
    font-size: 1.3rem;
  }
}

.time_tel_container a {
  color: inherit;
  padding-left: 62px;
  background: url(images/tel.png) left center no-repeat;
  transition: 0.3s;
}
.time_tel_container a:hover {
  opacity: 0.8;
}

.time_ad {
  padding-top: 7px;
}
@media screen and (max-width: 767px) {
  .time_ad {
    padding-top: 0;
    margin-bottom: 10px;
  }
}

.time_tel {
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 2px 0;
}
.time_tel a p {
  line-height: 1;
}

.top_box01 {
  padding: 90px 3% 100px;
  background: url(images/sec1_l2.png) bottom left no-repeat, url(images/sec1_r2.png) bottom right no-repeat;
  position: relative;
}
.top_box01::before {
  position: absolute;
  content: url(images/sec1_l.png);
  top: 110px;
  left: 50%;
  transform: translateX(-640px);
}
@media screen and (max-width: 767px) {
  .top_box01::before {
    content: "";
    background: url(images/sec1_l.png) top right no-repeat;
    width: 205px;
    height: 101px;
    background-size: 50%;
    top: 20px;
    left: 50%;
    transform: translateX(-300px);
  }
}
.top_box01::after {
  position: absolute;
  content: url(images/sec1_r.png);
  top: 80px;
  right: 50%;
  transform: translateX(640px);
}
@media screen and (max-width: 767px) {
  .top_box01::after {
    content: "";
    background: url(images/sec1_r.png) top left no-repeat;
    width: 205px;
    height: 101px;
    background-size: 50%;
    left: 50%;
    top: 100px;
    transform: translateX(100px);
  }
}
@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 70px 3%;
    background-size: 30%;
  }
}
.top_box01 p {
  line-height: 1.8;
}

.btn_container {
  display: flex;
  justify-content: center;
  margin-top: 55px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .btn_container {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
}

.top_box02 {
  background: url(images/deco_line.png) top 10px center no-repeat, url(images/deco_line.png) bottom 10px center no-repeat, #F9F4E6;
  padding: 65px 3% 100px;
}
@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 65px 3% 70px;
  }
}

.top_box02_container {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .top_box02_container {
    flex-direction: column;
    align-items: center;
  }
}

.top_box02_content {
  background-color: #fff;
  border-radius: 20px;
  max-width: 480px;
  width: 30%;
  box-shadow: 0 5px #F3ECD8;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .top_box02_content {
    width: 100%;
  }
}
.top_box02_content:first-child {
  position: relative;
}
.top_box02_content:first-child::after {
  position: absolute;
  content: url(images/sec2_l.png);
  left: -20px;
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  .top_box02_content:first-child::after {
    left: -10px;
  }
}
.top_box02_content:last-child {
  position: relative;
}
.top_box02_content:last-child::after {
  position: absolute;
  content: url(images/sec2_r.png);
  right: -10px;
  bottom: -10px;
}
.top_box02_content figure {
  width: 100%;
}
.top_box02_content figure img {
  width: 100%;
  height: auto;
}

.top_box02_txt {
  padding: 20px 40px 40px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.top_box02_txt p {
  margin-bottom: 30px;
  flex-grow: 1;
}
.top_box02_txt .btn1 {
  margin: 0 auto;
}

.top_box03 {
  padding: 85px 3% 75px;
  width: 1920px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/sec3_l.png) left bottom 45px no-repeat;
}
@media screen and (max-width: 767px) {
  .top_box03 {
    width: 100%;
    padding: 70px 3%;
    background: none;
  }
}

.txt1 {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .txt1 {
    width: 100%;
    margin-bottom: 40px;
  }
}
.txt1 p {
  line-height: 1.8;
}

.btn_container2 {
  width: 600px;
  padding-top: 15px;
  background: url(images/sec3_deco2.png) top 10px right no-repeat;
}
@media screen and (max-width: 767px) {
  .btn_container2 {
    width: 100%;
    background: url(images/sec3_deco2.png) bottom center no-repeat;
    padding-bottom: 200px;
  }
}

.top_box04 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top_box04 {
    padding: 0 3%;
    margin-bottom: 70px;
  }
}

.file {
  background: url(images/file.png) right top no-repeat;
  background-size: cover;
  position: relative;
  padding: 45px 20px 20px 20px;
}
@media screen and (max-width: 767px) {
  .file {
    padding: 40px 20px 20px 20px;
  }
}
.file .file_content {
  background: url(images/sec4_tooth.png) left 0px bottom no-repeat, #fff;
  border-radius: 20px;
  padding: 30px 15px 40px;
  position: relative;
}
.file .file_content::before {
  position: absolute;
  content: url(images/file_l.png);
  bottom: -30px;
  left: -30px;
}
.file .file_content::after {
  position: absolute;
  content: url(images/file_r.png);
  bottom: -30px;
  right: -30px;
}
.file .flex {
  width: 830px;
  margin: 0 auto;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .file .flex {
    width: 100%;
  }
}

.txt2 {
  width: 420px;
}
@media screen and (max-width: 767px) {
  .txt2 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.icon2 {
  width: 380px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .icon2 {
    width: 100%;
    justify-content: center;
    gap: 10px;
  }
}

.top_box05 {
  margin-bottom: 110px;
  width: 1920px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/sec3_r.png) right top no-repeat;
}
@media screen and (max-width: 767px) {
  .top_box05 {
    width: 100%;
    background: none;
    margin-bottom: 70px;
  }
}

.txt3 {
  width: 600px;
}
.txt3 p {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .txt3 {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .fig3 {
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
  }
}

.content_container {
  position: relative;
}
.content_container::before {
  position: absolute;
  content: url(images/sec1_l2.png);
  top: 400px;
  left: 50%;
  transform: translateX(-960px);
  z-index: -1;
}
.content_container::after {
  position: absolute;
  content: url(images/page_deco.png);
  top: 370px;
  right: 50%;
  transform: translateX(960px);
  z-index: -1;
}

.greeting_box01 {
  padding-bottom: 50px;
}

.sec_last {
  margin-bottom: 170px;
}
@media screen and (max-width: 767px) {
  .sec_last {
    margin-bottom: 70px;
  }
}

.sec_mb {
  margin-bottom: 40px;
}

.gallery_container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
}
@media screen and (max-width: 767px) {
  .gallery_container {
    gap: 20px 2%;
  }
}

.gallery_content {
  width: 340px;
}
@media screen and (max-width: 767px) {
  .gallery_content {
    width: 49%;
  }
}
.gallery_content figure {
  width: 100%;
  margin-bottom: 10px;
}

.list li {
  line-height: 1.8;
}

.sec_mb2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec_mb2 {
    margin-bottom: 40px;
  }
}

.btn_container3 {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .btn_container3 {
    gap: 20px;
    flex-direction: column;
  }
}

.symptoms_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
@media screen and (max-width: 767px) {
  .symptoms_container {
    gap: 15px 2%;
  }
}

.symptoms_content {
  background-color: #F9F4E6;
  border-radius: 10px;
  width: 340px;
  font-size: 1.6rem;
  padding: 13px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .symptoms_content {
    width: 49%;
    font-size: 1.4rem;
  }
}
.symptoms_content::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #F7AC31;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
@media screen and (max-width: 767px) {
  .symptoms_content::before {
    top: 19px;
    transform: translateY(0%);
  }
}

.col2 {
  width: 520px;
}
@media screen and (max-width: 767px) {
  .col2 {
    width: 100%;
  }
}

.col2_containter {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .col2_containter {
    flex-direction: column;
    gap: 40px;
  }
}

.flow_box {
  border: solid 8px #D9E584;
  padding: 25px 30px 30px;
}
@media screen and (max-width: 767px) {
  .flow_box {
    padding: 15px 20px 20px;
  }
}

.arrow {
  position: relative;
}
.arrow::after {
  position: absolute;
  content: url(images/arrow.png);
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
}

.col3 {
  width: 340px;
}
@media screen and (max-width: 767px) {
  .col3 {
    width: 100%;
  }
}

.col3_containter {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .col3_containter {
    flex-direction: column;
    gap: 30px;
  }
}
.col3_containter P {
  letter-spacing: 0;
}

.tbl1 {
  width: 500px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .tbl1 {
    width: 100%;
  }
}
.tbl1 th {
  font-size: 1.6rem;
  text-align: left;
  background-color: #F9F4E6;
  border: 1px solid #F8DEAF;
  width: 250px;
  padding: 11px 20px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .tbl1 th {
    padding: 10px;
    width: 10em;
    font-size: 1.4rem;
  }
}
.tbl1 td {
  font-size: 1.6rem;
  text-align: left;
  border: 1px solid #F8DEAF;
  padding: 11px 20px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .tbl1 td {
    padding: 10px;
    font-size: 1.4rem;
  }
}

.tr_l {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .tr_l {
    text-align: left;
  }
}

.tbl2 {
  width: 100%;
}
.tbl2 th {
  font-size: 1.6rem;
  background-color: #F9F4E6;
  border: 1px solid #F8DEAF;
  padding: 11px 20px;
  font-weight: 400;
  width: 20%;
}
.tbl2 th:first-child {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .tbl2 th {
    padding: 10px 20px;
    font-size: 1.4rem;
  }
}
.tbl2 td {
  font-size: 1.6rem;
  text-align: left;
  border: 1px solid #F8DEAF;
  padding: 11px 20px;
  width: 20%;
  text-align: center;
}
.tbl2 td:first-child {
  width: 40%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .tbl2 td {
    padding: 10px 20px;
    font-size: 1.4rem;
  }
}

.scroll {
  display: none;
}
@media screen and (max-width: 767px) {
  .scroll {
    display: revert;
    font-size: 1.3rem;
    color: #ff0000;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .sp_menu {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 10px;
  }
}

.hp_link a {
  color: #FF7F00;
  font-size: 1.6rem;
  text-decoration: none;
  transition: 0.3s;
}
.hp_link a:hover {
  text-decoration: revert;
}

.link_box {
  border: solid 8px #D9E584;
  padding: 15px 30px 20px;
}
@media screen and (max-width: 767px) {
  .link_box {
    padding: 15px 10px 20px;
  }
}

.faq_content {
  border: solid 8px #D9E584;
  padding: 15px 30px 15px;
}
@media screen and (max-width: 767px) {
  .faq_content {
    padding: 15px 10px;
  }
}

.q {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2rem;
  padding: 5px 0 25px 55px;
  background: url(images/q.png) left top 0px no-repeat, url(images/ttl6_deco2.jpg) left bottom repeat-x;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .q {
    font-size: 1.6rem;
  }
}

.a {
  padding: 5px 0 10px 55px;
  background: url(images/a.png) left top no-repeat;
}
@media screen and (max-width: 767px) {
  .a {
    padding: 5px 0 15px 55px;
  }
}

.tbl3 {
  width: 100%;
}
.tbl3 th {
  font-size: 1.6rem;
  background-color: #F9F4E6;
  border: 1px solid #F8DEAF;
  padding: 11px 20px;
  font-weight: 400;
  width: 340px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .tbl3 th {
    padding: 10px;
    font-size: 1.4rem;
    width: 8em;
  }
}
.tbl3 td {
  font-size: 1.6rem;
  text-align: left;
  border: 1px solid #F8DEAF;
  padding: 11px 20px;
}
@media screen and (max-width: 767px) {
  .tbl3 td {
    padding: 10px;
    font-size: 1.4rem;
  }
}

.pp {
  background-color: #F9F4E6;
  padding: 30px;
}
.pp h2 {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.pp p {
  font-size: 1.4rem;
}

/* End Hack *//*# sourceMappingURL=style.css.map */