@charset "UTF-8";
/* -------- webフォント コード一覧

Noto Sans JP ----------------------
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: <weight>;

Shippori Mincho B1 ----------------------
.shippori-mincho-b1-regular {
  font-family: "Shippori Mincho B1", serif;
}

*/


/*--------------------    デフォルトスタイル    --------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:1.4rem;
	vertical-align:baseline;
	background:transparent;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
    font-family: "Noto Sans JP", sans-serif;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	color: #000;
	vertical-align:baseline;
	background:transparent;
	text-decoration: none;
    transition: all .3s;
}
ins {
	text-decoration:none;
}
del {
	text-decoration: line-through;
}
mark {
	background-color:#ff9;
	color:#171717;
	font-weight:bold;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

/*------------------------------------------------------------
    レイアウト
------------------------------------------------------------*/
body {
	position: relative;
	color: #000;
    font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
    font-feature-settings: "palt";
	line-height: 1;
    letter-spacing: 0.05rem;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #fff;
	box-sizing: border-box;
    padding-top: 95px;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

@media all and (min-width: 835px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 834px) {
	body {
		min-width: inherit;
        padding-top: 70px;
	}
	body.open {
		overflow: hidden;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}


/*------------------------------------------------------------
    共通
------------------------------------------------------------*/
main#main {
    overflow: hidden;
}

.pTxt {
    font-size:1.4rem;
    font-weight:400;
    text-align:justify;
    line-height:2.1;
}
.flexBox {
    display:flex;
}

li a:hover, p a:hover {
    opacity:0.6;
}

.headline01 {
    text-align: center;
}
.headline01 .txt {
    position: relative;
    display: block;
    padding-top: 35px;
    font-family: "Shippori Mincho B1", serif;
    font-size: 3.2rem;
    line-height: 1.6;
}
.headline01 .txt:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 17px;
    height: 21px;
    background: url("../img/common/symbol.svg")no-repeat top left;
    background-size: 100%;
    transform: translateX(-50%);
}
.headline01 .en {
    display: block;
    padding-top: 10px;
    margin: 0 auto;
}

.headline02 {
}
.headline02 .txt {
    position: relative;
    display: block;
    padding-bottom: 17px;
    font-size: 2.1rem;
    font-weight: 500;
    text-align: center;
    color: #6e4d3a;
    line-height: 1.6;
}
.headline02 .txt:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 66px;
    height: 3px;
    background: #6e4d3a;
    transform: translateX(-50%);
}

.headline03 {
    font-family: "Shippori Mincho B1", serif;
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 1.6;
}

.headline04 {
    font-family: "Shippori Mincho B1", serif;
    font-size: 3.2rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
}

.lBtn {
}
.lBtn a {
    display: inline-block;
    width: 100%;
    padding: 17px 0;
    border: 1px solid #e97878;
    border-radius: 15px;
    background: #e97878;
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    box-sizing: border-box;
    line-height: 1;
}
.lBtn a:hover {
    background: #fff;
    color: #e97878;
    transition: all .3s;
}


@media all and (max-width: 834px) {
    .headline01 {
        text-align: center;
    }
    .headline01 .txt {
        padding-top: 35px;
        font-size: 2.3rem;
    }

    .headline02 .txt {
        padding-bottom: 17px;
        font-size: 1.8rem;
    }
    .headline02 .txt:before {
        width: 65px;
        height: 3px;
    }

    .headline03 {
        font-size: 2.1rem;
    }

    .headline04 {
        font-size: 1.9rem;
    }

    .lBtn a {
        padding: 20px 0;
        border-radius: 7px;
        font-size: 1.7rem;
    }

}


/*------------------------------------------------------------
    TOPに戻るボタン
------------------------------------------------------------*/
.returnBtn {
    position: fixed;
    top: auto;
    left: auto;
    bottom: 20px;
    right: 40px;
    z-index: 98;
}

.returnBtn a {
    display: block;
    width: 76px;
    height: 76px;
}

@media all and (max-width: 834px) {
    .returnBtn {
        bottom: 20px;
        right: 5%;
    }
    .returnBtn a {
        width: 65px;
        height: 65px;
    }

    /*------------------------------------------------------------
        TOPに戻るボタン
    ------------------------------------------------------------*/
    .returnBtn {
        bottom: 10px;
        right: 5%;
        z-index: 98;
    }
    .returnBtn.btn-bg:before {
        padding: 10px;
    }
    .returnBtn a {
        width: 50px;
        height: 50px;
    }

}



/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
#gHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 35px 29px 23px 35px;
    background: #fff;
    z-index: 100;
    box-sizing: border-box;
    transition: all .9s;
}

