@charset "UTF-8";
@import url("reset.css");
@import url("common.css");

/*------------------------------------------------------------------------------
	玉川屋呉服店 - CSS Modules Import
	Date: 2016-07-04
------------------------------------------------------------------------------*/
*{
	line-height:1.5;
}

body{
	font-size:14px;
}
.txt16{
	font-size:16px;
}


html, body{
	height:100%;
}
img{
	vertical-align:middle;
}

a img{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out; 
}
a:hover img{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out; 
}

#container{
	position:relative;
	background:#fff;
	height:100%;
	min-height:100%;
}

body > #container{
	height:auto;
}


#wrapper{
	position:relative;
	background:#fff;
	padding-bottom:20px;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
img{
	vertical-align:middle;
}
.table {
	display: table;
}

.cell {
	display: table-cell;
}
.wrap{
	margin:auto;
	width:1000px;
}
.w100{
	width:100%;
}
/*--------------------------------- ヘッダー ---------------------------------*/
header .cell{
	vertical-align: middle;
	height:130px;
}
header h2 {
	padding: 15px 0 10px;
	font-size: 16px;
}
header .h-btn{
	padding-top: 5px;
	width: 286px;
}
header .h-btn p{
	padding-top: 5px;
}
.head-l{
	padding-left:25px;
	padding-bottom:13px;
}

.h-btn .searchTxt {
	width: 220px;
	box-sizing: border-box;
}
.h-btn .searchBtn {
	width: 60px;
	padding: 5px 10px;
	font-size: 15px;
	border: 0px;
	color: #fff;
	background: #999;
	box-sizing: border-box;
}
::-webkit-input-placeholder {
	color: #ccc;
}
:-moz-placeholder {
	color: #ccc;
}
::-moz-placeholder {
	color: #ccc;
}
:-ms-input-placeholder {
	color: #ccc;
}
.searchTxt {
	padding: 5px;
	font-size: 15px;
	border:1px solid #ccc;
}


/*--------------------------------- グローバルナビ ---------------------------------*/

nav#navi {
	clear: both;
	position: relative;
	z-index: 200;
	background: url("../header/gnavi_bg.png") 0 0 repeat-x;
}

nav#navi ul {
	margin:auto;
	display: table;
	width: 1000px;
}
nav#navi ul li{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
nav#navi .nav01,
nav#navi .nav02,
nav#navi .nav03{
	width:184px;
}
nav#navi .nav04,
nav#navi .nav05{
	width: 140px;
}
nav#navi .nav06{
	width: 95px;
}

#footpath{
	margin:auto;
	width:1000px;
	font-size:12px;
}
.footpath{
	margin:30px 0 5px;
	display:table;
}
.footpath li{
	display:table-cell;
	padding-right:5px;
	vertical-align:middle;
}
.footpath li a{
	color:#333;
}
.footpath li:before{
	content:" > "
}

.footpath li:first-child:before{
	content:""
}





/*--------------------------------- フッター ---------------------------------*/
#bottom_contents {
	border-top:3px solid #ccc;
	clear: both;
	padding: 0 0 20px;
}
#bottom_contents li{
	font-size:12px;
	line-height:1.5;
	margin: 10px 0 12px;
}
#bottom_contents li a:link,
#bottom_contents li a:visited{
	color:#000;
	text-decoration: none;
}
#bottom_contents li a:hover{
	color:#000;
	text-decoration: underline;
}
.foot-a{
	padding-right:50px;
	box-sizing: border-box;
}
.calendar_list .header{
	width:100%;
}
.calendar_list .header td{
	width:33%;
	font-size:11px;
}
.calendar_list .header .pre{
	text-align:left;
}
.calendar_list .header .next{
	text-align:right;
}
.foot-a,
.foot-b{
	width:200px;
}
.foot-c{
	min-width:235px;
}

.foot-d{
	padding-top:20px;
	min-width:340px;
	font-size: 12px;
	line-height:1.5;
}
.foot-d dt{
	height:15px;
}
.foot-d dd{
	margin:-15px 0 0 0;
	padding:0 0 0 55px;
	white-space:nowrap;
}
.copyright{
	font-size: 10px;
	text-align: right;
}

