@charset "UTF-8";
/************************************************************
   html5doctor.com Reset Stylesheet
   v1.6.1
   Last Updated: 2010-09-17
   Author: Richard Clark - http://richclarkdesign.com 
   Twitter: @rich_clark
************************************************************/
html, 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;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input,
textarea,
select {
  font-size: 16px;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

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

          Animation

************************************************************/
/* ===========================================================
    ふわっとスクロールエフェクト
============================================================== */
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 0.5s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

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

          Layout

************************************************************/
/* ===========================================================
    HTML definitions&Utility
============================================================== */
html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 95%;
  line-height: 1.75;
  color: #453733;
  margin: 0;
  position: relative;
  background: #FFF4F5;
}

a:link {
  color: #D8AD55;
  text-decoration: underline;
  transition: all 0.3s linear;
}

a:visited {
  color: #D8AD55;
}

a:hover, a:focus {
  color: #AD762D;
  text-decoration: none;
}

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

hr {
  margin: 0;
  padding: 0;
  background-color: #a18e83;
  color: #a18e83;
  border: none;
}

hr.line_pink {
  color: #FFF4F5;
  background: #FFF4F5;
}

hr.line_blue {
  color: #AD762D;
  background: #AD762D;
}

.smp_only {
  display: inline-block;
}
@media (min-width: 768px) {
  .smp_only {
    display: none;
  }
}
@media print {
  .smp_only {
    display: none;
  }
}

@media (max-width: 767px) {
  .smp_sp2_only {
    display: none;
  }
}
@media (max-width: 375px) {
  .smp_sp2_only {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .smp_sp2_only {
    display: none;
  }
}
@media print {
  .smp_sp2_only {
    display: none;
  }
}

.smptb_only {
  display: inline-block;
}
@media (min-width: 768px) {
  .smptb_only {
    display: inline-block;
  }
}
@media (min-width: 1025px) {
  .smptb_only {
    display: none;
  }
}
@media print {
  .smptb_only {
    display: none;
  }
}

.tb_only {
  display: none;
}
@media (min-width: 768px) {
  .tb_only {
    display: inline-block;
  }
}
@media (min-width: 1025px) {
  .tb_only {
    display: none;
  }
}
@media print {
  .tb_only {
    display: none;
  }
}

.tbpc_only {
  display: none;
}
@media (min-width: 768px) {
  .tbpc_only {
    display: inline-block;
  }
}
@media print {
  .tbpc_only {
    display: inline-block;
  }
}

.pc_only {
  display: none;
}
@media (min-width: 768px) {
  .pc_only {
    display: none;
  }
}
@media (min-width: 1025px) {
  .pc_only {
    display: inline-block;
  }
}
@media print {
  .pc_only {
    display: inline-block;
  }
}

.wrapper {
  padding: 10px;
  clear: both;
}
@media (min-width: 768px) {
  .wrapper {
    padding: 0 50px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .wrapper {
    padding: 0;
    width: 1020px;
  }
}
@media print {
  .wrapper {
    padding: 0;
    margin: 0 auto;
    width: 1020px;
  }
}

.wrapper_wide {
  padding: 10px;
  clear: both;
}
@media (min-width: 768px) {
  .wrapper_wide {
    padding: 0 50px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .wrapper_wide {
    padding: 0;
    width: 1020px;
  }
}
@media (min-width: 1240px) {
  .wrapper_wide {
    width: 1220px;
  }
}
@media print {
  .wrapper_wide {
    padding: 0;
    margin: 0 auto;
    width: 1220px;
  }
}

.wrapper_narrow {
  padding: 10px;
  clear: both;
}
@media (min-width: 768px) {
  .wrapper_narrow {
    padding: 0 50px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .wrapper_narrow {
    padding: 0;
    width: 850px;
  }
}
@media print {
  .wrapper_narrow {
    padding: 0;
    margin: 0 auto;
    width: 850px;
  }
}

.onlyprint {
  display: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media print {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.goldb {
  color: #AD762D;
  font-weight: bold;
}

/* ===========================================================
    FLEX BOX
============================================================== */
.flex_box_all {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.flex_box_all .box_item {
  position: relative;
  box-sizing: border-box;
}

/* ===========================================================
    HEADER
============================================================== */
#pageheader {
  height: 65px;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: inherit;
  z-index: 10;
  background: #FFF4F5;
}
@media (min-width: 768px) {
  #pageheader {
    height: 130px;
  }
}
@media (min-width: 1025px) {
  #pageheader {
    height: 90px;
  }
}
@media (min-width: 1240px) {
  #pageheader {
    height: 100px;
  }
}
@media print {
  #pageheader {
    height: 90px;
  }
}

.header_wrapper {
  padding: 0 10px;
  height: 65px;
}
@media (min-width: 768px) {
  .header_wrapper {
    height: 130px;
  }
}
@media (min-width: 1025px) {
  .header_wrapper {
    width: 1020px;
    margin: 0 auto;
    height: 90px;
  }
}
@media (min-width: 1240px) {
  .header_wrapper {
    width: 1220px;
    height: 100px;
  }
}
@media print {
  .header_wrapper {
    width: 1020px;
    margin: 0 auto;
    height: 90px;
  }
}

@media (max-width: 767px) {
  #pageheader h1 {
    width: 260px;
    margin: 15px 0 0 0;
  }
}
@media (max-width: 320px) {
  #pageheader h1 {
    width: 75%;
  }
}
@media (min-width: 768px) {
  #pageheader h1 {
    width: 350px;
    margin: 11px 0 0 10px;
  }
}
@media (min-width: 1025px) {
  #pageheader h1 {
    width: 360px;
    margin: 11px 0 0 10px;
  }
}
@media (min-width: 1240px) {
  #pageheader h1 {
    width: 404px;
    margin: 11px 0 0 10px;
  }
}
@media print {
  #pageheader h1 {
    width: 360px;
    margin: 11px 0 0 10px;
  }
}

