@charset "utf-8";
/*
Theme Name: iron_houmes_child
Template: iron_homes
*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
body{
  position: relative;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-text-size-adjust: 94%;
}
*{
  box-sizing: border-box;
  -webkit-text-size-adjust: 94%;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
a:hover,
a:active{
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}


/* ヘッダー */
#header{
  position: fixed;
  top: 0%;
  right: 0%;
  left: 0%;
  z-index: 10;
  background-color: #fff;
}
#header.nofixed{
  position: static;
}
#header .head_top{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 10px auto 0;
}
#header .head_top .head_left{
  display: block;
  width: 100%;
  font-size: 0;
  line-height: 100%;
  text-align: center;
}
#header .head_top .head_left a{
  font-size: 0;
  line-height: 100%;
}
#header .head_top .head_left img{
  max-width: 849px;
  min-width: 283px;
  width: 60%;
}
#header .head_top .head_right{
  width: 100%;
  margin: 15px auto;
}
#header .head_top .head_right h1{
  float: none;
  margin: 0 0 5px;
  padding: 0;
  color: #666;
  font-size: 12px;
  text-align: center;
  line-height: 100%;
}
#header .head_top .head_right div{
  display: flex;
  flex-direction: column;
}
#header .head_top .head_right div p{
  float: none;
  display: block;
  width: 100%;
  margin: 10px 0 10px;
  padding: 0;
  color: #666;
  font-size: 12px;
  line-height: 130%;
  text-align: center;
}
#header .head_top .head_right div p a{
  color: #666;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
}
#header .head_top .head_right div .head_right_bana{
  flex-direction: row;
  justify-content: center;
  max-width: 300px;
  width: 95%;
  margin: 0 auto;
}
#header .head_top .head_right div a{
  width: 100%;
  padding: 5px 0;
  font-size: 0;
  line-height: 100%;
  text-align: center;
}
#header .head_top .head_right img{
  max-width: 129px;
  width: 100%;
  font-size: 0;
  line-height: 100%;
  z-index: 3;
}
#header .head_bottom,
#header #header-single-category .head_bottom{
  position: relative;
}
#header .head_bottom #navi,
#header #header-single-category .head_bottom #navi{
  position: fixed;
  display: flex;
  flex-direction: column;
  width: 70%;
  height: 75vh;
  top: 0;
  right: -70%;
  margin: 0 auto 0;
  transition: .3s;
  background-color: rgba(255,255,255,.9);
  z-index: 9998;
}
#header #header-single-category .head_bottom #navi{
  z-index: 9998;
}
#header .head_bottom #navi p,
#header #header-single-category .head_bottom #navi p{
  float: none;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 0;
}
#header .head_bottom #navi p a,
#header #header-single-category .head_bottom #navi p a{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  justify-content: center;
  font-size: 10px;
  align-items: center;
  color: #333;
  font-weight: normal;
}
#header .head_bottom #navi p:nth-fo-type(1) a,
#header #header-single-category .head_bottom #navi p:nth-fo-type(1) a{
  border-top: 1px solid #333;
}
#header .head_bottom #navi p img,
#header #header-single-category .head_bottom #navi p img{
  display: block;
  max-height: 23px;
  margin: 0 auto;
}
#header .head_bottom #navi p:nth-of-type(1) img,
#header #header-single-category .head_bottom #navi p:nth-of-type(1) img{
  border-bottom: 2px solid #F7BF22;
}
#header #header-single-category button{
  display: block;
}
#header .btn,
#header #header-single-category .btn{
  position: fixed;
  padding: 0;
  top: 1%;
  right: 1%;
  width: 50px;
  height: 40px;
  z-index: 9999;
  border: none;
  background-color: rgba(255,255,255,.7);
  cursor: pointer;
}
#header .btn-line,
#header #header-single-category .btn-line{
  display: block;
  position: relative;
  width: 70%;
  height: 1px;
  margin: 0 auto;
  background-color: #333;
}
#header .btn-line.open,
#header #header-single-category .btn-line.open{
  background: transparent;
}
#header .btn-line::before,
#header .btn-line::after,
#header #header-single-category .btn-line::before,
#header #header-single-category .btn-line::after{
  content: "";
  position: absolute;
  box-sizing: inherit;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  background-color: #333;
}
#header .btn-line::before,
#header #header-single-category .btn-line::before{
  transform: translateY(-10px);
}
#header .btn-line.open::before,
#header #header-single-category .btn-line.open::before{
  transform: rotate(-45deg);
}
#header .btn-line::after,
#header #header-single-category .btn-line::after{
  transform: translateY(10px);
}
#header .btn-line.open::after,
#header #header-single-category .btn-line.open::after{
  transform: rotate(45deg);
}
#header .head_bottom #navi.open,
#header #header-single-category .head_bottom #navi.open{
  right: 0;
}


