@charset "utf-8";
/*-------------------
   clearfix
-------------------*/
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}
/*---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;
}
.write_box {
	margin:0 !important;
	padding:0 !important;
}

/*-------------------
   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%;
}

/*-- 画面外にいる状態 --*/
.fadein {
	opacity : 0;
	transform : translate(0, 30px);
	transition: ease-in 400ms;
}
/*-- 画面内に入った状態 --*/
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

/*-------------------
   header
-------------------*/
#container .wrapper .mainvisual {
	height:400px;
	margin:0;
	padding:20px;
	background:#cccccc;
}
/*-------------------
   banner
-------------------*/
#container .change_banner{
    margin: 5% auto;
    width: 100%;
}
#container .change_banner .bnr{
    margin: 0 0 10px;
}
#container .change_banner p{
    font-size: 1rem;
	font-weight: bold;
	color: red;
	padding: 0 10px;
}
/*-------------------
   dispo-att
-------------------*/
#container .w_type_h{
	padding:5px;
	font:bold 1.2rem/1.1 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#e6e6e6;
}
#container .wrapper .dispo-att {
	background:#ffecd9;
	margin:0 15px 20px;
	padding:20px 10px 20px 10px;
} 
#container .wrapper .dispo-att dt {
	padding:0 0 5px 0;
	font:bold 1.2rem/1.1 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color:#ff0000;
}
#container .wrapper .dispo-att dd {
	font:normal 1rem/1.1 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color:#ff0000;
}

#container .wrapper .sec1 table{
    border: 1px solid #333333;
    border-collapse: collapse;
    text-align: left;
    table-layout: fixed;
}

#container .wrapper .sec1 table {
    display: block;
    overflow: scroll;
    height: 350px;
    table-layout: fixed;
    background:linear-gradient(to bottom, rgba(255,255,255) 0%,rgba(255,255,255) 92%,rgba(225,225,225) 100%);
}
#container .wrapper .sec1 .color_a{
	background-color: rgba(255,195,205,0.4);
}
#container .wrapper .sec1 .color_b{
	background-color:rgba(255,250,185,0.4);
}
#container .wrapper .sec1 .color_c{
	background-color:rgba(179, 247, 208, 0.4);
}
#container .wrapper .sec1 .color_d{
	background-color:rgba(179, 218, 248, 0.4);
}
#container .wrapper .sec1 thead,
#container .wrapper .sec1 tbody {
  display: block;
}

#container .wrapper .sec1 th,
#container .wrapper .sec1 td {
  display: table-cell;
}

#container .wrapper .sec1 thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}

#container .wrapper .sec1 table .w_maker{
	width:16%;
}
#container .wrapper .sec1 table .w_type{
	width:33%;
}
#container .wrapper .sec1 table .w_price{
	width:20%;
}
#container .wrapper .sec1 table .w_treatment{
	width:11%;
}

/*-------------------
   section-btn
-------------------*/
#container .wrapper .btn_p{
	font:normal 0.8rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-weight:normal;
    text-align:center;
    padding: 5px 0 0 0;
}

#container .wrapper .btn_type {
	clear:both;
	position: relative;
	display: block;
	width: 96%;
	margin: 0 1px;
	padding:5px 0 5px 0;
	font: bold 1rem/1.5 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	text-align:center;
	color: #fff;
	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: #9dd53a 1px solid;
	border-radius: 3px;
	text-align: center;
}
#container .wrapper .btn_type a {
	color: #fff;
	display: block;
	text-decoration: none;
	letter-spacing:0
}
#container .wrapper .btn_type a::before {
	border: solid 5px transparent;
	border-left: solid 7px #fff;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	position: relative;
	top: -1px;
}
#container .wrapper .btn_type:hover {
	filter: alpha(opacity=90);
	opacity: 0.7;
	transition: all ease-in 0.4s;
}


#container .wrapper .buy-btn {
	clear:both;
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding:5px 0 5px 0;
	font: bold 1.1rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	text-align:center;
	letter-spacing:-0.05rem;
	color: #fff;
	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;
	text-align: center;
}
#container .wrapper .buy-btn a {
	color: #fff;
	display: block;
	text-decoration: none;
}
#container .wrapper .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;
}
#container .wrapper .buy-btn:hover {
	filter: alpha(opacity=90);
	opacity: 0.7;
	transition: all ease-in 0.4s;
}


