@charset "UTF-8";
/*
Theme Name:にしお内科クリニック
Description: にしお内科クリニック | 福井県小浜市にある内科・循環器内科
Version: 1.0
License:にしお内科クリニック
License URI:https://www.nishio-naika.com
*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=M+PLUS+Rounded+1c&display=swap");
/****************************************

リセットCSSここから

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

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

@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: 1240px;
  font-size: 1.8rem;
  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.8rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
body h1 {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  font-weight: 600;
}
body h2 {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  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;
  transition: 0.3s linear;
}

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

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

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

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

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

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

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

P

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

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

.w1200 {
  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;
  }
  .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;
}

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

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

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

ヘッダー　共通

*****************************************/
#header {
  width: 100%;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 767px) {
  #header {
    height: auto;
  }
}

.header_wrap {
  width: 100%;
  padding: 25px 150px 0px 30px;
  align-items: center !important;
  transition: 0.3s;
}
@media screen and (max-width: 1580px) {
  .header_wrap {
    padding: 25px 130px 0px 30px;
  }
}
@media screen and (max-width: 767px) {
  .header_wrap {
    padding: 18px 3%;
  }
}

.h_logo {
  line-height: 1;
  padding-bottom: 25px;
  transition: 0.3s;
}
@media screen and (max-width: 1580px) {
  .h_logo {
    width: 400px;
  }
  .h_logo img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .h_logo {
    width: 250px;
    padding-bottom: 0px;
  }
}

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

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}
.h_access {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  aspect-ratio: 15/16;
  z-index: 99;
}
@media screen and (max-width: 1580px) {
  .h_access {
    width: 130px;
  }
}
.h_access a {
  width: 100%;
  height: 100%;
  background-color: #f08200;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_access a:hover {
  background-color: #43957e;
}
.h_access a span {
  color: #fff;
  text-align: center;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  transform: rotate(0.05deg);
  font-size: 1.7rem;
  font-weight: 600;
  padding-top: 85px;
  letter-spacing: 0.05em;
  background: url(images/pin.svg) no-repeat center top 10px;
  display: block;
}

.header_right_above {
  text-align: right;
}

.header_tel {
  margin-right: 25px;
  font-size: 3.2rem;
  font-weight: 500;
  padding-left: 35px;
  letter-spacing: 0.04em;
  display: inline-block;
  line-height: 1;
  background: url(images/h_tel.svg) left center no-repeat;
}

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

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  .header_right,
  .h_access {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
}
/****************************************

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: right;
}
#mv_top .mv_img {
  position: relative;
  width: 1920px;
  left: 50%;
  transform: translate(-50%);
}
#mv_top .top_catch {
  position: absolute;
  left: 4.6875%;
  bottom: 80px;
  width: 40%;
  max-width: 722px;
}
@media screen and (max-width: 767px) {
  #mv_top .top_catch {
    left: 3%;
    bottom: 10%;
    width: 70%;
  }
}
#mv_top .top_catch img {
  width: 100%;
  height: auto;
}

.slider {
  width: 100%;
}

#mv_page {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}

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

.page_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page_title img {
    height: 35%;
    width: auto;
    max-height: 100px;
  }
}

.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: 160%;
    position: relative;
    left: -30%;
    transform: translateX(0);
  }
  #mv_page {
    width: 100%;
  }
  #mv_page .mv_img {
    position: relative;
    width: 170%;
    left: -35%;
  }
  .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: 0px auto 0;
  }
  .pc_none {
    display: none !important;
  }
  .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .flex_r {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
/****************************************

single.php

*****************************************/
#single_box {
  margin-top: 40px;
}

.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: #f08200;
  text-decoration: none;
}

a.page-numbers:hover {
  background: #fff9f0;
}

.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: #f08200;
  border: solid 1px #f08200;
  color: white;
}

.nav-below {
  text-align: center;
  width: 100%;
  margin: 60px 0 0;
  display: flex;
  justify-content: center;
  border-top: 1px solid #f08200;
  border-bottom: 1px solid #f08200;
  text-decoration: none;
  color: #f08200;
}

.nav-below .next {
  width: 25%;
  border-right: 1px solid #f08200;
}

.nav-below .prev {
  width: 25%;
  border-left: 1px solid #f08200;
}

.nav-below .back {
  width: 50%;
}

.nav-below a {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  width: 100%;
  height: 100%;
  padding: 30px;
  transition: all 0.3s;
  color: #f08200;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .nav-below a {
    font-size: 1.3rem;
    padding: 20px 5px;
  }
}

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

@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: 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 #f08200;
  border-radius: 8px;
  background-color: #f08200;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0 16px;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #f08200;
  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: 3px 3px 3px 5px;
}

