/*
Theme Name: yasuhiro
*/
@charset "UTF-8";
/* CSS Document */

/***************************************************************************
共通設定
***************************************************************************/
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	min-width: 1200px;
	background-color: #F6F6F6;
	color: #444444;
}
.pageDetail p{
	padding-bottom: 10px;
}
h2{
  font-size: 20px;
  color: #444;
}
h3{
  font-size: 16px;
  color: #444;
  font-weight: bold;
}

.container{
	width: 980px;
	margin: 0 auto;
}

h1{
  padding: 6px 0px;
  font-size: 25px;
  padding-left: 30px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0,0,0,0.6);
  background-image: url("img/singletitle_bg.png");
  margin-bottom: 30px;
}

hr{
	clear: both;
}

.single_sublist{
	overflow: hidden;
}

.sp{
	display: none;
}

.sp_im{
	display: none !important;
}

/**************************************************************************
ヘッダー
***************************************************************************/
header{
	height: 60px;
	background-color: #F99500;
	color: #fff;
}

header ul li{
	float: left;
	width: 50%;
}

header ul li:nth-child(2){
	width: 20%;
}

header ul li:nth-child(3){
	width: 30%;
}

header ul li a{
  display: block;
  width: 100%;
  height: 60px;
}

#header_logo{
  width: 400px;
  background-image: url("img/header_logo.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -50px;
}

#site-navigation{
  float: right;
  height: 40px;
  width: 305px;
  margin: 10px 0;
  border-radius: 5px;
  background-color: #E08600;
}

#site-navigation input{
	background-color: transparent;
	border: 0px;
}

#site-navigation #s{
  width: 250px;
  height: 40px;
  padding-left: 10px;
  color: #fff;
  float: left;
}

#searchsubmit{
  background-image: url("img/search_btn.png");
  height: 24px;
  width: 24px;
  margin: 8px 8px;
  float: right;
  cursor: pointer;
}

.top_menu{
  height: 58px;
  border: 1px solid #DDDDDD;
  background-color: #fff;
}

.top_menu li{
	float: left;
	width: 196px;
}

.top_menu li a{
  color: #444444;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 17px 0;
  border-right: 1px solid #DDD;
}

.top_menu li a:hover{
	color:  #F99500;
}

#home {
  background-image: url("img/home-icon.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-x: 20px;
}

#home:hover {
  background-image: url("img/home-icon_on.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-x: 20px;
}

.top_menu li:last-child a{
	border-right: 0px;
}

#google_language_translator{
  padding: 12px 0;
}

.goog-te-combo{
  background-color: #F99500 !important;
  color: #fff;
  border:0px !important;
  cursor: pointer;
  }
  
.sf-ul{
	display: none;
  position: absolute;
  z-index: 11;
}

.sf-ul li{
  float: none;
  z-index: 1;
  height: 59px;
  background-color: #fff;
}

.sf-ul li a{
	margin: 0;
	padding: 17px 0 17px 0;
	border: 1px solid #ddd !important;
    border-top: 0px !important;
}

.sf-ul li a:hover{
  background-color: #F99500;
  color: #fff;
}

.japanese a{
	color: #fff;
    height: 20px;
    font-weight: bold;
    font-size: 12px;
    width: 60px;
    padding: 2px 0px;
    text-align: center;
    border: 1px solid #fff;
    margin: 17px 0;
    border-radius: 3px;
    text-decoration: none;
    background-color: #F99500;
}

.japanese a:hover{
	color: #F99500;
	background: #fff;
}

/**************************************************************************
パンくず
***************************************************************************/
#pankuzu{
  height: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2) inset;
}

.singleCatIcon li{
	float: left;
	padding: 5px 0;
	color: #444444;
}

.singleCatIcon li a:hover{
	color: #F99500;
}


/***************************************************************************
本文
***************************************************************************/
#slider_area{
	width:100%;
	height: 420px;
	margin-bottom: 30px;
}