#pageheader h1 a {
  display: block;
}

@media (min-width: 768px) {
  #pageheader .header_flex {
    justify-content: center;
  }
}
@media (min-width: 1025px) {
  #pageheader .header_flex {
    justify-content: flex-end;
  }
}
@media print {
  #pageheader .header_flex {
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  #pageheader .header_flex .header_h1_box_item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #pageheader .header_flex .header_h1_box_item {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  #pageheader .header_flex .header_h1_box_item {
    width: 40%;
  }
}
@media print {
  #pageheader .header_flex .header_h1_box_item {
    width: 40%;
  }
}

@media (min-width: 768px) {
  #pageheader .header_flex .header_right_box_item {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  #pageheader .header_flex .header_right_box_item {
    width: 60%;
  }
}
@media print {
  #pageheader .header_flex .header_right_box_item {
    width: 60%;
  }
}

@media (max-width: 767px) {
  #pageheader .header_right {
    display: none;
  }
}
@media (min-width: 768px) {
  #pageheader .header_right {
    justify-content: center;
  }
}
@media (min-width: 1025px) {
  #pageheader .header_right {
    justify-content: flex-end;
  }
}
@media print {
  #pageheader .header_right {
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  #pageheader .header_right .pnav {
    display: none;
  }
}
@media (min-width: 768px) {
  #pageheader .header_right .pnav {
    margin: 5px 0 0 0;
  }
}
@media (min-width: 1025px) {
  #pageheader .header_right .pnav {
    margin: 30px 0 0 0;
  }
}
@media (min-width: 1240px) {
  #pageheader .header_right .pnav {
    margin: 33px 0 0 0;
  }
}
@media print {
  #pageheader .header_right .pnav {
    margin: 30px 0 0 0;
  }
}

#pageheader .header_right .pnav ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

#pageheader .header_right .pnav ul li {
  position: relative;
  box-sizing: border-box;
  text-align: center;
  padding: 0 1px;
  margin: 0 18px;
  font-size: 14px;
  font-weight: 700;
  color: #453733;
}

#pageheader .header_right .pnav ul li a:link {
  text-decoration: none;
  color: #453733;
}

#pageheader .header_right .pnav ul li a:visited {
  color: #453733;
}

#pageheader .header_right .pnav ul li a:hover {
  color: #AD762D;
}

#pageheader .header_right .pnav ul li a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #D8AD55;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

#pageheader .header_right .pnav ul li a:hover::after {
  transform: scale(1, 1);
}

/*------------------------------------------------------------
  スマホメニューオーバーレイ（ハンバーガーアイコンここから）
---------------------------------------------------------------*/
#overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #453733;
  z-index: 9;
  transition: all 0.4s ease;
}

#overlay:not(.sliding-menu) {
  visibility: hidden;
  opacity: 0;
}

#smp_nav {
  background: #FFF;
}

#smp_nav #fixed-nav {
  position: fixed;
  display: block;
  left: auto;
  top: 65px;
  width: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  box-sizing: border-box;
  height: 0;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  transition: height 0.4s;
  z-index: 9498;
  will-change: transform;
  background: #FFF4F5;
}

#smp_nav #fixed-nav.sliding-menu {
  height: calc(100% - 0px);
}

.menubtn {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 49px;
  height: 47px;
  cursor: pointer;
  z-index: 9499;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .menubtn {
    display: none;
  }
}
@media print {
  .menubtn {
    display: none;
  }
}

.menubtn:after {
  content: "MENU";
  position: absolute;
  left: 7px;
  bottom: -1px;
  color: #453733;
  font-weight: bold;
  font-size: 12px;
}

.menubtn-inner {
  padding: 14px 0 0 8px;
}

.button {
  position: relative;
  width: 37px;
  height: 5px;
  background: #D8AD55;
}

.button:before,
.button:after {
  content: "";
  position: absolute;
  left: 0;
  width: 37px;
  height: 5px;
  background: #D8AD55;
}

.button:before {
  top: -8px;
}

.button:after {
  top: 8px;
}

.menubtn.sliding-menu {
  background: none;
}

.menubtn.sliding-menu:after {
  content: "CLOSE";
  left: 7px;
}

