@charset "utf-8";
    .nopc {
	display: none;
    }
    .p-reform-content {
      padding: 0 30px;
      max-width: 1060px;
      margin: 0 auto;
      font-family: var(--ff-noto-sans);
      letter-spacing: 0.04em;
      line-height: 1.8;
    }
	.p-reform-about, .p-reform-tuyomi, .p-reform-map, .p-reform-works {
      padding-bottom: 160px;
	}
	.p-reform-about .p-reform-content {
		text-align: center;
	}
	.p-reform-about h2 {
		width: 508px;
		margin: 0 auto;
		padding: 50px 0 30px;
	}
	
	.p-reform-tuyomi .p-reform-content {
    	position: relative;
	}
	.p-reform-tuyomi .ttl_color img {
		width: 228px;
		padding: 20px 0 130px ;
	}
    .ttl_color {
		position: relative;
        background-color: #F38B38;
        text-align: center;
    }
    .ttl_color::before {
        content: "";
        background: url("../img/reform/img_head.png") no-repeat;
        display: inline-block;
        width: 247px;
        height: 102px;
        position: absolute;
        background-size: contain;
		top: -70px;
        left: 50%;
        transform: translateX(-50%);
        -webkit- transform: translateX(-50%);
		z-index: -10;
	}
	
	.p-reform-tuyomi dt {
		font-size: 23px;
		font-weight: bold;
		border-bottom: 4px solid #F38B38;
		letter-spacing: 0.04em;
		padding-bottom: 5px;
	}
	.p-reform-tuyomi h2 span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        font-size: 37px;
        font-weight: bold;
        color: #fff;
        letter-spacing: 0.06em;
        width: 100%;
        text-align: center;
    }
	.p-reform-tuyomi dd {
		padding: 20px 0 50px;
	}
	.p-reform-tuyomi dd:last-child {
		padding-bottom: 0;
	}
	.p-reform-tuyomi dd.col_2 {
		display: flex;
		justify-content: space-between;
	}
	.p-reform-tuyomi dd.col_2 .txt_box {
        flex-basis: 76%;
    }
	.p-reform-tuyomi dd.col_2 .img_box {
        flex-basis: 21%;
		margin: 10px 10px 0 10px;
    }
	
	.p-reform-tuyomi dt::before {
        content: "";
        background: url("../img/reform/icn_check.png") no-repeat;
        background-size: contain;
        height: 20px;
        display: inline-block;
        width: 28px;
		margin-right: 10px;
	}
    .p-reform-tuyomi h2 {
		position: relative;
		display: block;
		margin-bottom: 70px;
		margin-top: -100px;
	}
    .p-reform-about {
		padding-bottom: 100px;
	}
    .p-reform-about .p-reform-content .about-logo {
        max-width: 460px;
        padding: 30px 0;
    }
    .p-reform-about .p-reform-content .lead {
        font-size: 15px;
    }
    .p-reform-about .p-reform-content .strong {
        font-weight: bold;
        font-size: 23px;
        display: block;
        margin-bottom: 60px;
        line-height: 1.4;
    }
	.p-reform-about .p-reform-content > div {
        max-width: 300px;
        margin: 0 auto;
	}
	.p-reform-about h2 {
        width: 440px;
        margin: 0 auto;
        padding: 50px 0 30px;
    }
    
    .p-reform-style .ttl_color img {
		width: 140px;
		padding: 20px 0 130px ;
	}
    .p-reform-style .p-reform-content > h2 {
        position: absolute;
        top: -113px;
        left: 50%;
        transform: translateX(-50%);
        -webkit- transform: translateX(-50%);
        font-size: 30px;
        color: #fff;
        font-weight: bold;
        letter-spacing: 0.06em;
        text-align: center;
        width: 100%;
    }
    .p-reform-style p.txt_box {
        padding-top: 70px;
		text-align: center;
    }
    .p-reform-style .p-reform-content {
            position: relative;
        }
    .p-reform-map .ttl_line {
            margin: 0 auto;
            position: relative;
            text-align: center;
	}
	.p-reform-map .ttl_line img {
		width: 134px;
	}
	.p-reform-map .ttl_line::before {
	content: '';
	width: 45%;
	height: 4px;
	display: inline-block;
	background-image: linear-gradient(to right, #F38B38, #F38B38 2px, transparent 2px, transparent 8px);
	background-size: 8px 4px;
	background-repeat: repeat-x;
	position: absolute;
	bottom: 13px;
	left: 0;
	}
	.p-reform-map .ttl_line::after {
	content: '';
	width: 45%;
	height: 4px;
	display: inline-block;
	background-image: linear-gradient(to right, #F38B38, #F38B38 2px, transparent 2px, transparent 8px);
	background-size: 8px 4px;
	background-repeat: repeat-x;
	position: absolute;
	bottom: 13px;
	right: 0;
	}
	.p-reform-map {
		padding-top: 100px;
	}
    .p-reform-map .p-reform-content h3 {
		padding-top: 30px;
	}

	.p-reform-map h3 {
        font-size: 30px;
		font-weight: bold;
        text-align: center;
	}
	.p-reform-map .col_2{
		display: flex;
		justify-content: space-between;
		padding-top: 50px;
	}
	.p-reform-map .col_2 .txt_box{
		flex-basis: 48%;
		border: solid 6px #F8F0E4;
		border-radius: 14px;
		padding: 40px;
	}
	.p-reform-map .col_2 .img_box {
        flex-basis: 48%;
        padding-left: -100px;
        margin-left: -40px;
    }
	.p-reform-works .p-reform-content {
		position: relative;
		padding-top: 30px;
	}
	.p-reform-works .p-reform-content >h2 {
		position: absolute;
		top:-113px;
		left: 50%;
        transform: translateX(-50%);
        -webkit- transform: translateX(-50%);
        font-size: 30px;
        color: #fff;
        font-weight: bold;
        letter-spacing: 0.06em;
		text-align: center;
	}
	.p-reform-works .p-reform-content .fukidashi {
		display: block;
		width: 308px;
		margin: 0 auto;
		padding-top: 12px;
	}
	
	.p-reform-works .ttl_color img {
		width: 70px;
		padding: 20px 0 130px ;
	}
	.gallery-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	margin-bottom: 2.6rem;
    }
.gallery-list__item:nth-child(2n) {
	margin-left: 3.6vw;
}
    .gallery-list__title {
        font-family: var(--ff-noto-serif);
        font-weight: 500;
        line-height: 1.33;
        text-align: center;
        }
    .gallery-list__item {
        opacity: 1;
        width: calc(100% / 2 - 1.8vw);
        max-width: 50%;
        padding: .5rem .5rem 5rem .5rem;
        margin-bottom: 2.6rem;
        border: 1px solid #665546;
        position: relative;
        font-family: var(--ff-noto-sans);
    }
    .gallery-list__thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .gallery-list__thumb {
        width: 100%;
        height: 28.8vw;
    }
    .gallery-list__thumb a {
        width: 100%;
        height: 100%;
    }
    .gallery-list__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        padding: 0 .5rem;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 1rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }

    .gallery-list__button a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 17.9rem;
        /* height: 3.2rem; */
        background: #fff;
        color: #665546;
        border: 1px solid #665546;
        text-align: center;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        font-size: 1.3rem;
        padding: 8px 0 10px;
    }

    .gallery-list__button a span {
        display: inline-block;
        font-family: var(--ff-noto-sans);
        font-weight: 400;
        line-height: 1;
    }

    .gallery-list__button a span::before {
        content: "＞";
        margin: auto;
        color: #665546;
        font-size: 1rem;
        position: absolute;
        top: .8rem;
        right: 1.5rem;
    }

    .gallery-list__tax {
        display: inline-block;
        padding: .4rem 2.2rem;
        margin-bottom: 1rem;
        background-color: var(--primary-brown);
        font-family: var(--ff-noto-sans);
        color: #fff;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.2;
    }

    .gallery-list__title {
        font-family: var(--ff-noto-serif);
        margin-top: 1rem;
        font-size: 1.3rem;
        font-weight: 500;
        line-height: 1.33;
        text-align: center;
    }

    .gallery-pickup__title {
        margin-bottom: 4rem;
        font-size: 1.6rem;
        font-weight: 500;
    }

    .gallery-more-button-wrap {
        width: 100%;
    }

