@charset "UTF-8";

/* * * * * * * * * * * * * * * * * *
 base.css
* * * * * * * * * * * * * * * * * */

/* reset, common
--------------------------------- */

* {
	margin:0; padding:0; list-style:none;
	outline: none;
}

input, textarea {
 -webkit-user-select : auto;
}

body{
	padding: 0;
	line-height: 1.6;
	font-size: 16px;
	color: #3e2d26;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
/* 	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuProN-W3", "HiraKakuPro-W3", 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	width: 100%;
	margin: 0;
	color: #414141;
	background: url(https://yosinogawa.co.jp/img/bg.png) repeat center top;
	letter-spacing: 0.5px;
	position: relative;
	font-feature-settings : "palt";
}
html, body { min-height: 100%; }


h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}

img {
	border:none;
	vertical-align: bottom;
}

a {
	color: #333;
	outline : none ;
	text-decoration: none;
}
a:hover{
	color: #df4141;
	text-decoration: none;
	/* text-decoration: underline; */
}

/* fonts */
.f_min {
font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.helvetica{font-family: 'Lato', sans-serif;}
.myriad{
  font-family: 'Myriad Pro','Montserrat', sans-serif;
}
.font_s {font-size: 90%;}

.red {color: #FF0000;}

/* float */
.l {float: left;}
.r {float: right;}

.tac {text-align: center;}
.tar {text-align: right;}
.tal {text-align: left!important;}

/* clearfix */
.clearfix:after {
	content : "." ;
	display : block ;
	height : 0 ;
	clear : both ;
	visibility : hidden ;
}
.clearfix { display : inline-block ; }
/* Hides from IE-Mac \*/
*html .clearfix { height : 1% ; }
.clearfix { display : block ; }
/* End hide from IE-mac */

.none {display: none!important;}

.inWrap li,
.txt_indent {
	text-indent: -1em;
	padding-left: 1em;
}

/* margin */
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb75 {margin-bottom: 75px;}
.mb80 {margin-bottom: 80px;}
.mb100 {margin-bottom: 100px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px!important;}
.mt60 {margin-top: 60px;}

label {
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.noPC {
	display: none!important;
}

.inner{
	width: 1024px;
	margin: 0 auto;
	position: relative;
}

.harf{
	width: 49%;

}

/* リンクアニメーション */
a,
a img,
.sc{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}


.btn{
  display: block;
  width: 358px;
  height: 68px;
   margin: 0 auto;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 68px;
  background: url(../img/arrow.png) 95% center no-repeat;
  border: 1px solid #a1a1a1;
  border-radius: 35px;
}

a .img {
  overflow: hidden;
}



/* header
--------------------------------- */
#header{
  background: #FFF;
  border-bottom: 5px solid #286409;
}
#header .inner{
	height: 135px;
}
#header h1{
  width: 135px;
  height: 135px;
	margin-left: -20px;
	background: url(https://yosinogawa.co.jp/img/h1_logo.png) center center no-repeat;
	text-indent: -9999px;
	float: left;
}
#header .catch{
	position: absolute;
	left: 125px;
	top: 85px;
	font-size: 78%;
}
#header .bnr_box{
	float: right;
	margin-top: 82px;
}
#header .bnr_box p{
	float: left;
/* 	margin-left: 7px; */
}
/*
#header .bnr_box p a{
  display: inline-block;
  height: 45px;
  line-height: 45px;
	margin: 30px 10px 0;
	padding: 0 20px;
	border: none;
	border: 1px solid #286409;
	color: #286409;
	font-size: 16px;
	letter-spacing: 1px;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	border-radius: 10px;
	text-align: center;
}

#header .bnr_box p.out a{
  background: #236409;
  color: #FFF;
}
*/

#header .bnr_box p a{
  background-image: url(https://yosinogawa.co.jp/img/nav_download.png);
  background-repeat: no-repeat;
  width: 133px;
  height: 32px;
  display: block;
  text-indent: -9999px;
  -webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	-ms-transition: all 0s ease;
	transition: all 0s ease;
}
#header .bnr_box p:nth-child(1) a{
  background-position: 0 top;
}
#header .bnr_box p:nth-child(2) a{
  background-position: -134px top;
}
#header .bnr_box p:nth-child(3) a{
  background-position: -268px top;
}
#header .bnr_box p:nth-child(4) a{
  background-position: -402px top;
  border-right: 1px solid #d0d0d0;
}


/* top_contents
--------------------------------- */
.box{
	padding: 20px;
	margin: 6px 0 100px 0;
	background: #f2f2f2;
	border: 1px solid #d4d3d3;
}

#login h2{
  padding: 80px 0 10px;
  margin-bottom: 50px;
  border-bottom: 1px dotted #d4d3d3;
  text-align: center;
  font-size: 30px;
  font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

#login .box{
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#login .login ul{
	width: 420px;
	margin: 30px auto 40px auto;
	text-align: left;
}

.login li span{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 110px;
}

#login li .login span.s{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 75px;
}