@media screen and (max-width: 767px) {
  .form_row {
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .last_row {
    margin-bottom: 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  span.wpcf7-list-item {
    display: 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;
  background: url(images/c_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 100px 6.6% 70px 5.2%;
}
@media screen and (max-width: 1860px) {
  .aside {
    padding: 100px 20px 70px;
  }
}
@media screen and (max-width: 767px) {
  .aside {
    padding: 30px 5% 60px;
  }
}

.aside_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1860px) {
  .aside_container {
    flex-direction: column;
    align-items: center;
  }
}

.c_tel {
  width: 350px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1860px) {
  .c_tel {
    width: 320px;
  }
}
.c_tel a {
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: center;
  padding: 15.5px;
}
.c_tel a span {
  font-size: 3.4rem;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding-left: 40px;
  background: url(images/c_tel.svg) no-repeat center left;
  color: #333;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .c_tel a span {
    font-size: 2.8rem;
    background-size: 22px;
    padding-left: 35px;
  }
}

.c_fax {
  width: 350px;
  border-radius: 10px;
  background-color: #fff;
  padding: 15.5px;
  text-align: center;
}
@media screen and (max-width: 1860px) {
  .c_fax {
    width: 320px;
  }
}
.c_fax span {
  font-size: 3.4rem;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding-left: 40px;
  background: url(images/c_fax.svg) no-repeat center left;
  color: #333;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .c_fax span {
    font-size: 2.8rem;
    background-size: 28px;
  }
}

.c_link {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1860px) {
  .c_link {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c_link {
    flex-direction: column;
    margin-bottom: 40px;
    align-items: center;
  }
}

.c_time {
  width: 500px;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px 30px 35px;
}
@media screen and (max-width: 1860px) {
  .c_time {
    width: 460px;
  }
}
@media screen and (max-width: 767px) {
  .c_time {
    width: 100%;
  }
}
.c_time p {
  line-height: 1.444;
  letter-spacing: 0em;
}

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

.c_content {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .c_content {
    margin-right: 0;
  }
}

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

footer

*****************************************/
#footer {
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  #footer {
    padding-top: 40px;
  }
}

.pagetop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 999;
}

.footer_sp {
  display: none;
}

.footer_logo {
  margin-top: 10px;
  margin-bottom: 15px;
}

.footer_address {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .footer_address {
    margin-left: 0;
  }
}

.footer_access {
  display: flex;
  margin: 10px 0 0 15px;
}
@media screen and (max-width: 767px) {
  .footer_access {
    display: block;
    margin: 10px 0 30px 0;
  }
}
.footer_access p {
  line-height: 1.666;
}

.footer_container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .footer_container {
    display: block;
    margin-bottom: 40px;
  }
}

.timetbl2 {
  width: 560px;
  border-radius: 20px;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.0470588235);
  padding: 25px 30px 25px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .timetbl2 {
    width: 100%;
    z-index: 0;
    border-radius: 0px;
    background-color: #fff9f0;
    box-shadow: none;
    padding: 20px 5%;
  }
}
.timetbl2 th {
  font-family: "Lato", "M PLUS 1", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  padding-bottom: 5px;
}
.timetbl2 td {
  text-align: center;
  font-weight: 500;
}
.timetbl2 tr:last-child {
  padding-bottom: 0px;
}
.timetbl2 tr:not(:first-child) {
  border-top: 1px solid #959595;
}
.timetbl2 p {
  line-height: 1.4;
  font-size: 1.6rem;
  letter-spacing: 0;
  padding-left: 10px;
  font-weight: 400;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media screen and (max-width: 767px) {
  .timetbl2 p {
    font-size: 1.3rem;
  }
}

.sitemap {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
}
.sitemap > div a, .sitemap dt {
  color: #f08200;
  font-weight: 500;
  font-size: 1.8rem;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  transform: rotate(0.05deg);
}
.sitemap dd {
  margin-bottom: 15px;
}
.sitemap dd a {
  font-size: 1.6rem;
}
.sitemap div, .sitemap dt, .sitemap dd {
  line-height: 1;
}
.sitemap div, .sitemap dt {
  margin-bottom: 20px;
}

.sitemap a {
  position: relative;
  text-decoration: none;
  color: #333;
}

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

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

.map {
  width: 100%;
  position: relative;
  aspect-ratio: 192/40;
  overflow: hidden;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .map {
    height: 300px;
  }
}

.map iframe {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: calc(100% + 300px);
}

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

.copyright {
  font-size: 1.8rem;
  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% 10px;
  }
  .copyright {
    font-size: 1.2rem;
  }
  /* フローティングバナー */
  .sp_footer__btn {
    display: revert;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 5;
  }
  .sp_footer__btn ul {
    display: flex;
    height: 60px;
    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: #f08200;
  }
  .sp_footer__btn ul li a span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 28px;
    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: 25px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_access::after {
    background-image: url(images/icon_map.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_arrow::after {
    background-image: url(images/icon_arrow.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  #footer {
    margin-bottom: 60px;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #toggle {
    position: fixed;
    right: 5px;
    top: 5px;
    width: 52px;
    height: 52px;
    cursor: pointer;
    border-radius: 10px;
    z-index: 9999;
    background: #f08200;
    border: 1px solid #fff;
  }
  #toggle::after {
    display: block;
    content: "メニュー";
    position: absolute;
    line-height: 1.2;
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
    width: 100%;
    bottom: 5px;
    left: 0;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 26px;
    height: 2px;
    right: 12px;
    background: #fff;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 11px;
  }
  #toggle span:nth-child(2) {
    top: 18px;
  }
  #toggle span:nth-child(3) {
    top: 25px;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    transform: translateY(7px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-7px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: url(images/sp_nav.png) no-repeat right bottom, #f08200;
    background-size: contain;
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    transform-origin: left center;
    filter: blur(3px);
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding: 65px 20px 30px;
    text-align: center;
  }
  .sp_navi_info {
    margin: 0 20px 20px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.486);
    text-align: center;
    border: 1px solid #f08200;
    border-radius: 15px;
  }
  .sp_navi_info dt {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f08200;
    letter-spacing: 0.03em;
    font-size: 2.2rem;
    color: #f08200;
    font-weight: 600;
    line-height: 1;
  }
  .sp_navi_info dd.tel {
    display: inline-block;
    margin: 12px 0;
  }
  .sp_navi_info dd.tel a span {
    font-size: 2.8rem;
    font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    padding-left: 40px;
    font-weight: 600;
    background: url(images/c_tel.svg) no-repeat center left;
    background-size: 22px;
    padding-left: 35px;
    color: #333;
    line-height: 1;
    letter-spacing: 0.07em;
    transition: 0.3s;
  }
  .sp_navi_info dd.tel a span:hover {
    opacity: 0.8;
  }
  .hours table th {
    width: 10rem;
    text-align: justify;
  }
  .hours table td {
    text-align: left;
  }
  #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;
    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: rgba(255, 255, 255, 0.1);
  }
  #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(255, 255, 255, 0.3);
  }
  #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: #f08200;
  }
  #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;
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi {
  padding: 10px 5px;
  display: flex;
  align-items: center;
}

