@charset "shift_jis";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');


/* common - base
========================================*/

.ln * {
    box-sizing: border-box;
}



/* common - point normal
========================================*/ /* Copy（accordion normal） */

/* design 01 */
#contents .point-normal.design-01 {
    overflow: hidden;
    border: solid 1px #b1b1b1;
    border-radius: 5px;
    background-color: #fff;
}
#contents .point-normal.design-01 > .point-title {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 25px 55px 25px 25px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    text-decoration: none;
    background-color: #eee;
    transition: background-color 0.3s ease;
    /* cursor: pointer; */
}/*
@media screen and (min-width: 641px) {
    #contents .point-normal.design-01 > .point-title:hover {
        color: #000;
        text-decoration: none;
        background-color: #eee;
    }
}
*/
@media screen and (max-width: 640px) {
    #contents .point-normal.design-01 > .point-title {
        padding: 15px 45px 15px 15px;
        font-size: 13px;
    }
}

#contents .point-normal.design-01 > .point-title .point-icon {
    display: block;
    position: absolute;
    top: calc(50% - (20px / 2));
    right: 25px;
    width: 20px;
    height: 20px;
    fill: #000;
    transition: transform 0.3s ease;
}
#contents .point-normal.design-01 > .point-title.active .point-icon {
    transform: rotate(180deg);
}

@media screen and (max-width: 640px) {
    #contents .point-normal.design-01 > .point-title .point-icon {
        top: calc(50% - (16px / 2));
        right: 15px;
        width: 16px;
        height: 16px;
    }
}

#contents .point-normal.design-01 > .point-body {
    position: relative;
    display: none;
    padding: 26px 25px 25px;
}
#contents .point-normal.design-01 > .point-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ddd;
}

@media screen and (max-width: 640px) {
    #contents .point-normal.design-01 > .point-body {
        position: relative;
        display: none;
        padding: 16px 15px 15px;
    }
    #contents .point-normal.design-01 > .point-body::before {
        left: 15px;
        width: calc(100% - 30px);
    }
}

/* common - point mobile　後藤Copy
========================================*/

#contents .point-mobile .point-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 3px;
    padding: 0;
    width: 100%;
    min-height: 260px;
    background-color: #EEEEEB;
}
#contents .point-mobile .point-title .title-text .title-main {
    display: block;
    color: #000;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 35px;
    line-height: 1.4;
    letter-spacing: 4px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}
#contents .point-mobile .point-title .title-text .title-sub {
    display: block;
    margin: 5px 0 0;
    padding: 15px 0 0;
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    background-image: url('/common/images/li_span_bg.gif');
    background-repeat: no-repeat;
    background-position: center top;
}

@media screen and (min-width: 641px) {
    #contents .point-mobile .point-title {
        pointer-events: none;
    }
    #contents .point-mobile .point-title .title-pict {
        display: none;
    }
    #contents .point-mobile .point-title .title-text .point-icon {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    #contents .point-mobile .point-title {
        flex-direction: row;
        margin: 0;
        min-height: auto;
        cursor: pointer;
    }
    #contents .point-mobile .point-title .title-pict {
        display: block;
        width: 30%;
    }
    #contents .point-mobile .point-title .title-text {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 10px 55px 10px 15px;
        width: 70%;
    }
    #contents .point-mobile .point-title .title-text .title-main {
        font-size: 22px;
        line-height: 1.2;
        letter-spacing: 2px;
        text-align: left;
    }
    #contents .point-mobile .point-title .title-text .title-sub {
        margin: 3px 0 0;
        padding: 0;
        font-size: 13px;
        text-align: left;
        background-image: none;
    }
    #contents .point-mobile .point-title .title-text .point-icon {
        display: block;
        position: absolute;
        top: calc(50% - (20px / 2));
        right: 15px;
        width: 20px;
        height: 20px;
        fill: #000;
        transition: transform 0.3s ease;
    }
    #contents .point-mobile .point-title.active .title-text .point-icon {
        transform: rotate(180deg);
    }
    #contents .point-mobile .point-body {
        display: none;
        padding: 3px 0 0;
    }
}


