@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 16px;
}
body {
	line-height: 1.6;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	/*font-family: "メイリオ" ,"Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	color: #0b0b0b;
}
a {
	color: #0b0b0b;
	text-decoration: none;
}
a:hover,
a:focus {
	color: inherit;
	text-decoration: underline;
}

/* use hover animation */
/*
a, a:hover {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
*/


/* Layout
------------------------------------------*/
body {
	min-width: 1080px;
	text-align: center;
}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
}
#container-inner {
    margin-top: 120px;
}
.home #container-inner {
    margin-top: 0;
}

/* header
------------------------------------------*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.8);
	z-index: 1000;
}
body #header {
	background: rgba(255,255,255,0.9);
}
body.fixed #header {
	background: rgba(255,255,255,0.8);
}
#header-inner {
	position: relative;
	width: 100%;
	height: 0;
	margin: 0 auto;
	z-index: 20;
	height: 120px;
}
.home #header-inner {
	height: 0;
}
body.fixed #header-inner {
	height: 120px;
	background: rgba(255,255,255,0.8);
	transition: .3s cubic-bezier(.4, 0, .1, 1);

}

.site-description {
	display: none;
}
.header-logo {
    position: absolute;
    top: 20px;
    left: 30px;
}
.header-menu ul {
    display: flex;
    gap: 30px;
    font-weight: bold;
    justify-content: flex-end;
    position: absolute;
    right: 110px;
    top: 45px;
}
.header-menu a:hover {
    text-decoration: none;
    opacity: .7;
}
.gnav {
	position: absolute;
	top: 100px;
	left: 0;
}

/* droppy */
.gnav-list { position: relative; text-align: left; zoom: 1; }
.gnav-list li { float: left; display: block; position: relative; z-index: 20; }
.gnav-list ul { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: rgba(255,255,255,.8); }
.gnav-list ul li { float: none; }
.gnav-list ul li a { display: block; padding: 5px 10px; color: inherit; font-size: 11px; zoom: 1; }
.gnav-list ul li a:hover { text-decoration: none; background: #fff; }
.gnav-list ul ul { top: 0; left: 100%; width: 100%; }
.gnav-list a, .gnav-ul img{ display: block; }





/* site-nav
------------------------------------------*/
#site-nav {
	position: fixed;
	top: 0;
	z-index: 3000;
	width: 140px;
	height: 120px;
	position: fixed;
	top: 0;
	right: 0;

}
body.is-site-nav-open #site-nav,
body.is-site-nav-open .site-nav-blocker {
	width: 100%;
	height: 100%;
}

/* site-nav-trigger */
.site-nav-trigger {
	position: fixed;
	top: 30px;
	right: 30px;
	cursor: pointer;
	z-index: 700;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.site-nav-trigger:hover {
	opacity: 0.8;
}
.site-nav-trigger .in {
}
body.is-site-nav-open .site-nav-trigger .in {
	content: url(/images/default/header-menu2.png);
}

/* site-nav-detail */
.site-nav-detail {
	position: fixed;
	top: 0;
	right: -330px;
	width: 385px;
	height: 100%;
	padding: 0 40px;
	color: #fff;
	text-align: left;
	background: #fff;
	z-index: 200;
	-webkit-transition: all 0.7s cubic-bezier(0.46,-0.51,0,1.25);
	transition: all 0.7s cubic-bezier(0.46,-0.51,0,1.25);
	-webkit-transform: translateX(340px);
	-ms-transform: translateX(340px);
	transform: translateX(340px);
}
body.is-site-nav-open .site-nav-detail {
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
	background: rgba(255, 255, 255, 0.85);
}
.site-nav-detail .in {
	overflow: hidden;
	margin-top: 135px;
	height: calc(100vh - 172px);
}
.site-nav-detail .scroll {
	height: 100%;
	margin-right: -20px;
	overflow-y: scroll;
}
.site-nav-detail nav {
	display: table;
	width: 100%;
	height: 73%;
}
.site-nav-detail > ul {
	display: table-cell;
	padding: 0 0 50% 0;
	height: 100%;
	vertical-align: middle;
}
.site-nav-detail ul > li {
	padding: 3px 0;
	position: relative;
}
.site-nav-detail ul li::after {
	content: '\f105';
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
    right: 30px;
	color: #8cd4c3;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.site-nav-detail ul > li > a {
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2.9;
	color: #0b0b0b;
	display: block;
}
.site-nav-detail ul > li > a:before {
}
.site-nav-detail ul a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.site-nav-detail ul > li > ul {
	margin: 0 0 10px;
}
.site-nav-detail ul > li > ul > li {
}
.site-nav-detail ul > li > ul > li > a {
	font-size: 14px;
	line-height: 2;
}
.site-nav-detail ul > li > ul > li > a:before {
	content: '-';
	padding-right: 5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.site-nav-detail ul ul {
	display: none;
}

/* mainimage
------------------------------------------*/
/* 横スライド
.slideshow .slick-list {overflow: visible;}
*/

#mainimage {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
#mainimage-inner {
	margin: 0 auto;
}

/* slideshow */
.slideshow {
	margin: 0 calc((-1180px + 1080px)/ 2);
}
.slideshow .slick-slide {
	backface-visibility: hidden;
}
.slideshow .slick-slide img {
	width: 100%;
}

/* arrows */
.slideshow .slick-arrow,
.slideshow .slick-arrow::before {
	width: 20px;
	height: 30px;
}
.slideshow .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.slideshow .slick-arrow.slick-prev {
	left: 30px;
}
.slideshow .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/slideshow-prev.png) no-repeat center center;
}
.slideshow .slick-arrow.slick-next {
	right: 30px;
}
.slideshow .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/slideshow-next.png) no-repeat center center;
}

