<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Theme Name: IPPONDO-KOTONI
*/

#loadingWrap {
width: 100%;
height: 100vh;
background: #fff;
position: fixed;
top: 0;
left: 0;
z-index: 10;
}
        
#loading {
width: 3em;
height: 3em;
border-top: 1em solid rgba(255, 255, 255, 0.2);
border-right: 1em solid rgba(255, 255, 255, 0.2);
border-bottom: 1em solid rgba(255, 255, 255, 0.2);
border-left: 1em solid rgba(255, 255, 255, 1);
animation: loaderAnime .5s infinite linear;
border-radius: 50%;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
z-index: 11;
}
        
@keyframes loaderAnime {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
        
.loadingNone {
animation: loadingAnime 1s forwards;
}
        
@keyframes loadingAnime {
    0% {
        opacity: 1
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        display: none;
    }
}


@media screen and (max-width : 767px){
#sb_instagram.sbi_col_10 #sbi_images .sbi_item, #sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_col_7 #sbi_images .sbi_item, #sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_col_9 #sbi_images .sbi_item{
width:50% !important;
}
}


.rpwwt-widget ul li{
margin-bottom:10px !important;
line-height: 1.5;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}





/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	color:#3e2301;
}
/*
body::before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    transform: translateX(0) scaleX(1.3);
    width: 100vw;
    height: 100vh;
    background: #fff
}

.fade-in::before {
    transform: translateX(100%) scaleX(0);
    transition: .6s ease-in-out
}

.fade-current::before {
    transform: translateX(-100%) scaleX(0);
    transition: 0s
}

.fade-out::before {
    transform: translateX(0) scaleX(1.3);
    transition: .6s ease-in-out
}
*/


/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#222;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.p-posts main{
float:left;
width:70%;
margin-bottom:40px;
}
.p-posts aside{
float:right;
width:20%;
}

.tape:before {
content: "";
position: absolute;
top: 0;
left: 50%;
width: 100px;
height: 10px;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
background: #c8bfa3;
}


/* wrapper */
.page-wrapper{
}
@media screen and (max-width : 767px){
.p-posts main,.p-posts aside{float:none;width:100%}
.page-wrapper{
margin-top: 60px;
}
}
.wrapper {
max-width:1040px;
width:100%;
padding-left: 20px;
padding-right: 20px;
margin:0 auto;
position:relative;
}
.wrapper-in {
max-width:840px;
padding-left: 20px;
padding-right: 20px;
margin: 0 auto;
}
.wrapper-max {
max-width:1200px;
width:100%;
margin:0 auto;
position:relative;
}
.wrapper-min {
max-width:800px;
width:80%;
margin: 0 auto;
}
@media only screen and (max-width:768px) {
.wrapper-min {
width: 100%;
padding-left: 20px;
padding-right: 20px;
margin: 0 auto;
}	
}
.section{
padding-top: 60px;
padding-bottom: 60px;
overflow: hidden;
}
.full-width {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
}

@media only screen and (max-width:768px) {
.section{
padding-top:30px;
padding-bottom:30px;
}
.sp-fullwidth{
padding-left:0;
padding-right: 0; 
}
}

/* header */
.header {
display:flex;
position: fixed;
width:100%;
height:60px;
z-index:2000;
top:0;
background:rgba(255,255,255,0);
transition:all 1s ease;
}
.header.shown {
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
transition:all 1s ease;
-webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);
background-color: rgba(255,255,255,0.72);
}

/* logo */
.logo {
line-height:60px;
font-size:24px;
font-weight:bold;
float:left;
}
.logo img {
height:40px;
vertical-align:middle
}

.logo a{
color:#222;
}

.header.shown .logo a{
color:#222;
}
@media only screen and (max-width:768px) {
.logo img {
height:30px;
vertical-align:middle
}
.header .logo a{
color:#222;
}
}
/* nav */
.nav ul{
right:0;
list-style-type:none;
position:absolute;
margin:0;
}
.nav ul li{
line-height:60px;
font-size:1.6rem;
display: inline;margin-right:20px;
}
.nav ul li:last-child{
margin-right:0;
}
.nav ul li a{
color:#222;
}
.header.shown .nav ul li a{
color:#222;
}

#nav-toggle {
position: fixed;
top: 20px;
right: 25px;
height: 20px;
cursor: pointer;
}
#nav-toggle &gt; div {
position: relative;
width: 22px;
}
#nav-toggle span {
width: 100%;
height: 2px;
left: 0;
display: block;
background: #333;
position: absolute;
-webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
transition: top .5s ease, -webkit-transform .6s ease-in-out;
transition: transform .6s ease-in-out, top .5s ease;
transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}
#nav-toggle span:nth-child(1) {
top: 0;
}
#nav-toggle span:nth-child(2) {
top: 9px;
}
#nav-toggle span:nth-child(3) {
top: 18px;
}


.open #nav-toggle span {
background: #fff;
}
.open #nav-toggle span:nth-child(1) {
top: 15px;
-webkit-transform: rotate(45deg);
      transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
top: 15px;
width: 0;
left: 50%;
}
.open #nav-toggle span:nth-child(3) {
top: 15px;
-webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

#nav-toggle {
z-index: 1000;
}

#gloval-nav {
background: #462a0b;
background: rgba(70, 42, 11, 0.95);
color: #fff;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 990;
text-align: center;
display: -webkit-box;
display: flex;
visibility: hidden;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
font-size: 29px;
opacity: 0;
-webkit-transition: opacity .6s ease, visibility .6s ease;
transition: opacity .6s ease, visibility .6s ease;
}

#gloval-nav a {
display: inline-block;
color: #fff;
text-decoration: none;
padding: 10px 0;
-webkit-transition: color .6s ease;
transition: color .6s ease;
font-size:2.5rem
}
#gloval-nav a:hover {
color: #666;
}
#gloval-nav ul {
list-style: none;
padding:0;
}
#gloval-nav ul li {
opacity: 0;
-webkit-transform: translateX(200px);
transform: translateX(200px);
-webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
transition: opacity .2s ease, -webkit-transform .6s ease;
transition: transform .6s ease, opacity .2s ease;
transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}
#gloval-nav ul li:nth-child(1) {
-webkit-transition-delay: .10s;
transition-delay: .10s;
}
#gloval-nav ul li:nth-child(2) {
-webkit-transition-delay: .14s;
transition-delay: .14s;
}
#gloval-nav ul li:nth-child(3) {
-webkit-transition-delay: .18s;
transition-delay: .18s;
}
#gloval-nav ul li:nth-child(4) {
-webkit-transition-delay: .22s;
transition-delay: .22s;
}
#gloval-nav ul li:nth-child(5) {
-webkit-transition-delay: .26s;
transition-delay: .26s;
}
#gloval-nav ul li:nth-child(6) {
-webkit-transition-delay: .30s;
transition-delay: .30s;
}
#gloval-nav ul li:nth-child(7) {
-webkit-transition-delay: .34s;
transition-delay: .34s;
}

