@charset "UTF-8";
/*　
=============================================================================================== */
/* ---------------------------------------------------------------------------------------- 

	共通

---------------------------------------------------------------------------------------- */
/*---------本文フォント-----------------*/
.siteblock-main p, .siteblock-main li, .siteblock-main th, .siteblock-main td{
    font-size: 16px;
}
/*---------見出し1----------*/
body h1{
    font-size: 50px !important;
    font-weight: bold;
    color: #003B71 !important;
}


/*---------見出しh2----------*/
body h2{
    color: #003B71;
    font-size: 38px;
}
@media (max-width:767px){
    body h2{
    font-size: 26px;
}
}
h2:after {
    content: none;

}

/*---------見出しh4----------*/

h4:after {
    content: none;
}
h5{
    content: none;
    padding: 0;
    color: #003B71;
    background: none;
    font-weight: bold;
    font-size: 18px;
}

/*-----------a要素カラー------*/
a{
    color: #333333;
}

/*------------ボタン------------*/
a.btn02{
    background-color: #FFAB00;
    color: #fff;
    border-radius: 10px;
    border: none;
}
a.btn02::after{
    content: none;
}

a.btn02:hover{
    background-color:#FFAB00 ;
    color: #fff;
    opacity: 0.6;
}
a.btn02:focus{
    background-color:#FFAB00 ;
    border: none;
    color: #fff;
}

a.btn02:after{
    border:none;
    height: auto;
    width: auto;
    top: 50%;
    right: 0;
    transform: none;
    width: 30px;
    border-color: transparent;
    transition: none;
}
a.btn02:hover:after{
    border-color: transparent;
    right: 0;
}
/*----------ヘッダー----------*/

.siteblock-header img{
    max-width: 350px;
    text-align: left;
    margin-left: 0;
    
}
.siteblock-header .navbar-default{
    margin-right: 15px ;
}

.siteblock-header{
    height: 95px;
    position: relative;
    
}

.siteblock-header img{
    position: absolute;
    max-width: 350px;
    left: 0;
    margin-left: 15px;
     top: 50%; 
  transform: translateY(25%);
  
    
}
@media(max-width:767px){
    .siteblock-header img{
        max-width: 180px;
        transform: translateY(50%);
    }
    .siteblock-header{
    height: 73px;
    
}
}


/*--------ハンバーガー----------*/

.siteblock-header .navbar-default {
    background-color: #003B71;
}
.siteblock-header .navbar {
    
    border: none;
    padding: 17px 20px;
    position: absolute;
    top:0;
    right: 0;
    min-height: auto;

    
}
.navbar-toggle .icon-bar {
    display: block;
    width: 39px;
    height: 1px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 14px;
}
.siteblock-header .navbar-default .navbar-toggle.collapsed .icon-bar {
    background-color: #fff;
}
.siteblock-header .navbar-default .navbar-toggle.collapsed .icon-bar:hover,
.siteblock-header .navbar-default .navbar-toggle.collapsed .icon-bar:focus{
    background-color: #fff;
}
.siteblock-header .navbar-default .navbar-toggle.collapsed:hover .icon-bar,
.siteblock-header .navbar-default .navbar-toggle.collapsed:focus .icon-bar{
    background-color: #fff;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }
}

@media(max-width:767px){
    .siteblock-header .navbar {
    padding: 10px 12px;
}
.navbar-toggle .icon-bar {
    width: 25px;
    height: 1px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 10px;
}



}
/*ハンバーガー（開いたとき）*/
.siteblock-header .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(1) {
    top: 14px;
    background-color: #c8c8c8;
}
@media(max-width:767px){
.siteblock-header .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(1) {
    top: 10px;
}
}
.siteblock-header .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(3) {
    background-color: #c8c8c8;
}
.siteblock-header .navbar-default .navbar-collapse.in {
    background-color: #fff;
    
}

.siteblock-header .navbar-nav li.menu-level-0 {
    border-bottom: 1px solid #c8c8c8;
    padding: 15px 8px;
}
.siteblock-header .navbar-nav a, .siteblock-header .navbar-nav div {
    color: #333 !important;
    padding: 0 !important;
}
.siteblock-header .navbar-nav a:hover, .siteblock-header .navbar-nav a:focus {
    text-shadow: none;
}
/*-------------フッター---------*/
.siteblock-footer{
    background-color: #fff;
    border-top: 2px solid;
    border-color: #003B71;
    color: #333333;
}


