@charset "utf-8";
/*-------------------
   clearfix
-------------------*/
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}
/*-------------------
   common
-------------------*/
.wrapper {
	font: 1.0em/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-feature-settings: "palt";
	letter-spacing: .1em;
	padding: 0 0 40px;
	position: relative;
}
.wrapper * {
	box-sizing: border-box;
}
.wrapper a {
	color: inherit;
	display: block;
}
.wrapper img {
	height: auto;
	max-width: 100%;
}
/*---7esthe_mobile.css リセットOP対策----*/
#container h3, #container h4, #container h5 {
	background: none;
	color: #000;
	cursor: auto;
	float: none;
}
#container h3 span, #container h4 span, #container h5 span {
	background: none;
	color: #000;
	cursor: auto;
	float: none;
}
#container .flex {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
/*--7esthe_mobile.css 商品ページ用リセットOP対策　----*/
#mobile_detail_content {
	font-size: 1.0em;
}
.item_explanation .cont {
	margin: 0;
	padding: 0;
}
/* ボタンデザイン自由に変えてください  */
#container .buy_btn {
	background: #9dd53a;
	background: -moz-linear-gradient(top, #9dd53a 0%, #7cbc0a 100%);
	background: -webkit-linear-gradient(top, #9dd53a 0%, #7cbc0a 100%);
	background: linear-gradient(to bottom, #9dd53a 0%, #7cbc0a 100%);
	border: #99b61e 1px solid;
	border-radius: 5px;
	color: #fff;
	display: block;
	font: bold 1.4em/2.5 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	position: relative;
	margin: 10px auto 30px;
	text-align: center;
	width: 100%;
}
.buy_btn a {
	color: #fff;
	display: block;
	text-decoration: none;
}
.buy_btn a::before {
	border: solid 5px transparent;
	border-left: solid 7px #fff;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	position: relative;
	top: -1px;
}
.buy_btn:hover {
	filter: alpha(opacity=90);
	opacity: 0.7;
	transition: all ease-in 0.4s;
}
/*-- 画面外にいる状態 --*/
.fadein {
	opacity : 0;
	transform : translate(0, 30px);
	transition: ease-in 400ms;
}
/*-- 画面内に入った状態 --*/
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
#container section {
	margin: 10px auto 0;
	padding: 10px 0px 0;
}
/*-------------------
   mainvisual
-------------------*/
/*ブレイクポイントのルール*/
/* -スマホ基本設計 解像度に依存しない-
 *350pxまで：SP縦 i5 SE
 *350px〜480px：SP縦 i6-8　****一番重要****
 *480px〜960px：SP横からタブレット
 *960px〜小型PC　大型PC
---------------------------------*/

#container .headtitle {
	font: bold 1.4em/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #644a40;
	margin: 0 0 1.5em;
	text-align: center;
}
.mainvisual strong {
	font-size: 2em;
	color: #d44f4f;
	letter-spacing: -1px;
}
#container .mainvisual .headtitle strong::before {
	content: "\A";
	white-space: pre;
}
#container .wrapper .mainvisual .headtitle span {
	font-size: 2em;
	text-shadow: 1px 1px 0 #fff;
	background: linear-gradient(transparent 60%, #ffe1e1 60%);
}
#container .mv01 {
	font: bold 1.2em/1 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #e68282;
	letter-spacing: 1px;
	margin: 1em 0 0;
	text-align: center;
}
.mv_flex1 {
	display: flex;
	flex-flow: column-reverse;
}
#container .wrapper .mainvisual .mv02 {
	font: 1.1em/1.5 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #8d5f4d;
	margin-bottom: 1.5em;
	text-align: left;
}
#container .mainitem {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-flow: wrap;
	justify-content: space-around;
	align-items: flex-end;
}
.wrapper .mainvisual .price {
	font-weight: bold;
	font-size: 1.2em;
	vertical-align: bottom;
	color: #d44f4f;
}
.wrapper .mainvisual .price2 {
	font-size: 1em;
	vertical-align: bottom;
}
.wrapper .mainvisual .price strong {
	font-size: 2em;
	letter-spacing: -1px;
	vertical-align: 4px;
}
#container .subtitle {
	width: 100%;
	margin: 10px auto 0;
}
#container .subtitle img {
	display: inline;
	margin: 0;
	width: 30%;
}
/*------headlines ------*/