/* フッター */
#footer_wrap{
  position: relative;
  z-index: 2;
  background-color: #111;
}
#footer{
  padding: 40px 0;
  background-color: #111;
}
#footer #foot_nav{
  width: 90%;
  margin: 0 auto;
}
#footer ul{
  border-top: 1px solid #fff;
  margin: 0 0 0 0;
  padding: 0;
}
#footer ul:nth-of-type(6){
  border-bottom: 1px solid #fff;
}
#footer li{
  display: none;
  margin: 0;
  padding: 0;
}
#footer li span{
  display: none;
  padding: 0 3px 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  line-height: 100%;
}
#footer li a{
  display: none;
  padding: 0;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  line-height: 100%;
}
#footer li a::before{
  content: none;
}
#footer li.foot_nav_top{
  display: block;
}
#footer li.foot_nav_top a{
  display: block;
  padding: 15px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
#footer .sns{
  display: flex;
  justify-content: space-around;
  margin: 30px 0 0;
  border: none;
}
#footer .sns li{
  display: block;
  text-align: center;
}
#footer .sns li a{
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#footer .sns li a:nth-of-type(1){
  display: none;
}
#copy{
  border-top: 2px solid #202020;
}
#copy p{
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  padding: 12px 0 30px;
  color: #fff;
  font-size: 10px;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  line-height: 100%;
  text-align: center;
}


/* サイド有り */
#content .blog_head img{
  width: 100%;
}


/* サイド無し */
#wrapper.no_side{
  /*position: relative;*/
  width: 100%;
  /*z-index: 1;*/
}
#wrapper.no_side #content{
  float: none;
  width: 100%;
  padding: 0;
}