/*-------------------
   dispo
-------------------*/
#container .wrapper .dispo1  {
	background:#339933;
}
#container .wrapper .dispo2  {
	background:#057aef;
}
#container .wrapper .dispo3  {
	background:#198596;
}
#container .wrapper .dispo4  {
	background:#785c9e;
}
#container .wrapper .dispo5  {
	background:#339933;
}
#container .wrapper .dispo6  {
	background:#057aef;
}

/*-------------------
   dispo-guide
-------------------*/
#container .wrapper .dispo-guide {
	margin:10px 0 20px 0;
}
#container .wrapper .dispo-guide h3  {
	margin:20px 0 0px 0;
	padding:10px 0 10px 10px;
	font: bold 1.5rem/1.1 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing:0.05em;
	color:#ffffff;
	border-left: 4px solid #eaeaea;
}
#container .wrapper .dispo-guide h4  {
	margin:30px 0 15px 5px;
	padding:0 0 10px 10px;
	font: bold 1.4rem/1.1 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing:-0.05em;
	color:#353535;
	border-left: 6px solid #333333;
    border-bottom: 1px solid #353535;
}
#container .wrapper .dispo-guide dt{
	margin:5px 0 0 0;
	padding:10px 5px 10px 5px;
	background-color:#dddddd;
	font: bold 1.1rem/1.1 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .wrapper .dispo-guide dd{
	padding:5px 5px 10px 5px;
	font: normal 1.0rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-seriff;
}

/*-------------------
   dispo-area
-------------------*/
#container .wrapper .dispo-area {
	margin:50px 0 10px 0;
	padding:0;
}
#container .wrapper .dispo-area h3  {
	margin:40px 0 10px 0;
	padding: 5px 0 5px 12px;
	font: bold 1.4rem/1.1 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing:-0.05rem;
	color:#ffffff;
	text-align:left;
	border-left: 5px solid #eaeaea;
}
#container .wrapper .dispo-area h4  {
	margin:25px 0 10px 0;
	padding: 0 2px 0 10px;
	font: bold 1.3rem/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing:0.1em;
	color:#353535;
	text-align:left;
	border-bottom: 1px solid #eaeaea;
	border-left: 5px solid #dddddd;
}
#container .wrapper .dispo-area h5  {
	margin:20px 0 10px 0;
	padding:4px 0 4px 10px;
	font: bold 1.2rem/1.1 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing:0.03em;
	color:#353535;
    border-bottom: 1px solid #eaeaea;
	border-left: 5px solid #dddddd;
}
#container .wrapper .dispo-area p  {
	margin:10px 0 10px 0;
	padding:5px;
	font: normal 1rem/1.3 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing:-0.05em;
	color:#353535;
}
#container .wrapper .dispo-area table {
    width: 100%;
    border: 1px solid #333333;
    border-collapse: collapse;
    text-align: left;
}
#container .wrapper .dispo-area table th {
	padding:5px;
    border: 1px solid #333333;
	font-weight:bold;
}
#container .wrapper .dispo-area table td {
    border: 1px solid #333333;
	font-weight:normal;
	text-align:center;
}
#container .wrapper .dispo-area table thead {
	table-layout: fixed;
	background-color:#dddddd;
}
#container .wrapper .dispo-area table tbody {
	background-color:#ffffff;
}
#container .wrapper .dispo-area table thead .dc0 {
	background-color:#9cdc68;
}
#container .wrapper .dispo-area table thead .dc1 {
	background-color:#4ce58b;
}
#container .wrapper .dispo-area table thead .dc2 {
	background-color:#ff6969;
}
#container .wrapper .dispo-area table thead .dc3 {
	background-color:#f0e463;
}
#container .wrapper .dispo-area table thead .dc4 {
	background-color:#76c5f6;
}
#container .wrapper .dispo-area table thead .dc5 {
	background-color:#f9baf9;
}
#container .wrapper .dispo-area table thead .dc6 {
	background-color:#b99eda;
}
#container .wrapper .dispo-area table thead .dc7 {
	background-color:#999999;
}
#container .wrapper .dispo-area table thead .dc8 {
	background-color:#a47552;
}
#container .wrapper .dispo-area table tbody .dc0 {
	color:#9cdc68;
	font-size:1.1rem;
}
#container .wrapper .dispo-area table tbody .dc1 {
	color:#4ce58b;
	font-size:1.1rem;
}
#container .wrapper .dispo-area table tbody .dc2 {
	color:#ff6969;
	font-size:1.1rem;
}
#container .wrapper .dispo-area table tbody .dc3 {
	color:#f0e463;
	font-size:1.1rem;
}
#container .wrapper .dispo-area table tbody .dc4 {
	color:#76c5f6;
	font-size:1.1rem;
}
#container .wrapper .dispo-area table tbody .dc5 {
	color:#f9baf9;
	font-size:1.1rem;
}
#container .wrapper .dispo-area table tbody .dc6 {
	color:#b99eda;
	font-size:1.1rem;
}
#container .wrapper .dispo-area table tbody .dc7 {
	color:#999999;
	font-size:1.1rem;
}
#container .wrapper .dispo-area table tbody .dc8 {
	color:#a47552;;
	font-size:1.1rem;
}


