@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

a {
  text-decoration: none;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.ttf?wbeatq") format("truetype"), url("../fonts/icomoon.woff?wbeatq") format("woff"), url("../fonts/icomoon.svg?wbeatq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=fa-], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.6;
  background: #FFF;
}

.wrapper {
  max-width: 100%;
  margin: auto;
}

body.leftSidebar .wrapper,
body.rightSidebar .wrapper {
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
body.leftSidebar .wrapper main,
body.rightSidebar .wrapper main {
  width: 96rem;
}
body.leftSidebar .wrapper aside,
body.rightSidebar .wrapper aside {
  width: 22.5rem;
}

body.leftSidebar .wrapper main {
  order: 2;
}
body.leftSidebar .wrapper aside {
  order: 1;
}

header h1 {
  background: #18761b;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.4rem 0;
}
header h1 span {
  display: block;
  max-width: 100%;
  margin: auto;
}
header .logoTelArea {
  width: 100%;
  align-items: center;
  margin: auto;
  padding: 2.4rem 0;
}

@media screen and (max-width: 550px) {
  header .logoTelArea.basicFlex {
    display: block;
    width: 100%;
    text-align: center;
  }
  header .logoTelArea.basicFlex .logoBlock {
    margin-bottom: 1.2rem;
  }
}
a#topButton {
  display: flex;
  align-items: center;
  height: 50px;
  width: 50px;
  z-index: 50;
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  background: #ccc;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}
a#topButton:hover {
  color: #000;
}

nav#mainNav {
  background: #18761b;
  margin-bottom: 3.2rem;
}
nav#mainNav .inner {
  max-width: 100%;
  margin: auto;
}
nav#mainNav li {
  text-align: center;
  border-right: 0.1rem solid #fff;
}
nav#mainNav li a {
  display: block;
  color: #fff;
}
nav#mainNav li:first-child {
  border-left: 0.1rem solid #fff;
}
nav#mainNav li:hover {
  background: #209c25;
}
nav#mainNav li:hover a {
  color: #fff;
}
nav#mainNav span {
  display: block;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
nav#mainNav ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}
nav#mainNav li {
  display: table-cell;
  vertical-align: middle;
}
nav#mainNav li a {
  padding: 1rem 0;
}
nav#mainNav li.oneLines a {
  padding: 2.29rem 0;
}
nav#mainNav .spMenuBlock {
  display: none;
}

#mainImage {
  margin: auto;
  text-align: center;
  margin-bottom: 3.2rem;
}

.first {
  margin-top: 0;
}

aside section {
  padding: 1rem;
  border: 1px solid #dadada;
  background: #fff;
  margin-bottom: 3.2rem;
}
aside h2 {
  clear: both;
  margin-bottom: 1rem;
  padding: 0.5rem 0 1rem;
  font-size: 100%;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
}

footer small.copyright {
  display: block;
  text-align: center;
  background: #18761b;
  color: #fff;
  padding: 0.5rem;
}

.debugMsg {
  font-weight: bold;
  color: green;
}

p {
  padding-bottom: 1.6rem;
}

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

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.red {
  color: #FF0000;
}

.bold {
  font-weight: bold;
}

table {
  width: 100%;
  border: 1px solid #dadada;
  border-collapse: collapse;
  border-spacing: 0;
}
table th {
  padding: 8px;
  border: 1px solid #dadada;
  border-width: 0 0 1px 1px;
  font-weight: bold;
  color: #fff;
  background: #18761b;
  vertical-align: middle;
}
table td {
  padding: 8px;
  border: 1px solid #dadada;
  border-width: 0 0 1px 1px;
  vertical-align: middle;
}

.basicFlex {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.basicFlex .image {
  width: 30%;
}
.basicFlex .text {
  width: 68%;
}
.basicFlex.half .image, .basicFlex.half .text, .basicFlex.half .halfBlock, .basicFlex.half div {
  width: 49%;
}

ul.basicList li:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  background: #18761b;
  border-radius: 50%;
  position: relative;
  margin-right: 0.8rem;
}