.navigation-footer a.menu{
    color: #333333;
}
.fotter-text{
    text-align: center;
}

@media (min-width: 768px) {
    .cparts-id552.lay-col12-xs-12:not([class*="lay-col12-md-"]), .cparts-id572.lay-col12-xs-12:not([class*="lay-col12-md-"]) {
        flex: 0 0 33.3333%;
        
    }
    .siteblock-footer .lay-row{
    justify-content: center;
}
}

@media(max-width:767px){
    .footer-text{
        max-width: 80%;
       margin: 0 auto;;
        
    }
}
/*フッターの電話番号リンク色変更*/
.siteblock-footer .footer-text a,
.siteblock-footer .footer-text a:hover,
.siteblock-footer .footer-text a:focus {
    color: #333333;
    opacity: 0.8;
}


/*----アイコンフォント（外部リンク・PDF）------*/
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?30755511');
  src: url('../font/fontello.eot?30755511#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?30755511') format('woff2'),
       url('../font/fontello.woff?30755511') format('woff'),
       url('../font/fontello.ttf?30755511') format('truetype'),
       url('../font/fontello.svg?30755511#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* 外部リンク */


.siteblock-main a[href^="https://"].btn02:after,
.siteblock-main a[href^="http://"].btn02:after,
.siteblock-upper a[href^="http://"].btn02:after,
.siteblock-upper a[href^="http://"].btn02:after{
    font-family: 'fontello';
    content: 'w';
    color: #fff;
    margin:0 5px;
    transform: translateY(-50%);
    right: 20px;
}

.siteblock-main a[target="_blank"]:not(.btn02):before{
    font-family: 'fontello';
    content: 'w';
    margin:0 5px;
    transform: translateY(-50%);
    right: 20px;
}
/* ---------------------------------------------------------------------------------------- 

	HOME

---------------------------------------------------------------------------------------- */
/*----------メインビジュアル----------*/
body .siteblock-upper {
    background-image: none !important;
    background-color: transparent !important;
}
@media (min-width: 992px) {
    .siteblock-upper {
        background: none;
    }
    
}


.siteblock-upper {
  background: none !important;
  background-image: none !important;
  background-color: transparent !important;
  background-repeat: initial !important;
  background-position: initial !important;
}
.siteblock-upper .container-fluid .box{
    margin: 0;
}
h2.top-h2{
  padding-top:20px ;
}

/*メインビジュアル余白（ブレイクポイントはテンプレートに合わせて）*/
@media (min-width:1200px){

.home-images .lay-img-width--max img {
   padding-right: calc(10% - 65px);
   padding-left: calc(10% - 65px);
   padding-top: 20px;
}
}
@media (max-width:1199px){

.home-images .lay-img-width--max img {
   padding-right: 10%;
   padding-left: 10%;
   padding-top: 20px;
}
}
@media (max-width:768px){

.home-images .lay-img-width--max img {
   padding-right: 0px;
   padding-left: 0px;

}
}
/*----------各事業説明（袴レンタル、成人式振袖など）----------*/


.main_layout h2{
    text-align: left;
    padding-top: 0;
}
.main_layout .parts_h_type16_ja{
    margin-bottom: 50px;
}
@media(max-width:767px){
    .main_layout .lay-row{
        display: flex;
        flex-direction:column-reverse;
    }
}
.main_layout span.parts_h_type16_en{
    font-family: Noto Sans JP;
    font-size: 28px;
    color: #333333;
}
@media(max-width:767px){
    .main_layout span.parts_h_type16_en{
    font-size: 20px;
}
}
.main_layout .cparts-id531--02_ttl{
    margin-bottom: 50px;
}

.main_layout_other span.parts_h_type16_en{
    display: none;
}
/*コンテンツ間の余白（画像とテキスト間）*/
@media(min-width:768px){
    .main_layout_padding .cparts-img-block{
    padding-right: 30px ;
}
.main_layout_padding .parts_h_type16,
.main_layout_padding .cparts-txt-block{
    padding-left: 15px;
}
    .main_layout_padding2 .cparts-img-block{
    padding-left: 30px ;
}
.main_layout_padding2 .parts_h_type16,
.main_layout_padding2 .cparts-txt-block{
    padding-right: 15px;
}

}

/*各コンテンツ（袴、振袖…）スマホ版の余白調整用*/

@media(max-width:767px){
    .main_layout img{
        margin-bottom: 50px;
    }
    .main_layout .cparts-id531--02_ttl{
     margin-bottom: 25px;
    }
}

/*---------------お知らせ------------*/
@media(min-width:768px){
.siteblock-bottom .topicsDigest .topicsDigestBox{
    width: 100%;
    margin-bottom: 0px;
    
}
.topicDigestText{
    display: flex;
    flex-direction: row;
}
}

.siteblock-bottom .boxBottom h2{
    margin-bottom: 50px;
}
.siteblock-bottom .topicsDigestBox{
    border-bottom: 1px solid #c8c8c8;
}
.topicsDigest .topicDate {
    background-color:transparent;
    color: #333333;
    position: static;
    margin: 0;
    padding: 0;
}
h3.topicLink{
    margin: 0 0 0 50px;
    padding: 0;
    
}
.siteblock-bottom .topicDigestImgOFF{
    padding-top: 20px;
}

.topicDigestLink a{
    background-color: #FFAB00;
    color: #fff;
    border-radius: 10px;
    border: none;
}
.topicDigestLink a:after{
    content: none;
}
.topicDigestLink a:hover{
    background-color: #FFAB00;
    border-color:transparent;
    color: #fff;
    opacity: 0.6;
}


/*--------------バナーコンテナ---------*/

.banner-container{
    padding-bottom: 80px;
   
}
.banner-icon .lay-row{
    margin-right: 15px;
    margin-left: 15px;
    box-sizing: content-box;
}
.banner-container .lay-row img{
    max-width: 500px;
}


@media (min-width: 768px) {
    .row .col-sm-6 {
        width: 100%;
    }
}
.sitedesign-optblock{
    background-color: #EEF1F6;
}

.topicsDigest .box{
    margin-bottom: 200px;
}

/* ---------------------------------------------------------------------------------------- 

卒業式レンタル袴

---------------------------------------------------------------------------------------- */
/*--------------メインビジュアル---------*/
.cparts-id175 .cparts-body-block, .cparts-id176 .cparts-body-block {
    justify-content: center;
    position: relative;
}
.siteblock-upper .upper-main-image2{
    width: 100%;
}

.upper-main-image2 .cparts-img-block {
    width:50%;
}
.upper-main-image2 .cparts-img-block img{
    width: 100%;
}

.upper-main-image2 .cparts-id175__ttl{
    color: #003B71 !important;
    margin: 65px;
}

/*下層ページのメインビジュアル文字サイズ調整*/
.upper-main-image2 h1{
    font-size: 38px !important;
}
@media(max-width:767px){
    .upper-main-image2 h1{
    font-size: 26px !important;
}
}

.upper-main-image2 .cparts-txt-block h4{
    font-size: 30px;
    margin-bottom: 50px;
}

@media(max-width:767px){
    .upper-main-image2 .cparts-txt-block h4{
    font-size: 20px !important;
}
}
.upper-main-image2 .cparts-txt-block p{
    font-size: 16px;
}
/*
.upper-main-image2 .cparts-txt-block p:not(:last-child){
    margin-bottom: 0 !important;
}
*/
.upper-main-image2 .cparts-txt-block{
    position: static;
    width: 100%;
    
}
.upper-main-image2 .cparts-body-block{
    display: flex;
    flex-direction: column-reverse;
}


@media(min-width:768px){
    .upper-main-image2 .cparts-txt-block{
    max-width: 50%;
}
    .upper-main-image2 .cparts-body-block{
        display: flex;
        flex-direction: row-reverse;
    }
    .upper-main-image2 .cparts-txt-block {
        position:static;
        padding-left: 100px;
        margin-top:22px;
        }

        
}

h2.h2-firstchild{
    margin-top: 40px;
}

/*下層ページのメインビジュアルスマホ版余白調整*/
@media(max-width:767px){
    .upper-main-image2 img{
        margin-bottom: 60px;
    }
        .upper-main-image2 .cparts-id175__ttl{
    margin-bottom: 40px;
}
 .upper-main-image2 h1{
     text-align: center !important;
 }
 .upper-main-image2 .cparts-txt-block{
     max-width: 100%;
 }
 
}

/*アニメーションの削除*/
.upper-main-image2 .cparts-animation--fadeUp {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
}
.upper-main-image2 .cparts-animation__duration-time08 {
    animation: none;
}
.upper-main-image2 .cparts-animation__delay-time04 {
    animation: none;
}
.upper-main-image2 .cparts-animation--blurTrigger,.upper-main-image2 .cparts-animation--fadeUpTrigger{
    opacity: 1;
}

@media(max-width:767px){
  
    .siteblock-upper .upper-main-image2{
    width: 100%;
    
}

.upper-main-image2 .cparts-img-block {
    width:auto;
    height: 100%;
}
.upper-main-image2 .cparts-img-block img{
    width: 100%;
}
}


/*-----------------提携会社----------------*/
.hakama-list a.btn02{
    display: block;
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
}
.hakama-list p{
    margin-bottom: 10px;
}
.hakama-list .cparts-img-block img{
    border: 1px solid #cccccc;
}

.otoko_hakama a.btn02{
    display: block;
    width: 100%;
    margin: 0 auto 10px;
}
@media(min-width:768px){
    .otoko_hakama a.btn02{
        width: 50%;
       
}
}
.otoko_hakama p{
    margin-bottom: 10px;
}
.otoko_hakama .cparts-img-block img{
    border: 1px solid #cccccc;
}
/*----------学内展示会----------------*/
h3.campus-h3{
    font-size: 24px;
    font-weight: normal;
    text-align: left;
    padding: 10px 15px;
}
.campus-h3{
    border-left: 8px solid #003B71;
}

.hakama-fair p{
    margin-bottom: 20px;
}
.hakama-fair tabele{
    border-collapse: collapse;
    border: none;
}
.hakama-fair td{
    background-color: #fff;
}
.hakama-fair th{
    background-color: #e3e3e3;
}
.hakama-fair{
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 10px;
}


.hakama-fair th{
    background-color: #e3e3e3;
    width: 30%;
    
}
.hakama-fair th,.hakama-fair td{
    padding: 5px 15px;
}

@media(min-width: 768px) {
    table{
        margin-bottom: 0px;
    }
    .hakama-fair th{
    width: 330px;
}
}

/*御殿山キャンパス*/
.hakama-fair2{
    margin-bottom: 0;
}
.hakama-fair2 p{
    margin-bottom: 20px;
}
.table-flex th{
    background-color: #e3e3e3;
    width: 30%;
    
}
.table-flex td{
    background-color: transparent;
}
.table-flex th,.table-flex td{
    padding: 5px 15px;
}
.table-flex{
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 10px;
}
@media(min-width:768px){
    .table-flex .cparts-txt-block{
        display: flex;
    }
    .table-flex .cparts-txt-block table{
        width: 50% !important;
  min-width: auto !important;
  max-width: none !important;
    }
}

/*学内展示会　終了したものの表示*/
.hakama-fair u{
    text-decoration: line-through;
    text-decoration-color:#cc0000;
    background: none;
}
.hakama-fair2 u{
    text-decoration: line-through;
    text-decoration-color:#cc0000;
    background: none;
}
.table-flex u{
    text-decoration: line-through;
    text-decoration-color:#cc0000;
    background: none;
}
/*-----------レンタルの流れ---------------------*/
.rental-list{
    border-color: #c8c8c8 !important;
    border-radius: 0 !important;
}
.rental-list .lay-margin-b--1 {
    margin-bottom: 0;
}
.rental-list .dec-bg--primary{
    background-color: #fff !important;
    color: #333 !important;
}
.dec-line-pe--primary::after {
    border-color: #d9d9d9 !important;
}
.rental-list::after {
    border-color: #d9d9d9 !important;
}

@media (max-width: 767px) {
    div.cparts-id131--02.dec-line-pe--primary::after {
        bottom: -40px;
    }
    .rental-list .lay-row {
        display: flex;
        flex-direction: column;
    }
}


@media (min-width: 768px) {
    .rental-list::after {
    border-color: #d9d9d9 !important;
}
    div.rental-list .cparts-head-block.dec-line-pe--primary::after {
        border-width: 25px;
        border-style: solid;
        border-right-color: transparent !important;
        border-bottom-color: transparent !important;
        border-left-color: transparent !important;
        bottom: -65px;
        content: ' ';
        height: 0;
        position: absolute;
        width: 0;
        left: 40%;
        margin-left: -10px;
    }
}

.hakama_graduation{
    width: 70%;
    margin: 0 auto;
}

@media(max-width:767px){
    

.hakama_graduation{
    width: 100%;
}
}
/*----------店舗案内---------*/
.shop-list td,.shop-list th{
    background-color: transparent ;
}
.shop-list table{
     border-collapse: collapse;
  width: 100%;
  border: none !important;
}
.shop-list tr{
    border-bottom: 1px solid #666666;
    }
    
.shop-list table tr:first-child{
    border-top:1px solid #666666;
}
.shop-list a:hover, a:focus{
    color: #333333;
    opacity: 0.6;
}
@media(max-width:767px){
    .shop-list table{
        border-collapse: collapse;
        width: 100%;
        
        
    }
    .shop-list{
        width: 100%;
        
    }
    .shop-list th,
    .shop-list td{
     display: block;
     width: 100%;
     border-bottom: none;
     
    }
    .shop-list tr:last-child{
        border-bottom: solid 1px #666666;
    }
    .shop-list .cparts-table-block{
        overflow-x: initial;
        word-break: break-all;
        white-space: normal;
    }
    
    .shop-list .cparts-table-block table {
        overflow-x: initial;
        max-width: 100%;
        min-width: 0px;
    }
}
/* ---------------------------------------------------------------------------------------- 

成人式振袖

---------------------------------------------------------------------------------------- */
/*--------------提携会社---------*/


@media(min-width:768px){
.furisode-list .lay-row .lay-col12-xs-12{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto;
    padding: 20px;
}
.furisode-list .lay-row .lay-col12-xs-12 h4{
    grid-column: 1/ span 2;
    text-align: left;
    margin-bottom: 0;
}
.furisode-list .lay-row .lay-col12-xs-12 img{
    grid-column: 1/2;
    max-width: 100%;
    height: auto;
    display: block;
    padding-right: 10px;
    box-sizing: border-box;
}
.furisode-list .lay-row .lay-col12-xs-12 .cparts-txt-block{
    grid-column: 2/3;
    padding-left: 10px;
    box-sizing: border-box;
}
}

.furisode-list .cparts-txt-block{
    padding-left: 10px;
}



.furisode-list .cparts-txt-block a.btn02{
    display: block;
    width: 100%;
    margin:10px 0 0 0;
}
@media(max-width:767px){
    .furisode-list .lay-row .lay-col12-xs-12 >.cparts-img-block,
.furisode-list .lay-row .lay-col12-xs-12 >.cparts-txt-block{
    display:block;
    width: auto;
    padding-left: 0px;
    text-align: center;
}
}
/*学外展示*/
.gakugai-fair .dec-bg--primary{
    background-color: #6ea0cf !important;
}
.gakugai-fair h3{
    display: none;
}
/*----------------------------------------------------------------------------------------

スーツ販売

----------------------------------------------------------------------------------------*/

/*---------割引クーポン---------------*/

.suit_shop{
    border-left: 8px solid #003B71;
    position: relative;
}

h3.suit_shop{
    font-size: 24px;
    font-weight: normal;
    text-align: left;
    padding: 10px 15px;
    
    padding-right: 100px;
    position: relative;
}


h3.suit_shop::after{
    content: "";
    background-image: url('/images/suit/coupon/images2025070214014675.png');
    width: 100px;
    height: 55px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    
    position: absolute; 
    right: 0;
    padding-top: 10px;
    top: 50%; 
    transform: translateY(-50%) translateY(5px);
}
h3.suit_image2::after{
    background-image: url('/images/suit/coupon/images2025070214014239.png');
}
h3.suit_image3::after{
    background-image: url('/images/suit/coupon/images2025070214014689.png');
}
h3.suit_image4::after{
    background-image: url('/images/suit/coupon/ico_logo04-01.png');
}
h3.suit_image5::after{
    background-image: url('/images/suit/coupon/images2025070214014681.png');
}

/* ---------------------------------------------------------------------------------------- 

pc販売

---------------------------------------------------------------------------------------- */
/*-----p-----*/
.pc-text{
    text-align: center;
}

/* ---------------------------------------------------------------------------------------- 

その他の事業

---------------------------------------------------------------------------------------- */
/*-----p-----*/
.goods_banner .dec-bg--primary{
    background-color:#6ea0cf !important;
}
.goods_banner .cparts-body-block .cparts-notes-block p
{
    display: none;
}
.goods_banner .cparts-img-block img{
    object-position: top;
}
/* ---------------------------------------------------------------------------------------- 

goods販売

---------------------------------------------------------------------------------------- */
/*-----h4-----*/

.goods_list .cparts-txt-block h4{
    padding-left: 0;
}
.goods_list .cparts-txt-block p{
    padding-left: 10px;
}
.nobori_goods .dec-bg--light{
    background-color: #fff !important;
}
.nobori_goods .cparts-txt-block::before{
    content: none !important;
}
/* ---------------------------------------------------------------------------------------- 

会社案内

---------------------------------------------------------------------------------------- */
/*---------h1---------------*/

.siteblock-upper h1:after {
    content: none;
    }
h1.title_h1:after,h1.title_h1:before {
    content: none;
}
h1.title_h1{
    background-color: #EDEDED;
}
/*--------会社概要のリスト-------*/
.shop-list .parts_tabel_type05 table{
    white-space: normal;
}
@media(max-width:767px){
    .shop-list .parts_tabel_type05{
        overflow-x: visible;
    }
}

/* ---------------------------------------------------------------------------------------- 

お知らせ

---------------------------------------------------------------------------------------- */
/*---------h1---------------*/

.topicsList h1:before,
.topicsArticle h1:before{
    background-color: transparent;
}
.topicsList h1,
.topicsArticle h1{
    background: none;
}
.topicsList h1{
    display: none;
}

.topicsList a:hover, a:focus{
    color: #333333;
    opacity: 0.6;
}
/* ---------------------------------------------------------------------------------------- 

お問い合わせ

---------------------------------------------------------------------------------------- */
/*h1*/

.mailForm h1:before {
    background-color: #fff;
    
}
.mailForm h1{
    display: none;
}
.mailForm a:hover,.mailForm a:focus{
    color: #333333;
    opacity: 0.6;
}
/*メールフォームテーブル*/
.mailform-table th{
    background-color: #e3e3e3;
}
.pageLink input:hover, .pageLink input:focus{
    background-color: #fff;
    border-color: #e3e3e3;
    color: #333333;
    opacity: 0.6;
}
/* ---------------------------------------------------------------------------------------- 

404 Error

---------------------------------------------------------------------------------------- */

a.btn02{
    background-color: #FFAB00;
}

.error_btn a.dec-btn--primary{
    background-color: #FFF !important;
    color: #333333;
    border: 1px solid #e8e8e8 !important;
}
.error_btn a.dec-btn--primary::after{
    content: none;
}

.error_btn a.dec-btn--primary:hover{
    color: #333333 !important;
    opacity: 0.6;
}
.error_btn a.dec-btn--primary:focus{
    color: #333333 !important;
    opacity: 0.6;
}



.error_btn a.dec-btn--primary:after{
    border:none;
    height: auto;
    width: auto;
    top: 50%;
    right: 0;
    transform: none;
    width: 30px;
    border-color: transparent;
    transition: none;
}
.error_btn a.dec-btn--primary:hover:after{
    border-color: transparent;
    right: 0;
}
/* ---------------------------------------------------------------------------------------- 

サイトマップ

---------------------------------------------------------------------------------------- */
/*h1*/

.siteblock-main #EDIT-sitemap-153 h1{
    display: none;
}

.siteblock-main #EDIT-sitemap-153 a:hover, a:focus {
    color: #333333;
    opacity: 0.6;
}