@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){
  #point1 + div,
  #point1 + section,
  #point2 + div,
  #point2 + section,
  #point3 + div,
  #point3 + section,
  #point5 + div,
  #point5 + section,
  #point6 + div,
  #point6 + section,
  #point7 + div,
  #point7 + section,
  #point8 + div,
  #point8 + section,
  #point9 + div,
  #point9 + section,
  #garamond_font + section,
  #bg_padding + div,
  #bg_padding + section{
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*--フォント修正--*/
#garamond_font + section.contents_box01 .content_wrapper .wrapper_item .inner_item_txt strong,
.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;
}

#garamond_font + section.contents_box01 .content_wrapper .wrapper_item .inner_item_txt strong{
  font-weight:normal;
}

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;
}

/*--lv修正--*/
#lv{
  height:150px!important;
}
#lv_outer #lv div.parallax_img {
  height: 150px!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: transparent;
}

#accordion + section section{
  transition: 0.8s;
  padding-top:0;
  padding-bottom:25px;
  background-color: transparent!important;
}

#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 #ffffff;
  max-width: 700px !important;
  background:#transparent;
}

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

#accordion + section section .content_wrapper .heading.block_header_7{
  padding:10px 0;
  width: calc(100% - 30px);
}

#accordion + section section .content_wrapper .heading.block_header_7 .h{
  color: rgb(61, 61, 61);
  position: relative;
  top: 3px;
  left: 10px;
}

#accordion + section section .content_wrapper .wrapper_item .inner_item_txt{
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  padding: 20px 0!important;
}

#accordion + section section .content_wrapper .wrapper_item .inner_item_txt p {
  color: rgb(61, 61, 61);
  font-size:1.5rem;
  margin-bottom:0;
  display:flex;
  margin-bottom: 5px;
}

#accordion + section section .content_wrapper .wrapper_item .inner_item_txt p a {
  text-decoration-color: #1558d6!important;
  display: block;
  color: #1558d6;
  text-decoration: underline;
  margin:0 0 0 5px;
}

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

#accordion + section section .content_wrapper .wrapper_item{
  padding:0px 15px 15px!important;
}   
@media screen and (max-width:400px){ 
  #accordion + section section .content_wrapper .wrapper_item{
    padding:10px!important;
  }  
}