/* カテゴリー トップページ */
#category-category{
}
#category_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
  width: 95%;
  margin: 240px auto 30px;
}
#category_nav a{
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 49%;
  min-height: 50px;
  margin: 1% 0;
  padding: 5px 0;
  border-bottom: 1px solid #333;
  align-items: center;
  line-height: 100%;
  font-size: 0;
}
#category_nav a img{
  width: 10%;
}
#category_nav a img:nth-of-type(2){
  width: 85%;
}
#category_mainimg{
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 100%;
  text-align: center;
  background-image: url(img/bg_category0.jpg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
#category_mainimg img{
  max-width: 630px;
  width: 95%;
}
#category_list_wrap{
  margin:  0 auto 100px;
  /*background-color: #333;*/
}
#category_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 970px;
  width: 95%;
  margin:  0 auto;
  padding: 40px 0 20px;
}
#category_list a{
  box-sizing: border-box;
  position: relative;
  display: flex;
  width: 50%;
  height: 150px;
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: underline;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#category_list a.category_list1{
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(img/bg_category1.jpg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
#category_list a.category_list2{
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(img/bg_category2.jpg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
#category_list a.category_list3{
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(img/bg_category3.jpg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
#category_list a.category_list4{
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(img/bg_category4.jpg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
#category_list a.category_list5{
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(img/bg_category5.jpg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
#category_list a.category_list6{
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(img/bg_category6.jpg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
#category_list a.category_list7{
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(img/bg_category7.jpg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
#category_list a.category_list8{
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(img/bg_category8.jpg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
#category_list a span{
  font-size: 0;
  line-height: 100%;
}
#category_list a span img{
  max-width: 630px;
  width: 95%;
}


/* カテゴリー 中ページ */
#category-child{
  margin-top: 200px;
  overflow: hidden;
}

#category-child h2{
  display: flex;
  height: 65vh;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#category-child h2{
  position: relative;
  width: 100vw;
  margin: 0;
  /*
  padding-top: 40vh;
  padding-top: min(40vh,40%);
  background-size: cover;
  */
}
/* 背景固定の為の、疑似要素 before 設定 */
#category-child h2::before{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  content: "";
  z-index: -1;
  /*
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  */
}
/* 背景固定の為、疑似要素 before にて背景設定 */
#category-child h2#category-child1::before{
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(img/bg_category1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/*
#category-child h2#category-child2::before{
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(img/bg_category2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
*/
#category-child h2#category-child2::before{
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(img/bg_category2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#category-child h2#category-child3::before{
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(img/bg_category3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#category-child h2#category-child4::before{
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(img/bg_category4.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#category-child h2#category-child5::before{
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(img/bg_category5.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#category-child h2#category-child6::before{
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(img/bg_category6.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#category-child h2#category-child7::before{
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(img/bg_category7.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#category-child h2#category-child8::before{
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(img/bg_category8.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#category-child h2 img{
  max-width: 630px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*
#category-child h2 img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
*/
#category-child h2.title span{
  padding: 0;
  border: none;
  font-size: 0;
  line-height: 100%;
}
#category-child .bg_white{
  background-color: #fff;
}
#category-child .mini_thumb_wrap{
  margin: 0 0 50px;
}
#category-child .mini_thumb_wrap .mini_thumb{
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
#category-child .mini_thumb_wrap .mini_thumb a{
  display: block;
  max-width: 100px;
  width: 25%;
  font-size: 0;
  line-height: 100%;
  background: #000;
}
#category-child .mini_thumb_wrap .mini_thumb a img{
  max-width: 100px;
  width: 100%;
  height: auto;
}
#category-child .mini_thumb_wrap .mini_thumb a:hover img{
  outline: 2px solid #111;
  outline-offset: -2px;
}
#category-child .post{
  margin: 0;
}
#category-child .post article{
  margin-bottom: 100px;
}
#category-child .post header p{
  padding: 0;
}
#category-child .post header p a{
  display: block;
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  color: #333;
  font-size: 1.5rem;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: bold;
  line-height: 150%;
}
#category-child .post header p a span{
  font-weight: bold;
}
#category-child .post .main_thumbnail{
  display: flex;
  max-height: 1000px;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#category-child .post .main_thumbnail a{
  display: block;
  font-size: 0;
  line-height: 100%;
}
#category-child .post .main_thumbnail a.fadeIn{
  opacity: 0;
  transform: translate(0, 10%);
  transition: 1.5s;
}
#category-child .post .main_thumbnail a.fadeIn.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
#category-child .post .main_thumbnail img{
  max-width: 1500px;
  width: 100%;
  max-height: 1000px;
  height: auto;
}
#category-child .post .category-description{
  box-sizing: border-box;
  max-width: 1000px;
  width: 100%;
  margin: 50px auto;
  padding: 15px;
  background-color: #f6f6f6;
}
#category-child .post .category-description p{
  padding: 0 10px 10px;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  line-height: 150%;
}
#category-child .post .category-description p.cat_desc_title{
  padding: 10px 0;
  font-size: 1.1rem;
  font-weight: bold;
}
#category-child .post .category-description a{
  text-decoration: underline;
}

#category-child #category_nav_wrap{
}
#category-child #category_nav{
  margin: 0 auto;
  padding: 0 0 50px;
}


