@charset 'UTF-8';

@font-face {
  font-family: 'Yu Gothic';
  src: local('Yu Gothic Medium'), local('YuGothic-Medium');
}
@font-face {
  font-family: 'Yu Gothic';
  src: local('Yu Gothic Bold'), local('YuGothic-Bold');
  font-weight: bold;
}

html{
  min-width: 320px;
  font-size: 62.5%;
  overflow-x: hidden;
}
body{
  font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.65;
  letter-spacing: 0.05em;
  color: rgb(31, 31, 31);
  background: rgb(255, 255, 255);
  overflow-x: hidden;
}
section p{
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}
a{
  text-decoration: none;
  color: inherit;
  transition: opacity .3s;
}
a:hover{
  opacity: 0.75;
}
img, video, object, canvas{
  max-width: 100%;
  height: auto;
}
img{
  vertical-align: middle;
}
br.pc{
  display: none;
}
.clearfix::after{
  content: '';
  display: block;
  clear: both;
}
#wrapper{
  padding: 0 calc(25 / 375 * 100%);
  padding-bottom: 5.1rem;
  margin: 0 auto;
  max-width: 1200px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px){
  #wrapper{
    padding-bottom: 0;
  }
}

/* gotop @common.js */
#gotop{
  position: fixed;
  bottom: 0;
  right: calc(25 / 375 * 100vw + 50% - 50vw);
  z-index: 5;
  -webkit-transform: translateY(-7.0rem);
  transform: translateY(-7.0rem);
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
#gotop.hidden{
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
#gotop.bottom{
  position: absolute;
  bottom: -6.0rem;
}
#gotop a{
  display: block;
  width: 5.8rem;
  border-radius: 50%;
  white-space: nowrap;
  overflow: hidden;
}
#gotop a::before{
  content: '';
  padding-top: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  background: rgb(253, 216, 70) url(../images/ico_gotop.svg) no-repeat;
  background-position: 50% 50%;
  transition: background-position .2s;
}
#gotop a:hover::before{
  opacity: 0.75;
}

/*  header call  */
#call{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
#call .image{
  display: none;
}

#call .bottombar{
  display: -webkit-box;
  display: flex;
  min-height: 5.1rem;
}
#call .bottombar>a{
  padding: .8rem;
  flex-basis: 50%;
}
#call a[href^='tel:']{
  display: block;
  background-color: rgb(255, 209, 31);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}
#call a[href^='tel:'] p:not(.num){
  font-size: 1.0rem;
  text-align: left;
}
#call a[href^='tel:'] p:not(.num) span{
  display: none;
}
#call .num{
  font-family: 'Baloo Thambi 2';
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: rgb(31, 31, 31);
}
#call .num::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: .2rem;
  width: 1.3rem;
  height: 1.5rem;
  background: url(../images/ico_phone_bk.svg) no-repeat 50% 50%;
  background-size: contain;
}
#call .reserve{
  color: rgb(255, 255, 255);
  background: rgb(242, 132, 51);
  font-size: 1.4rem;
  transition: .3s background-color;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
#call .reserve:hover{
  opacity: 1.0;
  background-color: rgb(236, 135, 131);
}
#call .reserve img{
  margin-right: 1.0rem;
  width: 2.7rem;
}
@media screen and (min-width: 768px){
  #call .bottombar{
    display: -webkit-box;
    display: flex;
    min-height: 0;
  }
  #call .bottombar>a{
    padding: 0;
    flex-basis: auto;
  }
  #call a[href^='tel:'] p:not(.num) span{
    display: inline;
  }
  #call .reserve{
    width: calc(340 / 1920 * 100vw);
    max-width: 34.0rem;
    min-width: 15.5rem;
    margin-left: calc(40 / 1920 * 100vw);
    border-radius: 32px;
    box-sizing: border-box;
    font-size: 1.8rem;
    max-height: 6.4rem;
  }
  #call .reserve img{
    margin-right: 1.4rem;
    width: auto;
  }
}

/*  footer  */
footer .container:nth-of-type(1){
  position: relative;
}
footer p{
  margin: 0;
}
footer .desc{
  position: relative;
  padding: 1.6rem 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.79;
  letter-spacing: calc(0.42 / 14 * 1em);
  text-align: center;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}
footer .desc::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -10;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgb(242, 182, 178);
}
footer .feature{
  position: relative;
  padding: 2.5rem 0 .7rem 0;
  margin: 0;
  list-style: none;
  background-color: rgb(242, 242, 242);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: center;
}
footer .feature::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -10;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgb(242, 242, 242);
}
footer .feature li{
  position: relative;
  max-width: 12.7rem;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  color: rgb(31, 31, 31);
  flex-basis: 48%;
}
footer .feature li:not(:first-of-type){
  margin-left: calc(25 / 325 * 100%);
}
footer .feature li::before{
  content: '';
  display: block;
  padding-top: 100%;
}
footer .feature li::after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  border-radius: 0 100% 100% 0/ 0 50% 50% 0;
  border-top: solid 4px rgb(242, 132, 51);
  border-bottom: solid 4px rgb(242, 132, 51);
  border-right: solid 4px rgb(242, 132, 51);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
