#header_area{
  width: 100%;
  position: relative;
  overflow: hidden;
}
#header_area img.h_img {
  min-width: 1000px;
  margin: 0 auto;
  position: relative;
  top: 0;
}

#header_area .header_title {
  position: absolute;
 left: /*175px*/260px;
  top: 60px;
  z-index: 10;
}
#header_area h2{
  font-size: 20px;
  letter-spacing: 4px;
  color: #3e2000;
  line-height: 2;
}
#header_area h3{
  font-size: 28px;
  letter-spacing: 4px;
  color: #3e2000;
  line-height: 2;
  margin-bottom: 20px;
}

.header_item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.header_item li{
  letter-spacing: 4px;
  color: #3e2000;
  line-height: 2;
  font-size: 16px;
}
.header_item li:first-child{
  width: 58px;
}
.header_item li:last-child{
 padding-bottom: 10px;
}
@media screen and (max-width: 768px) {

  #header_area {
    width: 100%;
    height: auto;
  }
  #header_area img.h_img {
    position: relative;
    top: inherit;
    z-index: -1;
    min-width: auto;
    bottom: 0;
    width: 100%;
  }
  #header_area .header_title {
    left: 10px;
    top: 30px;
    z-index: 10;
  }
  #header_area h2 {
    font-size: 16px;
    letter-spacing: 1px;
     text-shadow: 0 0 5px #fff,
               0 0 9px #fff,
               0 0 11px #fff,
               0 0 13px #fff,
               0 0 15px #fff;
  }
  #header_area h3 {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    text-shadow: 0 0 5px #fff,
               0 0 9px #fff,
               0 0 11px #fff,
               0 0 13px #fff,
               0 0 15px #fff;
  }
  .header_item li{
    font-size: 14px;
  }
  .header_item li:first-child{
  width: 30px;
}
 .l-height{
  line-height: 1.4;
 }
}

.breadcrumb{
  background: #fff;
  padding: 8px;
  margin-bottom: 20px;
}
.breadcrumb ul li{
  display: inline-block;
  color: #999999;
  font-size: 14px;
  font-family: 'EB Garamond', serif;
  padding-right: 20px;
  position: relative;
}
.breadcrumb ul li:after {
  position: absolute;
  content: ">";
  right: 5px;
  top: 0;
  font-size: 12px;
}
.breadcrumb ul li:last-child:after{
  content:none;
}
.breadcrumb ul li a{
  color: #000;
}


/*item*/
.item_detail{
  margin-bottom: 150px;
  position: relative;
  padding:100px 0 100px 0;
  background: url(../img/item/greedy_detail_bg.jpg) center top -140px no-repeat;
}
.item_detail:after{
   content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  bottom: 0;
  background-size: cover;
  z-index: 1;
}
.item_detail h3{
  max-width: 600px;
  color: #46844d;
  margin-bottom: 50px;
  font-size: 24px;
  letter-spacing: 2px;
}
.item_detail p.item_comment{
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  line-height: 2;
  position: relative;
  z-index: 10;
  margin-top: -120px;
}
.item_detail .item_thumb{
  max-width: 750px;
  margin: 0 auto 40px auto;
}


/*howto*/

#howto{

}
.howto_box{
  position: relative;
  border: 3px solid #71cfff;
  padding: 0 0 60px;
  width: 1071px;
  margin: 0 auto 150px;
}
.howto_box:before{
  position: absolute;
  content: "";
  border: 1px solid #71cfff;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
}


.howto_box h2{
  position: relative;
  z-index: 10;
  top: -60px;
  width: 428px;
  margin: 0 auto;
}
.howto_box h2.howto02{
  top: -70px;
}

.howto_box .howto_inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 983px;
  margin: 0 auto;
  margin-top: -40px;
}
.howto_box .howto_inner li{
  position: relative;
  border-right: 1px dashed #000;
  padding: 20px 20px 150px 20px;
  width: 50%;
}
.howto_box .howto_inner li:last-child{
  border-right: none;
  padding: 20px 20px 150px 40px;
}
.howto_box .howto_inner.pdnone li{
  padding: 20px 20px 20px 20px;
  width: 55%;
}
.howto_box .howto_inner.pdnone li:last-child{
  border-right:none;
  padding: 20px 20px 20px 40px;
  width: 45%;
}