#container .wrapper .sec1 h2, #container .wrapper .sec2 h2, #container .wrapper .sec3 h2, #container .wrapper .sec4 h2, #container .wrapper .sec5 h2, #container .wrapper .sec6 h2 {
	font: normal 1.4em/1.8 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, sans-serif;
	color: #644a40;
	background: #faf6f0;
	box-shadow: -3px 0 0 #d44f4f, -10px 0 0 #644a40;
	width: 100%;
	padding: 0.4em;
	text-align: left;
	margin: 0 0 0 10px;
}
#container .wrapper .sec3 h3, #container .wrapper .sec4 h3 {
	width: 100%;
	margin: 0 auto;
	font: normal 1.2em/2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, sans-serif;
	color: #ffffff;
	background: #644a40;
	padding: 0.6em 0 0.5em 1em;
}
/*------headlines end------*/

/*---------sec1 ---------*/
.sec1 {
	background-image: url(http://www.7esthe.com/img/pages/towelwarmer-2/towelwarmer2_04.gif);
	background-repeat: no-repeat;
	background-position: -8vw;
	background-size: contain;
	background-color: #644a40;
	color: #fff;
	margin: 10px auto;
}
.sec1 ul {
	width: 98%;
	margin: 0 auto;
	padding: 0.2em 0 0.3em 20px;
	font: normal 0.9em/2.5 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, sans-serif;
}
.sec1 li {
	border-bottom: 1px dashed #8f7e68;
}
.sec1 li:nth-child(5) {
	border: none;
}
/*---------/.sec1 ---------*/

/*---------sec2 ---------*/
.sec2 ul {
	display: flex;
	width: 90%;
	flex-flow: wrap-reverse;
	margin: 30px auto;
	justify-content: space-between;
	color: #555555;
}
.sec2 li:nth-child(1) {
	width: 100%;
}
.sec2 li:nth-child(2) {
	width: 100%;
	margin: 0 0 1em;
}
.sec2 p {
	margin-bottom: 1.5em;
}
#container .wrapper .sec2 p, #container .wrapper .sec3 p, #container .wrapper .sec4 p, #container .wrapper .sec5 p {
	font-size: 1rem;
}
/*---------/.sec2 ---------*/

/*---------sec3 ---------*/

.sec3 .sec3_1 {
	background-image: url(http://www.7esthe.com/img/pages/towelwarmer-2/towelwarmer2_9.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 30px 0 20px;
	display: flex;
	flex-flow: wrap;
}
.sec3_1 p {
	width: 90%;
	margin: 0 auto 1em;
}
.sec3 em {
	color: #828282;
	display: block;
	margin: 1em auto 0;
}
.sec3_1 ol {
	width: 98%;
	counter-reset: my-counter;
}
.sec3_1 li {
	width: 100%;
	margin: 1.6em auto;
	padding-left: 6%;
}
.sec3_1 ol li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	color: #fff;
	display: block;
	float: left;
	line-height: 22px;
	margin-left: -26px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
}
.sec3_1 ol li {
	margin: 0.6em auto;
}
.sec3_1 ol li:before {
	background-color: #d44f4f;
}
.sec3_2 {
	text-align: center;
	margin: 0 auto;
}
.sec3 ol li strong {
	font-size: 1.2em;
	color: #644a40;
	line-height:1.5em
}
.sec3 .sec3_flex {
	background-color: #e4e1dd;
	display: flex;
	flex-flow: wrap;
	padding: 0 0 30px;
	margin-bottom: 1px;
}
.sec3 .sec3_flex ul {
	display: flex;
	flex-flow: nowrap;
	width: 90%;
	margin: 1.2em auto;
	background-color: #fff;
	font-size: 1rem;
	color: #555555;
	line-height: 180%;
}
.sec3_flex ul li:nth-child(1) {
	font: bold 1.5em/1 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	width: 2em;
	color: #fff;
	padding: 0.5em;
	background-color: #a4958f;
}
.sec3_flex ul li:nth-child(2) {
	padding: 0.8em;
}
.sec3_caution {
	width: 90%;
	background-color: #fff;
	margin: 10px auto;
	padding: 1em;
	border-left: 10px solid #f66;
	color: #555555;
}
.sec3_caution img {
	margin: 0.5em auto;
	display: block;
	text-align: center;
}
.sec3 strong {
	color: #f66;
}
/*---------/.sec3 ---------*/


