<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Template:rishun
Theme Name: rishun_child
Theme URI: https://rishuntrading.co.jp
Description: Rishun is a very simple &amp; easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Author: RishunTrading Limited.
Author URI: https://rishuntrading.co.jp
Version: 1.0.0
Requires at least: 1.0
Tested up to: 1.0.0
Requires PHP: 5.6.0
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Rishun WordPress theme, Copyright (C) 2022 RishunTrading Limited.
Rishun WordPress theme is licensed under the GPL.
Update Author:RishunTrading Limited
Update Author URI:https://rishuntrading.co.jp/
Version:1.0.0
*/
@charset "utf-8";
/************************************************************/
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400..800&amp;family=Noto+Serif+JP:wght@200..900&amp;display=swap');
:root{
    --linecolor:#06c755;
    --rishun-turquoise-blue:#1BC2DA;
    --rishun-dark-blue:#406FA7;
    --rishun-blue-like-green:#40e0d0;
    --rishun-red:#E32D22;
    --rishun-yellow:#D3E322;
    --rishun-orange:#E39722;
    --fontawesome:"Font Awesome 5 Free";
    --mincho:'EB Garamond', "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    --ptnB-pc-header-height:70px;
    --pghead-font-frame-color: rgba(75,75,75,0.15);
}
/*==========================================================*/
/* defalt define											*/
/*==========================================================*/
body, p{
    font-size:17px;
}
body a{
    color:#333;
    text-decoration:none;
    transition: all .3s ease;
}
body a:hover{
    color:#333;
}
.nodata{
    color:#ff0000;
}
img{
    width:100%;
    height:auto;
}
@media print {
    #mobile-menu {
        display: none !important;
    }
}
/*===============
  origin
================*/
.imgarea {
    margin-bottom:1rem;
    text-align: center;
}
.imgarea img {
    width:100%;
}
.gmap-wrap {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom:100%;
}
.gmap-wrap iframe, .gmap-wrap object, .gmap-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.detail-wrap {
    padding:30px 0;
}
img.aligncenter {
    display: block;
    margin-left:auto;
    margin-right:auto;
}
img.alignleft {
    float:left;
}
img.alignright{
    float:right;
}
a.tellink {
    transition: all .3s;
}
table {
    border-collapse: collapse;
}
.entry-body {
    padding:40px 0;
}
.entry-body a,.entry-body a:hover{
    color:#00a7bf;
}
.entry-body a{
    border-bottom:1px solid #00a7bf;
}
.entry-body a:hover{
    border-color:rgba(255, 255, 255, 0);
}
.single .entry-body img {
    display: inline;
    width: auto;
    max-width:100%;
}
.tb-inline,.tb-inline-block,.tb-block,.tb-flex,.pc-inline,.pc-inline-block,.pc-block,.pc-flex {
    display: none;
}
.bgoverlay {
    position: relative;
}
.bgoverlay::before {
    content: '';
    position: absolute;
    top: 0;
    left:0;
    width:100%;
    height:100%;
}
.bgoverlay&gt;div {
    position: relative;
    z-index: 1;
}
/* fade-in animation */
.fade-in,.load-in{
	opacity:0;
	transition:all .7s;
}
.load-in{
    transition-delay:.4s;
}
.fade-in.fade-in-up,.load-in.fade-in-up{
  -webkit-transform: translate(0,30px);
  -moz-transform: translate(0,30px);
  -ms-transform: translate(0,30px);
  -o-transform: translate(0,30px);
  transform: translate(0,30px);
}
.fade-in.fade-in-left{
  -webkit-transform:translate(-30px,0);
  -moz-transform:translate(-30px,0);
  -ms-transform:translate(-30px,0);
  -o-transform:translate(-30px,0);
  transform:translate(-30px,0);
}
.fade-in.fade-in-right{
  -webkit-transform:translate(30px,0);
  -moz-transform:translate(30px,0);
  -ms-transform:translate(30px,0);
  -o-transform:translate(30px,0);
  transform:translate(30px,0);
}
.fade-in-up-right{
    -webkit-transform:translate(30px,30px);
  -moz-transform:translate(30px,30px);
  -ms-transform:translate(30px,30px);
  -o-transform:translate(30px,30px);
  transform:translate(30px,30px);
}
.fade-in-up-left{
    -webkit-transform:translate(-30px,30px);
    -moz-transform:translate(-30px,30px);
    -ms-transform:translate(-30px,30px);
    -o-transform:translate(-30px,30px);
    transform:translate(-30px,30px);
}
.load-in.scroll-in,.fade-in.scroll-in{
  opacity:1;
  -webkit-transform: translate(0,0)!important;
  -moz-transform: translate(0,0)!important;
  -ms-transform: translate(0,0)!important;
  -o-transform: translate(0,0)!important;
  transform: translate(0,0)!important;
}
@media(min-width:500px){
    .d-500-none {
        display: none;
    }
}
@media(min-width:768px){
    .gmap-wrap {
        padding-bottom:75%;
    }
    a.tellink {
        pointer-events: none;
    }
    .tb-inline {
        display: inline!important;
    }
    .tb-inline-block {
        display: inline-block!important;
    }
    .tb-block {
        display: block!important;
    }
    .tb-flex {
        display: flex!important;
    }
}
@media(min-width:992px){
    .gmap-wrap {
        padding-bottom:56.25%;
    }
    .pc-inline {
        display: inline!important;
    }
    .pc-inline-block {
        display: inline-block!important;
    }
    .pc-block {
        display: block!important;
    }
    .pc-flex {
        display: flex!important;
    }
}
/* title,font
_____________________________*/
.h1org,.h2org,.h2org_cntr,.h3org,.h4org {
    line-height: 1.5;
}
.h1org {
    font-size:24px;
    font-family:var(--mincho);
    letter-spacing:1px;
}
.entry-header .h1org{
    margin-bottom:10px;
}
.h2org,.h2org_cntr{
    font-size:22px;
    margin-bottom:2rem;
}
.h2org,.h4org{
    font-family:var(--mincho);
    color:var(--rishun-dark-blue);
}
.h2org_cntr{
    display:flex;
    letter-spacing:1px;
    flex-direction:column;
    align-items:center;
    font-family:var(--mincho);
}
.h2org.wh,.h2org_cntr.wh{
    color:#fff;
}
.h2org_cntr::after{
    content:'';
    width:40px;
    height:1.5px;
    background:var(--rishun-turquoise-blue);
    margin-top:10px;
}
.h2org_cntr.wh::after{
    background:var(--rishun-blue-like-green);
}
.h3org{
    font-size:20px;
    margin-bottom:1.5rem;
    letter-spacing:1px;
    padding-bottom:2px;
    border-bottom:1px solid var(--rishun-turquoise-blue);
    font-family:var(--mincho);
}
.h3org.fit{
    width:fit-content;
    padding-right:20px;
}
.h3line{
    padding:5px 5px 5px 20px;
    margin-bottom:20px;
    border-bottom:solid 1px var(--border-color);
    position:relative;
    font-weight:600;
    font-size:20px;
}
.h3line::before{
    content:'';
    position:absolute;
    width:4px;
    height:80%;
    background:var(--rishun-dark-blue);
    display:inline-block;
    top:50%;
    left:2px;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
}
.h4org {
    font-size:18px;
    margin-bottom:1rem;
}
.a_btn{
    padding-left:30px;
    width:fit-content;
}
.entry-body .a_btn{
    margin-top:1rem;
    margin-bottom:1rem;
}
.a_btn.cntr{
    margin-left:auto;
    margin-right:auto;
}
/*.a_btn&gt;a{
    background:#c0f2f9;
    color:#24456e;
}*/
.a_btn&gt;a{
    display:flex;
    justify-content:center;
    align-items:center;
    padding:8px 36px 9px 64px;
    border:1px solid rgba(255, 255, 255, 0);
    font-weight:600;
    letter-spacing:1px;
    position:relative;
    background:var(--rishun-dark-blue);
    color:#fff;
}
.a_btn&gt;a:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1px;
    margin: auto 0;
    background: #aaa;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    left: -30px;
    width: 60px;
}
.a_btn&gt;a:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1px;
    margin: auto 0;
    background: #aaa;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    left: 18px;
    width: 0;
    -webkit-transform: rotate(-140deg) translateX(-1.8em) translateY(1.55em);
    transform: rotate(-140deg) translateX(-1.8em) translateY(1.55em);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}
