@charset "UTF-8";

body{font-family: "Noto Sans JP";}
header img.company-logo{width:30%;}

.item_info{max-width:380px;}
/*-----------------------------------
よく使うスタイル
-------------------------------------*/
.red{color:#f00;}
.large{font-size:50px;}


.clear {
    clear: both;
}

.clear_left {
    clear: left;
}

.clear_right {
    clear: right;
}

.f_right {
    float: right;
}

.f_left {
    float: left;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.hide {
    visibility: hidden;
}

.mrg-b_10{margin-bottom:10px;}
.mrg-t_10{margin-top:10px;}


a:link {
      color: #333;
      text-decoration: none;
}
a:visited {
      color: #333;
      text-decoration: none;
}
a:hover {
      color: #999;
	  text-decoration:underline;
}
ol, ul {
     list-style: none
}
.right{float:right;}
.left{float:left;}


/*-----------------------------------
header
-------------------------------------*/
/*header*/
#wrapper header {
	width:1080px;
	display: block;
	margin:0px auto 10px;
}
	


/*log
#wrapper .logo_shimizu {
    display: block;
    width: 226px;
    height: 46px;
    background: url('../../common/images/logo_shimizu.png') no-repeat;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
}*/

/*info box*/
.shop_info{
	font-size:15px;
	text-align:left;
	line-height:1.5;
	position:absolute;
	right:5%;
	top:30%;
	}
	
/*tel red*/		
.freecall{
	font-size:50px;
	color:red;
font-weight:bolder;
line-height:1;
margin:0px 0px 5px;

	}
/*tel ico*/	
.freecall:before{
content: url('../../common/images/freecall.jpg') ;
position:relative;
top:6px;
}

/*-----------------------------------
hero image
-------------------------------------*/

.topicpath{
	display:block;
	margin:5px 0 5px 10px;
	padding: 10px 0px;
}

.topicpath a{
	color:#20B2AA;
}

.topicpath a:hover{
	color:#FF8C00;
}
	
	
.about_box{
	margin:10px 0 0 0;
	line-height:1.3;
	width:auto;
	float:left;
	font-size:14px;
	padding:0;
}
.about_box li{
	width:100%;
	padding:0;
}

.free_call{
	margin-left:50px;
	float:left;
	width:75%;
}


header .right{
	font-size:13px;
	line-height:1.3;
	float:right;
	margin-right:0px;
	padding-top:35px;
}

header .about a{
	background:#000;
	padding:9%;
	display:block;
	color:#FFF;
	text-align:center;
	font-size:16px;
	width:100%;
}


header .about a:hover{
	background:#F00;
	color:FFF;
	text-decoration:none;
}
header p.free{
	float:left;
	font-size:20px;
	padding:25px 0 0;
	font-weight:700;
	line-height:1.1;
	box-sizing:border-box;
	width:auto;
}
.tell{
	font-size:44px;
	color:#F00;
	font-weight:bolder;
}



/*hero*/

#hero {
	width: 1080px;
	height: 250px;
	/*横幅１００％対応の場合の比率分padding計算
  padding-bottom: calc(100%*360/1200);calc(100*ImageHeight/ImageWidth)%
  background-size:cover;*/
    background-image: url("../../common/images/img_hero.jpg");
	background-repeat: no-repeat;
	background-size: 1200px;
	background-position: 0px;
	margin:0 auto 20px;
	position:relative;
	z-index: 1;
    
}
#hero p{
	color:#FFF;
	font-size:40px;
	font-weight:bolder;
	bottom:-8px;
	right:80px;
	position:absolute;
    
}

/*-----------------------------------
main wrapper
-------------------------------------*/


/*料金について*/
.blue_btn {
	display:block;
    font-size: 15px;
    color: #FFF;
    width: 170px;
    height: 40px;
	line-height:50px;
	text-align:center;
	background-color: #0071BC;


}
/*無料カンタン*/
.red_btn {
	display:block;
    font-size: 15px;
    color: #FFF;
    width: 170px;
    height: 40px;
	line-height:50px;
	text-align:center;
	background-color:red;

}

/*着用イメージ*/
.gray_btn {
	display:block;
    font-size: 15px;
    color: #FFF;
    width: 170px;
    height: 40px;
	line-height:50px;
	text-align:center;
	background-color: #999999;

}
/*ご注文フォーム*/
.black_btn {
	display:block;
    font-size: 15px;
    color: #FFF;
    width: 170px;
    height: 40px;
	line-height:50px;
	text-align:center;
	background-color: black;
	}