/* common - proBox
========================================*/

#contents .proBoxWrap {
	position: relative;
}
#contents .proBox {
	margin-right: -3px;
	overflow: hidden;
	zoom: 1;
	width: 963px;
}
#contents .proBox .proBoxItem img {/*goto*/
	width: 100%;
}
#contents .proBox .proBoxItem a {
	display: block;
	width: 318px;
	position: relative;
	text-decoration: none;
}
#contents .proBox .proBoxItem a .text {
	color: #FFF;
	font-size: 180%;
	line-height: 1.4;
	letter-spacing: 4px;
	position: absolute;
	left: 20px;
	bottom: 13px;
	-webkit-font-smoothing: antialiased;
	width: 80%;
}
#contents .proBox .proBoxItem a .text span {
	display: block;
	line-height: 1;
	margin-left: -8px;
	height: 95px;
}
#contents .proBox .proBoxItem a span img {
	display: block;
	margin-bottom: 13px;
}
#contents .proBox .proBoxItem a:hover img {
    filter: alpha(opacity=0);
    opacity: 0;
    transition-duration: .2s;
    transition-timing-function: ease-in;
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
}
#contents .proBox .proBoxItem a .spImg {
    display: none;
}
#contents .proBox .proBoxItem a .arrow {
    display: none;
}
@media screen and (max-width: 640px) {
    #contents .proBox {
        margin: 0 0 80px 0;
        width: 100%;
    }
    #contents .proBox .proBoxItem img {
        display: none;
        width: 100%;
    }
    #contents .proBox .proBoxItem a .spImg {
        display: block;
    }
    #contents .proBox .proBoxItem a:hover img {
        filter: alpha(opacity=100);
        opacity: 1;
    }
    #contents .proBox .proBoxItem a {
        display: block;
        width: 100%;
        position: relative;
    }
    #contents .proBox .proBoxItem a .fs1 {
        margin-bottom: -5px;
    }
    #contents .proBox .proBoxItem a .arrow {
        display: block;
        bottom: 20px;
        right: 20px;
        position: absolute;
        width: auto;
    }
}

#contents .proBox .link01 a {
    background: url(/kitchen/images/photo02_over.jpg) no-repeat;
}
#contents .proBox .link01 a .text {
    letter-spacing: 2px;
}
#contents .proBox .link02 a {
    background: url(/kitchen/images/photo03_over.jpg) no-repeat;
}
#contents .proBox .link02 a .text {
    letter-spacing: 2px;
}
#contents .proBox .link03 a {
    background: url(/kitchen/images/photo04_over.jpg) no-repeat;
}
#contents .proBox .link04 a {
    background: url(/kitchen/images/photo19_over.jpg) no-repeat;
}
@media screen and (max-width: 640px) {
    #contents .proBox .link01 a .text {
        letter-spacing: 2px;
    }
    #contents .proBox .link01 a .fs1 {
        margin-bottom: -3px;
    }
    #contents .proBox .link02 .text {
        width: 80%;
    }
    #contents .proBox .link02 a .fs1,
    #contents .proBox .link03 a .fs1 {
        margin-bottom: -2px;
    }
}