.bx-wrapper{
	width: 1200px;
}

.bx-viewport{
	border: none;
}

.main_area{
  overflow: hidden;
  clear: both;
}

.subtitle{
  font-size: 12px;
  color: #888888;
  margin-left: 13px;
}

.descripiton{
	clear: both;
	overflow: hidden;
	height: auto;
	margin-bottom: 65px;
}

.descripiton_inner{
  height: auto;
  width: 980px;
  clear: both;
}

.descripiton_ul{
  margin-top: 20px;
  margin-bottom: 63px;
  clear: both;
  padding: 3px;
 }

.descripiton_list{
	float: left;
	margin-bottom: 30px;
	background-color: #fff;
}

.descripiton_list:hover{
	opacity: 0.8;
}

.descripiton_list a{
    display: block;
    text-align: center;
    width: 225px;
    height: 232px;
    text-decoration: initial;
    text-decoration: none;
    color: #444444;
    font-size: 14px;
    box-shadow: 0px 0px 4px;
    margin: 2px auto 0 auto;
}

.descripiton_list p{
  padding: 18px 0;
}

.eye_catch{
	text-align: center;
	text-decoration: none;
	width: 225px;
	height: 168px;
	border-bottom: 6px solid #E08600;
	overflow: hidden;
}

.eye_catch img{
	height: auto;
	width: 100%;;
}

.list_btn,.list_btn2{
	margin: 0 auto;
	width: 490px;
	height: 50px;
}

.list_btn a{
  display: block;
  text-align: center;
  background-image: url("img/list_btn.png");
  padding: 13px 0px;
  color: #333333;
  text-decoration: none;
  font-size: 16px;
}

.list_btn2 a{
  display: block;
  text-align: center;
  background-image: url("img/list_btn2.png");
  padding: 13px 0px;
  color: #333333;
  text-decoration: none;
  font-size: 16px;
}

.list_btn a:hover,.list_btn a:hover{
	opacity: 0.8;
}

.news_area{
  height: 200px;
  width: 980px;
  margin-bottom: 63px;
  background-color: #fff;
  box-shadow: 0px 0px 4px;
}

.news_ul{
  height: 160px;
  width: 950px;
  padding: 20px 15px;
    margin-top: 3px;
}

.news_ul a{
  display: block;
  height: 24px;
  padding: 5px 0;
  margin: 4px 0;
  text-decoration: none;
  border-bottom: 1px solid #BBBBBB;
}

.news_ul a:hover{
	opacity: 0.8;
}

.news_ul .date{
  color: #222222;
  font-weight: bold;
  padding-right: 23px;
}

.news_ul .news_logo{
background-color: #444444;
  color: #fff;
  padding: 5px 18px;
  margin-right: 33px;
}

.news_ul .news_title{
  color: #444444;
}

.descripiton_inner h2{
	margin-bottom: 30px;
}

.slick-next{
  display: block !important;
  height: 235px !important;
  width: 50px !important;
  background-color: #E6E6E6 !important;
  top: 13px !important;
  right: -60px !important;
}

.slick-next:hover{
	opacity: 0.8;
}

.slick-prev{
  display: block !important;
  height: 235px !important;
  width: 50px !important;
  background-color: #E6E6E6 !important;
  top: 13px !important;
  left: -60px !important;
}

.slick-prev:hover{
	opacity: 0.8;
}

.slick-next:before {
    content:"" !important;
    transform: rotate(-45deg) !important;
    border-bottom: 5px solid #343434 !important;
    border-right: 5px solid #343434 !important;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    display: block;
}

.slick-prev:before {
    content:"" !important;
    transform: rotate(135deg) !important;
    border-bottom: 5px solid #343434 !important;
    border-right: 5px solid #343434 !important;
    width: 20px;
    height: 20px;
    margin-left: 20px;
    display: block;
}

