@charset "UTF-8";
/* 
Theme Name:豊中庄内ヴェルデデンタルクリニック
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500&display=swap");
/*----------------------------------------------------*/
/* element reset
------------------------------------------------------*/
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, a, input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul, ol, dl {
  list-style: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit;
  font: 100%;
}

th, td, img {
  border: 0;
}

caption, th {
  text-align: left;
}

img, a img {
  background: transparent;
}

address {
  font-style: normal;
}

hr {
  display: none;
}

input, select {
  vertical-align: middle;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*----------------------------------------------------*/
/* link
------------------------------------------------------*/
a:link {
  color: #4C3F26;
  text-decoration: none;
}

a:visited {
  color: #4C3F26;
  text-decoration: none;
}

a:hover {
  color: #4C3F26;
  text-decoration: none;
}

a:active {
  color: #4C3F26;
  text-decoration: none;
}

main a:link {
  color: #59ABD0;
  text-decoration: underline;
}

main a:visited {
  color: #59ABD0;
  text-decoration: underline;
}

main a:hover {
  color: #59ABD0;
  text-decoration: none;
}

main a:active {
  color: #59ABD0;
  text-decoration: underline;
}

a:hover img,
input[type=image]:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

a[href*="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: initial;
  }
}

/*----------------------------------------------------*/
/* base
------------------------------------------------------*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.2222222222vw;
  }
}

body {
  background: #FFF;
  color: #2D3640;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
  font-size: 1.8rem;
  min-width: 1200px;
}

p {
  letter-spacing: 0.05em;
  line-height: 1.8;
}

dt, dd, li, th, td, address {
  line-height: 1.8;
}

p, dt, dd, li, th, td, input, textarea, address {
  font-size: 100%;
}

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

@media only screen and (max-width: 1240px) {
  body {
    min-width: initial;
  }
}
@media only screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}
/*  base
----------------------------------- */
.sp {
  display: none;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 0;
  }
}
/* // mains
----------------------------------- */
.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 0.5em !important;
}

.mb10 {
  margin-bottom: 1em !important;
}

.mb15 {
  margin-bottom: 1.5em !important;
}

.mb20 {
  margin-bottom: 2em !important;
}

.mb25 {
  margin-bottom: 2.5em !important;
}

.mb30 {
  margin-bottom: 3em !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 0.5em !important;
}

.mt10 {
  margin-top: 1em !important;
}

.bold {
  font-weight: 600;
}

.posR {
  text-align: right;
}

.posC {
  text-align: center;
}

.floRp {
  float: right;
  padding: 0 0 1rem 1rem;
}

.sp {
  display: none;
}

.md {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 1024px) {
  .sp {
    display: none;
  }
  .md {
    display: block;
  }
  .pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .md {
    display: block;
  }
  .pc {
    display: none;
  }
}
/*  text
----------------------------------- */
strong.red01 {
  color: #B53934;
}
strong.red01line {
  color: #B53934;
  text-decoration: underline;
}

main p {
  margin-bottom: 2rem;
}

/*------------------------------------------------------*/
/* structure
------------------------------------------------------*/
/* header
------------------------------------------------------*/
#header {
  background: linear-gradient(45deg, rgb(148, 95, 66) 0%, rgb(148, 95, 66) 10%, rgb(233, 184, 0) 70%, rgb(233, 184, 0) 100%);
  padding-top: 2rem;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 0.3s ease;
}
#header .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .inner h1 {
  max-width: 585px;
  width: 50%;
}
#header .inner .linksbtn {
  width: 45%;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}