#gHeader .headBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#gHeader .logo {
    max-width: 394px;
    transition: all .9s;
}
#gHeader .logo:hover {
    opacity: 0.7;
}
#gHeader .logo img {
    width: 100%;
}
#gHeader .nav {
}
#gHeader .nav .navUl {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#gHeader .nav .navUl > li {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1;
    margin-left: 29px;
    letter-spacing: 0.05rem;
}
#gHeader .nav .navUl > li:first-child {
    margin-left: 0;
}
#gHeader .nav .navUl > li > a {
    position: relative;
}

#gHeader .nav .navUl > li.contactBtn > a {
    display: block;
    padding: 10px 27px;
    background: #e97878;
    color: #fff;
    border-radius: 100px;
    text-align: center;
}



@media all and (max-width: 834px){
    #gHeader {
        padding: 0;
    }
    #gHeader .logo {
        max-width: 100%;
        width: 75.5%;
        margin: 0 0 0 2.5%;
    }

    #gHeader .barBox {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 70px;
        transition: all .9s;
    }
    #gHeader .barBox .bar {
        width: 20px;
        height: 1px;
        background: #000;
        transition: all .3s;
    }
    #gHeader .barBox .bar.bar01,
    #gHeader .barBox .bar.bar02 {
        margin-bottom: 7px;
    }

/*　open オープン時　*/
    #gHeader .barBox.open {
        border-radius: 0;
    }
    #gHeader .barBox.open .bar {
        width: 34px;
    }
    #gHeader .barBox.open .bar01 {
        transform: rotate(45deg);
        margin: 3px 0 0;
    }
    #gHeader .barBox.open .bar02 {
        display: none;
    }
    #gHeader .barBox.open .bar03 {
        transform: rotate(-45deg);
        margin-bottom: 4px;
    }


    .menuHam {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        overflow: scroll;
        z-index: 99;
    }
    .menuHam .inBox {
        width: 86%;
        margin: 0 auto;
        padding: 79px 0 62px;
    }
    .menuHam .navUl {
        margin-bottom: 37px;
    }
    .menuHam .navUl > li {
        border-bottom: 1px solid #000;
        line-height: 1.4;
    }
    .menuHam .navUl > li > a {
        position: relative;
        display: block;
        padding: 16px 55px 16px 12px;
        font-size: 1.4rem;
    }
    .menuHam .navUl > li > a:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 18px;
        width: 9px;
        height: 9px;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        transform: translateY(-50%)rotate(-45deg);
    }

    .menuHam .bottomUl {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .menuHam .bottomUl li {
        line-height: 1;
    }
    .menuHam .bottomUl > li > a {
        font-size: 1.4rem;
    }

}



/*------------------------------------------------------------
    footer
------------------------------------------------------------*/
#gFooter {
    padding: 120px 0 0;
}
#gFooter .footBox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 39px;
}
#gFooter .footBox .logo {
    width: 394px;
    margin-right: 31px;
}
#gFooter .footBox .logo:hover {
    opacity: 0.7;
}
#gFooter .footBox .contactBox {
    display: flex;
    justify-content: center;
    align-items: center;
}
#gFooter .footBox .contactBox .telTxt {
    margin-right: 28px;
}
#gFooter .footBox .contactBox .mailTxt .icon {
    width: 23px;
    margin-right: 6px;
}

#gFooter .bottomBox {
}
#gFooter .bottomBox .btUl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 39px;
}
#gFooter .bottomBox .btUl li {
}
#gFooter .bottomBox .copy {
    display: block;
    margin-bottom: 41px;
    color: #727171;
    font-size: 1.2rem;
    text-align: center;
}



@media all and (max-width: 834px){

    #gFooter {
        padding: 87px 0 0;
    }
    #gFooter .footBox {
        flex-flow: column;
        margin-bottom: 39px;
    }
    #gFooter .footBox .logo {
        width: 84%;
        margin: 0 0 24px;
    }
    #gFooter .footBox .contactBox {
        flex-flow: column;
    }
    #gFooter .footBox .contactBox .telTxt {
        margin: 0 0 19px;
    }
    #gFooter .footBox .contactBox .mailTxt .icon {
        width: 23px;
        margin-right: 6px;
    }

    #gFooter .bottomBox .btUl {
        margin-bottom: 35px;
    }
    #gFooter .bottomBox .copy {
        margin-bottom: 25px;
    }

}





/*------------------------------------------------------------
    フェードイン
------------------------------------------------------------*/
.show {
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fade-in {
  opacity: 0;
}
.fade-in-bottom {
  opacity: 0;
  transform: translateY(10px);
}

.fade-in-right {
  opacity: 0;
  transform: translateX(10px);
}

.fade-in-left {
  opacity: 0;
  transform: translateX(-10px);
}



.first-fade {
    opacity: 0; /* 初期状態（見えない） */
    animation: fadeIn 2s ease-in-out forwards; /* 2秒かけてフェードイン */
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}








/*----------------------- end */