@media (min-width: 1000px) {
	
	.p-reform-style .col_2 {
		display: flex;
		justify-content: space-between;
		position: absolute;
		top:-110px;
	}
	.p-reform-style .col_2 >span {
		flex-basis: 48%;
	}
	.p-reform-style .col_2 .txt_box {
		flex-basis: 48%;
	}
	.p-reform-style .fukidashi {
        display: block;
        width: 216px;
        margin: 0 auto;
		padding-bottom: 5px;
    }
	.p-reform-style .col_2 h2 {
		font-size: 30px;
		color:#fff;
		font-weight: bold;
		letter-spacing: 0.06em;
		padding-top: 5px;
	}
	.p-reform-style .col_2 p {
		padding-top: 60px;
	}
	.p-reform-style .table_box {
        max-width: 766px;
        margin: 0 auto;
        padding-top: 70px;
	}
	.p-reform-works .p-reform-content {
		padding-top: 60px;
	}
	.gallery-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin-bottom: 2.6rem;
}

.gallery-list__item {
        width: 320px;
        max-width: 100%;
        padding: 1rem 1rem 6.5rem 1rem;
        margin-right: 2rem;
        margin-bottom: 2rem;
	
    }

    .gallery-list__item.is-staff {
        width: 30.6rem;
        padding: 0;
        margin-right: 4rem;
    }

    .gallery-list__item.is-staff .gallery-list-subtitle {
        padding: 0 .5rem;
        font-size: 1.2rem;
    }

    .gallery-list__item.is-staff .gallerytaxs__item {
        padding: .3rem .5rem;
        margin-top: .5rem;
    }

    .gallery-list__item.is-staff .gallerytaxs__item a {
        font-size: 1.2rem;
    }

    .gallery-list__item.is-staff .gallery-list__title {
        padding: 0 1rem;
        margin-top: 1rem;
    }

    .gallery-list__item:nth-child(even) {
        margin-left: 0;
    }

    .gallery-list__item:nth-child(3n) {
        margin-right: 0;
    }

    .gallery-list__thumb {
        height: 225px;
    }

    .gallery-list__thumb a {
        transition: all .4s ease;
    }

    .gallery-list__thumb a:hover {
        opacity: .6;
    }

    .gallery-list__new {
        width: 33px;
        height: 33px;
        top: 20px;
        left: 20px;
    }

    .gallery-list-subtitle {
        margin-top: 17px;
    }
	.gallery-list__title {
        margin-top: 1.5rem;
        font-size: 1.5rem;
    }

    .gallery-list__button {
        bottom: 2rem;
    }

    .gallery-list__button a {
        transition: background-color .3s ease, color .3s ease;
    }

    .gallery-list__button a:hover {
        background: #665546;
        color: #fff;
    }

    .gallery-list__button a span::before {
        right: 2.5rem;
        transition: color .3s ease;
    }

    .gallery-list__button a:hover span::before {
        color: #fff;
    }
    .gallery-pickup__title {
        font-size: 1.9rem;
    }
    .gallery-more-button-wrap {
        margin-top: 5rem;
    }
}
@media screen and (max-width: 999px) {
    .gallery-list__button a {
        background: #665546;
        color: #fff;
        border: 1px solid #665546;
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 835px) {
	.nopc {
	display: block;
    }
	.nosp {
		display: none;
    }
	.p-reform-about, .p-reform-tuyomi, .p-reform-map, .p-reform-works {
		padding-bottom: 80px;
	}
	.p-reform-content {
		padding: 0 15px;
	}
	.p-reform-about {
		font-size: 1.4rem;
	}
	.p-reform-about .p-reform-content {
		text-align: left;
	}

	.p-reform-about h2 {
        width: 250px;
        margin: 0 auto;
        padding: 25px 0 15px;
	}
	.p-reform-about .p-reform-content .about-logo {
        max-width: 350px;
        padding: 30px 20px 15px;
    }
	.p-reform-about .p-reform-content .lead {
        font-size: 1.3rem;
        text-align: center;
    }
	.p-reform-about .p-reform-content .strong {
        font-size: 1.6rem;
		margin-bottom: 10px;
    }
	.ttl_color::before {
      content: "";
      background: url("../img/reform/img_head_sp.png") no-repeat;
      display: inline-block;
      width: 148px;
      height: 60px;
      position: absolute;
      background-size: contain;
      top: -40px;
      left: 50%;
      transform: translateX(-50%);
      -webkit- transform: translateX(-50%);
      z-index: 0;
	}
	
	.p-reform-tuyomi .ttl_color img {
        width: 150px;
        padding: 20px 0 70px;
	}
	.p-reform-tuyomi h2 {
        margin-top: -60px;
		margin-bottom: 30px;
	}
	
	.p-reform-tuyomi h2 span {
        font-size: 2.2rem;
    }
	
	.p-reform-tuyomi dt {
        font-size: 1.7rem;
        padding-bottom: 2px;
	}
	.p-reform-tuyomi dt::before {
        height: 16px;
        width: 22px;
        margin-right: 10px;
    }
	.p-reform-tuyomi dd {
        font-size: 1.4rem;
		padding: 15px 0 30px;
	}
	.p-reform-tuyomi dd.col_2 {
		display: block;
	}
	.p-reform-tuyomi dd.col_2 .img_box {
        max-width: 220px;
        margin: 0 auto;
        padding-top: 20px;
    }
	.p-reform-style {
		font-size: 1.4rem;
	}
	.p-reform-style .ttl_color img {
        width: 87px;
        padding: 20px 0 110px;
    }
	.p-reform-style .p-reform-content {
		display: flex;
		flex-wrap: wrap;
	}
	.p-reform-style p.txt_box {
        padding-top: 30px;
        text-align: left;
    }
	.p-reform-style .p-reform-content >span {
		order:2;
		padding-top: 30px;
	}
	.p-reform-style .p-reform-content > h2 {
        width: 100%;
        top: -105px;
    }
	.p-reform-style .p-reform-content h2 {
        font-size: 2.2rem;
		font-weight: bold;
		color:#fff;
    }
	.p-reform-style .p-reform-content .fukidashi {
        max-width: 170px;
        display: block;
        margin: 0 auto;
	}
	.p-reform-style .p-reform-content .table_box {
        padding-top: 30px;
	}
	.p-reform-map {
        padding-top: 40px;
	}
	.p-reform-map .ttl_line::before, .p-reform-map .ttl_line::after {
        width: 37%;
	}
	.p-reform-map .ttl_line img {
        width: 90px;
	}
	.p-reform-map .ttl_line::before, .p-reform-map .ttl_line::after {
	background-image: linear-gradient(to right, #F38B38, #F38B38 2px, transparent 2px, transparent 8px);
	background-size: 5px 4px;
	}
	.p-reform-map .p-reform-content h3 {
		padding-top: 15px;
		font-size: 2.2rem;
		line-height: 1.5;
	}
	.p-reform-map .col_2 {
		display: block;
		padding-top: 0;
	}
	.p-reform-map .col_2 .img_box {
        max-width: 300px;
        margin: 20px auto;
	}
	.p-reform-map .col_2 .txt_box {
        padding: 24px;
        font-size: 1.4rem;
	}
	.p-reform-works .ttl_color img {
        width: 52px;
        padding: 20px 0 75px;
	}
	.p-reform-works .p-reform-content .txt_box {
        font-size: 2.2rem;
		color: #fff;
        font-weight: bold;
        letter-spacing: 0.06em;
        text-align: center;
    }
	.p-reform-works .p-reform-content > h2 {
		width: 100%;
		top: -72px;
	}
	.p-reform-works .p-reform-content .fukidashi {
        width: 234px;
        padding-top: 5px;
    }
	.contact-form .flex_box dd:last-child {
        margin-bottom: 40px;
    }
}
.form-step {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px 0 0;
}

.form-step li {
    color: var(--primary-brown);
    font-family: var(--ff-noto-sans);
    font-weight: 700;
    font-size: 1.3rem;
    width: calc(100% / 3);
    background: var(--tertiary-brown);
    line-height: 50px;
    text-align: center;
    position: relative;
}

.form-step li:not(:first-child):not(:last-child) {
    padding: 0 0 0 10px;
}

.form-step li::before,
.form-step li::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
}

.form-step li::before {
    border: solid 32px transparent;
    border-right: solid 13px transparent;
    border-left: solid 13px #FFF;
    top: -7px;
    left: 0;
    z-index: 1;
}

.form-step li::after {
    border: solid 25px transparent;
    border-left: solid 10px var(--tertiary-brown);
    border-right: solid 10px transparent;
    top: 0;
    right: -20px;
    z-index: 2;
}

.form-step li:first-child::before {
    content: none;
}

.form-step li.is-current {
    color: #FFF;
    background: var(--primary-brown);
}

.form-step li.is-current::after {
    border-left: solid 10px var(--primary-brown);
}
.is-pc {
    display: none;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    display: none;
}

.form__container {
    padding-top: 4.7rem;
    padding-left: var(--padding--container);
    padding-right: var(--padding--container);
    padding-bottom: 6rem;
}

.contact-form {
    width: 100%;
    margin-bottom: 1rem;
    font-family: var(--ff-noto-sans);
}
.message_box p {
	background: var(--primary-brown);
	text-align: center;
	color: #fff;
	padding: 5px 0;
	font-size: 14px;
}
.contact-form dd.architect-planned-text:empty {
    display: none;
}
.p-reform p {
	font-size: 15px;
	font-weight: bold;
	padding: 18px 0 5px;
}
.p-reform li {
	font-size: 14px;

}
	.contact-form .p-reform li::before {
	content: '・';
}
/*
.contact-form dd.bg-none {
    margin-bottom: 2rem;
    background-color: transparent;
}
*/
.message_box .flex_box p {
    background: var(--primary-brown);
    text-align: center;
    color: #fff;
    padding: 5px 0;
	font-size: 14px;
}
.contact-form .flex_box dd li::before {
    content: '・';
}

.architect-planned dd {
    margin-bottom: 1rem !important;
}

#confirm .contact-form dd {
    padding: 10px;
}