#header .inner .linksbtn li {
  background: linear-gradient(0deg, rgb(148, 95, 66) 0%, rgb(233, 184, 0) 100%);
  place-content: center;
}
#header .inner .linksbtn li a {
  color: #FFF;
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 1rem;
  line-height: 1;
  border: 1px solid #FFF;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  height: 100%;
  gap: 0.5rem;
}
#header .inner .linksbtn li a:before {
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: clamp(1.4rem, 2vw, 3.4rem);
  aspect-ratio: 1/1;
  display: block;
}
#header .inner .linksbtn .f_mail a {
  font-size: clamp(1.4rem, 1.3vw, 1.8rem);
  line-height: 1;
}
#header .inner .linksbtn .f_mail a:before {
  background-image: url("/cms/wp-content/themes/verde/img/cmn/icon_mail.png");
}
#header .inner .linksbtn .f_tel a dl {
  text-align: right;
}
#header .inner .linksbtn .f_tel a dt {
  line-height: 1;
  font-size: clamp(1rem, 0.9vw, 1.2rem);
}
#header .inner .linksbtn .f_tel a dd.num {
  font-size: clamp(1.4rem, 1.5vw, 2rem);
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
}
#header .inner .linksbtn .f_tel a:before {
  background-image: url("/cms/wp-content/themes/verde/img/cmn/icon_call.png");
}
#header .inner .linksbtn .f_reserve a:before {
  background-image: url("/cms/wp-content/themes/verde/img/cmn/icon_reserve.png");
}
@media screen and (max-width: 1024px) {
  #header .inner h1 {
    width: 40%;
  }
  #header .inner .linksbtn {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  #header {
    padding: 2rem 1rem;
  }
  #header .inner h1 {
    width: 80%;
  }
  #header .inner .linksbtn {
    display: none;
  }
}

/* gnavi
------------------------------------------------------*/
#header > #gnavi {
  position: relative;
  margin-bottom: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}
#header > #gnavi ul.gnavi {
  padding: 20px 2rem;
  display: flex;
  justify-content: center;
  position: relative;
  gap: 2rem;
}
#header > #gnavi ul.gnavi a {
  font-size: 1.8rem;
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  color: #FFF;
  display: block;
  text-align: center;
  position: relative;
}
#header > #gnavi ul.gnavi a.current, #header > #gnavi ul.gnavi a:hover {
  font-weight: 500;
  color: #FFF;
}
#header > #gnavi ul.gnavi a.current:after, #header > #gnavi ul.gnavi a:hover:after {
  transform: scale(1, 1);
}
#header > #gnavi ul.gnavi a:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #FFF;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
#header > #gnavi ul.gnavi li {
  position: relative;
}
#header > #gnavi ul.gnavi li.active:after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  position: absolute;
  left: 50%;
  top: calc(100% + 6px);
  transform: rotate(45deg) translateX(-3.5px);
}
#header > #gnavi .dentalMenu {
  display: none;
  padding-bottom: 20px;
}
#header > #gnavi .dentalMenu ul {
  padding: 0.5rem 2rem;
  display: flex;
  justify-content: center;
  position: relative;
  gap: 2rem;
}
#header > #gnavi .dentalMenu ul li > span {
  display: block;
  color: #FFF;
  border-radius: 3px;
  border: 1px solid #FFF;
  padding: 0 0.5rem 0 1rem;
}
#header > #gnavi .dentalMenu ul li > span span {
  font-size: 1.2rem;
}
#header > #gnavi .dentalMenu ul li a {
  display: block;
  color: #98633E;
  background: #FFF;
  border-radius: 3px;
  border: 1px solid #FFF;
  padding: 0 1rem;
  transition: background 0.2s, color 0.3s;
}
#header > #gnavi .dentalMenu ul li a:hover {
  background: #EDD79E;
}
#header > #gnavi .dentalMenu ul:last-child li a {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #header > #gnavi {
    display: none;
  }
}

/* overlayMenuBtn
------------------------------------------------------*/
#btn_menu {
  display: none;
}

#menu {
  display: none;
}