.menubtn.sliding-menu .button {
  background: none;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.menubtn.sliding-menu .button:before,
.menubtn.sliding-menu .button:after {
  top: 0;
}

.menubtn.sliding-menu .button:before {
  transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
}

.menubtn.sliding-menu .button:after {
  transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
}

.smp_nav_box ul li {
  list-style: none;
  text-align: center;
  border-bottom: 1px solid rgba(216, 173, 85, 0.2);
  font-weight: 700;
  font-size: 15px;
}

.smp_nav_box ul li.line {
  border-top: 1px solid rgba(216, 173, 85, 0.2);
}

.smp_nav_box ul li span {
  display: block;
  font-size: 11px;
  color: #D8AD55;
}

.smp_nav_box ul li a:link {
  text-decoration: none;
  color: #453733;
  padding: 8px 0;
  display: block;
}

.smp_nav_box ul li a:visited {
  color: #453733;
}

.smp_nav_box ul li a:hover {
  color: #D8AD55;
}

.smp_nav_box ul li a:hover span {
  color: rgba(216, 173, 85, 0.7);
}

.onlyprint {
  display: none;
}

/* ===========================================================
    SLIDE
============================================================== */
.bx-wrapper {
  box-shadow: none !important;
  border: none !important;
  margin-bottom: 20px !important;
  z-index: 8;
  background: none !important;
}

/* ===========================================================
    CONTAINER
============================================================== */
#container {
  margin: 75px 0 0 0;
  z-index: 1;
}
@media (min-width: 768px) {
  #container {
    margin: 130px 0 0 0;
  }
}
@media (min-width: 1025px) {
  #container {
    margin: 90px 0 0 0;
  }
}
@media (min-width: 1240px) {
  #container {
    margin: 100px 0 0 0;
  }
}
@media print {
  #container {
    margin: 90px 0 0 0;
  }
}

.container_bg {
  background: url(images/container_bg.png) 0 0 repeat;
}
@media (max-width: 767px) {
  .container_bg {
    background-size: 100%;
  }
}

.title_box {
  text-align: center;
}

.title_box .line {
  text-align: center;
}

.title_box h1 {
  font-size: 22px;
  color: #A2733A;
  font-weight: 700;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .title_box h1 {
    font-size: 28px;
  }
}
@media print {
  .title_box h1 {
    font-size: 28px;
  }
}

.title_box h1 span {
  font-size: 18px;
  display: block;
}
@media (min-width: 768px) {
  .title_box h1 span {
    font-size: 24px;
  }
}
@media print {
  .title_box h1 span {
    font-size: 24px;
  }
}

#top_information {
  padding: 20px 0;
}
@media (min-width: 768px) {
  #top_information {
    padding: 50px 0 70px 0;
  }
}
@media print {
  #top_information {
    padding: 50px 0 70px 0;
  }
}

#top_information .line {
  text-align: center;
}

@media (max-width: 767px) {
  #top_information .info_flex {
    margin: 30px 20px;
  }
}
@media (max-width: 375px) {
  #top_information .info_flex {
    margin: 30px 0;
  }
}
@media (min-width: 768px) {
  #top_information .info_flex {
    margin: 30px 0;
  }
}
@media (min-width: 1025px) {
  #top_information .info_flex {
    margin: 30px 100px;
  }
}
@media print {
  #top_information .info_flex {
    margin: 30px 100px;
  }
}

#top_information .info_flex .info_box_item01 {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  #top_information .info_flex .info_box_item01 {
    width: 50%;
  }
}
@media print {
  #top_information .info_flex .info_box_item01 {
    width: 50%;
  }
}

#top_information .info_flex .info_box_item02 {
  width: 100%;
}
@media (min-width: 768px) {
  #top_information .info_flex .info_box_item02 {
    width: 50%;
  }
}
@media print {
  #top_information .info_flex .info_box_item02 {
    width: 50%;
  }
}

#top_information .info_flex .info_box_item01 h1 {
  font-size: 20px;
  color: #A2733A;
  font-weight: 700;
  border-bottom: 1px solid #D8AD55;
  display: inline-block;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  #top_information .info_flex .info_box_item01 h1 {
    font-size: 26px;
  }
}
@media print {
  #top_information .info_flex .info_box_item01 h1 {
    font-size: 26px;
  }
}

#top_information .info_flex .info_box_item02 dl {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dotted #D8AD55;
  padding: 10px 0;
}

#top_information .info_flex .info_box_item02 dl dt {
  position: relative;
  box-sizing: border-box;
  font-size: 13px;
  padding: 0 0 5px 0;
}
@media (max-width: 767px) {
  #top_information .info_flex .info_box_item02 dl dt {
    width: 10%;
  }
}
@media (max-width: 767px) {
  #top_information .info_flex .info_box_item02 dl dt {
    width: 25%;
  }
}
@media (max-width: 320px) {
  #top_information .info_flex .info_box_item02 dl dt {
    width: 30%;
  }
}
@media (min-width: 768px) {
  #top_information .info_flex .info_box_item02 dl dt {
    width: 20%;
  }
}
@media (min-width: 1025px) {
  #top_information .info_flex .info_box_item02 dl dt {
    width: 20%;
  }
}
@media print {
  #top_information .info_flex .info_box_item02 dl dt {
    width: 20%;
  }
}

#top_information .info_flex .info_box_item02 dl dd {
  position: relative;
  box-sizing: border-box;
  font-size: 14px;
}
@media (max-width: 767px) {
  #top_information .info_flex .info_box_item02 dl dd {
    width: 90%;
  }
}
@media (max-width: 767px) {
  #top_information .info_flex .info_box_item02 dl dd {
    width: 75%;
  }
}
@media (max-width: 320px) {
  #top_information .info_flex .info_box_item02 dl dd {
    width: 70%;
  }
}
@media (min-width: 768px) {
  #top_information .info_flex .info_box_item02 dl dd {
    width: 80%;
  }
}
@media (min-width: 1025px) {
  #top_information .info_flex .info_box_item02 dl dd {
    width: 80%;
  }
}
@media print {
  #top_information .info_flex .info_box_item02 dl dd {
    width: 80%;
  }
}

#top_photo {
  padding: 0 0 50px 0;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  #top_photo {
    padding: 0 0 100px 0;
  }
}
@media print {
  #top_photo {
    padding: 0 0 100px 0;
  }
}