/* 記事詳細-作品集 */
#single-category .head_logo{
  margin: 1% 1.7% 0;
}
#single-category .head_logo a{
  font-size: 0;
  line-height: 100%;
}
#single-category .head_logo a img{
  max-width: 270px;
  width: 100%;
}
#single-category .content #section_a{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 2000px;
  width: 95%;
  margin: 0 auto;
}
#single-category #section_a .left_content{
  width: 100%;
}
#single-category #section_a .left_content .slider_wrap{
}
#single-category #section_a .left_content .slider_wrap .bx-wrapper{
  margin-bottom: 0;
  box-shadow: none;
  border: none;
  overflow: hidden;
}
#single-category #section_a .left_content .slider_wrap ul{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#single-category #section_a .left_content .slider_wrap li{
  display: flex;
  max-height: 100vh;
  height: 60vh;
  align-items: center;
  justify-content: center;
  text-align: center;
  /*background-color: #333;*/
}
#single-category #section_a .left_content .slider_wrap li img{
  max-height: 100vh;
  margin: 0 auto;
}
#single-category #section_a .left_content .slider_wrap .bx-wrapper .bx-controls-direction a{
  height: 64px;
  z-index: 10;
}
#single-category #section_a .left_content .slider_wrap .bx-wrapper .bx-prev{
  left: 0;
  background-image: url(img/arrow-l.png);
  background-position: 0;
  z-index: 10;
}
#single-category #section_a .left_content .slider_wrap .bx-wrapper .bx-prev:hover{
  background-image: url(img/arrow-l-h.png);
  background-position: 0;
  z-index: 10;
}
#single-category #section_a .left_content .slider_wrap .bx-wrapper .bx-next{
  right: 0;
  background-image: url(img/arrow-r.png);
  background-position: 0;
  z-index: 10;
}
#single-category #section_a .left_content .slider_wrap .bx-wrapper .bx-next:hover{
  background-image: url(img/arrow-r-h.png);
  background-position: 0;
  z-index: 10;
}
#single-category #section_a .right_content{
  width: 100%;
}
#single-category #section_a .right_content .slider_thumb{
  display: flex;
  flex-wrap: wrap;
}
#single-category #section_a .right_content .slider_thumb a{
  display: block;
  max-width: 100px;
  width: 30%;
  margin: .5%;
  font-size: 0;
  line-height: 100%;
  outline: 1px solid #ccc;
  outline-offset: -1px;
  opacity: .6;
}
#single-category #section_a .right_content .slider_thumb a:hover,
#single-category #section_a .right_content .slider_thumb a.active{
  outline: 2px solid #111;
  outline-offset: -2px;
  opacity: 1;
}
#single-category #section_a .right_content .slider_thumb a img{
  width: 100%;
}
#single-category #section_b{
  max-width: 2000px;
  width: 95%;
  margin: 50px auto 0;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
#single-category #section_b h2{
  margin: 0 0 15px;
  border-bottom: ;
  font-size: 1.2rem;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  line-height: 150%;
  text-align: left;
}
#single-category #section_b h2 span{
  padding: 0;
  border: none;
}
#single-category #section_b .post{
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
#single-category #section_b .post p{
  line-height: 150%;
}
#single-category #section_b .contact_box{
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  margin: 60px auto 0;
  padding: 15px 0;
}
#single-category #section_b .contact_box a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: 0 5px;
  padding: 10px;
  border-radius: 4px;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 130%;
  text-align: center;
  background-color: #c0bcb0;
}
#single-category #section_b .contact_box a:hover{
  background-color: #d9d6cc;
}
#single-category #section_b .contact_box a span{
  
}
#single-category #section_b .single-category-bread{
  box-sizing: border-box;
  margin: 30px 0 100px;
  line-height: 150%;
  text-align: center;
}
#single-category #section_b .single-category-bread a{
  color: #333;
  font-weight: normal;
  text-decoration: underline;
}
#single-category #section_b .single-category-bread a:hover{
  color: #999;
  text-decoration: none;
}


