@charset "UTF-8";
@media screen and (max-width: 599px) {
    .viewPc {
        display: none;
    }
    .viewSp {
        display: block;
    }
}
/*!	ヘッダー
================================================ */
#gHeader .logo {
	margin: 15px 5px;
}
#gNav {
	position: relative;
	margin-top: 3px;
}

@media (min-width: 600px) {
	#gHeader .logo {
		display: inline-block;
		margin-left: 300px;
	}
}

@media (min-width: 600px) {
	#gNav {
		position: relative;
		float: right;
		width: 450px;
		margin-right: 14%;
	}
}
#gNav .listLink {
	position: relative;
	z-index: 10001;
}

/*@media (min-width: 600px) {*/
@media (min-width: 600px) {
	#gNav .listLink {
		width: 1040px;
		margin: auto;
	}
}
#gNav .item {
	font-size: 1.5rem;
	font-weight: 500;
	float: left;
	letter-spacing: .01em;
}
#gNav .item + .item {
	margin-left: 1px;
}
#gNav .item > a {
	line-height: 1.1;
	position: relative;
	display: block;
	padding: 20px 25px;
	text-align: center;
	color: #313131;
}
#gNav .item > a:hover {
	background: #f2f2f2;
}
#gNav .item > a::before {
	position: absolute;
	top: 50%;
	left: -1px;
	display: block;
	width: 1px;
	height: 24px;
	margin-top: -10px;
	content: '';
	background: #d7d6d6;
}
#gNav .item:first-child > a::before {
	content: none;
}
#gHeader .cart {
	display: table;
	width: 108px;
}
#gHeader .cart .btnSp {
	display: table-cell;
	float: none;
}
#gHeader .cart .btnSp .btnTel {
	float: left;
	width: 50px;
	height: 50px;
	background: url(../img/common/header/btn_tel01_sp.png);
	background-size: 100%;
}
#gHeader .cart .btnSp .btnMenu {
	float: left;
	width: 50px;
	height: 50px;
	background: url(../img/common/header/btn_menu01.png);
	background-size: 100%;
}
#gHeader .cart .btnSp .btnMenu.open {
	background: url(../img/common/header/btn_menu-close01.png);
	background-size: 100%;
}
#spNav {
	display: none;
	position: absolute;
	top: 54px;
	left: 0;
	z-index: 2;
	width: 100%;
	background-color: #fff;
}
#spNav .navContact {
	position: relative;
}
#spNav .navContact .btnSelect {
	padding: 0;
}
#spNav .navContact .btnSelect .mod_btn01 {
	padding: 10px 15px;
	background-color: #f5a7aa;
}
#spNav .navContact .btnTel {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
#spNav .btnClose {
	padding: 15px 0;
	/*background-color: #e5e5e5;*/
	background-color: #FFF;
	text-align: center;
}
#spNav .btnClose .close {
	width: 200px;
	margin: 0 auto;
	padding: 11px 0;
	border-radius: 25px;
	/*background-color: #fff;*/
	background-color: #000;
	color: #FFF;
	font-size: 1.4rem;
}
.overlay {
	display: none;
	position: absolute;
	top: 54px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(118, 176, 112, .3);
}
/*!  box
================================================ */
.mod_box_nav01 .boxIn {
    border-bottom: 1px solid #ddd;
}
.mod_box_nav01 .boxIn li {
    /*float: left;
    width: 50%;*/
    border-top: 1px dashed #adadad;
}
.mod_box_nav01 .boxIn li a {
    display: table;
    width: 100%;
    height: 50px;
    padding: 0 0 0 30px;
	background: url(../img/common/header/ico_arw01.png) 15px 50% no-repeat;
    background-size: 7px;
    font-size: 1.2rem;
	box-sizing: border-box;
}
.mod_box_nav01 .boxIn li a span {
    display: table-cell;
    vertical-align: middle;
}

