@charset "UTF-8";
/**====================================
 * CSS information
 * file name	: style.css
 * author		: libretto works
====================================**/

/*/////////////////////////////////////////////////////////////////////////////


              // TOP //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* visual  ---------------------------------------- */
.visual {
	margin-bottom: 60px;
}
.visual-inner {
    padding: 20px 0 0 5.8565%;
    position: relative;
}
.visual-fig {
    padding: 0 20px 0 16.3297%;
}
.visual-fig .thumb {
    border-radius: 4px;
}
.visual-fig .thumb::after {
    padding-top: 60.606%;
}
.visual-label {
    width: 210px;
    position: absolute;
    right: 40px;
    bottom: 40px;
}
.visual-ttl {
    position: absolute;
    left: 5.8565%;
    top: 50%;
    transform: translateY(-55%);
}
.visual-ttl .ttl {
    font-size: 1.4rem;
    margin-bottom: 24px;
}
.visual-ttl .subttl {
    font-size: 4.0rem;
    line-height: 1.8;
}
.visual-ttl .subttl span {
    display: block;
}
.visual-ttl .lead {
    font-size: 1.8rem;
    line-height: 2;
    margin-top: 20px;
}

/* scroll  ---------------------------------------- */
.scroll {
    width: 28px;
	height: 120px;
	position: absolute;
	bottom: 10px;
	left: 5.8565%;
}
.scroll a {
	display: block;
	width: 100%;
	height: 100%;
}
.scroll__bar1,
.scroll__bar2 {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 1px;
	height: 100%;
	background: rgba(0,0,0,0.10);
	pointer-events: none;
}
.scroll__bar2 {
	background: rgba(0,0,0,0.20);
	transform: scaleY(0);
	transform-origin: top left;
	animation: scroll-bar 2.5s ease-in-out infinite forwards;
}
.scroll p {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 1.2rem;
    writing-mode: vertical-rl;
    font-weight: 500;
	line-height: 1;
	z-index: 9999;
}

@keyframes scroll-bar {
	0% {
		transform-origin: top left;
		transform: scaleY(0); }
	50% {
		transform-origin: top left;
		transform: scaleY(1); }
	75% {
		transform-origin: bottom left;
		transform: scaleY(1); }
	95% {
		transform-origin: bottom left;
		transform: scaleY(0); }
	100% {
		transform-origin: top left;
		transform: scaleY(0); }
}

/* pickup-news  ---------------------------------------- */
.pickup-news {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #cccccc;
}
.pickup-news .en-ttl {
    width: 138px;
    line-height: 1.5;
    padding-left: 25px;
    box-sizing: border-box;
}
.pickup-news a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 138px);
    border-left: 1px solid #cccccc;
    box-sizing: border-box;
    padding: 0 50px 0 40px;
}
.cate-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.date {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-right: 15px;
    white-space: nowrap;
}
.cate {
    font-size: 1.2rem;
    line-height: 1.5;
    border: 1px solid #999999;
    border-radius: calc(infinity * 1px);
    padding: 3px 16px 5px;
    white-space: nowrap;
}
.pickup-news .ttl {
    line-height: 1.5;
    padding-left: 20px;
    position: relative;
}