/* ページトップへ戻る */
.pageTop {
	margin-top:10px;
	display:none;
	position:relative;
	height:0;
}
.pageTop a {
	position: fixed;
	bottom: 10px;
	right:0px;
	display: block;
	width: 54px;
	hegiht:38px;
	padding:0px;
	z-index:9999;
}

@media only screen and (min-width: 1045px){
	.pageTop a {
		right:20px;
	}
}
i.fa{
	margin-right:5px;
}


/* トップスライダー
------------------------------------------------------------*/
.slide_container {width: 100%; height: 100%; overflow: hidden;margin-top: -1px;}
.slide_all {width: 1000px; margin: 0 auto; height: 410px; position: relative;}
.slide_wrap {width: 3000px; position: absolute; left: 50%; margin-left: -1500px;}
.slide_body {width: 100%;}
.slide {width: 1000px; font-family: 'arial'; background: #fff; color: #ccc; font-size: 50px; line-height: 250px; text-align: center;}
.slide img {width: 100%; vertical-align: bottom;}

/* 装飾 */
.bx-controls-direction,.bx-pager {text-align: center;height: 25px;}
.bx-controls-direction a,.bx-pager-item {display: inline-block;}
.bx-pager-item a{display: block; height: 10px; width: 10px; text-indent: -9999px; background: #666; border-radius: 10px; margin:10px 2px 0 2px;}
.bx-pager-item a.active {opacity: 0.3;}
.bx-controls-direction a{text-decoration: none; color: #666; padding:0 5px;}
.bx-controls {position: absolute;bottom: 5px;z-index: 100;width: 100%;}

/* 追加 */
.slide{transition:all .3s;opacity:0.5;}
.slide.active{ opacity:1;}



/*--------------------------------- contents ---------------------------------*/
#wrap_contents {
	padding-bottom:30px;
}
.layout2 #main_contents{
	width: 690px;
}
.layout3 #main_contents{
	width: 770px;
}
/*
.layout1 #top_contents,
.layout1 #main_contents,
.layout1 #bottom_contents{
	margin:auto;
	width:1000px;
	font-size:14px;
	line-height:1.5;
	background:#fff;
}
.layout2 #wrap_contents,
.layout2 #top_contents,{
	margin:auto;
	width:1000px;
	font-size:12px;
	line-height:1.5;
}
*/

.layout3 #wrap_contents{
	margin:auto;
	width:1000px;
}
.layout3 #top #top_contents{
	width:100%;
}
.layout3 #top #wrap_contents{
	margin:auto;
	width:1000px;
}
.layout1 #top_contents{
	width:100%;
}
.layout1 #main_contents{
	margin:auto;
	width:1000px;
}
#main_contents{
	font-size:14px;
	color:#333;
}

.layout2 #main_contents{
	float:left;
}
.layout3 #main_contents{
	float:right;
}
#side_contents_left{
	float:left;
	width:220px;
	background:#fff;
}
#side_contents_right{
	float:right;
}

#top_contents h1{
	margin-bottom: 40px;
	padding:22px 0 0 0;
	height:70px;
	text-align: center;
	background: #8dd0d6;
	box-sizing: border-box;
}

#main_module .main-headline-box{
	display:table;
	width:100%;
	margin-bottom:20px;
}
#main_module .main-headline{
	width:100%;
	display:table-cell;
	padding:5px 20px;
	height:50px;
	vertical-align:middle;
	background:#edf7f8;
	border:1px solid #8dd0d6;
	border-left:50px solid #8dd0d6;
	box-sizing: border-box;
}

#main_module h2.season-ti,
#main_module h2.headline,
#main_module h2.module_title{
	margin-bottom: 25px;
	padding:0px 0 5px 30px;
	font-size:16px;
	background:url("../images/h2_ic.png") 0 0 no-repeat;
	border-bottom: 1px solid #8dd0d6;
}



