.media-type {
    display: table;
    width: 100%
}

.media-type>* {
    display: table-cell;
    vertical-align: middle
}

.media-type__body {
    padding-left: 10px
}

.tab__list {
    display: table;
    margin-top: 10px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    table-layout: fixed
}

.tab__list>* {
    display: table-cell;
    vertical-align: top
}

.tab__link {
    display: block;
    padding: 15px 0;
    position: relative;
    text-align: center
}

.tab__link.is-active:before {
    width: 35px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: #bf9c3b;
    content: '';
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.tab__text {
    display: block;
    color: #333;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem
}

.tab__item:not(:first-child) .tab__text {
    border-left: 1px dotted #ccc
}

.tab__link.is-disabled .tab__text {
    color: #ccc
}

.tab__number {
    display: block;
    margin-top: 3px;
    color: #666;
    font-size: 11px;
    font-size: 1.1rem
}

.tab__link.is-disabled .tab__number {
    color: #ccc
}

main {
    background-color: #F1FAF0
}
.title-common {
    background: url("./spimg/common_title-bg.png") top center no-repeat;
    background-size: 288px 28px;
    padding: 50px 0 0 0;
    margin: 0 0 40px 0;
    text-align: center
}

.title-common img {
    display: block;
    margin: 0 auto 0 auto
}

.button-default {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: rgba(207, 103, 103, 0.5) 4px solid;
    border-radius: 40px;
    color: #FFFFFF;
    font-weight: bold;
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4
}

.button-default::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 0;
    background: url("./spimg/btn-default_bg01.png") top center no-repeat;
    background-size: 16px 41px;
    width: 16px;
    height: 41px
}

.button-default::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 0;
    background: url("./spimg/btn-default_bg02.png") top center no-repeat;
    background-size: 16px 41px;
    width: 16px;
    height: 41px
}

.button-default:hover {
    opacity: 0.8
}

.button-default span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 36px;
    display: inline-block;
    background: #CF6767;
    padding: 16px 40px 16px 40px
}

.button-default_s {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: rgba(207, 103, 103, 0.5) 2px solid;
    border-radius: 40px;
    color: #FFFFFF;
    font-weight: bold;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4
}

.button-default_s::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 0;
    background: url("./spimg/btn-default_bg01.png") top center no-repeat;
    background-size: 11px 28px;
    width: 11px;
    height: 28px
}

.button-default_s::after {
    content: "";
    position: absolute;
    right: 7px;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 0;
    background: url("./spimg/btn-default_bg02.png") top center no-repeat;
    background-size: 11px 28px;
    width: 11px;
    height: 28px
}

.button-default_s:hover {
    opacity: 0.8
}

.button-default_s span {
    border-radius: 36px;
    display: inline-block;
    background: #CF6767;
    padding: 9px 20px 9px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.button-white {
    text-align: center;
    display: inline-block;
    border: #CF6767 1px solid;
    border-radius: 36px;
    padding: 12px 40px 12px 40px;
    color: #CF6767;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.button-white:hover {
    opacity: 0.8
}

.top-text {
    width: 92%;
    margin: 0 auto 40px auto
}

.top-text__pr {
    margin: 0 auto 35px auto;
    padding: 10px 0 0 0
}

.top-text__pr p {
    text-align: right;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2
}

.top-text__inner p {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    margin: 0 0 2em 0
}

.white-box {
    width: 100%;
    overflow: hidden;
    padding: 60px 0 100px 0
}

.white-box__wrap {
    width: 92%;
    margin: 0 auto 0 auto;
    padding: 0 0 40px 0;
    background: #FFFFFF;
    position: relative
}

.white-box__wrap::before {
    content: "";
    background: url("./spimg/white-box_bg01.png") top center no-repeat;
    background-size: cover;
    position: absolute;
    right: -50px;
    top: -60px;
    width: 160px;
    height: 201px
}

.white-box__wrap::after {
    background: url("./spimg/white-box_bg02.png") top center no-repeat;
    background-size: cover;
    position: absolute;
    left: -50px;
    bottom: -60px;
    width: 160px;
    height: 201px;
    content: ""
}

.white-box__no {
    position: absolute;
    top: -20px;
    left: -15px
}

.white-box h2 {
    text-align: center;
    margin: 0 0 25px 0;
    padding: 35px 0 0 0;
    position: relative
}

.white-box h2 span {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    width: 100%;
    display: block
}

.white-box h2 img {
    display: block;
    margin: 0 auto 0 auto
}

.white-box__common01 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 32px 0
}

.white-box__common01-img {
    margin: 0 -10px 32px -10px
}

.white-box__common01-img img {
    width: 100%
}

.white-box__common01-text {
    padding: 0 8px 0 8px;
    text-align: center
}

.white-box__common01-text p {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    margin: 0 0 2em 0
}

.white-box__common01-text span {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
    font-weight: bold;
    color: #BE4B4B
}

.white-box__common01-text strong {
    background: #EFE2CD;
    display: inline-block;
    padding: 0 5px 0 5px;
    margin: 0 0 5px 0;
    font-weight: bold
}

