@charset "utf-8";

/* CSS Document */
body {
  margin: 0 auto;
  padding: 0;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
}

header {
  margin: 0 auto;
  padding: 0;
  width: auto;
}

/* Heading共通 */
h1 {
  margin: 0 auto;
  padding: 0.5em;
  background: rgb(199, 72, 9);
  color: white;
}

h2.sml {
  margin: 0 auto;
  padding: 1em;
  text-align: center;
  line-height: 1.5em;
  font-size: 38px;
}

h2.obi {
  margin: 1em auto;
  padding: 1em;
  line-height: 1.5em;
  text-align: center;
  font-size: 38px;
  border-top: #ecbec2 8px solid;
  border-bottom: #ecbec2 8px solid;
}

h2.nml {
  margin: 0 auto;
  padding: 1em 0;
  text-align: center;
  font-size: 36px;
  background: #80bec4;
}

h2.obi2 {
  margin: 2em auto 0;
  padding: 1em;
  text-align: center;
  font-size: 32px;
  line-height: 1.5em;
  background: #80bec4;
  color: rgb(80, 15, 15);
}

/* Hero */
.hero {
  margin: 0 auto;
  padding: 0;
  display: block;
  justify-content: center;
  align-items: center;
}

.hero img {
  width: 100%;
}

#dt {
  margin: 0 auto;
  padding: 0;
}

/* Desktop */
/* font  */
.big-font {
  font-size: 30px;
  font-weight: bold;
}

.biig-font {
  font-size: 60px;
  color: #d97f85;
  font-weight: bold;
}

.big-fontB {
  color: rgb(80, 15, 15);
  font-size: 60px;
}

.font-16 {
  font-size: 16px;
}

.font-20 {
  font-size: 20px;
}

.font-26 {
  font-size: 26px;
}

.font-36 {
  font-size: 36px;
}

.ylw {
  color: #fef200;
}

/* border */
.border-b {
  border-bottom: 5px solid #ccc;
  padding: 0.25em;
}

.border-b2 {
  border-bottom: 3px solid #daaaaa;
}

.border-b3 {
  text-decoration: underline;
  /* line */
  text-decoration-thickness: 0.5em;
  /* bold */
  text-decoration-color: rgba(255, 228, 0, 0.4);
  /* color */
  text-underline-offset: -0.2em;
  /* position*/
  text-decoration-skip-ink: none;
  /* skip */
}

.border-b5 {
  border-bottom: 2px solid #fef200;
}

.border-b6 {
  border-bottom: 1px solid #ccc;
}

/* background */
.bg-p {
  background: #e8cacc;
}

.bg-b {
  background: #b6d2d5;
}

.bg-g {
  background: #f9f9f4;
}

.bg {
  margin: 1em auto;
  padding: 1em;
  background: #e0f1f3;
  width: 60%;
}

/* image */
.img-center {
  margin: 5em;
}

.img-center img {
  margin: 0 auto;
  display: block;
  justify-content: center;
  align-content: center;
}

.img-center2 {
  margin: 3em auto 0;
}

.img-center2 img {
  margin: 0 auto;
  display: block;
  justify-content: center;
  align-items: center;
}

.img-right {
  margin: -5em auto;
  display: flex;
  justify-content: flex-end;
}