/* proBoxNavi */
#contents .proBoxWrap .proBoxNavi {
	display: none;
    width: 100%;
	position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
}
#contents .proBoxWrap .proBoxNavi .proBox-arrow {
    position: absolute;
    display: block;
    width: 20px;
    height: 30px;
    cursor: pointer;
}
#contents .proBoxWrap .proBoxNavi .proBox-arrow:before {
    left: 30%;
    top: 0;
    -webkit-transform: skew(145deg,0deg);
    -ms-transform: skew(145deg,0deg);
    transform: skew(145deg,0deg);
}
#contents .proBoxWrap .proBoxNavi .proBox-arrow:after {
    left: 30%;
    top: 50%;
    -webkit-transform: skew(-145deg,0deg);
    -ms-transform: skew(-145deg,0deg);
    transform: skew(-145deg,0deg);
}
#contents .proBoxWrap .proBoxNavi .proBox-prev {
    left: 20px;
    right: auto;
}
#contents .proBoxWrap .proBoxNavi .proBox-next {
    right: 20px;
    left: auto;
	transform: rotate(180deg);
}
#contents .proBoxWrap .proBoxNavi .proBox-prev:before,
#contents .proBoxWrap .proBoxNavi .proBox-prev:after,
#contents .proBoxWrap .proBoxNavi .proBox-next:before,
#contents .proBoxWrap .proBoxNavi .proBox-next:after {
	content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    background-color: #FFF;
}
@media screen and (max-width: 640px) {
    #contents .proBoxWrap .proBoxNavi {
        display: block;
    }
}



/* common - page-nav
========================================*/

#contents #nav-top {
    margin-top: 40px;
}
@media screen and (max-width: 640px) {
    #contents #nav-top {
        padding: 0 5%;
    }
}

#contents .page-nav {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    margin: 0;
    padding: 0;
}
#contents .page-nav > li {
    display: block;
    width: calc(25% - (200px / 4));
}
#contents .page-nav > li > a {
    position: relative;
    display: block;
    padding: 20px 15px;
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: solid 1px #b1b1b1;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
#contents .page-nav > li > a::after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - (22px / 2));
    right: 15px;
    width: 22px;
    height: 22px;
    background-image: url('/kitchen/bb_test/images/icon_arrow_b.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

#contents .page-nav.anchor > li > a::after {
    content: '';
    transform: rotate(90deg)
}


@media screen and (min-width: 641px) {
    #contents .page-nav > li > a:hover {
        color: #000;
        background-color: #eee;
    }
}

@media screen and (max-width: 640px) {
    #contents .page-nav {
        flex-wrap: wrap;
        gap: 12px;
    }
    #contents .page-nav > li {
        width: calc(50% - (12px / 2));
    }
    #contents .page-nav > li > a {
        padding: 20px 12px;
        font-size: 13px;
    }
    #contents .page-nav > li > a::after {
        top: calc(50% - (20px / 2));
        right: 12px;
        width: 20px;
        height: 20px;
    }
}



/* common - section
========================================*/

#contents .section-normal {
    margin: 80px auto 0;
    width: 100%;
}
#contents .section-inner {
    margin: 0 auto;
    width: 960px;
}
@media screen and (max-width: 640px) {
	#contents .section-normal {
    margin: 80px auto 0;
	width: 90%;
}
    #contents .section-normal {
        margin: 80px 0 0;
        padding: 0 5%;
    }
    #contents .section-inner {
        width: 100%;
    }
	
}

#contents .group-section {
    margin: 80px auto 0;
    width: 960px;
}
#contents .group-section .section-normal:first-of-type {
    margin-top: 0;
}
@media screen and (max-width: 640px) {
    #contents .group-section {
        margin: 80px 0 0;
        padding: 0;
        width: 100%;
    }
    #contents .group-section .section-normal:first-of-type {
        margin-top: 0;
    }
}



/* common - section title
========================================*/

#contents .section-title-01 {
    margin: 0 0 20px;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 4px;
	-webkit-font-smoothing: antialiased;
}
#contents .section-title-01 ~ .section-title-01 {
    margin-top: 30px;
}
@media all and (max-width: 640px) {
    #contents h3 {
        margin: 0 0 45px;
        padding: 35px 5% 23px;
        font-size: 22px;
        letter-spacing: 3px;
        line-height: 1.6;
    }

    #contents .section-title-01 {
        font-size: 20px;
    }
}