#container .info {
	margin:5px auto;
	text-align:center;
	font:normal 0.8rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

/*  スマートフォン  */
@media screen and (max-width: 480px) {
#container .wrapper  {
font: 1.0rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
/*-------------------
   mainvisual
-------------------*/
#container .wrapper .mainvisual {
	width:100%;
	padding:15px;
	background-size: cover;
    background-position: top center;
    background: url(/contents/shop/sevenbeauty/img/freepage/dispo-lineup/sp-top.jpg) no-repeat;
}
#container .wrapper .mainvisual .main-title {
	padding:10px 0 10px 0;
	font: bold 2rem/1.3 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing:-0.05rem;
    color: #68544c;
	text-align:left;
	text-shadow:1px 1px 0px #d5cfcd;
	text-shadow:2px 2px 0px #d5cfcd;
}
#container .wrapper .mainvisual .sub-title {
	padding:5px 0 20px 0;
	font: bold 1rem/1.7 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing:-0.05rem;
	color:#1e6d44;
	text-align:left;
	text-shadow: 0 0 12px #ffffff, 0 0 12px #ffffff, 0 0 0.5px #ffffff;
}
#container .wrapper .mainvisual .sub-title em {
	font-size:2.5rem;
	letter-spacing:0.03rem;
}
/*-------------------
   banner
-------------------*/
#container .change_banner p{
    font-size: .9rem;
}
/*-------------------
   dispo
-------------------*/
#container h2{
	font: bold 1.6rem/1.8 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
text-align:center;
margin:0.5em auto;
border-bottom:1px dotted;
}

#container .wrapper .dispo-area table th {
	padding:3px 1px 3px 1px;
	font: bold 0.8rem/1.1 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .wrapper .dispo-area table td {
	padding:2px 1px;
	font: normal 0.8rem/1.1 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing:-0.05rem;
}
#container .wrapper .dispo-area table {
	width:100%;
}
#container .wrapper .dispo-area table thead {
	letter-spacing:-0.05rem;
}
#container .wrapper  .dispo-area table small {
	font: normal 0.7rem/1.1 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing:-0.05rem;
}
#container .wrapper .sec1 table th {
	font:normal 0.8rem/1.3 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	padding:2px;
    border: 1px solid #333333;
	font-weight:bold;
	text-align:center;
	letter-spacing:0;
	background-color:#68544c;
	color:#fff;
}
#container .wrapper .sec1 table td {
	font:normal 0.7rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    border: 1px solid #333333;
	font-weight:normal;
	text-align:center;
	padding: 2px;
	vertical-align: middle;
}
#container .wrapper .btn_type {
	clear:both;
	position: relative;
	display: block;
	width: 96%;
	margin: 0 1px;
	padding:5px 0 5px 0;
	font: bold 0.9rem/1.5 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	text-align:center;
	color: #fff;
	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: #9dd53a 1px solid;
	border-radius: 3px;
	text-align: center;
}
}

/*  タブレット～PC  */
@media screen and (min-width: 480px) {
#container  {
	margin:0 auto;
	max-width:1040px;
}

#container .wrapper  {
font: 1rem/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*-------------------
   mainvisual
-------------------*/
#container .wrapper .mainvisual {
    position: relative;
	height:470px;
	padding:30px 20px;
    background: url(/contents/shop/sevenbeauty/img/freepage/dispo-lineup/pc-top.jpg) no-repeat;
}
#container .wrapper .mainvisual .main-title {
	padding:0 0 10px 0;
	font: bold 3.5rem/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #68544c;
	text-align:left;
	letter-spacing:0.2rem;
	text-shadow:1px 1px 0px #d5cfcd;
	text-shadow:2px 2px 0px #d5cfcd;
}
#container .wrapper .mainvisual .sub-title {
	padding:0;
	font: bold 1.1rem/1.7 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing:0.02em;
	color:#269c5f;
	text-align:left;
	text-shadow: 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 0.30px #ffffff;
	left:3%;
	margin-top:0.7em;
}