#login input[type=text],#login input[type=password]{
	width: 168px;
	height: 33px;
	padding: 0 10px;
	background: #fff9e5;
	border: 1px solid #e2d7b4;
	font-size: 18px;
}
#login .submit_btn button{
	width: 240px;
	height: 45px;
	margin: 30px auto;
	border: none;
	background: #286409;
	color: #FFF;
	font-size: 18px;
	letter-spacing: 2px;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}


#list h2{
  padding: 80px 0 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #d4d3d3;
  font-size: 25px;
  font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

#list .imglist {
  margin:60px auto 30px;
}

#list .imglist li{
  width: 211px;
  padding-bottom: 30px;
  margin-bottom: 60px;
  margin-right: 60px;
  float: left;
  border-bottom: 1px solid #d4d3d3;
  font-size: 12px;
}

#list .imglist li:nth-child(4n){
  margin-right: 0px;
}

#list .imglist li .img img{
/*   width: 100%; */
  max-width: 200px;
  max-height: 200px;
}

#list .imglist li .img{
/*   max-height: 210px; */
  height: 200px;
  overflow: hidden;
}

#list .imglist li h3{
  padding: 10px 0 0;
  text-align: center;
  font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 18px;
}

#list .imglist li a{
  display: block;
  height: 45px;
  line-height: 45px;
	margin: 30px auto 0;
	border: none;
	background: #286409;
	color: #FFF;
	font-size: 14px;
	letter-spacing: 1px;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	border-radius: 10px;
	text-align: center;
	border: 1px solid #286409;
}

#list ul.pager {
  margin-bottom: 120px;
  text-align: center;
}

#list ul.pager li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  line-height: 30px;
}

#list ul.pager li a{
  display: block;
  height: 100%;
  color: #286409;
  background: #FFF;
  border: 1px solid #286409;
}

#list ul.pager li a.arrow{
  color: #FFF;
  background: #286409;
  border-radius: 15px;
}

#list ul.pager li a.cur{
  background: #f2fdec;
}

#list dl {
  border: 1px solid #d4d3d3;
  padding: 10px 20px;
  background: #FFF;
  margin: 50px 0;
}

#list dt {
  text-align: center;
  font-size: 18px;
  padding: 10px 0;
  border-bottom: 1px solid #d4d3d3;
}

#list dd {
  padding: 20px 10px;
}

#list dd ul li {
  border: 1px solid #286409;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

#list dd ul li a {
  padding: 5px 10px;
  color: #286409;
}

#list dd input[type="text"] {
  width: 80%;
  border: 1px solid #d4d3d3;
  padding: 5px 10px;
  font-size: 16px;
}
#list dd button{
  width: 15%;
  height: 32px;
  color: #FFF;
  font-size: 14px;
  padding: 5px 0px;
  background: #286409;
}


#contact h2{
  padding: 80px 0 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #d4d3d3;
  font-size: 25px;
  font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

#contact dl.normal{
	border: 1px solid #d4d3d3;
	border-collapse: collapse;
	width: 100%;
	border-top: none;
	background: url(https://yosinogawa.co.jp/img/bg_sect.png) 0 0 repeat;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#contact dl.normal dd,
#contact dl.normal dt{
	padding: 7px 5px;
	font-size: 14px;
}
#contact dl.normal dt{
	text-align: center;
	width: 165px;
	border-top: 1px solid #d4d3d3;
	clear: left;
	float: left;
}
#contact dl.normal dt small{
  font-size: 10px;
}
#contact dl.normal dd{
	border-left: 1px solid #d4d3d3;
	border-top: 1px solid #d4d3d3;
	margin-left: 170px;
	background: url(https://yosinogawa.co.jp/img/bg.png) repeat center top;
	min-height: 22px;
}
#contact dd input {
	padding: 5px 10px;
	margin: 5px;
	border: 1px solid #aaa;
}
#contact dd textarea{
  padding: 5px 10px;
  margin: 5px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #aaa;
}
#contact dd select {
  width: 197px;
  padding: 0 10px;
  height: 35px;
  font-size: 12px;
}

#contact .form_btn{
  margin-bottom: 120px;
  text-align: center;
}
#contact button{
	width: 240px;
	height: 45px;
	margin: 10px auto;
	border: none;
	background: #286409;
	color: #FFF;
	font-size: 18px;
	letter-spacing: 2px;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	border: 1px solid #286409;
}

#contact .error{
	padding: 5px 10px;
	color: #FF0000;
	display: block;
}

div#kiyaku {
  margin-top: 50px;
  border: 1px solid;
  padding: 30px;
  height: 300px;
  width: 964px;
}

div#kiyaku h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

div#kiyaku dl {
  margin-top: 40px;
}

#kiyaku dl dt {
  border-bottom: 1px dotted #aaa;
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 15px;
}

#kiyaku dl dd {
  margin-bottom: 10px;
}

#kiyaku dl .indent{
  text-indent: -1em;
  margin-left: 1em;
}