ul.basicList li {
  padding-left: 1.6rem;
  text-indent: -1.6rem;
  padding-bottom: 0.8rem;
}

ol.basicList li:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  background: #18761b;
  border-radius: 50%;
  position: relative;
  margin-right: 0.8rem;
}

ol.basicList li {
  padding-left: 1.6rem;
  text-indent: -1.6rem;
  padding-bottom: 0.8rem;
}

input[type=text], input[type=email], input[type=tel] {
  width: 100%;
  font-size: 1.92rem;
}

textarea {
  width: 100%;
  height: 150px;
}

.indent {
  display: block;
  padding-left: 16px;
}

table.formTable {
  margin: 20px 0;
}
table.formTable .hissu {
  color: red;
}
table.formTable th {
  width: 30%;
}
table.formTable td {
  width: 70%;
}
@media screen and (max-width: 550px) {
  table.formTable {
    display: block;
    border: none;
    width: 100%;
  }
  table.formTable tbody, table.formTable tr {
    display: block;
    width: 100%;
  }
  table.formTable th {
    display: block;
    border: none;
    width: 100%;
    padding: 4px;
    margin-bottom: 0;
  }
  table.formTable td {
    display: block;
    border: none;
    width: 100%;
    padding: 4px;
    margin-bottom: 8px;
  }
}

.formTable th {
  width: 150px;
}
.formTable .hissu {
  color: #ff0000;
  font-size: 1.28rem;
  padding-left: 0.8rem;
}

p.formMsg {
  text-align: center;
  margin: 1.6rem 0;
}
p.formMsg .tel {
  font-size: 3.2rem;
  font-weight: bold;
}

#formResult {
  margin: auto;
  font-size: 20px;
  margin-top: 36px;
  padding: 16px;
  border-radius: 8px;
  display: none;
}

.formError {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.formSuccess {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

@media screen and (max-width: 550px) {
  .formTable {
    border: none;
  }
  .formTable th {
    width: 100%;
    display: block;
    border: none;
    padding: 0;
    margin-bottom: 0.8rem;
  }
  .formTable td {
    width: 100%;
    display: block;
    border: none;
    padding: 0;
    margin-bottom: 1.6rem;
  }
  .formTable .hissu {
    color: #ff0000;
    font-size: 1.28rem;
    padding-left: 0.8rem;
  }
  p.formMsg {
    text-align: center;
    margin: 1.6rem 0;
  }
  p.formMsg .tel {
    font-size: 3.2rem;
    font-weight: bold;
  }
}
div.wrapper.form #submitBtn {
  width: 295px;
  height: 56px;
  font-size: 18px;
  border-radius: 4px;
  background: #0f4c11;
  color: #FFF;
  margin: 32px auto 16px;
}

div.wrapper.form #submitBtn:hover {
  cursor: pointer;
  background: #18761b;
}

input[type=submit], input[type=reset], input[type=button] {
  -webkit-appearance: button;
}