.mod_box_nav01 .boxIn li a:hover {
	color: #f5726c;
}
/*　================================================
 トリートメントアロマオイル
================================================ */
#termsContents {
    background: #dfecde;
}
#termsContents .termsTit {
}
#termsContents .termsTit .ja {
    position: relative;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.18em;
}
#termsContents .termsTit .ja:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ababab;
    content: "";
}
#termsContents .termsTit .ja span {
    display: inline-block;
    position: relative;
    padding: 0 15px;
    background: #dfecde;
}
#termsContents .intro {
    padding: 20px 15px 40px;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
}
#termsContents .intro .intro_txtBox {
    padding: 25px 25px 30px;
    background: #fff;
}
#termsContents .intro .intro_txtBox .termsList .listTit {
    padding-top: 2.2rem;
    color: #6aa164;
    font-weight: 700;
}
#termsContents .intro .intro_txtBox .list {
    list-style-type: none;
    padding: 0;
    text-indent: 1em;
}
#termsContents .intro .intro_txtBox .list li {
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt;
}
#termsContents .intro .intro_txtBox .list li:before {
    display: marker;
    content: "( " counter(cnt) " ) ";
}
@media screen and (min-width: 600px) {
    #termsContents {
        background: url("../img/riyou/bg_feature03.png") center center no-repeat;
        background-size: cover;
    }
}
/*!	メインタイトル
================================================ */
/*!	 テキストbox
================================================ */
@media screen and (min-width: 600px) {
    .viewPc {
        float: right; /*padding: 30px 30px 0px 0px;*/
        width: 250px;
    }
    #termsContents {
        background: url("../img/home/bg_monitor.png") center center no-repeat;
        background-size: cover;
    }
    #termsContents .termsTit {
        padding-top: 80px;
    }
    #termsContents .termsTit .img {
        width: 1040px;
        margin: 0 auto;
    }

    #termsContents .termsTit .ja span {
        display: inline-block;
        position: relative;
        padding: 0 20px;
        background: #d2e7d7;
        font-size: 2.8rem;
    }
    #termsContents .intro {
        width: 1040px;
        line-height: 1.88;
        margin: auto;
        padding: 40px 30px 80px;
        font-size: 1.6rem;
    }
    #termsContents .intro .intro_txtBox {
        padding: 60px;
    }
    #termsContents .intro .intro_txtBox .termsList .listTit {
        padding-top: 4rem;
    }
    h1.ja img {
        width: 430px;
        margin: 25px 120px;
    }
}
/*!	トリートメントアロマオイル　メイン
================================================ */
.puroduct {
    padding: 0 15px 40px 15px;
    border-bottom: 4px solid #89c27f;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
}
.puroduct .fz01 {
    font-size: 1.5rem;
}
.puroduct .mb01 {
    margin-bottom: 15px;
}
.puroduct .col01 {
    color: #ec4a4a;
}
.puroduct .col02 {
    color: #333;
}
.puroduct .col03 {
    color: #6aa164;
}
.puroduct .col04 {
    color: #767676;
}
.puroduct .bold {
    font-weight: bold;
    font-size: 1.5rem;
    vertical-align: middle;
}
.puroduct .bg01 {
    background-color: #dfecde;
}
.puroduct .puroduct_txtBox {
    background: #fff;
}
.puroduct .puroduct_txtBox + .puroduct_txtBox {
    margin-top: 15px;
}
.puroduct .box {
    padding: 10px 15px 15px;
}
.puroduct .crossheading {
    line-height: 1.3;
    padding: 12px 0 20px;
    background: #89c27f;
    color: #fff;
    font-family: "Oswald", "Noto Sans Japanease", sans-serif;
    font-weight: 700;
    font-size: 2.0rem;
    text-align: center;
    letter-spacing: 0.08em;
}
.puroduct .tit01 {
    margin-bottom: 12px;
    padding-left: 10px;
    border-left: 5px solid #89c27f;
    font-weight: bold;
    font-size: 1.7rem;
}
.puroduct .tit02 {
    margin-bottom: 15px;
    padding: 9px 0;
    background: url("../img/oil/bg_tit01.png") 0 0 no-repeat;
    background-size: cover;
    color: #6aa164;
    font-weight: bold;
    font-size: 2.0rem;
    text-align: center;
}
.puroduct .border {
    margin-bottom: 15px;
    padding: 15px;
    border: 2px solid #ccc;
}
.puroduct .list01 li {
    font-size: 1.5rem;
}
.puroduct .list01 li:before {
    color: #ec4a4a;
    content: "●";
}
.puroduct .list02 li {
    font-size: 1.5rem;
}
.puroduct .list02 li:before {
    color: #6aa164;
    content: "●";
}
.puroduct .list02.col03 li {
    font-size: 1.5rem;
	color: #FFF;
	background-color: #0061af;
	padding: 0 1rem;
	margin-bottom: 1rem;
}
.puroduct .list02.col03 li:first-of-type {
	width: 15rem;
}
.puroduct .list02.col03 li:nth-last-of-type(2) {
	width: 10rem;
}
.puroduct .list02.col03 li:last-of-type {
	width: 10rem;
	margin-bottom: 0;	
}
.puroduct .list02.col03 li:before {
    /*color: #6aa164;*/
	color: #FFF;
    content: "●";
}
.puroduct .read {
    border: 2px solid #89c27f;
}
.puroduct .read dt {
    line-height: 1.2;
    padding: 7px 0;
    background-color: #89c27f;
    color: #fff;
    text-align: center;
}
.puroduct .read dd {
    padding: 10px;
}
.puroduct .cartBox .tit {
    padding: 0 0 22px 55px;
    background: url("../img/oil/ico_oil01.png") 0 0 no-repeat;
    background-size: 48px auto;
}
.puroduct .cartBox .priceBox {
    margin-bottom: 10px;
    text-align: right;
}
.puroduct .cartBox .priceBox .price {
    display: inline-block;
    line-height: 1;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    font-size: 3.6rem;
}
.puroduct .cartBox .priceBox .yen {
    display: inline-block;
    line-height: 2;
    font-size: 10px;
    text-align: center;
}
.puroduct .cartBox .priceBox .yen .tax01 {
    display: inline-block;
    margin-bottom: -5px;
}
.puroduct .cartBox .priceBox .yen .tax02 {
    line-height: 1;
    font-size: 1.7rem;
}
@media screen and (min-width: 600px) {
    .puroduct {
        width: 1040px;
        line-height: 1.88;
        margin: auto;
        padding-bottom: 80px;
        border-bottom: none;
        font-size: 1.6rem;
    }
    .puroduct .fz01 {
        font-size: 2.4rem;
    }
    .puroduct .mb01 {
        margin-bottom: 30px;
    }
    .puroduct .bold {
        font-size: 2.5rem;
    }
    .puroduct .puroduct_txtBox {
        background: #fff;
    }
    .puroduct .puroduct_txtBox + .puroduct_txtBox {
        margin-top: 15px;
    }
    .puroduct .box {
        padding: 25px 40px 30px;
    }
    .puroduct .crossheading {
        line-height: 1.3;
        padding: 12px 0 20px;
        font-size: 3.0rem;
        text-align: center;
    }
    .puroduct .tit01 {
        line-height: 1.3;
        margin-bottom: 20px;
        padding-left: 15px;
        border-left: 6px solid #89c27f;
        font-size: 2.5rem;
    }
    .puroduct .tit02 {
        margin-bottom: 30px;
        font-size: 2.2rem;
    }
    .puroduct .border {
        margin-bottom: 25px;
        padding: 30px;
        border: 3px solid #ccc;
    }
    .puroduct .list01 li {
        display: inline-block;
        font-size: 2.5rem;
    }
    .puroduct .list01 li + li {
        margin-left: 20px;
    }
    .puroduct .list02 li,.puroduct .list02.col03 li  {
        display: inline-block;
        font-size: 2.5rem;
    }
    .puroduct .list02.col03 li:first-of-type,
	.puroduct .list02.col03 li:nth-last-of-type(2),
	.puroduct .list02.col03 li:last-of-type 
	{
		width: auto;
	}
    .puroduct .list02 li + li {
        margin-left: 20px;
    }
	.puroduct .list02.col03 li:last-of-type {
		margin-bottom: 1rem;	
	}
    .puroduct .read dt {
        padding: 13px 0;
    }
    .puroduct .read dd {
        padding: 20px;
        background-color: #f5f5f5;
    }
    .puroduct .use {
        margin-bottom: 35px;
    }
    .puroduct .use .useBox {
        float: left;
        width: 560px;
    }
    .puroduct .use .useBox .list02 li {
        display: block;
    }
    .puroduct .use .useBox .list02 li + li {
        margin-left: 0;
    }
    .puroduct .use .img {
        float: right;
        width: 370px;
    }
    .puroduct .cartBox .tit {
        float: left;
        line-height: 1.3;
        padding: 15px 0 15px 90px;
        background: url("../img/oil/ico_oil01.png") 0 50% no-repeat;
        background-size: 70px auto;
        font-size: 1.8rem;
    }
    .puroduct .cartBox .priceBox {
        float: left;
        margin-bottom: 0;
        margin-left: 50px;
    }
    .puroduct .cartBox .priceBox .price {
        display: inline-block;
        line-height: 1;
        font-weight: bold;
        font-size: 7.0rem;
    }
    .puroduct .cartBox .priceBox .yen {
        display: inline-block;
        line-height: 2;
        font-size: 10px;
        text-align: center;
    }
    .puroduct .cartBox .priceBox .yen .tax01 {
        margin-bottom: -5px;
        font-size: 1.2rem;
    }
    .puroduct .cartBox .priceBox .yen .tax02 {
        line-height: 1;
        font-size: 2.7rem;
    }
    .puroduct .cartBox .btn {
        float: right;
        width: 340px;
    }
    .puroduct .cartBox .btn a:hover {
        opacity: 0.7;
        -ms-filter:  "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
    }
}
/*# sourceMappingURL=maps/oil.css.map */