/***************************************************************************
フッター
***************************************************************************/
footer{
	width: 100%;
	height: 280px;
	overflow: hidden;
	clear: both;
}

.site-info{
	height: 200px;
	width: 100%;
	overflow: hidden;
	background-color: #444444;
	margin: 30x 0 60px 0; 
}

.site-info ul{
  height: 115px;
  width: 100%;
  background-color: #444444;
  margin: 30px 0 55px 0;
}

.site-info li{
	float: left;
	width: 310px;
	height: 115px;
	margin-right: 25px;
}

.site-info li:last-child{
	margin-right: 0;
}

.footer_title{
 color: #fff;
  padding-bottom: 3px;
  font-size: 14px;
  border-bottom: 1px solid #fff;
}

.footer_menu{
	margin-top: 15px;
}

.footer_menu p,.footer_menu a{
	color: #fff;
	text-decoration: none;
}

.footer_menu a:hover{
	color:#F99500;
}

#tel{
	  font-size: 20px;
	  margin-bottom: 10px;
}

#mail a {
    display: block;
    text-align: center;
    width: 290px;
    font-size: 16px;
    padding: 11px 0px;
    background-image: url("img/tel_bg.png");
    background-size: cover;
    border-radius: 5px;
    background-repeat: no-repeat;
}

#mail:hover{
	opacity: 0.8;
}

.copy_right li{
	height: 80px;
	width: 50%;
	float: left;
}

#footer_logo{
	width: 270px;
	height: 80px;
	background-image: url("img/footer_logo.png");
}

.copy_right a{
	color: #444444;
	font-size: 12px;
	text-decoration: none;
}

.copy_right li:nth-child(2){
	text-align: right;
}

.copy_right a:hover{
	color: #F99500;
}

.copy_right p:first-child{
  margin-top: 15px;
  margin-bottom: 15px;
}

.copy_right p span{
	margin-right: 15px;
}

.copy_right p span:last-child{
	margin-right: 0;
}

/***************************************************************************
投稿ページ本文
***************************************************************************/
.single_main {
  clear: both;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 29px;
  overflow: hidden;
}

.single_sublist{
	margin: 30px 0;
}

.single_sublist li{
	float: left;
}

.single_sublist li:first-child{
	width: 300px;
	margin-right: 50px;
}

.single_sublist li:nth-child(2){
	width: 630px;
}

.single_date{
	padding-bottom: 10px;
	text-align: right;
}

.access{
	width: 100%;
}

.access_title{
	margin-bottom: 10px;
}

.access li{
	width: 50%;
	float: left;
	margin-bottom: 30px;
}

.access li:last-child{
	margin-bottom: 0;
}

.access li img{
	margin: 0 auto;
	display: block;
}

.access li a{
	margin: 10px 0;
	display: block;
	color: #000;
}

.zirei_list img{
width:80%;
height:auto;
}

/***************************************************************************
検索ページ本文
***************************************************************************/
.serch_main{
  margin: 30px 0;
}

#h2_title{
	border-left: 10px solid #F99500;
    padding: 10px 10px;
    background-color: #fff;
    box-shadow: 0px 0px 3px 0px #444;
}

.archive-list li{
  border-bottom: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 1px 0 rgba(255,255,255,1);
  padding: 15px 0;
  caption-side: bottom;
  width: 100%;
  height: 170px;
}

.archive-list li a{
  display: block;
  overflow: hidden;
  height: 170px;
  cursor: pointer;
  color: #000;
  text-decoration: none;
}

.archive-list li img{
height: auto;
    width: 100%;
}

.archive-list li a:hover{
	opacity: 0.8;
}

.archivePhoto li{
	height: 170px;
	width: 50%;
	float:left;
	margin: 0;
	padding: 0;
	border: none;
	box-shadow: none;
}

.archivePhoto li:first-child{
	width: 225px;
}

.archivePhoto li:last-child{
  width: 725px;
  margin-left: 30px;
}

