@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap');
@import url("https://use.typekit.net/vxt0gvy.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');

/*
Theme Name: dearest
Theme URI: null
Description: Description
Author: 81bridge - SGX
Version: 1.0
*/

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Lora', 'Noto Serif JP', serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
*{
    box-sizing: border-box;
}
p{
    letter-spacing: 2px;
}
a,
a:link {
	color: #212836;
	text-decoration: none;
    transition: .3s;
	-webkit-transition: .3s;
}
section{
    margin-bottom: 160px;
}
h2{
    text-align: center;
}
h3{
    text-align: center;
    font-size: 3rem;
    margin: 60px 0;
    color: #DF9456;
    position: relative;
}
h3 span {
    position: absolute;
    top: -100%;
    left: 50%;
    font-size: 8rem;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-family: "Tangerine", cursive;
}
.indexPage h3 span{
    width: 150%;
}
@media all and (max-width: 896px) {
    h3{
        font-size: 2rem;
    }
    h3 span{
        font-size: 5rem;
        width: 100%;
    }
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #212836;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
    background: #e7dacf url(img/common/bg_img2.png)top;
    background-size: cover;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	overflow: hidden;
	text-align: left;   
    color: #5f0000;
}
.special #container {
    padding: 0;
    color: #5f0000;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
    #main {
        margin-bottom: 50px;
		margin-top: 0;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.logo a img{
    width: 170px;
}

.rbox{
    display: flex;
    gap: 24px;
}
#global-nav {
    background: #f8f4e6;
    width: 100%;
    padding: 20px 30px;
    position: fixed;
    top: 0;
    z-index: 1000;
}

#global-nav.m_fixed,#global-nav.a_fixed {
	left: 0;
	position: fixed;
	top: 0;
    z-index: 1000;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
}

#global-nav .inner {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.global-list {
    display: flex;
    list-style: none;
    gap: 28px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.global-list .nav-item a{
    display: inline-block;
    font-size:120%;
    text-decoration:none;
    position: relative;
    transition: .3s;
    z-index: 1;
    color: #734123;
}
.global-list .nav-item a::after{
    position: absolute;
    bottom: 0.3em;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #DF945673;
    opacity: 0;
    transition: .5s;
    filter: blur(10px);
    border-radius: 50px;
    z-index: -1;
}
.current a{
    position: relative;
}
.inner .global-list .current a::after{
    position: absolute;
    bottom: 0.3em;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #DF945673;
    opacity: 1;
    bottom: 0;
    border-radius: 50px;
    z-index: -1;
}
.headerlink{
    display: flex;
    gap: 16px;
    align-items: center;
}
.headerlink a{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #98605e;
    padding: 5px 15px;
    border-radius: 10px;
}
.headerlink a svg{
    height: 35px;
}

Header .menu {
    cursor: pointer;
    position: relative;
    background-color: #98605e;
    border: 2px solid #98605e;
    box-sizing: border-box;
}
.menu span {
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: calc(50% - 14px);
    width: 28px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
}
.menu.on span {
    top: 20px !important;
    opacity: 0;
}
.menu.on span:nth-of-type(1) {
    transform: rotate(45deg);
    opacity: 1;
}
.menu.on span:nth-of-type(3) {
    transform: rotate(-45deg);
    opacity: 1;
}
.menuBox {
    display: none;
    position: fixed;
    right: 50px;
    top: 149px;
    width: 550px;
    background: #f8f4e6;
    z-index: 1000;
    height: calc(100% - 149px);
    overflow-y: auto;
    box-sizing: border-box;
}
.menuBox .naviUl {
    padding: 0 50px 100px 60px;
}
.menuBox .naviUl li a {
    padding: 20px 30px 19px 20px;
    position: relative;
    font-size: 1.6rem;
    display: block;
    font-weight: 500;
    color: #734123;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #734123;
    background: none;
}
.menuBox .naviUl li a:before {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    width: 21px;
    height: 11px;
    background: url("img/common/icon05.png") no-repeat left top;
    background-size: 21px 11px; 
    content: "";
    transition: .3s;
	-webkit-transition: .3s;
}
.menuBox .naviUl .blank a:before {
    margin-top: -8px;
    width: 17px;
    height: 17px;
    background: url("img/common/icon13.png") no-repeat left top;
    background-size: 17px 17px; 
    content: "";
}
/*スクロールダウン全体の場所*/
.scrolldown4{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:1%;
	right:50%;
    /*矢印の動き1秒かけて永遠にループ*/
	animation: arrowmove 2s ease-in-out infinite;
    z-index: 2;
}
.sliderwrapper{
    height: 100vh;
}
/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
	position: absolute;
	left:-34px;
	bottom:142px;
    /*テキストの形状*/
	color: #eee;
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 120px;
    right: -9px;
    width: 2px;
    height: 30px ;
    background: #eee;
    transform: skewX(-31deg);
}

.scrolldown4:after{
	content: "";
    position: absolute;
    bottom: 120px;
    right: 0;
    width: 2px;
    height: 100px;
    background: #eee;
}
@media all and (min-width: 897px) {
    .global-list .nav-item a:hover:after{
    bottom: 0;
    opacity: 1;
    }
}