#top_about {
  padding: 0 0 50px 0;
}
@media (min-width: 768px) {
  #top_about {
    padding: 0 0 100px 0;
  }
}
@media print {
  #top_about {
    padding: 0 0 100px 0;
  }
}

#top_about h2 {
  font-size: 18px;
  color: #D8AD55;
  margin: 0 0 30px 0;
  text-align: center;
}
@media (max-width: 375px) {
  #top_about h2 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  #top_about h2 {
    font-size: 24px;
  }
}
@media print {
  #top_about h2 {
    font-size: 24px;
  }
}

#top_about .about_photo_flex {
  justify-content: center;
  text-align: center;
  margin: 0 0 50px 0;
}
#top_about .about_photo_flex li {
  list-style: none;
  padding: 5px;
  width: 100%;
}
@media (min-width: 768px) {
  #top_about .about_photo_flex li {
    width: 33.3333%;
  }
}

.about_h3 {
  font-size: 20px;
  color: #AD762D;
  font-weight: 700;
  border-bottom: 1px solid #D8AD55;
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  .about_h3 {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .about_h3 {
    margin: 0 0 30px 0;
  }
}
@media print {
  .about_h3 {
    margin: 0 0 30px 0;
  }
}

.about2023_01 {
  margin: 0 0 30px 0;
}

@media (min-width: 768px) {
  .top_about02_flex {
    margin: 0 0 30px 0;
  }
}
@media print {
  .top_about02_flex {
    margin: 0 0 30px 0;
  }
}
.top_about02_flex .txt {
  width: 100%;
}
@media (max-width: 767px) {
  .top_about02_flex .txt {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .top_about02_flex .txt {
    width: 50%;
  }
}
@media print {
  .top_about02_flex .txt {
    width: 50%;
  }
}

.about2023_ul {
  text-align: center;
  align-items: center;
}
.about2023_ul li {
  list-style: none;
  width: 100%;
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  .about2023_ul li {
    width: 50%;
    margin: 0 0 30px 0;
  }
}

#top_about .about_flex .photo {
  width: 100%;
  text-align: center;
  margin: 0 0 10px 0;
}
@media (min-width: 1025px) {
  #top_about .about_flex .photo {
    width: 40%;
    padding: 0 50px 0 0;
    margin: 0 0 10px 0;
  }
}
@media print {
  #top_about .about_flex .photo {
    width: 40%;
    padding: 0 50px 0 0;
  }
}

#top_about .about_flex .txt {
  width: 100%;
}
@media (max-width: 767px) {
  #top_about .about_flex .txt {
    padding: 0 10px;
  }
}
@media (min-width: 1025px) {
  #top_about .about_flex .txt {
    width: 60%;
  }
}
@media print {
  #top_about .about_flex .txt {
    width: 60%;
  }
}

#top_about .about_flex .photo ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

#top_about .about_flex .photo li {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  list-style: none;
}
@media (min-width: 768px) {
  #top_about .about_flex .photo li {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  #top_about .about_flex .photo li {
    width: 100%;
  }
}
@media print {
  #top_about .about_flex .photo li {
    width: 100%;
  }
}

@media (min-width: 768px) {
  #top_about .about_flex .photo li:nth-child(1) {
    padding: 0 10px 0 0;
  }
}
@media (min-width: 1025px) {
  #top_about .about_flex .photo li:nth-child(1) {
    padding: 0;
  }
}
@media print {
  #top_about .about_flex .photo li:nth-child(1) {
    padding: 0;
  }
}

@media (min-width: 768px) {
  #top_about .about_flex .photo li:nth-child(2) {
    padding: 0 0 0 10px;
  }
}
@media (min-width: 1025px) {
  #top_about .about_flex .photo li:nth-child(2) {
    padding: 0;
  }
}
@media print {
  #top_about .about_flex .photo li:nth-child(2) {
    padding: 0;
  }
}

#top_about .about_flex .photo img {
  width: 80%;
  padding: 0 0 10px 0;
}
@media (min-width: 768px) {
  #top_about .about_flex .photo img {
    width: 100%;
    padding: 0 0 30px 0;
  }
}
@media print {
  #top_about .about_flex .photo img {
    width: 100%;
    padding: 0 0 30px 0;
  }
}

#top_about .about_flex .photo .about_photo03 {
  width: 261px;
}

#top_about .about_flex .txt p {
  padding: 0 0 13px 0;
}

#top_about .about_ul {
  text-align: center;
  margin: 10px 0 30px 0;
}
@media (min-width: 1025px) {
  #top_about .about_ul {
    display: none;
  }
}

#top_service {
  padding: 0 0 50px 0;
}
@media (min-width: 768px) {
  #top_service {
    padding: 0 0 100px 0;
  }
}
@media print {
  #top_service {
    padding: 0 0 100px 0;
  }
}

#top_service h2 {
  font-size: 20px;
  color: #AD762D;
  font-weight: 700;
  border-bottom: 1px solid #D8AD55;
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  #top_service h2 {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  #top_service h2 {
    margin: 0 0 30px 0;
  }
}
@media print {
  #top_service h2 {
    margin: 0 0 30px 0;
  }
}

@media (min-width: 768px) {
  #top_service .service_flex {
    margin: 0 0 30px 0;
  }
}
@media print {
  #top_service .service_flex {
    margin: 0 0 30px 0;
  }
}

