﻿@import "/css/font-awesome/css/font-awesome.min.css";

/* variable */
:root {
    --text-white: #fff;
    --text-black: #333;
    --text-blown: #bb9a6f;
    --background-blown: #bb9a6f;
    --background-black: #333;
    --background-cta-blue: #2db8ef;
    --background-cta-orange: #ff9c00;
}

/* rest */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    line-height: 1.5;
    background-color: #e9dfd12e;
}
.wrapper img {
    width: 100%;
}
img {
    display: block;
    width: 100%;
    height: auto;
}
p {
    text-align: left;
    font-size: 14px;
    line-height: 1.7;
}
a {
    display: block;
}

.sns_fixed{
    display: none !important;
}

/* pc・sp style */
@media screen and (max-width: 599px) {
    .sp_only {
        display: block;
    }
    .pc_only {
        display: none;
    }
}
@media screen and (min-width: 600px) {
    .sp_only {
        display: none;
    }
    .pc_only {
        display: block;
    }
}
@media screen and (min-width: 1025px) {
    p {
        font-size: 16px;
    }
}

/* --------------------------
- wrapper
-----------------------------*/
@media screen and (max-width: 599px) {
    .wrapper {
        padding-bottom: 50px;
    }
}


/* --------------------------
- header
-----------------------------*/
/*.header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding: 16px 0 0;
}
.header a {
    display: block;
    width: 40%;
    max-width: 300px;
    margin: 0 auto;
}
.header a img {
    width: 100%;
}
.header .ctaBlock {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
}
.header .ctaBlock__btn {
    width: 50%;
}
.header .ctaBlock__btn:first-of-type a {
    background-color: var(--background-cta-blue);
}
.header .ctaBlock__btn:last-of-type a {
    background-color: var(--background-cta-orange);
}
.header .ctaBlock__btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
}
.header .ctaBlock__btn a img {
    width: 20%;
    max-width: 46px;
}
.header .ctaBlock__btn a p {
    font-size: 14px;
    color: var(--text-white);
    padding-left: 4px;
    font-weight: bold;
}

@media screen and (min-width: 600px) {
    .header {
        flex-direction: row;
        align-items: center;
        padding: 0;
        max-width: 1040px;
        margin: 0 auto;
    }
    .header > a {
        width: 30%;
        max-width: 200px;
        margin: 0 auto 0 1%;
    }
    .header .ctaBlock {
        margin-top: 0;
    }
    .header .ctaBlock__btn a {
        padding: 16px 8px;
    }
    .header .ctaBlock__btn a p {
        font-size: 12px;
        text-align: center;
        padding-left: 8px;
    }
}*/

/* --------------------------
- mv
-----------------------------*/
.mv {
    width: 100%;
    /*max-width: 1040px;*/
    margin: 0 auto;
}

/* --------------------------
- question
-----------------------------*/
.question {
    position: relative;
    width: 100%;
    /*max-width: 1040px;*/
    margin: 0 auto;
    background-color: #96b7b7;
    padding: 30px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.question img{
    width: 100%;
    max-width: 860px;
    padding-bottom: 1em;
}
/*.question::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 50px solid #fff;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
}*/
.question__head {
    font-size: 24px;
    text-align: center;
    color: var(--text-white);
    font-weight: bold;
}
.questionInner {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
}
.questionInner__list {
    position: relative;
    line-height: 2;
    padding-left: 24px;
    color: var(--text-white);
}
.questionInner__list::before {
    content: "\f046";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    color: var(--text-white);
}

/* --------------------------
- layoutContainer
-----------------------------*/
.layoutContainer {
    margin: 80px auto 0;
    max-width: 1040px;
}
.layoutContainer:not(:first-of-type) {
    margin: 40px auto 0;
}
.layoutContainer.other {
    margin: 40px auto 0;
}
.layoutContainer .item_title {
    font-family: serif;
    font-size: min(6vw,40px);
}
.layoutContainer .item_title span {
    font-size: min(6vw,50px);
    display: block;
    margin-bottom: 10px;
    color: #96b7b7;
}
.layoutContainer .layoutHead {
    padding: 16px;
}
.layoutContainer .layoutHead small {
    display: block;
    text-align: left;
    margin-top: 8px;
    font-size: 12px;
    color: #8f8f8f;
}
.layoutContainer .layoutHead__image {
    width: 100%;
    margin-top: 8px;
}
.layoutContainer .layoutCol2 {
    padding: 16px;
}
.layoutContainer .layoutCol2__image {
    margin-top: 8px;
}
.layoutContainer .layoutCol1 {
    padding: 0 16px;
}
.layoutContainer .layoutCol1__image {
    padding: 16px 0;
}
.layoutItem_head{
    background: #96b7b7;
    color: #fff;
    padding: 2em 0 0;
}
.layoutItem {
    padding: 32px 16px;
    /*margin-top: 16px;*/
    /*border-top: solid 1px #ddd;*/
    border-bottom: solid 1px #ddd;
    background: #96b7b7;
    color: #fff;
}
.layoutItem__list:not(:first-of-type) {
    margin-top: 48px;
}
.layoutItem__list h3 {
    margin-top: 16px;
    font-size: 16px;
}
.layoutItem__list p {
    margin-top: 16px;
}
.layoutItem__list a:not([class]) {
    margin-top: 16px;
    padding: 16px;
    background-color: var(--background-black);
    color: var(--text-white);
    font-size: 16px;
}
.layoutItem__list a.summary {
    position: relative;
    font-size: 16px;
    text-align: right;
    padding-left: 1em;
    color: #fff;
    margin-top: 16px;
    margin-left: auto;
    width: fit-content;
}
.layoutItem__list a.summary::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .5em;
    height: .5em;
    background-color: #fff;
    border-radius: 50%;
}