@media all and (max-width: 896px) {
    Header .menu {
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 30px;
    }
    .menu span {
        left: calc(50% - 12px);
        width: 24px;
        height: 2px;
    }
    .menu span:nth-of-type(1) {
        top: 10px;
    }
    .menu span:nth-of-type(2) {
        top: 20px;
    }
    .menu span:nth-of-type(3) {
        top: 31px;
    }
    .menuBox {
        right: 0;
        top: 70px;
        width: 100%;
        height: calc(100% - 60px);
    }
    .menuBox .naviUl {
        padding: 0 27px 50px;
    }
    #global-nav{
        padding: 5px;
    }
    .logo a img{
        width: 110px;
    }
    .headerlink{
        gap: 8px;
    }
    .headerlink a{
        font-size: 1rem;
    }
    .sliderwrapper{
        height: auto;
    }
    .scrolldown4 span{
        font-size: 1rem;
        bottom: 265px;
    }
    .scrolldown4:after{
        height: 60px;
        bottom: 260px;
    }
    .scrolldown4:before{
    bottom: 260px;
    right: -5px;
    height: 18px;
    }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter  {
    padding: 20px 100px;
    background: #f8f4e6;
}
#gFooter address {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    font-style: normal;
    text-align: center;
}
.pageTop {
    position: fixed;
    right: 46px;
    bottom: 25px;
	z-index: 600;
    transition: 0.5s;
}
#forsafe{
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin:90px 30px 80px;
}
#forsafe h4{
    font-size: 2rem;
    margin: 30px 0 20px;
}
#forsafe p{
    line-height: 2;
}
.safety{
    width: 100%;
    padding: 40px 20px 50px 20px;
    background: #98605e;
    border-radius: 50%;
    color: #FFF;
    position: relative;
    transition:0.5s;
}
.safety::after{
    position: absolute;
    content: "";
    background: url(img/common/arrow.png)no-repeat center center;
    background-size: 30px auto;
    width: 25px;
    height: 27px;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition:0.5s;
    -webkit-transition:0.5s;
}
.footerbox{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 24px;
}
.footerbox img{
    width: 170px;
}
.footerbox div{
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: #98605e;
}
.footermenu .global-list{
    margin: 80px 0;
}
.footermenu .global-list li + li{
    padding-left: 8px;
    position: relative;
}
.footermenu .global-list li + li ::before{
    position: absolute;
    content: "";
    background: #98605e;
    width: 5px;
    height: 5px;
    top: 50%;
    left: -17px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.footermenu .global-list .nav-item a{
    font-size: 1.4rem;
}
@media all and (min-width: 897px) {
    #gFooter .safety:hover{
        opacity: 0.7;
    }
    #gFooter .safety:hover::after{
        left: 55%;
    }
}
@media all and (max-width: 896px) {
    #gFooter  {
        padding: 22px 0;
        border-top: 1px solid #efeded;
    }
    .special #gFooter {
        border-top: none;
    }
    .footerbox{
        flex-direction: column;
        gap: 30px;
    }
    #gFooter address {
        font-size: 1.2rem;
        text-align: center;
    }
    .safety{
        padding: 10px 35px 10px 15px;
        border-radius: 20px;
        color: #FFF;
    }
    .safety::after{
        bottom: auto;
        top: 50%;
        left: 91%;
        background-size: 18px auto;
    }
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 1116px;
	margin: 0 auto;
	padding: 0 20px;
}
@media all and (max-width: 896px) {
    .content {
        max-width: inherit;
        padding: 0 24px;
    }
}


/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/

#pagePath {
	max-width: 1200px;
    padding: 0 20px;
	margin: 0 auto 120px;
}
#pagePath li {
	margin-right: 10px;
	display: inline;
	letter-spacing: 0.08em;
}
#pagePath li a {
	padding-right: 30px;
	display: inline-block;
	background: url("img/common/icon04.png") no-repeat right center;
	background-size: 9px auto; 
}
#pagePath li img {
    margin: -3px 0 0;
    display: inline-block;
    vertical-align: middle;
}
#pagePath li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 1000px) {
    #pagePath {
        max-width: inherit;
        margin: 0 auto 42px;
        padding: 0 24px;
    }
    #pagePath li {
        margin-right: 9px;
    }
    #pagePath li a {
        padding-right: 26px;
        background: url("img/common/sp_icon03.png") no-repeat right center;
        background-size: 8px auto; 
    }
    #pagePath li img {
        margin: -3px 0 0;
    }
}


/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 26px;
	padding: 93px 0 63px;
	text-align: center;
	border-bottom: 1px solid #D1CFCF;
}
.pageTitle .headLine01 .en {
	margin-bottom: 8px;
	display: block;
	font-size: 5.4rem;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.08em;
}
.pageTitle .headLine01 .jp {
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}
@media all and (max-width: 896px) {
    .pageTitle {
        margin-bottom: 13px;
        padding: 18px 0 30px;
    }
    .pageTitle .headLine01 .en {
        margin-bottom: 2px;
        font-size: 3rem;
    }
    .pageTitle .headLine01 .jp {
        font-size: 1.6rem;
    }
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	transition: transform 1s, opacity 1s;
}
.fadeInUp.on {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
/*------------------------------------------------------------
	indexPage
------------------------------------------------------------*/
.indexPage{
    padding:320px 0 160px;
}
.dearest_ind_top{
    position: relative;
}
.dearest_ind_top div:nth-child(2){
    position: absolute;
    bottom: 18%;
    width: 30%;
    right: -18%;
}
.dearest_ind_top div:nth-child(2):after{
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: -1;
    content: "";
    position: absolute;
    top: 8%;
    left: 6%;
}
.dearest_ind_top div:nth-child(3) {
    position: absolute;
    right: -2%;
    bottom: 87%;
    width: 30%;
}
.dearest_ind_top div:nth-child(3):after{
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: -1;
    content: "";
    position: absolute;
    top: 4%;
    left: 7%;
}
.indexPage h3{
    font-size: 2.4rem;
    color: #DF9456;
}
.mainVisual {
	width: 100%;
    position: relative;
}
.indexPage h2{
    text-align: center;
    font-size: 3rem;
    line-height: 3.0;
}
.dearest_ind_top p{
    font-size: 1.8rem;
    line-height: 2;
    z-index: 1;
    position: relative;
}
.dearest_ind_top p span{
    font-size: 2.5rem;
    line-height: 2.5;
    letter-spacing: 2px;
}
.dearest_ind_feature{
    margin-top: 320px;
}
.dearest_ind_feature h2{
    margin-bottom: 60px;
}
.dearest_ind_feature h3{
    text-align: justify;
}
.feature{
    display: flex;
    justify-content: space-between;
}
.feature + .feature{
    margin-top:80px;
}
.feature:nth-of-type(2n) {
    flex-direction: row-reverse;
}
.feature > div{
    width: 65%;
}
.feature img{
    width: 30%;
}
.feature h2{
    text-align:justify ;
    color: #DF9456;
}
.dearest_ind_menuli{
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 320px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}
.dearest_ind_menuli .index_menubox + .index_menubox{
    padding-top: 50px;
}
.index_menubox{
    display: flex;
    justify-content: space-around;
}
.index_menubox:nth-child(even){
    flex-direction: row-reverse;   
}
.index_menubox:nth-child(even) .index_menuboxtxt{
    margin-left: 0;
    margin-right: 70px;
    align-items: flex-end;
}
.index_menubox img{
    width: 50%;
}
.index_menuboxtxt{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    margin-left: 70px;
}
.index_menuboxtxt h3{
    margin: 20px 0 10px;
}
.alink{
    position: relative;
}
.alink{
    border: 2px solid #DF9456;
    padding: 10px 40px 10px 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #5f0000 !important;
}
.alink:before {
    position: absolute;
    content: "";
    background: #DF9456;
    width: 10px;
    height: auto;
    aspect-ratio: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    filter: blur(10px);
    border-radius: 50%;
    transition: 0.8s;
    z-index: -1;
    opacity: 0;
}
.alink::after{
    position: absolute;
    content: "";
    background: url(img/common/icon05.png)no-repeat center center;
    background-size: 18px auto;
    width: 22px;
    height: 17px;
    top: 50%;
    right: 1px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: .3s;
    -webkit-transition: .3s;
}
.divvideo{
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 60%);
    padding-left: calc(50vw - 60%);
}
.divvideo video{
    width: 100%;
    padding: 0 10px;
}
.voicesec{
    margin-top: 320px;
}
.blogsec{
    text-align: center;
    position: relative;
    margin-top: 240px;
}
.blogsec h2 ,.voicesec h2 ,.dearest_ind_feature h2{
    position: relative;
    color: #DF9456;
}
.blogsec h2 span,.voicesec h2 span ,.dearest_ind_feature h2 span{
    position: absolute;
    top: -30%;
    left: 50%;
    font-size: 8rem;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-family: "Tangerine", cursive;
}
.blogsec h3{
    margin: 10px 0;
}
.blogsec ul {
    display: flex;
    flex-direction: column;
    margin: 50px 0 80px;
    gap: 16px;
}