/* t-sec-reason  ---------------------------------------- */
.t-sec-reason {
    padding: 100px 0 150px;
    background: url("../images/wave_cont.png") top 245px left no-repeat;
    background-size: 100% auto;
}
.t-sec-reason .section-wrap {
    position: relative;
}
.t-sec-reason-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0 30px;
}
.t-sec-reason-ttl .ttl {
    font-size: 3.2rem;
    line-height: 2.2;
    letter-spacing: 0.18em;
    writing-mode: vertical-rl;
    text-shadow:  0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.t-sec-reason-topfig {
    width: 21.9619%;
    position: absolute;
    right: 0;
    top: 50px;
}
.t-sec-reason-fig01 .thumb {
    border-radius: 4px 0 0 4px;
}
.t-sec-reason-fig01 .thumb::after {
    padding-top: 133.3333%;
}
.t-sec-reason-fig02 {
    width: 60%;
    position: absolute;
    left: -13.3333%;
}
.t-sec-reason-fig02 .thumb {
    border-radius: 4px;
}
.t-sec-reason-fig02 .thumb::after {
    padding-top: 75%;
}
.t-sec-reason-cont {
    text-align: center;
}
.t-sec-reason-cont .txt-wrap {
    margin-bottom: 48px;
}
.t-sec-reason-fig03 {
    width: 25.6222%;
    position: absolute;
    left: 0;
    top: 360px;
}
.t-sec-reason-fig03 .thumb {
    border-radius: 0 4px 4px 0;
}
.t-sec-reason-fig03 .thumb::after {
    padding-top: 148.5714%;
}
.t-sec-reason-fig04 {
    width: 23%;
    position: absolute;
    right: 2.9282%;
    bottom: -50px;
}
.t-sec-reason-fig04 .thumb {
    border-radius: 4px;
}
.t-sec-reason-fig04 .thumb::after {
    padding-top: 70%;
}

/* t-sec-plan  ---------------------------------------- */
.t-sec-plan {
    padding: 100px 0 120px;
}
.plan-list {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.plan-list .plan-block {
    width: 48%;
    margin-top: 60px;
}
.plan-block a {
    display: block;
    background: #f5f4f0;
    border-radius: 4px;
    overflow: hidden;
}
._bg .plan-block a {
    background: #ffffff;
}
.plan-block .thumb::after {
    padding-top: 56.25%;
}
.plan-block .plan-block-inner {
    padding: 0 8.59375% 32px;
    text-align: center;
}
.plan-block-ttl {
    margin: 20px 0 10px;
}
.plan-block-ttl .lead {
    line-height: 1.6;
}
.plan-block-ttl .ttl {
    font-size: 3.0rem;
}
.plan-block-ttl .txt {
    font-size: 1.5rem;
}
.plan-block-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.plan-block-item .item {
    width: 16.2735%;
    font-size: 1.4rem;
    text-align: center;
    background: #a98e47;
    color: #ffffff;
    padding: 1px 0;
    border-radius: 2px;
}
.plan-block-item .item._none {
    opacity: 0.4;
}
.plan-block-price {
    padding: 14px 0 18px;
    margin-bottom: 20px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.plan-block-price .regular-price {
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: 0.04em;
    margin-bottom: 14px;
}
.plan-block-price .regular-price span {
    font-size: 1.8rem;
}
.plan-block-price .member-price {
    display: flex;
    justify-content: center;
    align-items: center;
}
.plan-block-price .member-price .ttl {
    width: 140px;
    background: #ce0f0f;
    font-size: 1.8rem;
    color: #ffffff;
    padding: 20px 0;
    border-radius: 4px;
}
.plan-block-price .member-price-inner {
    text-align: left;
    margin-left: 24px;
}
.plan-block-price .member-price-inner .price-box {
    position: relative;
    line-height: 1;
    color: #ce0f0f;
}
.plan-block-price .member-price-inner .price-box .price {
    font-size: 4.8rem;
    letter-spacing: 0;
}
.plan-block-price .member-price-inner .price-box .price span {
    display: inline-block;
    font-size: 2.2rem;
    margin-left: 2px;
}
.plan-block-price .member-price-inner .price-box .tax {
    font-size: 1.2rem;
    letter-spacing: 0;
    position: absolute;
    right: 0;
    top: 8px;
}
.plan-block-price .member-price-inner .taxin {
    font-size: 1.3rem;
    line-height: 1.6;
}
.plan-block-price .member-price-inner .taxin span {
    font-size: 1.8rem;
}

/* plan-list._col3 */
.t-sec-plan .plan-list._col3 {
    margin-bottom: 80px;
}
.plan-list._col3 .plan-block {
    width: 32%;
}
.plan-list._col3 .plan-block .plan-block-inner {
    padding: 0 5.8823% 26px;
}
.plan-list._col3 .plan-block-ttl .ttl {
    font-size: 2.6rem;
}
.plan-list._col3 .plan-block-item .item {
    font-size: 1.2rem;
}
.plan-list._col3 .plan-block-price {
    margin-bottom: 16px;
}
.plan-list._col3 .plan-block-price .member-price .ttl {
    width: 100px;
    font-size: 1.6rem;
    padding: 18px 0;
}
.plan-list._col3 .plan-block-price .member-price-inner {
    margin-left: 12px;
}
.plan-list._col3 .plan-block-price .member-price-inner .price-box .price {
    font-size: 3.8rem;
    letter-spacing: 0;
}
.plan-list._col3 .plan-block-price .member-price-inner .price-box .price span {
    font-size: 1.6rem;
}
.plan-list._col3 .plan-block-price .member-price-inner .price-box .tax {
    font-size: 1.0rem;
    right: -4px;
    top: 6px;
}
.plan-list._col3 .plan-block-price .member-price-inner .taxin span {
    font-size: 1.6rem;
}

/* plan-list._col4 */
.sec-btm-plan .plan-list._col4 {
    margin: 50px 0 0;
}
.sec-btm-plan .plan-list._col4::before,
.sec-btm-plan .plan-list._col4::after {
    content: "";
    width: 23.1343%;
    display: block;
    order: 1;
}
.sec-btm-plan .plan-list._col4 .plan-block {
    width: 23.1343%;
    margin-top: 0;
}
.sec-btm-plan .plan-list._col4 .plan-block a {
    background: #ffffff;
}
.sec-btm-plan .plan-list._col4 .plan-block .thumb {
    border-radius: 4px;
}
.sec-btm-plan .plan-list._col4 .plan-block-inner {
    padding-bottom: 20px;
}
.sec-btm-plan .plan-list._col4 .plan-block-ttl {
    margin: 20px 0 10px;
}
.sec-btm-plan .plan-list._col4 .plan-block-ttl .lead {
    font-size: 1.2rem;
    margin-bottom: 2px;
}
.sec-btm-plan .plan-list._col4 .plan-block-ttl .ttl {
    font-size: 2.0rem;
    letter-spacing: 0.12em;
    margin-bottom: 2px;
}
.sec-btm-plan .plan-list._col4 .plan-block-ttl .txt {
    font-size: 1.2rem;
}

/* bnr-member  ---------------------------------------- */
.sec-bnr-member {
    padding: 80px 0;
}
._pb-none {
    padding-bottom: 0;
}
.bnr-member {
    max-width: 1080px;
    margin: 0 auto;
}
.t-sec-plan .bnr-member {
    margin-top: 90px;
}
.bnr-member a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding: 40px;
    border: 10px solid #ebe9e2;
    border-radius: 4px;
}
.bnr-member .fig {
    width: 240px;
}
.bnr-member-inner .fig {
    display: none;
}
.bnr-member-inner {
    width: calc(100% - 280px);
}
.bnr-member .lead {
    display: inline-block;
    position: relative;
    font-size: 2.0rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
    background: #a98e47;
    color: #ffffff;
    padding: 6px 20px;
    border-radius: 4px;
}
.bnr-member .lead::before {
    content: "";
    border-top: 11px solid #a98e47;
    border-left: 11px solid #a98e47;
    border-right: 11px solid transparent;
    border-bottom: 11px solid transparent;
    position: absolute;
    left: 30px;
    bottom: -11px;
}
.bnr-member .ttl {
    font-size: 3.2rem;
    line-height: 0.8;
    letter-spacing: 0;
    color: #8d6f1e;
    padding: 22px 0 20px;
    margin-bottom: 16px;
    border-bottom: 1px solid #cccccc;
}
.bnr-member .ttl ._small {
    font-size: 2.4rem;
}
.bnr-member .ttl ._numb {
    display: inline-block;
    font-size: 6.0rem;
    padding: 0 2px;
}
.bnr-member .txt {
    line-height: 2;
    position: relative;
    padding-right: 40px;
}
.bnr-member .txt::before,
.bnr-member .txt::after {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-43%);
    transition: .2s;
}
.bnr-member .txt::before {
    background: #773086;
    border-radius: 50%;
}
.bnr-member .txt::after {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="32" viewBox="0 0 32 32"><path fill="rgb(255, 255, 255)" d="M14.2,20.8c-.3,0-.5-.1-.7-.4-.3-.4-.2-1,.2-1.3l4.3-3.2-4.3-3.2c-.4-.3-.5-.9-.2-1.3.3-.4.9-.5,1.3-.2l5.2,3.9c.2.2.4.4.4.7s-.1.5-.4.7l-5.2,3.9c-.2.1-.4.2-.5.2Z"/></svg>') center center no-repeat;
    background-size: 100% auto;
}

/* t-sec-link  ---------------------------------------- */
.t-sec-link {
    padding: 120px 0 20px
}
.t-sec-link-list .block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid #cccccc;
    padding: 80px 0 100px;
}
.t-sec-link-list .block:nth-child(2n) {
    flex-direction: row-reverse;
}
.t-sec-link-list .block .thumb-wrap {
    width: calc(50% + 120px);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.t-sec-link-list .block .thumb-wrap .thumb {
    width: calc(100% - 120px);
    border-radius: 4px;
}
.t-sec-link-list .block .thumb-wrap .thumb::after {
    padding-top: 80%;
}
.t-sec-link-list .block .thumb-wrap .subttl {
    font-size: 2.5rem;
    line-height: 1.8;
    writing-mode: vertical-rl;
}
.t-sec-link-list .block-inner {
    width: 31.5091%;
}
.t-sec-link-list .block-inner .txt {
    margin-top: 30px;
}

/* t-sec-fig  ---------------------------------------- */
.t-sec-fig .thumb::after {
    padding-top: 45%;
}

/* t-sec-news  ---------------------------------------- */
.t-sec-news {
    margin: 120px 0;
    position: relative;
}
.sec-news-col2 {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.sec-news-side {
    width: 25%;
}
.sec-news-inner {
    width: 72.9684%;
}
.news-list {
    margin-bottom: 40px;
    border-top: 1px solid #cccccc;
}
.news-item {
    border-bottom: 1px solid #cccccc;
}
.news-item a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding: 30px 0;
}
.news-item a .thumb {
    width: 20.4545%;
    border-radius: 4px;
}
.news-item a .thumb::after {
    padding-top: 75%;
}
.news-item a .news-item-block {
    width: 73.8636%;
    padding: 10px 0;
}
.news-item a .news-item-block .ttl {
    font-size: 1.8rem;
    margin-top: 16px;
}

/* hover */
@media screen and (min-width: 768px) {
    .news-list .block a:hover {
        opacity: 1;
    }
}

/*/////////////////////////////////////////////////////////////////////////////


              // REASON //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* sec-reason  ---------------------------------------- */
.sec-reason {
    padding: 60px 0 110px;
}
.reason-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 70px;
}
.reason-item:nth-child(2n) {
    flex-direction: row-reverse;
}
.reason-item .thumb {
    width: 39.8009%;
    border-radius: 4px;
}
.reason-item .thumb::after {
    padding-top: 75%;
}
.reason-item-inner {
    width: 50.2487%;
}
.reason-item .numb {
    text-align: right;
    position: relative;
    margin-bottom: 16px;
}
.reason-item .numb::before {
    content: "";
    width: calc(100% - 135px);
    height: 1px;
    background: #ddd2b5;
    position: absolute;
    left: 0;
    top: 0;
}
.reason-item .numb p {
    font-size: 1.4rem;
    letter-spacing: 0.18em;
    line-height: 1;
    color: #8d6f1e;
    position: relative;
    padding-left: 32px;
}
.reason-item .numb p span {
    font-size: 3.2rem;
}
.reason-item .ttl {
    font-size: 2.6rem;
    letter-spacing: 0.12em;
    margin-bottom: 16px;
}
.note {
    font-size: 1.4rem;
    margin-top: 0.5em;
}
.reason-item-point {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 18px 0;
    margin-top: 24px;
}
.reason-item-point-ttl {
    width: 130px;
    font-size: 1.4rem;
    color: #8d6f1e;
    text-align: center;
}
.reason-item-point-inner {
    width: calc(100% - 130px);
    border-left: 1px solid #cccccc;
    box-sizing: border-box;
    padding: 0 30px;
}
.reason-item-point-inner li {
    padding-left: 40px;
    line-height: 1.6;
    margin: 8px 0;
    position: relative;
}
.reason-item-point-inner li::before,
.reason-item-point-inner li::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
}
.reason-item-point-inner li::before {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #e9e3d2;
    left: 0;
}
.reason-item-point-inner li::after {
    width: 10px;
    height: 20px;
    left: 3px;
    margin-top: -8px;
    border-bottom: 1px solid #a98e47;
    border-right: 1px solid #a98e47;
    transform-origin: center center;
    transform: rotate(45deg) translateY(-50%);
}