@media screen and (max-width: 767px) {
  #btn_menu {
    position: fixed;
    display: block;
    right: 0;
    top: 1rem;
    z-index: 100;
    width: 60px;
    height: 50px;
  }
  #btn_menu.fixed div span {
    background: #824B32;
  }
  #btn_menu > div {
    width: 30px;
    height: 18px;
    position: absolute;
    top: 3rem;
    right: 2.5rem;
  }
  #btn_menu > div span {
    transition: 0.3s;
    display: block;
    height: 3px;
    position: absolute;
    right: 0;
    background: #fff;
  }
  #btn_menu > div span:nth-child(1) {
    width: 80%;
    top: 0;
  }
  #btn_menu > div span:nth-child(2) {
    width: 90%;
    top: 50%;
    transform: translateY(-50%);
  }
  #btn_menu > div span:nth-child(3) {
    width: 100%;
    bottom: 0;
  }
  #btn_menu p {
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    color: #FFF;
    line-height: 1;
    top: 34px;
    right: 2.5rem;
    width: 30px;
    text-align: center;
    transform: translateY(100%);
    letter-spacing: 0.1em;
  }
  .js-menuOpen #btn_menu.fixed div span {
    background: #fff;
  }
  .js-menuOpen #btn_menu > div span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(225deg);
    width: 100%;
  }
  .js-menuOpen #btn_menu > div span:nth-child(2) {
    transform: translateY(-50%) rotate(-225deg);
    opacity: 0;
  }
  .js-menuOpen #btn_menu > div span:nth-child(3) {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%) rotate(-225deg);
  }
  #menu {
    display: block;
    padding: 2rem 3rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(0deg, rgb(40, 48, 57) 0%, rgb(79, 96, 114) 100%);
    z-index: 90;
    transform: translateX(-100%);
    opacity: 0;
    transition: opacity 0.3s 0s, transform 0s 0.3s;
    overflow: scroll;
  }
  .js-menuOpen #menu {
    transform: translateX(0);
    opacity: 1;
    transition: opacity 0.3s, transform 0s;
  }
  #menu h1 {
    width: 80%;
  }
  #menu ul.gnavi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0 20px 0;
    position: relative;
  }
  #menu ul.gnavi li {
    width: calc(50% - 8px);
    position: relative;
    margin-bottom: 8px;
    overflow: hidden;
  }
  #menu ul.gnavi li:before {
    content: "";
    width: calc(100% - 2px);
    height: 1px;
    background: #FFF;
    position: absolute;
    left: 1px;
    bottom: 0px;
    z-index: 2;
  }
  #menu ul.gnavi li:after {
    content: "";
    width: calc(100% - 2px);
    height: 70%;
    background: #485767;
    position: absolute;
    left: 1px;
    bottom: 1px;
    clip-path: ellipse(50% 50% at 50% 50%);
    transform: translateY(50%);
    z-index: 1;
  }
  #menu ul.gnavi li a {
    position: relative;
    padding: 8px 2rem 8px 2rem;
    font-size: 2rem;
    display: block;
    text-align: center;
    color: #FFF;
    border: 1px solid #FFF;
    z-index: 2;
  }
  #menu .dentalMenu {
    display: none;
    padding-bottom: 20px;
  }
  #menu .dentalMenu ul {
    padding: 0.5rem 0rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    gap: 1rem;
  }
  #menu .dentalMenu ul li {
    width: 48%;
  }
  #menu .dentalMenu ul li > span {
    display: block;
    color: #FFF;
    border-radius: 3px;
    border: 1px solid #4F6072;
    padding: 1rem;
    font-size: 1.4rem;
    height: 100%;
  }
  #menu .dentalMenu ul li > span span {
    font-size: 1.2rem;
  }
  #menu .dentalMenu ul li a {
    font-size: 1.8rem;
    display: block;
    color: #FFF;
    background: #2D3640;
    border-radius: 3px;
    border: 1px solid #4F6072;
    padding: 1rem;
  }
  #menu .dentalMenu ul:last-child {
    margin-top: 1rem;
  }
  #menu .dentalMenu ul:last-child li a {
    font-size: 1.4rem;
  }
  #menu .schedule {
    color: #FFF;
  }
  #menu .schedule table {
    width: 100%;
  }
  #menu .logobox {
    margin-top: 30px;
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
  }
  #menu .logobox .logo {
    width: 60%;
    margin: 0 auto 10px;
  }
  #menu .linksbtn {
    width: 100%;
    display: block;
    justify-content: space-between;
    margin: 20px auto;
    gap: 2rem;
  }
  #menu .linksbtn li {
    width: calc(33% - 1rem);
    width: 100%;
    background: linear-gradient(0deg, rgb(148, 95, 66) 0%, rgb(233, 184, 0) 100%);
    place-content: center;
    margin-bottom: 10px;
  }
  #menu .linksbtn li a {
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 1rem;
    line-height: 1;
    border: 1px solid #FFF;
    font-family: "Zen Old Mincho", serif;
    height: 100%;
    gap: 1rem;
  }
  #menu .linksbtn li a:before {
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 30px;
    aspect-ratio: 1/1;
    display: block;
  }
  #menu .linksbtn .f_mail a {
    font-size: 1.8rem;
    line-height: 1;
  }
  #menu .linksbtn .f_mail a:before {
    background-image: url("/cms/wp-content/themes/verde/img/cmn/icon_mail.png");
  }
  #menu .linksbtn .f_tel a dl {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
  #menu .linksbtn .f_tel a dt {
    font-size: 1.2rem;
    line-height: 1;
  }
  #menu .linksbtn .f_tel a dd.num {
    font-size: 2rem;
    font-weight: 500;
    font-family: "Zen Old Mincho", serif;
    line-height: 1;
  }
  #menu .linksbtn .f_tel a:before {
    background-image: url("/cms/wp-content/themes/verde/img/cmn/icon_call.png");
  }
  #menu .linksbtn .f_reserve a:before {
    background-image: url("/cms/wp-content/themes/verde/img/cmn/icon_reserve.png");
  }
}
/* pagetop
------------------------------------------------------*/
#pagetop {
  bottom: 0rem;
  max-width: initial;
  opacity: 0;
  position: fixed;
  right: 4rem;
  transition: 0.3s;
  visibility: hidden;
  width: 60px;
  z-index: 20;
  background: rgba(255, 255, 255, 0.6);
  padding: 1rem;
}
#pagetop.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1024px) {
  #pagetop {
    right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #pagetop {
    right: 1rem;
    bottom: 5px;
    width: 12vw;
  }
}
/* schedule
------------------------------------------------------*/
.schedule {
  z-index: 1;
  font-size: clamp(12px, 1.5vw, 18px);
}
.schedule table {
  border-top: 1px solid #9DB1C7;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 0.8em;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(10px, 1.5vw, 18px);
}
.schedule table thead th {
  font-weight: 500;
  padding: 0.5rem clamp(5px, 0.5vw, 12px);
  text-align: center;
  border-bottom: 1px solid #9DB1C7;
  white-space: nowrap;
}
.schedule table tbody th {
  border-bottom: 1px solid #9DB1C7;
  font-weight: 500;
  padding: 0.5rem clamp(5px, 0.5vw, 12px);
  text-align: center;
}
.schedule table tbody td {
  border-bottom: 1px solid #9DB1C7;
  padding: 0.5rem clamp(5px, 0.5vw, 12px);
  text-align: center;
}