.blogsec ul li a:hover .index_blog{
    background-color: #FFF;
}
.index_blog{
    display: flex;
    padding: 20px 10px;
    gap: 30px;
    transition: 0.5s;
    word-break: break-all;
    background: #f8f4e6;
    border-radius: 20px;
}
.index_blog h3{
    color: #734123;
}
@media all and (min-width: 897px) {
    .alink:hover{
        color: #fff;   
    }
    .alink:hover a{
        color: #fff;
    }
    .alink:hover:before {
        width: 120%;
        height: auto;
        opacity: 1;
    }
    .alink:hover::after{
        background: url(img/common/icon05w.png)no-repeat center center;
        right: -8px;
        background-size: 18px auto;
    }
}
@media all and (max-width: 896px) {
    .dearest_ind_top div:nth-child(2) {
        position: absolute;
        bottom: -240px;
        width: 247px;
        right: -25px;
    }
    .dearest_ind_top div:nth-child(3) {
        position: absolute;
        left: -25px;
        right: auto;
        bottom: auto;
        width: 247px;
        top: -249px;
    }
    .dearest_ind_top h2 {
        margin: 30px 0;
        line-height: 2;
        font-size: 2rem;
    }
    .dearest_ind_top p span{
        font-size: 1.8rem;
    }
    .dearest_ind_top h2:last-of-type:after{
        background-size: 48px;
        width: 53px;
        height: 129px;
        bottom: -61px;
        right: 0px;
    }
    .dearest_ind_top .slick-slider{
        margin-bottom: 40px;
    }
    .dearest_ind_top p{
        font-size: 1.4rem;
        line-height: 2;
    }
    .dearest_ind_feature{
        margin-top: 440px;
    }
    .feature{
        flex-direction: column;
    }
    .feature:nth-of-type(2n){
        flex-direction: column;
    }
    .feature > div{
        width: 100%;
    }
    .feature img{
        width: 100%;
    }
    .dearest_ind_menuli{
        margin-right:0;
        margin-left:0;
    }
    .index_menubox {
        flex-direction: column;
    }
    .index_menubox img{
        width: 100%;
    }
    .index_menuboxtxt{
        width: 100%;
        gap: 30px;
        margin: 0;
        align-items: center;
    }
    .index_menubox:nth-child(even){
        flex-direction: column;
    }
    .index_menubox:nth-child(even) .index_menuboxtxt{
        margin-right: 0;
        align-items: center;
    }
    .blogsec h2,.voicesec h2{
        font-size: 2rem;
    }
    .blogsec h2 span ,.voicesec h2 span{
        font-size: 5rem;
    }
}
/*------------------------------------------------------------
	MENU
------------------------------------------------------------*/
.menuPage .content{
    max-width:1400px;
}
.dearest_men_list h3{
    margin: 0 0 130px;
}
.menuPage p{
    text-align: center;
    margin-bottom: 80px;
    line-height: 2.2;
    font-size: 1.8rem;
}
.menulist{
    display: flex;
    justify-content: center;
    margin-bottom: 200px;
    flex-wrap: wrap;
    gap: 25px;
}
.menuPage .content ul li{
    position: relative;
}
.menuPage .content > ul li::after{
    position: absolute;
    content: "";
    background: url(img/common/hecklerb.png)no-repeat center center;
    background-size: 15px auto;
    top: 50%;
    right: 3%;
    width: 16px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
    height: 20px;
}
.menuPage .content ul li a{
    background:#f8f4e6;
    color: #000;
    padding:15px 45px 15px 10px;
    border-radius: 50px;
}
.dearest_men_list{
    position: relative;
    margin-top: 400px;
}