/* dots */
.slideshow .slick-dotted {
	margin-bottom: 30px;
}
.slideshow .slick-dots {
	bottom: -30px;
}
.slideshow .slick-dots li {
}
.slideshow .slick-dots li button::before {
	color: #ccc;
}
.slideshow .slick-dots li button:hover::before,
.slideshow .slick-dots li button:focus::before,
.slideshow .slick-dots li.slick-active button::before {
	color: #666;
}

/* content main
------------------------------------------*/
#content-inner {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.page-template-default #content-inner {
	width: 800px;
}
#main {
	/* float: right;
	width: 740px; */
	text-align: left;
	margin-bottom: 220px;
}
.template-type-blog #main, .template-type-gallery #main {
	float: left;
	width: 800px;
}
.home #content-inner {
	width: 100%;
	padding: 0;
}
div#main-inner {
    margin-top: 47px;
}
.main-area-inner {
	width: 1080px;
	margin: 0 auto 50px;
}
.main-area-inner ul {
    display: flex;
    gap: 30px;
    justify-content: center;
}
.main-mouthpiece {
	width: 1080px;
	margin: 0 auto 55px;
}
.main-concept {
	background: url(/images/default/main-concept-bg.jpg) no-repeat center center / cover;
	margin-bottom: 139px;
}
.main-concept-inner {
    display: flex;
    width: 1080px;
    margin: 0 auto;
    padding: 84px 0 47px;
}
.main-concept-area {
    width: 709px;
}
h2.main-concept-title {
    margin: 6px 0 65px;
}
.main-concept-text {
	color: #333333;
	line-height: 1.87;
}
.main-concept-text h3 {
	color: #d68234;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 30px;
	line-height: 1.6;
}
.main-anchor {
    background: url(/images/default/main-anchor-bg.jpg) repeat;
    padding: 94px 0 85px;
    position: relative;
	margin-bottom: 144px;
}
.main-anchor-inner {
	position: relative;
	width: 1080px;
	margin: 0 auto;
}
.main-anchor-inner::after {
	content: "";
	display: block;
	width: 161px;
	height: 155px;
	background: url(/images/default/main-anchor-af.png) no-repeat 0 0 ;
	position: absolute;
	top: -197px;
	right: -30px;
}
li.main
.main-anchor-inner {
    width: 1080px;
    margin: 0 auto;
}
.main-anchor-inner ul {
	display: flex;
    gap: 20px;
    justify-content: center;
}
h2.main-anchor-title {
    text-align: center;
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
	width: 806px;
}
.main-reason-title {
	margin-bottom: 75px;
	text-align: center;
}
.main-reason-inner ul {
    display: flex;
    gap: 20px;
    justify-content: center;
	margin-bottom: 91px;
}
.main-reason-area {
    width: 1080px;
    margin: 0 auto 133px;
}
.main-reason-once {
    display: flex;
    margin-bottom: 61px;
	justify-content: center;
	gap: 42px;
	color: #333333;
}
.main-reason-once:nth-child(odd) {
    flex-direction: row-reverse;
}
.main-reason-once:nth-child(even) .main-reason-img {
    margin-right: -50px;
    width: 560px;
}
.main-reason-once:nth-child(odd) .main-reason-img {
    margin-left: -50px;
    width: 560px;
}
.main-reason-once:nth-child(even) h3.main-reason-subtitle {
	margin-left: -2px;
}
.main-reason-text {
    margin-left: 25px;
}
h3.main-reason-subtitle {
    margin-bottom: 34px;
}
.main-reason .table-bordered th {
    background-color: #cbf5eb;
}
.main-reason tbody {
	font-size: 20px;
}
.main-reason-text p {
    margin-top: 30px;
}

