@charset "UTF-8";
/*
Theme Name: Siam
Theme URI: http://www.www.studio-siam.com/
Description: for Studio Siam.
Version: 1.0
Author: <a href="http://www.narts.jp/">NARTS</a>
*/

/****************************************

	セッティング

*****************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
/*	vertical-align: baseline; */
	list-style:none;
	}

img{
	vertical-align: bottom;
	}

body{
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*	font-family: Verdana,'ＭＳ Ｐゴシック',Osaka,Arial,Sans-Serif; */
	color: #eeeeee;
	font-size: 15px;
	line-height: 150%;
	background: #151960;
	}

a{color: #eeeeee;}
a:hover {
	color: #CCCCCC;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.3s ease-in-out;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after{
	content: "";
	display: block;
	overflow: hidden;
}
.clearfix:after{
	clear: both;
}

.cf:before,
.cf:after{
    content:"";
    display:block;
    overflow:hidden;
	}
.cf:after{
    clear:both;
	}
/* For IE 6/7 (trigger hasLayout) */
.cf{
    zoom:1;
	}


/****************************************

	調整用

*****************************************/
.m_bottom10 { margin-bottom: 10px; }
.m_bottom15 { margin-bottom: 15px; }
.m_bottom20 { margin-bottom: 20px; }
.m_bottom25 { margin-bottom: 25px; }
.m_bottom30 { margin-bottom: 30px; }
.m_bottom35 { margin-bottom: 35px; }
.m_bottom40 { margin-bottom: 40px; }

.ml05{margin-left:5px !important;}		.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}		.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}		.ml30{margin-left:30px !important;}
.ml35{margin-left:35px !important;}		.ml40{margin-left:40px !important;}
.ml45{margin-left:45px !important;}		.ml50{margin-left:50px !important;}

.mr05{margin-right:5px !important;}		.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}	.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}	.mr30{margin-right:30px !important;}
.mr35{margin-right:35px !important;}	.mr40{margin-right:40px !important;}
.mr45{margin-right:45px !important;}	.mr50{margin-right:50px !important;}


/****************************************

	イメージ用

*****************************************/
.f_right { float: right; }
.imgbox,.waku {
	margin-left: 20px;
	padding: 5px;
	border: 1px solid #FFFFFF;
	background-color: #151960;
	}

.waku {
	margin-left: 10px;
	margin-right: 10px;
}

img {
	max-width: 100%;
	height: auto;
}

/****************************************

	ヘッダ

*****************************************/
#header{
	background: #1D2255;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	float:left;
}

#headertxt h1{
	width: 100%;
	padding: 5px 0;
	text-align: left;
	color: #eeeeee;
	font-size: 12px;
	line-height: 1.2;
	font-weight: normal;
}


#wrapper {
	max-width: 1000px;
	margin: 0 auto;
}

#headerWrapper{
	background-color: #151960;
/*	background-image: url("images/common/bg_header_01.gif"); */
	background-image: url("images/common/header_bg_1.png");
	background-repeat: repeat-x;
	background-position: top left;
	}

#header_logo{
	float: left;
	padding-top: 20px;
}

#header_otoiawase{
	float: right;
	padding: 20px 0;
	background-image: url("images/common/header_otoiawase.png");
	background-repeat: no-repeat;
	background-position: left 20px;
}

#header_tel{
	float: left;
	padding-top: 20px;
}
#header_contact{
	float: left;
	padding-top: 20px;
	padding-left: 15px;
}

/****************************************

		フッター

*****************************************/
#footerLink{
	background: #2A3063;
	}
#footerLink ul{
	max-width: 1000px;
	margin: 0 auto;
	padding: 8px 0;
	font-size: 12px;
	line-height: 1.2;
	}
#footerLink ul li{
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #FFFFFF;
	}
#footerLink ul li a{
	text-decoration: none;
	}
#footerLink ul li a:hover{
	text-decoration: underline;
	}
#footerLink ul li.none{
	padding-right: 0;
	margin-right: 0;
	border-right: none;
	}

#footerWrapper{
	background: #101352;
	}
#footer{
	height: 130px;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	}
#footer_tel{
	position: absolute;
	top: 26px;
	left: 14px;
	}
#footer_supervision{
	position: absolute;
	top: 86px;
	left: 14px;
	}
#footer_logo{
	position: absolute;
	top: 31px;
	left: 381px;
	}
#footer_notice{
	position: absolute;
	top: 104px;
	left: 267px;
	}
#footerCopyright-outer {
	background-color: #040a43;
}
#footerCopyright{
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	}
/*フッター（東内追加）*/
#footer-menu {
	background-color: #101352;
	padding-top: 48px;
	padding-bottom: 48px;
}
#footer-menu-inner {
	max-width: 1000px;
	margin: 0 auto;
}
.f-menu-youso {
	width: 250px;
	display: block;
	float: left;
	margin-bottom: 20px;
}
.f-menu-youso p {
	font-size: 16px;
	line-height: 1.8em;
}
.f-menu-youso ul {
	font-size: 14px;
	line-height: 1.8em;
	margin-left: 10px;
}
.f-menu-youso a {
	text-decoration: none;
}
.f-menu-youso a:hover {
	text-decoration: underline;
}

/****************************************

	グローバルナビ

*****************************************/
#gnavi{
	clear:both;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background: url(./images/common/bg_gnavi.png) repeat left top;
	border-top: 5px solid #444EC5;
	}
#gnavi ul{
	max-width: 1000px;
	margin: 0 auto;
	}
#gnavi ul li{
	float: left;
	}

#gnavi ul.child{
    display: none;
    position: absolute;
    margin-left: -5px;
    padding: 0;
	z-index: 100;
}
#gnavi ul.child li {
	float: none;
}
#gnavi ul.child li a{
    padding: 0 10px;
    margin-left: -5px;
    margin-right: -5px;
    display: block;
    color: #fff;
}

/****************************************

		ページトップ

*****************************************/
#pagetop{
	clear:both;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: right;
	}


/****************************************

	メインビジュアル

*****************************************/
#mainvisual{
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 40px;
	background: url(./images/top/bg_mainvisual.png) no-repeat right top;
}