#container .wrapper .mainvisual .sub-title em {
	font-size:2.5rem;
	letter-spacing:0.03rem;
}


#container .wrapper .sec1 table{
    width: 95%;
    margin:20px auto;
    height:400px;
}

#container .wrapper .sec1 table th {
    font: bold 1.3rem/1.3 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;

}
#container .wrapper .sec1 table td {
    font: normal 1.3rem/1.3 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;

}

#container .wrapper .btn_type {
	font: bold 1.3rem/1.5 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

/*-------------------
   dispo
-------------------*/
#container h2{
	font: bold 2rem/1.8 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
text-align:center;
margin:0.5em auto;
border-bottom:1px dotted;
}
.info{
	text-align:right;
	margin-bottom:1em;
}
#container .wrapper .dispo-guide p.buy-btn {
	width:40%;}

#container .wrapper .dispo-area table th {
	padding:10px;
	font: bold 0.9rem/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}	
#container .wrapper .dispo-area table td {
	padding:10px;
	font: normal 0.9rem/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .wrapper  .dispo-area table small {
	font: normal 0.9rem/1.1 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing:-0.02rem;
	padding:0 0 0 10px;
}
#container .wrapper .dispo-area table wbr {
	display:none;
}
#container .wrapper .dispo-area {
	width:95%;
	margin:60px auto 10px;
	padding:0;
}

#container .wrapper .sec1 table .w_maker{
	width:10%;
}
#container .wrapper .sec1 table .w_type{
	width:18%;
}
#container .wrapper .sec1 table .w_price{
	width:12%;
}
#container .wrapper .sec1 table .w_treatment{
	width:7%;
}
#container .wrapper .sec1 table th {
	font:normal .9rem/1.3 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	padding:3px;
    border: 1px solid #333333;
	font-weight:bold;
	text-align:center;
	letter-spacing:0;
	background-color:#68544c;
	color:#fff;
}
#container .wrapper .sec1 table td {
	font:normal 1rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    border: 1px solid #333333;
	font-weight:normal;
	text-align:center;
	padding: 6px;
	vertical-align: middle;
}

}
 @media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
#container  {
	margin:0 auto;
	max-width:1040px;
}
#container .wrapper .mainvisual .sub-title {
	padding:0 0 20px 0;
	width:56%;
	font: bold 1.1rem/1.5 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing:0.05em;
	color:#269c5f;
	text-align:left;
	text-shadow: 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 0.30px #ffffff;
	position:absolute;
	left:42%;
	bottom:0px;
}

#container .wrapper .btn_type {
	width: 90%;
	margin: 3px auto;
	padding:5px 0 5px 0;
	font: bold 1rem/1.5 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

#container .wrapper .dispo-area {
	width:90%;
	margin:60px auto 10px;
	padding:0;
}
#container .wrapper .sec1 table {
    background:rgba(255,255,255);
}
#container h2{
	font: bold 1.8rem/1.8 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
text-align:center;
margin:0.5em auto;
border-bottom:1px dotted;
}

#container .wrapper .dispo-area h3  {
	font: bold 1.8rem/1.5 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing:0.1em;
}
#container .wrapper .sec1 table {
	overflow:auto;
    height: auto;
    table-layout: fixed;
}
#container .wrapper .sec1 table td.w_maker{
	width:8%;
}
#container .wrapper .sec1 table td.w_type{
	width:15%;
}
#container .wrapper .sec1 table td.w_price{
	width:10%;
}
#container .wrapper .sec1 table td.w_treatment{
	width:5.8%;
}
#container .wrapper .sec1 table th {
	font:normal 1rem/1.3 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	padding:3px;
    border: 1px solid #333333;
	font-weight:bold;
	text-align:center;
	letter-spacing:0;
	background-color:#68544c;
	color:#fff;
}
#container .wrapper .sec1 table td {
	font:normal 1rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    border: 1px solid #333333;
	font-weight:normal;
	text-align:center;
	padding: 6px;
	vertical-align: middle;
}
}


/*-------------------
   footer
-------------------*/
#container .footer .page-top img {
	display: block;
	margin: 30px auto;
	text-align: center;
}