#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 20px;
  transition: 0.3s;
}
@media screen and (max-width: 1580px) {
  #g_navi .menu > li {
    margin: 0 10px;
  }
}

#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 20px 0;
  color: #333;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  transform: rotate(0.05deg);
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 1580px) {
  #g_navi .menu li a {
    font-size: 1.6rem;
    padding: 10px 0 20px;
  }
}

/* ナビの副項目の幅の変更 */
#g_navi .menu li ul {
  width: 180px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}

#g_navi .menu li ul li a {
  width: 100%;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: normal;
  background: #f08200;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

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

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

#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  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;
    transition: 0.6s;
  }
  /* メニューホバー時のアンダーライン */
  .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #f08200;
    transition: 0.6s;
    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: 20px 0 70px;
}

.breadcrumb p {
  text-align: right;
  line-height: 1;
}

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

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

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

@media screen and (max-width: 767px) {
  .breadcrumb_area {
    width: 100%;
    margin: 15px auto 30px;
  }
  .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;
}

.topttl01 {
  font-size: 4.2rem;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  transform: rotate(0.05deg);
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .topttl01 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
.topttl01 span {
  color: #f08200;
  font-family: "Lato", "M PLUS 1", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.075em;
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .topttl01 span {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

.topttl02 {
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  transform: rotate(0.05deg);
  line-height: 1.333;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .topttl02 {
    font-size: 2.2rem;
  }
}

.topttl03 {
  font-size: 4rem;
  letter-spacing: 0.075em;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
  position: relative;
  color: #3b270a;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .topttl03 {
    font-size: 2.8rem;
    margin-bottom: 50px;
  }
}
.topttl03::before {
  display: block;
  content: url(images/deco.png);
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .topttl03::before {
    content: "";
    background: url(images/deco.png) no-repeat center bottom;
    width: 79px;
    height: 22px;
    background-size: 50px;
    top: -30px;
  }
}

.topttl04 {
  font-size: clamp(2.6rem, 2.1vw, 3rem);
  letter-spacing: 0.075em;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .topttl04 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

.topttl05 {
  font-size: 4.6rem;
  letter-spacing: 0.075em;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  transform: rotate(0.05deg);
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 50px;
  position: relative;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .topttl05 {
    font-size: 3rem;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}
.topttl05::after {
  display: block;
  content: "";
  position: absolute;
  width: 150px;
  height: 4px;
  background-color: #f08200;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .topttl05::after {
    width: 100px;
    height: 3px;
  }
}

.topttl06 {
  font-size: 4.2rem;
  letter-spacing: 0.075em;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  transform: rotate(0.05deg);
  color: #3b270a;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .topttl06 {
    font-size: 2.6rem;
  }
}
.topttl06 span {
  font-family: "Lato", "M PLUS 1", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2rem;
  display: block;
  margin-bottom: 5px;
  line-height: 1;
  font-weight: 600;
  color: #f08200;
}
@media screen and (max-width: 767px) {
  .topttl06 span {
    font-size: 1.5rem;
  }
}

.topttl07 {
  font-size: 4rem;
  letter-spacing: 0.075em;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  transform: rotate(0.05deg);
  text-align: center;
  position: relative;
  color: #3b270a;
  margin-bottom: 40px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .topttl07 {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}
.topttl07::before {
  display: block;
  content: url(images/deco2.png);
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .topttl07::before {
    content: "";
    background: url(images/deco2.png) no-repeat center bottom;
    width: 79px;
    height: 18px;
    background-size: 50px;
    top: -30px;
  }
}

.topttl08 {
  font-size: clamp(2.7rem, 2.2vw, 3.2rem);
  letter-spacing: 0.075em;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  transform: rotate(0.05deg);
  text-align: center;
  position: relative;
  color: #3b270a;
  font-weight: 500;
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .topttl08 {
    font-size: 2rem;
    padding-top: 80px;
  }
}

.icon1 {
  background: url(images/icon1.svg) no-repeat center top 10px;
}
@media screen and (max-width: 767px) {
  .icon1 {
    background-size: 60px;
  }
}

.icon2 {
  background: url(images/icon2.svg) no-repeat center top 15px;
}
@media screen and (max-width: 767px) {
  .icon2 {
    background-size: 60px;
  }
}

.icon3 {
  background: url(images/icon3.svg) no-repeat center top;
}
@media screen and (max-width: 767px) {
  .icon3 {
    background: url(images/icon3.svg) no-repeat center top 10px;
    background-size: 65px;
  }
}

.icon4 {
  background: url(images/icon4.svg) no-repeat center top;
}
@media screen and (max-width: 767px) {
  .icon4 {
    background: url(images/icon4.svg) no-repeat center top 10px;
    background-size: 40px;
  }
}

.icon5 {
  background: url(images/icon5.svg) no-repeat center top;
}
@media screen and (max-width: 767px) {
  .icon5 {
    background: url(images/icon5.svg) no-repeat center top 10px;
    background-size: 40px;
  }
}

.topttl09 {
  font-size: 2.4rem;
  letter-spacing: 0em;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  transform: rotate(0.05deg);
  text-align: center;
  color: #f08200;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .topttl09 {
    font-size: 2rem;
  }
}

.topttl10 {
  color: #3b270a;
  font-size: 4.8rem;
  letter-spacing: 0.075em;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  transform: rotate(0.05deg);
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 1860px) {
  .topttl10 {
    margin: 60px auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .topttl10 {
    font-size: 3rem;
  }
}
.topttl10::after {
  display: block;
  content: "";
  position: absolute;
  width: 280px;
  height: 110px;
  background: url(images/letter2.png) no-repeat left bottom;
  top: -100px;
  left: -50px;
}
@media screen and (max-width: 767px) {
  .topttl10::after {
    background-size: 50%;
    top: -100px;
    left: -20px;
  }
}

.headline {
  font-size: 3rem;
  letter-spacing: 0.075em;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  transform: rotate(0.05deg);
  color: #3b270a;
  text-align: center;
  padding-bottom: 30px;
  background: url(images/deco3.png) no-repeat center bottom;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 2.6rem;
    padding-bottom: 20px;
    background-size: 50px;
    margin-bottom: 40px;
  }
}

.ttl01 {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  transform: rotate(0.05deg);
  color: #3b270a;
  padding-left: 40px;
  background: url(images/deco4.png) top 5px left no-repeat;
  border-bottom: 1px solid #3b270a;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ttl01 {
    font-size: 1.8rem;
    background: url(images/deco4.png) top 3px left no-repeat;
    background-size: 20px;
    padding-left: 30px;
    margin-bottom: 10px;
  }
}

.ttl02 {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  transform: rotate(0.05deg);
  color: #3b270a;
  border-radius: 12px;
  text-align: center;
  background-color: #f9e5c7;
  margin-bottom: 20px;
  padding: 9px;
}
@media screen and (max-width: 767px) {
  .ttl02 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.ttl02_1 {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  transform: rotate(0.05deg);
  color: #3b270a;
  border-radius: 12px;
  background-color: #f9e5c7;
  margin-bottom: 20px;
  padding: 9px 20px;
}
@media screen and (max-width: 767px) {
  .ttl02_1 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.ttl03 {
  font-size: 2.4rem;
  letter-spacing: 0.075em;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  transform: rotate(0.05deg);
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .ttl03 {
    font-size: 2rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
.ttl03::after {
  display: block;
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background-color: #f08200;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ttl03::after {
    width: 80px;
    height: 2px;
  }
}

/* ボタン */
.btn a {
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 18px 30px;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.06em;
  border: 2px solid #333;
  color: #333;
}

.btn a::before {
  position: absolute;
  content: "";
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: 0.3s;
}

.btn a:hover {
  background: rgba(9, 112, 196, 0.3);
}

.btn a:hover::before {
  right: 10px;
}

@media screen and (max-width: 767px) {
  /* ボタン */
  .btn a {
    padding: 12px;
    font-size: 1.4rem;
  }
}
.btn1 {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .btn1 {
    width: 150px;
  }
}
.btn1 a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  transform: rotate(0.05deg);
  letter-spacing: 0.05em;
  background-color: #f08200;
  border-radius: 100vmax;
  text-align: center;
  width: 100%;
  padding: 22px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn1 a {
    font-size: 1.4rem;
    padding: 12px;
  }
}
.btn1 a:before {
  position: absolute;
  content: "";
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  transition: 0.3s;
}
.btn1 a:hover {
  background-color: #43957e;
}
.btn1 a:hover:before {
  right: 5px;
}

.btn_container1 {
  margin-top: 35px;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .btn_container1 {
    gap: 20px;
    justify-content: center;
  }
}

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

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: 330px;
  overflow-y: scroll;
}

.news_post article a {
  width: 100%;
  padding: 5px 40px 20px 90px;
  margin-bottom: 15px;
  background: url(images/dot.png) no-repeat center bottom;
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news_post article a {
    padding: 15px 40px 15px 0;
    flex-direction: column;
  }
}

.news_post article a h3 {
  color: #333;
  font-size: 2rem;
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .news_post article a h3 {
    font-size: 1.4rem;
  }
}

.news_post article a span {
  background-image: linear-gradient(90deg, #f08200, #f08200);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  text-decoration: none;
  transition: background-size 0.3s;
  cursor: pointer;
}

.news_post article a:hover span {
  background-size: 100% 1px;
}

.news_post article .date {
  font-size: 2rem;
  color: #43957e;
  font-weight: 600;
  margin-right: 80px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .news_post article .date {
    font-size: 1.4rem;
    margin-right: 0;
    display: block;
  }
}

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

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

contentトップ用

*****************************************/
/* 診察時間表 */
.top_box00 {
  position: relative;
}
.timetbl {
  position: absolute;
  top: -260px;
  right: 20px;
  z-index: 990;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.9529411765);
  width: 540px;
  box-shadow: 7px 7px 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .timetbl {
    position: sticky;
    width: 100%;
    z-index: 0;
    border-radius: 0px;
    background-color: #fff9f0;
    box-shadow: none;
    padding: 20px 5%;
  }
}
.timetbl th {
  font-family: "Lato", "M PLUS 1", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  padding-bottom: 5px;
}
.timetbl td {
  text-align: center;
  font-weight: 500;
}
.timetbl tr:last-child {
  padding-bottom: 0px;
}
.timetbl tr:not(:first-child) {
  border-top: 1px solid #959595;
}
.timetbl p {
  line-height: 1.4;
  font-size: 1.6rem;
  margin-bottom: 5px;
  letter-spacing: 0;
  padding-left: 10px;
  font-weight: 400;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.pdd5 th {
  padding: 6px 0;
}

.w45 {
  width: 45px;
}

.w145 {
  width: 145px;
}

.w85 {
  width: 85px;
}

.maru {
  font-size: 1.6rem;
  color: #feb041;
}
@media screen and (max-width: 767px) {
  .maru {
    font-size: 1.4rem;
  }
}

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

/* お知らせ */
.top_box01 {
  padding-top: 90px;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .top_box01 {
    padding-top: 60px;
    margin-bottom: 60px;
  }
}

/* 地域に密着した医院 */
.top_box02 {
  display: flex;
  justify-content: right;
  position: relative;
  margin-bottom: 290px;
}
@media screen and (max-width: 767px) {
  .top_box02 {
    display: block;
    margin-bottom: 120px;
  }
}
.top_box02 figure {
  height: 600px;
  width: 52%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_box02 figure {
    width: 100%;
    height: auto;
  }
}
.top_box02 figure img {
  height: 100%;
  width: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .top_box02 figure img {
    width: 100%;
    height: auto;
  }
}

.top_box02_content {
  max-width: 970px;
  width: 80%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px;
  position: absolute;
  left: 2.6%;
  top: 80px;
  border-radius: 15px;
  padding: 70px 80px 70px 90px;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.062745098);
}
@media screen and (max-width: 767px) {
  .top_box02_content {
    position: sticky;
    width: 100%;
    padding: 50px 5% 0;
    border-radius: none;
    box-shadow: none;
  }
}
.top_box02_content::before {
  position: absolute;
  content: "";
  width: 407px;
  height: 119px;
  background: url(images/letter1.png) no-repeat bottom left;
  top: -50px;
  left: 25px;
}
@media screen and (max-width: 767px) {
  .top_box02_content::before {
    background-size: 50%;
    left: 3%;
    top: -75px;
  }
}

/* 当院の方針 */
.top_box03 {
  background-color: #fff9f0;
  padding: 0px 0 100px;
  position: relative;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .top_box03 {
    margin-bottom: 60px;
    padding: 0px 0 60px;
  }
}
.top_box03::after {
  display: block;
  content: "";
  position: absolute;
  width: 326px;
  height: 217px;
  border-radius: 50%;
  background-color: #fff9f0;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_box03::after {
    width: 210px;
    height: 160px;
    top: -60px;
  }
}

.w1640 {
  max-width: 1640px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .w1640 {
    width: 100%;
    padding: 0 5%;
  }
}

.top_box03_content {
  max-width: 520px;
  width: 32%;
  padding: 55px 30px 40px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 7px 6px rgba(0, 0, 0, 0.0549019608);
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_box03_content {
    width: 100%;
    padding: 40px 20px 30px;
  }
}
.top_box03_content p {
  line-height: 1.555;
}
.top_box03_content::after {
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .top_box03_content::after {
    top: -20px;
  }
}
.top_box03_content:first-child::after {
  content: url(images/n01.png);
}
@media screen and (max-width: 767px) {
  .top_box03_content:first-child::after {
    content: "";
    background: url(images/n01.png) no-repeat center top;
    background-size: contain;
    width: 90px;
    height: 50px;
  }
}
.top_box03_content:nth-child(2)::after {
  content: url(images/n02.png);
}
@media screen and (max-width: 767px) {
  .top_box03_content:nth-child(2)::after {
    content: "";
    background: url(images/n02.png) no-repeat center top;
    background-size: contain;
    width: 90px;
    height: 50px;
  }
}
.top_box03_content:nth-child(3)::after {
  content: url(images/n03.png);
}
@media screen and (max-width: 767px) {
  .top_box03_content:nth-child(3)::after {
    content: "";
    background: url(images/n03.png) no-repeat center top;
    background-size: contain;
    width: 90px;
    height: 50px;
  }
}

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

/* 診療案内 */
.top_box04 {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .top_box04 {
    margin-bottom: 60px;
  }
}

.top_box04_container {
  display: flex;
}
@media screen and (max-width: 767px) {
  .top_box04_container {
    margin: 40px 0;
    flex-direction: column;
  }
}

.top_box04_content {
  width: 33.3333333333%;
  height: 350px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .top_box04_content {
    width: 100%;
    height: auto;
    max-height: 260px;
  }
}
.top_box04_content:hover {
  opacity: 0.8;
}
.top_box04_content:hover::after {
  scale: 1.1;
}
.top_box04_content a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.top_box04_content::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: -5;
}