#confbtn:disabled{
  opacity: 0.5;
}
#confbtn:disabled:hover{
  background: #286409;
  color: #FFF;
}


ul.howto {
  margin-bottom: 60px;
}

ul.howto li {
  position: relative;
  padding: 30px;
  margin-bottom: 60px;
  border: 1px solid #DDD;
}

ul.howto li:after{
  content: "";
  display: block;
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(40, 100, 9, 0);
	border-top-color: #286409;
	border-width: 20px;
	margin-left: -20px;
	margin-top: 13px;
}

ul.howto li:last-child:after{
  display: none;
}


#privacy h2{
  padding: 80px 0 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #d4d3d3;
  font-size: 25px;
  font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

#privacy dl {
  border: 1px solid #d4d3d3;
  padding: 10px 20px;
  background: #FFF;
  margin: 50px 0;
}

#privacy dt {
  text-align: center;
  font-size: 18px;
  padding: 10px 0;
  border-bottom: 1px solid #d4d3d3;
}

#privacy dd {
  padding: 20px 10px;
}


/* footer
--------------------------------- */
#footer{
	background: url(https://yosinogawa.co.jp/img/bg_footer.png) repeat-x center bottom;
}
#footer .inner{
	height: 158px;
	color: #eaeaea;
	padding-top: 23px;
	font-size:  85%;
	letter-spacing: 0.2em;
}
.foot_nav {
	border-left:  1px solid #5d5d5d;
	overflow: hidden;
	margin: 0 auto 20px;
}
.foot_nav li a{
	float: left;
	width: 194px;
/* 	width: 240px; */
	height: 17px;
	line-height: 17px;
	border-right: 1px solid #5d5d5d;
	display: block;
	text-align: center;
	color: #fff;
}
address{
	background: url(https://yosinogawa.co.jp/img/bg_address.png) left bottom no-repeat;
	height: 55px;
	padding: 48px 0 0 120px;
	float: left;
}
.copy{
	float: right;
	margin-top: 75px;
	font-size:  85%;
	color: #c8c8c7;
}

@media screen and (max-width: 768px){
  .inner{
    width: 90%;
  }
  

  #header h1 {
    float: none;
  }
  #header .inner {
    height: auto;
    padding-bottom: 10px;
  }
  #header .catch{
    display: none;
  }
  #header .bnr_box {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  #header .bnr_box p{
    width: 50%;
    float: left;
  }
  #header .bnr_box p a{
  	border: 1px solid #DDD;
  	border-radius: 4px;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	color: #fff;
  	width: 95%!important;
  	padding: 10px 0;
  	height: auto!important;
  	margin: 1px auto;
  	text-indent:0;
  	text-align: center;
  	background: #286409;
  	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
  	font-size: 14px;
  }

  #footer{
  	background: #000;
  	text-align: center;
  }

  #footer .inner{
  	height: auto!important;
  	padding: 10px 0;
  }

  address {
  	background: none;
  	height: auto;
  	padding: 0;
  	float: none;
  }
  .foot_nav {
  	border-left:none;
  }
  .foot_nav li a {
  	float: none;
  	width: auto!important;
  	padding: 3px 0 5px;
  	margin-bottom: 5px;
  	border-right: none;
  	border-bottom: 1px dotted #5d5d5d;	
  }
  .copy{
  	margin-top: 5px;
  	float: none;
  }
  
  
  
  
  #login .box{
    width: 90%;
    box-sizing: border-box;
  }
  #login .login ul{
    width: auto;
  }
  #login input[type=text], #login input[type=password]{
    width: 100%;
    box-sizing: border-box;
  }
  
  
  #contact dl.normal dd, #contact dl.normal dt{
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
  #contact dl.normal dd{
    margin: 0px;
    border-left:none;
  }
  #contact dd.in90 input[type="text"]{
    width: 95%!important;
    box-sizing: border-box;
  }
  #contact dd textarea{
    width: 95%;
  }
  div#kiyaku{
    width: 80%;
  }
  
  #list .imglist li {
    width: 47%;
    margin-right: 6%;
  }
  #list .imglist li:nth-child(2n) {
    margin-right: 0;
  }
  #list .imglist li .img img{
    max-width: 100%;
    max-height: inherit;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

@media screen and (min-width: 769px){
  #header .bnr_box p:nth-child(1) a:hover{
    background-position: 0 bottom;
  }
  #header .bnr_box p:nth-child(2) a:hover{
    background-position: -134px bottom;
  }
  #header .bnr_box p:nth-child(3) a:hover{
    background-position: -268px bottom;
  }
  #header .bnr_box p:nth-child(4) a:hover{
    background-position: -402px bottom;
  }

  #list ul.pager li a:hover{
    background: #f2fdec;
  }

  #list ul.pager li a.arrow:hover{
    background: #f2fdec;
    color: #286409;
  }
  #list .imglist li a:hover,
  #contact button:hover{
    background: #f2fdec;
    color: #286409;
  }

  #list dd ul li a:hover {
    background: #286409;
    color: #FFF;
  }

}