#confirm .contact-form dd.text-area {
    height: 53.4vw;
}

.contact-form label {
    font-weight: 700;
    font-size: 1.4rem;
}

.label-small {
    padding-left: .5rem;
    font-size: 1.3rem;
}

.form-required,
.form-any {
    display: inline-block;
    margin-right: .8rem;
    padding: 0 1rem;
    font-weight: 400;
    color: #fff;
    background-color: var(--primary-brown);
}

.form-required {
    background-color: var(--primary-brown);
}

.form-any {
    background-color: #aaa;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 input[type="number"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 10px;
}

.wpcf7 textarea {
    height: 53.4vw;
}

.wpcf7 select {
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
}

.wpcf7-list-item {
    margin-left: 0;
}


@media (min-width: 1000px) {

    .is-pc {
        display: block;
    }

    .form__container {
        max-width: var(--width--container);
        margin: 0 auto;
    }

    .contact-form {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 8rem;
    }
	

    #confirm .contact-form dd.text-area {
        height: 200px;
    }

    .contact-form label {
        font-size: 1.5rem;
    }

    .submit-button {
        width: 600px;
        margin: auto;
        transition: opacity .4s ease;
    }

    .form__container .attention {
        margin-top: 2.6rem;
    }

    .previous-button {
        width: 600px;
        margin: 0 auto;
        transition: opacity .4s ease;
    }

    .submit-button+.previous-button {
        margin-top: 1.4rem;
    }

    .submit-button:hover,
    .previous-button:hover {
        opacity: 0.85;
    }

    .form-thx .note {
        margin-bottom: 4rem;
        font-size: 1.6rem;
        text-align: center;
    }

    .form-thx .top-button__container .button {
        width: 75%;
    }

    /* イベント予約 */
    .event-date-wrap {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 65% !important;
    }

    .event-date-wrap dd {
        width: 48%;
    }

    /* 無料相談 */
    .architect-planned-text {
        margin-left: auto;
    }
	 .form-step {
        width: 608px;
        margin: auto;
    }

    .form-step li {
        font-size: 1.4rem;
        line-height: 80px;
    }

    .form-step li:not(:first-child):not(:last-child) {
        padding: 0 0 0 25px;
    }

    .form-step li::before,
    .form-step li::after {
        content: "";
        width: 0;
        height: 0;
        display: block;
        position: absolute;
    }

    .form-step li::before {
        border: solid 48px transparent;
        border-right: solid 13px transparent;
        border-left: solid 24px #fff;
        top: -7px;
        left: 0;
        z-index: 1;
    }

    .form-step li::after {
        border: solid 40px transparent;
        border-left: solid 20px var(--tertiary-brown);
        border-right: solid 10px transparent;
        top: 0;
        right: -30px;
        z-index: 2;
    }

    .form-step li:first-child::before {
        content: none;
    }

    .form-step li.is-current {
        color: #FFF;
        background: var(--primary-brown);
    }

    .form-step li.is-current::after {
        border-left: solid 20px var(--primary-brown);
    }

}