/*---------sec4 ---------*/
.sec4_1 {
	margin-top: 3em;
	text-align: center;
}
.sec4_1 p, .sec4_1 img {
	margin: 15px auto;
	width: 65%;
	text-align: left;
}
.sec4_1 strong {
	color: #ff6666;
	font-size: 1.5em;
}
.sec4_flex_1 {
	display: flex;
	flex-flow: wrap;
	width: 96%;
	margin: 10px auto;
	justify-content: space-around;
}
.sec4_flex_1a {
	width: 100%;
}
.sec4_flex_1a ul {
	margin: 15px auto 0;
}
.sec4_flex_1a li {
	padding: 12px;
}
.sec4_flex_1a li:nth-child(1) {
	background: #a4958f;
	font-size: 1.8em;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.sec4_flex_1a li:nth-child(2) {
	border-left: 1px solid #a4958f;
	border-right: 1px solid #a4958f;
}
.sec4_flex_1a li:nth-child(3) {
	border-left: 1px solid #a4958f;
	border-right: 1px solid #a4958f;
	border-bottom: 1px solid #a4958f;
	text-align: right;
	font-size: 1.2em;
}
.size_s li:nth-child(1) {
	color: #fcf2e0;
}
.size_m li:nth-child(1) {
	color: #e7f7fa;
}
.size_l li:nth-child(1) {
	color: #ffe8e8;
}
.size_ll li:nth-child(1) {
	color: #e7fefa;
}
.size_s li:nth-child(3) {
	background-color: #fcf2e0;
}
.size_m li:nth-child(3) {
	background-color: #e7f7fa;
}
.size_l li:nth-child(3) {
	background-color: #fbeded;
}
.size_ll li:nth-child(3) {
	background-color: #ebf8f5;
}
.sec4_flex_1a li:nth-child(4) {
	padding: 1em 0;
}
.sec4_flex_2 {
	display: flex;
	width: 90%;
	margin: 30px auto;
	flex-flow: wrap;
	justify-content: space-around
}
.sec4_flex_2 img {
	margin: 0 auto;
}
.sec4_flex_2a {
	width: 90%;
}
.sec4_flex_2a ul {
	margin: 15px auto 0;
}
.sec4_flex_2a li:nth-child(2) {
	font-size: 1.3em;
	color: #644a40;
	text-align: center;
	border-bottom: 1px solid #a4958f;
	padding: 6px 0 2px;
}
.sec4_flex_2a li:nth-child(3) {
	margin: 10px auto 20px;
}
/*---------/.sec4 ---------*/


/*---------sec5 ---------*/

.sec5 {
	display: flex;
	flex-flow: wrap;
	justify-content: space-around;
}
.sec5_flex_1a {
	width: 90%;
	margin: 10px auto;
}
.sec5_flex_1a li:nth-child(2) {
	font-size: 1.7em;
	color: #644a40;
	text-align: center;
	padding: 10px 0 8px;
}
.sec5_flex_1a li:nth-child(3) {
	background-color: #644a40;
	color: #fff;
	font-size: 1.2em;
	border-radius: 3em;
	margin: 0px auto 10px;
	text-align: center;
	padding: 4px;
	width: 90%;
}
/*---------/.sec5 ---------*/

/*------------------------
   section 6_3
-------------------------*/
#container .wrapper .sec6_3 {
	margin:20px auto;
	background:#ffffff;
}

#container .wrapper .sec6_3 ul {
	padding: 10px;

}
#container .wrapper .sec6_3  .sec-title {
	margin:20px 20px 0;
	font: bold 1.8rem/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .wrapper .sec6_3 ul li {
	position:relative;
	margin:0 0 20px 0;
	padding:20px 20px 0 20px;
	text-align: center;
	border:#CCC 1px solid;
}
#container .wrapper .sec6_3 li .color {
	display: block;
	font: 1.4rem/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing: -1px;
	margin: 5px 0 0;
}
#container .wrapper .sec6_3 li img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
#container .wrapper .sec6_3 li .no {
	margin:10px 0 0 0;
	padding: 0 5px 0 5px;
	font: 0.9rem "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .wrapper .sec6_3 li .price {
	color: #cc0033;
	display: block;
	font: bold 1.8rem "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 0 10px;
}
#container .wrapper .sec6_3 li .price em {
	font: .6em/1.0 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/*---------sec6 ---------*/