.open #gloval-nav {
visibility: visible;
opacity: 1;
}

.open #gloval-nav li {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
transition: opacity .9s ease, -webkit-transform 1s ease;
transition: transform 1s ease, opacity .9s ease;
transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

/* sidebar */
.sidebar {

}
/* footer */
.footer_navi {
position:absolute;
bottom:0;
z-index:900;
background:#F2F1EA;
text-align:center;
position:fixed;
width:100%;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.footer_navi_sp{
display:flex !important;
}
.footer_navi_sp .col1{
width:46%
}
.footer_navi_sp .col2{
width:27%
}
.footer_navi_sp .col2 a{
display:block;
border:2px solid #222;
border-radius:5px;
line-height: 36px;
margin:auto;
font-size:14px;
font-weight:bold;
box-sizing:border-box;
height:40px;
background:#fff;
margin:5px 5px 5px 0;
}

.row {
vertical-align: top;
width: 100%;
margin-bottom:20px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.row__centered .col{
text-align:center;
}

.col{
display: inline-block;
box-sizing:border-box;
overflow: hidden;
}

.row2 .col {
width: 48%;
}

.row3::after {
display: block;
content:"";
width: 31.33333%;
}

.row3 .col {
width: 31.33333%;
}

.row4 .col {
width: 23%;
}

@media screen and (min-width : 767px){
.p-post-list .col {
width: 15%;
}
}

@media screen and (max-width : 767px){
.row2 .col {
width: 100%;
margin-right:0;
margin-bottom:20px;
}
.row3 .col {
width: 100%;
margin-right:0;
margin-bottom:20px;
}
.p-posts .row3 .col {
width: 48%;
margin-right:0;
margin-bottom:20px;
text-align:center;
}
.row4 .col {
width: 48%;
margin-bottom: 4%;
}
.row4 .col:nth-child(2n) {
margin-right:0;
}
.sp_col1{
order:1;
}
.sp_col2{
order:2;
}
}

.has-centered{
text-align:center;
}
.is-centered{
margin:auto;
}
/**/
.c-scale-image__wrap{
padding-top: 45%;
position: relative;
overflow:hidden;
}
.c-scale-image img{
position: absolute;
width:100%;
top: 50%;
left: 50%;
transition: 0.4s;
transform: translate(-50%, -50%);
}
.c-scale-image:hover img {
transform: translate(-50%, -50%) scale(1.3,1.3);
}
/* category-link */
/*category-link*/
.c-category-link h3{
position:relative;
display:block;
text-align:center;
background:#fff;
margin:0;
font-size:14px;
line-height:36px;
margin-bottom:3px;
}
.c-category-link h3 span{
position:absolute;
top: 0;
bottom: 0;
right: 10px;
margin: auto;
-webkit-transition: transform .6s;
transition: transform .6s;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: -webkit-transform 0.6s ease;
transition: -webkit-transform 0.6s ease;
transition: transform 0.6s ease;
transition: transform 0.6s ease, -webkit-transform 0.3s ease;
transition:0.6s;
vertical-align: middle;
color:#ccc;
line-height:36px;
}
.c-category-link .scale-image:hover h3 span {
color:#222;
}

.c-category-link .row3 .col {
width: calc(33.33333% - 2px*2/3);
}
.c-category-link .row4Â&nbsp;.col{
width:calc(25% - 2px*3/4);
margin-bottom:0;
}
@media screen and (max-width : 767px){
.c-category-link .row .col {
width:calc(50% - 2px*1/2);
margin-bottom:0;
}
}

/* buttons */
.custom-btn {
padding: 10px 25px;
font-weight: 500;
background: transparent;
outline: none !important;
cursor: pointer;
-webkit-transition-duration: .8s;
transition-duration: .8s;
-webkit-transition-delay: .4s;
transition-delay: .4s;
position: relative;
display: inline-block;
}

.c-btn {
width: 130px;
height: 40px;
line-height: 42px;
padding: 0;
border: none;font-size:1.4rem;font-weight:bold;
}
.c-btn span {
position: relative;
display: block;
width: 100%;
height: 100%;
-webkit-transition-duration: .4s;
transition-duration: .4s;
-webkit-transition-delay: .2s;
transition-delay: .2s;
}
.c-btn:before,
.c-btn:after {
position: absolute;
content: "";
right: 0;
top: 0;
background: #222;
-webkit-transition-duration: .4s;
transition-duration: .4s;
-webkit-transition-delay: .2s;
transition-delay: .2s;
}
.c-btn:before {
height: 0%;
width: 2px;
}
.c-btn:after {
width: 0%;
height: 2px;
}
.c-btn span:before,
.c-btn span:after {
position: absolute;
content: "";
left: 0;
bottom: 0;
background: #222;
-webkit-transition-duration: .4s;
transition-duration: .4s;
-webkit-transition-delay: .2s;
transition-delay: .2s;
z-index: -1;
}
.c-btn span:before {
width: 2px;
height: 0%;
}
.c-btn span:after {
width: 0%;
height: 2px;
}
.c-btn:hover span:before {
-webkit-transition-duration: .4s;
transition-duration: .4s;
-webkit-transition-delay: .2s;
transition-delay: .2s;
width: 100%;
}
.c-btn:hover span {
color: #fff;
}
.js-scroll.shown .c-btn span:before {
height: 100%;
}
.js-scroll.shown .c-btn span:after {
width: 100%;
}
.js-scroll.shown .c-btn:before {
height: 100%;
}

.js-scroll.shown .c-btn:after {
width: 100%;
}


.c-btn-B{
background:#9c958c;
color: #ffffff;
border:2px solid #9c958c;
width: 100%;
max-width: 200px;
line-height: 3;
font-size: 1.2rem;
display: inline-block;
border-radius: 4px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
text-align: center;
text-decoration: none;
box-sizing: border-box;
cursor: pointer;
text-transform:uppercase;
transition:.6s;
}
.c-btn-B:hover {
background:#fff;
color:#9c958c;
border:2px solid #9c958c;
}

.c-btn-C{
text-align:center;
padding:10px 60px;
font-size:1.6rem;
font-weight:500;
color:#fff;
display:inline-block;
border-radius:5px;
background:#9c958c;
border:2px solid #9c958c;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
-webkit-transition: all 0.6s ease;
transition: all  0.6s ease;
line-height: 2;
}
.c-btn-C:hover{
color:#fff;
}
.c-btn-C  .arrow-icon--circle,
.c-btn-C  .arrow-icon--arrow{
stroke:  #fff;
}
.c-btn-C {
position:relative;
}
.c-btn-C .arrow-icon {
position: absolute;
top: 0;
bottom: 0;
right: 15px;
margin: auto;
-webkit-transition: transform .6s;
transition: transform .6s;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
vertical-align: middle;
width: 26px;
}
.c-btn-C .arrow-icon--circle {
-webkit-transition: stroke-dashoffset .3s ease;
transition: stroke-dashoffset .3s ease;
stroke-dasharray: 95;
stroke-dashoffset: 95;
}
.c-btn-C:hover .arrow-icon {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
.c-btn-C:hover .arrow-icon--circle {
stroke-dashoffset: 0;

}
.c-btn-C:hover .arrow-icon--arrow {
stroke-dashoffset: 0;

}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/


body{font-family: Noto Sans JP,Yu Gothic,æ¸¸ã‚´ã‚·ãƒƒã‚¯,YuGothic,æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“,ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3,sans-serif;}


p,li,th,td{
font-size:1.5rem;
line-height:28px;
}

h2{
font-size:3.2rem;
line-height:45px;
text-align:center;
font-weight:700;
margin-bottom:40px;
color:#B16C27;
}

.p-sub h2{
font-size:1.8rem;
line-height:1.8;
margin-top:40px;
margin-bottom:20px;
text-align:left;
}

h3{
font-size:1.6rem;
}

.lead{
text-align:center;
font-size:1.7rem;
font-weight:500;
margin-bottom:40px;
}

.lead-sub{
text-align:center;
font-size:1.6rem;
font-weight:500;
margin-bottom:40px;
}

@media only screen and (max-width:768px) {
.sp{display:block;}
.pc{display:none;}
h2{font-size:2.0rem;line-height:1.8;}
h3{text-align:center;}
p,li,th,td{font-size:1.3rem;line-height:2.2;}
.lead{font-size:15px;line-height:1.8;}
.lead-sub{font-size:1.34rem;line-height:1.8;}
}


.p-posts .title{
text-align:center;
font-size:2.4rem;
}
.p-posts .date{
text-align:center;
font-size:1.4rem;
}

.bg-A{
background: #F2F1EA;
background:url(http://ippondo-kotoni.com/wp/wp-content/uploads/2020/10/bg_3-4.jpg);
}
.bg-B{
background: #F5F4F5;
}
.bg-C{
background: #faf8f6;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:768px) {
.sp{display:none;}
.pc{display:block;}
}


@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

.breadcrumbs__wrapper {
 width:100%;
 background: #222;
 color: #ccc;
}
.breadcrumbs {
line-height:40px;
border-top:1px solid #666;
border-bottom:1px solid #666;
box-sizing: border-box;
}
.breadcrumbs ul {
padding: 0;
list-style-type: none;
margin: 0;
 display:flex;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
}
.breadcrumbs li {
 padding-right:20px;
}
.breadcrumbs li:not(:last-child) {
 position:relative;
 padding-right:20px;
}
.breadcrumbs li:not(:last-child)::after {
 content: "&gt;";
 display: block;
 position: absolute;
 width: 9px;
 height: 15px;
 top: 0px;
 right: 0px;
}
.breadcrumbs li a{
color: #999;
}
@media screen and (max-width:768px) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

/* showmore */


.readmore-hidden{
display: none;
}

.c-btn-readmore{
border: 1px solid #ddd;
border-radius: 10px;
position: relative;
width: 100%;
max-width: 300px;
}
.c-btn-readmore span {
padding: 5px;
line-height: 1;
text-align: center;
position: relative;
display: block;
width: 100%;
-webkit-transition-duration: .4s;
transition-duration: .4s;
-webkit-transition-delay: .2s;
transition-delay: .2s;
}

.c-btn-readmore span::before {
font-family: "FontAwesome";
position: absolute;
top:0;
bottom: 0;
left: 10px;
line-height: 24px;
color: #aaa;
}

.c-btn-readmore span::before { content: "\f078"; }
.c-btn-readmore span::after {content: "ã‚‚ã£ã¨è¦‹ã‚‹"} 

.c-btn-readmore.on-click span::before { content: "\f077"; }
.c-btn-readmore.on-click  span::after {content: "é–‰ã˜ã‚‹"} 


.c-btn-readmore{

}

/* arrowbutton */
.link--arrowed {
position:relative;
}
.link--arrowed .arrow-icon {
position: absolute;
top: 0;
bottom: 0;
right: 15px;
margin: auto;
-webkit-transition: transform .6s;
transition: transform .6s;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
vertical-align: middle;
}
.link--arrowed .arrow-icon--circle {
-webkit-transition: stroke-dashoffset .3s ease;
transition: stroke-dashoffset .3s ease;
stroke-dasharray: 95;
stroke-dashoffset: 95;
}
.link--arrowed:hover .arrow-icon {
-webkit-transform: translate3d(5px, 0, 0);
      transform: translate3d(5px, 0, 0);
}
.link--arrowed:hover .arrow-icon--circle {
stroke-dashoffset: 0;
}
.link--arrowed .left-icon {
position: absolute;
left: 15px;
}
.link--arrowed .left-icon i{
font-size: 3.0rem;
line-height: 1;
}




/* js-container */

.js-scroll .js-scroll-item {
    overflow: hidden;
    position: relative;
}

.js-scroll .js-scroll__item-wrap {
    overflow: hidden;
    position: relative;
}

.js-scroll__item {
display: block;
transform: translateX(-10%);
position: relative;
opacity:0;
-webkit-transition-duration: .8s;
transition-duration: .8s;
z-index: 10;
}

.js-scroll .js-scroll__item:before {
background: #222;
content: '';
display: block;
height: 100%;
position: absolute;
transform: translateX(0.500%);
-webkit-transition-duration: .8s;
transition-duration: .8s;
-webkit-transition-delay: .0s;
transition-delay: .0s;
width: 100%;
z-index: 11;
}

.js-scroll__img {
display: block;
transform: translateX(-10%);
position: relative;
opacity:0;
-webkit-transition-duration: .8s;
transition-duration: .8s;
z-index: 10;
}

.js-scroll .js-scroll-item:before {
background: #222;
content: '';
display: block;
height: 100%;
position: absolute;
transform: translateX(0.500%);
-webkit-transition-duration: .8s;
transition-duration: .8s;
-webkit-transition-delay: .0s;
transition-delay: .0s;
width: 100%;
z-index: 11;
}

.js-scroll.shown .js-scroll__item {
opacity: 1;
-webkit-transform:translateX(0%);
transform: translateX(0%);
}

.js-scroll.shown .js-scroll__item:before {
    transform: translateX(101%);
}

.js-scroll__ttl {
line-height: 1.5 !important;
overflow: hidden;
position: relative;
z-index: 10;
display:inline-block;
}

.js-scroll__ttl:before {
background: #222;
content: '';
display: block;
height: 100%;
position: absolute;
transform: translateX(0%);
-webkit-transition-duration: .8s;
transition-duration: .8s;
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
width: 100%;
z-index: 11;
}

.js-scroll__ttl-in {
display: inline-block;
opacity: 1;
-webkit-transition-duration: .8s;
transition-duration: .8s;
-webkit-transition-delay: .5s;
transition-delay: .5s;
}

.js-scroll__ttl-sub{
bottom: 0;
opacity: 0;
position: relative;
-webkit-transition-duration: 1.4s;
transition-duration: 1.4s;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}

.shown .js-scroll__ttl-sub{
bottom: 0;
opacity: 1;
}

.js-scroll__up {
bottom: -30px;
opacity: 0;
position: relative;
-webkit-transition-duration: .8s;
transition-duration: .8s;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}

.js-scroll .js-scroll__up:nth-child(1){
-webkit-transition-delay: .2s !important;
transition-delay: .2s !important;
}
.js-scroll .js-scroll__up:nth-child(2){
-webkit-transition-delay: .4s !important;
transition-delay: .4s !important;
}
.js-scroll .js-scroll__up:nth-child(3){
-webkit-transition-delay: .6s !important;
transition-delay: .6 !important;
}
.js-scroll .js-scroll__up:nth-child(4){
-webkit-transition-delay: .8s !important;
transition-delay: .8s !important;
}
.js-scroll .js-scroll__up:nth-child(5){
-webkit-transition-delay: 1.0s !important;
transition-delay: 1.0s !important;
}

.js-scroll__fadein {
opacity: 0;
-webkit-transition-duration: 1.4s;
transition-duration: 1.4s;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}



.js-scroll.shown .js-scroll__img {
opacity: 1;
-webkit-transform:translateX(0%);
transform: translateX(0%);
}

.js-scroll.shown .js-scroll-item:before {
    transform: translateX(101%);
}

.js-scroll.shown .js-scroll__ttl:before {
    transform: translateX(101%);
}

.js-scroll.shown .js-scroll__ttl:before {
    transform: translateX(101%);
}

.js-scroll.shown .js-scroll__ttl-in {
    opacity: 1;
}

.js-scroll.shown .js-scroll__up {
    bottom: 0;
    opacity: 1;
}

.js-scroll.shown .js-scroll__fadein {
    left: 0;
    opacity: 1;
}

.js-scroll__fadein.shown {
    left: 0;
    opacity: 1;
}

.js-scroll__cap {
bottom: -30px;
opacity: 0;
position: relative;
-webkit-transition-duration: .8s;
transition-duration: .8s;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}

.js-scroll__cap.shown {
    bottom: 0;
    opacity: 1;
}

.js-scroll__txt {
bottom: 0;
opacity: 0;
position: relative;
-webkit-transition-duration: 1.4s;
transition-duration: 1.4s;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}

.js-scroll__txt.shown {
    bottom: 0;
    opacity: 1;
}

.js-scroll__left {
left: -50px;
opacity: 0;
position: relative;
-webkit-transition-duration: .8s;
transition-duration: .8s;
-webkit-transition-delay: .5s;
transition-delay: .5s;
}

.js-scroll__left.shown {
    left: 0;
    opacity: 1;
}


.js-scroll__up.shown {
    bottom: 0;
    opacity: 1;
}

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*p-detail*/
.p-detail h2{
text-align:left;
margin-bottom:20px;
}
.p-detail h3{
text-align:left;
}
.p-detail .price{
margin:0 0 40px;
font-size:2rem;
}
.attr .icon{
display:inline-block;
color:#B16C27;
border:2px solid #B16C27;
border-radius:10px;
padding:10px 5px;
min-width:50px;
text-align:center;
}
.attr .icon p{
line-height:1;
margin:0;
}

table.comp {
margin: 20px 0;
}
.comp th {
border: solid 1px #8e7351;
padding: 5px 10px;
text-align:left;
font-weight:normal;
}
.comp td {
border: solid 1px #8e7351;
padding: 5px 10px;
text-align:right;
}

/*p-index*/
.p-index-point3__box{
margin:auto;
}
.p-index-point3__box .col{
border-right:1px solid #ccc;
padding:20px;
width:33.3333%;
margin:20px 0;
}
.p-index-point3__box .col:last-child{
border-right:none;
}
.p-index-point3__box h3{
font-size:1.4rem;
}
.p-index-point3_box p{
font-size:1.2rem;
line-height:1.6;
margin-bottom:0;
}
.p-status{
background:#666;
color:#fff;
background:url(/common/img/bg-1.png);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.p-status .col{
border:2px solid #fff;
padding:20px;
border-radius:10px;
background:rgba(0,0,0,0.5)
}
.p-status h4{
font-size:1.8rem;
}

@media only screen and (max-width:768px) {
.p-index-point3__box .col{width:31.3333%;padding:20px 10px}
.p-index-point3__box img{height:40px;}
.p-index-point3__box h3{margin-bottom:0;font-size:1.3rem;}
}

/* p-category */
.p-category-kv{
width:100%;
margin-left: auto;
margin-right: auto;
height:400px;
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
background:#222;
}
.p-category-kv__img-wrap {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.p-category-kv__img {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
height:400px;
}
.p-category-kv__img {
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}

@media only screen and (max-width:768px) {
.p-category-kv{
height:300px;
}
.p-category-kv__img{
height:300px;
}
.p-category-kv__img {
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
}

.p-category-kv-in{
position:relative;
top:190px;
text-align:center;
z-index: 10;
}
.p-category-kv__ttl{
display:inline-block;
}
.p-category-kv__ttl span{
border-bottom:#fff 8px solid;
padding:10px 0px;
font-size:80px;
line-height:80px;
margin:0 0;
font-family: 'Oswald', sans-serif;
font-weight:500;
color:#fff;
}
.js-scroll__ttl:before{
background: #fff;
}
.p-category-kv__ttl-sub{
display:inline-block;
}
.p-category-kv__ttl-sub span{
padding:0;
font-size:4.7rem;
line-height:47px;
margin:0 0;
font-weight:500;
color:#fff;
}
.p-category-kv__txt{
color:#fff;
font-size:2.0rem;
font-weight:bold;
margin:0;
}
@media only screen and (max-width:768px) {
.p-category-kv-in{
top:170px;
}
.p-category-kv__ttl span{
font-size:5.0rem;
line-height:1.2;
}
}
/**/
.p-category-point3{
max-width:640px;
margin:auto;
}
.p-category-point3 .col{
border:2px solid #222;
padding:20px;
border-radius:10px;
}
.p-category-point3 h3{
font-size:1.4rem;
}
.p-category-point3 p{
font-size:1.2rem;
line-height:1.5;
margin-bottom:0;
}
@media only screen and (max-width:768px) {
.p-category-point3 .col{
width:32%;
}
.p-category-point3 .col img{
height:40px;
}
.p-category-point3 h3{
margin-bottom: 0;
}
}
/**/
.p-category-shop__sub-ttl{
color:#cea888;
font-size:1.1rem;
font-weight:bold;
margin-bottom:0;
}
@media only screen and (max-width:768px) {
.p-category-shop__sub-ttl{
text-align: center;
}
}
/**/
.p-category-service3 .col{
text-align:center;
padding:16px;
display: block;
background-color: #fff;
text-decoration: none;
text-align: center;
transition: all .2s ease-out;
position: relative;
border-radius: 6px;
background-color: #f8f8f8;
border: 2px solid #AAA;
}
.p-category-service3 .col a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-indent:-999px;
z-index: 2;}
/*
.p-category-service3 .col{
text-align:center;
padding:16px;
display: block;
background-color: #fff;
text-decoration: none;
box-shadow: 0 0 35px 0 rgba(0,0,0,.1);
text-align: center;
transition: all .2s ease-out;
}
*/
.p-category-service3 .col:hover{
box-shadow: 0 7px 35px 0 rgba(0,0,0,.15);
}
.p-category-service3 .col h3{
font-size:24px;
color:#cea888;
margin:0;
margin-bottom:10px;
}
.p-category-service3 .col p{
margin-top:0;
margin-bottom:0;
}
.p-category-service3 .col .more{
margin-top:16px;
}
.p-category-service3 .col:hover .c-btn-B {
background:#fff;
color:#9c958c !important;
border:2px solid #9c958c;
}

.p-category-itemline h3{
text-align:center;
font-size:2.0rem;
margin-top: 60px;
}

.p-category-itemline .us_name{
font-weight: bold;
margin-bottom: 0;
font-size: 1.6rem;
}
.p-category-itemline .jp_name{
margin-top: 0;
color: #cea888;
}
@media only screen and (max-width:768px) {
.p-category-itemline h3{
font-size: 1.8rem;
}
}
/* result */
.p-result .col{
width: 220px;
padding: 16px;
display: block;
background-color: #fff;
text-decoration: none;
box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
text-align: center;
transition: all .2s ease-out;
}
.p-result_ttl {
display: block;
font-size: 1.6rem;
margin-top:20px;
margin-bottom: 10px;
color: #222;
}
@media only screen and (max-width:768px) {
.p-result_ttl {
font-size: 1.4rem;
}
}
.p-result_price {}

.p-result_price_count {
position: relative;
display: inline-block;
color: #cea888;
font-weight: 500;
font-size: 24px;
}

/* assessment */
.p-assessment{
text-align:center;
background:url(/common/img/bg.png);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.p-assessment .row{
margin-bottom: 0;
}
.p-assessment .lead{
font-size:2.2rem;
line-height:1;
font-weight:500;
color:#fff;
text-shadow:0 0px 8px rgba(0, 0, 0, 0.8);
margin-bottom:0px;
}
.p-assessment .title{
margin-top:10px;
font-size:3.4rem;
line-height:1;
font-weight:500;
color:#fff;
text-shadow:0 0px 8px rgba(0, 0, 0, 0.8);
}

.p-assessment .txt{
color:#fff;
margin-top: 0;
text-shadow:0 0px 8px rgba(0, 0, 0, 0.8);
}
.p-assessment .btn_wrap{
width:650px;
margin:auto;
}
.p-assessment .btn{
width:100%;
text-align:center;
padding:10px 20px;
font-size:1.8rem;
font-weight:500;
color:#222;
display:block;
border-radius:5px;
background:#fff;
border:2px solid #fff;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
-webkit-transition: all 0.6s ease;
transition: all  0.6s ease;
}
.p-assessment .btn:hover{
background:rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width:768px) {
.p-assessment .lead{
font-size:1.6rem;
}
.p-assessment .title{
font-size:2.4rem;
}
.p-assessment .txt{
font-size:1.6rem;
}
.p-assessment .btn_wrap{
width:303px;
margin:auto;
}
}



/* line */
.p-line .lead{
font-size: 2.2rem;
line-height: 1;
font-weight: 500;
margin-bottom: 0px;
}
.p-line .title{
margin-top:10px;
font-size:3.4rem;
line-height:1;
font-weight:500;
}
.p-line__img{
float: left;
padding-right: 10px;
}

.p-line__txt{
margin: 0;
}

/* voice */
.p-voice__card{
text-align:center;
}
.balloon-line {
  position: relative;
  margin: 0 10px 40px;
  padding: 20px;
  background: #fff;
  border: 1px solid #ddd;
  text-align: center; 
  border-radius: 8px;
}
.balloon-line::before,
.balloon-line::after {
  content: '';
  border: 14px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -14px;
}
.balloon-line::before {
  border-top-color: #ddd;
  bottom: -28px;
}
.balloon-line::after {
  border-top-color: #fff;
  bottom: -27px;
}
.balloon-line p {
margin: 0;
padding: 0;
font-size:1.2rem;
line-height:1.6;
}
.voice_pict{
border-radius: 50%;
max-width:65px;
margin: auto;
}
.voice_plan{
color: #DAB300;
}
/**/
.c-shop .col{
overflow: hidden;
}
.swiper-shop{
position: relative;
}
.swiper-wrapper{
margin-bottom: 20px;
}
.swiper-pagination-bullet-active{
background: #9b8045;
}
.c-faq dl{
margin-bottom: 10px;
position: relative;
}
.c-faq dt{
padding: 14px 42px 14px 72px;
font-size: 1.6rem;
line-height: 1.4;
letter-spacing: .1em;
border:1px solid #ddd;
cursor:pointer;
position: relative;
}
.c-faq dt:hover{
background: #f8f8f8;
}	
.c-faq dt:before {
content: 'Q.';
text-indent: -50px;
display: inline-block;
font-size: 2.4rem;
line-height: 1.16667;
letter-spacing: .1em;
color: #9b8045;
}
.c-faq  dt span::before,
.c-faq  dt span::after {
content: '';
display: block;
width: 15px;
height: 2px;
border-radius: 5px;
background: #9c958c;
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
}
  
.c-faq  dt span::before {
transform: translateY(-50%) rotate(90deg);
transition: 0.5s;
}

.c-faq  dt.active span::before {
transform: translateY(-50%) rotate(0deg);
transition: 0.5s;
}

.c-faq dd {
margin-left: 0;
padding: 18px 0 18px 72px;
font-size: 1.4rem;
line-height: 1.86667;
letter-spacing: .1em;
display:none;
background: #f7f5f0;
}
.c-faq dd:before {
color: #591820;
content: 'A.';
text-indent: -50px;
display: inline-block;
font-size: 2.4rem;
line-height: 1.16667;
}
@media only screen and (max-width:768px) {
.c-faq dt{
font-size: 1.4rem;
}
.c-faq dt,
.c-faq dd {
padding-left: 42px;
}
.c-faq dt:before,
.c-faq dd:before {
font-size: 1.8rem;
text-indent: -30px;
}
}


/*feature*/
.p-category-feature-A h2{
color: #9b8045;
}
.p-category-feature-A h2 span{
padding-bottom: 5px;
border-bottom: 3px solid #9b8045;
}
.p-category-feature-A .col:nth-child(1){
order:2;
-webkit-order:2;
}
.p-category-feature-A .col:nth-child(2){
order:1;
-webkit-order:1;
overflow:visible;
}
.p-category-feature-A img{
box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
padding: 10px;
}
.p-category-feature-A h3{
font-size: 2.8rem;
}
.p-category-feature-A p{
font-size: 1.6rem;
}
.p-category-feature-A .price {
text-align: right;
color: #9b8045;
font-size: 6.4rem;
letter-spacing: .1em;
margin: 10px 0;
font-weight: 700;
}
.p-category-feature-A .price span{ 
font-size: 4rem;
line-height: 1.6;
letter-spacing: .1em;
font-weight: 700;
}
.p-category-feature-A ul{
list-style-type: none;
margin: 0;
padding: 0;
}
.p-category-feature-A ul li{
padding: 8px;
font-size: 18px;
font-size: 1.8rem;
line-height: 1.33333;
letter-spacing: .1em;
}
.p-category-feature-A ul li:nth-child(odd) {
background-color: #f7f5f0;
}
@media screen and (max-width : 767px){
.p-category-feature-A .wrapper{
width: 88vw;
padding: 6.25vw;
}
.p-category-feature-A h2{
font-size: 2.2rem;
}
.p-category-feature-A h2 span{
padding-bottom: 3px;
border-bottom: 3px solid #9b8045;
}
.p-category-feature-A h3{
font-size: 2.0rem;
}
.p-category-feature-A .price{
line-height: 1.2;
}
.p-category-feature-A .col:nth-child(1){
order:1;
-webkit-order:1;
}
.p-category-feature-A .col:nth-child(2){
order:2;
-webkit-order:2;
}
.p-category-feature-A .col{
text-align: center;
}
.p-category-feature-A .price {
text-align: center;
}
}


/* p-sub */


.p-sub-header{
text-align: center;
}
.p-sub-header__ttl {
overflow: hidden;
position: relative;
display: table;
margin: auto;
}
.p-sub-header h1,
.p-sub-header h2{
font-size: 3.2rem;
line-height: 1;
margin-bottom: 0;
margin-top:2em; 
}
.p-sub-header .ttl-sub,
.p-sub-header .ttl-sub{
font-size: 1.6rem;
line-height: 1;
}
.p-sub-header__ttl-in {
text-align: center;
font-weight: 700;
transform: translateX(-100%);
-webkit-transition-duration: .8s;
transition-duration: .8s;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.shown .p-sub-header__ttl-in {
transform: translateX(0%);
}



.js-scroll__underbar span{
overflow: hidden;
display: inline-block;
}
.js-scroll__underbar span::after{
content: '';
display: block;
background: #222;
height: 2px;
margin-top: 10px;
width: 100%;
-webkit-transition-duration: .8s;
transition-duration: .8s;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.js-scroll__underbar.shown span::after{
transition-property:width;
width: 100px
}

/* p-service */

.p-service__point .col{
/**border:1px solid #ccc;**/
background:#fff;
margin-bottom:20px;
text-align:center;
}
.p-service__point h3{
color:#cea888;
font-size:1.8rem;
}
.p-service__point h3 span::after{
content: '';
border-bottom: 2px solid #cea888;
display: block;
padding: 10px 0px 0px;
margin:auto;
width:80px;
}
.p-service__point p{
padding:0 30px;
}
.p-service__icon{
font-size:5.0rem;
color:#cea888;
font-weight:bold;
}
.p-service__icon img{
height:50px;
}
.p-service__link{
margin-bottom:0;
}
.p-service__link .col{
border:1px solid #ccc;
text-align:center;
width:calc(33.33333% - 2px*2/3);
border-bottom:0;
}
.p-service__link h3,
.p-service__link h3 a{
display:block;
width:100%;
height:100%;
margin: 0;
padding: 0;
line-height: 3;
}
.p-service__link h3 a:hover{
background:#cea888;
color:#fff;
}
.p-service__link a.current{
background:#cea888;
color:#fff;
}
.p-service__flow .c-btn-B{
margin-right:10px
}
@media screen and (max-width : 767px){
.p-service__link .col{
margin-bottom:0;
}
.p-service__point .col{
padding:10px;
}
.p-service__icon img{
height:70px;
}
.p-service__point h3{
font-size:1.6rem;
}
.p-service__flow .c-btn-B{
margin-top:10px;
max-width:100%;
margin-right:0;
}
}
.p-service__flow dl{
display: flex;
flex-wrap: wrap;
}
.p-service__flow dt{
width: 220px;
background:#cea888;
text-align:center;
display: flex;
justify-content: center;
align-items: center;
}
.p-service__flow dt .step{
display:inline-block;
font-style: italic;
background: #fff;
padding: 0px 20px;
border-radius: 15px;
font-weight: bold;
margin:20px 0 0;
}
.p-service__flow dt h3{
color:#fff;
}
.p-service__flow dd{
width:calc(100% - 220px);
border:1px solid #cea888;
padding:20px;
margin:0;
background:#fff;
}
.p-service__flow dd:after{
  display: block;
  content: "";
  clear: both;
}
.p-service__flow dd h4{
font-size:1.8rem;
color:#cea888;
font-weight:bold;
}
@media screen and (max-width : 767px){
.p-service__flow dt,
.p-service__flow dd{
width:100%;
}
.p-service__flow dd h4{
text-align:center;
}
}
/* c-column */
@media screen and (max-width : 767px){
.c-column.wrapper-min{
width: 100%;
}
}
.c-column h2 {
text-transform: uppercase;
position: relative;
padding-bottom: 10px;
}
.c-column h2:after {
content: '';
display: block;
width: 25px;
height: 1px;
background: #000;
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
@media (min-width: 768px){
.c-column h2 {
text-transform: uppercase;
position: relative;
padding-bottom: 10px;
}
.c-column h2:after {
height: 2px;
width: 50px;
}
}
.c-column .row .col{
display: block;
width: 100%;
border-bottom: 1px solid #ccc;
padding:20px 20px;
position: relative;
}
.c-column .col a{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.c-column .col:hover h3{
text-decoration: underline;
}
.c-column h3{
font-size: 1.6rem;
color;#cea888;
line-height: 1;
margin: 0;
}
.c-column .tag{
line-height: 1;
margin: 0;
padding: 0;
}
.c-column .tag span{
text-align: center;
display: inline-block;
margin: 0 6px 10px 0;
font-size: 1.2rem;
line-height: 1.6;
/*background: #f7f5f0;*/
border-bottom: 1px solid red;
}
.c-column .tag span.tag1{
border-color:  gold;
}
.c-column .tag span.tag2{
border-color:  gray;
}
@media screen and (max-width : 767px){
.c-column h3{
text-align:left;
}
}

/* c-contact */
.section.c-contact{
background:#F2F2F2;;
font-family: 'Hiragino Kaku Gothic ProN',Meiryo,Osaka,'MS PGothic',arial,sans-serif;
text-align: center;
}
.c-contact i{
/*color:#cea888;*/
color: #cea888;
}
.c-contact h2{
border-bottom: 2px solid #999;
display: inline-block;
font-size: 2.2rem;
}
.c-contact h3{
margin-bottom:0;
}
.c-contact p{
line-height:1.6;
margin-top: 8px;
}
.c-contact .c-btn-B{
width:auto;
padding:0 20px;
line-height:2;

}
.c-contact .c-btn-B:hover{

}
@media screen and (max-width : 767px){
.c-contact .row{
flex-wrap: wrap;
}
.c-contact .col{
width: 50%;
margin: 0 auto 20px;
}
.c-contact h2{
font-size: 1.8rem;
}
.c-contact .c-btn-B{
border-width: 1px;
}
.c-contact .c-btn-B:hover{
border-width: 1px;
}
}

/* result */

.p-single-result{
background: #fff;
padding: 40px;
}
.p-single-result a{
color:#3e65bc
}
.p-single-result h1{
border-left: 6px solid #222;
padding-left: 14px;
margin-bottom: 20px;
}
.p-single-result h2{
clear:both;
font-size:1.8rem;
font-weight:bold;
line-height:1;
padding:0;
margin:40px 0 20px;
text-align: left;
}
.p-single-result p{

}
.p-single-result p.note{
font-size:1.1rem;
line-height:1.6;
color:#666;
margin-bottom:10px;
}
.p-single-result dt,
.p-single-result dd{
font-size:1.3rem;
line-height:1.6;
padding-bottom:10px;
}
.p-single-result dt{
clear: both;
width: 100px;
float: left;
}
.p-single-result dt span{
float:right;
}
.p-single-result dd{
padding-left: 111px;
}
.p-single-result dd.price{
color:#c00;
font-size:1.4rem;
font-weight:bold;
}
.p-single-result p.k-btn{
text-align:right;
}
.p-single-result p.k-btn a{
font-weight:bold;
}
.p-single-result figure img{
width:100%;
height:auto;
}
.p-single-result__data{
float:left;
margin-left:20px;
background:#f6f6f6;
padding: 20px;
box-sizing:border-box;
}
@media screen and (max-width : 767px){
.p-single-result__data{
margin-left: 
}	
}
.p-single-result figure{
text-align:center;
margin:0;
padding:20px;
float:left;
}

.p-result__relation{
display: flex;
}
.p-result__relation .col{
box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
padding: 20px;
text-align: center;
background: #fff;
margin-bottom: 4%;
}
.p-result__relation .col a{
color: #222;
}
.p-result__relation .img-wrap{
position: relative;
overflow: hidden;
padding-top: 100%; 
}
.p-result__relation img{
position: absolute;
top: 50%;
left: 50%;
height: initial;
width:  100%;
transform: translate(-50%, -50%);
}
.p-result__relation h3 {
display: block;
font-size: 1.6rem;
margin-top:20px;
margin-bottom: 10px;
color: #222;
}
@media only screen and (max-width:768px) {
.p-result__relation h3 {
font-size: 1.4rem;
}
}
.p-result__relation-price{
margin-bottom: 0;
}
.p-result__relation-price span{
position: relative;
display: inline-block;
color: #cea888;
font-weight: 500;
font-size: 2.4rem;
}

.result-search-box{
background: #fff;
padding: 20px;
box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
margin-bottom: 40px;
}


@media screen and (max-width : 767px){
.result-search-box .col:last-child{
margin: 0;
}
}


/* p-contact */
.p-contact__link{
margin-bottom:0;
}
.p-contact__link .col{
border:1px solid #ccc;
text-align:center;
width:calc(25% - 2px*3/4);
border-bottom:0;
margin-bottom:0;
}
.p-contact__link h3,
.p-contact__link h3 a{
display:block;
width:100%;
height:100%;
margin: 0;
padding: 0;
line-height: 3;
}
.p-contact__link h3 a:hover{
background:#cea888;
color:#fff;
}
.p-contact__link a.current{
background:#cea888;
color:#fff;
}

@media screen and (max-width : 767px){
.p-contact__link h3,
.p-contact__link h3 a{
line-height:2.5;
}
}

.p-contact h1{
font-size: 3.2rem;
line-height: 45px;
text-align: center;
font-weight: 700;
margin-bottom: 40px;
}

@media only screen and (max-width: 768px){
.p-contact h1{
font-size: 2.0rem;
line-height: 1.8;
}
}

.p-contact dl{
display:flex;
flex-wrap: wrap;
width: 100%;
overflow: hidden;
}
.p-contact dt,
.p-contact dd{
padding: 40px 0;
}
.p-contact dt p,
.p-contact dd,
.p-contact dd p{
font-size: 1.4rem;
font-weight: 700;
margin-top:0;
line-height:1.4;
}
.p-contact dt{
width: 30%;
border-bottom: 1px solid #ddd;
padding-right:2%;
}
.p-contact dt span{
font-size:1.1rem;
line-height:1;
}
.p-contact dd{
width: 70%;
margin:0;
border-bottom: 1px solid #ddd;
}
.p-contact dd:after{
  display: block;
  content: "";
  clear: both;
}
.p-contact .radio-wrap{
display:flex;
justify-content: flex-start;
}
.p-contact .radio-wrap span{
margin-right:10px;
padding-left:5px;
}
.mwform-checkbox-field input, .mwform-radio-field input{
margin-right:0;
}
@media screen and (max-width : 767px){
  .p-contact dt{
    width: 100%;
border-bottom:none;
padding: 1em 0 0;
  }
.p-contact dt p{
font-size:1.6rem;
}
  .p-contact dd{
    margin-left: auto;
    width: 100%;
    border-left: none;
padding: 0 0 3em 0;
  }
}
p.is-required:after {
content: "*";
color: #a82e11;
margin-left: 5px;
}

#autozip{
display:none;
}
.list-kit{
list-style-type:none;
margin:0;
padding:0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.list-kit li {
width: 31.33333%;
background:#fff;
color: #9b8045;
text-align: center;
margin-bottom: 12px;
cursor: pointer;
position: relative;
padding: 17px;
box-sizing:border-box;
border:1px solid #d1d1d1;
transition:all .2s ease-out;
-webkit-transition::all .2s ease-out;
}
.list-kit li .title{
font-size:1.6rem;
}
.list-kit li .txt{
font-size:1.2rem;
}
.list-kit li.current {
padding: 15px;
border:3px solid #222;
}
@media screen and (max-width : 767px){
.list-kit li .txt{
font-size:1rem;
}
}

.msg__confirm{
text-align: center;
line-height: 1;
font-size: 1.6rem;
}
.msg__confirm span{
font-size: 1.6rem;
color: #fff;
background: #222;
padding: 5px 20px;
display: inline-block;
margin: 0;
}
.mw_wp_form_confirm h1{
margin-bottom: 0;
}
.p-contact .msg{
text-align:center;
line-height: 1.8;
}
.p-contact .msg,
.p-contact .msg__confirm{
display:none;
}
.mw_wp_form_confirm .msg__confirm,
.mw_wp_form_confirm .msg{
display:block;
}
.p-contact__header{
display: block;
}
.mw_wp_form_confirm .p-contact__header,
.mw_wp_form_confirm .list-kit{
display: none;
}


/*  c-accordion */
.c-accordion{
list-style-type:none;
margin:0;
padding:0;
}
.c-accordion__btn{
padding: 14px 42px 14px 14px;
font-size: 1.6rem;
line-height: 1.4;
letter-spacing: .1em;
border:1px solid #ddd;
cursor:pointer;
position: relative;
background:#fff;
}
.c-accordion__btn:hover{
background: #f8f8f8;
}
.c-accordion__btn span::before,
.c-accordion__btn span::after {
content: '';
display: block;
width: 15px;
height: 2px;
border-radius: 5px;
background: #9c958c;
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
}
  
.c-accordion__btn span::before {
transform: translateY(-50%) rotate(90deg);
transition: 0.5s;
}

.c-accordion__btn.active span::before {
transform: translateY(-50%) rotate(0deg);
transition: 0.5s;
}	
.c-accordion__body{
display: none;
}

/* c-cta */
.c-cta{
position:relative;
display: flex;
height:420px;
}
.c-cta__body{
position: absolute;
z-index: 3;
top: 20px;
right: 40px;
-webkit-transition: all 1s ease;
transition: all 1s ease;
width: 50%;
padding: 40px 60px;
-webkit-order: 2;
order: 2;
box-sizing:border-box;
background:#fff;
height:380px;
}
.c-cta__body.shown{
right: 0;
}
.c-cta__image{
position: absolute;
top: 0;
left: 0;
width: 60%;
height: 100%;
-webkit-order: 1;
order: 1;
overflow:hidden;
z-index:1;
}

.c-cta__image .js-scroll__item{
background:url(/common/img/istockphoto-669284582-1024x1024-1.jpg);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
top: 0;
left: 0;
width:100%;
height:100%;
position: absolute;
}

.c-cta p{
margin:0 0 20px 0;
padding:0;
}
.c-cta p.phone-sub{
line-height:1.4;
margin-bottom:30px;
}
.c-cta .c-btn-cta{
width:100%;
background:#000;
color:#fff;
text-align:center;
padding:10px;
display:block;
font-size:1.4rem;
position:relative;
-webkit-transition: all 0.6s ease;
transition: all  0.6s ease;
border: 2px solid #000;
}
.c-cta .c-btn-cta .left-icon {
position: absolute;
left: 15px;
}
.c-cta .c-btn-cta .left-icon i{
font-size: 2.0rem;
line-height: 1;
}

.c-cta .c-btn-cta:hover{
border: 2px solid #000;
background: #fff;
color: #222;
}

@media screen and (max-width : 767px){
.c-cta{
position:relative;
height: 380px;
}
.c-cta__body{
top:0;
left: 0;
width: 100%;
background: rgba(255,255,255,0.3);
}
.c-cta__image{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-order: 1;
order: 1;
overflow:hidden;
z-index:1;
}
.c-cta__body .col{
width: 48%;
}
.c-cta .js-scroll__item:before{
background: #fff;
}
}

.post p{margin-bottom:5px;}
.post h3{margin-top:0;}

.phone{
font-size:3.4rem;
padding:5px 20px;
font-weight:bold;
font-family: 'Oswald',sans-serif;
line-height: 1;
}
.phone span{
font-size: 2.8rem;
}
.footer{
	background: #462a0b;
	color: #fff;
	padding: 50px 0;
}

.footer a{
	color: #fff;
}

/*------------------------------------*\
    FORM
\*------------------------------------*/

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 0.1rem solid #d1d1d1;
  border-radius: .4rem;
  box-shadow: none;
  box-sizing: inherit;
  height: 3.8rem;
  padding: .6rem 1.0rem;
  width: 100%;
  font-size: 1.4rem;
}

input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
textarea:focus,
select:focus {
  border-color: #4682b4;
  outline: 0;
}

input[type='button']{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #fff;
border: 0.1rem solid #d1d1d1;
border-radius: .4rem;
box-shadow: none;
box-sizing: inherit;
height: 3.8rem;
padding: .6rem 1.0rem;
font-size: 1.4rem;
}

input[type='button']:focus,
textarea:focus,
select:focus {
  border-color: #4682b4;
  outline: 0;
}

select {
  background: #fff url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"&gt;&lt;path fill="#d1d1d1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/&gt;&lt;/svg&gt;') center right no-repeat;
  padding-right: 3.0rem;
}

select:focus {
  background-image: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"&gt;&lt;path fill="#4682b4" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/&gt;&lt;/svg&gt;');
}

textarea {
  min-height: 6.5rem;
}

label,
legend {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: .5rem;
}

fieldset {
  border-width: 0;
  padding: 0;
}

input[type='checkbox'],
input[type='radio'] {
  display: inline;
}

input[type='submit']{
background:#222;
color: #ffffff;
border:2px solid #222;
width: 100%;
max-width: 200px;
line-height: 3;
font-size: 1.2rem;
display: inline-block;
border-radius: 4px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
text-align: center;
text-decoration: none;
box-sizing: border-box;
cursor: pointer;
text-transform:uppercase;
transition:.6s;
}
input[type='submit']:hover {
background:#fff;
color:#222;
border:2px solid #222;
}

.search{
display: flex;
}
.search input[type="search"] {
border: 0.1rem solid #d1d1d1
padding: 5px 10px;
width: 70%;
height: 3.8rem;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-border-radius: 5px 0px 0px 5px;
-webkit-border-radius: 5px;
border-radius: 5px 0px 0px 5px;
}

.search button[type="submit"] {
background: #222;
border: 0.1rem solid #222;
border-left: none;
color: #FFFFFF;
cursor: pointer;
font-size: 1.4rem;
width: 30%;
height: 3.8rem;
-moz-border-radius: 0px 5px 5px 0px;
-webkit-border-radius: 0px;
border-radius: 0px 5px 5px 0px;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#222 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


#npcatch{
list-style-type:none;
margin-left:0;
padding-left:0;
}
</pre></body></html>