#top_service .service_flex .txt {
  width: 100%;
}
@media (max-width: 767px) {
  #top_service .service_flex .txt {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  #top_service .service_flex .txt {
    width: 50%;
  }
}
@media print {
  #top_service .service_flex .txt {
    width: 50%;
  }
}

@media (max-width: 767px) {
  #top_service .service_flex .slide_service {
    width: 100%;
    margin: 0 auto 20px auto;
    text-align: center;
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  #top_service .service_flex .slide_service {
    width: 50%;
    padding: 0 0 0 40px;
  }
}
@media print {
  #top_service .service_flex .slide_service {
    width: 50%;
    padding: 0 0 0 40px;
  }
}

#top_service .service_flex .txt p {
  padding: 0 0 13px 0;
}

#top_service .service_flex .slide_service h3 {
  font-weight: normal;
  text-align: center;
  margin: 0 0 5px 0;
  font-size: 14px;
}

#top_service .service_flex .slide_service ul {
  text-align: center;
}

#top_service .service_flex .slide_service .com {
  text-align: center;
  font-size: 12px;
  padding: 30px 0 0 0;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: 30px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(216, 173, 85, 0.6) !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #D8AD55 !important;
}

#top_service .service_flex02 {
  margin: 0 0 30px 0;
}

#top_service .service_flex02_reverse {
  flex-direction: row-reverse;
}

#top_service .service_flex02 .service_box_item01 {
  width: 100%;
}
@media (max-width: 767px) {
  #top_service .service_flex02 .service_box_item01 {
    padding: 0 10px;
  }
}
@media (min-width: 1025px) {
  #top_service .service_flex02 .service_box_item01 {
    width: 50%;
  }
}
@media print {
  #top_service .service_flex02 .service_box_item01 {
    width: 50%;
  }
}

#top_service .service_flex02 .service_box_item02 {
  width: 100%;
  text-align: center;
}
@media (min-width: 1025px) {
  #top_service .service_flex02 .service_box_item02 {
    width: 50%;
  }
}
@media print {
  #top_service .service_flex02 .service_box_item02 {
    width: 50%;
  }
}

#top_service .service_flex02 .service_box_item01 .title {
  display: flex;
  align-items: center;
  padding: 0;
}

#top_service .service_flex02 .service_box_item01 .title h3 {
  text-align: left;
  margin: 0 0 10px 0;
  padding: 0 10px 0 0;
  height: 32px;
  font-size: 18px;
  color: #D8AD55;
}
@media (min-width: 768px) {
  #top_service .service_flex02 .service_box_item01 .title h3 {
    font-size: 20px;
  }
}
@media print {
  #top_service .service_flex02 .service_box_item01 .title h3 {
    font-size: 20px;
  }
}

#top_service .service_flex02 .service_box_item01 .title::after {
  border-top: 1px solid #D8AD55;
  content: "";
  flex-grow: 1;
  margin: 0 0 8px 0;
}

#top_service .service_flex02 .service_box_item01 p {
  padding: 0 0 13px 0;
}

#top_service .service_flex02 .service_box_item02 img {
  width: 60%;
}
@media (min-width: 768px) {
  #top_service .service_flex02 .service_box_item02 img {
    width: 350px;
  }
}
@media print {
  #top_service .service_flex02 .service_box_item02 img {
    width: 350px;
  }
}

@media (min-width: 1025px) {
  .service_naiyo_photo01 {
    padding: 180px 0 0 100px;
  }
}
@media print {
  .service_naiyo_photo01 {
    padding: 180px 0 0 100px;
  }
}

@media (min-width: 1025px) {
  .service_naiyo_photo02 {
    padding: 0px 100px 30px 0;
  }
}
@media print {
  .service_naiyo_photo02 {
    padding: 0px 100px 30px 0;
  }
}

@media (min-width: 1025px) {
  .service_naiyo_photo03 {
    padding: 100px 0 0 100px;
  }
}
@media print {
  .service_naiyo_photo03 {
    padding: 100px 0 0 100px;
  }
}

@media (min-width: 1025px) {
  .service_naiyo_photo04 {
    padding: 30px 100px 0 0;
  }
}
@media print {
  .service_naiyo_photo04 {
    padding: 30px 100px 0 0;
  }
}

@media (max-width: 767px) {
  .medical_hours {
    padding: 0 10px;
    margin: 50px 0 0 0;
  }
}
@media (min-width: 768px) {
  .medical_hours {
    width: 480px;
    margin: 50px auto 0 auto;
  }
}
@media print {
  .medical_hours {
    width: 480px;
    margin: 0 auto;
  }
}

.medical_hours img {
  padding: 0 0 10px 0;
}

.medical_hours p {
  font-size: 14px;
  line-height: 1.4;
}

#top_access {
  padding: 0 0 50px 0;
}
@media (min-width: 768px) {
  #top_access {
    padding: 0 0 100px 0;
  }
}
@media print {
  #top_access {
    padding: 0 0 100px 0;
  }
}

@media (min-width: 768px) {
  #top_access .access_flex {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1025px) {
  #top_access .access_flex {
    margin: 0 100px 30px 100px;
  }
}
@media print {
  #top_access .access_flex {
    margin: 0 100px 30px 100px;
  }
}

#top_access .access_flex li {
  list-style: none;
  width: 100%;
  text-align: center;
  padding: 0 0 20px 0;
}
@media (min-width: 768px) {
  #top_access .access_flex li {
    width: 50%;
  }
}
@media print {
  #top_access .access_flex li {
    width: 50%;
  }
}