.main-pickup {
    background: url(/images/default/main-pickup-bg.jpg) repeat;
    padding: 70px 0 58px;
	margin-bottom: 109px;
}
.main-pickup-inner {
	width: 1080px;
	margin: 0 auto;
}
h2.main-pickup-title {
    text-align: center;
    margin-bottom: 58px;
}
ul.main-pickup-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 41px;
}
li.main-pickup-list-item {
    background: #fff;
    border: 2px solid #c9c9c9;
	position: relative;
}
li.main-pickup-list-item::before {
	content: "";
	display: block;
	width: 33px;
	height: 47px;
	background: url(/images/default/main-pickup-icon.png) no-repeat 0 0 ;
	position: absolute;
	top: -20px;
	left: 10px;
}
li.main-pickup-list-item img {
    width: 180px;
    height: 135px;
	object-fit: cover;
}
.main-pickup-list-top {
    display: flex;
    justify-content: space-between;
	margin-bottom: 25px;
	gap: 10px;
}
li.main-pickup-list-item {
    background: #fff;
    border: 2px solid #c9c9c9;
    padding: 23px 22px 45px;
}
h3.main-pickup-list-title {
	font-size: 22px;
    width: 280px;
    margin-top: 12px;
	margin-bottom: 10px;
}
h3.main-pickup-list-title a {
    color: #3eab91;
    font-weight: bold;
}
h3.main-pickup-list-title a:hover {
    text-decoration: none;
    opacity: .8;
}
p.main-pickup-list-text {
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.main-pickup-list-link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-pickup-list-item:hover{
	cursor:pointer;
	background:#f5f5f5;
}
.main-pickup-list-tag li {
    font-size: 12px;
    display: inline-block;
    background: #cbf5eb;
    padding: 3px 15px;
    border-radius: 20px;
    margin: 0 7px 7px 0;
	position: relative;
	z-index: 2;
}
.main-pickup-list-tag li a:before {
    content: '#';
    margin-right: 2px;
}
.main-pickup-list-tag li a {
    color: #3eab91;
}
.main-pickup-list-tag li a:hover {
	text-decoration: none;
    opacity: .7;
}
.main-pickup-list-tag li a:before {
	content: '#';
    margin-right: 2px;
}

.main-column {
    width: 1080px;
    margin: 0 auto 101px;
}
h2.main-column-title {
    text-align: center;
    margin-bottom: 63px;
}
ul.main-column-list {
	grid-template-columns: repeat(3, 1fr);
	gap: 60px 30px;
	display: grid;
	margin-bottom: 40px;
}
.main-column-list-img {
	margin-bottom: 21px;
}
.main-column-list-img img {
    width: 340px;
    height: 240px;
    object-fit: cover;
}
.main-column-list-cat a{
    background: #cbf5eb;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 20px;
    margin-bottom: 20px;
    font-weight: bold;
	font-size: 12px;
    color: #3eab91
}

.main-column-list-cat a:before {
	content: '#';
    margin-right: 2px;
}
.main-column-list-cat a:hover {
    text-decoration: none;
    opacity: .7;
}
h3.main-column-list-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
p.main-column-list-text {
    font-size: 15px;
}
.main-column-more {
    text-align: center;
}
.main-mouthpiece.main-mouthpiece2 {
    margin: 0 auto 127px;
}
.main-flow {
    width: 1080px;
    margin: 0 auto 125px;
}
h2.main-flow-title {
    text-align: center;
    margin-bottom: 58px;
}
.main-flow-inner ul {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 97px;
}
.main-flow-once {
    display: grid;
	grid-template-columns: repeat(2, 1fr);
	background: #f3f3f3;
	padding: 20px;
	position: relative;
	margin-bottom: 40px;
}
.main-flow-once::before {
    content: "";
    display: block;
    width: 93px;
    height: 131px;
    background: url(/images/default/main-flow-bf1.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    left:11px;
}
.main-flow-once:nth-child(2)::before {
    background-image: url(/images/default/main-flow-bf2.png);
}
.main-flow-once:nth-child(3)::before {
    background-image: url(/images/default/main-flow-bf3.png);
}
.main-flow-once:nth-child(4)::before {
    background-image: url(/images/default/main-flow-bf4.png);
}
.main-flow-once:nth-child(5)::before {
    background-image: url(/images/default/main-flow-bf5.png);
}
h3.main-flow-subtitle {
    margin-left: 105px;
    margin-top: 30px;
    font-weight: bold;
    font-size: 24px;
    color: #3eab91;
    position: relative;
    padding-left: 15px;
}
h3.main-flow-subtitle::after {
    content: "";
    display: block;
    width: 368px;
    height: 9px;
    background: url(/images/default/main-flow-border.png) no-repeat 0 0;
    position: absolute;
    bottom: -15px;
    left: 0;
}
.main-flow-text {
    margin: 80px 0 0 10px;
    width: 480px;
}
.main-flow-text p {
    margin-top: 30px;
}
ul.main-flow-more {
    display: flex;
    gap: 100px ;
    justify-content: center;
    margin-bottom: 0;
}
.main-contents {
    background: #d9f3ff;
    margin: 0 auto 116px;
	padding: 85px 0 78px;
}
.main-contents-title {
	text-align: center;
	margin-bottom: 66px;
}
.main-contents-inner {
    width: 1080px;
    margin: 0 auto;
}
.main-contents-banner1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}
.main-contents-banner2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.main-faq {
	margin-bottom: 120px;
}
h2.main-faq-title {
    text-align: center;
    margin-bottom: 53px;
}
.main-faq-inner {
	width: 980px;
	margin: 0 auto 37px;
	display: flex;
    flex-direction: column;
    gap: 20px;
	position: relative;
}
.main-faq-inner::before {
    content: '';
    background: url(/images/default/icon6.png) no-repeat;
    width: 284px;
    height: 186px;
    position: absolute;
    top: -246px;
    left: 20px;
}
.main-faq-title {
    text-align: center;
    margin-bottom: 48px;
}
.main-faq-once {
	background: #cbf5eb;
}
.main-faq-q {
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    padding: 24px 30px 24px 75px;
	position: relative;
	cursor: pointer;
	border-bottom: dotted 2px #72cbb6;
}
.main-faq-q:before {
	content: 'Q1.';
    position: absolute;
    top: 50%;
    left: 25px;
	transform: translateY(-50%);
	color: #3eab91;
}
.main-faq-once:nth-child(2) .main-faq-q::before {
	content: 'Q2.';
}
.main-faq-once:nth-child(3) .main-faq-q::before {
	content: 'Q3.';
}
.main-faq-once:nth-child(4) .main-faq-q::before {
	content: 'Q4.';
}
.main-faq-once:nth-child(5) .main-faq-q::before {
	content: 'Q5.';
}
.main-faq-a {
    background: #f6f6f6;
    padding: 35px 35px 45px;
    font-size: 16px;
	position: relative;
	display: none;
}
.main-faq-a:before {
	content: '';
    background: url(/images/default/main-faq-icon2.png) no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    left: 30px;
}
.main-faq-more {
    text-align: center;
}
.main-review {
    margin-bottom: 105px;
}
.main-review-top {
    background: #fff6c7;
    padding: 88px 0 211px;
}
.main-review-inner {
	margin: -153px auto 0;
}
h2.main-review-title {
    text-align: center;
}
.main-review-list-item {
    background: #f3f3f3;
    width: 320px;
    border-radius: 20px;
    min-height: 240px;
    padding: 22px 20px 24px;
	margin-right: 20px;
	margin-bottom: 83px;
	position: relative;
}
.main-review-list-item:after {
	content: '';
    background: url(/images/default/main-review-af.jpg) no-repeat;
    width: 63px;
    height: 29px;
    position: absolute;
    bottom: -29px;
	transform: translateX(-50%);
    left: 50%;
	z-index: 5;
}
.main-review-list-cat {
    background: #e6ba5a;
    padding: 2px 29px;
	margin-bottom: 20px;
	display: inline-block;
}
.main-review-list-cat a {
	color: #fff;
	font-size: 14px;
}
h3.main-review-list-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
p.main-review-list-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-bottom: 10px;
	font-size: 14px;
}
.main-review-list-date {
    text-align: right;
    font-size: 14px;
}
.main-review-more {
    text-align: center;
}
.main-search {
    width: 1080px;
    margin: 0 auto;
}
.main-search-title {
    margin-bottom: 65px;
}
.main-search-subtitle1 {
    font-size: 24px;
    color: #dd6b7c;
    font-weight: bold;
    border-bottom: solid 1px #636363;
    margin-bottom: 35px;
    padding-bottom: 20px;
}
.main-search-area1-list {
	margin-bottom: 60px;
}
.main-search-area1-list > li {
    background: #f3f3f3;
    display: flex;
    padding: 27.5px 30px 27.5px 55px;
	position: relative;
	font-size: 18px;
	font-weight: bold;
}
.main-search-area1-list > li a {
	width: 158px;
}
.main-search-area1-list > li a:hover {
    text-decoration: none;
    opacity: .7;
}
.main-search-area1-list > li:before {
	content: '';
    background: url(/images/default/main-search-bf.png) no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
    left: 30px;
	z-index: 5;
}
.main-search-area1-list > li:nth-child(even) {
	background: #ffff;
}
.main-search-area1-list > li > ul {
    display: flex;
    gap: 20px;
	font-weight: normal;
}
h2.main-search-subtitle2 {
    font-size: 24px;
    color: #dd6b7c;
    font-weight: bold;
    border-bottom: solid 1px #636363;
    margin-bottom: 35px;
    padding-bottom: 20px;
}
.main-search-area2-inner {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 35px 20px;
	text-align: center;
	font-size: 18px;
	margin-bottom: 70px;
}
.main-type-text {
    padding: 10px;
}
.main-mouthpiece3 {
    margin-bottom: 104px;
}
.main-bottom {
    width: 900px;
    margin: 0 auto;
    border: solid 2px #71cab5;
    padding: 30px 46px 55px;
    font-size: 15px;
    line-height: 1.9;
}