/* medicalMenu */
#medicalmenu {
  background: linear-gradient(0deg, rgb(40, 48, 57) 0%, rgb(79, 96, 114) 100%);
  padding-top: 10rem;
  padding-bottom: 10rem;
}
#medicalmenu h2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
  margin-bottom: 5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
}
#medicalmenu h2 > span:first-child {
  max-width: 345px;
}
#medicalmenu h2 > span:last-child {
  font-family: "Zen Old Mincho", serif;
  color: #FFF;
  font-size: 3.3rem;
  font-weight: 400;
}
#medicalmenu .mainMenu {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2%;
}
#medicalmenu .mainMenu li {
  aspect-ratio: 3/2;
  border: 1px solid #FFF;
  margin-bottom: 2%;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  width: 14.6666666667%;
}
#medicalmenu .mainMenu li:after {
  content: "";
  width: calc(100% - 2px);
  height: 30%;
  background: #485767;
  position: absolute;
  left: 1px;
  bottom: 1px;
  clip-path: ellipse(50% 50% at 50% 50%);
  transform: translateY(50%);
  z-index: 1;
}
#medicalmenu .mainMenu li:hover {
  background: #283039;
}
#medicalmenu .mainMenu li a, #medicalmenu .mainMenu li span {
  width: 100%;
  height: 100%;
  position: relative;
  display: grid;
  place-items: center;
  text-decoration: none;
  color: #FFF;
  z-index: 2;
}
#medicalmenu .subMenu {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  gap: 5%;
}
#medicalmenu .subMenu > .menu {
  width: 30%;
  border: 1px solid #FFF;
}
#medicalmenu .subMenu > .menu a, #medicalmenu .subMenu > .menu span {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #FFF;
  align-items: center;
  transition: 0.3s;
}
#medicalmenu .subMenu > .menu a > *, #medicalmenu .subMenu > .menu span > * {
  width: 50%;
}
#medicalmenu .subMenu > .menu a .photo, #medicalmenu .subMenu > .menu span .photo {
  position: relative;
}
#medicalmenu .subMenu > .menu a .photo:after, #medicalmenu .subMenu > .menu span .photo:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  transition: 0.3s;
}
#medicalmenu .subMenu > .menu a:hover, #medicalmenu .subMenu > .menu span:hover {
  background: #283039;
}
#medicalmenu .subMenu > .menu a:hover .photo img, #medicalmenu .subMenu > .menu span:hover .photo img {
  opacity: 1;
}
#medicalmenu .subMenu > .menu a:hover .photo:after, #medicalmenu .subMenu > .menu span:hover .photo:after {
  background: rgba(0, 0, 0, 0);
}
#medicalmenu dl {
  text-align: center;
}
#medicalmenu dl dt {
  font-size: clamp(10px, 1.2vw, 12px);
  text-align: center;
  position: relative;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 0.5rem;
}
#medicalmenu dl dt:before {
  content: "";
  width: 26px;
  height: 30px;
  background: url("/cms/wp-content/themes/verde/img/cmn/header_link.png") no-repeat 0 0/contain;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}