#cat2{
  position: absolute;
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: 120px;
  padding: 2px 0;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  margin-top: -167px;
  margin-left: 101px;
  text-align: center;
  background-color: #444444;
  opacity: 0.95;
}

#cat3{
  position: absolute;
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: 120px;
  padding: 2px 0;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  margin-top: -167px;
  margin-left: 101px;
  text-align: center;
  background-color: #F99500;
  opacity: 0.95;
}

#cat4{
  position: absolute;
  color: #444;
  font-size: 12px;
  text-align: center;
  width: 120px;
  padding: 2px 0;
  border-bottom: 1px solid #444;
  border-left: 1px solid #444;
  margin-top: -167px;
  margin-left: 101px;
  text-align: center;
  background-color: #fff;
  opacity: 0.95;
}

.eye{
  box-shadow: 0px 0px 4px;
  width: 219px;
  height: 164px;
  margin: 3px;
  overflow: hidden;
}

.noimage{
  color: #555;
  padding: 72px 0;
  text-align: center;
}

.pageNum{
margin-top: 30px;
    margin-bottom: 20px;
    height: auto;
    overflow: hidden;
}

.page-numbers {
    border: 1px solid #444;
    padding: 10px 15px;
    border-radius: 5px;
    color: #444;
    text-decoration: none;
    display: block;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}

.page-numbers:hover{
	color: #F99500;
}

.current{
	color: #444 !important;
}

.archiveDate{
	padding: 0 0 5px 0;
}

.archive-list{
	margin-top:30px;
}

.serch_main .archive-list li,.serch_main .archive-list li a{
	height: auto;
}

.serch_main .archive-list li a{
	padding: 0 5px;
}

.archive-list li:hover{
	background-color: #eee;
}

/***************************************************************************
カテゴリー一覧ページ本文
***************************************************************************/

.category_list h2, .archive-list h2{
	margin-bottom: 10px;
}

.category_list{
	margin: 30px 0;
}

.archive-list li{
	height: auto;
}

.archive-list li a{
	height: auto;
}

.news-list .archive-list li{
	padding: 15px 5px;
}

/***************************************************************************
お問い合わせページ
***************************************************************************/

#mw_wp_form_mw-wp-form-11 input{
  padding: 5px;
  margin: 10px 0;
  border-radius: 5px;
  border: 0px;
  width: 90%;
  background-color: #eee;
}

#mw_wp_form_mw-wp-form-11 textarea{
  padding: 5px;
  margin: 10px 0;
  border: 0px;
  border-radius: 5px;
  width: 90%;
  background-color: #eee;
}

.contact_tel input{
	width: 20% !important;
}

#mw_wp_form_mw-wp-form-11 #submit input{
	background: -moz-linear-gradient(top,#FAAA33 0%,#F99500);
    background: -webkit-gradient(linear, left top, left bottom, from(#FAAA33), to(#F99500));
    border: 1px solid #DDD;
    color:#FFF;
    padding: 10px 0;
    cursor: pointer;
}

#mw_wp_form_mw-wp-form-11 #submit input:hover{
	opacity: 0.8;
}

@media screen and (max-width: 768px) {

/***************************************************************************
共通設定
***************************************************************************/
body {
	position: initial !important;
	font-size: 14px;
	min-width: 320px;
	width: 100%;
}

h1{
    font-size: 20px;
    padding-left: 10px;
}

h2{
  font-size: 18px;
}

h3{
  font-size: 16px;
}

.container{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

h1{

}

.pc{
	display: none;
}

.pc_im{
	display: none !important;
}

.sp{
	display: block;
}

.sp_im{
	display: block !important;
}

p{-webkit-any-link:none;}

/**************************************************************************
ヘッダー
***************************************************************************/
header{
	height: 60px;
	background-color: #F99500;
	color: #fff;
	width: 100%;
	position: fixed;
  z-index: 21;
  border-bottom: 1px solid #ddd;
}

.spheader{
	background-color: #fff;
}

.spheader li:first-child{
	width: auto;
}

.spheader li:first-child img{
  padding: 18px 10px;
  width: 220px;
}

.spheader li:last-child{
	width: 60px;
	height: 60px;
	float: right;
}

.spheader li:last-child a{
	border-left: 1px solid #ddd;
}

#btn_off img {
    width: 30px;
    padding: 18px 15px;
}

#btn_on img {
    width: 25px;
    padding: 17px 17px;
}

#btn_on{
	display: none;
}