/* box-block  ---------------------------------------- */
.box-block {
    max-width: 1080px;
    margin: 100px auto 0;
    border: 10px solid #f5f4f0;
    border-radius: 4px;
    padding: 50px;
    box-sizing: border-box;
}
.box-block .ttl {
    font-size: 3.0rem;
    letter-spacing: 0.12em;
    text-align: center;
    margin-bottom: 35px;
}
.box-block-col2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.box-block-col2 .thumb {
    width: 46.3541%;
}
.box-block-col2 .thumb::after {
    padding-top: 66.6666%;
}
.box-block-col2-inner {
    width: 46.3541%;
}
.box-block-col2-inner .ttl {
    font-size: 2.6rem;
    text-align: left;
    margin-bottom: 16px;
}

/* sec-member  ---------------------------------------- */
.sec-member {
    padding: 100px 0 110px;
}
.sec-member-block {
    text-align: center;
    margin: 24px 0 0;
}
.sec-member-block .ttl {
    font-size: 2.6rem;
    letter-spacing: 0.12em;
    margin-bottom: 16px;
}
.member-benefits {
    width: 860px;
    margin: 54px auto 0;
    color: #8d6f1e;
    border: 1px solid #a98e47;
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
    padding: 50px 50px 65px;
}
.member-benefits-ttl {
    display: inline-block;
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: 0.18em;
    background: #f5f4f0;
    position: absolute;
    left: 50%;
    top: -16px;
    transform: translateX(-50%);
    padding: 0 56px;
}
.member-benefits ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}
.member-benefits ul::before {
    content: "";
    width: 1px;
    height: 40px;
    background: #a98e47;
    position: absolute;
    left: 50%;
    bottom: -5px;
}
.member-benefits ul li {
    width: 50%;
    font-size: 3.2rem;
    line-height: 1;
}
.member-benefits ul li .small {
    font-size: 2.2rem;
}
.member-benefits ul li .large {
    font-size: 3.6rem;
}
.member-benefits ul li .numb {
    font-size: 4.6rem;
}
.member-benefits-label {
    width: 180px;
    position: absolute;
    right: -90px;
    top: -110px;
}
.sec-member-flow {
    max-width: 1120px;
    margin: 48px auto 60px;
}
.sec-member-flow .ttl {
    position: relative;
    text-align: center;
}
.sec-member-flow .ttl::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #cccccc;
    position: absolute;
    left: 0;
    top: 50%;
}
.sec-member-flow .ttl span {
    font-size: 2.6rem;
    letter-spacing: 0.12em;
    background: #f5f4f0;
    padding: 0 30px;
    position: relative;
}
.member-flow-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 56px;
}
.member-flow-item {
    width: 24.3%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #ffffff;
    border-radius: 4px;
    text-align: center;
    padding: 30px 10px;
    box-sizing: border-box;
}
.member-flow-item::after {
    content: "";
    border-left: 24px solid #a28843;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    right: -19px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.member-flow-item:last-child::after {
    display: none;
}
.member-flow-item .numb {
    position: absolute;
    left: 50%;
    top: -36px;
    transform: translateX(-50%);
    color: #8d6f1e;
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: 0.18em;
}
.member-flow-item .numb span {
    display: block;
    font-size: 3.0rem;
}
.member-flow-item p {
    line-height: 1.6;
}