.spOnly {
  display: none;
}
@media screen and (max-width: 550px) {
  .spOnly {
    display: block;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #252525;
  background: #FFF;
}

header {
  background: none;
}

.headerLogoImg {
  padding-left: 20px;
  max-height: 36px;
}
@media screen and (max-width: 550px) {
  .headerLogoImg {
    width: 100%;
    padding: 16px;
    max-height: none;
    text-align: center;
  }
}

.telBlock img {
  padding-right: 20px;
  max-height: 80px;
}
@media screen and (max-width: 550px) {
  .telBlock {
    width: 100%;
    height: auto;
    padding: 0 20%;
    text-align: center;
  }
  .telBlock img {
    padding: 0;
  }
}

nav#mainNav {
  margin-bottom: 0;
}
nav#mainNav .inner {
  position: relative;
}
nav#mainNav.fixed {
  position: sticky;
  top: 0;
  z-index: 110000;
}
nav#mainNav #menuList li .pulldown {
  display: none;
  z-index: 10000;
  top: 100%;
  background: #209c25;
  position: absolute;
  width: 100%;
}
nav#mainNav #menuList li .pulldown a {
  transition: 0.2s;
  padding: 1.4rem;
  border-top: 1px solid #fff;
}
nav#mainNav #menuList li .pulldown a:first-of-type {
  border-top: none;
}
nav#mainNav #menuList li .pulldown a:hover {
  color: #000;
}
nav#mainNav #menuList li:hover .pulldown {
  display: block;
}
nav#mainNav .visitBanner, nav#mainNav .yoshidaBanner {
  position: absolute;
  right: 16px;
  top: calc(100% + 16px);
  z-index: 10;
  padding: 16px;
  color: white;
  border-radius: 8px;
  box-sizing: border-box;
}
nav#mainNav .visitBanner:hover, nav#mainNav .yoshidaBanner:hover {
  transition: 0.2s;
  color: white;
}
@media screen and (max-width: 550px) {
  nav#mainNav .visitBanner, nav#mainNav .yoshidaBanner {
    opacity: 0;
  }
}
nav#mainNav.spFixed .visitBanner {
  opacity: 1;
  position: absolute;
  top: 7.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  width: max-content;
}
nav#mainNav .visitBanner {
  background: #75b7ff;
  border: 2px solid #007BFF;
}
nav#mainNav .visitBanner:hover {
  background: #007BFF;
}
nav#mainNav .yoshidaBanner {
  background: #18761b;
  border: 2px solid #00ff08;
}
nav#mainNav .yoshidaBanner:hover {
  background: #49c84d;
}

#spMenu {
  display: none;
}

@media screen and (max-width: 550px) {
  nav#mainNav {
    width: 100%;
  }
  nav#mainNav #menuList {
    display: none;
    background: #FFF;
    padding: 30% 10%;
  }
  nav#mainNav #menuList li {
    display: list-item;
    color: #18761b;
    width: 100%;
    border-bottom: 1px dotted #18761b;
  }
  nav#mainNav #menuList li a {
    color: #252525;
    padding: 20px 0;
    font-weight: bold;
  }
  nav#mainNav #menuList li a:hover {
    background-color: rgb(243, 255, 243);
  }
  nav#mainNav #menuList li:hover .pulldown {
    display: none;
  }
  nav#mainNav.fixed {
    position: fixed;
  }
  nav#mainNav.spFixed {
    position: fixed;
    top: 0;
    z-index: 110000;
  }
  nav#mainNav.spFixed #menuList {
    padding-top: 4%;
    height: 1000vh;
  }
  #spMenu {
    display: block;
    position: fixed;
    top: 1%;
    right: 1%;
    z-index: 120000;
    width: 52px;
  }
  #spOpenMenuIcon {
    z-index: 120001;
  }
  #spCloseMenuIcon {
    display: none;
    z-index: 120001;
  }
}
#mainImage {
  position: relative;
  margin-bottom: 0;
}

.requireReservation {
  color: #eb5252;
}

.sliderLogo {
  z-index: 99999;
  text-align: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.7);
  padding: 8px;
  border-radius: 8px;
  line-height: 1;
}
.sliderLogo img {
  max-width: 260px;
}
@media screen and (max-width: 550px) {
  .sliderLogo {
    bottom: 4%;
    right: 4%;
    width: 40%;
    padding: 2%;
  }
  .sliderLogo img {
    max-width: 100%;
  }
}

h1.pageTitle {
  position: relative;
  line-height: 1;
}
h1.pageTitle img {
  width: 100%;
}
h1.pageTitle span {
  display: block;
  position: absolute;
  font-size: 6rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  z-index: 3;
}
h1.pageTitle .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  background: rgba(0, 76, 102, 0.4);
}
@media screen and (max-width: 550px) {
  h1.pageTitle span {
    font-size: 3rem;
    display: block;
    width: 100%;
    color: #fff;
    z-index: 3;
    text-align: center;
    left: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
  }
}

