/* カスタマイズ用CSS */
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
    font-family: 'Noto Sans JP', sans-serif;
}
.ec-layoutRole .ec-layoutRole__contents {
    max-width: 100%;
}
.ec-headerTitle {
    position:relative;
}
.ec-headerTitle .ec-headerTitle__title h1 img {
    width: auto;
    height: 120px;
}
@media only screen and (max-width: 420px){
    .ec-headerTitle .ec-headerTitle__title h1 img {
        height: 100px;
    }
}
@media only screen and (max-width: 320px){
    .ec-headerTitle .ec-headerTitle__title h1 img {
        height: 80px;
    }
}
.ec-headerTitle .ec-headerTitle__title .copy {
    width:100%;
    text-align:center;
    padding-top:0px;
    display: block;
    padding-bottom: 50px;
    color: #8c6239;
    font-weight: bold;
    font-size: 20px;
}
@media only screen and (max-width: 667px){
    .ec-headerTitle .ec-headerTitle__title .copy {
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 420px){
    .ec-headerTitle .ec-headerTitle__title a {
        padding-bottom: 0;
        margin-bottom: 15px;
    }
    .ec-headerTitle .ec-headerTitle__title .copy {
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 320px){
    .ec-headerTitle .ec-headerTitle__title .copy {
        font-size: 18px;
    }
}
.ec-sliderRole {
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
	background-color: #f4e9d4;
}
.ec-newItemRole .ec-newItemRole__listItemPrice {
    font-size: 16px;
    color: black;
    margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
    .ec-shelfGrid .ec-shelfGrid__item-image {
        height: 180px;
    }
}
.ec-role .privacy {
    padding: 0 30px;
}
@media only screen and (max-width: 420px){
    .ec-role .privacy {
        padding: 0 0;
    }
}
.ec-role .privacy h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
}
.ec-role .privacy dt {
    margin-bottom: 10px;
    font-weight: normal;
}
.ec-role .privacy dd {
    margin-bottom: 10px;
    margin-left: 1em;
    line-height: 1.8;
}

.first .ec-eyecatchRole .ec-eyecatchRole__image{
    width: 60%;
}
@media only screen and (max-width: 680px){
    .first .ec-eyecatchRole .ec-eyecatchRole__image {
			width: 100%;
			margin-top: 30px;
			margin-bottom: 0;
			order: 2;
    }
}
.second .ec-eyecatchRole .ec-eyecatchRole__image{
    -ms-flex-order: 1;
    order: 1;
}
.second .ec-eyecatchRole .ec-eyecatchRole__intro{
    padding-left: 5%;
    -ms-flex-order: 1;
    order: 1;
}
@media only screen and (max-width: 680px){
    .second .ec-eyecatchRole .ec-eyecatchRole__intro{
        padding-left: 0;
    }
}
.second .ec-eyecatchRole .ec-eyecatchRole__introDescriptiron{
    position: relative;
    padding-right: 180px;
    
}
@media only screen and (max-width: 680px){
    .second .ec-eyecatchRole .ec-eyecatchRole__introDescriptiron{
        padding-right: 0;
    }
}

.ec-role-wrapper#intro {
	background-color: #f4e9d4;
}
@media only screen and (max-width: 680px){
    .ec-role-wrapper#about {
        padding-top: 40px;
    }
}
#about .ec-role .ec-eyecatchRole .ec-eyecatchRole__intro .ec-eyecatchRole__introTitle {
    color: #0071a7;
}
#about a.ec-blockBtn--top {
    background-color: #0071a7;
    border-color: #0071a7;
}
#about .ec-eyecatchRole .ec-eyecatchRole__image {
    margin-bottom: 20px;
}

.ec-role-wrapper#akashia {
    background: url("../../../template/default/assets/img/top/sec02_img01.jpg");
    padding-top: 80px;
}
@media only screen and (max-width: 680px){
    .ec-role-wrapper#akashia {
        padding-top: 40px;
    }
}
#akashia .ec-role .ec-eyecatchRole .ec-eyecatchRole__intro .ec-eyecatchRole__introTitle {
    color: #dd4f24;
}
@media only screen and (max-width: 680px){
    .ec-role #acacia {
        width: 50%;
        margin: 20px auto 0;
        position: inherit;
        display: block;
    }
}

.ec-role.guide {
    padding-left: 40px;
    padding-right: 40px;
}
.guide-tbl01 {
border-top: 1px solid #e8e8e8;
margin-bottom: 30px;
width: 100%;
}
.guide-tbl01.daibiki {
    width: 50%;
}
@media only screen and (max-width: 680px){
    .guide-tbl01.daibiki {
        width: 100%;
    }
}
.guide-tbl01 caption {
text-align: right;
}
.guide-tbl01 thead th {
background-color: #f6f6f6;
text-align: center;
}
.guide-tbl01 th,
.guide-tbl01 td {
border-bottom: 1px solid #e8e8e8;
padding: 14px;
}
.guide-tbl01 td:nth-child(1) {
text-align: center;
}
.guide-tbl01 td:nth-child(2) {
text-align: left;
}
.guide-tbl01.daibiki td:nth-child(2) {
text-align: center;
}
.guide-tbl01 td:nth-child(3) {
text-align: center;
}

.akashia {
	max-width: 800px;
	margin: 0 auto;
}
.akashia h2,
.akashia h3 {
	color: #5d4841;
	font-weight: bold;
}
.akashia h2 {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 2em;
}
.akashia h3 {
	margin-bottom: 0.7em;
}
.akashia-inner {
	display: flex;
	justify-content: space-between;
}
.akashia-text {
	width: 58%;
	line-height: 1.8;
}
.akashia-text p {
	font-size: 16px;
}
.akashia-photo {
	width: 37%;
	text-align: center;
}
.akashia-photo img {
	width: 100%;
	height: auto;
}
.almond {
	max-width: 800px;
	margin: 0 auto;
}
.almond div {
	margin-bottom: 20px;
	text-align: center;
}
.almond img {
    width: 100%;
    height: auto;
}
.almond div.pa-b img {
	max-width: 600px;
	height: auto;
}
.almond p {
    font-size: 16px;
    margin: 0 auto 2em;
}
.almond div .ec-blockBtn--top {
	margin: auto;
}
.head-banner {
	text-align: center;
}
@media only screen and (max-width: 680px) {
	.head-banner img {
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 768px) {
	.akashia h2 {
		margin-bottom: 1em;
	}
	.akashia h3 {
		margin-bottom: 1em;
	}
	.akashia-inner {
		display: block;
		width: 90%;
		margin: 0 5%;
	}
	.akashia-text {
		width: 100%;
	}
	.akashia-photo {
		width: 100%;
		margin-top: 1em;
	}
	.almond {
	    width: 90%;
	    margin: 0 5%;
	}
}