/* sec-faq  ---------------------------------------- */
.sec-faq {
    padding: 100px 0;
}
.faq-list {
    margin-top: 60px;
}
.faq-item {
    background: #f5f4f0;
    border-radius: 4px;
    margin-bottom: 16px;
}
.faq-item .question {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    padding: 32px 40px 36px;
    cursor: pointer;
}
.faq-item .question .en {
    width: 40px;
    font-size: 2.0rem;
    line-height: 1.6;
    color: #8d6f1e;
    box-sizing: border-box;
}
.faq-item .question .ttl {
    width: calc(100% - 40px);
    font-size: 2.0rem;
    padding-top: 2px;
}
.faq-item .question .plus {
    display: block;
    width: 48px;
    height: 48px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.faq-item .question .plus::before,
.faq-item .question .plus::after {
    content: "";
    width: 20px;
    height: 2px;
    background: #a98e47;
    position: absolute;
    left: 14px;
    top: 23px;
}
.faq-item .question .plus::after {
    transform: rotate(90deg);
    transition: .2s;
}
.faq-item .question.ac .plus::after {
    transform: rotate(0);
}
.faq-item .answer-wrap {
    display: none;
    padding: 0 28px 28px;
}
.faq-item .answer {
    padding: 24px 40px;
    background: #ffffff;
    border-radius: 4px;
}

/* sec-btm-plan  ---------------------------------------- */
.sec-btm-plan {
    padding: 100px 0 0;
}
.sec-btm-plan .plan-list {
    margin-bottom: 60px;
}
.sec-btm-plan .plan-list .plan-block {
    margin-top: 50px
}


/*/////////////////////////////////////////////////////////////////////////////


              // PLAN DETAIL //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* page-ttl-plan  ---------------------------------------- */
.page-ttl-plan {
    padding: 0 11.7130% 50px;
}
.page-ttl-plan .numb span {
    font-size: 2.2rem;
}
.page-ttl-plan .plan-block-item {
    max-width: 424px;
    margin: 20px auto 30px;
}
.page-ttl-plan .plan-block-price .regular-price span {
  font-size: 2.2rem;
}
.page-ttl-plan-note {
    font-size: 1.5rem;
    line-height: 1.75;
}

/* sec-plan-pick  ---------------------------------------- */
.sec-plan-pick {
    padding: 80px 0 0;
    margin-bottom: -10px;
}
.sec-plan-pick .cont-ttl {
    position: relative;
    z-index: 1;
}
.sec-plan-pick-block {
    max-width: 1000px;
    background: #fffefc url("../images/plan_flower_bg.jpg") left bottom no-repeat;
    background-size: cover;
    border: 10px solid #f5f4f0;
    border-radius: 4px;
    padding: 50px;
    position: relative;
    margin: -50px auto 0;
    box-sizing: border-box;
}
.sec-plan-pick-block::before {
    content: "";
    width: 610px;
    height: 10px;
    background: rgba(255,255,255,0.60);
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.st-flowers-list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 18px;
}
.st-flowers-list .thumb {
    width: 26%;
    box-sizing: border-box;
    border: 2px solid #a98e47;
    border-radius: 50%;
    background: #ffffff;
    margin: 0 2.65%;
}
.st-flowers-list .thumb::after {
    padding-top: 100%;
}

/* sec-plan-include  ---------------------------------------- */
.sec-plan-include {
    padding: 80px 0 110px;
}
.include-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 40px;
}
.include-item {
    width: 24.1964%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #666666;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 12px;
    position: relative;
}
.include-item .thumb {
    width: 34.7490%;
}
.include-item .thumb::after {
    padding-top: 100%;
}
.include-item .txt {
    width: 62.1621%;
    line-height: 1.6;
}
.include-item .txt span {
    font-size: 1.2rem;
}
.include-item._none {
    background: #e6e6e6;
}
.include-item._none::after {
    content: "";
    width: 88%;
    height: 1px;
    background: #b3b3b3;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-18deg);
}
.include-item._none .thumb,
.include-item._none .txt {
    opacity: 0.7;
}
.include-note {
    background: #f9f8f6;
    padding: 30px 40px 36px;
    margin-top: 40px;
}
.include-note .ttl {
    position: relative;
    margin-bottom: 12px;
}
.include-note .ttl::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #cccccc;
    position: absolute;
    left: 0;
    top: 50%;
}
.include-note .ttl span {
    display: inline-block;
    padding: 0 30px 0 0;
    background: #f9f8f6;
    position: relative;
}
.include-note-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.include-note-list li {
    width: 48%;
    box-sizing: border-box;
}
.separate-note {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    margin-top: 80px;
    border-top: 1px solid #cccccc;
}
.separate-note .ttl {
    width: 32%;
    font-size: 2.6rem;
}
.separate-note-list {
    width: 66.0714%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.separate-note-list li {
    width: 47.2972%;
    font-size: 1.8rem;
    box-sizing: border-box;
    border-bottom: 1px solid #cccccc;
    padding: 5px 0 20px 24px;
    margin-bottom: 15px;
}

/* sec-plan-flow  ---------------------------------------- */
.sec-plan-flow {
    padding: 90px 0 74px;
}
.sec-plan-flow .plan-block-item {
    width: 490px;
    margin: 32px auto 50px;
}
.sec-plan-flow .plan-block-item .item {
    font-size: 1.6rem;
}
.flow-item {
    background: #ffffff;
    border-radius: 4px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 36px;
}
.flow-item .day {
    width: 135px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}
.flow-item .day._end {
    align-items: flex-end;
}
.flow-item .day::before {
    content: "";
    width: 1px;
    height: calc(100% + 56px);
    background: #a98e47;
    position: absolute;
    left: 50%;
    top: 0;
}
.flow-item:last-child .day::before {
    height: calc(100% - 20px);
}
.flow-item .day p {
    padding: 20px;
    background: #ffffff;
    border-radius: 50%;
    position: relative;
}
.flow-item .day p span {
    width: 95px;
    height: 95px;
    font-size: 1.8rem;
    color: #8d6f1e;
    border-radius: 50%;
    border: 1px solid #a98e47;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.flow-item .flow-item-col2 {
    width: calc(100% - 150px);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 30px 20px 0;
    box-sizing: border-box;
    position: relative;
}
.flow-item .flow-item-col2::after {
    content: "";
    border-top: 26px solid #a98e47;
    border-right: 29px solid transparent;
    border-left: 29px solid transparent;
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
}
.flow-item:last-child .flow-item-col2::after {
    display: none;
}
.flow-item .flow-item-col2 .thumb {
    width: 26%;
    border-radius: 4px;
}
.flow-item .flow-item-col2 .thumb::after {
    padding-top: 75%;
}
.flow-item .flow-item-cont {
    width: 68.5466%;
}
.flow-item .flow-item-cont .numb {
    font-size: 1.4rem;
    letter-spacing: 0.12em;
    color: #8d6f1e;
}
.flow-item .flow-item-cont .ttl {
    font-size: 2.2rem;
    letter-spacing: 0.12em;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 20px;
}
.flow-item .flow-item-cont .ttl::after {
    content: "";
    width: 120px;
    height: 1px;
    background: #a98e47;
    position: absolute;
    left: 0;
    bottom: 0;
}
.flow-item .flow-item-tel {
    margin: 16px 0 8px;
}
.flow-item .flow-item-tel a {
    display: block;
    background: #773086;
    border-radius: 4px;
    color: #ffffff;
    padding: 0 30px;
}
.flow-item .flow-item-tel a p {
    font-size: 2.8rem;
    line-height: 1.5;
    padding: 8px 0 12px 46px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="30" height="20" viewBox="0 0 30 20"><path fill="rgb(255, 255, 255)" d="M-0.006,20.004 L-0.006,-0.000 L30.008,-0.000 L30.008,20.004 L-0.006,20.004 ZM30.004,3.112 C26.954,3.112 24.251,3.889 22.416,4.864 C20.581,3.889 18.046,3.112 14.997,3.112 C11.947,3.112 9.413,3.889 7.577,4.864 C5.742,3.889 3.044,3.112 -0.005,3.112 L-0.005,4.864 C1.797,4.864 3.985,5.208 5.702,5.970 C3.847,7.236 2.013,9.156 2.013,11.579 C2.013,14.780 4.682,17.225 7.577,17.225 C10.472,17.225 13.012,14.780 13.012,11.579 C13.012,9.156 11.308,7.236 9.453,5.970 C11.169,5.208 13.194,4.864 14.997,4.864 C16.800,4.864 18.824,5.208 20.540,5.970 C18.686,7.236 16.981,9.156 16.981,11.579 C16.981,14.780 19.522,17.225 22.416,17.225 C25.311,17.225 27.940,14.780 27.940,11.579 C27.940,9.156 26.147,7.236 24.292,5.970 C26.009,5.208 28.201,4.864 30.004,4.864 L30.004,3.112 ZM22.533,15.471 C20.887,15.471 18.844,14.185 18.844,11.535 C18.844,9.477 20.839,7.832 22.533,6.850 C24.228,7.832 26.222,9.477 26.222,11.535 C26.222,14.185 24.180,15.471 22.533,15.471 ZM7.536,15.516 C5.890,15.516 3.845,14.232 3.845,11.579 C3.845,9.522 5.841,7.878 7.536,6.895 C9.230,7.878 11.225,9.522 11.225,11.579 C11.225,14.232 9.182,15.516 7.536,15.516 Z"/></svg>') left center no-repeat;
    background-size: 30px auto;
}
.flow-item .flow-item-tel a p span {
    display: inline-block;
    font-size: 2.2rem;
    padding-left: 10px;
}

.flow-btm {
    border: 1px solid #a78c45;
    text-align: center;
    padding: 35px 40px 40px;
    border-radius: 4px;
}
.flow-btm .ttl {
    font-size: 2.6rem;
    color: #8d6f1e;
    margin-bottom: 14px;
}

/*/////////////////////////////////////////////////////////////////////////////


              // HALL //
	  

/////////////////////////////////////////////////////////////////////////////*/
.hall-list-wrap {
    padding: 100px 0 110px;
    border-top: 1px solid #cccccc;
}
.sec-hall:first-child .hall-list-wrap {
    border-top: none;
}
.sec-hall:last-child .hall-list-wrap {
    padding-bottom: 0;
}
.sec-hall .cont-ttl {
    margin-bottom: -16px;
}
.hall-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 80px;
}
.hall-item-fig {
    width: 56.3847%;
}
.hall-item-fig-slider .thumb {
    border-radius: 4px;
}
.hall-item-fig-slider .thumb::after {
    padding-top: 75%;
}
.hall-item-fig-slider_thumb .thumb {
    width: 96px;
    margin: 12px 8px 0 0;
    border-radius: 4px;
    opacity: 0.6;
}
.hall-item-fig-slider_thumb .thumb.slick-current {
    opacity: 1;
}
.hall-item-fig-slider_thumb .thumb::after {
    padding-top: 66.6666%;
}
.hall-item-inner {
    width: 36.9817%;
}
.hall-item-inner .ttl {
    font-size: 3.2rem;
    letter-spacing: 0.12em;
    margin-bottom: 20px;
}
.hall-item-inner dl {
    border-top: 1px solid #cccccc;
    padding: 14px 0 10px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.hall-item-inner dl dt {
    width: 80px;
    margin-top: 16px;
}
.hall-item-inner dl dd {
    width: calc(100% - 90px);
    padding-left: 20px;
    box-sizing: border-box;
    border-left: 1px solid #cccccc;
    margin-top: 16px;
}
.hall-list-col3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 35px;
}
.hall-list-col3::after {
    content: "";
    display: block;
    width: 31.0116%;
}
.hall-subitem {
    width: 31.0116%;
    margin-top: 45px;
}
.hall-subitem .thumb {
    border-radius: 4px;
}
.hall-subitem .thumb::after {
    padding-top: 66.6666%;
}
.hall-subitem-inner {
    line-height: 1.75;
    margin-top: 16px;
}
.hall-subitem-inner .ttl {
    font-size: 2.2rem;
    margin-bottom: 8px;
}
.hall-subitem-inner dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.hall-subitem-inner dl dt {
    width: 65px;
    font-size: 1.4rem;
    margin-top: 8px;
}
.hall-subitem-inner dl dd {
    width: calc(100% - 70px);
    font-size: 1.4rem;
    padding-left: 14px;
    box-sizing: border-box;
    border-left: 1px solid #cccccc;
    margin-top: 8px;
}