#mainvisual p {
	background-image: url("images/common/bg_mainvisual_02.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 30px;
}

.bx-wrapper {
	background-image: url("images/common/bg_mainvisual_01.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 30px;
}

/****************************************

	パンくずリスト

*****************************************/
#pankuzu{
	max-width: 1000px;
	margin: 0 auto;
	}
#pankuzu ul{
	padding: 12px 0px 30px 0px;
	}
#pankuzu ul li{
	padding-right: 10px;
	float: left;
	font-size: 12px;
	}
#pankuzu ul li.arrow{
	padding: 0 10px 0 14px;
	background-image: url("images/common/prt_pankuzu_01.gif");
	background-repeat: no-repeat;
	background-position: 0 4px;
	}


/****************************************

	トップ [ page ]

*****************************************/
#pageToppage{
	max-width: 1000px;
	margin: 0 auto;
	}

#topMovieBtn01{
	text-align: right;
	}


#topNewsTop{
	padding-top: 52px;
	background-image: url("images/top/bg_top_01.gif");
	background-repeat: no-repeat;
	background-position: top left;
	}
#topNewsBottom{
	margin-bottom: 40px;
	padding: 0 25px 15px 25px;
	background-image: url("images/top/bg_top_02.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	}
#topNews{
	margin-bottom: 15px;
	}
#topNews ul li{
	padding: 10px 0 10px 0;
	border-bottom: dotted 1px #FFFFFF;
	}
#topNews ul li span{
	padding-right: 25px;
	}
#topNewsBack{
	text-align: right;
	}

#topSchool{
	margin-bottom: 40px;
	}
#topSchool h2{
	margin-bottom: 15px;
	}
#topSchool ul li{
	float: left;
	}

#topCarving{
	margin-bottom: 26px;
	}
#topCarving h2{
	margin-bottom: 15px;
	}
#topCarving ul{
	max-width: 1014px;
	margin-right : -14px;
    overflow : hidden;
	_zoom : 1;
	}
#topCarving ul li{
	float: left;
	padding: 0 14px 14px 0;
	background-image: none;
	}

#top_1 {
	background: url(./images/top/bg_top1.png) no-repeat left bottom;
	text-align: center;
	padding-bottom: 40px;
}

#top_1 li {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}

#top_1_kouza {
	padding-top: 30px;
	padding-bottom: 30px;
}

.top_1_box {
	width: 302px;
	height: 290px;
	padding: 10px;
	background: #292E82;
}

#top_1 ul.list-inline li:last-child div.top_1_box {
	border: 1px solid #0091e5;
	width: 300px;
	height: 288px;
		-webkit-box-shadow: 0 0 5px 0px #0091e5;
	box-shadow: 0 0 5px 0px #0091e5;
}

.top_1_box p {
	text-align: left;
	margin: 10px 0px;
}

.top_1_box a {
	text-decoration: none;
}

.top_1_box a:hover img {
	opacity: 0.66;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.3s ease-in-out;
}


#top_2_top {
	clear: both;
	background-image: url("images/top/top_3_bg.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 70px;
}
#top_2 {
	clear: both;
	float:left;
	width: 100%;
	background-image: url("images/top/top_2_bg.jpg");
	background-repeat: repeat-y;
	background-position: top center;
}

#top_2_movie {
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
}

#top_2 ul {
	max-width: 100%;
	margin: 90px auto;
	font-size: 50px;
}

#top_2 li {
	width: 49%;
	margin-bottom: 10px;
}

.youtube {
	max-width: 100%;
}

.youtube iframe{
	width: 100%;
}

.top-movie {
	background-image: url("images/top/top2_movie_bg.png");
	background-repeat: repeat;
	background-position: top left;
	padding: 20px;
}
.top-movie p {
	background-image: url("images/top/icon-movie-mini.png");
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 15px;
	padding-left: 1.7em;
	text-align: left;
	font-size: 15px;
}
#top_3 {
	text-align: left;
}

.top_3_box {
	float:left;
	background-color: #242a7b;
	padding: 20px;
	font-size: 15px;
}

#top_3 ul {
	max-width: 100%;
	font-size: 50px;
}

#top_3 li {
	width: 49%;
	margin-bottom: 20px;
}

#top_3_header {
	clear:both;
	background-image: url("images/top/top_3_bg.png");
	background-repeat: no-repeat;
	background-position: top center;
	height: 20px;
}
#top_3_footer {
	clear:both;
}
#top_3_other {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 60px;
}
#top_3_other h2 {
	margin-bottom: 20px;
}
#top_3_other h3 {
	margin-bottom: 20px;
}
#top_3_other p {
	font-size: 14px;
	line-height: 1.7em;
}
#top_3_other a {
	text-decoration: none;
}
#top_3_other .img_left {
	float: left;
	margin-right: 20px;
}
#top_3_party {
	float: left;
	max-width: 451px;
	background-color: #242a7b;
	margin-right: 18px;
	margin-bottom: 20px;
	padding: 20px;
}
#top_3_wedding {
	float: left;
	max-width: 451px;
	background-color: #242a7b;
	padding: 20px;
	margin-bottom: 30px;
}

#top_4 {
	width: 100%;
	clear:both;
	float:left;
	background-image: url("images/top/top_4_bg.jpg");
	background-repeat: repeat;
	background-position: top center;
	text-align: center;
}
#top_4_info {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 50px;
	text-align: left;
}
#top4_left {
	width: 100%;
	max-width: 640px;
	margin-right: 40px;
	display: block;
	float: left;
}
#top_4_info a:hover img {
	opacity: 0.66;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.3s ease-in-out;
}
#top4_news {
	border-top: 2px solid #787eb3;
	padding-top: 5px;
}
#top4_news ul li {
	padding: 5px 0 5px 0;
	/*border-bottom: dotted 1px #FFFFFF;*/
}
#top4_news ul li span {
	padding-right: 25px;
}

#top4_social{margin-top: 20px;}
#top4_social ul{}
#top4_social ul li{float:left; margin:0 10px 0 0;}
#top4_social ul li:last-child{margin:0;}