div.post {
  background-color: #fff;
  padding: 5rem;
  margin: 5rem;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
}
div.post.bgImg {
  padding: 5rem;
  background-size: contain;
  background-size: 100%;
}
div.post.bgImg .inner {
  padding: 5rem;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 550px) {
  div.post {
    margin: 4%;
    padding: 2%;
  }
  div.post.bgImg {
    padding: 2%;
  }
  div.post.bgImg .inner {
    padding: 0;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
div.post.houmon .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 900px) {
  div.post.houmon .flex {
    flex-direction: column;
    align-items: start;
  }
  div.post.houmon .flex .text,
  div.post.houmon .flex .link {
    width: 100%;
  }
  div.post.houmon .flex .link {
    margin-top: 1rem;
  }
}
div.post.houmon .link {
  margin: 0 auto;
  width: 30%;
}
div.post.houmon .link a.visit-banner {
  padding: 12px 24px;
  background: #75b7ff;
  border: 2px solid #007BFF;
  width: 100%;
  font-size: 2vw;
  border-radius: 4px;
  text-decoration: none;
  color: white;
}
div.post.houmon .link a.visit-banner:hover {
  background: #007BFF;
}

h2 {
  letter-spacing: 2px;
  text-align: center;
  padding: 8px 0;
  border: none;
  border-bottom: 6px solid #18761b;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 550px) {
  h2 {
    letter-spacing: 0;
    padding: 8px 0;
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 550px) {
  .basicFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .basicFlex .image {
    text-align: center;
  }
  .basicFlex .text,
  .basicFlex .image,
  .basicFlex .halfBlock {
    width: 100%;
  }
  .basicFlex.half .text,
  .basicFlex.half .image,
  .basicFlex.half .halfBlock {
    width: 100%;
  }
}

h1 span {
  padding-left: 4px;
}

table.scheduleTable {
  text-align: center;
  margin-bottom: 1rem;
}

aside .banner {
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 550px) {
  aside .banner {
    width: 80%;
    margin: auto;
    text-align: center;
  }
}

.basicFlex.logoTelArea {
  max-width: 100%;
}
.basicFlex.logoTelArea .logoBlock {
  width: 44%;
  display: block;
}
@media screen and (max-width: 550px) {
  .basicFlex.logoTelArea .logoBlock {
    width: 80%;
    margin: 0 auto;
  }
}

body.index .basicFlex.logoTelArea .logoBlock {
  display: block;
}

div.bx-wrapper {
  margin: 0 auto;
  border: none;
}

.result {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.result.success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.result.fail {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

form#login {
  margin: 4rem 0;
}
form#login .username,
form#login .password {
  width: 60%;
  margin: 0 auto 4rem;
}
form#login .username input,
form#login .password input {
  font-size: 20px;
  width: 100%;
}
form#login .submit {
  width: 20%;
  margin: 0 auto;
}
form#login .submit input {
  background-color: #18761b;
  border-color: #209c25;
  padding: 1.4rem 0;
  color: #fff;
  font-size: 18px;
  width: 100%;
}

form#modify .submit {
  width: 20%;
  margin: 0 auto;
}
form#modify .submit input {
  background-color: #18761b;
  border-color: #209c25;
  padding: 1.4rem 0;
  color: #fff;
  font-size: 18px;
  width: 100%;
}

form#logout .submit {
  width: 20%;
  margin: 0 auto;
}
form#logout .submit input {
  background-color: #18761b;
  border-color: #209c25;
  padding: 1.4rem 0;
  color: #fff;
  font-size: 18px;
  width: 100%;
}

.indexMenuPost {
  display: flex;
  justify-content: space-between;
}
.indexMenuPost .block {
  color: #000;
  display: block;
  width: 30%;
  background: #eaf6ff;
  transition: 0.1s;
}
.indexMenuPost .block .image {
  margin: 2rem 2.2rem 0.8rem;
  text-align: center;
}
.indexMenuPost .block .text {
  margin: 0 2.2rem 2rem;
}
.indexMenuPost .block .text .menuTitle {
  font-size: 20px;
  text-align: center;
}
.indexMenuPost .block:hover {
  background: #88c5f4;
}
@media screen and (max-width: 550px) {
  .indexMenuPost {
    flex-wrap: wrap;
  }
  .indexMenuPost .block {
    width: 92%;
    margin: auto;
    margin-bottom: 2rem;
  }
}