.main-gallery {
	position: relative;
	margin: 0 auto 20px;
}
.main-gallery-title {
	margin-bottom: 10px;
}
.main-gallery-inner {
}
.main-gallery-list {
}
.main-gallery-list-item {
}
.main-gallery-list-img {
	margin-bottom: 5px;
}
.main-gallery-list-title > a {
	font-weight: bold;
	color: inherit;
}
.main-gallery-more {
	position: absolute;
	top: 0px;
	right: 0px;
}

@media screen and (max-width: 1180px){
	.header-menu {
		display: none;
	}
}
@media screen and (max-width: 1080px){
	.post-type-column, .post-type-archive-column {
		.breadcrumb-wrap {
			margin: 0 !important;
		}
	}
}


/*--------------------------------------
  tab
--------------------------------------*/
.tab-wrap{
    margin-bottom: 102px;
}
.tab-group{
    display: flex;
    justify-content: center;

	gap: 40px;
}
.tab{
	flex-grow: 1;
    background: #cbf5eb;
    cursor: pointer;
	display:table;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 240px;
    height: 70px;
}
.tab-inner {
	display:table-cell;
	vertical-align:middle;
	line-height: 1.4;
}
.panel-group {
    border-top: 1px solid #636363;
    padding-top: 55px;
}
.panel{
    display:none;
}
.tab.is-active{
    color:#fff;
    transition: 1s;
    background: #71cab5;
}
.panel.is-show{
    display:block;
}