.white-box__button {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 30px 0 0 0
}

.white-box__button p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 0 0 10px 0
}

.white-box .button-default span {
    min-width: 318px
}

.service-01 .white-box__no {
    width: 74px;
    height: 50px
}

.service-01 h2 img {
    width: 79.08%;
    max-width: 291px
}

.service-01 h2 span {
    margin: 0 auto 0 auto;
    width: 56.25%
}

.service-01 h2 span img {
    max-width: 207px;
    width: 100%
}

.service-01__title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url("./spimg/service_01_decoration.png") top center no-repeat;
    background-size: 208px 21px;
    padding: 41px 0 0 0;
    text-align: center;
    margin: 0 0 32px 0
}

.service-01__title img {
    width: 66.9%;
    max-width: 246px;
    display: block;
    margin: 0 auto 0 auto
}

.service-01__lineup {
    margin: 0 -100px 0 -100px
}

.service-01__lineup img {
    width: 100%
}

.service-02 .white-box__no {
    width: 88px;
    height: 50px
}

.service-02 h2 img {
    width: 66.3%;
    max-width: 244px
}

.service-02 h2 span {
    margin: 0 auto 0 auto;
    width: 56.41%
}

.service-02 h2 span img {
    max-width: 201px;
    width: 100%
}

.service-03 .white-box__no {
    width: 84px;
    height: 60px
}

.service-03 h2 img {
    width: 67.66%;
    max-width: 249px
}

.service-03 h2 span {
    margin: 0 auto 0 auto;
    width: 56.41%
}

.service-03 h2 span img {
    max-width: 201px;
    width: 100%
}

.service-03__event {
    padding: 0 0 0 16px
}

.service-03__event ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 0
}

.service-03__event li {
    width: 46.5%;
    margin: 0 8px 8px 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 5px 5px 5px
}

.service-03__event img {
    width: 100%;
    display: block;
    margin: 0 auto 0 auto
}

.service-03__event img.service-03__event-text01 {
    max-width: 121px
}

.service-03__event img.service-03__event-text02 {
    max-width: 135px
}

.service-03__event img.service-03__event-text03 {
    max-width: 136px
}

.service-03__event img.service-03__event-text04 {
    max-width: 122px
}

.service-03__event img.service-03__event-text05 {
    max-width: 106px
}

.service-03__event img.service-03__event-title {
    max-width: 160px
}

.service-03__event-wrap {
    position: relative;
    background: #EFE2CD
}

.service-03__event-wrap::before {
    content: "";
    position: absolute;
    top: -3px;
    right: -3px;
    width: 48px;
    height: 48px;
    border-top: #DECBB7 1px solid;
    border-right: #DECBB7 1px solid
}

.service-03__event-wrap::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: -3px;
    width: 48px;
    height: 48px;
    border-bottom: #DECBB7 1px solid;
    border-left: #DECBB7 1px solid
}

.service-03__event-wrap span {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0 8px 0
}

.service-other {
    margin: 0 auto 100px auto
}

.service-other h2 img {
    width: 82%;
    max-width: 328px
}

.service-other__list ul {
    padding: 0 28px 0 28px
}

.service-other__list li {
    width: 93%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 3px 3px 3px;
    margin: 0 0 15px 0;
    position: relative
}

.service-other__list li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border-top: #DECBB7 1px solid;
    border-left: #DECBB7 1px solid
}

.service-other__list li::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 24px;
    height: 24px;
    border-bottom: #DECBB7 1px solid;
    border-right: #DECBB7 1px solid
}

.service-other__list li:nth-child(2) {
    margin-left: 30px
}

.service-other__list img {
    display: block;
    margin: 0 auto 0 auto
}

.service-other__list-wrap {
    position: relative;
    background: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.service-other__list-wrap::before {
    content: "";
    position: absolute;
    top: -3px;
    right: -3px;
    width: 24px;
    height: 24px;
    border-top: #DECBB7 1px solid;
    border-right: #DECBB7 1px solid
}

.service-other__list-wrap::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: -3px;
    width: 24px;
    height: 24px;
    border-bottom: #DECBB7 1px solid;
    border-left: #DECBB7 1px solid
}

.service-other__list-wrap img {
    width: 50%
}

.service-other__list-wrap div {
    width: 50%
}

.service-other__list-wrap div img {
    width: 80%
}

.service-other__list-wrap div img.service-other__text01 {
    max-width: 87px
}

.service-other__list-wrap div img.service-other__text02 {
    max-width: 95px
}

.service-other__list-wrap div img.service-other__text03 {
    max-width: 121px
}

.service-other__list-wrap .button-default_s {
    margin-top: 16px
}

.service-other__list-wrap .button-default_s span {
    width: 130px
}

.service-other__bottom {
    text-align: center;
    padding: 10px 0 0 0
}

.service-other__bottom img {
    max-width: 282px;
    display: block;
    margin: 0 auto 0 auto
}

.voice {
    margin: 0 auto 100px auto
}

.voice .title-common img {
    max-width: 234px
}

.voice__list {
    padding: 40px 16px 40px 16px;
    margin: 0 0 -24px 0
}