.logoutLink {
  text-align: right;
}
.logoutLink a {
  color: #00f;
}
.logoutLink a:hover {
  opacity: 0.8;
}

#newsArea {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#newsArea .newsBlock {
  width: 48%;
  border: 1px solid #CCC;
  margin: 1%;
  padding: 1%;
}
@media screen and (max-width: 550px) {
  #newsArea .newsBlock {
    width: 98%;
  }
}
#newsArea .newsBlock h3 {
  font-size: 2rem;
  font-weight: bold;
}
#newsArea .newsBlock h3::before {
  content: "● ";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  vertical-align: middle;
  color: #070;
  font-weight: bold;
  font-variation-settings: "normal";
}

#footer {
  background-color: #fff;
  padding-top: 2rem;
}
#footer .inner {
  background-color: #fff;
  margin: 5rem;
}
@media screen and (max-width: 550px) {
  #footer .inner {
    margin: 2rem;
  }
}

#footer .footerLinkArea ul {
  flex-wrap: wrap;
}
#footer .footerLinkArea ul li {
  border: 1px solid #CCC;
  margin: 1%;
  width: 23%;
  display: flex;
}
#footer .footerLinkArea ul li a {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
}
#footer .footerLinkArea ul li a:hover {
  opacity: 0.5;
}

.gmap {
  width: 100%;
  height: 450px;
}

.scheduleTable {
  text-align: center;
}
.scheduleTable .ng {
  color: #FF0000;
  font-weight: bold;
}
.scheduleTable .ok {
  color: #00f;
}
.scheduleTable th.holiday {
  color: #ff8484;
}
.scheduleTable th.saturday {
  color: rgb(141, 141, 255);
}

.indexSyoujouOsusume {
  border: 1px solid #CCCC00;
  padding: 16px;
  margin-bottom: 16px;
  background-color: #FFFFF4;
}

.indexMovieFlex.basicFlex {
  flex-wrap: wrap;
}
.indexMovieFlex.basicFlex .indexMovieFlexBlock {
  width: 49%;
  margin-bottom: 2%;
  border: 1px solid #CCC;
  padding: 1%;
}
@media screen and (max-width: 550px) {
  .indexMovieFlex.basicFlex {
    flex-direction: column;
  }
  .indexMovieFlex.basicFlex .indexMovieFlexBlock {
    width: 98%;
  }
}

.indexTigaiFlex.basicFlex .image {
  width: 40%;
}
.indexTigaiFlex.basicFlex .detail {
  width: 59%;
}
@media screen and (max-width: 550px) {
  .indexTigaiFlex.basicFlex {
    flex-direction: column;
  }
  .indexTigaiFlex.basicFlex .image {
    width: 98%;
  }
  .indexTigaiFlex.basicFlex .detail {
    width: 98%;
  }
}

.recommendedFlex.basicFlex .image {
  text-align: center;
  width: 25%;
}
.recommendedFlex.basicFlex .detail {
  width: 73%;
}
@media screen and (max-width: 550px) {
  .recommendedFlex.basicFlex {
    flex-direction: column;
  }
  .recommendedFlex.basicFlex .image {
    width: 98%;
  }
  .recommendedFlex.basicFlex .detail {
    width: 98%;
  }
}