#top4_setsumei {
	margin-top: 20px;
	margin-bottom: 50px;
	padding: 25px;
	background-image: url("images/top/top_4_setsumei_bg_w.png");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 100% 100%;
}
#top4_setsumei p {
	line-height: 1.8em;
	color: #151960;
}
#top4_setsumei p a {
	color: #511560;
}
#top4_right {
	width: 100%;
	max-width: 320px;
	display: block;
	float: left;
}
#top4_right img {
	margin-bottom: 10px;
}

#top_4 dt {
	float : left;
	clear : both;
	width : 7em;
	padding-top : 5px;
	padding-bottom : 5px;
}

#top_4 dd {
	margin-left : 7em;
	padding-top : 5px;
	padding-bottom : 5px;
}

.list-inline {
	padding-left: 0;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
}
.list-inline > li {
	display: inline-block;
	padding-right: 0;
	padding-left: 0;
}


.list-menu-number {
	padding:0;
	margin:20px 0 0 0;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
}
.list-menu-number > li {
	display: inline-block;
	padding:0;
	margin:0;
	width:24%;
	min-height:230px;
}
.list-menu-number > li > p.namenumber{
	background: -moz-linear-gradient(left,  rgba(159,163,234,0) 0%, rgba(159,163,234,1) 50%, rgba(159,163,234,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(159,163,234,0) 0%,rgba(159,163,234,1) 50%,rgba(159,163,234,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(159,163,234,0) 0%,rgba(159,163,234,1) 50%,rgba(159,163,234,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fa3ea', endColorstr='#009fa3ea',GradientType=1 ); /* IE6-9 */
	text-align:center;
	font-size: 12px;
	padding:5px 0 0 0;
}
.list-menu-number > li > p.nametitle{
	background: -moz-linear-gradient(left,  rgba(159,163,234,0) 0%, rgba(159,163,234,1) 50%, rgba(159,163,234,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(159,163,234,0) 0%,rgba(159,163,234,1) 50%,rgba(159,163,234,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(159,163,234,0) 0%,rgba(159,163,234,1) 50%,rgba(159,163,234,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fa3ea', endColorstr='#009fa3ea',GradientType=1 ); /* IE6-9 */
	text-align:center;
	font-size: 15px;
	font-weight:bold;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
}


/****************************************

	サイドバー付きページ [ page ]

*****************************************/
#side {
	width: 260px;
	float: left;
	margin-right: 50px;
}
#page_right {
	max-width: 690px;
	float: left;
	}

#side_navi ul {
	font-size: 14px;
	margin-bottom: 14px;
	padding-bottom: 6px;
	}
#side_navi ul li {
	background-image: url("images/common/arrow_01.gif");
	background-position: 15px center;
	background-repeat: no-repeat;
	padding-bottom: 2px;
	}
#side_navi ul li:last-child {
	background-image: none;
	padding-bottom: 0;
	}

#side_navi ul li a {
	background-color: #040A43;
	background-image: url("images/common/side_bnr_arrow_blue.png");
	background-position: 15px center;
	background-repeat: no-repeat;
	display: block;
	padding: 15px 10px 15px 30px;
	text-decoration: none;
	color: #FFF;
	font-size: 15px;
	}
#side_navi ul li a:hover {
	background-color: #8FACCB;
	color: #DDD;
	}

#side_cart {
	margin-top: 40px;
	margin-bottom: 15px;
}

#side_bnr {
	margin-bottom: 15px;
}
#side_bnr ul {
	}
#side_bnr ul li a {
	margin-bottom: 15px;
	background-color: #085079;
	line-height: 45px;
	padding-left: 30px;
	background-image: url("images/common/side_bnr_arrow.png");
	background-repeat: no-repeat;
	background-position: 15px center;
	display:block;
	text-decoration: none;
	}
#side_bnr ul li a:hover {
	background-color: #8FACCB;
	}

/***********************************
　　サイドバーがあるページのメインエリア
***********************************/

#page_right H2 {
	background-image: url("images/common/h2_onside_bg.png");
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom: 0.5em;
	padding-top: 10px;
	font-size: 28px;
}
#page_right H3 {
	background-image: url("images/common/h3_onside_bg.png");
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 0.5em;
	padding-top: 5px;
	padding-left: 18px;
	font-size: 20px;
}
#page_right H4 {
	background-color: #9fa3ea;
	margin: 0.8em 0 0.8em 0;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 18px;
	color: #151960;
}
#page_right H5 {
	margin: 0.8em 0 0.8em 0;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 17px;
	color: #ffffff;
	font-weight: bold;
}

#page_right p {
	line-height: 1.8em;
}

/***********************************
　　カレンダー
***********************************/
.fc-view-container {
	color: #000000;
	margin-bottom: 30px!important;
}

/****************************************

	テンプレート [ page ]

*****************************************/
#page_wrap {
	width: 95%;
	margin: 0 auto;
	text-align: center;
}

#page_bg {
	background-image: url("images/common/page_bg_1.png");
	background-repeat: no-repeat;
	background-position: top center;
}

#pageTemplate{
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
	}

#pageTemplate h2{
	margin-bottom: 20px;
	padding: 4px 0 4px 5px;
	background-image: url("images/common/h2_sideoff_bg.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
	}
#pageTemplate h3{
	background-image: url("images/common/h3_onside_bg.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto 100%;
	margin-bottom: 0.5em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
	font-size: 20px;
	}