ul.accordion ul {display:none;}
ul.accordion a {display:block; padding:10px; background-repeat:no-repeat;color:#444;text-decoration: none;}

.accordion li{
  border-bottom: 1px solid #ddd;
  background: -moz-linear-gradient(top,#FFF 0%,#EEE);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
}

.sp_category_list{
  display: none;
  position: absolute;
  margin-top: 60px;
  z-index: 20;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(221, 221, 221);
  background-color: rgb(255, 255, 255);
}

.close {
  background-image: url("img/arrowhead-down-128.png");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: right 5px;
  margin-right: 14px;
}

.open {
  background-image: url("img/arrowhead-up-128.png");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: right 5px;
  margin-right: 14px;
}

.accordion_list1 li:first-child,.accordion_list2 li:first-child{
	border-top: 1px solid #ddd;
}

.accordion_list1 li:last-child,.accordion_list2 li:last-child{
	border-bottom: 0px;
}

#site-navigation {
  height: 40px;
  width: 300px;
  margin: 10px auto;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  float: none;
  overflow: hidden;
}

#site-navigation #s {
  height: 40px;
  color: #444;
}

#searchsubmit {
  background-image: url("img/search_btn.png");
  background-repeat: no-repeat;
  height: 40px;
  background-position: 10px;
  width: 40px;
  padding: 8px 8px;
  margin: 0;
  float: right;
  cursor: pointer;
  background-color: #ddd !important;
  border-radius: 0px;
}

#menu_company{
  background-color: #F99500;
  color: #fff;
  text-align: center;
  box-shadow: 0px 1px 5px 0px #444;
    margin-bottom: 1px;
}

.accordion li:last-child{
	border: 0px;
}

.accordion_list1 li:last-child a,.accordion_list2 li:last-child a{
    border-bottom: 5px solid #F99500;
}

/**************************************************************************
パンくず
***************************************************************************/

#pankuzu{
	padding: 61px 10px 0 10px;
    font-size: 12px;
}

/**************************************************************************
本文
***************************************************************************/

#slider_area {
  height: 160px;
  padding-top: 61px;
  margin-bottom: 20px;
}

.descripiton_inner {
  width: 100%;
}

.skippr-next {
  right: 6% !important;
}

.list_btn,.list_btn2{
	width: 300px;
	height: 60px;
}