.img-right2 {
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

/* button */
.btn-call {
  margin: 0 auto;
  padding: 1.5em;
  background: #ecbec2;
  text-align: center;
  font-size: 28px;
  width: 420px;
  line-height: 1.5em;
  border-radius: 13px;
  font-weight: bold;
}

.btn-call a {
  text-decoration: none;
  color: rgb(80, 15, 15);
  display: block;
}

.induction-box {
  margin: 0 auto 3em;
}

.induction {
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}

/* list */
.list {
  margin: -1em auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  background: rgb(232, 240, 241);
}

.list li {
  border-bottom: 1px dotted #ccc;
}

/* text */
.center {
  text-align: center;
}

.txt p {
  margin: 0 auto;
  padding: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5em;
  font-size: 20px;
}

.txt2 p {
  text-align: center;
  line-height: 2.5em;
}

/* box */
.txtbox {
  margin: auto;
  padding: 0.5em;
  display: block;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1.75em;
}

.txtbox2 {
  margin: auto;
  padding: 0.5em;
  text-align: center;
  line-height: 1.5em;
  font-weight: bold;
}



.txtbox p {
  text-align: center;
}

.txt-box {
  margin: 2em auto;
  padding: 1em;
  /*内側余白*/
  border-radius: 30px 60px / 60px 30px;
  border: solid 8px #ccc7be;
  width: 50%;
}

.txt-box2 {
  margin: 2em auto;
  padding: 1em;
  /*内側余白*/
  border-radius: 30px 60px / 60px 30px;
  border: solid 8px #d6e0ea;
  width: 50%;
}

/* table */
.img-center table {
  margin: 0 auto;
}

.img-center table td {
  font-size: 20px;
  line-height: 1.5em;
}

.table1 {
  border-collapse: collapse;
  margin: 0 auto;
}

.table1 th,
td {
  margin: 0 auto;
  padding: 1em;
  text-align: center;
  line-height: 1.5em;
}

.table2 {
  border: 1px solid #ccc;
  border-collapse: collapse;
}

.table2 th {
  border: 1px solid #ccc;
  padding: 1em 0;
  font-weight: bold;
}

.table2 td {
  border: 1px solid #ccc;
}

/* Flex box */
.flex {
  margin: 0 auto;
  padding: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  width: 600px;
}

.a {
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.5em;
}

.b {
  margin: 0 auto;
  width: 200px;
}

.c {
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.5em;
  text-align: center;
}

/*info*/
.bukken {
  margin: 15em auto 8em;
  padding: 0;
}

.msg {
  margin: 0 auto;
  font-size: 26px;
  line-height: 1.5em;
  text-align: center;
}

.ulmsg ul {
  margin: 0 auto;
  font-size: 26px;
  line-height: 1.5em;
  width: 414px;
}

.ulmsg ul li {
  list-style: none;
  border-bottom: 2px dotted #ccc;
}

.ulmsg ul li::before {
  content: "●";
  color: #d97f85;
}

.info {
  margin: 0 auto;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.room {
  margin: 1em auto;
  padding: 0;
  border: 1px solid #ccc;
}

.room h3 {
  margin: 0 auto;
  padding: 1em;
  line-height: 1.5em;
  background: #80bec4;
  color: white;
  text-shadow: 1px 1px 5px #000;
}

.room img {
  margin: 0 auto;
  padding: 0;
}

/* TOP btn */
#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #fef200;
  opacity: 0.6;
  border-radius: 50%;
}

#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #381700;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a::after {
  content: 'PAGE TOP';
  font-size: 13px;
  color: #381700;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* Footer */
#footer {
  margin: 7em auto 0;
  background: rgb(199, 72, 9);
}

#dt-f {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.f-1 {
  margin: 0 auto;
  text-align: center;
  width: 33%;
  font-size: 18px;
  line-height: 2em;
}

.f-1 p {
  padding: 1em 0 1em 1em;
}

.f-2 {
  margin: 0 auto;
  width: 33%;
  font-size: 18px;
}

.f-2 p {
  text-align: center;
  line-height: 2em;
}

.add-a a {
  color: white;
}

.f-tel {
  margin: 0 auto;
}

.waku {
  border-left: 1px solid white;
  margin: 1em auto;
  padding: 1em;
  border-right: 1px solid white;
}

.f-3 {
  width: 33%;
  text-align: center;
  line-height: 2em;
}

.f-3 img {
  width: 80%;
}

.dcopy {
  margin: 1em auto;
  padding: 1em;
  text-align: center;
}

.dcopy a {
  text-decoration: none;
  color: white;
}

#m-f {
  display: none;
}

/*sticky footer*/
.sticky-footer {
  position: sticky;
  left: 0;
  bottom: 0;
}

.sticky-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  width: 100%;
  background: #ecbec2;
}