/* ブログ-一覧 */
.head_logo_blog{
  display: relative;
  margin: 1% 1.7% 0;
}
.head_logo_blog a{
  font-size: 0;
  line-height: 100%;
}
.head_logo_blog a img{
  max-width: 270px;
  width: 100%;
}
.head_logo_blog button{
  display: block;
}
.head_logo_blog .btn{
  position: absolute;
  top: 0%;
  right: 1%;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 40px;
  border: none;
  font-size: 0;
  line-height: 100%;
  z-index: 10;
  background-color: #fff;
  cursor: pointer;
}
.head_logo_blog .btn-line_c{
  display: block;
  position: relative;
  width: 70%;
  height: 1px;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  line-height: 100%;
  background-color: #333;
}
.head_logo_blog .btn-line_c.open{
  background: transparent;
}
.head_logo_blog .btn-line_c::before,
.head_logo_blog .btn-line_c::after{
  content: "";
  position: absolute;
  box-sizing: inherit;
  width: 100%;
  height: 100%;
  padding: 0;
  right: 0;
  left: 0;
  font-size: 0;
  line-height: 100%;
  background-color: #333;
}
.head_logo_blog .btn-line_c::before{
  transform: translateY(-10px);
}
.head_logo_blog .btn-line_c.open::before{
  transform: rotate(-45deg);
}
.head_logo_blog .btn-line_c::after{
  transform: translateY(10px);
}
.head_logo_blog .btn-line_c.open::after{
  transform: rotate(45deg);
}
#blog{
  max-width: 1440px;
  width: 95%;
  margin: 50px auto;
  position: relative;
}
#blog h2{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
#blog h2 span{
  padding-bottom: 5px;
  border: none;
  font-size: 32px;
}
#colum_cat_wrap .colum_cat_list{
  position: relative;
}
#colum_cat_wrap .colum_cat_list #colum_navi.open{
  display: flex;
}
#colum_cat_wrap .colum_cat_list #colum_navi{
  position: absolute;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  width: 100%;
  height: 80vh;
  top: 0;
  margin: 0 auto 0;
  transition: .5s;
  background-color: rgba(255,255,255,.9);
  z-index: 15;
}
#colum_cat_wrap .colum_cat_list #colum_navi a{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 5%;
  margin: 1%;
  color: #333;
  font-weight: normal;
  font-size: 18px;
  text-decoration: underline;
}
#colum_cat_wrap .colum_cat_list #colum_navi .contact_box{
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto 25px;
}
#colum_cat_wrap .colum_cat_list #colum_navi .contact_box a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  margin: 0 5px;
  border-radius: 4px;
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 130%;
  text-align: center;
  background-color: #c0bcb0;
}
#colum_cat_wrap .colum_cat_list #colum_navi .contact_box a:hover{
  background-color: #d9d6cc;
}
#blog .post{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
#blog .post::after{
  content: none;
}
#blog .post article{
  width: 50%;
  margin-bottom: 25px;
  padding: 0 10px;
}
#blog .post .blog_thumbnail{
  display: flex;
  align-items: center;
  justify-content: center;
  /*height: 270px;*/
  margin-bottom: 15px;
  text-align: center;
  font-size: 0;
  line-height: 100%;
  overflow: hidden;
}
#blog .post .blog_thumbnail a{
  display: block;
  width: 100%;
}
#blog .post .blog_thumbnail a img{
  width: 100%;
}
#blog .post .blog_data{
  margin: 10px 0 0;
}
#blog .post .blog_data p{
  padding-bottom: 0;
  line-height: 100%;
}
#blog .post .blog_data .blog_date{
  display: inline-block;
  padding: 3px;
  background-color: #eeeeee;
}
#blog .post .blog_data .blog_title{
  padding: 3px;
  font-size: 20px;
}
#blog .post .blog_data .blog_title a{
  color: #333;
}