/* content sidebar
------------------------------------------*/
#sidebar {
	float: left;
	width: 220px;
	text-align: left;
}
.side-nav {
	margin-bottom: 20px;
}
.side-nav-title {
	margin-bottom: 10px;
}
.side-nav li a {
}
.side-nav-list > li > a {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(185,185,185,0.5);
	font-size: 13px;
}
.side-nav-list > li > a::before{
	content: '\f105';
	padding-right: 5px;
	transform: scale(0.8);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #0b0b0b;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.side-nav-list > li > ul {
	padding: 10px;
}
.side-nav-list > li > ul > li > a {
	display: block;
	padding: 2px;
	font-size: 12px;
}

.side-about {
	margin-bottom: 20px;
	padding: 10px;
	background: #222;
	font-size: 12px;
	color: #fff;
}
.side-banner-list > li {
	margin-bottom: 10px;
}
li.cat-item.cat-item-57 {
	display: none;
}


/* footer
------------------------------------------*/
#footer {
    background: #cbf5eb;
}
#footer-inner {
	position: relative;
	width: 1080px;
	margin: 0 auto;
	height: 400px;
}
.footer-logo {
    position: absolute;
    top: 88px;
}
.footer-nav {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 500;
}
.footer-nav li a {
	color: inherit;
}
.footer-nav li a:hover {
    text-decoration: none;
    opacity: .7;
}
.footer-nav {
    width: 500px;
    position: absolute;
    top: 88px;
    left: 275px;
	line-height: 2.1;
}
.footer-nav .col-sm-6 {
	padding-right: 0;
    padding-left: 0;
}
.footer-link {
    position: absolute;
    right: 0;
    top: 96px;
}
.footer-copyright {
    text-align: center;
    font-size: 12px;
    color: #3eab91;
    border-top: solid 1px #9edfd0;
    padding: 30px;
}

.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 20;
}


/* Lower
------------------------------------------*/
.entry {
	margin: 0 0 20px;
}
.entry-content {
	font-size: 15px;
	line-height: 2.0;
}


/* heading */
.page-title {
	margin: 0 0 30px 0;
    padding: 91px 15px;
	background: url(/images/default/page-title.jpg) no-repeat center center / cover;
	font-size: 36px;
	font-weight: bold;
	color: #3eab91;
}
.entry-title, .entry-content h2:not([class]) {
	margin: 0 0 25px;
    padding: 10px 20px 15px 0;
    border-bottom: 2px solid #e6ba5a;
    font-size: 24px;
    font-weight: bold;
	position: relative;
}