@media (min-width: 768px) {
  #top_access .access_flex li:nth-child(1) {
    padding: 0 10px 0 0;
  }
}
@media print {
  #top_access .access_flex li:nth-child(1) {
    padding: 0 10px 0 0;
  }
}

@media (min-width: 768px) {
  #top_access .access_flex li:nth-child(2) {
    padding: 0 0 0 10px;
  }
}
@media print {
  #top_access .access_flex li:nth-child(2) {
    padding: 0 0 0 10px;
  }
}

#top_access .access_flex li img {
  width: 80%;
}
@media (min-width: 768px) {
  #top_access .access_flex li img {
    width: 100%;
  }
}
@media print {
  #top_access .access_flex li img {
    width: 100%;
  }
}

#top_access .access_txt {
  margin: 0 0 30px 0;
  text-align: center;
}
@media (min-width: 1025px) {
  #top_access .access_txt {
    margin: 0 100px 30px 100px;
  }
}
@media print {
  #top_access .access_txt {
    margin: 0 100px 30px 100px;
  }
}

#top_access .access_txt .title {
  font-weight: 700;
  padding: 0 0 10px 0;
}
@media (min-width: 768px) {
  #top_access .access_txt .title {
    padding: 0 0 20px 0;
  }
}
@media print {
  #top_access .access_txt .title {
    padding: 0 0 20px 0;
  }
}

#top_access .access_txt .address {
  padding: 0 0 10px 0;
}
@media (min-width: 768px) {
  #top_access .access_txt .address {
    padding: 0 0 20px 0;
  }
}
@media print {
  #top_access .access_txt .address {
    padding: 0 0 20px 0;
  }
}

#top_access .access_txt .com {
  font-size: 14px;
  padding: 0 0 10px 0;
}
@media (min-width: 768px) {
  #top_access .access_txt .com {
    padding: 0 0 20px 0;
  }
}
@media print {
  #top_access .access_txt .com {
    padding: 0 0 20px 0;
  }
}

#top_access .access_txt .tel {
  font-size: 22px;
  color: #D8AD55;
  font-weight: 900;
}
@media (min-width: 768px) {
  #top_access .access_txt .tel {
    font-size: 30px;
  }
}
@media print {
  #top_access .access_txt .tel {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  #top_access .access_txt .tel img {
    width: 22px;
    padding: 7px 5px 0 0;
  }
}
@media (min-width: 768px) {
  #top_access .access_txt .tel img {
    width: 30px;
    padding: 10px 10px 0 0;
  }
}
@media print {
  #top_access .access_txt .tel img {
    width: 30px;
    padding: 10px 10px 0 0;
  }
}

#top_access .google_map {
  margin: 0 0 30px 0;
  text-align: center;
}
@media (min-width: 1025px) {
  #top_access .google_map {
    margin: 0 100px 30px 100px;
  }
}
@media print {
  #top_access .google_map {
    margin: 0 100px 30px 100px;
  }
}

#top_access .access_map {
  margin: 0 auto 30px auto;
  text-align: center;
}
@media (min-width: 1025px) {
  #top_access .access_map {
    margin: 0 100px 30px 100px;
  }
}
@media print {
  #top_access .access_map {
    margin: 0 100px 30px 100px;
  }
}

#top_access .access_map img {
  padding: 0 0 20px 0;
}

#top_profile {
  padding: 0 0 50px 0;
}
@media (min-width: 768px) {
  #top_profile {
    padding: 0 0 100px 0;
  }
}
@media print {
  #top_profile {
    padding: 0 0 100px 0;
  }
}

#top_profile .profile_photo {
  text-align: center;
  margin: 0 auto 40px auto;
}

#top_profile .profile_photo img {
  width: 60%;
  max-width: 250px;
  padding: 0 0 5px 0;
}
@media (min-width: 768px) {
  #top_profile .profile_photo img {
    width: 282px;
  }
}
@media print {
  #top_profile .profile_photo img {
    width: 282px;
  }
}

#top_profile h2 {
  font-size: 20px;
  color: #AD762D;
  text-align: center;
  margin: 0 0 20px 0;
}

#top_profile dl {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
}
@media (min-width: 768px) {
  #top_profile dl {
    width: 500px;
    margin: 0 auto 50px auto;
  }
}
@media print {
  #top_profile dl {
    width: 500px;
    margin: 0 auto 50px auto;
  }
}

#top_profile dl dt {
  position: relative;
  box-sizing: border-box;
  width: 30%;
  text-align: right;
  padding: 0 20px 0 0;
}

#top_profile dl dd {
  position: relative;
  box-sizing: border-box;
  width: 70%;
}

#top_profile .profile_greeting_flex {
  border-top: 1px solid #D8AD55;
  border-bottom: 1px solid #D8AD55;
  padding: 30px 0;
}
@media (min-width: 768px) {
  #top_profile .profile_greeting_flex {
    width: 520px;
    margin: 0 auto;
    padding: 30px 10px;
  }
}
@media print {
  #top_profile .profile_greeting_flex {
    width: 520px;
    margin: 0 auto;
    padding: 30px 10px;
  }
}

#top_profile .profile_greeting_flex .photo {
  width: 100%;
  text-align: center;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  #top_profile .profile_greeting_flex .photo {
    width: 35%;
    margin: 0;
    padding: 0 20px 0 0;
  }
}
@media print {
  #top_profile .profile_greeting_flex .photo {
    width: 35%;
    margin: 0;
    padding: 0 20px 0 0;
  }
}