.sec6 {
	background-color: #e4e1dd;
	display: flex;
	flex-flow: wrap;
	padding: 0;
	color: #644a40;
}
.sec6_1 {
	width: 95%;
	background-color: #fff;
	margin: 20px auto -15px;
	padding: 12px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 180%;
}
.sec6_2 {
	display: block;
	text-align: center;
	margin: 0 auto;
}
.sec6 .sec4_flex_2 {
	margin: 1em auto;
}
.sec6 .sec4_flex_2 img {
	border: 1px #fff solid;
}
/*  スマホ縦 i5 i5SE　350pxまで  */
p {
}
@media screen and (min-width:350px) and ( max-width:480px) {
/*　スマホ縦　i6 / i6plus / i7  350pxから480pxまではここを読み込む　*/
p {
}
}
 @media screen and (min-width:480px) and ( max-width:960px) {
/*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/

.mv_flex1 {
	display: flex;
	flex-flow: column;
}
#container .subtitle {
	width: 75%;
	margin: 10px 0 0 2%;
}
#container .mainitem {
	flex-flow: nowrap;
	align-items: flex-start;
}
.sec1 {
	background-image: url(http://www.7esthe.com/img/pages/towelwarmer-2/towelwarmer2_04.gif);
	background-repeat: no-repeat;
	background-position: -3vw;
	background-size: contain;
	background-color: #644a40;
	color: #fff;
	margin: 10px auto;
}
#container .subtitle img {
	display: inline;
	margin: 0;
	width: 30%;
}
.sec2 li:nth-child(1) {
	width: 60%;
}
.sec2 li:nth-child(2) {
	width: 38%;
	margin: 0 0 1em 0;
}
.sec3 .sec3_flex ul {
	width: 45%;
	margin: 2.5em auto;
}
#container .wrapper .sec3 h3, #container .wrapper .sec4 h3 {
	font: normal 1.5em/2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, sans-serif;
}
.sec3_caution {
	width: 95%;
}
.sec4_flex_1a, .sec5_flex_1a {
	width: 45%;
}
.sec4_flex_2a {
	width: 32%;
}
.sec6_1 {
	margin: 20px auto -25px;
	padding: 18px;
	font-size: 1.6em;
	line-height: 180%;
}

/*------------------------
   section 6_3
-------------------------*/
#container .wrapper .sec6_3 {
	margin:20px auto;
	background:#ffffff;
}

#container .wrapper .sec6_3 ul {
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#container .wrapper .sec6_3  .sec-title {
	margin:20px 20px 0;
	font: bold 1.8rem/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .wrapper .sec6_3 ul li {
	position:relative;
	margin:20px 20px;
	padding:20px 20px 0 20px;
	width: calc(85% / 2);
    webkit-width: calc(85% / 2);
	text-align: center;
	border:#CCC 1px solid;
}
#container .wrapper .sec6_3 li .color {
	display: block;
	font: 1.4rem/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing: -1px;
	margin: 5px 0 0;
}
#container .wrapper .sec6_3 li img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
#container .wrapper .sec6_3 li .no {
	margin:10px 0 0 0;
	padding: 0 5px 0 5px;
	font: 0.9rem "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .wrapper .sec6_3 li .price {
	color: #cc0033;
	display: block;
	font: bold 1.8rem "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 0 10px;
}
#container .wrapper .sec6_3 li .price em {
	font: .6em/1.0 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

}

 @media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
.wrapper{
	width: 970px;
	margin: 0 auto;
}
#container .headtitle {
	font: bold 2.2em/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 1em 0 1em;
}
#container .mv01 {
	font: bold 1.8em/1 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