h3 {
  font-size: 2rem;
  font-weight: bold;
}
h3::before {
  content: "keyboard_arrow_right";
  font-family: "Material Symbols Outlined";
  font-size: 32px;
  vertical-align: middle;
  color: #070;
  font-weight: bold;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

.post.contents .inner img {
  margin: 0 auto;
  display: block;
  margin-bottom: 1em;
}
.post.contents .inner .basicFlex {
  margin-bottom: 20px;
  flex-direction: row-reverse;
}
.post.contents .inner .basicFlex .text {
  padding-left: 1em;
}

table.frailTable {
  border: none;
}
table.frailTable th, table.frailTable td {
  border: none;
}
table.frailTable th {
  background: none;
  color: black;
  width: fit-content;
  min-width: 80px;
}

.post.price .inner h3, .post.company .inner h3 {
  border-bottom: 2px solid green;
  margin-bottom: 1rem;
}
.post.price .inner h3::before, .post.company .inner h3::before {
  display: none;
}
.post.price .inner table th td:last-of-type, .post.company .inner table th td:last-of-type {
  width: 80%;
}

.post.price .inner h3 {
  margin-top: 30px;
}
.post.price .inner table tbody tr td:nth-of-type(1) {
  width: 80%;
}
.post.price .inner table tbody tr td:nth-of-type(2) {
  min-width: 90px;
}

.post.voice .inner .voiceBox {
  border-bottom: 2px solid black;
  margin-bottom: 30px;
}
.post.voice .inner .voiceBox img {
  width: 100%;
}
.post.voice .inner .voiceBox h3 {
  color: red;
  border-bottom: 0.5px solid #18761b;
}
.post.voice .inner .voiceBox h3::before {
  display: none;
}
.post.voice .inner .voiceBox .voiceList {
  margin-top: 20px;
}
.post.voice .inner .voiceBox .voiceList h4 {
  font-weight: bold;
}
.post.voice .inner .voiceBox.textOnly img {
  max-width: 60vw;
  display: block;
  margin: 0 auto;
}

p.bgGray {
  width: fit-content;
  background: rgb(233, 233, 233);
  padding: 0;
}

.post.form .inner form table tr th span.hissu {
  color: red;
  display: block;
}
@media screen and (max-width: 550px) {
  .post.form .inner form table tr th, .post.form .inner form table tr td {
    display: block;
    width: 100%;
  }
  .post.form .inner form table tr th br, .post.form .inner form table tr td br {
    display: none;
  }
}
.post.form .inner input[type=submit] {
  display: block;
  width: 100px;
  font-size: 24px;
  aspect-ratio: 1/0.5;
  margin: 20px auto;
  max-height: 200px;
}

.frailImgs {
  margin: 0 auto;
  display: block;
}

.post.ekiten .basicFlex .ekitenBox {
  width: 48%;
}
@media screen and (max-width: 550px) {
  .post.ekiten .basicFlex {
    flex-direction: column;
  }
  .post.ekiten .basicFlex .ekitenBox {
    width: 98%;
  }
}

.staffFlex.basicFlex {
  flex-wrap: wrap;
}
.staffFlex.basicFlex .staffBlock {
  width: 48%;
  margin-top: 4%;
}
.staffFlex.basicFlex .staffBlock .image {
  width: 100%;
  padding: 0 10%;
  text-align: center;
}

.staffChiefFlex.basicFlex {
  flex-wrap: wrap;
}
.staffChiefFlex.basicFlex .image {
  width: 48%;
  text-align: center;
}
.staffChiefFlex.basicFlex h4 {
  font-weight: bold;
  font-size: 1.8rem;
}
.staffChiefFlex.basicFlex h5 {
  font-weight: bold;
  color: #070;
}
.staffChiefFlex.basicFlex .profile {
  width: 48%;
}
.staffChiefFlex.basicFlex .career {
  width: 100%;
}
.staffChiefFlex.basicFlex .staffBlock {
  width: 48%;
  margin-top: 4%;
}
.staffChiefFlex.basicFlex .staffBlock .image {
  width: 100%;
  padding: 0 10%;
  text-align: center;
}

body:has(.visit) header h1 {
  background: #3273c7;
}
body:has(.visit) #mainNav {
  background: #3273c7;
}
body:has(.visit) #mainNav li:hover {
  background: #5692e0;
}
body:has(.visit) h2 {
  border-bottom-color: #3273c7 !important;
}
body:has(.visit) h3:before {
  color: #3273c7;
}
body:has(.visit) footer small.copyright {
  background: #3273c7;
}