.entry-title a, .entry-content h2:not([class]) a {
	color: inherit;
}
.h3, .entry-content h3:not([class]) {
	  margin: 2.8rem 0 1.8rem 0;
    padding: 5px 25px 10px 25px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: dotted 2px #3eab91;
	position: relative;
}
.h3::after, .entry-content h3:not([class])::before {
    content: "";
    display: block;
    width: 33px;
    height: 47px;
    background: url(/images/default/h3.jpg) no-repeat 0 0;
    position: absolute;
    top: 10px;
    left: 0;
}
.h4, .entry-content h4:not([class]) {
	margin: 1.8rem 0 1.2rem 0;
	padding: 0 0 0 20px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
.h4::after, .entry-content h4:not([class])::after {
    content: '\f105';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    color: #dd6b7c;
    font-weight: bold;
    font-family: 'Font Awesome 5 Free';
    line-height: 1;
	font-size: 16px;
}

.h5, .entry-content h5:not([class]) {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-start;
	margin: 10px 0 30px;
	padding: 0;
	background: none;
	font-size: 12px;
}
.breadcrumb a {
	color: #3eab91;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}

/* common-nav
------------------------------------------*/
.common-nav-list li {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(186,186,186,0.5);
}
.common-nav-list li a {
	padding: 5px;
	font-size: 13px;
}

/* blog-nav
------------------------------------------*/
/* 1カラム
.blog-nav-group {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.blog-nav {width: 23%;}
.blog-nav-title{text-align: center;}
*/
.blog-nav-group {
    width: 240px;
	float: right;
}
.blog-nav {
	margin: 0 0 20px 0;
	text-align: left;
}
.blog-nav-title {
	padding-bottom: 5px;
    border-bottom: 2px solid #71cab5;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 28px;
    font-size: 20px;
}
.blog-nav-title span {
    font-size: 14px;
    color: #3eab91;
    margin-left: 10px;
}
.blog-nav-list li a {
	position: relative;
	display: block;
	padding: 0.8rem 0.8rem 0.8rem 2.5rem;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 0.8rem;
	color: inherit;
}
.blog-nav-list li a::after {
	position: absolute;
	top: 1rem;
	left: 0.75rem;
	width: 1rem;
	height: 1rem;
	text-align: center;
	content: '\f105';
	font-size: 12px;
	font-weight: bold;
	color: #3eab91;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.blog-nav-list li li a {
	padding-left: 3.5rem;
}
.blog-nav-list li li a::after {
	left: 2.25rem;
}
.blog-nav-list li li li a {
	padding-left: 4rem;
}

.blog-nav .scroll-area{
	max-height: 200px;
}

/* column-nav
------------------------------------------*/
/* 1カラム
.column-nav-group {
	display: flex;
	justify-content: space-between;
}
.column-nav {width: 23%;}
.column-nav-title{text-align: center;}
*/

.column-nav {
	margin: 0 0 20px 0;
	color: #a27a51;
	text-align: left;
}
.column-nav a {
	color: inherit;
}
.column-nav .blog-nav-title {
	margin-bottom: 28px;
	font-size: 20px;
}
.column-nav .blog-nav-title span{
	font-size: 14px;
	color: #3eab91;
	margin-left: 10px;
}
.column-nav-title:first-letter {
	font-size: 22px;
}
.column-nav-list {
	counter-reset: number;
}
.column-nav-list-item {
	position: relative;
	margin-bottom: 30px;
	padding-left: 31px;
}
.column-nav-list-item:before {
	counter-increment: number;
	content: counter(number);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	font-size: 24px;
}
.column-nav-list-img {
	float: left;
	margin-right: 10px;
}
.column-nav-list-title {
    padding: 5px 0;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 1.4;
}
.column-nav-list-title a {}
.column-nav-list .scroll-area {
	/* max-height: 200px; */
}

.column-nav.tag-nav {
	margin: 0 0 20px 0;
	color: #333;
	text-align: left;
}
.column-nav.tag-nav a {
    color: #3eab91;
}
.tag-nav .column-nav-title {
	padding-bottom: 12px;
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px #706a69 solid;
}
.tag-nav .column-nav-title:first-letter {
	font-size: 18px;
}
.tag-nav .column-nav-inner {}
.tag-nav .column-nav-tag {}
.tag-nav .column-nav-tag li {
    font-size: 12px;
    display: inline-block;
    background: #cbf5eb;
    padding: 5px 18px;
    border-radius: 20px;
    margin: 0 10px 10px 0;
}
.column-nav-tag li a:before {
    content: '#';
    margin-right: 2px;
}

.tag-nav .column-nav-tag li a:hover {
	text-decoration: none;
    opacity: .7;
}
.tag-nav .column-nav-tag li a:before {
	content: '#';
    margin-right: 2px;
}




/* Gallery
------------------------------------------*/
/* archive */

.blog-nav-group {
    width: 240px;
}
.blog-nav {
	margin: 0 0 20px 0;
	text-align: left;
}
.gallery-list {
}
.gallery-list-item {
	padding: 0 15px 15px;
}
.gallery-list-img {
	margin-bottom: 3px;
}
.gallery-list-title {
	font-size: 13px;
}
.gallery-list-more {
	text-align: right;
}

/* single */
.gallery-detail {
	margin-bottom: 20px;
	text-align: center;
}
.gallery-detail-row {
}
.gallery-detail-col {
}
.gallery-detail-main {
}
.gallery-detail-sub {
}
.gallery-detail-sub li {
	padding: 0 5px 10px;
}

/* before-after */
.ba-detail {
	padding: 0 0px 20px;
}
.ba-detail-once {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.ba-detail-before,
.ba-detail-after {
	position: relative;
	width: 45%;
}
.ba-detail-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10%;
}
.ba-detail-arrow i {
	font-size: 30px;
}
.ba-detail-sub li {
	padding: 0 15px 15px;
}


/* Colors
------------------------------------------*/
/* arrows */
.slick-next::before,
.slick-prev::before {
	color: #fff;
}

/* dots */
.slick-dots li button::before {
	color: #ccc;
}
.slick-dots li button:hover::before,
.slick-dots li button:focus::before,
.slick-dots li.slick-active button::before {
	color: #666;
}

/* SimpleBar */
.scroll-area{
	overflow: auto;
}
.simplebar-track.simplebar-vertical{
	width: 11px;
}
.simplebar-track.simplebar-horizontal {
	height: 11px;
}
.scroll-area .simplebar-scrollbar::before {
	background: #aaa;
}

/* btns */
.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary.active:hover,
.btn-primary:active:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary {
	border-color: #202020;
	background-color: #2e2e2e;
	color: #fff;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.btn-secondary.active:hover,
.btn-secondary:active:hover,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary {
	border-color: #ccc;
	background-color: #fff;
	color: #0b0b0b;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active:hover,
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary {
	border-color: #202020;
	background-color: #fff;
	color: #202020;
}

/* pagination */
.page-link {
	border-color: #9e9e9e;
	color: #0b0b0b;
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover,
.page-link:focus,
.page-link:hover {
	border-color: #999999;
	background-color: #9e9e9e;
	color: #fff;
}

/* コラム
------------------------------------------*/
.page-title-blog h1 {
    font-size: 28px;
    font-weight: bold;
    border-bottom: solid 3px #3eab91;
    margin-bottom: 22px;
    padding-bottom: 15px;
}
.page-top-category {
    display: none;
}
.post-type-column .page-top-category {
	display: block;
}
.column-nav-tag {
    margin-bottom: 27px;
}
.column-nav-tag li {
    font-size: 12px;
    display: inline-block;
    background: #cbf5eb;
    padding: 5px 18px;
    border-radius: 20px;
    margin: 0 10px 10px 0;
}
.column-nav-tag li a:before {
    content: '#';
    margin-right: 2px;
}
.column-nav-tag a {
    color: #3eab91;
}
.top-column-nav {
    margin-top: 15px;
}
.top-column-nav {
    display: none;
}
.post-type-column .top-column-nav,.post-type-archive-column .top-column-nav {
	display: block;
	background: #cbf5eb;
}
.top-column-nav > ul {
    display: flex;
    width: 1080px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
	padding: 26px 0;
}
.top-column-nav > ul > li {
    margin: 0 26px;
    position: relative;
}
.top-column-nav ul > li a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.top-column-nav > ul > li > a::after {
    position: absolute;
    top: 4px;
    left: -19px;
    text-align: center;
    content: '\f0d7';
    font-size: 20px;
    font-weight: bold;
    color: #3eab91;
    font-family: 'Font Awesome 5 Free';
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.breadcrumb-item.home:before {
	display: none;
}
.column-time {
    font-size: 12px;
    color: #707070;
    display: flex;
    gap: 19px;
	justify-content: flex-end;
	margin-bottom: 20px;
}
.column-time1:before {
    content: '\f303';
    font-weight: bold;
    font-family: 'Font Awesome 5 Free';
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}
.column-time2:before {
    content: '\f2f1';
    font-weight: bold;
    font-family: 'Font Awesome 5 Free';
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}
.post-type-column .blog-nav {
	margin: 0 0 40px 0;
}

.side-search {
    position: relative;
}
button#submit {
    color: #3eab91;
    cursor: pointer;
    background: #fff;
    border: none;
	position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
}
h2.side-pickup-title {
    text-align: center;
    margin-bottom: 20px;
}
h3.side-pickup-list-title a{
    color: #3eab91;
	font-size: 14px;
    font-weight: bold;
}
h3.side-pickup-list-title a:hover {
    text-decoration: none;
    opacity: .7;
}
.side-pickup-list-img {
    margin-bottom: 10px;
}
.side-ranking img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.side-ranking li {
    list-style: none;
    display: flex;
    position: relative;
    padding-bottom: 10px;
    border-bottom: solid 1px #cfcfcf;
    margin-bottom: 15px;
}
span.wprp-post-title {
    margin-left: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    width: 140px;
	line-height: 1.8;
}
span.wprp-num {
    position: absolute;
    top: -10px;
    color: #fff;
    background: #3eab91;
    width: 26px;
    height: 26px;
    border-radius: 20px;
    text-align: center;
}
.column-nav-tag a, .entry-title a{
	text-decoration: none !important;
}
.column-nav-tag a:hover, .entry-title a:hover{
	opacity: 0.7;
}
.post-type-column.archive {
	div#main-inner {
		margin-top: 40px;
	}
	.entry-content .column-nav-tag {
		margin-bottom: 0;
		position: relative;
		z-index: 10;
	}
	.entry-content ul li {
		margin-left: 0;
	}
	.column-time {
		font-size: 14px;
		justify-content: flex-start;
		margin-bottom: 0;
	}
	.entry-title, .entry-content h2:not([class]) {
		font-size: 22px;
		border-bottom: none;
		margin: 0;
		padding: 0;
		line-height: 1.8;
	}
	.text-right {
		display: none !important;
	}
	.entry-content {
		border-bottom: solid 1px #a0a0a0;
		padding: 27px 0;
	}
	.entry-content img {
		max-width: 100%;
		height: 184px !important;
		object-fit: cover;
	}
	.entry-content .column-nav-tag li {
		padding: 2px 18px;
	}
	.column-text {
		line-height: 1.6;
	}
	.page-title-blog h1 {
		margin-bottom: 30px;
	}
	.entry-content {
		position: relative;
	}
	.entry-content .column-link a{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}
	.entry-content:hover{
		cursor:pointer;
		background:#f5f5f5;
	}
	.entry {
		margin: 0 0 0;
	}
}


/* コラム パンくず
------------------------------------------*/
.post-type-column, .post-type-archive-column {
	.breadcrumb-wrap {
		margin: 0 calc(50% - 50vw);
		background: #f3f3f3;
	}
	.breadcrumb {
		width: 1080px;
		margin: 0 auto 35px;
		padding: 20px 0;
	}
}

.top-column-nav ul li {
    display: inline-block;
    list-style-type: none;
    position: relative;
}

.top-column-nav ul a {
	display: block;
}
.top-column-nav ul li:hover ul {
	display: block;
}
.top-column-nav ul ul {
	display: none;
	position: absolute;
}
.top-column-nav ul ul li {
    background: rgba(255,255,255,.8);
    font-size: 14px;
    width: 110%;
}
.top-column-nav ul ul li a {
	font-weight: normal;
	padding: 5px 20px;
	text-align: left;
}

.top-column-nav ul ul li a:hover {
	background-color: #d8d8d8;
}

/* ////////////////////////////////////////////
 *              ブログカード
 * //////////////////////////////////////////// */

 .blog-card {
    background: rgba(251, 140, 0, 0.02);
    border: 2px solid #3eab91;
    word-wrap: break-word;
    max-width: 100%;
    border-radius: 5px;
    margin: 20px 0 ;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .2);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.blog-card:hover {
    cursor: pointer;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .2);
    -moz-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.blog-card:before {
    font-family: FontAwesome;
    position: absolute;
    padding: 2px 6px;
    content: "あわせて読みたい";
    background-color: #3eab91;
    color: #fff;
    font-size: .8em;
    z-index: 1;
}

.blog-card a {
    text-decoration: none;
    display: block;
}

.blog-card-thumbnail {
    width: 25%;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 10px 10px 10px;
}

.blog-card-thumbnail img {
    padding: 0;
}

.blog-card-content {
    display: table-cell;
    vertical-align: middle;
}

.blog-card-title {
    font-size: 1em;
    margin: 5px 10px 5px 0px;
    font-weight: bold;
    line-height: 1.4;
}

.blog-card-title:hover {
    text-decoration: underline;
}

.blog-card-excerpt {
    font-size: .74em;
    color: #4c4c4c;
    margin: 0 10px 5px 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-card .clear {
    clear: both;
}

@media screen and (max-width: 500px) {
    .blog-card:before {
        font-size: .56em;
    }

    .blog-card-title {
        font-size: .70em;
    }

    .blog-card-excerpt {
        font-size: .60em;
    }
}





/* 2024/04/05　kitou 一時非表示
------------------------------------------*/
.main-area, .main-mouthpiece, .main-concept, .main-anchor, .main-flow,
.main-review, .main-search, .main-search-area2, .main-bottom{
	display: none;
}