#medicalmenu dl dd {
  font-size: clamp(12px, 1.5vw, 18px);
}
@media screen and (max-width: 767px) {
  #medicalmenu h2 {
    gap: 3rem;
  }
  #medicalmenu h2 > span:first-child {
    max-width: 50%;
  }
  #medicalmenu .mainMenu li {
    width: 48%;
  }
  #medicalmenu .subMenu {
    display: block;
    gap: 5%;
  }
  #medicalmenu .subMenu > .menu {
    width: 100%;
    margin-bottom: 2rem;
  }
}

/* footer
------------------------------------------------------*/
#footer {
  border-top: 1px solid #4F6072;
  padding-top: 4rem;
}
#footer .logobox {
  margin-bottom: 5rem;
}
#footer .logobox .logo {
  margin: 0 auto 3rem;
  max-width: 178px;
}
#footer .logobox p {
  text-align: center;
}
#footer .data {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 2rem;
  margin-bottom: 5rem;
  gap: 20px;
}
#footer .data .schedule {
  width: 55%;
}
#footer .data .map {
  width: 40%;
}
#footer .data .map iframe {
  width: 100%;
  aspect-ratio: 4/3;
}
#footer .linksbtn {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  padding: 0 2rem;
  margin: 0 auto;
}
#footer .linksbtn li {
  width: 32%;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(234, 207, 140) 100%);
  margin-bottom: 5rem;
  flex: grid;
  place-content: center;
}
#footer .linksbtn li a {
  color: #824B32;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px 2rem 22px;
  line-height: 1;
  border: 1px solid #EDD79E;
  font-family: "Zen Old Mincho", serif;
  height: 100%;
  font-size: 2.4rem;
  gap: 1rem;
}
#footer .linksbtn li a:before {
  background-size: contain;
  background-repeat: no-repeat;
  width: 3rem;
  aspect-ratio: 1/1;
  content: "";
  display: block;
}
#footer .linksbtn .f_mail a {
  line-height: 1;
}
#footer .linksbtn .f_mail a:before {
  background-image: url("/cms/wp-content/themes/verde/img/cmn/icon_mail_c.png");
}
#footer .linksbtn .f_tel a dl {
  text-align: right;
}
#footer .linksbtn .f_tel a dt {
  line-height: 1;
  font-size: 1.6rem;
}
#footer .linksbtn .f_tel a dd.num {
  font-size: 3rem;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
}
#footer .linksbtn .f_tel a:before {
  background-image: url("/cms/wp-content/themes/verde/img/cmn/icon_call_c.png");
}
#footer .linksbtn .f_reserve a:before {
  background-image: url("/cms/wp-content/themes/verde/img/cmn/icon_reserve_c.png");
}
@media screen and (max-width: 1024px) {
  #footer .linksbtn li a {
    padding: 16px 1.5rem;
    font-size: 2rem;
    gap: 0.6rem;
  }
  #footer .linksbtn li a:before {
    width: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #footer .logobox {
    margin-bottom: 5rem;
  }
  #footer .logobox .logo {
    margin: 0 auto 3rem;
    max-width: 40%;
  }
  #footer .logobox p {
    text-align: center;
  }
  #footer .linksbtn {
    display: block;
  }
  #footer .linksbtn li {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  #footer .linksbtn li a {
    padding: 12px 1rem 12px;
  }
  #footer .linksbtn li.f_tel a dl {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
  #footer .linksbtn li.f_tel a dl dt {
    font-size: 1.2rem;
  }
  #footer .linksbtn li.f_tel a dl dd.num {
    font-size: 2rem;
  }
  #footer .data {
    display: block;
  }
  #footer .data .schedule {
    width: 100%;
    margin-bottom: 3rem;
  }
  #footer .data .map {
    width: 100%;
  }
}