/*name 1 line*/
.btn_name{	
line-height:2.7;
margin:auto;
}

/*name 2 line*/
.btn_name2{	line-height:1;
padding:6px 6px 6px 6px;
}


/*btn list*/
.btn_item{margin :12px 0;}
.btn_item a{color:#FFF; line-height:3;}
.btn_item a:hover{color:#FFF; line-height:3; opacity:0.5;}

/*-----------------------------------
main
-------------------------------------*/
#main {
	width: 780px;
	margin-right:2%;
}

.top_ttl {
	line-height:1;
    font-size: 24px;
	font-weight:bolder;
    color: #fff;
    background: #000;
    padding: 10px;
      text-align: center;
	  margin-bottom:30px;
}

#main section{
	margin-bottom:35px;
	}


/* ーsection news*/

#news_area {
    margin-bottom: 35px;
}

/*title*/
.news_ttl {
    font-size: 22px;
	color:#09F;
    text-align: center;
    border-bottom: double 5px #09F;
	font-weight:700;
	padding-bottom:0.5%;
	margin-bottom:2%;
	line-height:1;
}
.news_ttl span{
	display:block;
    font-size: 12px;
    text-align: center;
}
#news_area li{border-bottom: #999 dotted 1px;
padding-bottom:1%; margin-bottom:1%;
line-height:1.8;}
#news_area li:nth-last-child(1){margin-bottom: 0;}

#news_area dl{
	overflow:hidden;}
#news_area dt{
	float:left;
	padding-left:5px;
	margin-right:10px;
}
	#news_area dd:not[.article]{
	float:left;
	margin-left:10px;}

/* ーsection item*/

#item {
    margin-bottom: 35px;
}


/*containerのフロート解除*/

.container {
	overflow: hidden;
	width: 780px;
	margin: 0px auto;
}

/*item pannel*/
.column {
	box-sizing: border-box;
	width: 370px;
	height: auto;
	border: solid 3px #CCC;
	margin-bottom: 35px;
	margin-right: 10px;
	margin-left: 10px;
}


/*奇数 margin調整*/

.column:nth-child(2n+1) {
    margin-right: 0px;
}

/*最終行 margin調整*/

.column:nth-last-child(2){
    margin-bottom: 0;
}
.column:nth-last-child(1){
    margin-bottom: 0;
}

/*column中身*/

.info {
	width: 130px;
	height:150px;
	margin:20px auto;
	margin-left:10px;	
}

.info h4 {
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height:1.1;
	font-feature-setting : "pkna";
	width: 240px;
	
}

.info p {
	font-size: 13px;
	line-height:1.4;
	font-feature-setting : "pkna";
	font-weight:normal;
}
.column_image{
	width:195px;
	height:190px;
	margin:0;
	margin-left: 10px;
}

/* ーsection wearing_guide*/
.wearing_img{
	text-align:center;}

/*-----------------------------------
footer
-------------------------------------*/

footer {
    background: #EEE;
    height: 140px;
	padding-top:25px;
	line-height:1.3;
}
.footer_logo{display: block;}

#footer_nav{
  overflow: hidden;
}
#footer_nav ul{
    margin-left: 20px;
	height:101px;
	 border-left: 1px solid #111;
	  width: 165px;
}
#footer_nav >ul>li{
   font-size:11px;
  line-height:1.5;
  margin-left:8px;
}
.footer_info{
	font-size:12px;
	margin-bottom:20px;
	margin-right:10px;
	}
	.footer_logo{margin-right:35px;}
.copyright{font-size:10px;}

#silkscreen #main img{
	width:100%;
	display:block;
	margin:0 auto;
}
#silkscreen #main p{
	width:80%;
	text-align:center;
	line-height:1.5;
	font-size:30px;
	display:block;
	margin:5% auto;
}
#silkscreen #main dl{
	width:80%;
	line-height:1.5;
	font-size:25px;
	display:block;
	margin:5% 0 0 18%;
}
#silkscreen #main dl dt{
	float:left;
	margin-right:2%;
}
#silkscreen #main dl dd{
	float:left;
	margin-right:5%;
}
.price{
	font-size:13px;
	margin-left:1%;
	padding-bottom:10px;
	width:100%;
	text-align:center;
}
.price span{
	font-size:34px;
	font-weight:bold;
	color:#C00;
}