.voice__list li {
    position: relative;
    margin: 0 0 24px 0;
    padding: 0 0 0 40px
}

.voice__list li:nth-child(even) {
    padding: 0 40px 0 0
}

.voice__list li:nth-child(even) img {
    left: auto;
    right: 0
}

.voice__list li:nth-child(even) .voice__list-detail {
    padding: 16px 40px 16px 16px
}

.voice__list img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0 auto 0;
    width: 72px;
    height: 72px
}

.voice__list-detail {
    background: #FFFFFF;
    padding: 16px 16px 16px 40px;
    -webkit-box-shadow: 4px 4px #C7DDD7;
    box-shadow: 4px 4px #C7DDD7;
    border-radius: 8px
}

.voice__list-detail p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6
}

.shop-list {
    background: url("./spimg/shop_list_bg01.png") top center repeat-x;
    background-size: 411px 67px;
    padding: 110px 0 0 0
}

.shop-list__wrap {
    margin: 0 auto 0 auto
}

.shop-list__title {
    margin: 0 0 24px 0
}

.shop-list__title-wrap {
    margin: 0 auto 0 auto;
    display: block;
    width: 234px;
    position: relative
}

.shop-list__title-img {
    display: block;
    width: 100%;
    margin: 0 auto 0 auto
}

.shop-list__title-count {
    position: absolute;
    left: 110px;
    top: 45px;
    z-index: 1;
    font-family: "Noto Serif Japanese", serif;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1
}

.shop-list__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.shop-list__box li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 92%;
    background: #FFFFFF;
    padding: 16px 16px 70px 16px;
    margin: 0 auto 25px auto;
    position: relative
}

.shop-list__box li::before {
    content: "";
    background: url("./spimg/shop-box_bg01.png") top center no-repeat;
    background-size: cover;
    position: absolute;
    left: -20px;
    top: -15px;
    width: 72px;
    height: 70px
}

.shop-list__box h3 {
    color: #195E4D;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 0 0 10px 0;
    position: relative;
    z-index: 2
}

.shop-list__box img {
    display: block
}

.shop-list__address {
    background: url("./spimg/icon_spot.png") 3px 3px no-repeat;
    background-size: 14px 16px;
    padding: 0 0 0 18px;
    margin: 010px 0 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6
}

.shop-list__phone {
    background: url("./spimg/icon_phone.png") 3px 3px no-repeat;
    background-size: 14px 14px;
    padding: 0 0 0 18px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 5px 0 10px 0
}

.shop-list .button-white {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    width: 200px;
    margin: 0 auto 0 auto
}

.shop-list__buttton {
    text-align: center;
    padding: 20px 0 0 0
}

.shop-list__buttton .button-default span {
    width: 332px
}

.offer {
    width: 92%;
    padding: 104px 0 10px 0;
    margin: 0 auto 0 auto
}

.offer p {
    text-align: right;
    margin: 0 0 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8
}


/* 2. スマホ用スタイル（画面幅が768px未満） */
@media screen and (max-width: 767px) {
    .mobile {
        display: block;
    }
	.pc {
		display: none;
	}
main img {
    display: block;
    width: 100%
}
.main-visual {
    position: relative
}

.main-visual__wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url("spimg/main-visual_bg02.png") top center no-repeat;
    width: 100%;
    background-size: cover;
    text-align: center;
    padding: 32px 0 32px 0
}

.main-visual__title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(82.3% + 30px);
    max-width: 330px;
    margin: 0 auto 20px auto;
    padding: 0 0 0 30px
}

.main-visual__text {
    width: 75%;
    max-width: 300px;
    margin: 0 auto 12px auto
}

.main-visual__logo {
    width: 50%;
    max-width: 200px;
    margin: 0 auto 20px auto
}

.main-visual img {
    width: 100%;
    display: block
}

.main-visual__pr {
    position: absolute;
    right: 10px;
    top: 5px
}

.main-visual__pr span {
    color: #000000;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    border: #000000 1px solid;
    padding: 3px 3px 3px 3px;
    display: inline-block
}

}

/* 3. PC用スタイル（画面幅が768px以上） */
@media screen and (min-width: 768px) {
    .pc {
        display: block;
    }
	.mobile {
		display: none;
	}

    
.main-visual {
    background: url("main-visual_bg01@2x.jpg") top center no-repeat;
    background-size: cover;
    height: 800px;
    min-width: 1024px;
    position: relative
}

.main-visual__wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url("main-visual_bg02@2x.png") top center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 572px;
    height: 556px;
    text-align: center;
    padding: 64px 0 64px 0
}

.main-visual__title {
    padding: 0 0 24px 0
}

.main-visual__text {
    padding: 0 0 15px 0
}

.main-visual img {
    display: block;
    margin: 0 auto 0 auto
}

.main-visual__pr {
    width: 1024px;
    margin: 0 auto 0 auto;
    padding: 10px 0 0 0;
    text-align: right
}

.main-visual__pr span {
    color: #000000;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    border: #000000 1px solid;
    padding: 3px 3px 3px 3px;
    display: inline-block
}
}