.wrapper.visit .post:has(.houmonList) {
  vertical-align: top;
}
.wrapper.visit .houmonList {
  display: inline-block;
  height: auto;
  margin-top: 16px;
  vertical-align: top;
  width: 49%;
  font-size: 15px;
  font-weight: bold;
}
.wrapper.visit .houmonList p {
  padding-left: 1em;
  position: relative;
}
.wrapper.visit .houmonList p::before {
  content: "・ ";
  position: absolute;
  left: 0;
}
.wrapper.visit .houmonList .paddleft {
  padding-left: 1em;
}
.wrapper.visit .list p::before {
  content: "・ ";
}
.wrapper.visit .counseling {
  display: inline-block;
  height: auto;
  margin-top: 16px;
  vertical-align: top;
  width: 49%;
}
.wrapper.visit .counseling img {
  width: 300px;
  margin: 0 auto;
  display: block;
}
.wrapper.visit .counseling p::before {
  content: "・ ";
}
.wrapper.visit .nayamiFlex {
  display: flex;
}
.wrapper.visit .nayamiFlex .fukidashiFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  flex-grow: 1;
  height: 100%;
}
.wrapper.visit .nayamiFlex .fukidashiFlex .block {
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  border: 1px solid pink;
  border-radius: 16px;
  padding: 16px;
  background: rgb(255, 234, 238);
  position: relative;
}
@media screen and (max-width: 959px) {
  .wrapper.visit .basicFlex {
    flex-direction: column;
  }
  .wrapper.visit .basicFlex .image {
    width: 100%;
    text-align: center;
  }
  .wrapper.visit .basicFlex .text {
    width: 100%;
    padding-left: 0 !important;
  }
  .wrapper.visit .houmonList {
    width: 100%;
  }
  .wrapper.visit .counseling {
    width: 100%;
  }
  .wrapper.visit .nayamiFlex {
    flex-direction: column;
  }
  .wrapper.visit .nayamiFlex .fukidashiFlex {
    flex-direction: column;
  }
  .wrapper.visit .nayamiFlex .fukidashiFlex .block {
    width: 100%;
  }
}

body:has(.wrapper.visit) #spMenu {
  filter: hue-rotate(101deg) brightness(1.5);
}
@media screen and (max-width: 550px) {
  body:has(.wrapper.visit) #menuList a:hover {
    background-color: rgb(243, 251, 255) !important;
  }
}

a.frail {
  text-decoration: underline;
}

.care-insurance-consult {
  box-shadow: 0 2px 12px rgba(126, 198, 201, 0.08);
  padding: 2.5rem 2rem;
  margin-bottom: 3rem;
}
.care-insurance-consult h2 {
  margin-bottom: 3.5rem;
}
.care-insurance-consult .care-insurance-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 1060px) {
  .care-insurance-consult .care-insurance-flex {
    flex-direction: column;
    gap: 1rem;
  }
}
@media screen and (max-width: 550px) {
  .care-insurance-consult .care-insurance-flex {
    flex-direction: column;
    gap: 1rem;
  }
}
.care-insurance-consult .care-insurance-left {
  flex: 1;
  display: flex;
  align-items: center;
  height: 250px;
}
.care-insurance-consult .care-insurance-left .care-insurance-img {
  width: 255px;
  height: 313px;
  background-image: url("../images/woman_question.png");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1060px) {
  .care-insurance-consult .care-insurance-left .care-insurance-img {
    width: 40%;
    height: auto;
  }
}
@media screen and (max-width: 550px) {
  .care-insurance-consult .care-insurance-left .care-insurance-img {
    width: 100%;
    height: auto;
  }
}
.care-insurance-consult .care-insurance-left .care-insurance-balloons {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
}
.care-insurance-consult .care-insurance-left .care-insurance-balloons .balloon {
  width: max-content;
  background: #fff;
  border: 1.5px solid #4caf50;
  border-radius: 18px;
  padding: 1rem;
  margin-bottom: 0.5rem;
  box-shadow: 0 2px 8px rgba(126, 198, 201, 0.08);
  font-size: clamp(16px, 1.2vw, 26px);
  color: #2196a3;
}
.care-insurance-consult .care-insurance-right {
  flex: 1;
}
.care-insurance-consult .care-insurance-right p {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.5;
  color: #252525;
}/*# sourceMappingURL=style.css.map */