.list_btn a,.list_btn2 a{
  background-image: none;
  border-radius: 10px;
  border-bottom: 1px solid #ddd;
  background: -moz-linear-gradient(top,#FFF 0%,#EEE) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE)) !important;
  width: 280px;
  margin: 0 auto;
}

.descripiton_ul{
width: 96%;
  margin: 0 2% 30px 2%;
}

.slick-next,.slick-prev{
	display: none !important;
}

.descripiton_list_sp a{
  width: 100%;
  display: block;
  text-decoration: none;
}

.descripiton_list_sp .eye_catch{
  width: 90%;
  margin: 3px auto;
  height: 190px;
  border-bottom: 0px;
  overflow: hidden;
  box-shadow: 0px 0px 4px #444;
  border-radius: 5px;
}

.descripiton_list_sp .eye_catch_inner{
	width: 100%;
	height:144px;
	overflow: hidden;
	border-bottom: 6px solid #E08600;
}

.descripiton_list_sp a img{
  width: 100%;
  height: auto;
}

.descripiton_list_sp a p{
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 10px 0;
  color: #444;
}

.descripiton_inner h2 {
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 16px;
  width: 180px;

}

.news_area{
	width: 100%;
	height: auto;
	box-shadow: none;
    margin: 3px 0 20px 0;
	background-color: initial;
}

.news_area ul{
    width: 94%;
    height: auto;
    padding: 10px 0;
    margin: 0 3%;
    box-shadow: 0px 0px 4px #444;
    background-color: #fff;
}

.news_list{
	overflow: hidden;
	height: auto;
	clear: both;
	padding: 0 3%;
}

.news_ul a {
  display: block;
  height: auto;
  padding: 5px 0;
  margin: 4px 0;
  text-decoration: none;
  border-bottom: 1px solid #BBBBBB;
}

.news_ul .date{
	display: block;
	float: left;
}

.news_ul .news_title{
margin: 10px 0;
  display: block;
}

.news_ul li:last-child a{
	border-bottom: 0px;
}

.descripiton{
padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 rgba(255,255,255,1);
}

.descripiton:last-child{
	box-shadow:none;
	border: 0px;
	margin-bottom: 0;
}

/**************************************************************************
投稿ページ
***************************************************************************/

.single_main{
	margin-top: 20px;
}

.single_main h1{
	margin-bottom: 10px;
}

.single_main .pageDetail{
margin: 0 10px;
    overflow: hidden;
}

.single_main img{
	width: 100%;
	height: auto;
}

.single_main li{
	width: 100% !important;
}

.single_sublist {
    margin-bottom: 0px;
}

.access li{
	width: 100%;
}

/**************************************************************************
一覧ページ
***************************************************************************/

.category_list {
    margin: 0 5%;
    width: 90%;
    overflow: hidden;
}

.category_list li{
	height: auto;
}

.category_list li a{
	height: auto;
	width: 100%;
}

.category_list li .archivePhoto li:first-child{
	width: 100%;
}

.category_list li .archivePhoto li .eye{
    width: 80%;
    margin: 20px 3px;
    height: 170px;
    max-width: 275px;
}

.category_list li .archivePhoto li .eye img{
	height: auto;
    width: 100%;	
}

#cat3,#cat2{
	position: relative;
    margin: 0px 0 20px 0;
}

.archive-list li{
	box-shadow:none;
}

.archivePhoto li:last-child {
    width: 100%;
    margin: 0;
}

/**************************************************************************
検索ページ
***************************************************************************/

.serch_main{
	margin: 0 10px;
}

.archive-list {
    margin-top: 20px;
}

#h2_title{
	margin-bottom: 0px;
	border-left: 3px solid #F99500;
    padding-left: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 3px 0px #444;
    margin: 0 3px 0 0;
}

/**************************************************************************
フッター
***************************************************************************/

footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    clear: both;
}

.site-info {
    height: auto;
    width: 100%;
    overflow: hidden;
    background-color: #444444;
    margin: 30x 0 60px 0;
}

.site-info ul {
    height: auto;
    width: 100%;
    background-color: #444444;
    margin: 30px 0 55px 0;
    overflow: hidden;
}

.site-info li {
    float: left;
    width: 90%;
    height: auto;
    margin: 0 5% 30px 5%;
}

#mail a{
    margin: 30px auto 0 auto;
}

.site-info ul{
	margin-bottom: 0;
}

.copy_right li {
    height: auto;
    width: 100%;
    float: left;
}

#footer_logo{
	margin: 0 auto;
}

.copy_right p:first-child{
	text-align: center;
}

#copyright{
	text-align: center;
	font-size: 10px;
	padding-bottom: 20px;
}

.copy_right p:first-child {
    margin-top: 0px;
}

}

@media screen and (max-width: 440px) {

.descripiton_list_sp a img {
    width: auto;
    height: 100%;
        margin-left: -8%
}

}
