@charset "utf-8";
/* CSS Document */
main {
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 1.00);
  overflow-x: hidden;
}
.main-name {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 28px);
  bottom: 0;
  margin: auto;
  width: 323px;
}
.main-kokoro {
  width: 101px;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.background {
  background-image: url(../images/main-bg.png);
}
.top-update-box {
  background-color: #FBF5CF;
  margin: 0px;
  padding: 30px;
  font-family: 'Noto Serif JP', serif;
  color: #000;
}
.top-bottom {
    margin-bottom: 0!important;
}
.covid19 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.covid19 p {
  margin-bottom: 1.6rem;
}
.covid19 p:last-child {
  margin-bottom: 0;
}
.mune {
    float: left;
    width: 50%;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #CCC;
}
#can-box {}
.image-box {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.image-box figure {
  width: 150px;
  margin-right: 10px;
}
.image-box figure:last-child {
  margin-right: 0px;
}
#profile-box {
  background-image: url(../images/ope-bg.jpg);
  padding-top: 30px;
  padding-bottom: 30px;
  background-size: cover;
  background-position: center center;
}
.dot-list {
  color: #F1524D;
  margin-left: 1.3em;
  font-weight: bold;
  margin-bottom: 20px;
}
.dot-list li {
  list-style: disc;
}
.num-list {
  color: #F1524D;
  margin-left: 1.3em;
  font-weight: bold;
  margin-bottom: 20px;
}
.num-list li {
  list-style:decimal;
}
.img-1col {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
}
.img-1col figure {
  max-width: 150px;
}
.img-2col {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
}
.img-2col figure:first-child {
  margin-right: 20px;
}
.img-2col figure {
  max-width: 150px;
}
.img-3col {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.img-3col figure:first-child {
  margin-right: 20px;
}
.img-3col figure:last-child {
  margin-top: 20px;
}
.img-3col figure {
  width: 150px;
}
.check-list {
  background-color: #FBF5CF;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}
.check-list ul {
  display: inline-block;
}
.check-list li {
  text-align: left;
  background-repeat: no-repeat;
  background-position: left 2px;
  background-image: url(../images/check.jpg);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  width: 100%;
  background-size: auto 18px;
  padding-left: 24px;
  color: #27B81D;
}
.check-list li:last-child {
  margin-bottom: 0;
}
.sp-roof {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
}
.roof-copy {
  /* order: 1; */
  margin-bottom: 20px;
}
.roof .img-3col {
  order: 2;
}
.table-block {
  border: 1px solid #ffffff;
  border-collapse: collapse;
  /* width: 100%; */
}
.table-block td, .table-block th {
  border: 1px solid #ffffff;
  padding: 10px;
  text-align: left;
}
.table-block td {
  text-align: right;
  background-color: #EBF2FF;
}
.recommend {
  background-color: rgba(255, 0, 4, 1.00);
  font-size: 1rem;
  padding: 2px 5px;
  color: #FFF;
  border-radius: 3px;
  margin-right: 3px;
}
.reserv {
  color: #27B81D;
  position: relative;
  display: inline-block;
  padding: 0 15px;
}
.reserv:before, .reserv:after {
  content: '';
  position: absolute;
  top: 48%;
  display: inline-block;
  width: 10px;
  height: 4px;
  background-color: #27b81d;
}
.reserv:before {
  left: 0;
}
.reserv:after {
  right: 0;
}
.smaller {
  font-size: 1.2rem;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.gallery li {
  width: 48%;
  margin-bottom: 10px;
}
.footer-sitename {
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 1.8rem;
}
dl.pet {
    display:flex;
    flex-wrap:nowrap;
	margin-bottom: 5px;
}
.pet dt {
	font-weight: bold;
	color: #27b81d;
	width: 3em;
}
.pet dd{
    width:auto;
}
.th-white {
        white-space: normal!important;
        width: 10em;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    }   




/*************
/* ここからSP用
*************/
@media screen and (max-width: 991.98px) {
  .left-back .row {
    margin: 0 -30px;
  }
  .right-back .row {
    margin: 0 -30px 50px -30px;
  }
  .can-copy {
    margin: 30px auto 0 auto;
  }
}
/*************
/* ここからPC用
*************/
@media print, screen and (min-width: 992px) {
  .top-update-box {
    position: absolute;
    background-color: rgba(251, 245, 207, 0.8);
    border: 10px double #FFF;
    top: 240px;
    text-align: justify;
    font-size: 1.6rem;
    padding: 30px 60px;
    width: 635px;
  }
  .main-name {
    position: absolute;
    top: calc(50% - -62px);
    right: 52px;
    width: 388px;
    margin: 0;
    left: auto;
  }
  .main-kokoro {
    width: 111px;
    position: absolute;
    right: 4rem;
    top: 20rem;
  }
.covid19 {
  margin-top: 150px;
  text-align: center;
    padding-bottom: 0;
}
.mune {
    width: 350px;
}
  #can-box {
    /* padding-top: 100px; */
  }
  #can-box .image-box {
    margin-bottom: 0;
  }
  #can-box .image-box figure {
    width: 260px;
  }
  .can-copy {
    width: 492px;
    margin: 30px auto 0 auto;
  }
  #profile-box {
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .profile {
    margin: 0 auto;
  }
  .dot-list {
    margin-bottom: 0;
  }
  .dot-list li {
    margin-bottom: 15px;
    line-height: 1.2;
  }
  .dot-list li:last-child {
    margin-bottom: 0;
  }
  .profile-center {
    justify-content: center;
    width: 1040px;
    margin: 0 auto;
  }
  .minoru-box {
    max-width: 350px;
  }
	.minoru-box img{
    width: 316px;
  }
  .img-2col {
    display: block;
    margin-bottom: 0;
  }
  .img-2col figure:first-child {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .img-2col figure {
    width: 160px;
  }
  #jyusei, #beam, #bane, #brain, #about {
    padding-top: 60px;
    margin-top: -60px;
  }
  #jyusei, #beam {
    width: 100%;
    max-width: 100%;
  }
  #jyusei .col-lg-12 {
    padding-left: 0;
  }
  #jyusei section.col-lg-6 {
    margin-bottom: 0 !important;
  }
  #jyusei > .row {
    /* border-top: 2px solid #f1524d; */
    /* border-bottom: 2px solid #f1524d; */
  }
  .left-back {
    margin-left: -15px;
    border: 2px solid #f1524d;
    border-left: none;
    border-radius: 0px 10px 10px 0px;
    padding: 30px 15px 30px 0px;
    background: linear-gradient(#FFF, #FFFCEC);
  }
  .left-back .row {
    max-width: 1140px;
    margin: 0 auto;
  }
  .right-back {
    margin-right: -15px;
    border: 2px solid #f1524d;
    border-right: none;
    border-radius: 10px 0px 0px 10px;
    padding: 30px 0px 30px 15px;
    background: linear-gradient(#FFF, #FFFCEC);
    margin-bottom: 100px;
  }
  .right-back .row {
    max-width: 940px;
    margin: 0 auto;
  }
  .sp-roof {
    display: block;
    width: 100%;
    flex-flow: wrap;
  }
  .roof-copy {
    /* order: 1; */
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .roof .img-3col {
    order: 1;
  }
  .img-3col {
    display: block;
    margin-bottom: 0px;
    position: relative;
  }
  .img-3col figure:first-child {
    width: 350px;
    margin-right: 20px;
  }
  .img-3col figure:nth-child(2) {
    width: 190px;
    right: 0;
    position: absolute;
    top: 242px;
  }
  .img-3col figure:last-child {
    margin-top: 0px;
    position: absolute;
    top: 270px;
    left: 60px
  }
  .check-list ul {
    display: inline-block;
  }
  .check-list li {
    background-position: left 7px;
    background-image: url(../images/check.jpg);
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
    width: 100%;
    background-size: auto 20px;
    font-size: 2.2rem;
    padding-left: 28px;
  }
  #beam .img-2col {
    display: flex;
    margin-bottom: 0;
  }
  #beam .img-1col {
    float: left;
    margin-right: 15px;
    /* margin-bottom: 10px; */
  }
  #bane .img-1col figure, #brain .img-1col figure {
    max-width: 160px;
  }
  .float-lg-right {
    margin-left: 20px;
  }
  .float-lg-left {
    margin-right: 20px;
  }
  .table-block {
    min-width: auto;
    display: inline-block;
  }
  .table-block td, .table-block th {
    padding: 10px 30px;
  }
  .table-block td {
    font-size: 1.8rem;
  }
     
  .reserv {
    color: #27B81D;
    position: relative;
    display: inline-block;
    padding: 0 25px;
    font-size: 2rem;
    margin-bottom: 20px;
    font-family: 'Kosugi Maru', sans-serif;
  }
  .reserv:before, .reserv:after {
    content: '';
    position: absolute;
    top: 48%;
    display: inline-block;
    width: 14px;
    height: 4px;
    background-color: #27b81d;
  }
  .rereserv-time {
    width: 480px;
    margin: 0 auto;
  }
  .gallery {
    margin-bottom: 85px;
  }
  .gallery li {
    width: 24%;
    margin-bottom: 15px;
  }
}
@media screen and (min-width:480px) and (max-width:1024px) {
  .pc-text-t {
    font-size: 1.65rem;
  }
    .top-update-box {
    top: 100px;
    width: 635px;
  }
    .main-name {
    position: absolute;
    top: 220px;
    right: 52px;
    width: 388px;
    margin: 0;
    left: auto;
  }
    .main-kokoro {
    right: 4rem;
    top: 1rem;
  }
  #can-box {
    padding-top: 0px;
  }

  .img-3col {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
}
.img-3col figure {
  margin-right: 20px;
}
.img-3col figure:last-child {
  margin-top: 0px;
  margin-right: 0;
}
.img-3col figure {
  width: 150px;
}
}