/* （念の為残しておく）
#pageTemplate h4{
	margin-bottom: 15px;
	padding: 0 0 0 12px;
	background-image: url("images/common/bg_h4_01.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	font-size: 16px;
	line-height: 33px;
	font-weight: bold;
	}
*/
#pageTemplate H4 {
	background-color: #9fa3ea;
	margin: 0.8em 0 0.8em 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 18px;
	color: #151960;
}
#pageTemplate H5 {
	height: 20px;
	border-bottom: 1px dotted #9fa3ea;
	margin: 0.3em 0 0.3em 0;
	padding-bottom: 5px;
	font-size: 18px;
}
.post table {
	margin: 0 0 20px 10px;
	font-size: 15px;
	border-collapse: collapse;
}
table.table01 {
	max-width: 690px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 15px;
	line-height: 150%;
	border-collapse: collapse;
	margin-top: 10px;
}
.table01 th {
	padding: 5px;
	border: 1px solid #fff;
	background-color: #14589D;
	text-align: left;
	width: 25%; 
}
.table01 td {
	padding: 5px;
	background-color: #10437F;
	border: 1px solid #fff;
}
table.table02 {
	width: 100%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 15px;
	line-height: 150%;
	border-collapse:collapse;
	margin-top: 10px;
}
.table02 th {
	padding: 5px;
	border: 1px solid #fff;
/*	background-color: #14589D; 色を変えるためオフに*/
	background-color: #10437F;
	text-align: left;
}
.table02 td {
	padding: 5px;
/*	background-color: #10437F;*/
	border: 1px solid #fff;
}
/* table内はpタグ無視 */
.post table p {
	margin:0 !important;
	font-size: 15px !important;
	padding: 0 !important;
}
.post blockquote {
	margin:0 0 20px 30px;
}
table.table02s {
	font-size: 13px;
}
div.table-scroll:after {
	display: none;
}

/****************************************

	個人向けレッスン [ page ]

*****************************************/
#lessonList{
	margin-bottom: 20px;
	}
#lessonList ul li{
	float: left !important;
	padding: 0 !important;
	background: none !important;
	}

.lessonBoxTop{
	background-image: url("images/lesson/bg_lesson_01.gif");
	background-repeat: no-repeat;
	background-position: top left;
	}
.lessonBoxBottom{
	margin-bottom: 40px;
	padding: 20px;
	background-image: url("images/lesson/bg_lesson_02.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	}
.lessonBoxBottom p{
	font-size: 14px;
	}
.lessonBoxBottom ul li{
	padding: 0 0 0 20px;
	background-image: url("images/common/prt_arrow_01.gif");
	background-repeat: no-repeat;
	background-position: 0 5px;
	font-size: 14px;
	line-height: 1.4;
	}
.lessonBoxBottom dl dt{
	padding-right: 20px;
	font-size: 14px;
	line-height: 1.4;
	float: left;
	}
.lessonBoxBottom dl dd{
	font-size: 14px;
	line-height: 1.4;
	float: left;
	}

#lessonSection1{
	margin-bottom: 40px;
	}
#lessonSection2{
	margin-bottom: 25px;
	}

.post ul li{
	padding: 0 0 10px 20px;
	background-image: url("images/common/ul_li_mark_onside.png");
	background-repeat: no-repeat;
	background-position: 0 5px;
	font-size: 15px;
	line-height: 150%;
	}
.post ol li{
	padding: 5px 0 5px 0px;
	margin-left: 2.5em;
	font-size: 15px;
	line-height: 150%;
	list-style-type: decimal;
	}

#post-1591 ol {
	float: left;
	width: 100%;
	text-align: center;
}

#post-1591 ol li{
	padding: 5px 0;
	margin-left: 0;
	list-style-type: none;
	vertical-align: middle;
}

#post-1591 dt {
	height: 45px;
	width: 183px;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #10437F;
	text-align: center;
	font-weight: bold;
}

#post-1591 dd {
	height: 185px;
	width: 183px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

#sample dt {
	height: 60px;
	width: 230px;
	padding: 7px;
}

#sample dd {
	height: 230px;
	width: 230px;
	padding: 7px;
}

#lessonSection4{
	padding-top: 20px;
	text-align: center;
	}

/* 個別ページ */
#post-66 table {
	width: 100% !important;
}

/* ---------------------------------------- #wordpress用 */
.post {
	margin-bottom: 50px;
}
.meta {
	text-align: right;
	font-size: 13px;
	margin: 0 0 5px 0;
}
.contact_red {
  color: #F44;
  font-size:10px;
}
span.wpcf7-list-item { display: block; }
.aligncenter {
  margin-left:auto;
  margin-right:auto;
  display : block;
}
.alignright {
   float: right;
   margin: 0 0 0 10px;
}
.alignleft {
   float: left;
   margin: 0 10px 0 0;
}
.alignclear {
   clear:both;
}
.breadcrumb {
   font-size:12px;
   margin: 0 0 15px 0;
}
.clear {
	font-size: 0px;
	clear: both;
}

/***********************************
　オンライン講座コース一覧
***********************************/
.list-syohin {
	background-color: #292e82;
	display: block;
	margin-bottom: 20px;
	padding: 10px;
}
.p-photo {
	width: 195px;
	display: block;
	float: left;
	margin-right:15px;
}
.p-photo img {
	width: 180px;
	height: auto;
}
.p-info {
	width: 450px;
	display: block;
	float: left;
}
.level {
	text-align: center;
	padding: 5px;
	color: #fff;
	width:10em;
	font-size: 13px;
	background-color: #3380ac;
}
.product-name {
	font-size: 20px;
	margin: 7px 0px 7px 0px;
	font-weight: bold;
}
.product-price {
	font-size: 13px;
	text-align: right;
}