/* 20241106 店舗情報 */
.m-content {
    padding: 0 15px 60px;
}

.m-head {
    text-align: center;
}

.m-head .en {
    font-size: 2rem;
    font-weight: bold;
    border-bottom: solid 1px;
    padding: 0 15px 4px;
}

.m-head span:last-child {
    font-size: 1.2rem;
    display: block;
    margin-top: 6px;
}

.m-lead {
    padding: 30px 0;
    text-align: center;
}

.p-store .flexbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.p-store .flexbox .pic_anime {
    position: absolute;
    top: -50px;
    width: 56px;
    display: block;
    left: -7px;
}

.p-store .flexbox span {
    display: block;
    padding-bottom: 10px;
}

.p-store .flexbox span img {
    border-radius: 10px;
}

.p-store .flexbox li {
    flex-basis: 48%;
    position: relative;
    font-size: 1.4rem;
    font-weight: bold;
    color: #FFBB00;
    line-height: 1.3;
    padding-bottom: 30px;
    transition: all 0.2s ease;
}

.p-store .flexbox li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.p-store .flexbox li:hover {
    opacity: 0.8
}

.p-store {
    position: relative;
    padding-bottom: 90px;
    overflow: hidden;
    background-color: #FFFBF3;
    font-family: var(--ff-noto-sans);
}