.sticky-footer ul li {
  width: 25%;
  text-align: center;
  color: #381700;
  padding: 0.75em 0;
  line-height: 1.25em;
  font-size: 18px;
}

.sticky-footer ul li a {
  text-decoration: none;
  color: #381700;
  display: block;
}

/* Desktop */
@media (min-width: 1025px) {
  #tablet {
    display: none;
  }

  #sp {
    display: none;
  }

  .sticky-footer {
    display: none;
  }
}

/* Tablet */
@media screen and (max-width:1024px) and (min-width:415px) {
  #desktop {
    display: none;
  }

  #sp {
    display: none;
  }

  h1 {
    padding: 0.25em 0.75em 0.25em 0;
  }

  h2.sml {
    font-size: 20px;
  }

  h2.obi {
    font-size: 28px;
    padding: 1em 0;
  }

  /* Header */
  /* Hero */
  #dt img .dt1 {
    margin: 1em auto -3em;
    padding: 0;
  }

  #dt img.dt2 {
    margin: -3em auto 0;
  }

  /* image */
  .img-center2 {
    padding: 0 3em;
  }

  .img-center2 img {
    width: 100%;
  }

  .img-center3 {
    margin: 1em auto 0;
  }

  .img-center3 img {
    width: 100%;
  }

  .img-right {
    margin: -5em auto;
    display: flex;
    justify-content: flex-end;
  }

  /* button */
  .inducation {
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
  }

  .btn-call {
    padding: 1em;
    font-size: 20px;
    width: 70%;
  }

  .btn-call a {
    text-decoration: none;
    color: rgb(80, 15, 15);
    display: block;
  }

  /* list */
  /* text */
  .txt3 {
    margin: 0 auto;
    padding: 1em 0;
    text-align: center;
    font-size: 20px;
    line-height: 1.25em;
  }

  .txt p {
    font-size: 16px;
  }

  /* box */
  .txt-box {
    padding: 0.5em;
    width: 80%;
  }

  .txt-box2 {
    padding: 0.5em;
    width: 80%;
  }

  /* table */
  .table1 {
    max-width: 765px;
    margin: 5em auto;
    padding: 0;
  }

  .table1 th,
  td {
    padding: 1em 0.25em;
    width: 50%;
  }

  .table2 {
    width: 100%;
  }

  .table2 th {
    line-height: 1.5em;
  }

  .table2 td {
    width: 37%;
  }

  /* Flex box */
  /* Footer */
  #footerT {
    margin: 7em auto 0;
    padding: 0;
    background: rgb(199, 72, 9);
    display: flexbox;
    flex-direction: column;
    color: white;
  }

  .f-1 {
    margin: 2em auto 0;
    padding: 1em 0;
    text-align: left;
    font-size: 18px;
    line-height: 2em;
    width: 380px;
  }

  .f-2 {
    margin: 0 auto;
    padding: 1em 0;
    text-align: left;
    font-size: 18px;
    line-height: 2em;
    width: 380px;
  }

  p.b-hour {
    margin: 1em auto;
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: 300px;
  }

  .btn-call2 {
    margin: 0 auto;
    padding: 1em;
    text-align: center;
    background: #d97f85;
    border-radius: 13px;
    width: 300px;
  }

  .btn-call2 a {
    color: white;
    text-decoration: none;
  }

  .f-3 {
    margin: 2em auto 0;
  }

  .f-3 {
    width: 100%;
  }
}