.bnr_services1::after {
  background: url(images/top_img2.jpg) center no-repeat;
  background-size: cover;
}

.bnr_services2::after {
  background: url(images/top_img3.jpg) center no-repeat;
  background-size: cover;
}

.bnr_services3::after {
  background: url(images/top_img4.jpg) center no-repeat;
  background-size: cover;
}

.white_box {
  background-color: rgba(251, 241, 227, 0.5764705882);
  width: 100%;
  height: 100%;
  padding: 3%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .white_box {
    padding: 60px 15px;
  }
}

/* 自費治療料金案内 */
.top_box05 {
  padding: 110px 0 80px;
  background: url(images/top_bg.png) no-repeat center bottom 10px, #fff9f0;
  background-size: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top_box05 {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}

.top_box05_container {
  display: flex;
  justify-content: space-between;
  max-width: 1840px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top_box05_container {
    width: 100%;
    padding: 0 5%;
    flex-wrap: wrap;
    gap: 20px 4%;
  }
}

.top_box05_content {
  max-width: 350px;
  width: 19%;
  aspect-ratio: 35/30;
  border-radius: 20px;
  border: 3px solid #f08200;
  background: url(images/arrow.png) no-repeat center bottom 25px, #fff;
  padding: 2.5% 3% 50px;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .top_box05_content {
    width: 48%;
    background: url(images/arrow.png) no-repeat center bottom 15px, #fff;
    background-size: 30px;
    padding: 2.5% 3% 30px;
    aspect-ratio: revert;
    max-width: revert;
  }
  .top_box05_content:first-child {
    width: 100%;
  }
}
.top_box05_content a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.top_box05_content:hover {
  background: url(images/arrow.png) no-repeat center bottom 25px, #fdfaf5;
}

/* バナー */
.top_box06_container {
  display: flex;
  justify-content: space-between;
  max-width: 1840px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top_box06_container {
    flex-direction: column;
    gap: 15px;
    align-items: center;
    width: 100%;
    padding: 0 5%;
  }
}

.top_box06_content {
  max-width: 600px;
  width: 32.6%;
}
@media screen and (max-width: 767px) {
  .top_box06_content {
    width: 100%;
  }
}
.top_box06_content img {
  width: 100%;
  height: auto;
}

.top_box06 {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .top_box06 {
    margin-bottom: 60px;
  }
}

/* ご挨拶 */
.sign {
  font-size: 2.6rem;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  transform: rotate(0.05deg);
  text-align: right;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .sign {
    font-size: 2rem;
    margin-top: 30px;
  }
}
.sign span {
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.2rem;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .sign span {
    font-size: 1.5rem;
  }
}

.sec_mb {
  margin-bottom: 60px;
}

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

.tbl1 {
  position: relative;
}
.tbl1::before {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 50px);
  background-color: #f08200;
  top: 15px;
  left: 5px;
}
.tbl1 tr {
  margin-bottom: 30px;
}
.tbl1 th {
  font-weight: 400;
  text-align: left;
  padding: 0 0 20px 30px;
  width: 220px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tbl1 th {
    width: 130px;
    padding: 0 0 20px 20px;
  }
}
.tbl1 th::before {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #f08200;
  top: 12px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .tbl1 th::before {
    top: 8px;
  }
}