#main_module h2.module_title span{
	display:block;
	padding:0px 10px 2px;
	margin-bottom:3px;
	font-size: 20px;
	line-height:1.5;
	letter-spacing:2px;
	color: #ff9900;
	border-left: 6px solid #ccc;
}
/*--------------------------------- トップページ ---------------------------------*/

.top-info{
	margin: 40px 0;
	border:1px solid #ccc;
}

.top-info .cell{
	vertical-align: top;
}

.top-info .lead{
	margin:15px 40px 0;
	font-size: 14px;
}
.top-info .btn-detail{
	margin:-5px 40px 0;
	padding:0;
	float:right;
}
.top-info .btn-detail a{
	display: block;
	padding:2px 5px;
	color:#000;
	background:#e4efc8;
}
.top-btn {
	position: relative;
}
.top-btn li{
	position: relative;
}
.top-btn li .up-btn {
	position: absolute;
	top:15px;
	right:15px;
}
.top-btn li .btm-btn {
	position: absolute;
	bottom:15px;
	right:15px;
}
.top-btn .date-btn{
	padding:5px 0;
	width:120px;
	font-size:16px;
	line-height:1;
	color:#fff;
	text-align:center;
	background:#218c8c;
}


.top-btn li{
	float:left;
	margin-bottom:25px;
	margin-right:27px;
}
.top-btn li:nth-child(2),
.top-btn li:nth-child(6),
.top-btn li:nth-child(10){
	margin-right:0px;
}

.top-2clm .cell{
	vertical-align: top;
}

.fb-box{
	width:260px;
}
.layout3 #top #main_contents{
	padding:0 1px 0 0;
	width:740px;
}


.top-column-box{
	padding:0;
}
.top-column-box h2{
	border-right: 1px solid #ccc;
}
.top-column-box ul{
	padding:15px 30px;
	height: 310px;
	overflow-y: scroll;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 1px;
	font-size:12px;
}
.top-column-box li{
	padding:15px 0;
	border-bottom: 1px solid #ccc;
}
.top-column-box li:last-child{
	border-bottom: 0px solid #ccc;
}
.top-column-box article{
	display: table;
}
.top-column-box article .cell{
	vertical-align: top;
	padding-right:10px;
}
.top-column-box article time{
	width: 100px;
	padding-left:20px;
}

#side_contents_right{
	padding-top: 40px;
	width: 260px;
	float:right;
}
.side-office{
	padding: 30px 20px 10px;
	font-size:14px;
	line-height:1.5;
	background: #fff;
}
.side-office h2{
	margin-bottom:10px;
	font-size:16px;
	font-weight:700;
	line-height:1.5;
	border-bottom: 1px solid #ff9900;
}
.side-office p{
	margin:0 0 20px;
}
.gmap{
	margin-top: 2px;
	font-size:12px;
	text-align:right;
}
.gmap a{
	color:#000;
	text-decoration: none;
}
.gmap a:hover{
	text-decoration: underline;
}
/*--------------------------------- コラム ---------------------------------*/
.post{
	font-size: 14px;
	text-align: right;
}
#blog_detail #main_contents,
#blog_my_top #main_contents{
	padding-top: 35px;
}
#blog_detail #side_contents_left,
#blog_my_top #side_contents_left{
	padding: 35px 0 50px;
}
#blog_list #side_contents_left{
	padding: 35px 0 65px;
}
.module-list{
	padding: 15px 15px 0 20px;
}
.module-list-item {
	margin-bottom:15px;
}
.module-list-item a{
	padding: 0 0 0 15px;
	font-size:14px;
	color: #000;
	text-decoration: none;
	background: url("../images/ic_blog_list.png") 0 0 no-repeat;
}
.module-list-item a:hover{
	text-decoration: underline;
}
.relation_link{
	margin:30px auto 0;
}
.relation_link a{
	padding:0 20px;
}
.column-list .title{
	width: 500px;
}
.column-list time{
	width: 90px;
	text-align:right;
}
.column-list a {
	display:block;
	padding:9px 0 7px;
	font-size: 14px;
	color:#000;
	text-decoration: none;
	border:1px solid #fff;
	border-width: 1px 0;
}
.column-list a:hover {
	border:1px solid #ccc;
	border-width: 1px 0;
}
#side_contents_left .more{
	padding: 35px 20px 0px;
}
#side_contents_left .more a{
	font-size: 14px;
	color: #3366cc;
	text-decoration: none;
}
#side_contents_left .more a:hover{
	color: #3366cc;
	text-decoration: underline;
}


