@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;600&display=swap');
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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* リセットCSS終了 */
/*全体レイアウト*/
body {
  font-family: 'Shippori Mincho', serif;
  background: #fff;
}
.ttl-b {
  font-weight: 400;
  font-size: 1.125em;
  letter-spacing: 0.025em;
  color: #312020;
  padding-top: 10px;
  display: block
}
.summary {
  font-weight: 400;
  text-align: center;
  width: 800px;
  font-size: 1em;
  letter-spacing: 0.025em;
  color: #312020;
}
a {
  text-decoration: none;
}
a[href^="tel:"] {
  pointer-events: none;
}
.pc_hide {
  display: none;
}
.sp_hide {
  display: block;
}
header {
  width: 100%;
  height: 70px;
  background-color: #5F2D15;
  border-bottom: 4px solid #F6BABA;
  position: fixed;
  z-index: 10000;
}
main {
  width: 100%;
  height: auto;
  display: block;
}
.main img {
  width: 100%;
}
footer {
  width: 100%;
  background: #5F2D15;
  text-align: center;
  padding-bottom: 20px;
}
footer .logo {
  padding-top: 20px;
}
/*全体レイアウト終了*/
/*ヘッダーレイアウト*/
.header-in {
  /*  width: 1100px;*/
  height: 68px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
h1.logo {
  /*  margin-top: 25px;*/
  margin-left: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo img {
  height: 60px;
}
.info {
  display: flex;
  justify-content: center;
  align-items: center;
  /*  width: 509px;*/
  height: 68px;
  margin-right: 48px;
}
.mail {
  display: flex;
  padding-top: 5px;
  padding-right: 24px;
  /*  width: 244px;*/
  /*  margin-top: 30px;*/
}
.mail-item {
  text-align: right;
  padding-left: 8px;
  color: #FFFFFF;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
}
.mail-item a {
  color: #fff;
}
.tel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 244px;
}
.tel a {
  color: #fff !important;
  font-size: 32px;
  font-size: 2rem;
}
.time {
  text-align: right;
  font-size: 16px;
  color: #7A8A88;
  padding-right: 7px;
}
.line {
  width: 35px;
  height: auto;
  margin-left: auto;
  margin-top: -54px;
}
.sp-main, .doujikaisai-sp {
  display: none;
}
.main {
  width: 100%;
  height: auto;
}
.main-cont {
  width: 320px;
  height: 182px;
  background-color: #FFFFFF;
  border-bottom-left-radius: 20px;
  position: absolute;
  top: 70px;
  right: 0;
  text-align: center;
  padding-top: 20px;
}
.main-cont img {
  width: 219px;
  padding-top: 10px;
}
h2 {
  text-align: center;
}
.h2-sub {
  margin-top: 8px;
  line-height: 2.18;
}
.ttl {
  padding-top: 100px;
}
/*box1レイアウト*/
.slider {
  background-color: #F4E8E2;
  height: 360px;
  margin-top: 50px;
}
.slider-img {
  margin: 0;
  padding: 0;
  width: 360px !important;
}
.box1 {
  width: 100%;
  height: auto;
  background: #F9E8E8;
  background-image: url("../images/line.png");
  background-repeat: repeat-x;
  background-size: 100%;
  padding-top: 36px;
  padding-bottom: 100px;
}
.box-container {
  width: 900px;
  margin: 0 auto;
}
.box1-top-text {
  width: 800px;
  height: auto;
  margin: 0 auto;
}
.box1-top-text p {
  margin: 50px 0 0 0px;
  line-height: 1.77;
}
.box1-photo {
  margin-top: 50px;
}
.photo-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.photo {
  width: 50%;
  height: 338px;
}
.txt-container {
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  background-position: center;
  background-image: url("../images/common/photo-bg.png");
  background-size: 65%;
  background-repeat: no-repeat;
  position: relative;
  display: table;
}
.txt-container_inner {
  display: table-cell;
  vertical-align: middle;
}
.txt-ttl {
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #312020;
  font-size: 24px;
  padding-bottom: 32px;
}
.txt {
  font-weight: 400;
  text-align: center;
  font-size: 1em;
  letter-spacing: 0.025em;
  line-height: 2em;
  color: #312020;
}
.box1-bottom-warp {
  background: #F8EEE9;
}
.box1-bottom {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.box1-bottom2 {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  padding-bottom: 100px;
}
.box2 {
  width: 100%;
  height: auto;
  background: #fff;
  padding-bottom: 100px;
}
.flower {
  padding-top: 60px;
  text-align: center;
}
.box2-top-text {
  width: 800px;
  height: auto;
  margin: 0 auto;
}
.box2-top-text p {
  margin: 50px 0 0 0px;
  line-height: 1.77;
}
.box2-in {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  display: flex;
  margin-top: 90px;
}
.box2-in-right {
  padding-left: 40px;
}
.box2-in-right p {
  line-height: 1.77;
  margin-top: 0;
}
.day-time-btn_long {
  height: 50px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 1.1em;
  color: #fff;
  background: #C49589;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  padding: 5px 10px;
}
.box2-btn {
  margin-top: 25px;
  display: flex;
}
.box2-line {
  width: 240px;
  height: 60px;
  background: #C7B38D;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 45px;
}
.box2-line img {
  margin-right: 16px;
}
.box2-tel {
  width: 275px;
  height: 60px;
  background: #C7B38D;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box2-tel img {
  margin-right: 16px;
}
.box2-tel span {
  display: block;
  text-align: right;
}
.box3 {
  width: 100%;
  height: auto;
  background: #F9E8E8;
}
.box3-top-text {
  width: 800px;
  height: auto;
  margin: 0 auto;
}
.box3-top-text p {
  margin: 50px 0 0 0px;
  line-height: 1.77;
}
.staff-container {
  width: 1000px;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  padding: 50px 50px 100px 50px;
}
.staff-item img {
  padding: 0 40px;
}
.box4 {
  padding-bottom: 100px;
  background: #F9E8E8;
}
.box4-top-text {
  width: 800px;
  height: auto;
  margin: 0 auto;
}
.box4-top-text p {
  margin: 50px 0 0 0px;
  line-height: 1.77;
}
.box5 {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
}
.box5-top-text {
  width: 800px;
  height: auto;
  margin: 0 auto;
}
.box5-top-text p {
  margin: 50px 0 0 0px;
  line-height: 1.77;
}
.box5-in {
  width: 900px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.box5-in-left {
  width: 357px;
  padding-right: 40px;
}
.box-in-item {
  text-align: center;
  display: inline-block;
  margin: 30px auto;
}
.box-in-item .txt {
  font-size: 14px;
}
.box-in-item2 .txt {
  text-align: left;
  line-height: 1.5;
}
.box-in-item2 .txt img {
  float: left;
  margin: 0 20px 30px 0;
}
.linefriend {
  margin-top: 80px;
  text-align: center;
}
.linefriend img {
  padding-top: 10px;
  width: 200px;
}
footer .info {
  margin: 0 auto;
}
small {
  padding-top: 10px;
  padding-bottom: 20px;
  color: #fff;
}
tr {
  height: 60px;
  padding-bottom: 15px;
}
tr.long {
  height: 80px;
}
th {
  text-align: left;
  width: 115px;
}
td {
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  letter-spacing: 0.025em;
  color: #312020;
  text-align: left;
  line-height: 1.77;
}
.instagram {
  max-width: 1100px;
  text-align: center;
  margin: 50px auto 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.instagram img {
  width: 180px;
  height: 180px;
}
iframe {
  height: 366px;
  width: 500px;
}
#sp-fixed-menu {
  display: none;
}
@media only screen and (max-width : 900px) {
  .box1 {
    padding-bottom: 0px;
  }
  .box-container {
    width: 100%;
  }
  .photo-container {
    flex-direction: column;
  }
  .photo-container.right {
    flex-direction: column-reverse;
  }
  .photo {
    width: 100%;
    height: 300px;
    margin-bottom: 0;
  }
  .photo img {
    width: 100%;
    object-fit: cover;
    height: 300px;
  }
  .txt-container {
    width: 100%;
    padding: 40px;
    background-size: 60%;
  }
  .instagram {
    max-width: 720px;
    text-align: center;
    margin: 50px auto 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .instagram img {
    width: 180px;
    height: 180px;
  }
  .box5-in {
    width: 100%;
    height: auto;
    margin: 0 auto;
    flex-direction: column;
    margin-top: 50px;
  }
  .box5-in-left {
    width: 100%;
    padding: 0 5%;
    text-align: center;
  }
  .long td {
    text-align: center;
    width: 100vw;
  }
  .box5-in-right {
    margin-top: 30px;
  }
  iframe {
    height: 400px;
    width: 100%;
  }
  .pc_hide {
    display: none;
  }
  .sp_hide {
    display: none;
  }
  .box-in-item2 .txt {
    width: 460px;
    margin: 0 auto;
  }
}
@media only screen and (max-width : 480px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
  .pc_hide {
    display: block;
  }
  .sp_hide {
    display: none;
  }
  .main {
    width: 100%;
    background-image: none;
    background-size: none;
  }
  .main-cont {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    height: auto;
    margin-bottom: 50px;
    background: #fff;
    border-radius: 20px;
    top: 400px;
  }
  .main-cont .line_btn {
    margin: 10px 0 20px 0;
    padding-top: 0;
  }
  .day {
    right: 0;
  }
  .main-in {
    width: 100%;
    height: auto;
  }
  .main-in img {
    padding-top: 68px;
  }
  .br {
    display: block;
  }
  .summary {
    width: 100%;
  }
  .header-in {
    padding: 10px;
  }
  h1.logo {
    margin-left: 0;
  }
  .logo img {
    height: 40px;
  }
  .info {
    height: 40px;
    margin-right: 0;
  }
  .tel {
    width: auto;
    margin: 0;
  }
  .tel-number {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .box1 {
    padding-top: 250px;
    padding-bottom: 0;
  }
  .box1-bottom {
    width: 100%;
  }
  .box1-bottom2 {
    width: 100%;
  }
  .box1-top-text {
    width: 100%;
  }
  .box2-top-text {
    width: 100%;
  }
  .box4-top-text {
    width: 100%;
  }
  .ttl {
    padding-top: 0;
    margin: 0 auto;
  }
  .box1-top-text .ttl {
    margin-top: 30px;
  }
  .photo {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
  .photo img {
    width: 100%;
    object-fit: cover;
    height: 200px;
  }
  .txt-container {
    width: 100%;
    padding: 0 20px 20px 20px;
    background-size: 40%;
  }
  .box2 {
    width: 100%;
    padding: 50px 0;
  }
  .box2 .summary {
    margin: 50px 5% 50px 5%;
    width: 90%;
  }
  .box3 {
    padding: 50px 0 0 0;
  }
  .staff-container {
    width: 100%;
    flex-direction: column;
    margin: 0 auto;
    padding: 50px 0 0 0;
  }
  .staff-item {
    margin-bottom: 50px;
  }
  .staff-item img {
    padding: 0;
    max-width: 300px;
  }
  .box4 {
    padding: 50px 0 50px 0;
  }
  .box4-in {
    width: 100%;
    height: auto;
    margin: 0 auto;
    flex-direction: column;
    margin-top: 50px;
  }
  .box5 {
    width: 100%;
    padding: 50px 0 0 0;
  }
  .box5-top-text {
    width: 100%;
  }
  .linefriend {
    margin-top: 30px;
  }
  .linefriend img {
    padding-top: 10px;
    width: 200px;
  }
  .instagram {
    width: 360px;
    margin: 30px auto;
  }
  .instagram img {
    width: 120px;
    height: 120px;
  }
  iframe {
    height: 280px;
    width: 100%;
  }
  .box-in-item2 .txt {
    width: 100%;
    margin: 0 auto;
  }
  footer {
    margin: 50px 0;
  }
#sp-fixed-menu {
  position: fixed;
  width: 100%;
  bottom: 0px;
  font-size: 0;
  opacity: 0.9;
  z-index: 99;
  display: block;
  border-top: 1px solid #fff;
}
#sp-fixed-menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#sp-fixed-menu li {
  justify-content: space-between;
  padding: 0;
  margin: 0;
  font-size: 18px;
  border-right: 1px solid #fff;
  background-color: #5F2D15;
  white-space: nowrap;
  line-height: 25px;
}
#sp-fixed-menu li.flex-item1 {
  flex-grow: 1;
}
#sp-fixed-menu li.flex-item2 {
  flex-grow: 1;
}
#sp-fixed-menu li.flex-item3 {
  flex-grow: 3;
}
#sp-fixed-menu li.flex-item4 {
  flex-grow: 3;
  border-right: none;
}
#sp-fixed-menu li img {
  width: 25px;
}
#sp-fixed-menu li a {
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px 0;
}
#sp-fixed-menu li span {
  font-size: 12px;
}
img.mail_icon {
  padding: 2px 5px 0 0;
}
img.tel_icon {
  padding-right: 5px
}
}