﻿.loader_txt, .cms_title h2, #catch h2, #question h2, #contents h2, #contents .box h3, #top_cms .cms_title h2, #page_title h2 {
    font-family: 'Shippori Mincho', serif !important;
}
/* color */
body,.txt_color_nomal{color: #333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #333333;} /* メインカラー */
.txt_color2{color: #efefef;} /* サブカラー */
.txt_color3{color: #B12441;} /* アクセントカラー1 */
.txt_color4{color: #f6f5ee;} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white;} /* 白背景 */
.bg_black{background-color: black;} /* 黒背景 */
.bg_color1{background-color: #eedcb3;} /* メインカラー */
.bg_color2{background-color: #efefef;} /* サブカラー */
.bg_color3{background-color: #B12441;} /* アクセントカラー1 */
.bg_color4{background-color: #f7f6dc;} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important;}


/* border-color ※!important */
.border_color1{border-color: #eedcb3;}
.border_color2{border-color: #efefef;}
.border_color3{border-color: #B12441;}
.border_color4{border-color: #f7f6dc;}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #000;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #eedcb3;} /* メインカラー */
.hvr_txt_color2:hover{color: #efefef;} /* サブカラー */
.hvr_txt_color3:hover{color: #B12441;} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #f7f6dc;} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white;} /* 白背景 */
.hvr_bg_black:hover{background-color: black;} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #eedcb3;} /* メインカラー */
.hvr_bg_color2:hover{background-color: #efefef;} /* サブカラー */
.hvr_bg_color3:hover{background-color: #B12441;} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #f7f6dc;} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important;}

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #eedcb3;}
.hvr_border_color2:hover{border-color: #efefef;}
.hvr_border_color3:hover{border-color: #B12441;}
.hvr_border_color4:hover{border-color: #f7f6dc;}

.marker {
    background: -webkit-linear-gradient(transparent 60%, #eedcb3 60%);
    background: -o-linear-gradient(transparent 60%, #eedcb3 60%);
    background: linear-gradient(transparent 60%, #eedcb3 60%);
}
.not {
    font-size: 14px;
}
.sns_link {
    border-color: #b12441;
}
.sns_link .width_30 {
    width: 30px;
    height: 30px;
}

.con1 .box_item, .con2 .box_item, .con3 .box_item, .con4 .box_item {
    background-image: url(./Dup/img/haikei.png);
}
#contents .box .box_item .sub_title {
    color: #B12441;
}
#tel_contact h3, .tel a, .okotowari, .tel_txt p, .loader_txt, #cms_2-b .cate_title, .page7 .content_wrap .txt_white, #footer h2 span, .page9 .content_wrap .box a, .page9 .top_txt p {
    color: #333;
}
.main_img_wrap .menu .img_tool {
    width: 100% !important;
}
.main_img_wrap .menu .img_tool a {
    width: 100%;
    justify-content: center;
}
#footer .sns_link .img_tool a {
    width: 100%;
}
/*.main_img_wrap .menu .img_tool .width_30 {
    width: auto;
    height: 20px;
}*/
.tel {
    border-color: #333;
}
/*.pager .border_so1 {
    border-color: #333;
}
.pager:hover .border_so1 {
    border-color: #eedcb3;
}*/
.pager .border_so1 {
    border-color: #333;
    background-color: #fff;
    color: #333;
}
.pager .border_so1:hover {
    border-color: #eedcb3;
    background-color: #eedcb3;
    color: #333;
}
.pager a.active .border_so1{
    border-color: #b12441;
    background-color: #b12441;
    color: #fff;
}
.okotowari {
    margin-top: -20px;
    margin-bottom: 50px;
}
.linkStyle {
    color: #B12441;
}
.header li .txt_white, .cms_link_box .box1, .cms_link_box .box1 .txt1, .title .letter_4, .more_box p, #catch h2, .page-top a {
    color: #222222;
}
.more_txt2 {
    color: #fff !important;
}
#contents .con3 {
    margin-top: 150px;
}
#contents .con4 {
    margin-top: 120px;
}
#contents .title {
    color: #222222;
}

#contents .sliceTxt1 {
    color: #B12441;
    font-size: 40px;
}
.top_page .box h3::first-letter {
    color: #B12441;
    font-size: 30px;
}
.catchcopy {
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
}
.bg_color2 {
    background-color: #fcebef;
}
/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}



.btn,
a.btn,
button.btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
/*その他と主な共通部分は省略*/

a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #b12441;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.link_wrap {
    margin-top: -80px;
}
#cms_3-b .cate_img1 .shadow-l {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0);
}
.main_img_wrap .menu .img_tool a {
    padding-left: 20px;
}
/********************************/
.link_type1 .link_top .link_title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
	margin-bottom: 30px;
    color: #474521;
    font-weight: normal;
}
.link_type1 .link_top .link_title{
    font-size: 20px;
    margin-bottom: 20px;
}
.link_type1 .link_top a{
	padding-top: 80px;
    padding-bottom: 60px;
}
.link_type1 .link_top a:hover{
    background-color: #ededeb;
}
.link_type1 .link_top a:hover .link_img1{
    transform: translate(-50%, -50%) scale(1.1,1.1);
    opacity: 0.1;
}
@media screen and (max-width: 667px){
.link_type1 .link_top .link_title{
    font-size: 15px;
}
}
#cms_3-b .cate_title {
    color: #333;
}
.icn {
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    width: auto;
    height: 30px;
}
.icn_box {
    overflow: hidden;
}
.main_img_wrap .menu .img_tool a {
    width: 100%;
    justify-content: flex-start;
}
#footer .f_link .width_20per {
    width: 23% !important;
}
/*.pager .border_so1:hover {
    border-color: #eedcb3;
    background-color: #eedcb3;
    color: #333;
}
.pager .border_so1 {
    border-color: #b12441;
    background-color: #b12441;
    color: #fff;
}*/
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#contents .con3 {
    margin-top: 100px;
}
#contents .con4 {
    margin-top: 100px;
}
.catchcopy {
    z-index: 1;
    top: 60%;
    transform: translate(50%, -50%);
    right: 50%;
    width: 350px;
}
#toggle .bg_white {
    background-color: #333;
}
a.btn-flat {
    margin-top: 32px;
    width: 350px;
}
#cms_3-d .cate_list li:nth-child(3n) {
    margin-right: 5%;
}
footer .footer_con_box a:hover .not {
    letter-spacing: 6px;
}
.not {
    font-size: 11px;
}
.over_hide .sns_link {
    display: flex;
}
/*.over_hide .sns_link .width_20per {
    width: 30% !important;
}
    .over_hide .sns_link .width_30 {
        width: 50px;
        height: 50px;
    }*/
    .overlay-menu .ic_t {
        display: none;
    }
    #footer .sns_link {
        justify-content: center;
    }
    #footer .sns_link .width_20per {
    width: 40% !important;
}
}
/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
#contents .sliceTxt1 {
    font-size: 35px;
}
.catchcopy {
    z-index: 1;
    top: 70%;
    transform: translate(50%, -50%);
    right: 50%;
    width: 300px;
}
.top_loader .loader_txt {
    font-size: -webkit-calc(1rem + 4px);
    font-size: calc(1rem + 4px);
}
a.btn-flat {
    width: 300px;
}
a.btn-flat {
    padding: 1.5rem 3rem;
}
.btn, a.btn, button.btn {
    font-size: 1rem;
}
.okotowari {
    margin-top: -20px;
    margin-bottom: 50px;
    font-size: 12px;
}
#cms_3-d .cate_list li:nth-child(3n) {
    margin-right: 0%;
}
.overlay .sns_link a {
    padding: 0;
}
.over_hide .sns_link .width_30 {
        width: auto;
        height: 15px;
        padding-right: 0;
    }
        #footer .sns_link .width_20per {
        width: 100% !important;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .overlay-menu .sns_link .width_30 {
    width: 30px;
    height: 30px;
}
}
.action {
    color: #b12441 !important;
}