#copy {
  display: block;
  font-size: 1.8rem;
  padding: 2rem 2rem 2rem;
  text-align: center;
  color: #FFF;
  background: linear-gradient(45deg, rgb(148, 95, 66) 0%, rgb(148, 95, 66) 10%, rgb(233, 184, 0) 70%, rgb(233, 184, 0) 100%);
}

/* fixed menu
------------------------------------------------------*/
#fixedFooter {
  display: none;
  opacity: 0;
}
#fixedFooter.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  #fixedFooter {
    bottom: 0;
    display: block;
    left: 0;
    padding: 5px calc(1rem + 12vw) 5px 5px;
    position: fixed;
    width: calc(100% - 2rem);
    width: 100%;
    z-index: 9;
    background: rgba(255, 255, 255, 0.6);
  }
  #fixedFooter .linksbtn {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 3px;
  }
  #fixedFooter .linksbtn li {
    background: linear-gradient(0deg, rgb(148, 95, 66) 0%, rgb(233, 184, 0) 100%);
    place-content: center;
  }
  #fixedFooter .linksbtn li a {
    color: #FFF;
    display: grid;
    place-content: center;
    place-items: center;
    padding: 10px 5px;
    line-height: 1;
    border: 1px solid #FFF;
    font-family: "Zen Old Mincho", serif;
    height: 100%;
    font-size: 1.4rem;
    gap: 5px;
  }
  #fixedFooter .linksbtn li a:before {
    background-size: contain;
    background-repeat: no-repeat;
    width: 3rem;
    aspect-ratio: 1/1;
    content: "";
    display: block;
  }
  #fixedFooter .linksbtn .f_mail a:before {
    background-image: url("/cms/wp-content/themes/verde/img/cmn/icon_mail.png");
  }
  #fixedFooter .linksbtn .f_reserve a:before {
    background-image: url("/cms/wp-content/themes/verde/img/cmn/icon_reserve.png");
  }
  #fixedFooter .linksbtn .f_tel a:before {
    background-image: url("/cms/wp-content/themes/verde/img/cmn/icon_call.png");
  }
  #fixedFooter .linksbtn .f_tel a dl {
    text-align: center;
  }
  #fixedFooter .linksbtn .f_tel a dt {
    font-size: 1.4rem;
    line-height: 1;
  }
  #fixedFooter .linksbtn .f_tel a dd.num {
    display: none;
  }
}

/* main 
------------------------------------------------------*/
#main {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}

/* contents
------------------------------------------------------*/
#contents {
  padding-top: 90px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #contents {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #contents {
    padding-top: 30px;
  }
}