/***********************************
　コース・商品の詳細ページ
***********************************/
.detail-syohin {
	background-color: #292e82;
	display: block;
	margin-bottom: 20px;
	padding: 10px;
}
.p-main-photo {
	max-width: 230px;
	display: block;
	float: left;
	margin-right:25px;
	height: auto;
}
.p-main-photo img {
	max-width: 230px;
	height: auto;
	width: 100%;
}
.p-main-info {
	max-width: 410px;
	display: block;
	float: left;
}
.p-main-info .setsumei {
	font-size: 14px;
	margin: 0.5em 0em;
}
.p-main-info .tyuki {
	display: block;
	padding: 0.5em;
	background-color: #7f82b4;
	color: #000;
	font-size: 12px;
}
.p-main-info .product-price {
	font-size: 16px;
	text-align: left;
}
.p-main-info .into-cart {
	border-bottom: #fff 1px dotted;
	padding-top: 0.5em;
	padding-bottom: 2px;
	text-align: right;
}
.p-main-info .into-cart .skuquantity {
	width: 4em;
	padding: 0.3em;
	margin-left: 0.5em;
}
.p-main-info .into-cart input[type=submit] {
	margin-left: 1em;
	padding: 4px 15px 3px 15px;
	border-radius: 15px;
	border:none;
	border-bottom: #DDD 1px solid;
	box-shadow: 0 0 5px rgba(255, 255, 255, .3);
	color: #00A0CF;
	font-weight: bold;
	background-color: #e9f4f6;
	background-image: linear-gradient(top, #e9f4f6, #cbe6e9);
		background-image: -moz-linear-gradient(top, #e9f4f6, #cbe6e9);
		background-image: -ms-linear-gradient(top, #e9f4f6, #cbe6e9);
		background-image: -webkit-gradient(linear, center top, center bottom, from(#e9f4f6), to(#cbe6e9));
		background-image: -webkit-linear-gradient(top, #e9f4f6, #cbe6e9);
}
.p-main-info .into-cart input[type=submit]:hover {
	box-shadow: 0 0 8px rgba(255, 255, 255, .6);
	color: #00A0CF;
	background-color: #cbe6e9;
	background-image: linear-gradient(top, #cbe6e9, #e9f4f6);
		background-image: -moz-linear-gradient(top, #cbe6e9, #e9f4f6);
		background-image: -ms-linear-gradient(top, #cbe6e9, #e9f4f6);
		background-image: -webkit-gradient(linear, center top, center bottom, from(#cbe6e9), to(#e9f4f6));
		background-image: -webkit-linear-gradient(top, #cbe6e9, #e9f4f6);
}

/*******************************
   カート
*******************************/
.catbox {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/* カート */
.cart_table {
	margin-top: 5px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.cart_thead {
	float:left;
	background-color: #999999;
	color: #FFFFFF;
	width: 100%;
	padding: 5px 0;
}

.cart_tbody,
.cart_table .item {
	float:left;
	width: 100%;
	clear: both;
	padding: 5px 0;
}

.cart_tfoot {
	float: left;
	clear: both;
	width: 100%;
	background-color: #999999;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	font-size: 18px;
	padding: 5px 0;
}

.cart_tfoot2 {
	background-color: #151960;
}
.cart_table .item {
	border-bottom: 1px solid #FFFFFF;
}

.cart_table .item_info {
	max-width: 450px;
}

.cart_table .item_name {
	width: 240px;
}

.cart_tbody .item_name {
	margin-bottom: 5px;
}

.cart_table .item_thumbnail,
.cart_table .item_name,
.cart_table .item_info,
.cart_table .item_quant,
.cart_table .item_subtotal {
	float: left;
}

.cart_table .item_no {
	float: left;
	width: 60px;
	text-align: center;
}

.cart_table .item_thumbnail {
	width: 70px;
}

.cart_table .item_price {
	float: right;
	text-align: right;
	width: 80px;
}

.cart_thead .item_info {
	width: 100%;
}

.cart_thead .item_name {
	float: left;
}

.cart_thead .item_price {
	float: right;
	text-align: right;
	width: 100px;
}

.cart_table .item_qs {
	float: right;
}

.cart_table .item_quant {
	width: 50px;
	text-align: center;
}

.cart_table .item_subtotal {
	width: 100px;
	text-align: right;
}

.cart_table .item_qs_txt {
	display: none;
}

.cart_table .item_price_txt {
	display: none;
}

.cart_tfoot dl {
	float: right;
}

.cart_tfoot dt {
	float : left;
	clear : both;
	width : 130px;
}

.cart_tfoot dd {
	float : left;
	width : 130px;
}


/*******************************
   オンラインショップのテーブルを整形する。写真のサイズを制限して。
*******************************/
table.p-list img {
	width: 150px;
	height: auto;
}
.select-option {
	text-align: left;
	color: #e7ffb9;
}

/*******************************
   Webフォーム周りをもう少し見やすく
*******************************/

.wpcf7 p {
	padding: 0em 0 0.7em 0;
}
span.wpcf7-list-item {
	display: block;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	padding:0.5em;
	box-shadow:inset 1px 1px 2px rgba(0, 0, 0, 0.15);
	background:#FCFCFC;
	border:#999 1px solid;
	color:#222;
	font-size:14px;
}
.wpcf7-form input[type=submit],
.wpcf7-form input[type=reset],
.wpcf7-form input[type=button] {
	padding:4px 15px;
	border-radius:15px;
	box-shadow:0 0 5px rgba(0, 0, 0, .1);
	background:#F8F8F8;
	background:-moz-linear-gradient(#FCFCFC, #F3F3F3);
	background:-webkit-linear-gradient(#FCFCFC, #F3F3F3);
	background:-o-linear-gradient(#FCFCFC, #F3F3F3);
	background:-ms-linear-gradient(#FCFCFC, #F3F3F3);
	background:linear-gradient(#FCFCFC, #F3F3F3);
	border:#bbb 1px solid;
	color:#444;
	font-size:13px;
}

.wpcf7-form input[type=submit]:hover,
.wpcf7-form input[type=reset]:hover,
.wpcf7-form input[type=button]:hover {
	box-shadow:#aaa 0 0 5px;
}
.wpcf7-not-valid-tip {
	color: #BE0000
}

/*************　取材実績の並びをすこしマシにする　*****************/
table.column-1 td {
	width: 230px;
	padding: 30px 10px;
	text-align: center;
	vertical-align: top;
	background-image: url("images/common/bg_jisseki.png");
	background-repeat: no-repeat;
	background-position: top center;
}
table.column-1 td img {
	max-width: 180px;
	max-height: 135px;
	width: auto;
	height: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
table.column-1 td p {
	margin-top: 1em;
	width: 230px;
	font-size: 14px !important;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/*************　全国の教室案内：スペシャルサロンの案内バナー *************/
.post table.sp-salon {
	margin: 20px 0px 20px 0px;
}

/************* オンラインショップの商品　表示 *************/
.syohin {
	display: block;
	width: 166px;
	min-height: 385px;
	float: left;
	margin-right: 6px;
	margin-bottom: 12px;
	padding-bottom: 0.5em;
	background-color: #292e82;
}
.syohin-photo-waku {
	height: 205px;
}
.syohin img.syohin-photo {
	max-height: 200px;
	width: auto;
	max-width: 146px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
	display: block;
}
.syohin-name {
	text-align: center;
	padding: 0.5em 0.3em;
	background-color: #075079;
	margin-bottom: 15px;
	font-size: 14px
}
.syohin-detail {
	text-align: center;
}
.syohin-info {
	font-size: 13px;
	height: 5.5em;
}
.syohin-kakaku {
	margin-bottom: 0.5em;
}
.syohin-detail .skuquantity {
	width: 4em;
	padding: 0.3em;
	margin-left: 0.5em;
}
.syohin-detail input[type=submit] {
	margin-top: 0.7em;
	padding: 4px 15px 3px 15px;
	border-radius: 15px;
	border:none;
	border-bottom: #DDD 1px solid;
	box-shadow: 0 0 5px rgba(255, 255, 255, .3);
	color: #00A0CF;
	font-weight: bold;
	background-color: #e9f4f6;
	background-image: linear-gradient(top, #e9f4f6, #cbe6e9);
		background-image: -moz-linear-gradient(top, #e9f4f6, #cbe6e9);
		background-image: -ms-linear-gradient(top, #e9f4f6, #cbe6e9);
		background-image: -webkit-gradient(linear, center top, center bottom, from(#e9f4f6), to(#cbe6e9));
		background-image: -webkit-linear-gradient(top, #e9f4f6, #cbe6e9);
}
.syohin-detail input[type=submit]:hover {
	box-shadow: 0 0 8px rgba(255, 255, 255, .6);
	color: #00A0CF;
	background-color: #cbe6e9;
	background-image: linear-gradient(top, #cbe6e9, #e9f4f6);
		background-image: -moz-linear-gradient(top, #cbe6e9, #e9f4f6);
		background-image: -ms-linear-gradient(top, #cbe6e9, #e9f4f6);
		background-image: -webkit-gradient(linear, center top, center bottom, from(#cbe6e9), to(#e9f4f6));
		background-image: -webkit-linear-gradient(top, #cbe6e9, #e9f4f6);
}

div.into-cart {
	font-size: 13px;
}
div.into-cart p.select-option {
	border-top: 1px dotted #6353D4;
	padding-top: 6px;
	margin-bottom: 8px;
}
/* 商品個別ページのオプション表示 */
.into-cart dl {
	display: block;
	width: 136px;
	float: left;
	text-align: center;
}
.iopt_select {
	width: 136px;
}
.into-cart .field {
	clear: both;
}

/**************　カートの進行状況バーに、listの数字が出るのを消す****************/
#inside-cart li.ucart, #customer-info li.ucart, #delivery-info li.ucart, #info-confirm li.ucart {
	list-style-type: none;
}
/************** スタジオ・サイアムについて、の講師の名前　**********************/
.lecturer {
	background-color: #153965;
	padding: 0.5em 1em 0.5em 2em;
	margin: 1em 0em;
	background-image: url("images/common/bg_kazarikei_01.png");
	background-repeat: no-repeat;
}
.lecturer-2 {
	padding: 0.5em 1em 0.5em 2em;
	margin: 1em 0em;
}
.lecturer p.rank, .lecturer-2 p.rank {
	font-size: 18px;
	color: #ffff5f;
	margin-bottom: 0.3em;
}
/************* イベント履歴のTable要素を整形 *********************************/
table.table-event {
	width: 100%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 15px;
	line-height: 150%;
	border-collapse:collapse;
	margin-top: 10px;
}
.table-event th {
	padding: 5px;
	border: 1px solid #fff;
	background-color: #14589D;
	text-align: left;
}
.table-event td {
	padding: 5px;
	background-color: #10437F;
	border: 1px solid #fff;
	width: 33% !important;
}

/*******　フォーム周り　*******/
.kakunin {
	text-align: center;
	margin: 1em 0em;
	background: #10437F;
	padding: 1em;
	line-height: 1.8em;
}


/****************************************

	コレクション（カスタム投稿用）

*****************************************/
.collections_pagenavi {margin:30px 0 0 0; border-top:1px solid #8087C7; border-bottom:1px solid #8087C7;}
.collections_pagenavi .prev a {display:block; float:left; width:calc(50% - 20px); padding:10px; text-decoration:none;}
.collections_pagenavi .prev a:hover {text-decoration:underline; background:#3F427B;}
.collections_pagenavi .next a {display:block; float:right; width:calc(50% - 20px); padding:10px; text-align:right; text-decoration:none;}
.collections_pagenavi .next a:hover {text-decoration:underline; background:#3F427B;}

.collections_top a {border-bottom:1px solid #8087C7; display:block; padding:10px; text-decoration:none;}
.collections_top a:hover {text-decoration:underline; background:#3F427B;}

.custom_collections {}
.custom_collections_box {width:235px; margin:0 20px 20px 0; float:left;}
.custom_collections_box:nth-child(4n+4) {margin:0 0 20px 0;}
.custom_collections_box a{text-decoration:none;}
.custom_collections_box a:hover{opacity:0.66; -webkit-transition:0.2s ease-in-out; -moz-transition:0.2s ease-in-out; transition:0.3s ease-in-out;}
.custom_collections_box a .custom_collections_thumbnail {text-align:center;}
.custom_collections_box a .custom_collections_title {background:#075079; padding:10px; color:#FFFFFF;}
.custom_collections_box a .custom_collections_title:hover {background:#3F427B;}

.pagination{text-align:center; padding:30px 0;}
a.page-numbers,.pagination .current{background:#075079; border:solid 1px #075079; color:#FFFFFF; font-size:14px; padding:5px; margin:0; text-decoration:none;}
.pagination .current{background:#FFFFFF; border:solid 1px #FFFFFF; color:#075079;}



/****************************************

	コレクション（固定ページ用）

*****************************************/
.page_collections {}
.page_collections_box {width:32%; margin:0 2% 20px 0; float:left;}
.page_collections_box:nth-child(3) {margin:0 0 20px 0;}
.page_collections_box a{text-decoration:none;}
.page_collections_box a:hover{opacity:0.66; -webkit-transition:0.2s ease-in-out; -moz-transition:0.2s ease-in-out; transition:0.3s ease-in-out;}
.page_collections_box a .page_collections_thumbnail {text-align:center;}
.page_collections_box a .page_collections_thumbnail img {width:100%; height:auto;}

.page_collections_top a {border-top:1px solid #8087C7; border-bottom:1px solid #8087C7; text-align:center; display:block; padding:10px; text-decoration:none;}
.page_collections_top a:hover {text-decoration:underline; background:#3F427B;}



/****************************************
	レスポンシブ

****************************************/

/* 2019.8 に追加ココカラ↓ */
#side_navi ul li a {
	background-color: #3452B3;
}
.slicknav_menu {
		display: none;
}
#gnavi-sp {
	display: none;
}
.pagetop {
    display: none;
    position: fixed;
    bottom: 85px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.table01 .souryou th {
	width: auto; 
}



@media screen and (min-width: 1000px) and (max-width: 1067px) {
	#side {
		margin-right: 8px;
	}
} /*レスポンシブ用閉じ括弧*/

@media screen and (max-width: 999px) {
	#mainvisual {
		padding-top: 0px;
	}
	#gnavi {
		display: none;
	}
	.slicknav_menu, #gnavi-sp-point {
		display: block;
	}
	#gnavi-sp-point .slicknav_menu a {
		font-size: 16px !important;
	}
	#gnavi-sp-point ul li.shop {
		font-weight: bold;
		background-color: #6b45af;
	}
	#gnavi-sp-point ul li.shop a {
		color: #ffff00;
	}
	
	#side {
		width: 100%;
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	#side_cart {
		text-align: center;
	}
	#page_right {
		max-width: 100%;
	}
	.kakomi {
		max-width: 100%;
	}
	.syohin {
		float: none;
		width: 100%;
		min-height: 270px;
	}
	.syohin-name {
		font-weight: 800;
		font-size: 16px;
	}
	.syohin img.syohin-photo {
		margin-left: 15px;
		margin-bottom: 15px;
		margin-right: 15px;
		max-width: 133px;
		height: auto;
	}
	.syohin-photo-waku {
		width: 143px;
		float: left;
		min-width: 153px;
		box-sizing: border-box;
		display: block;
	}
	.syohin-detail {
		text-align: right;
		font-weight: 800;
		padding-right: 15px;
		width: calc(100% - 160px);
		box-sizing: border-box;
		float: right;
	}
	.syohin-info {
		font-size: 15px;
		min-height: 7em;
		height: auto;
		text-align: left;
		line-height: 1.5em !important;
		overflow-wrap: break-word;
		word-wrap: break-word;
	}
	.syohin-kakaku {
		text-align: right;
	}
	div.into-cart{
		text-align: right;
	}
	
	.syohin:before,
	.syohin:after{
    	content:"";
    	display:block;
    	overflow:hidden;
	}
	.syohin:after{
    	clear:both;
	}
	
	#top4_right {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	#top4_setsumei {
		margin-left: auto;
		margin-right: auto;
		max-width: 600px;
	}
	#top4_left {
		width: 640px;
		max-width: 100%;
		margin-right: auto;
		display: block;
		float: none;
		margin-left: auto;
	}
.table01 th {
	width: auto; 
}
.table01 .souryou th {
	width: auto; 
}
	
} /* ←レスポンシブ用 */

/* ↑2019.8 に追加ココマデ */



@media screen and (max-width: 920px) {
#top_2 li {
	width: 100%;
}

#top_3 li {
	width: 100%;
}

/*
.table02 th, .table02 td {
	display: block;
}
*/

.table03 th, .table03 td,
.school th, .school td,
/*.sp-salon td,*/
#post-64 th, #post-64 td,
#post-1457 th, #post-1457 td, #post-1536 th, #post-1536 td,
.table-event th, .table-event td {
	display: block;
	width: auto !important;
}
table.souryou td, table.souryou th {
	display: table-cell !important;
	width: 98% !important;
} 
.school td + td {
	border: 0;
	border-top : 1px dotted;
}

#post-64 .wpcf7-form input[type="text"],
#post-64 .wpcf7-form textarea {
	max-width: 450px !important;
}
table.column-1 td
{
	display: block;
	width: 95% !important;
	min-height: 100px;
}

.custom_collections {margin:0 2% 3% 2%;}
.custom_collections_box {width:21%; margin:0 2% 4% 2%; float:left;}
.custom_collections_box:nth-child(4n+4) {margin:0 2% 4% 2%;}
.custom_collections_box a{text-decoration:none;}
.custom_collections_box a:hover{opacity:0.66; -webkit-transition:0.2s ease-in-out; -moz-transition:0.2s ease-in-out; transition:0.3s ease-in-out;}
.custom_collections_box a .custom_collections_thumbnail {text-align:center;}
.custom_collections_box a .custom_collections_title {background:#075079; padding:10px; color:#FFFFFF; font-size:12px;}
.custom_collections_box a .custom_collections_title:hover {background:#3F427B;}

}


@media screen and (max-width: 767px) { /* タブレット以下のサイズ（東内） */
#header_logo {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
#header_otoiawase {
	float: none;
	margin-left: auto;
	margin-right: auto;
	background-position: 40px 20px;
}
#header_tel {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
#header_contact {
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
}
#gnavi ul { /*グローバルナビの幅を調整*/
	width: 460px;
}
.g-navi-home { /*グローバルナビのHOMEを消す*/
	display: none;
}
.list-menu-number {
	padding:0;
	margin:20px 0 0 0;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
}
.list-menu-number > li {
	display: inline-block;
	padding:0;
	margin:0;
	width:32%;
	min-height:230px;
}
.list-menu-number > li > p.namenumber{
	background: -moz-linear-gradient(left,  rgba(159,163,234,0) 0%, rgba(159,163,234,1) 50%, rgba(159,163,234,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(159,163,234,0) 0%,rgba(159,163,234,1) 50%,rgba(159,163,234,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(159,163,234,0) 0%,rgba(159,163,234,1) 50%,rgba(159,163,234,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fa3ea', endColorstr='#009fa3ea',GradientType=1 ); /* IE6-9 */
	text-align:center;
	font-size: 12px;
	padding:5px 0 0 0;
}
.list-menu-number > li > p.nametitle{
	background: -moz-linear-gradient(left,  rgba(159,163,234,0) 0%, rgba(159,163,234,1) 50%, rgba(159,163,234,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(159,163,234,0) 0%,rgba(159,163,234,1) 50%,rgba(159,163,234,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(159,163,234,0) 0%,rgba(159,163,234,1) 50%,rgba(159,163,234,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fa3ea', endColorstr='#009fa3ea',GradientType=1 ); /* IE6-9 */
	text-align:center;
	font-size: 15px;
	font-weight:bold;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
}

.collections_sp {margin:0 10px 20px 10px;}
#footer-menu {
	text-align: center;
	width: 100%;
	max-width: 100%;
}
#footer-menu-inner {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.f-menu-youso {
	width: 100%;
	float: none;
}
div.f-menu-youso p:first-child {
	font-weight: 800;
}
#footer-menu-inner div.f-menu-youso:nth-child(4) p:first-child {
	font-weight: 300;
}
table01 th {
	width: auto;
}

#page_right table.souryou td, #page_right table.souryou th { /* 送料 */
	display: table-cell;
	font-size: 13px;
	width: auto !important;
	box-sizing: content-box;
	padding: 2px;
	text-align: center;
	border-collapse: collapse;
}

} /* レスポンシブ閉じ括弧 */


@media screen and (max-width: 480px) {
.entry ul {
	clear: right;
}

#post-2372 li > img {
	width: 50%;
}

#post-64 .wpcf7-form input[type="text"],
#post-64 .wpcf7-form textarea {
	max-width: 300px !important;
}

.cart_table .item_price {
	float: left;
	text-align: left;
}

.cart_table .item_price_txt {
	display: inline;
}

.cart_table .cart_thead .item_price {
	display: none;
}

.cart_table .item_price {
	width: 100%;
}

div.usccart_navi li.ucart {
	font-size: 10px !important;
	letter-spacing: -1px !important;
}

.list-menu-number {
	padding:0;
	margin:20px 0 0 0;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
}
.list-menu-number > li {
	display: inline-block;
	padding:0;
	margin:0;
	width:48%;
	min-height:230px;
}
.list-menu-number > li > p.namenumber{
	background: -moz-linear-gradient(left,  rgba(159,163,234,0) 0%, rgba(159,163,234,1) 50%, rgba(159,163,234,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(159,163,234,0) 0%,rgba(159,163,234,1) 50%,rgba(159,163,234,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(159,163,234,0) 0%,rgba(159,163,234,1) 50%,rgba(159,163,234,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fa3ea', endColorstr='#009fa3ea',GradientType=1 ); /* IE6-9 */
	text-align:center;
	font-size: 12px;
	padding:5px 0 0 0;
}
.list-menu-number > li > p.nametitle{
	background: -moz-linear-gradient(left,  rgba(159,163,234,0) 0%, rgba(159,163,234,1) 50%, rgba(159,163,234,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(159,163,234,0) 0%,rgba(159,163,234,1) 50%,rgba(159,163,234,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(159,163,234,0) 0%,rgba(159,163,234,1) 50%,rgba(159,163,234,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fa3ea', endColorstr='#009fa3ea',GradientType=1 ); /* IE6-9 */
	text-align:center;
	font-size: 15px;
	font-weight:bold;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
}

.custom_collections {margin:0 2% 3% 3%;}
.custom_collections_box {width:30%; margin:0 1.5% 3% 1.5%; float:left;}
.custom_collections_box:nth-child(4n+4) {margin:0 1.5% 3% 1.5%;}
.custom_collections_box a{text-decoration:none;}
.custom_collections_box a:hover{opacity:0.66; -webkit-transition:0.2s ease-in-out; -moz-transition:0.2s ease-in-out; transition:0.3s ease-in-out;}
.custom_collections_box a .custom_collections_thumbnail {text-align:center;}
.custom_collections_box a .custom_collections_title {background:#075079; padding:10px; color:#FFFFFF; font-size:12px;}
.custom_collections_box a .custom_collections_title:hover {background:#3F427B;}

div.table-scroll {
	overflow-x: auto; /* x方向にスクロール表示 */
		-webkit-overflow-scrolling: touch; /* スマホでスクロールをスムーズな動きにする */
	position: relative;
	white-space: nowrap;
}
div.table-scroll table.table02s {
	width: auto;
}
div.table-scroll:after {
	content:"→"; /* 矢印 */
	position: absolute;
	right: 30px; /* 初期位置 */
	font-size: 20px; /* 大きさ */
	margin-top: -40px;
	top: 60%;
	color: #000;
	background-color: rgba(255,255,255,0.8);
	padding: 0.2em;
	border-radius: 50%; 
	display: inline-block;
}
div.table-scroll.show:after {
	opacity: 1; /* 透明度の変化で表示させる */
	transition: 1s; /* アニメーション */
	right: 5px; /* 移動 */
}
div.table-scroll.del:after { /* 矢印を隠す */
   display: none;
}
}


@media screen and (max-width: 459px) {
#gnavi ul { /*グローバルナビの幅を調整*/
	width: 286px;
}
#top_1 li {
	padding-left: 0px;
	padding-right: 0px;
}

}


@media screen and (max-width: 320px) {
.waku {
	margin-left: 0;
	margin-right: 0;
}

#post-64 .wpcf7-form input[type="text"],
#post-64 .wpcf7-form textarea {
	max-width: 250px !important;
}

table.schedule {
	font-size: 11px;
}
.top_1_box {
	width: auto;
}

}


@media screen and (max-width: 420px) {
.post table.sp-salon {
	margin-left: auto;
	margin-right: auto;
}
.sp-salon td {
	display: block;
	width: 95% !important;
	margin-bottom: 1em;
}

}