/*!	トリートメントアロマオイル　メイン
================================================ */
.puroduct .boldmini{
	font-weight: 700;
}
.box .tblWrap {
	margin: 30px auto 0;
}
.box .tblWrap .tblBtoB {
	border: 1px solid #b3b3b3;
	font-size: 1.5rem;
}
.box .tblWrap .tblBtoB th,.box .tblWrap .tblBtoB td {
	border: none;
	padding: 10px 15px;
	box-sizing: border-box;
}
.box .tblWrap .tblBtoB th {
	background-color: #c4e8bd;
	color: #6aa164;
	font-weight: 700;
	font-size: 1.6rem;
	text-align: center;
	border-bottom: 1px solid #b3b3b3;
}
.box .tblWrap .tblBtoB td:nth-child(odd) {
	color: #6aa164;
	font-weight: 700;
	width: 42%;
}
.box .tblWrap .tblBtoB th:nth-child(odd), .box .tblWrap .tblBtoB td:nth-child(odd) {
	border-right: 1px solid #b3b3b3;
}
.box .tblWrap .tblBtoB td:not(last-child) {
	border-bottom: 1px dotted #040000;
}
@media screen and (min-width: 600px) {
	.puroduct .boldmini{
		font-weight: 700;
	}
	.box .tblWrap {
		margin: 30px auto;
	}.box .tblWrap .tblBtoB td:nth-child(odd) {
		width: 300px;
	}
}