.a_btn.gr&gt;a{
    background:#b6f9f3;
    color:var(--rishun-dark-blue);
}
.a_btn.or&gt;a{
    background:var(--rishun-orange);
    color:#fff;
}
.a_btn.or&gt;a::before,.a_btn.or&gt;a::after{
    background:#333;
}
.a_btn&gt;a:hover{
    background:#fff!important;
    color:#24456e;
    border-color:#24456e;
}
.a_btn.or&gt;a:hover{
    color:#e36f22;
    border-color:#e36f22;
}
.a_btn&gt;a:hover:before{
    width:85px;
}
.a_btn&gt;a:hover:after {
    width: 10px;
}
@media(min-width:768px){
    .h1org {
        font-size:26px;
    }
    .h2org,.h2org_cntr{
        font-size:24px;
    }
    .h3org,.h3line{
        font-size:22px;
    }
    .h4org {
        font-size:20px;
    }
    .jp_en_ttl {
        font-size: 50px;
    }
    .jp_en_ttl h2 {
        font-size: 17px;
    }
}
@media(min-width:992px){
    .h1org {
        font-size:30px;
    }
    .h2org,.h2org_cntr {
        font-size:30px;
    }
    .h3org,.h3line{
        font-size:24px;
    }
}

/*==============
  header
===============*/
/* logo-ttl */
.site-header-inner{
    justify-content:flex-start;
}
.site-header-logo{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
}
.logo-ttl img{
    width:180px;
    object-fit:contain;
}
.logo-ttl img.logo_nav_open{
    display:none;
    position:absolute;
    top:50%;
    left:0;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
.front-page .site-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:2000;
    background:rgba(255, 255, 255, 0);
}
.front-page .site-header-wrap{
    box-shadow:none;
    background:rgba(255, 255, 255, 0);
}
.front-page .logo-ttl img.logo_normal{
    opacity:0;
    transition:all .3s;
}
.scrolled.front-page .logo-ttl img.logo_normal{
    opacity:1;
}
.front-page .logo-ttl img.logo_nav_open{
    display:block;
}
.scrolled.front-page .logo-ttl img.logo_nav_open{
    display:none;
}
.site-header-logo{
    position:relative;
    z-index:2000;
}
.scrolled.front-page .site-header-wrap{
    background:var(--header-bk-color);
}
/* mobilemenu */
.black_mask{
    display:none;
    width:0;
    height:0;
}
.mobile-navi-btn{
    background:rgba(255, 255, 255, 0);
}
.mobile-navi-btn.right {
    width: 50px;
    height: 50px;
    top:4px;
    right:7px;
}
.mobile-navi-btn span {
    position: absolute;
    background:var(--rishun-dark-blue);
    height:2px;
    width:30px;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all .3s;
}
.front-page .mobile-navi-btn span,.mobile-navi-btn.mobile-navi-open span{
    background:#fff;
}
.scrolled.front-page .mobile-navi-btn span{
    background:var(--rishun-dark-blue);
}
.mobile-navi-btn span:nth-child(1){
    top:30%;
}
.mobile-navi-btn span:nth-child(2){
    top:50%;
}
.mobile-navi-btn span:nth-child(3){
    top:70%;
}
.mobile-navi-btn.mobile-navi-open{
    background:var(--burger-bkcolor);
}
.mobile-navi-btn.mobile-navi-open span:nth-child(1) {
    top: 28%;
    left: calc(50% - 4px);
    transform: rotate(-45deg) translate(-50%,-50%);
}
.mobile-navi-btn.mobile-navi-open span:nth-child(2){
    opacity: 0;
}
.mobile-navi-btn.mobile-navi-open span:nth-child(3) {
    top: 71%;
    left: calc(50% - 5px);
    transform: rotate(45deg) translate(-50%,-50%);
}
.site-mobile-nav{
    padding:20px 40px 40px;
    overflow-y:hidden;
}
.site-mobile-nav&gt;div{
    padding:0;
    background:rgba(255, 255, 255, 0);
    max-height:70vh;
    overflow-y:scroll;
}
.mobile-menu-slide{
    left:auto;
    right:-100%;
    transition: right 0.5s ease-in;
    background:var(--rishun-dark-blue);
    background:-webkit-linear-gradient(60deg,#24456e,#6c96dc);
    background:-moz-linear-gradient(60deg,#24456e,#6c96dc);
    background:-o-linear-gradient(60deg,#24456e,#6c96dc);
    background:linear-gradient(30deg,#24456e,#6c96dc);
}
.mobile-menu-slide.mobile-menu-open{
    left:auto;
    right:0;
}
.site-mobile-menu&gt;li{
    padding: 0;
    margin: 0;
}
.site-mobile-menu&gt;li&gt;a{
    display: block;
    padding: 15px 5px;
    font-weight:500;
    font-family:var(--mincho);
}
.site-mobile-menu&gt;li&gt;a:hover{
    color:var(--sp-menu-font-color);
    opacity:0.8;
}
.site-mobile-menu&gt;li.menu-item-has-children&gt;a {
    position: relative;
}
.site-mobile-menu&gt;li.menu-item-has-children&gt;a::before,.site-mobile-menu&gt;li.menu-item-has-children&gt;a::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 15px;
    height: 2px;
    background: var(--main2);
    transition: all .3s;
}
.site-mobile-menu&gt;li.menu-item-has-children&gt;a::before{
    right: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.site-mobile-menu&gt;li.menu-item-has-children&gt;a::after{
    right: 11px;
    top: calc(50% - 1px);
    -webkit-transform:rotate(90deg) translateY(-50%);
    -moz-transform:rotate(90deg) translateY(-50%);
    -ms-transform:rotate(90deg) translateY(-50%);
    transform:rotate(90deg) translateY(-50%);
}
.site-mobile-menu&gt;li.menu-item-has-children.clicked&gt;a::before {
    opacity: 0;
}
.site-mobile-menu&gt;li.menu-item-has-children.clicked&gt;a::after{
    -webkit-transform: rotate(0deg) translateY(-50%);
    -moz-transform: rotate(0deg) translateY(-50%);
    -ms-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
}
.site-mobile-menu ul.sub-menu{
    padding-left: 15px;
    display: none;
}
.site-mobile-menu ul.sub-menu&gt;li&gt;a{
    display: block;
    padding:7px 5px;
}
.site-mobile-menu&gt;li&gt;a:not([href]):not([class]){
    color:var(--sp-menu-font-color);
}
.site-mobile-menu .has_icon i{
    margin-left:8px;
}
.mob_ctt{
    margin-top:20px;
    padding:10px 1rem;
    display:flex;
    justify-content:center;
    align-items:center;
    background:var(--sp-menu-font-color);
    color:var(--rishun-dark-blue);
    font-weight:600;
    border:1px solid var(--sp-menu-font-color);
}
.mob_ctt i{
    font-size:120%;
    margin-right:5px;
}
a.mob_ctt:hover{
    color:var(--sp-menu-font-color);
    background:rgba(255, 255, 255, 0);
}
@media(min-width:768px){
    .black_mask{
        background:rgba(51, 51, 51, 0.8);
        width:100vw;
        height:100vh;
        top:0;
        left:0;
        position:fixed;
        z-index:1800;
    }
    .site-mobile-nav,.site-mobile-nav&gt;div{
        overflow-y:auto;
    }
    .mobile-menu-slide{
        width:350px;
    }
}
@media(min-width:992px){
    .logo-ttl img{
        width:220px;
    }
    .ptnB .container.site-header-container{
        display:flex;
        align-items:center;
        max-width:100%;
        padding-left:calc(var(--bs-gutter-x));
    }
    .mobile-navi-btn{
        display:block;
    }
    .mobile-navi-btn.right{
        right:15px;
    }
    .mobile-navi-btn span{
        width:36px;
    }
    .mobile-navi-btn.right{
        width:60px;
        height:60px;
    }
}
/*===================
  Information page
====================*/
.p_date{
    color:#666;
    display:inline-block;
}
.date_cat .p_date{
    margin-bottom:10px;
    margin-right:10px;
}
.a_cat{
    display:inline-block;
    border-radius:3px;
    padding:3px 7px;
    font-size:14.5px;
    background:var(--rishun-dark-blue);
    border:1px solid var(--rishun-dark-blue);
    color:#fff;
    line-height:1.3;
    font-weight:500;
}
a.a_cat:hover,.a_cat.current{
    color:var(--rishun-dark-blue);
    border-color:var(--rishun-dark-blue);
    background:rgba(255, 255, 255, 0);
}
.a_cat.current{
    pointer-events:none;
}
.date_cat .a_cat{
    margin-bottom:10px;
}
/* archive */
.ul_taxcat{
    padding-left:0;
    margin-bottom:40px;
}
.ul_taxcat&gt;li{
    list-style-type:none;
    min-width:97px;
    display:inline-block;
    margin-bottom:7px;
    margin-right:7px;
    text-align:center;
}
.ul_taxcat&gt;li&gt;a{
    width:100%;
}
.ul_info{
    padding-left:0;
    margin-left:auto;
    margin-right:auto;
    max-width:800px;
}
.ul_info&gt;li{
    list-style-type:none;
    border-bottom:1px solid var(--border-color);
    padding:10px 0;
}
.ul_info&gt;li:first-child{
    border-top:1px solid var(--border-color);
}
.ul_info .a_cat{
    padding-top:0;
    padding-bottom:0;
}
.ul_info h3{
    font-size:17px;
    line-height:1.6;
    margin-bottom:0;
    color:var(--rishun-dark-blue);
}
/*.ul_info a:hover h3{
    opacity:0.8;
}*/
@media(min-width:768px){
    .ul_info&gt;li{
        display:flex;
        align-items:flex-start;
        padding:12px 5px;
    }
    .ul_info .date_cat{
        margin-right:1rem;
        min-width:170px;
    }
    .ul_info .date_cat .a_cat,.ul_info .date_cat .p_date{
        margin-bottom:0;
    }
}
/* single */
.entry-header{
    padding-bottom:5px;
    border-bottom:1px solid var(--border-color);
}
.entry-header .date_cat .a_cat{
    margin-right:10px;
}
.entry-header .date_cat .a_cat:last-of-type{
    margin-right:0;
}
.singlethum{
    text-align:center;
    padding-top:40px;
    position:static;
    padding-bottom:0;
}
.singlethum img{
    position:static;
    max-width:500px;
    max-height:500px;
    object-fit:contain;
}
@media(min-width:500px){
    .singlebtnWrap{
        margin-left:auto;
    }
}
/*==========================================================*/
/* topslide-sec 											*/
/*==========================================================*/
/* topslide-sec */
.topslide-sec {
    padding:0;
    position: relative;
}
/*.topslide-sec:before{
    content:'';
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.25);
    position:absolute;
    top:0;
    left:0;
    z-index:10;
}*/
.top-fv-slide {
    width: 100%;
    height:550px;
    position: relative;
	overflow: hidden;
}
.top-fv-slide .slide-img.bgoverlay {
    width:100%;
    height:400px;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
	opacity: 0;
	animation: slider-1 24s linear infinite;
}
/*.top-fv-slide .slide-img::before {
    background: rgba(0, 0, 0, 0.3);
}*/
.top-fv-slide .slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-fv-slide .slide-img.img1 {
	animation-delay: -2s;
}
.top-fv-slide .slide-img.img2 {
	animation-delay: 6s;
}
.top-fv-slide .slide-img.img3 {
	animation-delay: 14s;
}
/* top-catch */
.top-catch{
    text-align: left;
    position:absolute;
    top:30%;
    left:0;
    z-index:20;
    padding:0 20px;
}
.topslide-sec .top-catch p {
    text-shadow:2px 3px 10px rgba(0, 0, 0, 0.8);
    color:#fff;
    font-family:var(--mincho);
    line-height:2;
}
.top-catch p.main {
    font-weight:700;
    font-size:22px;
}
.top-catch p.sub {
    font-size:16px;
    white-space: pre-wrap;
    margin-top:5px;
}
@keyframes slider-1 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}
/* scroll btn */
.scroll-btn{
    display:none;
}
@media(min-width:400px){
    .top-catch p.main {
        font-size: 26px;
    }
    .top-catch p.sub {
        font-size: 17px;
    }
}
@media(min-width:600px){
    .top-fv-slide {
        height:500px;
    }
}
@media(min-width:768px){
    .top-fv-slide {
        height:600px;
    }
    .top-catch{
        left:5%;
    }
    .top-catch p.main {
        font-size: 32px;
    }
    .top-catch p.sub {
        font-size: 20px;
    }
}
@media(min-width:992px){
    .top-fv-slide {
        height:100vh;
        padding-top: var(--ptnB-pc-header-height);
    }
    .top-catch{
        top:20%;
    }
    .top-catch p.main {
        font-size: 50px;
        letter-spacing: 3px;
    }
    .top-catch p.sub {
        font-size: 24px;
    }
    /* scroll btn */
    .scroll-btn, .scroll-btn a {
        position: absolute;
        display: block;
        font-size: 16px;
        width: 16px;
        color: #fff;
        line-height: 1;
        text-shadow: 1px 1px 10px #000;
        z-index:20;
    }
    .scroll-btn {
        bottom: 0;
        right:80px;
        z-index: 20;
        height: 300px;
        filter: drop-shadow(1px 1px 10px #000);
        -webkit-transition: all 1s cubic-bezier(.42,0,.58,1) .2s;
        transition: all 1s cubic-bezier(.42,0,.58,1) .2s;
    }
    .scroll-btn:after, .scroll-btn:before {
        left: 50%;
        display: block;
        content: '';
        width: 2px;
        position: absolute;
    }
    .scroll-btn:before {
        bottom: 0;
        background: rgba(255,255,255,.3);
        z-index: 0;
        height: 200px;
    }
    .scroll-btn a {
        top: 0;
        left: 50%;
        white-space: nowrap;
        letter-spacing: 4px;
        cursor: pointer;
        -webkit-transition: letter-spacing .4s cubic-bezier(.42,0,.58,1);
        transition: letter-spacing .4s cubic-bezier(.42,0,.58,1);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
    .scroll-btn a:hover{
        color: #fff;
        letter-spacing: 6px;
    }
    .scroll-btn:after {
        bottom: 200px;
        background: rgba(255,255,255,.5);
        z-index: 1;
        height: 0;
        -webkit-animation-name: scrollBar;
        animation-name: scrollBar;
        -webkit-animation-duration: 2.5s;
        animation-duration: 2.5s;
        -webkit-animation-timing-function: cubic-bezier(.165,.84,.44,1);
        animation-timing-function: cubic-bezier(.165,.84,.44,1);
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
    @-webkit-keyframes scrollBar {
        0% {
            bottom: 240px;
            height: 0
        }
    
        5% {
            bottom: 70px;
            height: 80px
        }
    
        100% {
            bottom: -80px;
            height: 80px
        }
    }
    @keyframes scrollBar {
        0% {
            bottom: 240px;
            height: 0
        }
    
        5% {
            bottom: 70px;
            height: 80px
        }
    
        100% {
            bottom: -80px;
            height: 80px
        }
    }
}
/* top_cpt */
.top_cpt p{
    margin-bottom:1rem;
    font-family:var(--mincho);
    line-height:1.8;
}
.top_cpt p .br1{
    display:none;
}
.top_cpt p:last-of-type{
    margin-bottom:0;
}
.top_message{
    margin:0 auto;
    max-width:800px;
}
.top_message span{
    font-weight:700;
    color:var(--rishun-dark-blue);
}
@media(min-width:768px){
    .top_cpt p .br1{
        display:inline;
    }
    .top_message span{
        font-size:120%;
    }
}
@media(min-width:992px){
    .top_cpt p{
        font-weight:500;
    }
}
/* top_srv */
.top_srv{
    overflow-x:hidden;
}
.top_srv img{
    object-fit:contain;
    max-width:600px;
    max-height:500px;
}
.top_srvWrap.srv1,.top_srvWrap.srv2{
    margin-bottom:50px;
}
.top_srvWrap p{
    margin-bottom:30px;
    font-family: var(--mincho);
}
@media(min-width:768px){
    .top_srvWrap{
        display:flex;
        align-items:center;
        justify-content:space-between;
    }
    .top_srvWrap .imgarea{
        width:45%;
        margin-bottom:0;
    }
    .top_srvWrap .txtarea{
        width:calc(55% - 20px);
    }
    .top_srvWrap.srv1,.top_srvWrap.srv3{
        flex-direction:row-reverse;
    }
}
@media(min-width:992px){
    .top_srvWrap.srv1, .top_srvWrap.srv2 {
        margin-bottom: 80px;
    }
    .top_srvWrap .txtarea{
        width:calc(55% - 50px);
    }
}
/* top_results */
.top_results,.results_short{
    background:var(--rishun-dark-blue);
    background:-webkit-linear-gradient(top, #6c96dc,#24456e);
    background:-moz-linear-gradient(top, #6c96dc,#24456e);
    background:-o-linear-gradient(top, #6c96dc,#24456e);
    background:linear-gradient(to bottom, #6c96dc,#24456e);
}
.ul_results_top{
    padding-left:0;
    margin-left:auto;
    margin-right:auto;
}
.ul_results_top&gt;li{
    margin-bottom:40px;
    list-style-type:none;
}
.beforeimg a,.afterimg a{
    overflow:hidden;
}
.ul_results_top img{
    object-fit:contain;
    transition:all .3s;
}
.beforeimg a,.afterimg a{
    display:block;
    text-align:center;
}
.beforeimg a:hover,.afterimg a:hover{
    filter:brightness(1.1);
}
.beforeimg a:hover img,.afterimg a:hover img{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
}
.re_topflx{
    margin-bottom:1rem;
}
.re_before{
    width:60%;
    margin-bottom:1rem;
}
.beforetxt,.aftertxt{
    font-weight:600;
    display:flex;
    align-items:center;
    font-size:20px;
}
.beforetxt i,.aftertxt i{
    margin-left:7px;
}
.beforetxt{
    color:#888;
}
.aftertxt{
    color:var(--rishun-orange);
}
.ul_results_top .beforetxt,.results_short .beforetxt{
    color:#ddd;
}
.ul_results_top .aftertxt,.results_short .aftertxt{
    color:var(--rishun-yellow);
}
.ul_results_top .h3line{
    background:#fff;
    border-bottom:none;
    font-size:17px;
    margin-bottom:1rem;
}
.dl_results_top dt{
    padding-bottom:5px;
    font-size:15px;
    color:#555;
}
.dl_results_top dd{
    border-bottom:1px solid var(--border-color);
    font-size:15px;
    padding-bottom:5px;
}
.top_results .a_btn&gt;a,.results_short .a_btn&gt;a{
    background:var(--rishun-turquoise-blue);
}
.top_results .a_btn&gt;a:hover,.results_short .a_btn&gt;a:hover{
    border-color:var(--rishun-turquoise-blue);
    color:var(--rishun-turquoise-blue);
}
@media(min-width:500px){
    .re_topflx{
        display:flex;
        align-items:flex-end;
        justify-content:space-between;
    }
    .re_before{
        width:40%;
        margin-bottom:0;
    }
    .re_after{
        width:calc(60% - 10px);
    }
}
@media(min-width:992px){
    .ul_results_top{
        display:flex;
        flex-wrap:wrap;
    }
    .ul_results_top&gt;li{
        width:50%;
        padding:0 10px;
    }
    .ul_results_top .beforetxt{
        font-size:17px;
    }
}
/*================
  results
================*/
.insta_img{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:40px;
}
.insta_img&gt;a{
    display: inline-block;
    width:100%;
    max-width:515px;
}
.insta_img&gt;a:hover{
    opacity:0.8;
}
.insta_img img{
    width:100%;
    object-fit:contain;
}
.ul_results{
    padding-left:0;
}
.ul_results&gt;li{
    margin-bottom:60px;
    list-style-type:none;
}
.ul_results .aftertxt{
    font-size:24px;
}
.ul_results img{
    max-width:100%;
    object-fit:contain;
}
.ul_results a img{
    transition:all .3s;
}
.re_bfWrap{
    margin-bottom:1rem;
}
.ul_results .h3line{
    font-size:18px;
}
.dl_results dt{
    padding-bottom:5px;
    font-size:16px;
    color:#555;
}
.dl_results dd{
    border-bottom:1px solid var(--border-color);
    font-size:16px;
    padding-bottom:5px;
}
.ul_cat{
    padding-left:0;
}
.ul_cat&gt;li{
    list-style-type:none;
    display:inline-block;
    margin-right:10px;
    margin-bottom:10px;
    min-width:95px;
    text-align:center;
}
.ul_cat&gt;li&gt;a{
    display:inline-block;
    width:100%;
    border-radius:3px;
    padding:5px 7px;
    font-size:16px;
    background:var(--rishun-orange);
    border:1px solid var(--rishun-orange);
    color:#fff;
    line-height:1.3;
    font-weight:600;
}
.ul_cat.inlist&gt;li&gt;a{
    font-size:14.5px;
}
.ul_cat.outlist&gt;li&gt;a{
    background:#fff;
    color:var(--rishun-orange);
    border-radius:0;
}
.ul_cat&gt;li&gt;a:hover,.ul_cat&gt;li&gt;a.current,.ul_cat.outlist&gt;li&gt;a:hover{
    background:var(--rishun-yellow);
    border-color:var(--rishun-yellow);
    color:#777;
}
.ul_cat&gt;li&gt;a.current{
    pointer-events:none;
}
.ul_cat.outlist{
    padding-left:0;
    margin-bottom:0;
}
.ul_cat.outlist&gt;li&gt;a.current{
    background:var(--rishun-yellow);
    border-color:var(--rishun-yellow);
    color:#777;
}
.cats_tag_select{
    display:flex;
    width:100%;
}
.cats_tag_select&gt;h3{
    width:50%;
    text-align:center;
    cursor:pointer;
    padding:7px 10px;
    line-height:1.5;
    margin-bottom:0;
    font-size:16px;
    font-weight:600;
    color:#fff;
}
.cats_trigger{
    background:var(--rishun-dark-blue);
}
.tags_trigger{
    background:var(--rishun-turquoise-blue);
}
.cats_tag_select&gt;h3:hover{
    filter:brightness(1.1);
}
.cats_tag_select&gt;h3.open{
    pointer-events:none;
}
.catsWrap,.tagWrap{
    padding:15px 15px 5px;
    margin-bottom:50px;
}
.catsWrap{
    background:var(--rishun-dark-blue);
}
.tagWrap{
    background:var(--rishun-turquoise-blue);
    display:none;
}
.ul_tag.outlist{
    padding-left:0;
    margin-bottom:0;
}
.ul_tag.outlist&gt;li{
    list-style-type:none;
    display:inline-block;
    margin-right:10px;
    margin-bottom:10px;
}
.ul_tag&gt;li&gt;a{
    display:inline-block;
    border-radius:5px;
    padding:3px 5px;
    font-size:16px;
    color:#fff;
    line-height:1.3;
    font-weight:500;
}
.ul_tag&gt;li&gt;a::after{
    content:"";
    display:block;
    background:#fff;
    width:0;
    height:1px;
    transition:all .3s;
}
.ul_tag&gt;li&gt;a:hover::after{
    width:100%;
}
.ul_tag&gt;li&gt;a.current{
    background:#fff;
    color:var(--rishun-dark-blue);
    pointer-events:none;
}
@media(min-width:500px){
    .re_bfWrap{
        display:flex;
        align-items:flex-end;
        justify-content:space-between;
    }
}
@media(min-width:768px){
    .ul_results&gt;li{
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
        align-items:flex-start;
    }
    .ul_results .re_bfWrap{
        width:60%;
    }
    .ul_results .re_dlWrap{
        width:calc(40% - 20px);
    }
}
@media(min-width:992px){
    .cats_tag_select{
        width:500px;
    }
    .cats_tag_select&gt;h3{
        padding: 10px 10px;
        font-size:20px;
    }
    .ul_results .h3line{
        font-size:22px;
    }
    .ul_results .beforetxt{
        font-size:24px;
    }
    .ul_results .aftertxt{
        font-size:28px;
    }
}
/* flow */
.ol_flow_top{
    padding-left:0;
    margin:0 auto 30px;
    max-width:800px;
}
.ol_flow_top&gt;li{
    list-style-type:none;
    position:relative;
    padding:5px 20px;
    margin-bottom:40px;
    background:var(--rishun-dark-blue);
    display:flex;
    align-items:center;
}
.ol_flow_top&gt;li::after{
    content:'';
    position:absolute;
    background:#f2c682;
    width: 70px;
    height: 23px;
    bottom: -33px;
    right:50%;
    -webkit-transform:translateX(50%);
    -moz-transform:translateX(50%);
    -o-transform:translateX(50%);
    -ms-transform:translateX(50%);
    transform:translateX(50%);
    will-change:clip-path;
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.ol_flow_top&gt;li:last-child::after{
    display:none;
}
.ol_flow_top .flownum,.ol_flow_top p{
    color:#fff;
}
.ol_flow_top .flownum{
    font-size:16px;
    font-weight:600;
    margin-right:1rem;
}
.ol_flow_top .flownum span{
    font-size:110%;
    margin-left:2px;
}
.ol_flow_top p{
    font-weight:500;
}
@media(min-width:768px){
    .ol_flow_top{
        display:flex;
        justify-content:center;
    }
    .ol_flow_top&gt;li{
        width:calc((100% / 6) - 35px);
        margin-right:35px;
        flex-direction:column;
        padding:10px 20px;
    }
    .ol_flow_top&gt;li:last-child{
        margin-right:0;
    }
    .ol_flow_top .flownum{
        display:flex;
        flex-direction:column;
        align-items:center;
        margin-right:0;
        margin-bottom:1rem;
    }
    .ol_flow_top .flownum span{
        line-height:1;
        margin-left:0;
    }
    .ol_flow_top&gt;li p{
        display:flex;
        justify-content:center;
        align-items:center;
        writing-mode: vertical-rl;
        letter-spacing:2px;
        font-weight:600;
    }
    .ol_flow_top&gt;li p span{
        display:inline-block;
    }
    .ol_flow_top&gt;li::after{
        height:65px;
        width:20px;
        right:-27px;
        bottom:50%;
        -webkit-transform:translateY(50%);
        -moz-transform:translateY(50%);
        -o-transform:translateY(50%);
        -ms-transform:translateY(50%);
        transform:translateY(50%);
        -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
        clip-path: polygon(100% 50%, 0 0, 0 100%);
    }
}
/* top_faq */
.dl_faq{
    margin-left:auto;
    margin-right:auto;
    max-width:850px;
}
.top_faq .dl_faq{
    margin-bottom:30px;
}
.dl_faq dt{
    position:relative;
    padding:5px 35px 5px 0;
    margin-top:20px;
    border-bottom:1px solid var(--border-color);
    cursor:pointer;
}
.dl_faq dt:hover{
    filter:brightness(1.1);
}
.dl_faq dt:first-of-type{
    margin-top:0;
}
.dl_faq dt h3{
    padding-left:20px;
    border-left:4px solid var(--rishun-blue-like-green);
    font-weight:600;
    line-height:1.5;
    margin-bottom:0;
    font-size:17px;
    font-family:var(--micho);
}
.dl_faq dt::before,.dl_faq dt::after{
    content: '';
    position: absolute;
    top: 50%;
    width: 15px;
    height: 2px;
    background: var(--rishun-dark-blue);
    transition: all .3s;
}
.dl_faq dt::before{
    right: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dl_faq dt::after{
    right: 11px;
    top: calc(50% - 1px);
    -webkit-transform:rotate(90deg) translateY(-50%);
    -moz-transform:rotate(90deg) translateY(-50%);
    -ms-transform:rotate(90deg) translateY(-50%);
    transform:rotate(90deg) translateY(-50%);
}
.dl_faq dt.open::before{
    opacity: 0;
}
.dl_faq dt.open::after{
    -webkit-transform: rotate(0deg) translateY(-50%);
    -moz-transform: rotate(0deg) translateY(-50%);
    -ms-transform: rotate(0deg) translateY(-50%);
    -o-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
}
.dl_faq dd{
    display:none;
}
.dl_faq dd .entry-body{
    padding:20px 0;
}
/*=================
  service pages
=================*/
/* srv_first */
.srv_firstImg{
    position:static;
    padding:0;
    margin-bottom:2rem;
    text-align:center;
}
.srv_firstImg img{
    object-fit:contain;
    max-width:700px;
    max-height:600px;
    position:static;
}
.srv_first .txtarea{
    padding:1rem;
    background:var(--rishun-dark-blue);
}
.srv_first h2{
    font-weight:600;
}
.srv_first p{
    font-family:var(--mincho);
    color:#fff;
}
/* srv_reason */
.srv_reason .imgarea img{
    max-width:500px;
}
.srv_reason_desc{
    font-family:var(--mincho);
    margin-bottom:24px;
}
.ol_reason{
    padding-left:0;
}
.ol_reason&gt;li{
    list-style-type:none;
    margin-bottom:24px;
}
.ol_reason h3{
    line-height:1.5;
    margin-bottom:12px;
    padding:3px 7px;
    font-size:20px;
    font-weight:600;
    color:#fff;
    background:var(--rishun-dark-blue);
    font-family:var(--mincho);
}
.ol_reason p{
    font-family:var(--mincho);
    font-weight:500;
}
/* srv_point */
.ul_pointWrap{
    padding:1rem;
    border-radius:10px;
    background:#e5eefd;
    margin:0 auto;
}
.service_decoration-sec .ul_pointWrap{
    max-width:800px;
}
.ul_point{
    padding-left:0;
    margin-bottom:0;
}
.ul_point&gt;li{
    list-style-type:none;
    margin-bottom:24px;
}
.ul_point&gt;li:last-child{
    margin-bottom:0;
}
.ul_point h3{
    width:fit-content;
    font-size:18px;
    font-weight:700;
    color:var(--rishun-dark-blue);
    line-height:1.5;
    border-bottom:1px solid #7db2f2;
    margin-bottom:5px;
}
.ul_point p{
    color:var(--rishun-dark-blue);
    font-weight:500;
}
.service_decoration-sec.srv_point p.fade-in{
    margin-bottom:2rem;
}
/* srv_detail */
.ul_srv_detail{
    padding-left:0;
}
.ul_srv_detail&gt;li{
    list-style-type:none;
    margin-bottom:50px;
}
.ul_srv_detail .imgarea img{
    aspect-ratio:4/3;
    object-fit:cover;
    max-width:600px;
    max-height:600px;
}
.ul_srv_detail .imgarea.noaspect img{
    aspect-ratio:unset!important;
    object-fit:contain;
}
.ul_srv_detail p{
    font-family:var(--mincho);
}
.ul_srvdetail_child{
    padding-left:20px;
    margin-top:1rem;
}
.ul_srvdetail_child&gt;li{
    list-style-type:none;
    position:relative;
    margin-bottom:1rem;
}
.ul_srvdetail_child&gt;li::before{
    content:'\f14a';
    position:absolute;
    font-family:var(--fontawesome);
    font-weight:700;
    top:-1px;
    left:-20px;
    font-size:17px;
    color:#6c96dc;
}
.ul_srvdetail_child&gt;li .h4org{
    margin-bottom:4px;
}
.ul_srv_detail p.maker_hp{
    font-family:inherit;
    font-size:14px;
}
.ul_srv_detail p.maker_hp a{
    color:var(--rishun-dark-blue);
    font-weight:500;
}
.ul_srv_detail p.maker_hp a:hover{
    color:var(--rishun-dark-blue);
    opacity:0.8;
    text-decoration:underline;
}
.after_srv_detail{
    padding:1rem;
    margin-top:40px;
    background:var(--rishun-dark-blue);
}
.after_srv_detail p{
    color:#fff;
    font-family:var(--mincho);
}
.after_srv_detail .p1{
    font-size:20px;
    margin-bottom:1rem;
    font-weight:700;
}
/* srv_price */
.tbl_priceWrap{
    margin-bottom:40px;
}
.tbl_priceWrap .h3line,.tbl_priceWrap table,.ul_afterprice{
    max-width:800px;
    margin-left:auto;
    margin-right:auto;
}
.tbl_priceWrap table{
    width:100%;
    border:2px solid var(--rishun-dark-blue);
}
.tbl_priceWrap table th,.tbl_priceWrap table td{
    padding:10px;
    font-size:16px;
}
.tbl_priceWrap table th span,.tbl_priceWrap table td span{
    font-size:14px;
}
.tbl_priceWrap thead th{
    background:var(--rishun-dark-blue);
    color:#fff;
    font-weight:600;
    text-align:center;
}
.tbl_priceWrap thead th:nth-of-type(2){
    border-left:1px solid #fff;
    border-right:1px solid #fff;
}
.tbl_priceWrap tbody th{
    width:40%;
    font-weight:500;
}
.tbl_priceWrap tbody tr:nth-of-type(even) th,.tbl_priceWrap tbody tr:nth-of-type(even) td{
    background:#e5eefd;
}
.tbl_priceWrap tbody td:first-of-type{
    width:40%;
    font-weight:600;
    border-left:1px solid var(--rishun-dark-blue);
    border-right:1px solid var(--rishun-dark-blue);
}
.tbl_priceWrap tbody td:last-of-type{
    width:20%;
    font-weight:600;
}
.ul_afterprice{
    padding-left:20px;
}
.ul_afterprice&gt;li{
    margin-bottom:10px;
    font-size:16px;
}
/* srv_area */
.srv_area .img-txt{
    margin-bottom:2rem;
}
.srv_area .imgarea{
    margin-bottom:20px;
}
.srv_area .imgarea img{
    max-width:250px;
}
.srv_area .txtarea p{
    font-weight:600;
    font-size:18px;
}
.srv_area .areatxt{
    display:inline-block;
    padding:2px 7px;
    background:var(--rishun-turquoise-blue);
    color:#fff;
    font-size:130%;
    margin:0 3px;
    line-height:1.5;
}
.srv_area .txtarea p.areaadd{
    font-size:17px;
    font-weight:inherit;
    margin-top:1rem;
    line-height:1.6;
}
.srv_area .txtarea .br1{
    display:none;
}
.srv_area .a_btn{
    margin-left:auto;
    margin-right:auto;
}
/* results_short */
.results_short .re_dlWrap{
    background:#fff;
    padding:10px;
}
.results_short .h3line{
    color:#fff;
}
.results_short .h3line::before{
    background:var(--rishun-turquoise-blue);
}
@media(min-width:500px){
    /* srv_first */
    .srv_first .txtarea{
        padding:20px;
    }
    /* srv_point */
    .ul_pointWrap{
        padding:20px;
    }
    /* srv_detail */
    .after_srv_detail .br1{
        display:none;
    }
    /* srv_area */
    .srv_area .imgarea img{
        max-width:350px;
    }
}
@media(min-width:768px){
    /* srv_reason */
    .srv_reason .imgarea{
        margin-bottom:20px;
    }
    .ol_reason h3{
        padding:4px 15px;
    }
    /* srv_point */
    .ul_pointWrap{
        padding:30px;
    }
    /* srv_detail */
    .ul_srv_detail&gt;li{
        display:flex;
        justify-content:space-between;
        align-items:center;
    }
    .ul_srv_detail&gt;li:nth-child(odd){
        flex-direction:row-reverse;
    }
    .ul_srv_detail .imgarea{
        width:45%;
        margin-bottom:0;
    }
    .ul_srv_detail .imgarea img{
        aspect-ratio:3/2;
    }
    .ul_srv_detail .txtarea{
        width:calc(55% - 20px);
    }
    .ul_srvdetail_child&gt;li::before{
        font-size:18px;
        top:0;
    }
    .after_srv_detail{
        padding:20px;
    }
    .after_srv_detail .p1{
        font-size:24px;
    }
    /* srv_price */
    .tbl_priceWrap table th,.tbl_priceWrap table td{
        text-align:center;
    }
    .tbl_priceWrap table th{
        font-size:18px;
    }
    .tbl_priceWrap table thead th{
        font-size:20px;
    }
    .tbl_priceWrap table td{
        font-size:22px;
    }
    .tbl_priceWrap table th span,.tbl_priceWrap table td span{
        font-size:16px;
    }
    /* srv_area */
    .srv_area .img-txt{
        display:flex;
        justify-content:space-between;
        align-items:center;
    }
    .srv_area .imgarea{
        width:45%;
        margin-bottom:0;
    }
    .srv_area .imgarea img{
        max-width:400px;
    }
    .srv_area .txtarea{
        width:calc(55% - 20px);
    }
    .srv_area .txtarea p{
        font-size:24px;
        line-height:2;
    }
    .srv_area .txtarea .br1{
        display:inline;
    }
    .results_short .h3line{
        color:inherit;
    }
    .results_short .h3line::before{
        background:var(--rishun-dark-blue);
    }
}
@media(min-width:992px){
    /* srv_first */
    .srv_firstImg{
        width:70%;
    }
    .srv_first .txtarea{
        position:relative;
        margin-left:auto;
        top:-150px;
        padding:30px;
        width:70%;
        margin-bottom:-150px;
    }
    .srv_first p{
        font-size:18px;
    }
    .service_decoration-sec .srv_firstImg{
        margin-left:auto;
        width:50%;
    }
    .service_decoration-sec.srv_first .contains-wrap{
        position:relative;
    }
    .service_decoration-sec.srv_first .txtarea{
        position:absolute;
        margin-left:0;
        width:60%;
        top:calc(50% + 30px);
        left:0;
        -webkit-transform:translate(30px,-50%);
        -moz-transform:translate(30px,-50%);
        -o-transform:translate(30px,-50%);
        -ms-transform:translate(30px,-50%);
        transform:translate(30px,-50%);
    }
    .service_decoration-sec.srv_first .txtarea.scroll-in{
        top:50%;
        -webkit-transform:translate(0,-50%)!important;
        -moz-transform:translate(0,-50%)!important;
        -o-transform:translate(0,-50%)!important;
        -ms-transform:translate(0,-50%)!important;
        transform:translate(0,-50%)!important;
    }
    /* srv_reason */
    .srv_reason .img-txt{
        display:flex;
        flex-direction:row-reverse;
        justify-content:space-between;
        align-items:center;
    }
    .srv_reason .imgarea{
        width:40%;
        margin-bottom:0;
    }
    .srv_reason .imgarea img{
        max-width:100%;
    }
    .srv_reason .txtarea{
        width:calc(60% - 40px);
    }
    /* srv_detail */
    .ul_srv_detail .imgarea{
        width:40%;
    }
    .ul_srv_detail .txtarea{
        width:calc(60% - 40px);
    }
    .ul_srvdetail_child{
        padding-left:25px;
    }
    .ul_srvdetail_child&gt;li::before{
        left:-25px;
    }
    .ul_srvdetail_child .h4org{
        display: inline;
        margin-right:20px;
    }
    .ul_srvdetail_child p{
        display:inline;
    }
    .ul_srv_detail p.maker_hp{
        text-align:right;
    }
    .after_srv_detail{
        padding:30px 20px;
    }
    .after_srv_detail p{
        text-align:center;
    }
    .after_srv_detail .p1{
        font-size:26px;
    }
}
@media(min-width:1320px){
    /* srv_area */
    .srv_area .txtarea .br1{
        display:none;
    }
}
/*===============
  flow page
===============*/
.dl_flow_box{
    position:relative;
}
.dl_flow{
    margin-bottom:50px;
    padding:20px;
    position:relative;
    background:#e5eefd;
}
.dl_flow&gt;dt, .dl_flow dd {
    border:0;
    margin:0;
    padding:0;
}
.dl_flow&gt;dt .num{
    display: table;
    background: var(--rishun-dark-blue);
    color: #fff;
    padding:7px 20px;
    font-size: 16px;
    border-radius: 30px;
    position: absolute;
    top: -25px;
    left: 50%;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
    z-index: 2;
}
.dl_flow .imgarea{
    width:100%;
}
.dl_flow figure{
    margin:0;
    position:static;
    padding-top:0;
}
.dl_flow .imgarea img{
    position:static;
    object-fit:contain;
}
.flow_ctt{
    margin-top:10px;
    display:flex;
    width:fit-content;
    align-items:center;
    font-size:140%;
    color:var(--rishun-dark-blue);
    font-weight:700;
    letter-spacing:1px;
}
.flow_ctt i{
    font-size:80%;
    margin-right:5px;
}
.flow_ctt2 i{
    font-size:120%;
    margin-right:5px;
}
a.flow_ctt:hover{
    color:var(--rishun-dark-blue);
    filter:brightness(1.1);
}
.flow_ctt2{
    margin-top:10px;
    display:flex;
    padding:5px 20px;
    width:100%;
    max-width:300px;
    justify-content:center;
    align-items:center;
    background:var(--rishun-dark-blue);
    border:1px solid var(--rishun-dark-blue);
    color:#fff;
    font-weight:600;
    letter-spacing:1px;
}
.flow_ctt2:hover{
    color:var(--rishun-dark-blue);
    background:rgba(255, 255, 255, 0);
}
.ctt_line{
    background:var(--linecolor);
    color:#fff;
    display:flex;
    font-weight:600;
    align-items:center;
    letter-spacing:1px;
    justify-content:center;
}
.dl_flow .ctt_line{
    margin-top:10px;
    padding:5px 1rem;
    width:100%;
    max-width:300px;
}
.ctt_line img{
    margin-right:5px;
    width:24px;
    object-fit:contain;
}
.ctt_line:hover{
    color:#fff;
    filter:brightness(1.1);
}
.dl_flow_box .f_line{
    content:'';
    width:5px;
    height:100%;
    background:#b8c8e1;
    position:absolute;
    top:-20px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}
.dl_flow.load-in,.f_line.load-in{
    transition-delay:0s;
}
@media(min-width:768px){
    .dl_flow{
        margin-top:60px;
        display: flex;
        flex-flow:row nowrap;
        border:none;
        margin-bottom:80px;
        box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
    }
    .dl_flow&gt;dt{
        display:inline-block;
        width:50%;
        position:static;
    }
    .dl_flow&gt;dt .num{
        top:-50px;
        left:50%;
        -webkit-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
        -o-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        transform:translateX(-50%);
        z-index:2;
    }
    .dl_flow .imgarea{
        padding:0;
        margin-bottom:0;
    }
    .dl_flow&gt;dd{
        display: inline-block;
        width: 50%;
        position: relative;
        padding-left:20px;
    }
    .dl_flow .ctt_line,.flow_ctt2{
        justify-content:flex-start;
    }
}
@media(min-width:992px){
    .dl_flow{
        box-shadow:none;
        background:rgba(255, 255, 255, 0);
    }
    .dl_flow&gt;dt .num{
        top: -50px;
        left: 25%;
        z-index: 2;
    }
    .dl_flow:nth-of-type(odd) dt{
        order:2;
    }
    .dl_flow&gt;dd{
        border:none;
    }
    .dl_flow&gt;dd .inner{
        padding:20px;
        background:#e5eefd;
        width:110%;
        position:absolute;
        top:50%;
        -webkit-transform:translateY(-50%);
        -moz-transform:translateY(-50%);
        -o-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
        transform:translateY(-50%);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 15%);
    }
    .dl_flow:nth-of-type(odd) dd .inner{
        right:-10%;
    }
    .dl_flow:nth-of-type(even) dd .inner{
        left:-10%;
    }
    .dl_flow_box .f_line{
        left: 25%;
        height:calc(100% - 10px);
    }
}
/*==============
  company page
===============*/
.greeting_txt{
    margin:0 auto;
    max-width:900px;
}
.greeting_txt p{
    margin-bottom:1rem;
    font-family:var(--mincho);
}
.greeting_txt p.ceoname{
    margin-bottom:0;
    text-align:right;
}
.dl_cmp{
    max-width:880px;
    margin:0 auto;
}
.dl_cmp dt{
    padding:13px 5px 10px;
    font-size:17px;
}
.dl_cmp dd{
    padding:0 5px 13px;
    margin-bottom:0;
    border-bottom:1px solid var(--border-color);
    font-size:17px;
}
.dl_cmp dt:first-of-type{
    border-top:1px solid var(--border-color);
}
.dl_cmp .tellink{
    font-weight:600;
}
.dl_cmp .tellink:hover{
    opacity:0.8;
}
@media(min-width:768px){
    .dl_cmp{
        display:flex;
        flex-wrap:wrap;
    }
    .dl_cmp dt{
        padding:13px 10px;
        width:25%;
        border-bottom:1px solid var(--border-color);
    }
    .dl_cmp dd{
        width:75%;
        padding:13px 10px;
        padding-left:0;
    }
    .dl_cmp dd:first-of-type{
        border-top:1px solid var(--border-color);
    }
    .dl_cmp .tellink{
        font-weight:inherit;
    }
}
@media(min-width:992px){
    .dl_cmp dt,.dl_cmp dd{
        padding-top:1rem;
        padding-bottom:1rem;
    }
    .dl_cmp dd{
        font-weight:500;
    }
}
/*===============
  contact page
===============*/
.beforeform1,.beforeform2{
    margin-bottom:40px;
}
.telWrap,.lineWrap{
  margin:0 auto 40px;
  max-width:800px;
  padding:1rem;
  background:#dffffc;
}
.telWrap h2,.lineWrap h2{
    font-weight:600;
    line-height:1.6;
    margin-bottom:5px;
    font-size:20px;
    text-align:center;
    color:var(--rishun-dark-blue);
}
.telWrap .tellink{
  font-size:26px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  font-weight:700;
  color:var(--rishun-turquoise-blue);
}
.telWrap .tellink i{
  margin-right:5px;
  font-size:75%;
}
.telWrap .tellink:hover{
  opacity:0.8;
}
.aftertel{
  margin-top:5px;
  font-size:16px;
  text-align:center;
}
.before_line{
    margin-bottom:12px;
    font-size:16px;
    text-align:center;
}
.lineWrap .ctt_line{
    padding:10px 20px;
    margin: 0 auto;
    font-size:18px;
    width:100%;
    max-width:300px;
}
.form_add{
    padding:1rem;
    background:#e5eefd;
}
.form_add p{
    color:var(--rishun-dark-blue);
    font-weight:600;
}
.form_imginr .fileWrap.file1,.form_imginr .fileWrap.file2{
    margin-bottom:1rem;
}
.wpcf7Formwrap .formttl{
    font-weight:600;
}
@media(min-width:500px){
    .form_add{
        padding:20px;
    }
}
@media(min-width:768px){
    .telWrap .tellink{
      font-size:32px;
      letter-spacing:1px;
    }
    .form_add{
        padding:20px;
    }
    .wpcf7Formwrap .form_group.form_imgWrap{
        display:flex;
    }
    .wpcf7Formwrap .form_imgWrap .labelwrap{
        display:block;
        flex-basis:35%;
        margin-right:2rem;
        margin-bottom: 0;
    }
    .wpcf7Formwrap .form_imgWrap .labelwrap .formttl{
        margin-right:0;
    }
    .wpcf7Formwrap .form_imgWrap .form_imginr{
        flex-basis:65%;
    }
}
@media(min-width:992px){
    .beforeform1,.beforeform2{
        text-align:center;
    }
}
/*===============
  privacy page
================*/
.ul_pri {
    margin:1rem 0;
    padding-inline-start: 30px;
}
.ul_pri&gt;li {
    margin-bottom:10px;
    font-size:17px;
}
/*==============
  page heder
===============*/
.page-header {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(./img/head/default_h.jpg);
}
.page-header-ttl .jp,.page-header-ttl .en{
    font-family:var(--mincho);
    letter-spacing:1px;
}
.service_bathtub-pgheader{
    background-image:url(./img/head/bathtub_h.jpg);
}
.service_decoration-pgheader{
    background-image:url(./img/head/deco_h.jpg);
}
.service_kitchen-pgheader{
    background-image:url(./img/head/kitchen_h.jpg);
}
.flow-pgheader{
    background-image:url(./img/head/flow_h.jpg);
}
.contact-pgheader{
    background-image: url(./img/head/ctt_h.jpg);
    background-position:top;
}
.post-pgheader{
    background-image:url(./img/head/result_h.jpg);
}
.post-pgheader::after{
    background:rgba(106,133,165,0.6);
}
/*================
  beforefooter
=================*/
.bgfixed {
    position: relative;
    overflow: hidden;
}
.bgfixed&gt;.fixed-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0);
    z-index: -1;
}
.bgfixed&gt;.fixed-img::before {
    content: '';
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.page-contact .site-beforefooter{
    display:none;
}
.site-beforefooter{
    padding:40px 0;
}
.site-beforefooter-bg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(64, 111, 167, 0.8);
}
.site-beforefooter .fixed-img::before{
    background: url(./img/bathroom_greenwall.jpg)no-repeat center center/cover;
}
.site-beforefooter-wrap{
    position:relative;
}
.site-beforefooter p,.site-beforefooter h3,.site-beforefooter a{
    color:#fff;
}
.site-beforefooter h3{
    font-size:17px;
}
.bf_main{
    font-family:var(--mincho);
    margin-bottom:1rem;
    font-size:20px;
}
.bf_sub{
    margin-bottom:20px;
    line-height:1.8;
}
.bf_sub span{
    font-weight:600;
}
.bf_linkflx&gt;a{
    padding:1rem;
    border:1px solid #fff;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
.bf_linkflx&gt;a div{
    display:flex;
    justify-content:center;
    align-items:center;
    font-weight:700;
}
.bf_linkflx a:hover{
    color:#fff;
    opacity:0.8;
}
.bf_linkflx a.tellink{
    font-size: 30px;
    letter-spacing: 2px;
}
.bf_linkflx a i{
    margin-right:5px;
}
.bf_linkflx a.tellink i{
    font-size:85%;
}
.bftel{
    margin-bottom:20px;
}
.bfmail{
    font-size:22px;
}
.bfmail i{
    font-size:120%;
}
@media(min-width:768px){
    .bf_main{
        font-size:24px;
        text-align:center;
    }
    .bf_sub{
        text-align:center;
        font-weight:500;
    }
    .bf_sub br{
        display:none;
    }
    .bf_linkflx{
        display:flex;
        justify-content:space-between;
        margin:0 auto;
        max-width:850px;
    }
    .bf_linkflx&gt;a{
        width:calc(50% - 5px);
    }
    .bftel{
        margin-bottom:0;
    }
}
@media(min-width:992px){
    .bf_linkflx&gt;a{
        width:calc(50% - 10px);
    }
}
/*==================
  footer
===================*/
.ftrlogo{
    padding:5px 10px;
    display:block;
    width:fit-content;
    margin-bottom:1rem;
}
.ftrlogo img{
    object-fit:contain;
    width:250px;
}
.ftrinfo,.site-footer-nav,.site_ftr_sns{
    margin-bottom:20px;
}
.ftrinfo p,.ftrinfo a,.ftrinfo a:hover,.sns_btn&gt;a,.sns_btn&gt;a:hover{
    color:var(--footer-font-color);
}
.ftrinfo p{
    margin-bottom:10px;
}
.ftrinfo .tellink{
    font-weight:600;
}
.ftrinfo .tellink:hover{
    opacity:0.8;
}
.site-footer-menu&gt;li&gt;a{
    font-family:var(--mincho);
    font-size:16px;
}
.site-footer-menu&gt;li&gt;a::after{
    display:block;
    content:'';
    background:var(--footer-font-menucolor);
    width:0;
    height:1px;
    transition:all .3s;
}
.site-footer-menu&gt;li{
    padding-left:0;
}
.site-footer-menu&gt;li&gt;a:hover{
    color:var(--footer-font-menucolor);
    opacity:0.7;
}
.site-footer-menu&gt;li&gt;a:hover::after{
    width:100%;
}
.site-footer-menu .has_icon i{
    margin-left:8px;
}
.copyright{
    font-weight:400;
    font-family:var(--mincho);
    letter-spacing:1px;
}
.sns_btn{
    margin-bottom:10px;
}
.sns_btn:last-of-type{
    margin-bottom:0;
}
.sns_btn&gt;a{
    display:flex;
    align-items:center;
    font-weight:500;
    width:fit-content;
    font-size:19px;
}
.sns_btn&gt;a{
    font-size:16px;
}
.sns_btn i{
    font-size:115%;
    margin-right:8px;
}
.sns_btn&gt;a:hover{
    opacity:0.8;
}
.ft_pri{
    display:flex;
    justify-content:center;
    margin-bottom:8px;
    width:100%;
}
.ft_pri&gt;a{
    color:#fff;
    font-family: var(--mincho);
    font-size:14px;
    position:relative;
    transition:all 0.3s;
}
.ft_pri&gt;a:before{
    content:'';
    width:0;
    height:1px;
    position:absolute;
    left:0;
    bottom:0;
    background:#ffffff;
    transition:all 0.3s;
}
.ft_pri&gt;a:hover{
    color:#fff;
    opacity:0.8;
}
.ft_pri&gt;a:hover:before{
    width:100%;
}
@media(min-width:580px){
    .ftrinfo p {
        margin-bottom: 5px;
    }
    .ftrinfo p .br1,.ftrinfo p .br3{
        display: none;
    }
    .sns_btn{
        display:inline-block;
        margin-right:2rem;
    }
}
@media(min-width:768px){
    .ftrinfo .tellink{
        font-weight:inherit;
    }
    .site-footer-menu{
        display:flex;
        flex-wrap:wrap;
        justify-content:center;
    }
    .site-footer-menu&gt;li{
        width:fit-content;
    }
    .site_ftr_sns{
        text-align:center;
    }
}
@media(min-width:992px){
    .site-footer .container{
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
    }
    .footerwidget{
        width:60%;
    }
    .site-footer-navWrap{
        width:calc(40% - 15px);
    }
    .site-footer-menu{
        justify-content:flex-start;
    }
    .site-footer-menu&gt;li{
        width:calc(50% - 10px);
        margin-right:10px;
    }
    .site-footer-menu&gt;li&gt;a{
        width:fit-content;
        display:inline-block;
    }
    .site_ftr_sns{
        text-align:left;
    }
    .copyright{
        width:100%;
    }
}
/*================
 Â&nbsp;è¿½åŠ&nbsp;CSS
=================*/
.site-header-inner {
justify-content: space-between;
}
.site-header-logo {
justify-content: space-between;
width: 100%;
}
.header_linkflx{
display: flex;margin:0.1em 4em 0 0;
flex-wrap: wrap;
width: 528px;
}
.header_linkflx a{
display: block;
border: 1px solid #333;
color: #333;
padding: 0.2em 0;
text-align: center;
margin: 0 0.2em;
width: 48%;
}
.home .header_linkflx a{
display: block;
border: 1px solid #fff;
color: #fff;
padding: 0.2em 0;
text-align: center;
margin: 0 0.2em;
width: 48%;
}


.scrolled .header_linkflx-content{
display:block;
}
.scrolled .header_linkflx a{
border: 1px solid #333;
color: #333;
}
.header_icon span{
font-size: 16px;
font-weight: bold;
}
.header_icon .fa-solid{
font-size: 14px;
margin: 0 0.2em 0 0;
}
.header_text{
font-size: 14px;
}
.results-page-section {
padding: 40px;
}
.results-page-section dt, .results-page-section dd, .results-page-section .h3line{
color: #ffffff;
}
@media screen and (max-width: 768px) {
.header_linkflx {
justify-content: center;
width: 90px;
}

.header_linkflx .headertel,
.header_linkflx .bfmail {
width: 36px;
height: 36px;
background-color: #fff;
border-radius: 50%;
border: 1px solid #ccc;
color: #333;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.header_linkflx .headertel:hover,
.header_linkflx .bfmail:hover {
background-color: #333;
color: #fff;
border-color: #333;
}

.header_linkflx .headertel .header_text,
.header_linkflx .headertel span,
.header_linkflx .bfmail .header_text,
.header_linkflx .bfmail span {
display: none;
}

.header_linkflx .fa-solid {
font-size: 16px;
margin:0;
display: inline-block;
}
.home .header_linkflx a{
color: #333;
width: 40%;
}
}</pre></body></html>