/* 00. COMMON SETTING
-------------------------------------------------------------------- */

/* GLOBAL VARIABLES
-------------------------------------------------------------------- */

/* MIXIN
-------------------------------------------------------------------- */

/* FUNCTION
-------------------------------------------------------------------- */

/* 01. COMPONENT
-------------------------------------------------------------------- */

.p-kv{
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2% 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
}

/* PAGER */

.bx-wrapper .bx-pager{
  text-align: center;
}

.bx-wrapper .bx-pager.bx-default-pager a{
  background: #cbbdb5;
  text-indent: -9999px;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 8px;
  outline: 0;
  border-radius: 8px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus{
  background: #fff;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item{
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item{
  font-size: 0;
  line-height: 0;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper{
  position: relative;
}

.bx-controls.bx-has-controls-auto{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 9998;
}

.bx-wrapper .bx-controls-auto{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  background: #075d13;
  padding: 12px 20px;
  text-align: center;
  margin-left: 16px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item{
  display: inline-block;
}

.bx-wrapper .bx-controls-auto .bx-start{
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background : url(controls.png) -86px -11px / auto auto no-repeat scroll padding-box border-box transparent;
  margin-right: 24px;
  font-size: 0rem;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active{
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop{
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background : url(controls.png) -86px -44px / auto auto no-repeat scroll padding-box border-box transparent;
  margin: 0 3px;
  font-size: 0rem;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active{
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls-auto .bx-start:focus,
.bx-wrapper .bx-controls-auto .bx-stop:focus{
  outline: #fff auto 1px;
  outline-offset: -2px;
}

.p-opening{
  max-width: 100%;
  margin: 0 auto;
  padding: 3.2rem 2% 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-bottom: 4.8rem;
}

.p-opening__inner{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 2.4rem 6rem;
}

.p-opening__inner::before{
  content: "";
  display: block;
  width: 100%;
  height: 9rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: -1;
}

.p-opening__inner::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #f5f5f5;
  z-index: -2;
}

.p-opening__title{
  font-size: 3.6rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 2.4rem;
}

.p-opening__date{
  width: 100%;
  max-width: 14rem;
  background: #fff;
  -webkit-box-shadow: -5.657px -5.657px 16px 0px rgba(255, 255, 255, 0.004), 4.589px 6.553px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: -5.657px -5.657px 16px 0px rgba(255, 255, 255, 0.004), 4.589px 6.553px 16px 0px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.6rem;
}

.p-opening__month{
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
  background: #a50101;
  padding: 0.8rem;
}

.p-opening__day{
  font-size: 4.8rem;
  font-weight: bold;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
  padding: 0.8rem;
}

.p-opening__week{
  font-size: 1.8rem;
  font-weight: bold;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
  padding: 0 0.8rem 0.8rem;
}

.p-opening__contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-openingList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.p-openingItem{
  border-top: 4px solid #075d13;
  background: #fff;
  -webkit-box-shadow: -5.657px -5.657px 16px 0px rgba(255, 255, 255, 0.004), 4.589px 6.553px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: -5.657px -5.657px 16px 0px rgba(255, 255, 255, 0.004), 4.589px 6.553px 16px 0px rgba(0, 0, 0, 0.08);
  margin: 0 1.6rem 2.4rem;
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px;
}

.p-openingItem__title{
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding: 1.6rem 2.4rem;
}

.p-openingStatus{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.8rem 2.4rem 1.6rem;
}

.p-openingStatus__icon{
  font-size: 3em;
  margin-right: 1.6rem;
}

.p-openingStatus__icon.icon-circle{
  color: #045900;
}

.p-openingStatus__icon.icon-cross{
  color: #a50101;
}

.p-openingStatus__icon.icon-cross{
  color: #a50101;
}

.p-openingStatus__text{
  font-size: 2rem;
  line-height: 1.5;
}

.p-infoMymenu{
  max-width: 100%;
  margin: 0 auto;
  padding: 4.8rem 2% 4.8rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-info{
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 6rem;
  padding-right: 2.4rem;
}

.p-topMymenu{
  padding: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: linear-gradient(125deg, #065010 0%, #075d13 100%);
  background-image : url(bg_circle.png),url(bg_circle.png),url(bg_circle.png),url(bg_circle.png),linear-gradient(125deg, #065010 0%, #075d13 100%);
  background-position: top 1.6rem left 1.6rem, top 1.6rem right 1.6rem, bottom 1.6rem right 1.6rem, bottom 1.6rem left 1.6rem, top;
  background-repeat: no-repeat;
  -webkit-box-shadow: -5.657px -5.657px 16px 0px rgba(255, 255, 255, 0.004), 4.589px 6.553px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: -5.657px -5.657px 16px 0px rgba(255, 255, 255, 0.004), 4.589px 6.553px 16px 0px rgba(0, 0, 0, 0.08);
}

.p-topMymenu__inner{
  width: 500px;
}

.p-topMymenu__title{
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 4.8rem;
}

.p-topMymenu__icon{
  margin-right: 1.6rem;
}

.p-topMymenu__list{
  padding: 0 2.4rem;
  margin-bottom: 4.8rem;
}

.p-topMymenu__item{
  font-size: 1.8rem;
  color: #fff;
}

.p-topMymenu__item:not(:last-child){
  margin-bottom: 1.6rem;
}

.p-topMymenuOther{
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
}

.p-topMymenuOther__transition{
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  color: #075d13;
  padding: 2.4rem 0;
  background: #fff;
}

.p-topMymenuOther__icon{
  margin-left: 1.6rem;
}

.p-theme{
  max-width: 700px;
  padding: 0 2% 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto 4.8rem;
}

.p-theme__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-theme__item,
.p-theme__item--kids,
.p-theme__item--teen,
.p-theme__item--lange,
.p-theme__item--beginner{
  -webkit-box-shadow: -5.657px -5.657px 16px 0px rgba(255, 255, 255, 0.004), 4.589px 6.553px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: -5.657px -5.657px 16px 0px rgba(255, 255, 255, 0.004), 4.589px 6.553px 16px 0px rgba(0, 0, 0, 0.08);
  width: 700px;
  min-width: 432px;
  margin: 1.6rem 0;
  position: relative;
}

.p-theme__item::before,
.p-theme__item--kids::before,
.p-theme__item--teen::before,
.p-theme__item--lange::before,
.p-theme__item--beginner::before{
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: -1;
}

.p-theme__item::after,
.p-theme__item--kids::after,
.p-theme__item--teen::after,
.p-theme__item--lange::after,
.p-theme__item--beginner::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -2;
}

.p-theme__item--kids::after{
  background: #f9f4ee;
}

.p-theme__item--kids .p-theme__icon{
  background: linear-gradient(125deg, #e36f11 0%, #e48d42 100%);
}

.p-theme__item--teen::after{
  background: #f5f2fe;
}

.p-theme__item--teen .p-theme__icon{
  background: linear-gradient(125deg, #a736da 0%, #b561e2 100%);
}

.p-theme__item--lange::after{
  background: #ebf6fd;
}

.p-theme__item--lange .p-theme__icon{
  background: linear-gradient(125deg, #2b80d8 0%, #539ae0 100%);
}

.p-theme__item--beginner::after{
  background: #effcf0;
}

.p-theme__item--beginner .p-theme__icon{
  background: linear-gradient(125deg, #5ec429 0%, #7bcf55 100%);
}

.p-theme__transition{
  font-size: 3rem;
  font-weight: bold;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-theme__icon{
  font-size: 2em;
  color: #fff;
  margin-right: 1.6rem;
  padding: 1.6rem;
}

.p-pickup{
  max-width: 100%;
  margin: 0 auto;
  padding: 4.8rem 2% 4.8rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: #ecf9ec;
}

.p-pickup__inner{
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.p-pickup__title{
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 4.8rem;
  text-align: center;
}

.p-pickup__icon{
  color: #075d13;
  margin-right: 1.6rem;
}

.p-pickup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.p-pickup__item{
  background: linear-gradient(125deg, white 0%, #fafeff 100%);
  -webkit-box-shadow: -5.657px -5.657px 16px 0px rgba(255, 255, 255, 0.004), 4.589px 6.553px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: -5.657px -5.657px 16px 0px rgba(255, 255, 255, 0.004), 4.589px 6.553px 16px 0px rgba(0, 0, 0, 0.08);
  width: calc(100% / 3 - 4px);
  margin-bottom: 8px;
}

.p-pickup__transition{
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  color: #222;
  width: 100%;
  height: 100%;
  padding: 3.2rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-pickup__transition .p-pickup__icon{
  font-size: 2em;
}

.p-other__inner{
  max-width: 100%;
  margin: 0 auto;
  padding: 4.8rem 2% 4.8rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.p-other__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-featurePhone{
  margin-bottom: 3.2rem;
}

.p-featurePhone__title{
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.4rem;
}

.p-featurePhone__text{
  font-size: 1.6rem;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-featurePhone__img{
  margin-right: 1.6rem;
}

.p-sns{
  margin: 0 2.4rem;
}

.p-sns__title{
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.4rem;
}

.p-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-sns__item{
  margin: 1.2rem;
}

.p-banner__list {
  column-count: 2;
}

.p-banner__item{
  width: 181px;
  height: 80px;
}

.p-banner__transition img {
  object-fit: contain;
}

.p-banner__item:not(:last-child){
  margin-bottom: 2.4rem;
}

.p-search-theme {
  display: flex;
}

.p-search-theme__right {
  flex-basis: 30%;
}

.p-quick__transition{
  color: #fff;
  font-style: normal;
  font-size: 2rem;
  font-family: "M+ P Type-1", "Hiragino Kaku Gothic ProN", "?????? ProN W3", "????", Meiryo, sans-serif;
}

.p-quick__text{
  display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	list-style: none;
  margin: 0 auto;
  background-image: url(../img/btnBook.svg);
  background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.p-quick__newbook{
  padding: 4rem 2rem;
}

.p-quick__ranking{
  padding: 3rem 1.5rem 3rem 0.5rem
;
}

@media screen and (max-width: 1366px) {
  .p-opening__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-opening__title{
    width: 100%;
    margin-right: 0;
    margin-bottom: 4.8rem;
  }

  .p-opening__contents{
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .p-infoMymenu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-info{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 3.2rem;
  }

  .p-theme__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-theme__item,
  .p-theme__item--kids,
  .p-theme__item--teen,
  .p-theme__item--lange,
  .p-theme__item--beginner{
    width: 100%;
  }

  .p-theme__transition{
    font-size: 2.4rem;
  }

  .p-pickup__transition{
    font-size: 2rem;
    padding: 2.4rem 1.6rem;
  }

  .p-featurePhone__text{
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1024px) {
  .p-kv{
    padding: 0 1.6rem 0;
  }

  .p-opening{
    padding: 0 0 0;
  }

  .p-infoMymenu{
    padding: 3.2rem 1.6rem 3.2rem;
  }

  .p-theme{
    padding: 3.2rem 1.6rem 3.2rem;
  }

  .p-pickup{
    padding: 3.2rem 1.6rem 3.2rem;
  }

  .p-pickup__title{
    margin-bottom: 3.2rem;
  }

  .p-pickup__item {
    width: calc(100% / 2 - 4px);
  }

  .p-other__inner{
    padding: 2.4rem 1.6rem 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-topMymenu{
    width: 100%;
  }

  .p-topMymenu__inner{
    width: 100%;
  }

  .p-other__contents{
    display: block;
  }

  .p-featurePhone{
    margin-bottom: 3.2rem;
  }

  .p-pickup__inner{
    width: 100%;
  }

  .p-pickup__item{
    width: 100%;
  }

  .p-sns{
    margin: 0 0 3.2rem 0;
  }

  .p-banner__item{
    text-align: center;
  }

  .p-search-theme{
    display: block;
    padding: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .p-opening{
    margin-bottom: 3.2rem;
  }

  .p-opening__inner{
    padding: 2.4rem 1.6rem;
  }

  .p-opening__title{
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }

  .p-opening__date{
    max-width: 96px;
  }

  .p-opening__month{
    font-size: 1.4rem;
  }

  .p-opening__day{
    font-size: 3.2rem;
  }

  .p-opening__week{
    font-size: 1.4rem;
  }

  .p-openingList {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p-openingItem{
    -ms-flex-preferred-size: calc(100% / 2 - 8px);
    flex-basis: calc(100% / 2 - 8px);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 0 2.4rem;
  }

  .p-openingItem:last-child {
  }

  .p-openingItem__title{
    padding: 1.6rem 0.8rem;
    font-size: 1.8rem;
  }

  .p-openingStatus{
    padding: 1.6rem 0.8rem;
  }

  .p-openingStatus__icon{
    font-size: 2em;
    margin-right: 0.8rem;
  }

  .p-openingStatus__text{
    font-size: 1.6rem;
  }

  .p-topMymenu{
    padding: 3.2rem;
  }

  .p-topMymenu__title{
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }

  .p-topMymenu__list{
    padding: 0;
    margin-bottom: 2.4rem;
  }

  .p-theme{
    max-width: 100%;
  }

  .p-theme__item,
  .p-theme__item--kids,
  .p-theme__item--teen,
  .p-theme__item--lange,
  .p-theme__item--beginner{
    width: 100%;
    min-width: inherit;
  }

  .p-theme__transition{
    font-size: 2rem;
  }

  .p-pickup__inner{
    width: 100%;
  }

  .p-pickup__title{
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }

  .p-pickup__item{
    width: 100%;
  }

  .p-featurePhone__title{
    font-size: 1.8rem;
  }

  .p-featurePhone__text {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-featurePhone__img{
    margin-right: 0;
    margin-bottom: 1.6rem;
  }

  .p-sns__title{
    font-size: 1.8rem;
  }
}

/******** CMS���ɔ����ǉ� ���������� ********/

.top_tokusyu, .top_topic{
  text-align	:center; 
  margin	:auto;
}

.top_tokusyu1, .top_topic1{
  position	:relative;
  background-color:#EEEEEE;
  max-width	:390px;
  height	:430px;
  padding	:10px;
  display	:inline-block;
  margin	:5px;
}

.top_tokusyu_img, .top_topic_img{
  width	:380px;
  height:300px;
  object-fit:cover;
}

.top_tokusyu_title, .top_topic_title{
  margin	:10px;
  font-size	:1.6em;
}

.top_tokusyu_href, .top_topic_href{
  position	:absolute;
  top		:0px;
  left		:0px;
  width		:100%;
  height	:100%;
}

.top_tokusyu_btn, .top_topic_btn{
  text-align	:center;
  font-size	:1.2em;
  width		:390px;
  margin	:auto;
}

.top_tokusyu_btn_text, .top_topic_btn_text{
  border-radius	:3em;
  border	:1px solid #000000;
  width		:200px;
  display	:inline-block;
  margin	:10px;
  text-decoration:none;
  color:#000000;
}

.cms_list1, .cms_list2{
  display	:inline-block;
  margin	:5px;
  font-size	:1.5em
;
}

.cms_ulblock{
  text-align	:center;
  display	:flex;
  flex-wrap	:wrap;
}

.cms_listblock{
  margin-bottom:10px;
}