#top_profile .profile_greeting_flex .photo span {
  display: block;
  font-size: 12px;
  padding: 5px 0 0 0;
}

#top_profile .profile_greeting_flex .txt {
  width: 100%;
  padding: 0 10px;
  font-size: 14px;
}
@media (min-width: 768px) {
  #top_profile .profile_greeting_flex .txt {
    width: 65%;
    margin: 25px 0 0 0;
  }
}
@media print {
  #top_profile .profile_greeting_flex .txt {
    width: 65%;
  }
}

#footer_slide {
  padding: 0 0 100px 0;
}

#footer_slide img {
  padding: 3px;
}

/* ===========================================================
    FOOTER
============================================================== */
#pagefooter {
  background: rgba(255, 255, 255, 0.7);
  border-top: 1px solid #D8AD55;
  border-bottom: 10px solid #E8D8B6;
  padding: 50px 0;
}
@media (min-width: 768px) {
  #pagefooter {
    padding: 100px 0;
  }
}
@media print {
  #pagefooter {
    padding: 100px 0;
  }
}

.footer_logo {
  width: 300px;
  margin: 0 auto 50px auto;
}
@media (max-width: 767px) {
  .footer_logo {
    margin: 0 auto 50px auto;
  }
}
@media (max-width: 320px) {
  .footer_logo {
    width: 268px;
  }
}
@media (min-width: 768px) {
  .footer_logo {
    width: 368px;
  }
}
@media (min-width: 1025px) {
  .footer_logo {
    width: 400px;
  }
}
@media print {
  .footer_logo {
    width: 400px;
  }
}

.footer_ad {
  padding: 20px 0 40px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .footer_ad {
    padding: 20px 0 50px 0;
  }
}
@media print {
  .footer_ad {
    padding: 20px 0 50px 0;
  }
}

.footer_ad .address {
  font-size: 14px;
  margin: 0 0 5px 0;
}
@media (min-width: 768px) {
  .footer_ad .address {
    font-size: 16px;
  }
}
@media print {
  .footer_ad .address {
    font-size: 16px;
  }
}

.footer_ad .com {
  font-size: 12px;
  margin: 0 0 5px 0;
}
@media (min-width: 768px) {
  .footer_ad .com {
    font-size: 14px;
  }
}
@media print {
  .footer_ad .com {
    font-size: 14px;
  }
}