/* common - grid layout
========================================*/

#contents .grid-normal {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    gap: 30px;
}
#contents .grid-normal.direction-column_to_row {
    flex-direction: column;
}
#contents .grid-normal.col-center {
    justify-content: center;
}
#contents .grid-normal.col-vertical-center {
    align-items: center;
}
#contents .grid-normal.panel-gap {
    gap: 3px;
}
#contents .grid-normal.add-margin {
    margin-top: 30px;
}
#contents .grid-normal.panel-add-margin {
    margin-top: 3px;
}
#contents .grid-normal.add-border-01 {
    border-top: dotted 1px #ccc;
    padding-top: 30px;
}
@media screen and (max-width: 640px) {
    #contents .grid-normal {
        flex-direction: column;
        gap: 30px 4%;
    }
    #contents .grid-normal.gap-mobile-small {
        gap: 14px 4%;
    }
    #contents .grid-normal.direction-mobile-reverse {
        flex-direction: column-reverse;
    }
    #contents .grid-normal.direction-mobile-row {
        flex-direction: row;
    }
    #contents .grid-normal.direction-column_to_row {
        flex-direction: row;
    }
    #contents .grid-normal.col-center {
        justify-content: center;
    }
    #contents .grid-normal.col-vertical-center {
        align-items: flex-start;
    }
}

#contents .grid-item {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

@media screen and (min-width: 641px) {
    #contents .grid-item.col_1-2 {
        width: calc(50% - (30px / 2));
    }
    #contents .panel-gap > .grid-item.col_1-2 {
        width: calc(50% - (3px / 2));
    }
    #contents .grid-item.col_1-3 {
        width: calc(33.33333% - (60px / 3));
    }
    #contents .panel-gap > .grid-item.col_1-3 {
        width: calc(33.33333% - (6px / 3));
    }
    #contents .grid-item.col_2-3 {
        width: calc(66.66666% - ((60px / 3) * 2));
    }
    #contents .grid-item.col_1-4 {
        width: calc(25% - (90px / 4));
    }
    #contents .grid-item.col_1-6 {
        width: calc(16.6666666667% - (150px / 6));
    }
    #contents .panel-gap > .grid-item.col_1-4 {
        width: calc(25% - (9px / 4));
    }
	#contents .grid-item.col_1-3.pull-right {
        margin-left: 156px;
    }
}

@media screen and (max-width: 640px) {
    #contents .grid-item.col_1-2 {
        width: 100%;
    }
    #contents .grid-item.col_1-3 {
        width: 100%;
    }
    #contents .grid-item.col_1-4 {
        width: 100%;
    }
    #contents .grid-item.mobile-col_1-2 {
        width: calc(50% - (4% / 2));
    }
    #contents .panel-gap > .grid-item.mobile-col_1-2 {
        width: calc(50% - (3px / 2));
    }
}

#contents .grid-item .item-margin {
    margin: 30px 0 0;
}
@media screen and (max-width: 640px) {
    #contents .grid-item .item-margin {
        margin: 20px 0 0;
    }
}
@media screen and (min-width: 641px) {
	#contents .grid-item.col_1-2.border-line {
		padding-left: 20px;
		border-left: 2px dotted #b1b1b1;
	}
}

/* item-caption */ /* grid-itemの見出し */
#contents .grid-normal .grid-item .item-caption {
    display: block;
    padding: 0;
    line-height: 1.8;
}
#contents .grid-normal .grid-item .item-caption .caption-title {
    display: block;
    margin: 10px 0 5px;
    font-size: 16px;
    letter-spacing: 2px;
    -webkit-font-smoothing: antialiased;
}

#contents .grid-item video {
    width: 100%;
}


/* common - link list section
----------------------------------------*/