/* ブログ-記事詳細 */
#blog_post{
  max-width: 1000px;
  width: 95%;
  margin: 50px auto;
}
#blog_post h2.first{
  padding: 3px;
  font-size: 28px;
}
#blog_post h2 span{
  border: none;
}
#blog_post .post p{
  font-size: 18px;
}
#blog_post .pagenav{
  display: flex;
  justify-content: space-between;
  height: auto;
}
#blog_post .pagenav div{
  width: 32%;
}
#blog_post .pagenav div.pagenav_prev{
  text-align: left;
}
#blog_post .pagenav div.pagenav_home{
  text-align: center;
}
#blog_post .pagenav div.pagenav_next{
  text-align: right;
}
#blog_post .pagenav div a{
  display: block;
  color: #000;
  text-decoration: underline;
}
#blog_post .pagenav div a:hover{
  color: #666;
}
#blog_post .contact_box{
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 50px auto;
}
#blog_post .contact_box a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  margin: 0 5px;
  border-radius: 4px;
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 130%;
  text-align: center;
  background-color: #c0bcb0;
}
#blog_post .contact_box a:hover{
  background-color: #d9d6cc;
}




/* 幅769px以上
*****************************************************/
@media only screen and (min-width:769px){
  /* カテゴリー トップページ */
  #category_nav{
    margin-top: 300px;
  }
  #category_nav a{
    width: 24%;
  }
  
  /* カテゴリー 中ページ */
  #category-child .mini_thumb_wrap .mini_thumb a{
    width: 20%;
  }
  
  
  /* 記事詳細-作品集 */
  #single-category #section_a .left_content .slider_wrap li{
    height: 70vh;
  }
  #single-category #section_b .contact_box{
    justify-content: space-between;
    max-width: 750px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #single-category #section_b .contact_box a{
    height: 50px;
    margin: 0 0px;
    max-width: 240px;
    width: 30%;
  }
  #single-category #section_b .contact_box a br{
    display: none;
  }
  
  
  /* ブログ-一覧 */
  #colum_cat_wrap .colum_cat_list #colum_navi{
    height: 65vh;
    justify-content: flex-start;
  }
  #colum_cat_wrap .colum_cat_list #colum_navi a{
    max-width: 250px;
    width: 23%;
  }
  #colum_cat_wrap .colum_cat_list #colum_navi .contact_box a{
    height: 50px;
    margin: 0 10px;
    max-width: 240px;
    width: 30%;
  }
  #colum_cat_wrap .colum_cat_list #colum_navi .contact_box br{
    display: none;
  }
  #blog .post{
    justify-content: flex-start;
    margin: 50px auto 0;
  }
  #blog .post article{
    width: 20%;
    margin-bottom: 50px;
    padding: 0 20px;
  }
  #blog .post article:nth-of-type(5n){
  }
  #blog .post .blog_thumbnail{
    /*
    max-height: 400px;
    overflow: hidden;
    */
  }
  #blog .post .blog_data .blog_title{
    font-size: 16px;
    font-weight: normal;
  }
  #blog .btn{
  }
  
  
  /* ブログ-一覧 */
  #blog_post .contact_box a{
    height: 50px;
    margin: 0 10px;
    max-width: 240px;
    width: 30%;
  }
  #blog_post .contact_box br{
    display: none;
  }
}


/* 幅960px以上
*****************************************************/
@media only screen and (min-width:960px){
  /* 記事詳細-作品集 */
  #single-category #section_a .left_content .slider_wrap li{
    height: 85vh;
  }
}


