@charset "UTF-8";

/*--おすすめのコーティング修正--*/
#recommended + section {
  padding-left: 20px;
  padding-right: 20px;
}

#recommended + section.contents_box01 .content_wrapper{
  max-width: 700px !important;
}

#recommended + section.contents_box01 .content_wrapper .heading.block_header_6 h2.h {
  color: rgb(61, 61, 61);
}

#recommended + section.contents_box01 .content_wrapper .wrapper_item .wrap{
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
}

#recommended + section.contents_box01 .content_wrapper .wrapper_item .wrap{
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  padding: 10px 0;
}

#recommended  + section.contents_box01 .content_wrapper .wrapper_item .wrap p{
  font-weight:bold;
  margin-bottom:0;
}

#recommended + section.contents_box01 .content_wrapper .wrapper_item .wrap p a {
  color: #1558d6;
  text-decoration-color: #1558d6!important;
  font-weight: normal;
} 

/*--背景カラー修正--*/
footer{
  background: #131313;
}

@media screen and (min-width:851px){
  #Segoe_font + section,
  #bg_padding + div,
  #bg_padding + section{
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*--フォント修正--*/
.heading.block_header_1 .h,
.heading.block_header_6 p,
.heading.block_header_6 .h,
.heading.block_header_7 .h,
body.ft04 h3,
body.ft04 h2,
#lv p span {
  font-family: Garamond, 'Times New Roman', MyYuMinchoM, '游明朝 Medium', 'Yu Mincho Medium', '游明朝', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'MS P明朝', 'MS PMincho', serif!important;
}

#bg_padding + section .content_wrapper .heading.block_header_6 p,
#Segoe_font + section.contents_box01 .content_wrapper .heading.block_header_5 h2.h,
body.ft04.view_single{
  font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, MyYuGothicM, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif!important;
}

@media screen and (min-width: 801px){
  #bg_padding + section .content_wrapper .heading.block_header_6 .h{
    font-size: 2.6rem !important;
  }
}

#bg_padding + section .content_wrapper .heading.block_header_6 p{
  font-size: 1.65rem;
  text-align:left;
}

/*--lv修正--*/
#lv{
  height:196px!important;
}
#lv_outer #lv div.parallax_img {
  height: 196px!important;
}

/*--アコーディオンメニュー--*/
#accordion + section{
  background-size:cover!important;
  position:relative;
}

#accordion + section:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: #000000a1;
}

#accordion + section section{
  transition: 0.8s;
  padding-top:0;
  padding-bottom:25px;
}

#accordion + section section .content_wrapper,
#accordion + section section .content_wrapper .wrapper_item{
  background-color:transparent!important;
}

#accordion + section section .content_wrapper{
  padding:0;
  border: 1px solid #a5a5a5;
}

#accordion + section section .content_wrapper .wrapper_item{
  margin-top:0;
  border-top: none;
}

#accordion + section section .content_wrapper .heading.block_header_7{
  padding:10px 0;
}

#accordion + section section .content_wrapper .heading.block_header_7 .h{
  font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, MyYuGothicM, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif!important;
  position: relative;
  top: 3px;
}

#accordion + section section .content_wrapper .heading.block_header_7:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 11px;
  height: 3px;
  background: #a5a5a5;
}

#accordion + section section .content_wrapper .heading.block_header_7:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  transition: all .3s;
  width: 3px;
  height: 11px;
  background: #a5a5a5;
}

#accordion + section section .content_wrapper .heading.block_header_7.open:after {
  top: 25%;
  transform: rotate(90deg);
  opacity: 0;
}

@media screen and (max-width:420px){
  #accordion + section section .content_wrapper .heading.block_header_7 .h{
    font-size: 4.5vw;
  }
  #accordion + section section .content_wrapper .wrapper_item .inner_item_txt{
    font-size: 4vw;
  }
}