#contents .section-link {
    margin: 60px auto 0;
}
@media screen and (max-width: 640px) {
    #contents .section-link {
        margin: 30px 0 0;
    }
}
#contents .link-list {
    margin: 0 auto;
    max-width: 600px;
}
@media screen and (max-width: 640px) {
    #contents .link-list {
        max-width: 640px;
        gap: 10px;
    }
}



/* common - link btn
----------------------------------------*/

/* linkBtn 01 */
#contents .linkBtn-01 a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 15px;
    padding: 15px 50px 15px 15px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    text-decoration: none;
    background-image: url('/kitchen/bb_test/images/icon_arrow_b.png');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 30px auto;
    background-color: #fff;
    border: solid 1px #b1b1b1;
    transition: background-color 0.3s ease;
    border-radius: 5px;
}
@media screen and (max-width: 640px) {
    #contents .linkBtn-01 a {
        font-size: 13px;
		justify-content: center;
    }
}

#contents .linkBtn-01 a .link-icon {
    display: block;
    max-width: 34px;
}
#contents .linkBtn-01 a .link-icon img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 34px;
    width: auto;
    max-height: 34px;
}

@media screen and (min-width: 641px) {
    #contents .linkBtn-01 a:hover {
        color: #000;
        text-decoration: none;
        background-color: #eee;
    }
}

/* linkBtn 02 */
@media screen and (min-width: 641px) {
    #contents .linkBtn-02 a {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 0;
        margin: 0;
        padding: 0;
        color: #333;
        text-decoration: none;
        background-color: #fff;
        transition: background-color 0.3s ease;
    }
    #contents .linkBtn-02 a .btn-pict {
        display: block;
        width: 30%;
    }
    #contents .linkBtn-02 a .btn-text {
        display: block;
        padding: 0 55px 0 15px;
        width: 70%;
    }
    #contents .linkBtn-02 a .btn-text p {
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 1.6;
    }
    #contents .linkBtn-02 a::after {
        content: '';
        position: absolute;
        top: calc(50% - (30px / 2));
        right: 15px;
        display: block;
        width: 30px;
        height: 30px;
        background-image: url(/kitchen/bb_test/images/icon_arrow_b.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        transform: rotate(90deg);
    }
    #contents .linkBtn-02 a:hover {
        color: #333;
        background-color: #eee;
    }
}
@media screen and (max-width: 640px) {
    #contents .linkBtn-02 a {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 0;
        margin: 0;
        padding: 0;
        color: #000;
        text-decoration: none;
        background-image: url('/common/images/icon02.png');
        background-position: center bottom 12px;
        background-repeat: no-repeat;
        background-color: #fff;
    }
    #contents .linkBtn-02 a .btn-pict {
        display: none;
    }
    #contents .linkBtn-02 a .btn-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
        width: 100%;
        min-height: 100px;
        text-align: center;
    }
    #contents .linkBtn-02 a .btn-text p {
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 1.6;
    }
}