.howto_box .howto_inner li h3{
  font-size: 22px;
  font-weight: bold;
  color: #16378e;
  padding-left: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.howto_box .howto_inner li h3.night{
  background: url(../img/item/icon_night.png) left top 3px no-repeat;
  background-size: 21px;
}
.howto_box .howto_inner li h3.sun{
  background: url(../img/item/icon_sun.png) left top 3px no-repeat;
  background-size: 32px;
}

.howto_box .howto_inner li p{
  max-width: 254px;
  line-height: 2;
}
.howto_box .howto_inner li p.all{
  max-width: 100%;
  line-height: 2;
}

.howto_box .howto_inner li img.thumb01{
  position: absolute;
  right: 40px;
  bottom: 30px;
  width: 239px;
}
.howto_box .howto_inner li img.thumb02{
  position: absolute;
  right: 40px;
  bottom: 30px;
  width: 279px;
}

.howto_box .howto_inner li img.thumb03{
  position: absolute;
  right: 40px;
  bottom: 20px;
  width: 199px;
}
.howto_box .howto_inner li img.thumb04{
  position: absolute;
  right: 40px;
  bottom: 20px;
  width: 279px;
}


/*detail*/
#detail{
  background: url(../img/item/detail_bg.jpg) left top repeat;
  background-size: 240px;
  padding: 160px 0;
  margin-bottom: 40px;
}
#detail h2{
  max-width: 434px;
  margin: 0 auto 40px;
}
#detail p{
  text-align: left;
  line-height: 2;
  margin-bottom: 80px;
}
#detail p.detail_thumb{
  margin-bottom: 100px;
}

#detail .detail_box{
  padding: 40px;
  background: #fff;
  text-align: center;
}
#detail .detail_box h3{
  padding: 5px 40px;
  background: #08388f;
  color: #fff;
  font-size: 25px;
  display: inline-block;
  margin-bottom: 60px;
}
#detail .detail_box ul.flexbox li{
  width: 50%;
  text-align: left;
  padding:0 20px;
}
#detail .detail_box ul.flexbox li p{
  padding-top: 20px;
  text-align: left;
  margin-bottom: 0;
}
#detail .detail_box ul.flexbox li:first-child p{
  padding-left: 20px;
}
#detail .detail_box ul.flexbox li:last-child{
  padding-left: 80px;
}


/*item*/
#item{
  position: relative;
  padding: 100px 0 0 0;
}
#item h2{
  width: 185px;
  text-align: center;
  padding-top: 100px;
  margin: -100px auto 80px auto;
}
#item .container{
  padding: 40px 0;
}
#item .flexbox{
  margin-bottom: 180px;
}
#item .flexbox div{
  position: relative;
}


#item div.item_txt{
  padding: 30px 30px;
  width: 447px;
  background: #fff;
}

#item div.item_thumb{
  position: relative;
  background: url(../img/item_bg.jpg) center top no-repeat;
  background-size: cover;
  width: 444px;
  height: 362px;
}


#item div.item_thumb img{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -57%);
  transform: translate(-50%, -57%);
  z-index: 10;
}


#item div.item_txt h3{
  margin-bottom: 20px;
  color: #3292e2;
  font-size: 16px;
}
#item div.item_txt .item_tit{
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.8;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-right: 50px;
  border-bottom: 1px solid #000;
}
#item div.item_txt .item_tit span{
  font-size: 14px;
  font-weight: bold;
}

#item ul.item_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}
#item ul.item_list p{
  font-size: 12px;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
#item ul.item_list li:first-child{
  width: 120px;
}
#item ul.item_list li:last-child{
  width: 150px;
  text-align: right;
}

#item p.link_btn {
  display: inline-block;
  border: 1px solid #00386f;
  margin-top: 30px;
}
#item p.link_btn a {
  display: block;
  padding: 10px 30px;
  font-size: 14px;
  letter-spacing: 2px;
  color: #00386f;
  background:url(../common/img/link_arrow02.png) no-repeat 90% center;
  background-size: 6px;
}