.tips-index li{
	float: left;
	margin-right: 30px;
	width: 315px;
	height: 280px;
}
.tips-index li:nth-child(3n){
	margin-right: 0px;
	width: 309px;
}
.tips-index li h2 {
	margin: 5px 0;
	font-size: 20px;
}
.tips-index li h2 i{
	color: #8dd0d6;
}

#gallery #contents1000121 li{
	float: left;
	margin-right: 35px;
	width: 310px;
	height: 295px;
	text-align: center;
}
#gallery #contents1000121 li img{
	margin-bottom: 5px;
}
#gallery #contents1000121 li h2{
	font-size: 20px;
	font-weight: 400;
	line-height:1.4;
}
#gallery #contents1000121 li a{
	color: #000;
	text-decoration:none;
}
#gallery #contents1000121 li a:hover{
	text-decoration:none;
}
#gallery #contents1000121 li a h2 i{
	color: #8dd0d6;
}
#gallery #contents1000121 li:nth-child(3n){
	margin-right: 0px;
}

#contents1000175{
	color:#333;
}
.product-cat{
	padding: 0;
	margin: 0;
	text-align: center;
}
.product-name{
	margin: 10px 0 5px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}
.product-price {
	margin: 5px 0;
	font-size: 12px;
	text-align: center;
}
.product-note {
	margin-bottom:20px;
	font-size: 12px;
	text-align: right;
}
#gallery-detail .product-photo{
	margin: auto;
	display:table;
}
#gallery-detail .product-photo li{
	display:table-cell;
	vertical-align: middle;
	width:380px;
	text-align:center;
}
#gallery-detail .product-photo li:first-child{
	padding-right:10px;
}
#gallery-detail .product-text{
	margin:20px 0 50px;
	text-align: center;
}
.product-list{
	margin:50px 0;
}
.product-list li{
	float: left;
	width: 236px;
	height:300px;
	margin-right:30px;
	text-align:center;
}
.product-list li:nth-child(3n){
	margin-right:0px;
}
.product-list li img{
	margin-bottom:5px;
}
.product-list li a{
	color:#333;
}

.gallery-cat-navi{
	width:190px;
	padding: 5px 0 5px 5px;
	font-size:16px;
	border:1px solid #ccc;
	box-sizing: border-box;
}
.gallery-cat-navi i{
	color:#8dd0d6;
}
.gallery-cat-navi a{
	color:#333;
	text-decoration:none;
}
.gallery-cat-navi li{
	margin:15px 0;
	text-indent: -9px;
	padding-left: 20px ;
}

/* 豆知識　詳細 */

#topics_detail2 .gallery-cat-navi{
	font-size:14px;
}
.tips-anchor-box{
	margin:30px 0;
	padding:20px 0 10px 20px;
	border:2px solid #eee;
}
.tips-anchor-box dt{
	height:30px;
	font-size:16px;
	font-weight:700;
}
.tips-anchor-box dd{
	margin:-30px 0 10px 0px;
	padding:0 0 0 180px;
}
.tips-anchor-navi2 {
	margin: 50px auto;
	display:table;
}
.tips-anchor-navi2 li {
	display:table-cell;
	padding:0 10px;
}
.tips-anchor-navi li{
	float:left;
	padding:0 10px 5px 0;
	text-indent:0px;
}
.tips-anchor-navi2 li a,
.tips-anchor-navi li a{
	display: block;
	padding:2px 5px;
	color:#fff;
	background:#8dd0d6;
}
#topics_detail2 #main_module h2{
	margin-bottom: 40px;
	padding:10px;
	font-size:20px;
	text-align: left;
	background: #c4d892;
}
#topics_detail2 #main_module h2.module_title{
	margin:0 auto 30px;
	padding:0 0 2px;
	display:table;
	border:0;
	border-bottom:1px solid #333;
	background:#fff;
}
#topics_detail2 #main_module h2.module_title span{
	padding:0 15px;
	border:0;
	color:#333;
}
#topics_detail2 #main_module h3:before{
	position: absolute;
	display: block;