@media screen and (min-width: 600px) {
    .layoutContainer {
        margin: 100px auto 0;
    }
    .layoutContainer:not(:first-of-type) {
        margin: 60px auto 0;
    }
    .layoutContainer.other {
        margin: 60px auto 0;
    }
    .layoutContainer .layoutHead {
        padding: 24px 0;
    }
    .layoutContainer .layoutHead__text {
        font-size: 16px;
        width: 90%;
        max-width: 820px;
        margin: 0 auto;
    }
    .layoutContainer .layoutHead__image {
        margin-top: 16px;
    }
    .layoutContainer .layoutCol2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 40px 16px;
    }
    .layoutContainer .layoutCol2:nth-of-type(odd) {
        flex-direction: row-reverse;
    }
    .layoutContainer .layoutCol2__text {
        width: 44%;
    }
    .layoutContainer .layoutCol2__text p {
        line-height: 1.7;
    }
    .layoutContainer .layoutCol2__image {
        margin-top: 0;
        width: 54%;
    }
    .layoutContainer .layoutCol1 {
        padding: 16px;
    }
    .layoutContainer .layoutCol1.other {
        padding: 16px;
    }
    .layoutItem_head{
        background: #96b7b7;
        color: #fff;    
    }
    .layoutItem {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
        padding: 2em 20%;
        margin-top: 0;
        background: #96b7b7;
        color: #fff;    
    }
    .layoutItem__list {
        width: 48%;
    }
    .layoutItem__list:not(:first-of-type) {
        margin-top: 0;
    }
    .layoutItem__list:not(:nth-of-type(odd)) {
        margin-left: 4%;
    }
    .layoutItem__list:nth-of-type(n+3) {
        margin-top: 32px;
    }
    .layoutItem__list h3 {
        text-align: left;
        min-height: 48px;
    }
}

@media screen and (min-width: 1025px) {
    .layoutItem__list {
        width: 32%;
    }
    .layoutItem__list:not(:nth-of-type(odd)) {
        margin-left: 0;
    }
    .layoutItem__list:not(:nth-of-type(3n+1)) {
        margin-left: calc((100% - 32% * 3) / 2);
    }
    .layoutItem__list:nth-of-type(n+3) {
        margin-top: 0;
    }
    .layoutItem__list:nth-of-type(n+4) {
        margin-top: 32px;
    }
    .layoutCol1.other {
        padding: 16px 0;
    }
}

/* --------------------------
- banner
-----------------------------*/
.banner {
    margin: 16px auto 0;
}
@media screen and (min-width: 600px) {
    .banner {
        width: 100%;
        max-width: 1040px;
        margin: 40px auto 60px;
    }
}

/* --------------------------
- shoplist_wrap
-----------------------------*/
.shoplist_wrap {
    padding: 16px;
    margin: 40px auto 0;
    max-width: 1040px;
}
.shoplist_wrap h4 {
    font-size: 20px;
}
.shoplist_wrap .tenpo_area {
    padding: 8px;
}
.shoplist_wrap .tenpo_area p {
    position: relative;
    padding: 16px 16px 16px 0;
    border-bottom: solid 1px var(--background-black);
}
.shoplist_wrap .tenpo_area nav {
    padding: 0 8px;
}
.shoplist_wrap .tenpo_area nav a {
    padding: 16px 0;
    border-bottom: solid 1px #ddd;
    font-size: 14px;
    text-align: left;
}