footer .feature li span{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 50%;
  border: solid 4px rgb(255, 209, 31);
  background-color: rgb(255, 255, 255);
}
footer .container:nth-of-type(2){
  padding-bottom: 1.8rem;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
footer .container:nth-of-type(2)::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -20;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgb(242, 242, 242);
}
footer .addr{
  padding: 1.1rem 0;
  line-height: 2.14;
  letter-spacing: calc(0.7 / 17 * 1em);
  text-align: center;
}
footer a[href^='tel:']{
  padding: 1.2rem 0 .5rem 0;
  margin: 1.0rem 0;
  display: block;
  color: rgb(255, 255, 255);
  background-color: rgb(236, 135, 131);
  border-radius: 10px;
}
footer a[href^='tel:'] p:not(.num){
  margin: 0 auto;
  width: 23.7rem;
  font-size: 1.2rem;
  letter-spacing: calc(0.6 / 12 * 1em);
  white-space: nowrap;
}
footer .num{
  font-family: 'Baloo Thambi 2';
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: calc(1.65 / 33 * 1em);
  text-align: center;
  white-space: nowrap;
}
footer .num::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: calc(2 / 33 * 1em);
  width: calc(21 / 33 * 1em);
  height: 1em;
  background: url(../images/ico_phone.svg) no-repeat 50% 50%;
  background-size: contain;
}
footer .reserve{
  font-size: 1.8rem;
  color: rgb(255, 255, 255);
  background: rgba(242, 132, 51);
  margin-top: 2rem;
  border-radius: 10px;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: .3s background-color;
}
footer .reserve:hover{
  background-color: rgb(236, 135, 131);
  opacity: 1.0;
}
footer .reserve::before{
  content: '';
  display: block;
  padding-top: 7.5rem;
}
footer .reserve span{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
footer .reserve img{
  margin: 0 1.9rem 0 0;
  width: 3.5rem;
}
@media screen and (min-width: 768px){
  footer .reserve{
    width: 100%;
    min-width: 9.0rem;
    max-width: 12.7rem;
    border-radius: 50%;
    font-size: 1.6rem;
  }
  footer .reserve::before{
    padding-top: 100%;
  }
  footer .reserve span{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  footer .reserve img{
    margin: .3rem;
    width: auto;
  }
}

footer table{
  margin: 2.2rem 0 1.0rem 0;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: solid 1px rgb(23, 23, 23);
  border-radius: 11px;
  box-sizing: border-box;
  overflow: hidden;
}
footer thead{
  background-color: rgb(253, 236, 171);
}
footer tbody{
  background-color: rgb(255, 255, 255);
}
footer tbody th, footer tbody td{
  border-top: solid 1px rgb(23, 23, 23);
}
footer thead th:not(:first-of-type), footer td{
  border-left: solid 1px rgb(23, 23, 23);
}
footer th, footer td{
  padding: calc(6 / 12 * 1em);
  font-size: 1.2rem;
  letter-spacing: calc(0.6 / 12 * 1em);
}
footer th{
  line-height: 1.5;
  font-weight: 500;
}
footer th:first-of-type{
  padding: 0 0 0 1em;
  text-align: left;
}
footer td{
  line-height: 1.67;
  text-align: center
}
footer table+p{
  display: inline-block;
  vertical-align: top;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
}
footer small{
  font-family: 'Baloo Thambi 2';
  font-size: 1.0rem;
  line-height: 2.8;
  letter-spacing: calc(0.5 / 10 * 1em);
  display: block;
}
footer .map{
  position: relative;
  padding-top: calc(363 / 375 * 100vw);
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
footer .map iframe{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* media queries */
@media screen and (min-width: 768px){
  body{
    font-size: 1.7rem;
  }
  a[href^='tel:']{
    pointer-events: none;
  }
  br.pc{
    display: inline;
  }
  br.sp{
    display: none;
  }
  #wrapper{
    padding: 0 calc(50 / 1200 * 100%);
  }
  #call{
    padding: .8rem calc(70 / 1920 * 100%) 1.4rem calc(70 / 1920 * 100%);
    margin: 0 auto;
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    align-items: flex-end;
    max-width: 1920px;
    box-sizing: border-box;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  #call.bottom{
    bottom: auto;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  #call.fixed{
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #call.bottom.fixed{
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #call::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -10;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.9);
  }
  #call .image{
    display: block;
    margin-right: calc(86 / 1920 * 100%);
    max-width: 39.6rem;
  }
  #call a[href^='tel:']{
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    width: auto;
    border-radius: 0;
    overflow: visible;
    background-color: transparent;
  }
  #call a[href^='tel:'] p:not(.num){
    display: block;
    padding-right: calc(3 / 527 * 100%);
    font-size: 1.4rem;
    letter-spacing: calc(0.6 / 12 * 1em);
    text-align: left;
    color: rgb(74, 74, 74);
    white-space: nowrap;
  }
  #call .num{
    font-family: 'Baloo Thambi 2';
    font-size: calc(45 / 1200 * 100vw);
    white-space: nowrap;
    font-weight: 500;
    line-height: 1;
    letter-spacing: calc(1 / 50 * 1em);
    color: rgb(74, 74, 74);
  }
  #call .num::before{
    padding-top: 0;
    margin-top: -.1em;
    margin-right: calc(4.2 / 50 * 1em);
    width: calc(32.7 / 50 * 1em);
    height: 1em;
    background: url(../images/ico_phone_gy.svg) no-repeat 50% 50%;
    background-size: contain;
  }
  footer .container:nth-of-type(1){
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }
  footer .desc{
    padding: .8rem  0;
    font-size: 1.6rem;
    line-height: 1.88;
    letter-spacing: calc(0.8 / 16 * 1em);
    text-align: left;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-box-flex: 1;
    flex-grow: 1;
  }
  footer .desc::before{
    left: calc(50% + 28.4rem / 2);
  }
  footer .feature{
    padding: 0;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 28.4rem;
    background: transparent;
  }
  footer .feature::before{
    content: none;
  }
  footer .feature li{
    max-width: 13.3rem;
    font-size: 1.6rem;
  }
  footer .feature li:not(:first-of-type){
    margin-left: 0;
  }
  footer .container:nth-of-type(2){
    padding-top: 2.0rem;
    padding-bottom: 3.8rem;
    margin-top: -4.3rem;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  footer .container:nth-of-type(2) div:nth-of-type(1){
    flex-basis: calc(504 / 1100 * 100%);
  }
  footer .container:nth-of-type(2) div:nth-of-type(2){
    flex-basis: calc(544 / 1100 * 100%);
  }
  footer .addr{
    padding: 1.8rem 0 1.6rem 0;
    font-size: 1.6rem;
    line-height: 1.88;
    text-align: left;
  }
  footer a[href^='tel:']{
    padding: 0;
    margin: 0;
    color: rgb(31, 31, 31);
    background-color: transparent;
    border-radius: 0;
  }
  footer a[href^='tel:'] p:not(.num){
    padding: 0;
    padding-right: 2.3%;
    margin: 0;
    width: auto;
    font-size: 1.4rem;
  }
  footer a[href^='tel:'] br.pc{
    display: none;
  }
  footer .num{
    font-size: 5.0rem;
    letter-spacing: calc(1 / 50 * 1em);
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: left;
  }
  footer .num::before{
    margin-top: -.1em;
    margin-right: calc(4.2 / 50 * 1em);
    width: calc(32.7 / 50 * 1em);
    background: url(../images/ico_phone_bk.svg) no-repeat 50% 50%;
    background-size: contain;
  }

  footer .fcont{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }

  footer table{
    margin: 4.0rem 0 1.0rem 0;
  }
  footer th, footer td{
    padding: calc(9 / 16 * 1em) calc(11 / 16 * 1em);
    font-size: 1.6rem;
  }
  footer th:first-of-type{
    padding: 0 0 0 1.4em;
  }
  footer table+p{
    font-size: 1.4rem;
  }
  footer small{
    margin-top: 0.8rem;
    font-size: 1.2rem;
    text-align: right;
    float: right;
  }
  footer .map{
    padding-top: calc(587 / 1920 * 100vw);
  }
  #gotop{
    right: calc(54 / 1920 * 100vw + 50% - 50vw);
    -webkit-transform: translateY(-3.9rem);
    transform: translateY(-3.9rem);
  }
}
@media screen and (min-width: 1024px){
  #call a[href^='tel:']{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }
  #call .num{
    line-height: 1.2;
  }
  footer a[href^='tel:']{
      -webkit-box-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row;
  }
  footer a[href^='tel:'] p:not(.num){
    min-width: 9.45em;
    box-sizing: border-box;
  }
  footer a[href^='tel:'] br.pc{
    display: inline;
  }
}
@media screen and (min-width: 1200px){
  #wrapper{
    padding: 0 5.0rem;
  }
  #call .num{
    font-size: 4.5rem;
  }
}