.p-store .pic_anime.first {
    position: absolute;
    max-width: 150px;
    bottom: 40px;
    right: -50px;
    display: block;
    z-index: 1;
}

.p-store .pic_anime.second {
    position: absolute;
    max-width: 350px;
    bottom: 0;
    right: -180px;
    display: block;
}

@media (min-width: 1000px) {

    .m-content {
        padding: 0 30px 100px;
        max-width: 1140px;
        margin: 0 auto;
    }

    .m-head .en {
        font-size: 30px;
        padding: 0 15px 9px;
    }

    .m-head span:last-child {
        font-size: 15px;
        margin-top: 12px;
    }

    .m-lead {
        padding: 50px 0;
    }

    .p-store .flexbox li {
        flex-basis: 30.8%;
        font-size: 20px;
        padding-bottom: 40px;
    }

    .p-store .flexbox .pic_anime {
        position: absolute;
        top: -58px;
        width: 64px;
        display: block;
        left: -7px;
    }

    .p-store .pic_anime.first {
        position: absolute;
        max-width: 340px;
        bottom: 40px;
        right: -70px;
        display: block;
        z-index: 1;
    }

    .p-store .pic_anime.second {
        position: absolute;
        max-width: 540px;
        bottom: 0px;
        right: -70px;
        display: block;
    }

}