@media screen and (max-width: 1024px) {
    .shoplist_wrap .tenpo_area p::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%) rotate(45deg);
        width: 8px;
        height: 8px;
        border-right: solid 1px var(--background-black);
        border-bottom: solid 1px var(--background-black);
        transition: .5s ease-in-out;
    }
    .shoplist_wrap .tenpo_area p.active::after {
        transform: translateY(-50%) rotate(-135deg);
        top: 60%;
    }
}

@media screen and (min-width: 1025px) {
    .shoplist_wrap nav ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .shoplist_wrap nav ul li {
        width: 32%;
    }
    .shoplist_wrap nav ul li:not(:nth-of-type(3n+1)) {
        margin-left: calc((100% - (32% * 3)) / 2);
    }
}

/* --------------------------
- sns icon
-----------------------------*/
.snsicon_wrap {
    padding: 16px 0 !important;
}
.snsicon_wrap img {
    margin: 0 auto;
}

/* --------------------------
- sideBtn
-----------------------------*/
.sideBtn .sideBtn__toTop {
    position: fixed;
    bottom: 14%;
    right: 0;
    background-color: var(--background-black);
    width: 50px;
    height: 50px;
}
.sideBtn .sideBtn__toTop::after {
    content: "";
    position: absolute;
    top: calc(50% + 8px);
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 10px;
    height: 10px;
    border-top: solid 1px var(--text-white);
    border-right: solid 1px var(--text-white);
}
.sideBtn .sideBtn__toTop::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 1px;
    background-color: #fff;
}

@media screen and (min-width: 1025px) {
    .sideBtn .sideBtn__toTop {
        bottom: 0;
        width: 60px;
        height: 60px;
    }
}

/* --------------------------
- footer
-----------------------------*/
footer {
    padding: 30px 0 56px;
}
footer a {
    width: 50%;
    max-width: 160px;
    margin: 8px auto 0;
}
footer p {
    font-size: 12px;
    margin-top: 8px;
    text-align: center;
}

/* --------------------------
- ctaWrap
-----------------------------*/
@media screen and (max-width: 599px) {
    .ctaWrap .ctaBlock {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 14px;
    }
    .ctaWrap .ctaBlock__btn {
        width: 50%;
    }
    .ctaWrap .ctaBlock__btn:first-of-type a {
        background-color: var(--background-cta-blue);
    }
    .ctaWrap .ctaBlock__btn:last-of-type a {
        background-color: var(--background-cta-orange);
    }
    .ctaWrap .ctaBlock__btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 10px;
    }
    .ctaWrap .ctaBlock__btn a img {
        width: 20%;
        max-width: 46px;
    }
    .ctaWrap .ctaBlock__btn a p {
        font-size: 14px;
        color: var(--text-white);
        padding-left: 4px;
        font-weight: bold;
    }
}

@media screen and (min-width: 600px) {
    .ctaWrap .ctaBlock {
        position: fixed;
        bottom: 50%;
        right: 0;
        transform: translateY(50%);
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
    }
    .ctaWrap .ctaBlock__btn a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 16px 8px;
        background-color: var(--background-cta-blue);
    }
    .ctaWrap .ctaBlock__btn:nth-of-type(2) a {
        background-color: var(--background-cta-orange);
    }
    .ctaWrap .ctaBlock__btn a img {
        width: 60%;
        max-width: 46px;
    }
    .ctaWrap .ctaBlock__btn a p {
        font-size: 12px;
        text-align: center;
        color: var(--text-white);
        font-weight: bold;
        margin-top: 8px;
        line-height: 1.5;
    }
}