/* mobile */
@media (max-width: 414px) {
  #desktop {
    display: none;
  }

  #tablet {
    display: none;
  }

  #sp {
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .sp {
    width: 100%;
  }

  /* Heading */
  h1 {
    padding: 0.25em 0.75em 0.25em 0;
  }

  h1 img {
    width: 100%;
  }

  h2.sml {
    font-size: 20px;
  }

  h2.obi {
    font-size: 26px;
  }

  h2.obi2 {
    font-size: 28px;
  }

  h2.nml {
    line-height: 1.5em;
    font-size: 26px;
  }

  /* Header */
  /* Hero */
  #dt {
    margin: 3em auto;
    padding: 0;
  }

  #dt img .dt1 {
    margin: 1em auto -3em;
    padding: 0;
  }

  #dt img.dt2 {
    margin: -3em auto 0;
  }

  .bg {
    padding: 1em 0.5em;
    width: 90%;
  }

  /*image*/
  .img-center2 {
    margin: 0 auto;
    text-align: center;
  }

  .img-center2 img {
    margin: 0 auto;
    padding: 1em;
    width: 100%;
  }

  .img-center3 {
    margin: 1em auto 0;
    width: 100%;
  }

  .img-center3 img {
    width: 100%;
  }

  /* button */
  .inducation {
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
  }

  .btn-call {
    padding: 1em;
    font-size: 20px;
    width: 320px;
    line-height: 1.5em;
    border-radius: 13px;
    font-weight: bold;
  }

  .btn-call a {
    display: block;
  }

  /* list */
  /* text */
  .txt {
    margin: 0 auto;
    padding: 0 0.5em;
    font-size: 16px;
  }

  /* box */
  .txt-box {
    padding: 0.5em;
    width: 90%;
    font-size: 16px;
  }

  .txt-box2 {
    padding: 0.5em;
    width: 90%;
    font-size: 16px;
  }

  .font-18 {
    font-size: 18px;
  }

  /* table */
  .table1 {
    width: 100%;
    margin: 5em auto;
    padding: 0;
  }

  .table1 th,
  td {
    padding: 1em 0.25em;
    text-align: center;
    line-height: 1.5em;
    width: 50%;
  }

  .table2 {
    width: 100%;
  }

  .table2 th {
    line-height: 1.5em;
  }

  .table2 td {
    width: 37%;
  }

  /*info*/
  .bukken {
    margin: 5em auto 8em;
    padding: 0;
    width: 100%;
  }

  .msg {
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
  }

  .ulmsg ul {
    margin: 0 auto;
    padding: 1em 2em 1em 1em;
    font-size: 18px;
    line-height: 1.5em;
    width: 100%;
  }

  .ulmsg ul li {
    list-style: none;
    border-bottom: 2px dotted #ccc;
  }

  .ulmsg ul li::before {
    content: "●";
    color: #d97f85;
  }

  .info {
    margin: 0 auto;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .room {
    margin: 1em auto;
    border: 1px solid #ccc;
    width: 100%;
  }

  .room h3 {
    margin: 0 auto;
    padding: 1em;
    line-height: 1.5em;
    background: #80bec4;
    color: white;
    text-shadow: 1px 1px 5px #000;
  }

  .room img {
    margin: 0 auto;
    width: 100%;
  }

  .flex {
    margin: 0 auto;
    padding: 1em 0.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .a {
    margin: 0 auto;
    padding: 0.5em;
    font-size: 16px;
    line-height: 1.5em;
    width: 60%;
  }

  .b {
    width: 39%;
    margin: 0;
    padding: 0;
  }

  .b img {
    margin: 0;
    padding: 0;
    width: 100px;
  }

  /* Flex box *

    /* Footer */
  #footerSP {
    margin: 7em auto -3em;
    padding: 0 auto 10em;
    background: rgb(199, 72, 9);
    width: 100%;
  }

  #sp-f {
    margin: 0 auto;
    padding: 0;
    color: white;
  }

  .f-1 {
    margin: 1em auto;
    padding: 1em 0;
    text-align: left;
    font-size: 18px;
    line-height: 2em;
    width: 90%;
    color: white;
  }

  p.b-hour {
    margin: 1em auto;
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: 90%;
  }

  .f-2 {
    margin: 0 auto;
    font-size: 18px;
    width: 90%;
    color: white;
  }

  .btn-call2 {
    margin: 0 auto;
    padding: 1em;
    text-align: center;
    background: #d97f85;
    border-radius: 13px;
    width: 300px;
  }

  .btn-call2 a {
    color: white;
    text-decoration: none;
  }

  .f-logo {
    margin: 2em auto;
  }

  .f-logo img {
    width: 100%;
    padding-bottom: 20px;
  }
}