/* linkBtn 02 - display reverse */
@media screen and (min-width: 641px) {
    #contents .linkBtn-02-display-reverse a {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 0;
        margin: 0;
        padding: 0;
        color: #333;
        text-decoration: none;
        background-image: url('/common/images/icon02.png');
        background-position: center bottom 12px;
        background-repeat: no-repeat;
        background-color: #fff;
        transition: background-color 0.3s ease;
    }
    #contents .linkBtn-02-display-reverse a .btn-pict {
        display: none;
    }
    #contents .linkBtn-02-display-reverse a .btn-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
        width: 100%;
        min-height: 120px;
        text-align: center;
    }
	#contents .linkBtn-02-display-reverse a .btn-text span {
		margin: 0 7px;
		font-size: 18px;
		font-weight: bold;
	}
    #contents .linkBtn-02-display-reverse a .btn-text p {
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 1.6;
    }
    #contents .linkBtn-02-display-reverse a .btn-text.point {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px;
        width: 100%;
        min-height: 120px;
    }
    #contents .linkBtn-02-display-reverse a:hover {
        color: #333;
        background-color: #eee;
    }
}
@media screen and (max-width: 640px) {
    #contents .linkBtn-02-display-reverse a {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 0;
        margin: 0;
        padding: 0;
        color: #000;
        text-decoration: none;
        background-color: #fff;
        transition: opacity 0.3s ease;
    }
    #contents .linkBtn-02-display-reverse a .btn-pict {
        display: block;
        width: 30%;
    }
    #contents .linkBtn-02-display-reverse a .btn-text {
        display: block;
        padding: 0 55px 0 15px;
        width: 70%;
    }
	#contents .linkBtn-02-display-reverse a .btn-text span {
		margin: 0 7px;
		font-size: 18px;
		font-weight: bold;
	}
    #contents .linkBtn-02-display-reverse a .btn-text p {
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 1.6;
    }
    #contents .linkBtn-02-display-reverse a .btn-text.point {
        padding: 15px 0 15px 15px;
        text-indent: -35px;
        margin-left: 40px;
    }
    #contents .linkBtn-02-display-reverse a::after {
        content: '';
        position: absolute;
        top: calc(50% - (30px / 2));
        right: 15px;
        display: block;
        width: 30px;
        height: 30px;
        background-image: url(/kitchen/bb_test/images/icon_arrow_b.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        transform: rotate(90deg);
        transition: transform 0.3s ease;
    }
}



#contents .bnr-item-text {
    display: block;
    margin: 0;
    padding: 20px 70px 20px 20px;
    width: 50%;
    background-image: url(/kitchen/bb_test/images/icon_arrow_b.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 40px auto;
}
#contents .bnr-pictAndText.color-dark .bnr-item-text {
    background-image: url(/kitchen/bb_test/images/icon_arrow_w.png);
}
@media screen and (max-width: 640px) {
    #contents .bnr-item-text {
        padding: 10px 55px 10px 15px;
        width: 70%;
        background-position: right 15px center;
        background-size: 30px auto;
    }

    #contents .bnr-pictAndText.pict-none-mobile .bnr-item-pict {
        display: none;
    }
    #contents .bnr-pictAndText.pict-none-mobile .bnr-item-text {
        padding: 20px 55px 20px 15px;
        width: 100%;
    }
}

#contents .bnr-item-text .item-title {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 1.6;
}
@media screen and (max-width: 640px) {
    #contents .bnr-item-text .item-title {
        font-size: 18px;
    }
}

#contents .bnr-item-text .item-text {
    margin: 10px 0 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.6;
}
@media screen and (max-width: 640px) {
    #contents .bnr-item-text .item-text {
        margin-top: 3px;
        font-size: 13px;
    }
}






/* index - items
========================================*/

@media screen and (max-width: 640px) {
    #contents #items {
        margin-top: 10px;
    }
}






/* ボタン背面のぼかしまたは隠し処理 */
.readmore-content::before {
	content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #f9f9f8;
	z-index: 110;
}

/* 続きを読むボタン */
.readmore-label {
    display: table;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 20px auto 0;
	padding: 15px 20px 15px 25px;
	color: #000;
	font-size: 16px;
    background-color: #FFFFFF;
	border: 1px solid #b1b1b1;
    border-radius: 5px;
    z-index: 120;
}
.readmore-label:before {
    content: '一覧を見る　＋';
}

.readmore-check {
    display: none;
}