/* PC用
*****************************************************/
@media only screen and (min-width:1025px){
  /* ヘッダー */
  #header{
    position: fixed;
    top: 0%;
    right: 0%;
    left: 0%;
    z-index: 10;
    background-color: #fff;
  }
  #header.nofixed{
    position: static;
  }
  #header .head_top{
    flex-wrap: wrap;
    flex-direction: row;
    width: 970px;
    justify-content: space-between;
    margin: 10px auto 0;
  }
  #header .head_top .head_left{
    width: 290px;
    text-align: left;
  }
  #header .head_top .head_left a{
  }
  #header .head_top .head_left img{
    max-width: 283px;
    min-width: auto;
    width: 100%;
  }
  #header .head_top .head_right{
    width: 640px;
    margin: 0;
  }
  #header .head_top .head_right h1{
    text-align: right;
  }
  #header .head_top .head_right div{
    flex-direction: row;
    justify-content: flex-end;
  }
  #header .head_top .head_right div .head_right_bana{
    justify-content: flex-end;
    max-width: unset;
    width: auto;
    margin: 0;
  }
  #header .head_top .head_right div p{
    width: 300px;
    margin: 0;
    text-align: right;
  }
  #header .head_top .head_right div a{
    width: 135px;
    padding: 0;
    font-size: 0;
    line-height: 100%;
    text-align: right;
  }
  #header .head_top .head_right img{
    max-width: 129px;
    width: 100%;
    font-size: 0;
    line-height: 100%;
  }
  #header .head_bottom #navi{
    position: static;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row;
    width: 970px;
    height: auto;
    right: auto;
    margin: 20px auto 0;
    background: none;
  }
  #header .head_bottom #navi p{
    float: none;
    padding: 0 0 0 0;
  }
  #header .head_bottom #navi p a{
    display: block;
    border: none;
    color: #888;
    font-weight: normal;
    text-align: center;
    line-height: 22.4px;
  }
  #header .head_bottom #navi p:nth-of-type(1) a{
    border: none;
  }
  #header .head_bottom #navi p img{
    display: block;
    max-height: 23px;
    margin: 0 auto;
  }
  #header .head_bottom #navi p:nth-of-type(1) img{
    border-bottom: 2px solid #F7BF22;
  }
  #header button{
    display: none;
  }
  
  
  /* フッター */
  #footer{
    padding: 40px 0 65px;
  }
  #footer #foot_nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
  }
  #footer ul{
    margin: 0 0 0 37px;
    border: none;
  }
  #footer ul:nth-of-type(5){
    border-bottom: none;
  }
  #footer ul:nth-of-type(6){
    display: none;
  }
  #footer li{
    display: flex;
    margin: 0;
    padding: 4px 0;
  }
  #footer li span{
    display: block;
    padding: 0 3px 0 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 100%;
  }
  #footer li a{
    display: block;
    padding: 0;
    font-size: 11px;
    line-height: 100%;
  }
  #footer li.foot_nav_top a{
    padding: 0;
    font-size: 14px;
    font-weight: bold;
  }
  #footer .sns{
    margin: 0 0 0 60px;
    flex-direction: column;
  }
  #footer .sns li{
    
  }
  #footer .sns li a{
    display: block;
    margin: 0 0 8px;
    font-size: 14px;
  }
  #footer .sns li a:nth-of-type(1){
    display: block;
  }
  #copy p{
    margin: 0 auto;
    padding: 12px 0 30px;
    font-size: 10px;
    line-height: 100%;
    text-align: right;
  }
  
  
  /* サイド有り 
  #wrapper{
    width: 970px;
  }
  #sidebar{
    float: none;
  }
  #content{
    width: 720px;
  }
  */
  
  
  /* カテゴリー トップページ */
  #category_nav{
    margin-top: 180px;
  }
  #category_nav a{
    width: 24%;
    margin-bottom: 0;
  }
  #category_nav a:hover{
    opacity: .7;
    transition: 0s;
  }
  #category_nav a img{
  }
  #category_nav a img:nth-of-type(2){
  }
  #category_list a{
    width: 25%;
  }
  
  
  /* カテゴリー 中ページ */
  #category-child h2{
    height: 60vh;
  }
  #category-child .mini_thumb_wrap .mini_thumb a{
    width: 10%;
  }
  
  
  /* 記事詳細-作品集 */
  #single-category .content #section_a{
    flex-direction: row;
    justify-content: space-between;
  }
  #single-category #section_a .left_content{
    width: 75%;
  }
  #single-category #section_a .left_content .slider_wrap li{
    /*height: 1000px;*/
  }
  #single-category #section_a .right_content{
    width: 22%;
    margin: 60px 0 0;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  }
  #single-category #section_a .right_content .slider_thumb a{
    margin: 1%;
  }
  #single-category #section_b{
    
  }
  #single-category #section_b .contact_box{
    flex-direction: row;
    align-items: center;
  }
  
  
  /* ブログ-一覧 */
  #blog .btn{
    
  }
  #colum_cat_wrap .colum_cat_list #colum_navi .contact_box{
    flex-direction: row;
    align-items: center;
  }
}