.maru2 {
  font-size: 1rem;
  color: #f08200;
  margin-right: 10px;
}

/* 医院紹介 */
.gallery_container {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
@media screen and (max-width: 767px) {
  .gallery_container {
    gap: 10px 4%;
  }
}

.gallery_content {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .gallery_content {
    width: 48%;
  }
}
.gallery_content figure {
  width: 100%;
  aspect-ratio: 380/285;
  margin-bottom: 10px;
}
.gallery_content figure a {
  width: 100%;
  height: 100%;
  position: relative;
}

/* 内科・循環器内科 */
.txt1 {
  width: 720px;
}
@media screen and (max-width: 767px) {
  .txt1 {
    width: 100%;
    margin-bottom: 20px;
  }
}

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

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

.treatment dt {
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .internal_box04 .col2_container {
    gap: 50px;
  }
}

/* 禁煙外来 */
.orange_box {
  background-color: #fbeeda;
  border-radius: 12px;
  padding: 60px 150px;
  width: 960px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .orange_box {
    width: 100%;
    padding: 20px 5%;
  }
}

.tbl2 {
  width: 100%;
  margin: 20px 0 40px;
}
@media screen and (max-width: 767px) {
  .tbl2 {
    margin: 10px 0 20px;
  }
}
.tbl2 th {
  padding: 10px 0 10px 60px;
  text-align: left;
  width: 70%;
  color: #3b270a;
}
@media screen and (max-width: 767px) {
  .tbl2 th {
    padding: 10px 0 10px 30px;
  }
}
.tbl2 tr {
  border-bottom: 1px solid #3b270a;
}

/* 予防接種・健康診断 */
.tbl3 {
  width: 100%;
}
.tbl3 th {
  border: 1px solid #f08200;
  padding: 15px;
  background-color: #fff9f0;
}
.tbl3 th span {
  color: #3b270a;
  font-weight: 400;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  transform: rotate(0.05deg);
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .tbl3 th {
    padding: 10px;
  }
  .tbl3 th span {
    font-size: 1.5rem;
  }
}
.tbl3 td {
  padding: 8px 0 8px 100px;
  border: 1px solid #f08200;
}
.tbl3 th:first-child, .tbl3 td:first-child {
  width: 60%;
}
.tbl3 th:last-child, .tbl3 td:last-child {
  width: 40%;
}
.tbl3 td:first-child {
  padding: 15px 0 15px 100px;
}
@media screen and (max-width: 767px) {
  .tbl3 td:first-child {
    padding: 10px 0 10px 10px;
  }
}
.tbl3 td:last-child {
  padding: 15px 80px 15px 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .tbl3 td:last-child {
    padding: 10px 10px 10px 0px;
  }
}

.tbl4 {
  width: 100%;
}
.tbl4 th {
  border: 1px solid #f08200;
  padding: 15px;
  background-color: #fff9f0;
  text-align: left;
  padding: 15px 0 15px 100px;
}
.tbl4 th span {
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  transform: rotate(0.05deg);
  font-size: 2rem;
  font-weight: 400;
  color: #3b270a;
}
@media screen and (max-width: 767px) {
  .tbl4 th {
    padding: 10px;
  }
  .tbl4 th span {
    font-size: 1.5rem;
  }
}
.tbl4 td {
  padding: 15px 80px 15px 0;
  border: 1px solid #f08200;
  width: 40%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .tbl4 td {
    padding: 10px 10px 10px 0px;
  }
}
.tbl4 th:first-child {
  width: 20%;
}
.tbl4 th:last-child {
  width: 40%;
  padding: 15px 0 15px 50px;
}
@media screen and (max-width: 767px) {
  .tbl4 th:last-child {
    padding: 10px;
  }
}
.tbl4 td:first-child {
  padding: 15px 0 15px 150px;
}
@media screen and (max-width: 767px) {
  .tbl4 td:first-child {
    padding: 10px 0 10px 20px;
  }
}

.bn1 {
  border-bottom: none !important;
}

.bn2 {
  border-top: none !important;
}

.blood_box {
  margin-top: 40px;
}

.tbl5 {
  width: 100%;
}
.tbl5 th {
  border: 1px solid #f08200;
  padding: 15px;
  background-color: #fff9f0;
  text-align: left;
  padding: 15px 0 15px 50px;
  width: 60%;
}
.tbl5 th span {
  font-weight: 400;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  transform: rotate(0.05deg);
  font-size: 2rem;
  color: #3b270a;
}
@media screen and (max-width: 767px) {
  .tbl5 th span {
    font-size: 1.5rem;
  }
  .tbl5 th {
    padding: 10px;
  }
}
.tbl5 td {
  padding: 15px 30px 15px 0;
  border: 1px solid #f08200;
  width: 40%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .tbl5 td {
    padding: 10px 20px 10px 0px;
  }
}

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

/* 各種検査 */
.tbl6 {
  width: 100%;
}
.tbl6 th {
  border: 1px solid #f08200;
  padding: 15px;
  background-color: #fff9f0;
}
.tbl6 th span {
  font-weight: 400;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  transform: rotate(0.05deg);
  font-size: 2rem;
  color: #3b270a;
}
@media screen and (max-width: 767px) {
  .tbl6 th {
    padding: 10px;
  }
  .tbl6 th span {
    font-size: 1.5rem;
  }
}
.tbl6 td {
  border: 1px solid #f08200;
}
.tbl6 th:last-child, .tbl6 td:last-child {
  width: 40%;
}
.tbl6 th:first-child, .tbl6 td:first-child {
  width: 60%;
}
.tbl6 td:last-child {
  padding: 15px 40px 15px 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .tbl6 td:last-child {
    padding: 10px 10px 10px 0px;
  }
}
.tbl6 td:first-child {
  padding: 15px 0 15px 40px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .tbl6 td:first-child {
    padding: 10px 0 10px 10px;
  }
}

.tbl7 {
  width: 100%;
}
.tbl7 th {
  border: 1px solid #f08200;
  padding: 15px;
  background-color: #fff9f0;
  vertical-align: middle;
}
.tbl7 th span {
  font-weight: 400;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  transform: rotate(0.05deg);
  font-size: 2rem;
  color: #3b270a;
}
@media screen and (max-width: 767px) {
  .tbl7 th span {
    font-size: 1.5rem;
  }
  .tbl7 th {
    padding: 10px;
  }
}
.tbl7 td {
  padding: 15px 40px 15px 0;
  border: 1px solid #f08200;
  text-align: right;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .tbl7 td {
    padding: 10px;
  }
}
.tbl7 td:first-child {
  padding: 15px 0 15px 40px;
  text-align: left;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .tbl7 td:first-child {
    padding: 10px;
  }
}

/* 文書料 */
.tbl8 {
  width: 100%;
}
.tbl8 th {
  border: 1px solid #f08200;
  padding: 15px;
  background-color: #fff9f0;
}
.tbl8 th span {
  font-weight: 400;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  transform: rotate(0.05deg);
  font-size: 2rem;
  color: #3b270a;
}
@media screen and (max-width: 767px) {
  .tbl8 th {
    padding: 10px;
  }
  .tbl8 th span {
    font-size: 1.5rem;
  }
}
.tbl8 th:last-child, .tbl8 th:last-child {
  width: 35%;
}
.tbl8 td {
  border: 1px solid #f08200;
  padding: 15px 40px;
}
@media screen and (max-width: 767px) {
  .tbl8 td {
    padding: 10px;
  }
}
.tbl8 td:nth-child(2) {
  text-align: center;
}

.scroll {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_menu {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .scroll {
    display: revert;
    font-size: 1.3rem;
    color: #f08200;
    margin-bottom: 10px;
  }
}
/* 設備紹介 */
.equipment_post {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .equipment_post {
    gap: 0 4%;
  }
}
.equipment_post article {
  width: 380px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .equipment_post article {
    width: 48%;
  }
}
.equipment_post article figure {
  width: 100%;
  aspect-ratio: 380/285;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
.equipment_post article p {
  line-height: 1.444;
}
@media screen and (max-width: 767px) {
  .equipment_post article p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .equipment_post article .ttl01 {
    font-size: 1.5rem;
    background: url(images/deco4.png) top 2px left no-repeat;
    background-size: 18px;
    padding-left: 25px;
  }
}

/* 施設基準・掲載事項 */
.list1 {
  column-count: 2;
}
@media screen and (max-width: 767px) {
  .list1 {
    column-count: 1;
  }
}
.list1 span {
  font-family: "Lato", "M PLUS 1", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #f08200;
  font-weight: 600;
  font-size: 2rem;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .list1 span {
    font-size: 1.8rem;
    margin-right: 15px;
  }
}

.orange_box2 {
  background-color: #fff9f0;
  border-radius: 12px;
  padding: 40px 100px;
  width: 960px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .orange_box2 {
    width: 100%;
    padding: 30px 5%;
  }
}

.standards_box02 dt {
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  transform: rotate(0.05deg);
  color: #f08200;
  font-weight: 600;
}

/* クリニック概要 */
.tbl9 {
  width: 100%;
  border-top: 1px solid #f08200;
}
.tbl9 dl {
  display: flex;
  border-bottom: 1px solid #f08200;
  border-right: 1px solid #f08200;
  border-left: 1px solid #f08200;
}
@media screen and (max-width: 767px) {
  .tbl9 dl {
    display: block;
  }
}
.tbl9 dt {
  font-weight: 400;
  font-family: "M PLUS Rounded 1c", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  transform: rotate(0.05deg);
  font-size: 2rem;
  padding: 15px 40px;
  text-align: left;
  background-color: #fff9f0;
  color: #3b270a;
  width: 30%;
  border-right: 1px solid #f08200;
}
@media screen and (max-width: 767px) {
  .tbl9 dt {
    font-size: 1.5rem;
    padding: 10px;
    border-bottom: 1px solid #f08200;
    width: 100%;
    border-right: none;
  }
}
.tbl9 dd {
  padding: 15px 40px;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .tbl9 dd {
    padding: 10px;
    width: 100%;
  }
}

.map2 {
  width: 100%;
  position: relative;
  aspect-ratio: 120/40;
  overflow: hidden;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .map2 {
    height: 300px;
  }
}

.map2 iframe {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: calc(100% + 300px);
}

.timetbl3 {
  width: 560px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .timetbl3 {
    width: 100%;
    z-index: 0;
    border-radius: 0px;
    box-shadow: none;
    padding: 0;
  }
}
.timetbl3 th {
  font-family: "Lato", "M PLUS 1", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  padding-bottom: 5px;
}
.timetbl3 td {
  text-align: center;
  font-weight: 500;
}
.timetbl3 tr:last-child {
  padding-bottom: 0px;
}
.timetbl3 tr:not(:first-child) {
  border-top: 1px solid #959595;
}

.tbl10 th {
  text-align: left;
  width: 120px;
  color: #3b270a;
}
@media screen and (max-width: 767px) {
  .tbl10 th {
    width: 80px;
  }
}
.tbl10 {
  border-collapse: separate;
  border-spacing: 0 30px;
}
@media screen and (max-width: 767px) {
  .tbl10 {
    border-spacing: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .overview_box02 .col2_container2 {
    gap: 10px;
  }
}

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