﻿@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500&display=swap');
a[href^="tel:"], .h_tel .h_tel_bt, #header_menu, #intro_txt h2, #contents .box .d_table-cell h3, .cms_title, #page_title, .foot_page, #copyright, .box_title, .box_title1, .cate_title, .more a, #cms_5-c .box_txt1::before, #page10 ul li a{font-family: 'Shippori Mincho',"游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";}


/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #722a25;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
body,.txt_color_nomal{color: #444444;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #722a25} /* メインカラー */
.txt_color2{color: #f4f4f4} /* サブカラー */
.txt_color3{color: #f19601} /* アクセントカラー1 */
.txt_color4{color: #ecdfad} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #722a25} /* メインカラー */
.bg_color2{background-color: #f4f4f4} /* サブカラー */
.bg_color3{background-color: #f19601} /* アクセントカラー1 */
.bg_color4{background-color: #ecdfad} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #722a25}
.border_color2{border-color: #f4f4f4}
.border_color3{border-color: #f19601}
.border_color4{border-color: #ecdfad}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #722a25;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #722a25} /* メインカラー */
.hvr_txt_color2:hover{color: #f4f4f4} /* サブカラー */
.hvr_txt_color3:hover{color: #f19601} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #ecdfad} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #722a25} /* メインカラー */
.hvr_bg_color2:hover{background-color: #f4f4f4} /* サブカラー */
.hvr_bg_color3:hover{background-color: #f19601} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #ecdfad} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}


/* border-color ※!important */
.hvr_border_color1:hover{border-color: #722a25}
.hvr_border_color2:hover{border-color: #f4f4f4}
.hvr_border_color3:hover{border-color: #f19601}
.hvr_border_color4:hover{border-color: #ecdfad}



/* all ---------------------------------------------------------------------------------------------*/
body{background: url( "../dup/img/bg.jpg" ) top left / 1000px repeat;}
.h_tel .tel_mark{background-color: #376605;}
#header #logo {padding: 50px 0 15px;}
.ccn{border: solid 2px currentColor;top: 16px;border-radius: 9px;}
.ccn:before{display: none}
.ccn:after {
    left: 13px;
    top: 12px;
    width: 2px;
    height: 13px;
}
#header_menu li {
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center top;
    padding-top: 36px;
    background-image: url(Dup/img/menu_icon.png);
}
.sns_links{justify-content: center;}
.sns_links li {
    width: 11.33333%!important;
    margin: 0 5%;
}


/* top ---------------------------------------------------------------------------------------------*/
#main_img, #contents figure img{border-radius: 20px;position: relative}
.swiper-container-fade .swiper-slide{border-radius: 20px;}
#main_img::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url(../dup/img/main_txt.png);
    background-size: 36%;
    background-repeat: no-repeat;
    background-position: bottom 42% right 55px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    pointer-events: none;
}
#intro_txt h2{color: #376605;}
#intro_txt h2, #intro_txt p{position: relative;z-index: 1}
.intro_item01{
	width: 213px;
    top: 0;
    left: 0;
}
.intro_item02{
	width: 170px;
    right: 0;
    bottom: -16px;
}
.intro_item01, .intro_item02{z-index: -1;animation: sayu01 3s linear infinite alternate;}
.intro_item02{animation: sayu02 3s linear infinite alternate;}
@keyframes sayu01 {
	0% { transform:translateX( -10px); }
	100% { transform:translateX( 10px); }
}
@keyframes sayu02 {
	0% { transform:translateX( 10px); }
	100% { transform:translateX( -10px); }
}

#contents .box .d_table-cell h3 {
    padding: 18px 26px;
    font-size: 20px;
    border-radius: 5px;
}
#top_cms .cms_title {
    border-left: 2px solid #722a25;
    border-right: 2px solid #722a25;
    padding: 10px 10px 10px 23px;
    display: inline-flex;
    margin-bottom: 67px;
}
#top_cms .cms_title h2, #top_cms .cms_title p{
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
#top_cms .cms_title .title_bg {
    content: "";
    width: 100px;
    height: 100px;
    left: 21px;
    top: -70px;
    bottom: auto;
    margin: auto;
    border-radius: 0;
    z-index: -1;
    background-color: transparent;
    background: url(../dup/img/item01.png) top left / contain no-repeat;
}
.more a {
    position: relative;
    background-color: rgba(255,255,255,0.48);
    border-radius: 50% 50% 50% 60%/50% 50% 60% 60%;
    border: 1px solid rgba(40,102,0,0.46);
}
.more a:hover {
    background-color: #376605;
}
.more a:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 50% 50% 50% 85%/50% 50% 70% 60%;
    z-index: -1;
    animation: 7s linear infinite rotation1;
    border: 1px solid rgba(40,102,0,0.46);
}
@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}


/* other ---------------------------------------------------------------------------------------------*/
.date, #page10 ul li a{border-radius: 5px;}
.cate_list li a {
    background: url(../dup/img/bg.png) top left / 50px repeat #f19601;
    border-radius: 5px;
    color: #fff;
}
.cate_list li a:hover{background-color: #376605;}



/* IE */
@media all and (-ms-high-contrast: none){
.h_tel .tel_txt{padding-top: 0!important}
#cms_5-c .box_txt1::before{top: 3px!important;}
#cms_2-a .cate .cate_title{padding-top: 8px!important}
#page10 ul li a{padding-top: 18px!important}
#contents .box_wrap .box .d_table-cell h3{padding: 15px 23px!important}
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#header #logo {padding: 24px 0 10px;}
.toggle{right: 13px;top: -14px;}
#main_img::before{background-position: bottom 42% right 15px;background-size: 39%;}
.intro_item01{width: 20%;}
.intro_item02{width: 18%}
#top_cms .cms_title {
    text-align: left;
    padding: 5px 10px 5px 23px;
    margin-left: 0;
    margin-bottom: 67px;
    margin-top: 70px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
#top_cms .cms_title::before{display: none}
#top_cms .cms_title .title_bg{display: block}
#info .txt_center_tb{text-align: left;}
}

/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
#header #logo {padding: 20px 0 10px;}
.toggle {right: 8px;top: -3px;}
#main_img::before{background-position: bottom 42% right 4px;background-size: 41%;}
#intro_txt h2 {font-size: -webkit-calc(1rem + 4px);font-size: calc(1rem + 4px);}
#intro{border-bottom: none;}
.intro_item01{width: 36%;top: -19px;left: -5px;}
.intro_item02{width: 39%;right: -7px;bottom: -51px;}
#contents .box .d_table-cell h3{padding: 15px 20px;font-size: 16px;}
#top_cms{padding: 0 20px;}
#top_cms .cms_title{width: 48px;}
#top_cms .cms_title h2, #top_cms .cms_title p{font-size: 16px}
}