.address-info {
    color: #72533F;
    font-size: 14px;
}

.address-info table tr {
    padding-top: 5px;
    display: block;
}

.address-info table th {
    width: 70px;
    vertical-align: middle;
}

.address-info table td {
    font-weight: normal;
}

@media (min-width: 1000px) {}

@media screen and (max-width: 640px) {
    .address-info {
        text-align: left;
        font-size: 13px
    }

    .address-info table {
        width: 100%;
    }

    .address-info table th {
        position: relative;
        bottom: -17px;
    }

    .address-info table th,
    .address-info table td {
        width: 100%;
        display: block;
    }

    .address-info table td {
        text-align: right;
    }
}

/* 20241224 お客様の声 */
.p-reform-voice .ttl_color img {
 width: 70px;
 padding: 20px 0 130px;
}
.p-reform-voice-content {
 max-width: 1300px;
 margin: 0 auto;
 font-family: var(--ff-noto-sans);
 letter-spacing: 0.04em;
 line-height: 1.8;
 position: relative;
 padding: 30px 30px 0px 30px;
}
.p-reform-voice-h2 {
 position: absolute;
 top: -113px;
 left: 50%;
 transform: translateX(-50%);
 font-size: 30px;
 color: #fff;
 font-weight: bold;
 letter-spacing: 0.06em;
 text-align: center;
}
.p-reform-voice-ttl-en {
 display: block;
 width: 70px;
 color: #fff;
 padding: 15px 0 118px;
 margin: 0 auto;
 font-size: 1.5em;
}
.p-reform-voice-h2-fukidashi {
 display: block;
 width: 100%;
 text-align: center;
 font-size: 1.5rem;
 white-space: nowrap;
 color: #F38B38;
 background-color: #fff;
 border-radius: 20px;
 padding: 6px 12px;
 margin: 12px auto 0px auto;
}
.reform-voice {
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
 align-items: stretch;
 width: 100%;
 max-width: var(--width--container);
 margin: 0 auto 2.6rem auto;
}
.reform-voices-item {
 opacity: 1;
 width: calc(100% / 2 - 1.8vw);
 max-width: 50%;
 padding: .5rem .5rem 5rem .5rem;
 margin-bottom: 2.6rem;
 border: 1px solid #665546;
 position: relative;
 font-family: var(--ff-noto-sans);
}
.reform-voices-item:nth-child(even) {
 margin-left: 3.6vw;
}
.reform-voices-item:not(:nth-of-type(3n)) {
 margin-right: unset;
}
.reform-voices-thumb {
 width: 100%;
 height: 28.8vw;
}
.reform-voices-thumb-a {
 width: 100%;
 height: 100%;
}
.reform-voices-thumb img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.reform-voices-title {
 font-family: var(--ff-noto-serif);
 margin-top: 1rem;
 font-size: 1.3rem;
 font-weight: 500;
 line-height: 1.33;
 text-align: center;
}
.reform-voices-subtitle {
 margin-top: .8rem;
 font-size: 1rem;
 font-weight: 500;
 line-height: 1.2;
 text-align: center;
}
.reform-voices-read {
 margin-top: .8rem;
 font-size: 1rem;
 font-weight: 300;
 line-height: 1.5;
}
.reform-voices-button {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 justify-content: center;
 padding: 0 .5rem;
 margin: auto;
 position: absolute;
 left: 0;
 right: 0;
 bottom: 1rem;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
}
.reform-voices-button-a {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 17.9rem;
 background: #fff;
 border: 1px solid #665546;
 color: #665546;
 font-size: 1.3rem;
 text-align: center;
 position: relative;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 padding: 8px 0 10px;
}
.reform-voices-button-span {
 display: inline-block;
 font-weight: 400;
 line-height: 1;
}
.reform-voices-button-span::before {
 content: "＞";
 margin: auto;
 color: #665546;
 font-size: 1rem;
 position: absolute;
 top: .8rem;
 right: .4rem;
}
@media (min-width: 1000px) {
 .p-reform-voice .p-reform-content {
  padding-top: 60px;
 }
 .reform-voices-item {
  width: 320px;
  max-width: 100%;
  padding: 1rem 1rem 6.5rem 1rem;
  margin-bottom: 2rem;
 }
 .reform-voices-item:nth-child(even) {
  margin-left: 0;
 }
 .reform-voices-item:not(:nth-of-type(3n)) {
  margin-right: 2rem;
 }
 .reform-voices-thumb {
  height: 225px;
 }
 .reform-voices-thumb-a {
  transition: all .4s ease;
 }
 .reform-voices-title {
  margin-top: 1.5rem;
  font-size: 1.5rem;
 }
 .reform-voices-subtitle {
  margin-top: 17px;
 }
 .reform-voices-read {
  padding: 0 1.5rem;
  margin-top: 1.5rem;
  font-size: 1.2rem;
 }
 .reform-voices-button {
  bottom: 2rem;
 }
 .reform-voices-button-a {
  transition: background-color .3s ease, color .3s ease;
 }
 .reform-voices-button-span::before {
  right: 1rem;
  transition: color .3s ease;
 }
}
@media (max-width: 999px) {
 .reform-voices-button-a {
  background: #665546;
  color: #fff;
  border: 1px solid #665546;
  font-size: 1.2rem;
 }
}
@media screen and (max-width: 835px) {
 .p-reform-voice-ttl-en {
  padding: 15px 0 108px;
 }
}