@charset "UTF-8";

/*--ごあいさつ下、3連リンク修正--*/
#access_coating + div .content_wrapper a {
  background-color: transparent;
  color:#fff!important;
  text-decoration: underline;
  text-decoration-color: #fff!important;
}

#access_coating + div .content_wrapper a:before{
  content:none;
}

#access_coating + div .content_wrapper a:hover{
  background:transparent;
  opacity:0.7;
}

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

#bg_black + div,
#bg_black + section{
  padding-left: 20px;
  padding-right: 20px;
}

#para + section {
  background-position: 50% 0%!important;
}

#para + section:after {
  background-color: rgba(7,0,3, 0.7);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

/*--フォント修正--*/

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

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

#Segoe_font + div .heading.block_header_4 .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;  
}

#access_coating + div .content_wrapper a span{
  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:151px!important;
}

#lv_outer #lv div.parallax_img {
  height: 151px!important;
}

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

#accordion + section .content_wrapper {
  margin-bottom: 30px;
}

#accordion + section .content_wrapper .heading.block_header_6 p{
  text-align:left;
  font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, MyYuGothicM, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif!important;  
}

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

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

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