.footer_ad .tel {
  font-size: 22px;
  color: #D8AD55;
  font-weight: 900;
}
@media (min-width: 768px) {
  .footer_ad .tel {
    font-size: 30px;
  }
}
@media print {
  .footer_ad .tel {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .footer_ad .tel img {
    width: 22px;
    padding: 7px 5px 0 0;
  }
}
@media (min-width: 768px) {
  .footer_ad .tel img {
    width: 30px;
    padding: 10px 10px 0 0;
  }
}
@media print {
  .footer_ad .tel img {
    width: 30px;
    padding: 10px 10px 0 0;
  }
}

.footer_policy {
  text-align: center;
  font-size: 13px;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .footer_policy {
    margin: 0 0 50px 0;
  }
}
@media print {
  .footer_policy {
    margin: 0 0 50px 0;
  }
}

.footer_des {
  text-align: center;
  font-size: 11px;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .footer_des {
    margin: 0 0 50px 0;
  }
}
@media print {
  .footer_des {
    margin: 0 0 50px 0;
  }
}

.copy {
  text-align: center;
  font-size: 11px;
}

.backtotop {
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 9000;
  text-indent: -9999px;
  transition: all 0.4s ease;
}
@media (min-width: 768px) {
  .backtotop {
    right: 20px;
  }
}
@media print {
  .backtotop {
    display: none;
  }
}
.backtotop:not(.-show) {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.backtotop a {
  display: block;
  width: 60px;
  height: 63px;
  background: url(images/pagetop.png) 0 0 no-repeat;
  background-size: cover;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .backtotop a {
    width: 80px;
    height: 87px;
  }
}

.backtotop a:link {
  transition: none;
}

.backtotop a:hover {
  background-position: 0 -64px;
}
@media (min-width: 768px) {
  .backtotop a:hover {
    background-position: 0 -86px;
  }
}

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

          Template

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

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

.clear {
  clear: both;
}

/* font */
.txt_l {
  text-align: left;
}

.txt_c {
  text-align: center;
}

.txt_r {
  text-align: right;
}

.txt_fwn {
  font-weight: normal;
}

.txt_fwb {
  font-weight: bold;
}

.txt_10 {
  font-size: 10px;
}

.txt_11 {
  font-size: 11px;
}

.txt_12 {
  font-size: 12px;
}

.txt_13 {
  font-size: 13px;
}

.txt_14 {
  font-size: 14px;
}

.txt_15 {
  font-size: 15px;
}

.txt_16 {
  font-size: 16px;
}

.txt_17 {
  font-size: 17px;
}

.txt_18 {
  font-size: 18px;
}

.txt_19 {
  font-size: 19px;
}

.txt_20 {
  font-size: 20px;
}

.txt_24 {
  font-size: 24px;
}

.txt_28 {
  font-size: 28px;
}

/* margin */
.mar_auto {
  margin: 0 auto;
}

.mar_0 {
  margin: 0;
}

.mar_t_0 {
  margin-top: 0;
}

.mar_r_0 {
  margin-right: 0;
}

.mar_b_0 {
  margin-bottom: 0;
}

.mar_l_0 {
  margin-left: 0;
}

.mar_5 {
  margin: 5px;
}

.mar_t_5 {
  margin-top: 5px;
}

.mar_r_5 {
  margin-right: 5px;
}

.mar_b_5 {
  margin-bottom: 5px;
}

.mar_l_5 {
  margin-left: 5px;
}

.mar_t_10 {
  margin-top: 10px;
}

.mar_r_10 {
  margin-right: 10px;
}

.mar_b_10 {
  margin-bottom: 10px;
}

.mar_l_10 {
  margin-left: 10px;
}

.mar_t_20 {
  margin-top: 20px;
}

.mar_r_20 {
  margin-right: 20px;
}

.mar_b_20 {
  margin-bottom: 20px;
}

.mar_l_20 {
  margin-left: 20px;
}

.mar_t_30 {
  margin-top: 30px;
}

.mar_r_30 {
  margin-right: 30px;
}

.mar_b_30 {
  margin-bottom: 30px;
}

.mar_l_30 {
  margin-left: 30px;
}

.mar_t_40 {
  margin-top: 40px;
}

.mar_r_40 {
  margin-right: 40px;
}

.mar_b_40 {
  margin-bottom: 40px;
}

.mar_l_40 {
  margin-left: 40px;
}

.mar_t_50 {
  margin-top: 50px;
}

.mar_r_50 {
  margin-right: 50px;
}

.mar_b_50 {
  margin-bottom: 50px;
}

.mar_l_50 {
  margin-left: 50px;
}

.mar_t_60 {
  margin-top: 60px;
}

.mar_r_60 {
  margin-right: 60px;
}

.mar_b_60 {
  margin-bottom: 60px;
}

.mar_l_60 {
  margin-left: 60px;
}

.mar_t_70 {
  margin-top: 70px;
}

.mar_r_70 {
  margin-right: 70px;
}

.mar_b_70 {
  margin-bottom: 70px;
}

.mar_l_70 {
  margin-left: 70px;
}

.mar_t_80 {
  margin-top: 80px;
}

.mar_r_80 {
  margin-right: 80px;
}

.mar_b_80 {
  margin-bottom: 80px;
}

.mar_l_80 {
  margin-left: 80px;
}

.mar_t_90 {
  margin-top: 90px;
}

.mar_r_90 {
  margin-right: 90px;
}

.mar_b_90 {
  margin-bottom: 90px;
}

.mar_l_90 {
  margin-left: 90px;
}

.mar_t_100 {
  margin-top: 100px;
}

.mar_r_100 {
  margin-right: 100px;
}

.mar_b_100 {
  margin-bottom: 100px;
}

.mar_l_100 {
  margin-left: 100px;
}

/* padding */
.pad_v_10 {
  padding: 10px 0;
}

.pad_v_20 {
  padding: 20px 0;
}

.pad_v_30 {
  padding: 30px 0;
}

.pad_0 {
  padding: 0;
}

.pad_t_0 {
  padding-top: 0;
}

.pad_r_0 {
  padding-right: 0;
}

.pad_b_0 {
  padding-bottom: 0;
}

.pad_l_0 {
  padding-left: 0;
}

.pad_5 {
  padding: 5px;
}

.pad_t_5 {
  padding-top: 5px;
}

.pad_r_5 {
  padding-right: 5px;
}

.pad_b_5 {
  padding-bottom: 5px;
}

.pad_l_5 {
  padding-left: 5px;
}

.pad_10 {
  padding: 10px;
}

.pad_t_10 {
  padding-top: 10px;
}

.pad_r_10 {
  padding-right: 10px;
}

.pad_b_10 {
  padding-bottom: 10px;
}

.pad_l_10 {
  padding-left: 10px;
}

.pad_20 {
  padding: 20px;
}

.pad_t_20 {
  padding-top: 20px;
}

.pad_r_20 {
  padding-right: 20px;
}

.pad_b_20 {
  padding-bottom: 20px;
}

.pad_l_20 {
  padding-left: 20px;
}

.pad_30 {
  padding: 30px;
}

.pad_t_30 {
  padding-top: 30px;
}

.pad_r_30 {
  padding-right: 30px;
}

.pad_b_30 {
  padding-bottom: 30px;
}

.pad_l_30 {
  padding-left: 30px;
}

.pad_40 {
  padding: 40px;
}

.pad_t_40 {
  padding-top: 40px;
}

.pad_r_40 {
  padding-right: 40px;
}

.pad_b_40 {
  padding-bottom: 40px;
}

.pad_l_40 {
  padding-left: 40px;
}

.pad_50 {
  padding: 50px;
}

.pad_t_50 {
  padding-top: 50px;
}

.pad_r_50 {
  padding-right: 50px;
}

.pad_b_50 {
  padding-bottom: 50px;
}

.pad_l_50 {
  padding-left: 50px;
}

/* border */
.bor_t_1 {
  border-top: 1px solid #eee;
}

.bor_r_1 {
  border-right: 1px solid #eee;
}

.bor_b_1 {
  border-bottom: 1px solid #eee;
}

.bor_l_1 {
  border-left: 1px solid #eee;
}

/* vertical align */
.va-10 {
  vertical-align: -10%;
}

.va-20 {
  vertical-align: -20%;
}

.va-30 {
  vertical-align: -30%;
}

.va-35 {
  vertical-align: -35%;
}

.va-40 {
  vertical-align: -40%;
}
/*# sourceMappingURL=style.css.map */