content: "";
	top: 7px;
	left: 0;
	width: 12px;
	height: 12px;
	background: #8dd0d6;
}
#topics_detail2 #main_module h3{
	position: relative;
	padding:0 0 0 16px;
	font-size:18px;
	border-bottom: 1px solid #8dd0d6;
}
#topics_detail2 #main_module h4:before{
	position: absolute;
	display: block;
	content: "";
	top: 7px;
	left: 0;
	width: 10px;
	height: 10px;
	color:#c4d892;
	background:#666;
}
#topics_detail2 #main_module h4{
	position: relative;
	padding:0 0 0 16px;
	margin:30px 0 5px;
	font-size:16px;
	font-weight:700;
	color:#c4d892;
	color:#666;
}
#topics_detail2 #main_module .tips-txt-box{
	margin:20px 10px 50px;
}

.tukeobi-lead{
	margin: 20px auto;
	display: table;
}
.tukeobi-lead-ph,
.tukeobi-lead-txt {
	display: table-cell;
	vertical-align: middle;
}
.tukeobi-lead-txt {
	padding-left:30px;
}
.tukeobi{
	width:100%;
	margin: 20px auto;
	display: table;
}
.tukeobi-ph{
	display: table-cell;
	padding:10px;
	width:320px;
	max-width:320px;
	text-align: center;
	vertical-align: middle;
}
.tukeobi-ph img{
	padding:5px;
	border:1px solid #ccc;
}
.tukeobi-txt{
	display: table-cell;
	padding:0 0 0 30px;
	vertical-align: middle;
}
.iwai dt{
	height:20px;
	font-weight:700;
	color: #8dd0d6;
}
.iwai dd{
	margin:-20px 0 15px 0;
	padding:0 0 0 170px;
}
.tips-dl dt{
	font-weight:700;
	color: #8dd0d6;
}
.tips-dl dd{
	margin:0 0 15px 0;
}
.tpo{
	border-collapse:collapse;
}
.tpo th,
.tpo td{
	padding:5px;
	text-align:center;
	border:1px solid #ccc;
}
.tpo th{
	background:#8dd0d6;
}
.tpo th.month{
	background:#eee;
}
/*------------------------------------------------------------------------------
	カレンダー
------------------------------------------------------------------------------*/
.calendar{
	border-collapse:collapse;
}
.calendar th,
.calendar td {
	width:25px;
	padding:3px 0;
	font-size:10px;
	text-align:center;
	border:1px solid #ccc;
}
.calendar .cate0 {
	background: #ccccff;
}
.calendar .cate1 {
	background: #99ccff;
}
.calendar .cate2 {
	background: #ffcccc;
}
.calendar .cate3 {
	background: #ffcc99;
}

#season-detail dt{
	height:25px;
}
#season-detail dd{
	margin:-25px 0 10px 0;
	padding:0 0 0 100px;
}
#season-detail th,
#season-detail td{
	vertical-align: top;
}
#season-detail th{
	text-align:left;
	white-space:nowrap;
	padding:0px 15px 5px 0;
}
#season-detail td{
	padding:0px 0 5px;
}

.link-btn{
	margin:0 5px;
	padding:5px 5px;
	color:#fff !important;
	background:#8dd0d6;
}

/*------------------------------------------------------------------------------
	着付け教室
------------------------------------------------------------------------------*/