/* parts 
------------------------------------------------------*/
/* parts header
------------------------------------------------------*/
h1.pagetitle {
  font-size: 3.5rem;
  font-weight: 500;
  margin: 0 auto 2em;
  text-align: center;
  padding-bottom: 12px;
  line-height: 1.5;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 1024px) {
  h1.pagetitle {
    font-size: 3.33vw;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  h1.pagetitle {
    font-size: 3.6rem;
  }
}
h1.pagetitle span.mainCategory {
  display: block;
  font-size: 1.8rem;
  background: #98633E;
  color: #FFF;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 10px;
}
h1.pagetitle:after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(45deg, rgb(148, 95, 66) 0%, rgb(148, 95, 66) 10%, rgb(233, 184, 0) 70%, rgb(233, 184, 0) 100%);
}
h1.pagetitle a {
  text-decoration: none;
  color: #2D3640;
}

.htype01 {
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 1024px) {
  .htype01 {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 767px) {
  .htype01 {
    font-size: 2.8rem;
  }
}

.htype02 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .htype02 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  .htype02 {
    font-size: 2.4rem;
  }
}

.htype03 {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 1.5em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .htype03 {
    font-size: 3.33vw;
  }
}
@media screen and (max-width: 767px) {
  .htype03 {
    font-size: 2.4rem;
  }
}

.htype04 {
  font-weight: 500;
  margin-bottom: 1.5em;
  width: fit-content;
  position: relative;
  padding-bottom: 10px;
}
.htype04:after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(45deg, rgb(148, 95, 66) 0%, rgb(148, 95, 66) 10%, rgb(233, 184, 0) 70%, rgb(233, 184, 0) 100%);
}

.htype05 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .htype05 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .htype05 {
    font-size: 2rem;
  }
}

/* parts list
------------------------------------------------------*/
#contents .photolist01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px auto;
}
#contents .photolist01 li {
  width: 48%;
  margin-bottom: 30px;
}
#contents .photolist01 li.wide {
  width: 100%;
}
#contents .photolist01 li p {
  margin: 10px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contents .photolist01 {
    display: block;
  }
  #contents .photolist01 li {
    width: 100%;
  }
}
#contents .photolist02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px auto;
}
#contents .photolist02 li {
  width: 32%;
  margin-bottom: 30px;
}
#contents .photolist02 li p {
  margin: 10px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contents .photolist02 {
    display: block;
  }
  #contents .photolist02 li {
    width: 100%;
  }
}
#contents .dltype01 dt {
  padding-left: 30px;
  margin-bottom: 15px;
  position: relative;
}
#contents .dltype01 dt::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#contents .dltype01 dd:not(last-child) {
  margin-bottom: 50px;
  font-size: 1.8rem;
}

section .inner {
  margin: 0 auto;
  max-width: 1200px;
}

.notFound {
  text-align: center;
  padding: 150px 0;
}

/* ------------------------------------
// wp class
------------------------------------ */
div.alignright,
img.alignright,
a.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

div.alignleft,
img.alignleft,
a.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

div.aligncenter,
img.aligncenter,
a.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 20px 0 0;
}

.asset-body::after {
  content: "";
  clear: both;
  display: block;
}
.asset-body h1, .asset-body h2, .asset-body h3, .asset-body h4, .asset-body h5, .asset-body h6 {
  font-weight: 700;
  margin: 2em 0 1em;
}
.asset-body h1, .asset-body h2, .asset-body h3 {
  font-size: 2.2rem;
}
.asset-body h4, .asset-body h5, .asset-body h6 {
  font-size: 2rem;
}
.asset-body p::before {
  content: "";
  clear: both;
  display: block;
}
.asset-body ul {
  margin: 2em 0;
}
.asset-body ul li {
  padding-left: 1em;
  position: relative;
}
.asset-body ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.asset-body ol {
  margin: 2em 0;
  counter-reset: number;
}
.asset-body ol li {
  padding-left: 1.5em;
  position: relative;
}
.asset-body ol li::before {
  position: absolute;
  left: 0;
  counter-increment: number;
  content: counter(number) ".";
}

@media screen and (max-width: 767px) {
  .aligncenter,
  .alignright,
  .alignleft {
    float: none !important;
    padding: 0 0 20px 0 !important;
  }
}