/* ----------------------------------------------------

 - consulting_wrapper

---------------------------------------------------- */
@media only screen and (max-width: 599px) {
	.consulting_wrapper{
		background: #f3ece9;
        margin-top: 4em;
		padding: 4em 1em;
	}
	.consulting_wrapper .consulting_col {
		display: flex;
		justify-content: space-between;
		flex-direction:column;
		align-items: center;
		margin: 0 auto;
		padding: 0;
	}
	.consulting_col .text_block {
		margin: 0;
		font-size: 1rem;
		line-height: 1.8;
		width: 100%;	
	}
	.consulting_col .text_block h3 {
		/* margin: 1.4em 0 0 0 !important; */
		font-size: 1.35rem;
		text-align: center;
		padding: 0;
		line-height: 1.6;
		font-weight: bold;
	}
	.text_block .consulting_col_image {
		width: 100%;
		margin: 1.5rem 0 0 0;	
	}
	.text_block .consulting_col_text {
	    text-align: left;
	    line-height: 1.8;
		margin: 1.5rem 0 0 0;
	}
	.text_block .moreinfo {
		background: #96b7b7;
		color: #fff;
		font-weight: bold;
		font-size: 1rem;
		width: 100%;
		text-align: center !important;
		letter-spacing: 0.15rem;
	}
	.text_block .moreinfo a{
		color: #fff !important;
		display: block;
		margin: 2rem 0 0;
		padding: 0.5rem 0;
		position: relative;
	}
	.text_block .moreinfo a::after {
		content: "  \f105";
		font-family: FontAwesome;
		color: #fff !important;
		font-weight: normal;
		position: absolute;
		top:0.6rem;
		right: 0.5rem;
	}
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
	.consulting_wrapper{
		background: #f3ece9;
        margin-top: 2em;
		padding: 4em 1em;
	}
	.consulting_wrapper .consulting_col {
		display: flex;
		justify-content: space-between;
		flex-direction:column;
		align-items: center;
		margin: 0 auto;
		padding: 0;
	}
	.consulting_col .text_block {
		margin: 0;
		font-size: 1rem;
		line-height: 1.8;
		width: 100%;	
	}
	.consulting_col .text_block h3 {
		margin: 1.4em 0 0 0 !important;		
		font-size: 1.35rem;
		text-align: center;
		padding: 0;
		line-height: 1.6;
		font-weight: bold;
	}
	.text_block .consulting_col_image {
		width: 100%;
		margin: 1.5rem 0 0 0;	
	}
	.text_block .consulting_col_text {
	    text-align: left;
	    line-height: 1.8;
		margin: 1.5rem 3rem 0;
	}
	.text_block .moreinfo {
		background: #96b7b7;
		color: #fff;
		font-weight: bold;
		font-size: 1rem;
		width: 87%;
		margin:0 auto;
		text-align: center !important;
		letter-spacing: 0.15rem;
	}
	.text_block .moreinfo a{
		color: #fff !important;
		display: block;
		margin: 2rem auto 0;
		padding: 0.5rem 0;
		position: relative;
	}
	.text_block .moreinfo a::after {
		content: "  \f105";
		font-family: FontAwesome;
		color: #fff !important;
		font-weight: normal;
		position: absolute;
		top:0.6rem;
		right: 0.5rem;
	}
}
@media only screen and (min-width: 1025px) {
	.consulting_wrapper{
        margin-top: 2em;
		background: #f3ece9;
		padding: 4rem 0;
	}
	.consulting_col {
		display: flex;
        max-width: 1100px;
		justify-content: space-between;
		flex-direction:row-reverse; 
		margin: 0 auto; 
		align-items: center;
	}
	.consulting_col .text_block{
		width: 55%;
		margin-left: 3rem;
		margin-right: 0;
		font-size: 1rem;
		line-height: 1.8;
	}
	.consulting_col h3 {
		text-align: left;
		font-size: 1.2rem;
		margin: 0;
		padding: 0;
		line-height: 1.6;
	}
	.consulting_col .text_block h3{
		font-weight: bold;
		margin: 0 0 1.4rem 0;
		text-align: left;
		font-size: 1.6rem;	
		padding: 0;
	}
	.text_block .consulting_col_image {
		width: calc( 100% - 55% - 3rem );
	}
	.text_block .consulting_col_text {
		line-height: 1.8;
		text-align: left;
		margin: 1.5rem 0 0 0;
	}
	.text_block .moreinfo {
		background: #96b7b7;
		color: #fff;
		font-weight: bold;
		font-size: 1rem;
		line-height: 1.8;
		width: 100%;
		text-align: center !important;
		letter-spacing: 0.15rem;
	}
	.text_block .moreinfo a {
		color: #fff !important;
		display: block;
		margin: 2rem 0 0;
		padding: 0.8rem 0;
		position: relative;
	}
	.text_block .moreinfo a::after {
		content: "  \f105";
		font-family: FontAwesome;
		color: #fff !important;
		font-weight: normal;
		position: absolute;
		top:0.8rem;
		right: 0.5rem;
	}
}


/* --------------------------
- js-target
-----------------------------*/
.js-target {
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.js-target.is-active {
    opacity: 1;
    visibility: visible;
}

@media screen and (min-width: 600px) {
    .js-target {
        right: -10% !important;
    }
    .js-target.is-active {
        right: 0 !important;
    }
}