/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label {
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.readmore-check:checked ~ .readmore-label:before {
    content: '閉じる　×';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content {
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}

@media screen and (max-width: 640px) {
	.readmore-content::before {
		height: 120px;
	}
	.readmore-content::before {
		background: -webkit-linear-gradient(top, rgba(249,249,248,0) 0%, rgba(249,249,248,0.8) 50%, rgba(249,249,248,0.8) 50%, #f9f9f8 100%);
		background: linear-gradient(top, rgba(249,249,248,0) 0%, rgba(249,249,248,0.8) 50%, rgba(249,249,248,0.8) 50%, #f9f9f8 100%);
	}
}


/* plan
========================================*/

#contents.plan .mainVisual {
	position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 70px;
    z-index: 100;
}
#contents.plan .mainVisual * {
    box-sizing: border-box;
}
#contents.plan .mainVisual > figure {
    width: 639px;
}
@media all and (max-width: 640px) {
    #contents.plan .mainVisual {
        flex-direction: column;
        justify-content: flex-start;
    }
    #contents.plan .mainVisual > figure {
        width: 100%;
    }
}

/* plan list */
#contents.plan .plan-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0;
    padding: 0;
}
#contents.plan .plan-list .plan-item {
    display: block;
    margin: 3px 0 0 3px;
    padding: 0;
    width: calc(50% - 1.5px);
}
@media all and (min-width: 641px) {
    #contents.plan .plan-list .plan-item:nth-child(-n+2) {
        margin-top: 0;
    }
    #contents.plan .plan-list .plan-item:nth-child(2n+1) {
        margin-left: 0;
    }
}
@media all and (max-width: 640px) {
    #contents.plan .plan-list .plan-item {
        margin: 3px 0 0;
        width: 100%;
    }
    #contents.plan .plan-list .plan-item:nth-child(-n+1) {
        margin-top: 0;
    }
}

#contents.plan .plan-list .plan-item a {
    display: block;
    text-decoration: none;
}
#contents.plan .plan-list .plan-item .plan-photo {
    position: relative;
}
#contents.plan .plan-list .plan-item .plan-photo .item-no {
    position: absolute;
    top: 28px;
    left: 30px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    z-index: 10;
}
#contents.plan .plan-list .plan-item .plan-photo .item-no em {
    display: block;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
}
#contents.plan .plan-list .plan-item a .plan-photo img {
    transition: opacity 0.3s ease;
}
#contents.plan .plan-list .plan-item a:hover .plan-photo img {
    opacity: 0.7;
}
#contents.plan .plan-list .plan-item a .plan-photo .item-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: block;
    width: 34px;
    height: 34px;
    background-color: #626262;
    border-radius: 50%;
    z-index: 10;
    transition: background-color 0.3s ease;
}
#contents.plan .plan-list .plan-item a .plan-photo .item-icon::before {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 10px);
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    z-index: 11;
    transition: background-color 0.3s ease;
}
#contents.plan .plan-list .plan-item a .plan-photo .item-icon::after {
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 1px);
    display: block;
    width: 2px;
    height: 20px;
    background-color: #fff;
    z-index: 11;
    transition: background-color 0.3s ease;
}
#contents.plan .plan-list .plan-item a:hover .plan-photo .item-icon {
    background-color: #fff;
}
#contents.plan .plan-list .plan-item a:hover .plan-photo .item-icon::before,
#contents.plan .plan-list .plan-item a:hover .plan-photo .item-icon::after {
    background-color: #000;
}

#contents.plan .plan-list .plan-item .plan-text {
    margin: 0;
    padding: 10px 0 20px;
}
#contents.plan .plan-list .plan-item .plan-text .item-text {
    margin: 0 0 2px;
}
#contents.plan .plan-list .plan-item .plan-text .item-price {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
#contents.plan .plan-list .plan-item .plan-text .item-price .item-icon-bg {
    display: block;
    margin: 4px 5px 4px 0;
    padding: 1px 0 0;
    width: 16px;
    height: 16px;
    font-size: 14px;
    line-height: 15px;
    color: #fff;
    text-align: center;
    background-color: #ccc;
    border-radius: 50%;
}
#contents.plan .plan-list .plan-item .plan-text .item-price p {
    width: calc(100% - 21px);
}
@media all and (max-width: 640px) {
    #contents.plan .plan-list .plan-item .plan-text {
        margin: 0;
        padding: 10px 30px 20px;
    }
}