.pink-maru-box{
	display:table;
}
.pink-maru-box li{
	padding:20px 0px;
	display:table-cell;
	vertical-align:middle;
	font-size:18px;
	text-align:center;
	background:#f8e6ed;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}

.box3{
	margin:0 -70px;
	border-spacing:70px 0;
}
.box2{
	margin:0 -80px;
	border-spacing:80px 0;
}
.box3 li{
	width:290px;
}
.box2 li{
	width:460px;
}
.event-list{
	margin:20px 20px;
}
.event-list li{
	float:left;
	width:50%;
	padding:0 10px;
	box-sizing: border-box;
}
.event-list li a:before{
	content: "";
	position: absolute;
	display: block;
	width: 13px;
	height: 13px;
	top: 14px;
	left: 0;
background: #333;
	border-radius: 50%;		/* CSS3草案 */
	-webkit-border-radius: 50%;	/* Safari,Google Chrome用 */
	-moz-border-radius: 50%;	/* Firefox用 */
}
.event-list li a{
	display:block;
	position: relative;
	padding:10px 0;
	padding-left: 20px;
	color:#333;
	border-bottom:1px dashed #ccc;
}

/*------------------------------------------------------------------------------
	ページナビゲーション
------------------------------------------------------------------------------*/
#topics_detail2 .relation_link,
#topics_detail26 .relation_link{
	margin:50px auto;
	display:table;
	border-spacing:10px 20px;
}
#topics_detail2 .relation_link a,
#topics_detail26 .relation_link a{
	display:table-cell;
	padding:10px 20px;
	color:#333;
	background:#8dd0d6;
}

.page_links{
	margin:50px auto;
	display:table;
	border-spacing:10px 0;
}
.page_links span,
.page_links a{
	display:table-cell;
	padding:5px;
	color:#333;
	background:#8dd0d6;
	border-radius: 2px;		/* CSS3草案 */
	-webkit-border-radius: 2px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 2px;	/* Firefox用 */
}
.page_links .summary,
.page_links .current{
	padding:5px 15px;
}
.page_links span.current{
	background:#eee;
}


#inquiry_detail .inquiry_detail th,
#inquiry_detail .inquiry_detail td{
	padding:5px 10px;
}

#inquiry_detail .inquiry_detail th div{
	padding:5px 10px;
	background:#eee;
}

#inquiry_detail .inquiry_detail th .required{
	float:right;
	padding:3px;
	font-size:11px;
	color:#fff;
	background:#c00;
}
#inquiry_detail .input_form input[type="text"],
#inquiry_detail .input_form textarea{
	width:500px;
	padding:5px;
	border:1px solid #ccc;
}

#inquiry_detail .input_form textarea{
	height:300px;
}

.btn-green,
#inquiry_detail #main_module input[type="submit"],
#inquiry_detail #inquiry_p_captcha #inquiry_item_button_confirm,
#inquiry_detail #inquiry_p_captcha #inquiry_item_button_send{
	margin:50px auto;
	display:block;
	width:200px;
	padding:10px 0;
	font-size:20px;
	text-align:center;
	color:#333;
	background:#c4d892;
	border:10px solid #fff;
	border-radius: 20px;		/* CSS3草案 */
	-webkit-border-radius: 20px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 20px;	/* Firefox用 */
}

.btn-green{
	margin:auto;
	width:700px;
	font-size:16px;
	color:#333 !important;
}
.btn-green:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out; 
}

#inquiry_detail #inquiry_p_captcha{
	margin:50px auto;
	display:table;
	border-collapse:separate;
}
#inquiry_detail #inquiry_p_captcha #inquiry_item_button_confirm,
#inquiry_detail #inquiry_p_captcha #inquiry_item_button_send{
	display:table-cell;
}
#inquiry_detail #inquiry_p_captcha #inquiry_item_button_confirm{
	background:#eee;
}


#main_module{
	margin-bottom:50px;
}
.pagenation {
	margin: 20px auto;
	display: table;
}
.pagenation .prev,
.pagenation .next {
	padding: 10px 40px;
	display: table-cell;
	font-size: 14px;
}