/*/////////////////////////////////////////////////////////////////////////////


              // FLOWER //
	  

/////////////////////////////////////////////////////////////////////////////*/
.flower-list-wrap {
    padding: 100px 0 110px;
    border-top: 1px solid #cccccc;
}
.sec-flower:first-child .flower-list-wrap {
    border-top: none;
}
.sec-flower:last-child .flower-list-wrap {
    padding-bottom: 0;
}
.flower-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flower-list::after {
    content: "";
    display: block;
    width: 31.0116%;
}
.flower-item {
    width: 22.8855%;
    margin: 30px 0 16px;
}
.flower-item .thumb {
    border-radius: 4px;
}
.flower-item .thumb::after {
    padding-top: 100%;
}
.flower-item-inner {
    line-height: 1.5;
    margin-top: 10px;
    text-align: center;
}
.flower-item-inner .ttl {
    font-size: 2.2rem;
    margin-bottom: 2px;
}
.flower-item-inner .price {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
}
.flower-item-inner .price span {
    font-size: 2.0rem;
}
.offering-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 16px;
}
.offering-item {
    width: 31.0116%;
    margin-top: 32px;
}
.offering-item .thumb {
    border-radius: 4px;
}
.offering-item .thumb::after {
    padding-top: 66.6666%;
}

