@charset "UTF-8";

/*
Theme Name: KADAN Child
Theme URI: https://tcd-theme.com/
Description: KADAN TCD056 Child Theme
Author: Design Plus
Author URI: https://tcd-theme.com/
Template: kadan_tcd056
Version: 1.0.0
Text Domain: kadan-child
*/

@import url("../kadan_tcd056/style.css");

.common-page-note {
  margin-top: 50px;
  padding: 32px 28px;
  background: #f7f5f0;
  border: 1px solid #ddd6c8;
  text-align: center;
}

.common-page-note h3 {
  margin: 0 0 16px;
  font-size: 22px;
  color: #614e92;
}

.common-page-note p {
  margin: 0 0 14px;
  line-height: 1.9;
}

.common-page-note-btn {
  display: inline-block;
  margin-top: 8px;
  padding: 12px 30px;
  background: #614e92;
  color: #fff;
  text-decoration: none;
}

.common-page-note-btn:hover {
  opacity: 0.8;
  color: #fff;
}



.f-btn { 
 color : #f7f5ef !important;
text-decoration : none  !important;
}
.f-btn:hover { 
 color : #f7f5ef !important;
text-decoration : none  !important;
}

.fu-3icon span { margin : 5px; border-radius :10px; background-color : #614e92; padding : 5px; color : #fff;
}
/* オリジナルカラー指定 */
.color1{color : #614e92;}
.color2{color : #96946f;}
.color3{color : #b8a46f;}
.color4{color : #f7f5ef;}
.color5{color : #e6e0ef;}

.bg1{background-color : #614e92;}
.bg2{background-color : #96946f;}
.bg3{background-color : #b8a46f;}
.bg4{background-color : #f7f5ef;}
.bg5{background-color : #e6e0ef;}

/* お急ぎの方のメニューの赤表示 */
.p-global-nav > ul > li > a:hover {
    background: #403360 !important;
}
.p-global-nav .sub-menu a:hover {
    background: #403360  !important;
}
.menu li:last-child .sub-menu li:first-child a {
    background: #b30000;
}
.menu li:last-child .sub-menu li:first-child a:hover{
    background: #9a0000  !important;
}