#container .mainvisual .headtitle strong::before {
	content: none;
}
.mv_flex1 {
	display: flex;
	flex-flow: column;
}
#container .mainitem {
	flex-flow: nowrap;
	align-items: flex-start;
}
#container .wrapper .mainvisual .mv02 {
	font: bold 1.35em/1.7 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 2em auto 3em;
	width: 90%;
	text-align: center;
}
#container .subtitle {
	width: 50%;
	margin: 10px auto 0;
}
#container .subtitle img {
	display: inline;
	margin: 0;
	width: auto;
}
.wrapper .mainvisual .price {
	font-weight: bold;
	font-size: 1.7em;
	vertical-align: bottom;
	color: #d44f4f;
}
.wrapper .mainvisual .price2, .wrapper .mainvisual .price strong {
	vertical-align: bottom;
}
#container .wrapper .sec1 h2, #container .wrapper .sec2 h2, #container .wrapper .sec3 h2, #container .wrapper .sec4 h2, #container .wrapper .sec5 h2, #container .wrapper .sec6 h2 {
	font: normal 2.8em/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, sans-serif;
	color: #644a40;
	background: #faf6f0;
	box-shadow: -12px 0 0 #d44f4f, -44px 0 0 #644a40;
	width: 95.8%;
	padding: 0.4em;
	text-align: left;
	margin: 0 0 0 44px;
}
.sec1 {
	background-position: -2vw;
	background-size: contain;
	background-color: #644a40;
	color: #fff;
	margin: 10px auto;
}
.sec1 ul {
	width: 90%;
	font: normal 1.5em/2.5 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, sans-serif;
}
.sec2 ul {
	width: 90%;
	flex-flow: nowrap;
}
.sec2 li:nth-child(1) {
	width: 55%;
}
.sec2 li:nth-child(2) {
	width: 40%;
	margin: 0 0 1em;
}
.sec3 .sec3_1 {
	padding: 30px 7% 20px;
}
.sec3 .sec3_flex ul {
	width: 40%;
	justify-content: space-between;
}
.sec3_flex ul li:nth-child(2) {
	padding: 1em;
}
.sec3 ol li strong {
	font-size: 1.5em;
	line-height: 130%;
	color: #644a40;
}
.sec3_1 li {
	width: 100%;
	margin: 2em auto;
	padding-left: 10%;
}
.sec3_flex ul li:nth-child(1) {
	font: bold 2em/1 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	padding: 0.6em;
}
.sec4_flex_1 {
	display: flex;
	flex-flow: wrap;
	width: 90%;
	margin: 10px auto;
	justify-content: space-around;
}
.sec4_flex_1a {
	width: 40%;
}
.sec4_flex_2 {
	display: flex;
	width: 90%;
	margin: 30px auto;
	flex-flow: wrap;
	justify-content: space-around
}
.sec4_flex_2 img {
	margin: 0 auto;
}
.sec4_flex_2a {
	width: 30%;
}
.sec5_flex_1a {
	width: 40%;
	margin: 10px auto;
}
.sec6_1 {
	width: 88%;
	margin: 30px auto -25px;
	padding: 20px;
	font-size: 1.6em;
	line-height: 160%;
}
/*------------------------
   section 6_3
-------------------------*/
#container .wrapper .sec6_3 {
	margin:20px auto;
	background:#ffffff;
}

#container .wrapper .sec6_3 ul {
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#container .wrapper .sec6_3  .sec-title {
	margin:20px 20px 0;
	font: bold 1.8rem/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .wrapper .sec6_3 ul li {
	position:relative;
	margin:20px 20px;
	padding:20px 20px 0 20px;
	width: calc(90% / 2);
    webkit-width: calc(90% / 2);
	text-align: center;
		border:#CCC 1px solid;
}
#container .wrapper .sec6_3 li .color {
	display: block;
	font: 1.4rem/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing: -1px;
	margin: 5px 0 0;
}
#container .wrapper .sec6_3 li img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
#container .wrapper .sec6_3 li .no {
	margin:10px 0 0 0;
	padding: 0 5px 0 5px;
	font: 0.9rem "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .wrapper .sec6_3 li .price {
	color: #cc0033;
	display: block;
	font: bold 1.8rem "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 0 10px;
}
#container .wrapper .sec6_3 li .price em {
	font: .6em/1.0 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
}
/*-------------------
   footer
-------------------*/
#container .page-top {
	display: block;
	margin: 30px auto;
	text-align: center;
}