/* fax-block  ---------------------------------------- */
.fax-block {
    max-width: 980px;
    margin: 100px auto 0;
    background: #f5f4f0;
    border-radius: 4px;
    text-align: center;
    padding: 56px 60px 60px;
    box-sizing: border-box;
}
.fax-block .ttl {
    font-size: 3.4rem;
    margin-bottom: 8px;
}
.fax-block .lead {
    font-size: 1.8rem;
}
.fax-block .fax {
    font-size: 2.2rem;
    line-height: 1.5;
}
.fax-block .fax span {
    font-size: 4.4rem;
    color: #773086;
}

/*/////////////////////////////////////////////////////////////////////////////


              // COMPANY //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* sec-message  ---------------------------------------- */
.sec-message {
    padding: 100px 0 110px;
}
.sec-message-ttl {
    font-size: 2.8rem;
    line-height: 1.9;
    letter-spacing: 0.12em;
    margin-top: 48px;
}
.sec-message-col2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    margin-top: 40px;
}
.sec-message-fig {
    width: 32.1428%;
}
.sec-message-fig .thumb::after {
    padding-top: 116.6666%;
}
.sec-message-fig .name {
    text-align: right;
    margin-top: 10px;
}
.sec-message-fig .name span {
    display: inline-block;
    font-size: 2.0rem;
    margin-left: 6px;
}
.sec-message-block {
    width: 54.375%;
}

/* sec-overview  ---------------------------------------- */
.sec-overview {
    padding: 110px 0;
}
.sec-overview-col2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.sec-overview-col2 .cont-ttl {
    width: 25%;
}
.sec-overview-block {
    width: 72.3214%;
    padding: 72px 0 0;
}

/* sec-access  ---------------------------------------- */
.sec-access {
    padding: 100px 0 0;
}
.access-list {
    margin-top: 70px;
}
.access-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
}
.access-item .thumb {
    width: 65.1785%;
}
.access-item .thumb::after {
    padding-top: 56.25%;
}
.access-item-block {
    width: 28.5714%;
    position: relative;
    border-top: 1px solid #cccccc;
    padding: 60px 0 0;
    line-height: 2;
}
.access-item-block .ttl {
    font-size: 2.8rem;
    margin-bottom: 16px;
}
.access-item-block .btn a {
    width: 280px;
}

/*/////////////////////////////////////////////////////////////////////////////


              // NEWS //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* sec-news  ---------------------------------------- */
.sec-news {
    padding: 80px 0 0;
}
.sec-news .sec-news-side {
    width: 19.0713%;
}
.cate-list-sp {
    display: none;
}
.sec-news .sec-news-side select {
	width: 100%;
	font-size: 1.4rem;
}
.cate-list {
    border-top: 1px solid #cccccc;
    padding: 30px 0;
}
.cate-list li {
    margin: 4px 0;
}
.cate-list li a {
    font-size: 1.4rem;
    line-height: 1.6;
}

/* wp-pagenavi  ---------------------------------------- */
.wp-pagenavi {
	margin: 60px auto 0;
    font-family: "Shippori Mincho", serif;
	font-weight: 500;
}
.wp-pagenavi a {
	display: inline-block;
	width: 55px;
	height: 55px;
	margin: 0 10px 10px 0;
	line-height: 55px;
	background: #f1eaf3;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
}
.wp-pagenavi span.current {
	display:inline-block;
	color: #ffffff;
	width: 55px;
	height: 55px;
	margin: 0 10px 10px 0;
	line-height: 55px;
	background: #773086;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
}
.wp-pagenavi span.extend {
    display: inline-block;
	line-height: 55px;
    margin: 0 10px 10px 0;
}

/*/////////////////////////////////////////////////////////////////////////////


              // NEWS DETAIL //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* sec-news-detail  ---------------------------------------- */