#item .item_list02{
  padding: 0 20px;
}
@media screen and (max-width: 768px) {

  
  .h_title {
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;
  }
  .breadcrumb {
    padding: 4px;
    margin-bottom: 20px;
  }
  .breadcrumb ul li {
    font-size: 12px;
  }
  .page_title{
    position: relative;
    margin-bottom: 25px;
    padding: 0 1em;
  }
  .page_title h2{
    font-size: 20px;
    text-align: center;
  }

  .item_detail {
    position: relative;
    padding: 20px 0 10px;
    margin-bottom: 100px;
      background: url(../img/item/greedy_detail_bg.jpg) center top -40px no-repeat;
    background-size: cover;
  }
  .item_detail .item_thumb{
    max-width: 642px;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  
  .item_detail p.item_comment {
    max-width: 90%;
    text-align: left;
    line-height: 2;
    position: relative;
    z-index: 16;
    text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
    padding-right: 0;
    margin-top: -80px;
  }
  
  .howto_box {
    position: relative;
    padding: 0 0 30px;
    width: 95%;
    margin: 0 auto 100px;
  }
  .howto_box:before {
    position: absolute;
    content: "";
    border: 1px solid #71cfff;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
  }
  .howto_box h2 {
    position: relative;
    z-index: 10;
    top: -40px;
    width: 70%;
    margin: 0 auto;
  }
  .howto_box .howto_inner {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .howto_box .howto_inner li {
    padding: 20px 20px 0px 20px;
    width: 100%;
    border-right: none;
  }
  .howto_box .howto_inner li p {
    max-width: 100%;
    line-height: 2;
  }
  .howto_box .howto_inner li:last-child {
    border-right: none;
    padding: 20px 20px 0px 20px;
  }
  
  .howto_box .howto_inner li img.thumb01 {
    position: relative;
    right: 40px;
    bottom: 0;
    width: 60%;
    margin-top: 20px;
    float: right;
  }
  .howto_box .howto_inner li img.thumb02 {
    position: relative;
    right: 40px;
    bottom: 0;
    width: 80%;
    margin-top: 20px;
    float: right;
  }

  .howto_box .howto_inner.pdnone li {
    padding: 20px 20px 20px 20px;
    width: 100%;
  }
  .howto_box .howto_inner li img.thumb03 {
    position: relative;
    right: 40px;
    bottom: 0;
    width: 70%;
    margin-top: 20px;
    float: right;
  }
  .howto_box .howto_inner.pdnone li:last-child {
    margin-top: 20px;
    padding: 20px 20px 20px 20px;
    width: 100%;
  }
  .howto_box .howto_inner li img.thumb04 {
    position: relative;
    right: 40px;
    bottom: 0;
    width: 80%;
    margin-top: 20px;
    float: right;
  }
  
  #detail {
    padding: 60px 0 40px;
    margin-bottom: 40px;
    position: relative;
  }
  #detail .detail_box h3 {
    padding: 5px 20px;
    font-size: 20px;
    margin-bottom: 20px;
  }
  #detail .detail_box {
    padding: 40px 0;
    text-align: center;
  }
  #detail p.detail_thumb {
    margin-bottom: 40px;
  }
  
  
  #detail .detail_box ul.flexbox{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #detail .detail_box ul.flexbox li{
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding:40px 10px 0px 10px;
    margin-right: 0;
  }
  #detail .detail_box ul.flexbox li:last-child {
    padding-left: 0;
  }
  #detail .detail_box ul.flexbox li img {
    max-width: 80%;
  }
  #detail .detail_box ul.flexbox li h3 {
    font-size: 16px;
    color: #08388f;
    padding-top: 10px;
  }
  #detail .detail_box ul.flexbox li:last-child p {
    padding-left: 20px;
  }
  #item {
    position: relative;
    padding: 10px 0 0 0;
  }
  #item h2 {
    width: 185px;
    text-align: center;
    padding-top: 20px;
    margin: 0px auto 20px auto;
  }
  #item .flexbox {
    margin-bottom: 40px;
  }
  #item div.item_thumb {
    position: relative;
    background: url(../img/item_bg.jpg) center top no-repeat;
    background-size: cover;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  #item .item_thumb {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  #item div.item_thumb img {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 10;
  }

  #item .item_list02 {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}