.dearest_men_list .menubox{
    margin-bottom: 240px;
    margin-top: -200px;
    padding-top: 200px;
}
.dearest_men_gallery{
    margin:0 auto;
}
.popup-click {
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}
.popup-click img{
  
}
.mfp-content {
    background: #fff;
    margin: 0 auto;
}
[id^="popup"]{

}
[id^="popup"] img{
    width: 100%;
    max-height: 98vh;
    object-fit: contain;
}
.dearest_men_list2{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.list2box{
    width: 45%;
}
.list2box p{
    margin: 24px 0 8px;
}
.dearest_men_goods{
    margin-top: -200px;
    padding-top: 200px;
}
.imgwrapper img{
    justify-content: space-around;
    border-radius:70% 30% 64% 36% / 72% 72% 28% 28% ;
    position: relative;
    z-index: 1;
}
.list2box:nth-child(2n) img{
    border-radius:35% 60% 78% 49% / 53% 72% 61% 56% ;
}
.list2box:nth-child(3n) img{
    border-radius: 76% 49% 55% 75% / 53% 72% 61% 56%;
}
.imgwrapper{
    position: relative;
}
.imgwrapper::before{
    position: absolute;
    bottom: 0;
    border: 1px solid #98605e;
    border-radius: 81% 27% 78% 44% / 64% 56% 25% 19%;
    z-index: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.list2box:nth-child(2n) .imgwrapper::before{
    border-radius: 45% 50% 83% 55% / 36% 65% 42% 32%;
    border: 1px solid #DF9456;
}
.list2box:nth-child(3n) .imgwrapper::before{
    border-radius: 81% 27% 68% 44% / 64% 56% 30% 42%;
    border:1px solid #212836;
}
@media all and (min-width: 897px) {
    .menuPage .content ul li a:hover{
        background: rgba(182, 167, 159, 0.8);
    }
}
@media (max-width: 896px){
    .popup-click{
    }
    .menulist{
        flex-direction: column;
        align-items: center;
        gap: 40px;
        margin-bottom: 80px;
        z-index: 1;
        position: relative;
    }
    .dearest_men_list h3{
        margin: 80px 0 40px;
    }
    .menuPage p{
        text-align: center;
        margin-bottom: 120px;
        line-height: 2;
        font-size: 1.6rem;
    }
    .dearest_men_list .menubox{
        margin-bottom: 120px;
        margin-top: 60px;
        padding-top: 60px;
    }
    .dearest_men_list2{
        flex-direction: column;
        gap: 16px;
    }
    .list2box{
        width: 100%;
    }
    .imgwrapper{
        width: 100%;
    }
}


/*------------------------------------------------------------
    plan
------------------------------------------------------------*/
.dearest_pla_list h3{
    margin-bottom: 50px;
}
.dearest_pla_list .price{
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 30px;
}
.dearest_pla_listwrapper{
    width: 80%;
    margin: 0 auto;
}
dl{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
dt{
    width: 28%;
    margin-right: 5px;
}
dd{
    width: 70%;
}
dt,dd{
    padding: 5px 0;
    border-bottom: 2px dashed;
}
.dearest_pla_contents:nth-child(even) .dearest_pla_goods{
    flex-direction: row-reverse;
}
.dearest_pla_option dl{
    align-items: center;
    gap: 8px;
    justify-content: center;
}
.dearest_pla_option dt{
    text-align: center;
    width: 18%;
    font-size: 2rem;
    height: 60px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.dearest_pla_option dd{
    text-align: end;
    width: 27%;
    height: 60px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.dearest_pla_option dd:nth-child(2n){
    margin-right: 16px;
}
.dearest_pla_goods{
    display: flex;
}
.dearest_pla_goods img{
    width: 50%;
}
.dearest_pla_explanation{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 50%;
}
.tab{
    max-width: 600px;
    margin: 0 auto;
  }

  .tab-list{
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
    gap: 25px;
  }
  .tab-list-item{
    width: 20%;
    text-align: center;
    padding: 8px 0;
    cursor: pointer;
    border:none;
    border-radius: 20px;
    background: #f8f4e6;
    font-size: 1.6rem;
    transition: 0.5s;
    font-family: 'Lora', 'Noto Serif JP', serif;
  }
  .list-itemno1{
    position: relative;
  }
  .list-itemno1::before{
    position: absolute;
    content: "";
    background: url(img/common/no1.png)no-repeat center center;
    background-size: 170px auto;
    width: 170px;
    height: 33px;
    top: -33px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .dearest_pla_list{
    background:#f8f4e6;
    display: none;
    padding: 20px;
    position: relative;

  }
  .is-btn-active{
    background-color:#c7c3b4;
    font-weight: bold;
  }
  
  .is-contents-active{
    display: block;
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
    border-radius: 10px;
    color: #5f0000;
}
.dearest_pla_contents p{
    text-align: center;
    margin: 80px 0;
    line-height: 2;
    font-size: 1.8rem;
}
.dearest_pla_list_dl{
    display: flex;
    flex-direction: row;
    width: 60%;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-bottom: 40px;
    gap: 20px 0;
    justify-content: center;
}
.dearest_pla_explanation h4{
    text-align: center;
    font-size: 2.4rem;
}
.dearest_pla_explanation dl{
    width: 70%;
    margin: 0 auto;
}
.photogoodswrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px 0;
}
.dearest_pla_contents{
    position: relative;
    z-index: 1;
}
.photogoodsbox{
    width: 47%;
    background: #FFF;
    border-radius: 20px;
    color: #000;
}
.photogoodsbox img{
    border-radius: 20px 20px 0 0;
}
.photogoodsbox .cut{
    font-size: 2rem;
    margin: 16px;
}
.photogoodsbox div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 78px;
    color: #DF9456;
    flex-wrap: wrap;
    margin: 0 16px;
    border-bottom: 2px dotted;
    padding-bottom: 16px;
}
.photogoodsbox h5{
    text-align: center;
    font-size: 2rem;
}
.photogoodsbox .price{
    font-size: 2.2rem;
}
.photogoodsbox dl{
    margin-bottom: 32px;
}
.photogoodsbox .exp{
    margin: 25px 10px 80px;
    line-height: 2;
}
@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@media all and (min-width: 897px) {
    .tab-list-item:hover{
        background: rgba(182, 167, 159, 0.8);
    }
}
@media (max-width: 896px){
    .tab-list{
        gap: 10px;
    }
    .tab-list-item{
        width: 31%;
        font-size: 1.4rem;
    }
    .list-itemno1::before {
        background-size: 107px auto;
        width: 105px;
        height: 23px;
        top: -22px;
    }
    .dearest_pla_list h3{
        margin: 32px 0 16px;
    }
    .dearest_pla_list .price{
        font-size: 1.8rem;
    }
    .dearest_pla_list_dl{
        width: 100%;
    }
    dd{
        width: 69%;
        text-align: center;
    }
    .dearest_pla_explanation{
        flex-direction: column;
    }
    .dearest_pla_goods{
        flex-direction: column;
        gap: 16px;
    }
    .dearest_pla_contents:nth-child(even) .dearest_pla_goods{
        flex-direction: column;
        margin: 0px 0 20px;
        gap: 16px;
    }
    .dearest_pla_explanation{
        width: 100%;
    }
    .dearest_pla_goods img{
        width: 100%;
    }
    .dearest_pla_listwrapper{
        width: 100%;
    }
    .dearest_pla_explanation h4{
        font-size: 1.8rem;
    }
    .dearest_pla_contents p{
        margin: 40px 0;
        font-size: 1.6rem;
    }
    .dearest_pla_option dt{
        width: 70%;
        padding: 40px 0 16px;
        font-size: 1.8rem;
        border-bottom: none;
    }
    .dearest_pla_option dd:nth-child(2n){
        margin-right: 0;
    }
    .dearest_pla_option dd{
        width: 80%;
        padding: 25px 0 5px;
        height: 30px;
    }
    .photogoodswrapper{
        flex-direction: column;
        gap: 80px;
    }
    .photogoodsbox{
        width: 100%;
    }
    .photogoodsbox .cut{
        font-size: 1.8rem;
    }
    .photogoodsbox div{
        flex-direction: column;
        gap: 20px;
        justify-content: center;
    }
    .photogoodsbox h5{
        font-size: 1.8rem;
    }
    .photogoodsbox .price{
        font-size: 1.8rem;
    }
    .photogoodsbox .exp{
        margin: 32px 10px 16px;
    }
}
/*------------------------------------------------------------
	Flow
------------------------------------------------------------*/
.dearest_flo_top ul{
    display: flex;
    text-align: center;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}
.dearest_flo_top ul li{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 9%;
    position: relative;
    gap: 20px;
}
.dearest_flo_top ul li a{
    padding: 10px;
    background: #f8f4e6;
    border-radius: 356px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.dearest_flo_top ul li + li::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    top: 27%;
    left: -74%;
    z-index: 0;
    background-image: linear-gradient(to right, #dbdbdb, #dbdbdb 10px, transparent 10px, transparent );
    background-size: 20px 100%;
}
.dearest_flo_content ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.dearest_flo_content ul li{
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 6px 0px rgba(204, 204, 204, 0.5);
    border-radius: 20px;
    background: #FBFAF5;
    padding: 30px 20px;
    gap: 15px;
    color: #000;
}
.dearest_flo_content ul li div{
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.dearest_flo_content ul li div span{
    position: relative;
}
.dearest_flo_content ul li div span::after{
    position: absolute;
    bottom: 0.3em;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #DF945673;
    opacity: 1;
    bottom: 0;
    border-radius: 50px;
    z-index: -1;
    filter: blur(10px);
}
.dearest_flo_content ul li p{
    line-height: 1.8;
}
.dearest_flo_content ul li p a{
    color: #DF9456;
    border-bottom: 1px solid;
}
.dearest_flo_eventimg > div{
    display: flex;
    align-items:center;
    justify-content: center;
    margin-top: 100px;
}
.dearest_flo_eventimg > div img{
    width: 50%;
}
.shrine img:first-child {
    margin:-170px 50px 0px 0;
    z-index: 1;
}
.shrine img:nth-child(2n){
    margin: 20px 0 0 0;
    width: 30%;
}
.sevenfivethree img:first-child{
    width: 30%;
    margin: -70px 30px 0 0px;
}
.sevenfivethree img:nth-child(2n){
    width: 30%;
    margin: 20px 0 0 0;
}
.sevenfivethree img:nth-child(3n){
    margin: 252px 0px 0px 50px;
}
.dearest_flo_caution{
text-align: center;
margin-top: 320px;
}
.cautionpoint{
    line-height: 2.2;
    margin: 80px 0;
    padding: 40px 30px 80px;
    background: #FBFAF5;
    box-shadow: 0px 0px 6px 0px rgba(204, 204, 204, 0.5);
    text-align: justify;
    color: #000;
}
.cautionpoint h4{
    text-align: center;
    font-size: 2rem;
    margin: 50px 0 30px;
}
@media all and (min-width: 897px) {
    .dearest_flo_top ul li a:hover{
        background: #DF9456;
        color: #FFF;
    }
}
@media (max-width: 896px){
    .dearest_flo_top ul{
        flex-direction: column;
        padding: 0px 10px 0 20px;
        position: relative;
        max-width: 380px;
        margin: 0 auto;
    }
    .dearest_flo_top ul::after{
        position: absolute;
        content: "";
        width: 3px;
        height: 90%;
        background-image: linear-gradient(to right, #dbdbdb, #dbdbdb 10px, transparent 10px, transparent );
        top: 0;
        left: 48px;
        background-size: 20px 100%;
    }
    .dearest_flo_top ul li{
        flex-direction: row;
        width: 100%;
    }
    .dearest_flo_content ul li div{
        width: 100%;
    }
    .dearest_flo_top ul li a{
        width: 60px;
        height: 60px;
    }
    .dearest_flo_top ul li a span{
        font-size: 1.2rem;
    }
    .dearest_flo_top ul li + li::after{
       display: none;
    }
    .dearest_flo_content ul li{
        flex-direction: column;
    }
    .dearest_flo_eventimg > div{
        flex-direction: column;
        gap: 20px;
    }
    .shrine img:first-child{
        margin: 0 150px 0 0px;
    }
    .shrine img:nth-child(2n) {
        margin: -5px -135px 0 0;
        width: 45%;
    }
    .sevenfivethree img:first-child {
        width: 45%;
        margin: 0 200px 40px 0;
    }
    .sevenfivethree img:nth-child(2n) {
        width: 45%;
        margin: -46px 0 0 0;
    }
    .sevenfivethree img:nth-child(3n) {
        margin: 0px 0 0 180px;
    }
}
/*------------------------------------------------------------
	STAFF
------------------------------------------------------------*/
.dearest_sta_list h3{
    margin-bottom: 150px;
}
.dearest_sta_list img{
    object-fit: contain;
}
.sta_profile{
    display: flex;
}
.sta_profile > p {
    font-size: 1.6rem;
    width: 50%;
    margin: 0 auto;
    line-height: 2.5;
    font-family: "Zen Kurenaido", sans-serif;
    color: #000;
    background: #FBFAF5 ;
    padding: 24px 16px;
box-shadow: 0px 0px 6px 0px rgba(204, 204, 204, 0.5);
}
.sta_person p{
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: 2px;
    margin-top: 30px;
}
.galleryphoto{
    display: flex;
    justify-content: space-around;
    margin: 100px 0 160px;
    border-bottom: 3px solid #f8f4e6;
    padding-bottom: 160px;
}
.galleryphoto img{
    width: 30%;
}
@media (max-width: 896px){
    .dearest_sta_list h3{
        margin-bottom: 80px;
    }
    .sta_profile{
        flex-direction: column;
    }
    .sta_person p{
        font-size: 2rem;
        margin-bottom: 16px;
    }
    .sta_profile > p {
        width: 100%;
    }
    .sta_person {
        text-align: center;
    }
    .galleryphoto{
        flex-direction: column;
        gap: 16px;
    }
    .galleryphoto img{
        width: 100%;
    }

}
/*------------------------------------------------------------
	ABOUT US
------------------------------------------------------------*/


.abouttop{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.abouttop p{
    font-size: 2rem;
    line-height: 2.5;
}
.aboutletter{
    line-height: 2.2;
    margin: 80px 0;
    padding: 40px 30px 80px;
    background: #FBFAF5 url(img/common/aboutletter.png)no-repeat right 30px bottom 0px;
    background-size: 200px auto;
    box-shadow: 0px 0px 6px 0px rgba(204, 204, 204, 0.5);
    position: relative;
    color: #000;
    font-family: "Zen Kurenaido", sans-serif;
}
.aboutletter span{
    position: absolute;
    right: 240px;
}
@media (max-width: 896px){
    .abouttop{
        flex-direction: column;
        gap: 24px;
    }
    .aboutletter{
        background: #FBFAF5 url(img/common/aboutletter.png)no-repeat right 16px bottom 16px;
        background-size: 100px auto;
    }
    .aboutletter span{
        right: 140px;
        bottom: 20px;
    }
}
/*------------------------------------------------------------
	QUESTION
------------------------------------------------------------*/
/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 100%;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
    border-radius: 20px;
    margin-bottom: 50px;
}

/*アコーディオンタイトル*/
.title2 {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-weight: normal;
    padding: 3% 3% 2.5% 50px;
    transition: all .5s ease;
    background: #f8f4e6;
    color: #000;
    border-radius: 20px;
}
.title2::before{
    position: absolute;
    content: "Q";
    top: 50%;
    left: 22px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 3rem;
}


/*アイコンの＋と×*/
.title2::after{
    position: absolute;
    content: '';
    background: url(img/common/hecklerb.png) no-repeat;
    width: 20px;
    height: 17px;
    background-size: 20px auto;
}
.title2::after{    
    top: 35%;
    right: 22px;
    transition: 0.5s;
}

/*　closeというクラスがついたら形状変化　*/

.title2.close::after{
	transform: rotate(180deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #FBFAF5;
    margin: 3% 3% 3% 3%;
    padding: 3% 3% 2% 3%;
    border-radius: 20px;
    line-height: 2;
    color: #000;
}
.box p a{
    color: #DF9456;
    border-bottom: 1px solid;
}
.box::before{
    position: absolute;
    content: "A";
    top: 130px;
    left: 50px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 3rem;
}
@media (max-width: 896px){
    .title2{
        padding: 5% 11% 5% 35px;
    }
    .title2::before{
        font-size: 2rem;
        left: 15px;
    }
    .box{
        padding: 30px 10px 15px 25px;
    }
    .box::before{
        font-size: 2rem;
        top: 102px;
        left: 25px;
    }
    .title2::after{
        right: 8px;
    }
}

/*---------------------------------------------------------
    archive
----------------------------------------------------------*/
.archivePage{
    padding-bottom: 150px;
}
.archivePage .content{
    max-width: 1400px;
}
.archivePage .comVisual{
    background: url(img/common/pagebgphoto.jpg) center center;
}
.pageTitle.archive_kv.fadeInUp.on {
  background: url(img/about/main_img_about.jpg) no-repeat center center;
  background-size: cover;
}

.txtSpan {
  background: #eb9191;
  padding: 0 10px;
  color: #fff;
  border-radius: 20px;
}
.newsPage_contents{
    display: flex;
}
.newsUl{
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    flex-direction: row;
    width: 80%;
}
.categoryblock{
    width: 20%;
}
.categoryblock_archive{
    margin-bottom: 80px;
    background: #f8f4e6;
    border-radius: 20px;
}
.categoryblock-title{
    text-align: center;
    margin-bottom: 16px;
}
.categoryblock_archive ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.newsUl a {
    display: block;
    position: relative;
    line-height: 1.875;
    letter-spacing: 0.08em;
    text-align: start;
    transition: 0.5s;
}
.news_li{
    width: 45%;
}
.news_txt {
    display: flex;
    gap: 20px;
    flex-direction: row;
    padding: 15px 20px;
    background: #f8f4e6;
    flex-wrap: wrap;
}
.news_txt img{
    width: 100%;
    height: auto;
    object-fit: contain;
    justify-content: space-around;
    aspect-ratio: 5 / 3;
}
.new_recent{
    color: #FFF;
    background-color: #7b5544;
    border-radius: 20px;
    padding: 2px 10px;
}
.widget.widget_archive {
  text-align: center;
  background:#98605e;
  border-radius: 20px;
  position: relative;
}
.widget.widget_archive ul li{
    margin: 10px 0;
}
.widget-title{
    color: #FFF;
    font-size: 1.8rem;
}
.widget.widget_archive a {
    color: #fff;
}
.nav-links{
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    justify-content: center;
    margin:80px 0;
}
.nav-links a{
    font-size: 3rem;
    color: #734123;
}
.nav-links span{
    font-size: 3rem;
    color: #734123;
}
.news{
    margin-bottom: 80px;
}
.single_txt{
    margin-bottom: 100px;
}
.single_txt p{
    margin-top: 20px;
}
.single_txt p img{
    width: 100%;
}
.pageNavi{
    display: flex;
    justify-content: space-around;
    margin: 80px 0 40px;
}
@media (min-width: 897px){
   
    .newsUl a:hover img {
        transform: scale(1.03);
        transition: 0.5s;
    }
    .newsUl a:hover .news_txtwrapper p {
        color: orange!important;
        transition: 0.5s;
    }
    .widget.widget_archive a:hover {
        color: #000;
        border-bottom: 1px solid #000;
    }
}
@media (max-width: 896px) {
  .pageTitle.archive_kv {
    background: url(img/about/sp_main_img_about.jpg) no-repeat center center;
    background-size: cover;
  }
  .newsUl {
    width: 100%;
  }
  .newsPage_inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .archivePage .newsPage_item {
    width: 100%;
  }
  .newsPage_contents {
    flex-direction: column;
    gap: 80px;
}
.categoryblock {
    width: 100%;
}
  .newsPage_item_widget {
    width: 80%;
    text-align: start;
    margin: 20px auto 50px;
  }
  .blog{
    padding: 0 20px;
  }
  .newsUl{
    flex-direction: column;
    gap: 70px;
  }
  .news_li{
    width: 100%;
  }
  .nav-links span{
    font-size: 2rem;
  }
  .nav-links a{
    font-size: 2rem;
  }
}


/*------------------------------------------------------------
	comVisual
------------------------------------------------------------*/
.comVisual {
    margin-bottom: 25px;
    color: #fff;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url("img/page/com_visual_bg.jpg") no-repeat center center;
    background-size: cover;
}
.comVisual .headLine05 {
    font-size: 4.6rem;
    letter-spacing: 0.06em;
}


@media all and (max-width: 896px) {
    .comVisual {
        margin-bottom: 13px;
        height: 200px;
        background: url("img/page/sp_com_visual_bg.jpg") no-repeat center center;
        background-size: cover;
    }
    .comVisual .headLine05 {
        font-size: 2rem;
    }
}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contactPage{
    padding-bottom: 160px;
}
.contact_confirmBox{
    max-width: 500px;
    margin: 0 auto;
    color: #fff;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 40px 0;
    line-height: 60px;
}
.contact_confirmBox_nyuryoku{
    text-align: center;
    width: 60px;
    height: 60px;
    background: #98605e;
    border-radius: 50%;
    position: relative;
}
.contact_confirmBox_kakunin1 {
    text-align: center;
    width: 60px;
    height: 60px;
    background: rgba(182, 167, 159, 0.25);
    border-radius: 50%;
    margin-left: 50px;
    position: relative;
}
.contact_confirmBox_kakunin2 {
    text-align: center;
    width: 60px;
    height: 60px;
    background: #98605e;
    border-radius: 50%;
    margin-left: 50px;
    position: relative;
}
.contact_confirmBox_kanryo {
    text-align: center;
    width: 60px;
    height: 60px;
    background: rgba(182, 167, 159, 0.25);
    border-radius: 50%;
    margin-left: 50px;
}
.contact_confirmBox_kanryo2 {
    text-align: center;
    width: 60px;
    height: 60px;
    background: #98605e;
    border-radius: 50%;
    margin-left: 50px;
}
.contact_confirmBox_nyuryoku::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #98605e;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
}
.contact_confirmBox_kakunin1::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent rgba(182, 167, 159, 0.25);
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
}
.contact_confirmBox_kakunin2::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #98605e;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
}



.contactPage .topTxt {
	margin: 0 0 68px 3px;
	letter-spacing: 0.06em;
}
.contactPage table {
    margin-bottom: 158px;
	width: 100%;
	border-collapse: collapse;
	word-break: break-all;
}
.contactPage th,
.contactPage td {
	padding: 28px 0 28px 58px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #D1CFCF;
}
.contactPage th {
	padding: 20px 50px 20px 0;
	width: 29%;
	font-weight: 500;
}
.contactPage td {
    font-size: 1.3rem;
	position: relative;
}
.contactPage th .must {
	float: right;
	width: 44px;
	color: #fff;
	height: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	font-weight: 500;
	background: #c1272d;
	text-align: center;
    border-radius: 15px;
}
.contactPage td:before {
	position: absolute;
	left: 0;
	top: 27px;
	width: 1px;
	bottom: 27px;
	background: #D1CFCF;
	content: "";	
}
.contactPage td input[type="text"],
.contactPage td input[type="email"],
.contactPage td input[type="number"],
.contactPage td input[type="tel"],
.contactPage td select,
.contactPage td textarea {
	width: 100%;
	height: 58px;
	color: #212836;
	font-size: 1.3rem;
	padding: 5px 10px 5px 23px;
	-webkit-appearance: none;
	box-sizing: border-box;
	background: #F4F4F4;
    border: 1px solid #F4F4F4;
	border-radius: 4px;
}
.contactPage td .wid01 {
    width: 98px !important;
}
.contactPage td .ico {
    display: inline-block;
    margin-right: 10px;
	font-size: 1.6rem;
}
.contactPage td .add {
    margin-bottom: 20px;
}
.contactPage td textarea {
    height: 265px;
    resize: vertical;
    padding: 20px 10px 20px 23px;
}
.contactPage .txtP {
    margin-bottom: 45px;
    line-height: 1.9;
    text-align: center;
}
.contactPage .txtP a {
    text-decoration: underline;
}
.contactPage .txtP a:hover {
    opacity: 0.7;
}
.contactPage .agreeTxt {
    width: 460px;
    margin: 0 auto 100px;
    padding: 12px 10px 16px 80px;
    box-sizing: border-box;
    border: 1px solid #CCC;
}
.contactPage .agreeTxt input[type="checkbox"] {
    display: none;
}
.contactPage .agreeTxt input[type="checkbox"] ~ span {
    background: url("img/common/check_box_bg02.png") no-repeat left top 9px;
    background-size: 16px 16px;
    display: block;
    min-height: 16px;
    padding: 4px 0 6px 26px;
}
.contactPage .agreeTxt input[type="checkbox"]:checked ~ span {
    background: url("img/common/check_box_bg01.png") no-repeat left top 9px;
    background-size: 16px 16px;
}
.contactPage .submit {
    text-align: center
}
.contactPage .submit li {
    margin: 0 6px;
    display: inline-block;
    vertical-align: top;
}
.ajax-loader {
	display: none !important;
}
.contactPage .submit li .info01 {
    display: block;
    position: relative;
    background: #c1272d;
	border: 1px solid #c1272d;
}
.contactPage .submit li .info02 {
	position: relative;
	z-index: 2;
}
.contactPage .submit li .info01:before {
    margin-top: -5px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 21px;
    height: 11px;
    background: url("img/common/icon05w.png") no-repeat left center;
    background-size: 21px 11px; 
    content: "";
	z-index: 3;
    transition: .3s;
	-webkit-transition: .3s;
}
.contactPage .submit li .info01:after {
	content: " ";
	position: absolute;
	top: 0;
	height: 100%;
	width: 0;
	left: auto;
	right: 0;
	background-color: #fff;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-ms-transition-duration: 0.5s;
	-ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.contactPage .submit .back .info01:before {
    margin-top: -5px;
    position: absolute;
    right: auto;
    left: 10px;
    top: 50%;
    width: 21px;
    height: 11px;
    background: url("img/common/icon07.png") no-repeat left center;
    background-size: 21px 11px; 
    content: "";
}
.contactPage .submit li input {
    color: #fff;
    width: 258px;
    height: 48px;
    font-size: 1.6rem;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
	background: none;
}
.contactPage .submit li input:disabled {
	cursor: default;
	pointer-events: none;
}
.contactPage .submit .back .info01 {
    background: #919191;
	border-color: #919191;
}
.contactPage .submit li.disabled .info01 {
	background: #CECECE;
	border-color: #CECECE;
}
.contactPage .submit li.disabled .info01:after {
	display: none;
}
.contactPage .errTop {
    margin-bottom: 16px;
    padding: 18px 10px;
    color: #C1272D;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    border: 3px solid #C1272D;
    background: #FCDEDD;
    text-align: center;
}
.contactPage .errTop img {
    margin: -3px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.contactPage .error td input,
.contactPage .error td select,
.contactPage .error td textarea {
    background: #FCDEDD;
    border: 1px solid #C1272D;
}
.contactPage .error td .errorTxt {
    margin: 2px 0 -22px;
    display: block;
    color: #DE2B2B;
    font-weight: 500;
    letter-spacing: 0.03em;
    font-size: 1.4rem;
}
.contactPage .confirmTab th,
.contactPage .confirmTab td {
    height: 60px;
}
.contactPage .confirmTab td .add {
    margin-bottom: 4px;
}
.thanks .title {
    margin-bottom: 32px;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.06em;
}
.thanks .thanksTxt {
    margin-bottom: 180px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.06em;
    text-align: center;
}
.thanks .linkBtn a {
    margin: 0 auto;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    width: 256px;
    color: #fff;
    text-align: center;
    position: relative;
    background: #212836;
	border: 1px solid #212836;
	box-sizing: border-box;
}
.thanks .linkBtn a:before {
    margin-top: -4px;
    position: absolute;
    left: 11px;
    top: 50%;
    width: 21px;
    height: 11px;
    background: url("img/common/icon07.png") no-repeat left center;
    background-size: 21px auto;
    content: "";
	z-index: 3;
    transition: .3s;
	-webkit-transition: .3s;
}
.thanks .linkBtn .info {
	position: relative;
	z-index: 2;
}
.thanks .linkBtn a:after {
	content: " ";
	position: absolute;
	top: 0;
	height: 100%;
	width: 0;
	left: auto;
	right: 0;
	background-color: #fff;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-ms-transition-duration: 0.5s;
	-ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media all and (min-width: 897px) {
	.contactPage .submit li:hover .info01:after {
        width: 100%;
        right: auto;
        left: 0;
	}
	.contactPage .submit li:hover .info01:before {
		right: -21px;
		background-image: url("img/common/icon08.png");
	}
	.contactPage .submit li.disabled:hover .info01:before {
		right: 10px;
		background-image: url("img/common/icon05.png");
	}
	.contactPage .submit li:hover input {
		color: #212836;
	}
	.contactPage .submit li.disabled:hover input {
		color: #fff;
	}
	.contactPage .submit li.back:hover .info01:before {
		left: -21px;
		background-image: url("img/common/icon14.png");
	}
	.thanks .linkBtn a:hover {
		color: #212836;
	}
	.thanks .linkBtn a:hover:before {
		background-image: url("img/common/icon14.png");
		left: -21px;
	}
    .thanks .linkBtn a:hover:after {
        width: 100%;
        right: auto;
        left: 0;
    }
}
@media all and (max-width: 896px) {
    .contactPage .topTxt {
        margin: 0 0 17px;
        line-height: 1.9;
        text-align: center;
    }
    .contactPage table {
        margin-bottom: 48px;
    }
    .contactPage th,
    .contactPage td {
        float: left;
        width: 100%;
        padding: 0 0 25px;
        box-sizing: border-box;
    }
    .contactPage th {
        padding: 22px 0 10px;
        width: 100%;
        border: none;
    }
    .contactPage td:before {
        display: none;
    }
    .contactPage td input[type="text"],
    .contactPage td input[type="email"],
    .contactPage td input[type="tel"],
    .contactPage td textarea {
        height: 58px;
        font-size: 1.2rem;
        padding: 5px 10px 5px 25px;
    }
    .contactPage td {
        font-size: 1.4rem;
    }
    .contactPage td .wid01 {
        width: 124px !important;
    }
    .contactPage td .ico {
        margin-right: 7px;
    }
    .contactPage td .add {
        margin-bottom: 20px;
    }
    .contactPage td textarea {
        height: 180px;
        padding: 20px 10px 20px 25px;
    }
    .contactPage .txtP {
        margin-bottom: 23px;
        line-height: 1.85;
    }
    .contactPage .agreeTxt {
        width: auto;
        margin: 0 auto 51px;
        padding: 14px 10px 14px 30px;
    }
	.contactPage .agreeTxt span.wpcf7-list-item {
		margin: 0 !important;
	}
    .contactPage .submit li {
        margin: 0 0 15px;
        display: block;
    }
    .contactPage .submit li:last-child {
        margin-bottom: 0;
    }
    .contactPage .submit li span:before {
        right: 17px;
    }
    .contactPage .submit li input {
        width: 100%;
        height: 60px;
    }
    .contactPage .errTop {
        margin-bottom: 18px;
        padding: 23px 10px 20px;
        font-size: 1.6rem;
        border-width: 2px;
        line-height: 1.9;
    }
    .contactPage .errTop img {
        margin: 0 auto 5px;
        display: block;
    }
    .contactPage .error td .errorTxt {
        margin: 3px 0 -19px;
        font-size: 1.1rem;
    }
    .contactPage .confirmTab th,
    .contactPage .confirmTab td {
        padding: 21px 0 7px;
        height: auto;
        line-height: 2;
    }
    .contactPage .confirmTab td {
        padding: 0 0 20px;
    }
    .contactPage .confirmTab td .add {
        margin-bottom: 4px;
    }
    .thanks .title {
        margin-bottom: 22px;
        font-size: 2.4rem;
    }
    .thanks .thanksTxt {
        margin-bottom: 37px;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.9; 
    }
    .thanks .linkBtn a {
        margin: 0 auto;
        height: 60px;
        width: 100%;
        font-size: 1.6rem;
        max-width: 450px;
        letter-spacing: 0.06em;
    }
    .thanks .linkBtn a:before {
        left: 16px;
    }
}
@media all and (max-width: 374px) {
    .contactPage .txtP {
        margin: 0 -17px 23px;
    }
    .contactPage .agreeTxt {
        padding: 14px 5px 14px 10px;
        font-size: 1.3rem;
    }
}
/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
.privacy {
    margin-bottom: 240px;
}
.privacy p {
    margin-bottom: 4px;
    line-height: 2.3;
    letter-spacing: 0.06em;
}
.privacy h5 {
    margin-bottom: 6px;
    font-weight: 700;
    letter-spacing: 0.06em;
}
.privacy .txt01 {
    margin-bottom: 65px;
}
.privacy .txt02 {
    margin-bottom: 72px;
}
.privacy .txt03 {
    margin-bottom: 35px;
}
.privacy .txt04 {
    margin-bottom: 0;
}
@media all and (max-width: 896px) {
    .privacy {
        margin-bottom: 110px;
    }
	.privacy .pageTitle {
		padding: 28px 0 30px;
	}
	.privacy .pageTitle .headLine01 .en {
		margin-bottom: 8px;
		font-size: 3.2rem;
	}
	.privacy .pageTitle .headLine01 .jp {
		font-size: 2rem;
	}
	.privacy #pagePath {
		margin-bottom: 56px;
	}
    .privacy p {
        margin-bottom: 3px;
        line-height: 1.85;
        letter-spacing: 0.01em;
    }
    .privacy h5 {
        margin-bottom: 3px;
        letter-spacing: 0.01em;
    }
    .privacy .txt01 {
        margin-bottom: 57px;
    }
    .privacy .txt02 {
        margin-bottom: 60px;
    }
    .privacy .txt03 {
        margin-bottom: 27px;
    }
    .privacy .txt04 {
        margin-bottom: 0;
    }
}
.wpcf7-response-output {
    display: none !important;
}