.sec-news-detail {
}
.news-ttl {
    padding-bottom: 40px;
    margin-bottom: 72px;
    border-bottom: 1px solid #cccccc;
}
.news-ttl .ttl {
    font-size: 3.0rem;
    padding: 16px 0 0;
}
/* entry  ---------------------------------------- */
.entry {
    width: 880px;
	word-wrap: break-word;
    margin: 0 auto;
}
.entry p.is-space-only {
    margin: 0 !important;
    line-height: 1.5;
}
.entry-thumb {
    margin-bottom: 40px;
}
.entry a {
	text-decoration: underline;
}
.entry img {
	width: auto;
	height: auto;
	vertical-align: middle;
}
.entry strong { font-weight: 700; }
.entry em { font-style: italic; }
.entry blockquote {
    background: #f9f8f6;
	padding: 30px 40px;
	margin: 2em 0;
}
.entry blockquote h2:first-child,
.entry blockquote h3:first-child,
.entry blockquote h4:first-child,
.entry blockquote h5:first-child {
	margin-top: 5px;
}
.entry blockquote h2:first-child {
    margin-bottom: 0.2em;
}
.entry ul,
.entry ol {
    margin: 0.5em 0 1em;
}
.entry ul li {
    position: relative;
    padding-left: 1.2em;
}
.entry ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #a98e47;
    position: absolute;
    left: 0;
    top: 14px;
    border-radius: 50%;
}
.entry ol {
	list-style-type: decimal;
	list-style-position: inside;
}
.entry ol li {
	text-indent: -1em;
	padding-left: 1em;
}
.entry p {
    display: block;
    margin: 0.5em 0;
}
.entry p + p {
    margin: 1em 0 0.5em;
}
.entry h2,
.entry h3,
.entry h4 {
    font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-style: normal;
    line-height: 1.6;
}
.entry h2 {
	font-size: 2.8rem;
    margin: 0.85em 0 1em;
}
.entry h3 {
	font-size: 2.4rem;
	margin: 1.5em 0 0.6em;
    padding-bottom: 15px;
    padding-left: 20px;
    position: relative;
    border-bottom: 1px solid rgba(83,89,93,0.30);
}
.entry h3::before {
    content: "";
    width: 4px;
    height: calc(100% - 30px);
    background: #a98e47;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: calc(infinity * 1px);
}
.entry h4 {
	font-size: 2.2rem;
    margin: 1em 0 0.5em;
}
.entry h5 {
	font-size: 1.8rem;
    font-weight: 600;
    margin: 1em 0 0;
}
.entry h2:first-child,
.entry h3:first-child,
.entry h4:first-child,
.entry h5:first-child {
    margin-top: 0;
}

.entry .aligncenter {
    display: block;
    margin: 0 auto;
}
.entry .alignright { float: right; }
.entry .alignleft { float: left; }
.entry img {
    height: auto;
	width: inherit;
    max-width: 100%;
}
.gallery-item img {
    border: none !important;
    box-sizing: border-box;
    padding: 0 3%;
}
.entry .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.entry iframe {
	max-width: 100%;
}

/* detail-nav  ---------------------------------------- */
.detail-nav {
    margin: 100px auto 0;
    padding-top: 70px;
	box-sizing: border-box;
    border-top: 1px solid #cccccc;
}
.detail-nav ul {
	width: 880px;
	position: relative;
	margin: 0 auto;
}
.detail-nav ul li a {
    display: block;
    font-weight: 500;
    line-height: 2;
}
.detail-nav ul li.btn-back {
    text-align: center;
}
.detail-nav ul li.btn-back span {
    display: inline-block;
    position: relative;
}
.detail-nav ul li.btn-prev,
.detail-nav ul li.btn-next {
	position: absolute;
	bottom: 0;
    z-index: 1;
}
.detail-nav ul li.btn-prev {
	left: 0;
}
.detail-nav ul li.btn-next {
    right: 0;
}
.detail-nav ul li.btn-prev a,
.detail-nav ul li.btn-next a {
	position: relative;
	transition: .2s;
}
.detail-nav ul li.btn-prev a {
	padding-left: 32px;
}
.detail-nav ul li.btn-next a {
	padding-right: 32px;
}
.detail-nav ul li.btn-prev a::after,
.detail-nav ul li.btn-next a::after {
	content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-45%);
    transition: .2s;
    transform-origin: center center;
    background: #773086 url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="32" viewBox="0 0 32 32"><path fill="rgb(255, 255, 255)" d="M14.2,20.8c-.3,0-.5-.1-.7-.4-.3-.4-.2-1,.2-1.3l4.3-3.2-4.3-3.2c-.4-.3-.5-.9-.2-1.3.3-.4.9-.5,1.3-.2l5.2,3.9c.2.2.4.4.4.7s-.1.5-.4.7l-5.2,3.9c-.2.1-.4.2-.5.2Z"/></svg>') center center no-repeat;
    background-size: 100% auto;
    border-radius: 50%;
}
.detail-nav ul li.btn-prev a::after {
	left: 0;
    transform: translateY(-45%) rotate(180deg);
}
.detail-nav ul li.btn-next a::after {
	right: 0;
}


/*/////////////////////////////////////////////////////////////////////////////


              // CONTACT //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* sec-contents  ---------------------------------------- */
.sec-contents {
    padding: 72px 0 0;
}

/* contact-tel-block  ---------------------------------------- */
.contact-tel-block {
    width: 680px;
	margin: 0 auto 90px;
    padding: 45px 20px 40px;
    background: #f5f4f0;
    border-radius: 4px;
    text-align: center;
    box-sizing: border-box;
}
.contact-tel-block .ttl {
    font-size: 2.0rem;
    margin-bottom: 2px;
}
.contact-tel-block .tel a {
    display: inline-block;
	font-size: 4.4rem;
	line-height: 1.6;
    padding: 2px 0 6px 50px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="30" height="20" viewBox="0 0 30 20"><path fill="rgb(119, 48, 134)" d="M-0.006,20.004 L-0.006,-0.000 L30.008,-0.000 L30.008,20.004 L-0.006,20.004 ZM30.004,3.112 C26.954,3.112 24.251,3.889 22.416,4.864 C20.581,3.889 18.046,3.112 14.997,3.112 C11.947,3.112 9.413,3.889 7.577,4.864 C5.742,3.889 3.044,3.112 -0.005,3.112 L-0.005,4.864 C1.797,4.864 3.985,5.208 5.702,5.970 C3.847,7.236 2.013,9.156 2.013,11.579 C2.013,14.780 4.682,17.225 7.577,17.225 C10.472,17.225 13.012,14.780 13.012,11.579 C13.012,9.156 11.308,7.236 9.453,5.970 C11.169,5.208 13.194,4.864 14.997,4.864 C16.800,4.864 18.824,5.208 20.540,5.970 C18.686,7.236 16.981,9.156 16.981,11.579 C16.981,14.780 19.522,17.225 22.416,17.225 C25.311,17.225 27.940,14.780 27.940,11.579 C27.940,9.156 26.147,7.236 24.292,5.970 C26.009,5.208 28.201,4.864 30.004,4.864 L30.004,3.112 ZM22.533,15.471 C20.887,15.471 18.844,14.185 18.844,11.535 C18.844,9.477 20.839,7.832 22.533,6.850 C24.228,7.832 26.222,9.477 26.222,11.535 C26.222,14.185 24.180,15.471 22.533,15.471 ZM7.536,15.516 C5.890,15.516 3.845,14.232 3.845,11.579 C3.845,9.522 5.841,7.878 7.536,6.895 C9.230,7.878 11.225,9.522 11.225,11.579 C11.225,14.232 9.182,15.516 7.536,15.516 Z"/></svg>') left center no-repeat;
    background-size: 30px auto;
}

/* contact-block  ---------------------------------------- */
.contact-block {
    border-top: 1px solid #cccccc;
}
.contact-block dl {
	padding: 15px 0;
	position: relative;
	border-bottom: 1px solid #cccccc;
}
.contact-block dl:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.contact-block dl dt {
	width: 28.4%;
	float: left;
	padding: 24px 0;
	line-height: 1;
    position: relative;
}
.contact-block dl dt .any,
.contact-block dl dt .required {
    width: 40px;
    line-height: 21px;
    font-size: 1.2rem;
    padding-bottom: 2px;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-45%);
    text-align: center;
    border-radius: 2px;
}
.contact-block dl dt .any {
    background: #666666;
}
.contact-block dl dt .required {
    background: #773086;
}
.contact-block dl dd {
	margin: 0 0 0 32%;
}
.contact-block dl .note {
	font-size: 1.2rem;
	line-height: 1.75;
}
.red {
	color: #cb1212;
}

/* input  ---------------------------------------- */
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	border: none;
	background: #ffffff;
    border: 1px solid #cccccc;
	padding: 20px 20px;
	width: 100%;
	border-radius: 0;
	line-height: 1;
	margin: 7px 0;
	height: 55px;
	vertical-align: central;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
    font-weight: 400;
    border-radius: 4px;
}
input[type="text"].w240 {
	width: 240px;
}
input[type="number"].w200 {
	width: 200px;
}
select {
	box-sizing: border-box;
	position: relative;
	margin: 7px 0;
	width: 340px;
	height: 55px;
	background: #ffffff url(../images/select.gif) right center no-repeat;
    background-size: auto 100%;
    border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-overflow: "";
	padding: 0 20px;
	cursor: pointer;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
    font-weight: 400;
    color: #1a1a1a;
}
select.w200 {
	width: 200px;
}
select.w140 {
	width: 140px;
}
textarea {
	box-sizing: border-box;
	width: 100%;
	height: 200px;
	padding: 25px 20px;
	border: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	line-height: 1.5;
	background: #ffffff;
    border: 1px solid #cccccc;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
    font-weight: 500;
	margin: 7px 0;
    border-radius: 4px;
}
::placeholder {
  color: #a6a6a6;
}

/* radio, checkbox  ---------------------------------------- */
.radio_text,
.checkbox_text {
	padding: 10px 0;
	font-size: 1.6rem;
}
.wpcf7-radio,
.wpcf7-checkbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.radio_text span.wpcf7-list-item,
.checkbox_text span.wpcf7-list-item {
	display: block;
	margin: 0 30px 0 0;
}
.radio_text .wpcf7-list-item-label,
.checkbox_text .wpcf7-list-item-label {
	cursor: pointer;
	position: relative;
	margin: 0;
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 5px 0 5px 35px;
}
.radio_text .wpcf7-list-item-label::before,
.checkbox_text .wpcf7-list-item-label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	background-color: #ffffff;
}
.radio_text .wpcf7-list-item-label::before,
.checkbox_text .wpcf7-list-item-label::before{
	width: 26px;
	height: 26px;
	border-radius : 50%;
	margin-top: -13px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}
.radio_text .wpcf7-list-item-label::after,
.checkbox_text .wpcf7-list-item-label::after {
	content: '';
	position: absolute;
	top: 50%;
	z-index : 3;
	opacity: 0;
}
.radio_text .wpcf7-list-item-label::after,
.checkbox_text .wpcf7-list-item-label::after{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	left: 6px;
	margin-top: -7px;
	background-color: #773086;
}
.radio_text label input[type="radio"],
.checkbox_text label input[type="checkbox"] {
	display: none;
}
.radio_text label input[type="radio"]:checked + .wpcf7-list-item-label::before,
.checkbox_text label input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
	background-color: #FFFFFF;
}
.radio_text label input[type="radio"]:checked + .wpcf7-list-item-label::after,
.checkbox_text label input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

/* form-btn  ---------------------------------------- */
.form-btn {
	padding-top: 50px;
	position: relative;
	box-sizing: border-box;
    text-align: center;
    font-size: 1.6rem;
}
.form-btn .txt {
    margin-bottom: 20px;
}
.form-btn ul {
	display: flex;
	justify-content: center;
    padding-top: 30px;
}
.form-btn ul li {
	margin: 0 5px;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {	
    display: block;
	width: 460px;
	height: 80px;
	padding: 0;
	margin: 0 0 10px;
	border: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	color: #FFFFFF;
	cursor: pointer;
    background: #773086 url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="36" height="36" viewBox="0 0 36 36"><path fill="rgb(255, 255, 255)" d="M15.4,23.3c-.2,0-.4,0-.6-.3-.3-.3-.2-.8.1-1.1l4.9-3.9-4.9-3.9c-.3-.3-.4-.7-.1-1.1.3-.3.7-.4,1.1-.1l5.6,4.5c.2.1.3.4.3.6s-.1.4-.3.6l-5.6,4.5c-.1.1-.3.2-.5.2Z"/></svg>') right 15px center no-repeat;
    background-size: 36px auto;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	transition: all .2s;
	font-size: 1.8rem;
	border-radius: 4px;
}
input[type="button"] {
	opacity: 0.4;
     background: #4aa2df;
}
input[type="submit"][disabled] {
	background: #999999;
	cursor: not-allowed;
}
@media screen and (min-width: 768px) {
	input[type="submit"]:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover {
		opacity: 0.7;
	}
	input[type="submit"][disabled]:hover {
		opacity: 1;
	}
}

/* form-btm-txt  ---------------------------------------- */
.form-btm-txt {
	display: flex;
	justify-content: center;
	font-size: 1.3rem;
	line-height: 1.75;
	margin-top: 50px;
}

/* wpcf7-response-output  ---------------------------------------- */
.wpcf7 form .wpcf7-response-output {
	text-align: center;
	margin: 0 0 2em;
	padding: 0.5em 1em;
	line-height: 1.5;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
	color: #dc3232;
    background-color: #fcf7f7;
	border-color: #dc3232 !important;
}
.wpcf7 .wpcf7-not-valid-tip {
    font-size: 0.8235em !important;
    font-weight: 500 !important;
}

/* complete-display  ---------------------------------------- */
.complete-display {
    border: 1px solid #cccccc;
    text-align: center;
    padding: 45px 20px 60px;
}
.complete_ttl {
	font-size: 3.2rem;
}
.complete-display p {
    margin-top: 0.75em;
}
.complete-display .btn {
	margin-top: 30px;
}

