@charset "utf-8";

body {
    width: 100%;
    color: #303030;
    font-size: 14px;
    overflow-x: hidden;
    font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    position: relative;
    background: #F8F6EF;
}

#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.vertical-txt {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0;
}

.fontA {
    font-family: "Poiret One", cursive;
}
.fontB {
	font-family: 'Noto Serif JP', serif;
}
.fontC {
	font-family: 'Noto Sans JP', sans-serif;
}
.fontD {
	font-family: 'Open Sans', sans-serif;
}

.telWrap {
    color: inherit;
}

.hidden {
    overflow: hidden;
}

.opacity_hover:hover {
    opacity: .7;
}


/*-- トップ --------------------------------------------------------------*/
.hBox {
	z-index:9999999999;
}
.topScrollTxt {
    writing-mode: vertical-rl;
    margin: 0 0 0 10px;
    color: #D1AB73;
}
.topServiceSubTit {
    writing-mode: vertical-rl;
}
.topBtn01 {
    max-width: 200px;
    width: 100%;
    border: 1px solid #D1AB73;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.topBtn02 {
    max-width: 200px;
    width: 100%;
    border: 1px solid #fff;
    margin: 40px auto 0;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.topMenuTxtBox:nth-child(1) {
    border-top: 3px dotted #F3EFC0!important;
}
.topReserveArrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #EBE0C3 transparent transparent;
}
.topReserveArrow02 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #EBE0C3 transparent transparent transparent;
}
.topReserveArrow03 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent transparent #EBE0C3 transparent;
}
.topReserveArrow04 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #EBE0C3 transparent;
}
.topScroll:hover>p {
    color: #3F9EB9;
}
.topConceptTxt_new{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    line-height: 1.6;
    color: #48A3BE;
}
/*-- フッター --------------------------------------------------------------*/
.pageTopArrow {
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 11px 7.5px;
    border-color: transparent transparent #fff transparent;
}
.topBtn01:hover {
    background: #D1AB73;
}

.topBtn01:hover>p {
    color: #fff;
}

.topBtn02:hover {
    background: #fff;
}

.topBtn02:hover>p {
    color: #D1AB73;
}

.topBtnBg:hover {
    background: #fff;
}

.topBtnBg:hover>p {
    color: #D1AB73;
}
.fContactBox:hover>p {
    color: #3F9EB9;
}

.fContactBox:hover>div {
    background: #3F9EB9;
}
/*-- 共通パーツ --------------------------------------------------------------*/

.inWrap {
    padding: 100px 0;
}

.conteBx {
    max-width: 1110px;
    width: 96%;
    margin: auto;
}

.leadTxt {
    font-weight: bold;
    line-height: 2.2em;
}

.tit01 {
    font-size: 30px;
    color: #6B450D;
}

.tit02 {
    font-size: 20px;
    color: #6B450D;
}

.tit03 {
    font-size: 16px;
    font-weight: bold;
}

.subTit01 {
    font-size: 14px;
    color: #D1AB73;
}

.titJp01 {
    font-size: 20px;
    font-weight: bold;
}

.titDeco01 {
    display: flex;
    align-items: center;
}

.titDeco01:before,
.titDeco01:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #D1AB73;
}

.titDeco01:before {
    margin-right: 1rem;
}

.titDeco01:after {
    margin-left: 1rem;
}

.baseTb {
    width: 100%;
    margin: 0 auto;
    border: solid 1px #aaa;
    border-bottom: none;
}

.baseTh {
    padding: 15px;
    border-bottom: solid 1px #aaa;
    text-align: center;
    font-weight: bold;
    background-color: #F3F3F3;
}

.baseTd {
    padding: 15px;
    border-bottom: solid 1px #aaa;
    background: #fff;
}

.baseTd > a {
    display: inline-block;
    color: #2B2939;
    text-decoration: underline;
}

.baseTd > a:hover {
    text-decoration: none;
}

.gradBg01 {
    background: rgb(149,215,243);
    background: -moz-linear-gradient(180deg, rgba(149,215,243,1) 0%, rgba(206,230,154,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(149,215,243,1) 0%, rgba(206,230,154,1) 100%);
    background: linear-gradient(180deg, rgba(149,215,243,1) 0%, rgba(206,230,154,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#95d7f3",endColorstr="#cee69a",GradientType=1);
}


/*-- ボタン --------------------------------------------------------------*/

.btn01 {
    max-width: 200px;
    width: 100%;
    display: block;
    border: solid 1px #D1AB73;
    background: #fff;
    padding: 15px 2% 14px;
    color: #D1AB73;
    font-size: 13px;
    position: relative;
    transition: .5s;
    margin: auto;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
}

.btn01:hover {
    background: #D1AB73;
    color: #fff;
}

/*-- 下層カバー --------------------------------------------------------------*/

.incover {
    max-width: 1920px;
    width: 100%;
    margin: auto;
    position: relative;
}

.coverTxtBx {
    max-width: 780px;
    width: 96%;
    margin: auto;
    padding: 5px 2%;
    background: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
}

.coverImgBx {
    max-width: 1920px;
    width: 100%;
    height: 210px;
    background: #fafafa;
}

.incoverTxt01 {
    color: #6B450D;
    font-size: 40px;
}

.incoverTxt02 {
    color: #D1AB73;
    font-size: 14px;
}

/*-- パンくずリスト ----------------------------------------------------------*/

.breadWrap {
    padding: 15px 0;
    background: #fff;
}

.breadBx {
    max-width: 1110px;
    width: 96%;
    margin: auto;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.breadLink {
    color: #6B450D;
    text-decoration: underline;
}

.breadLink:hover {
    color: #6B450D;
}


/*-- 共通カラー --------------------------------------------------------------*/

.txtClrBrown {
    color: #6B450D;
}

.txtClrBlue {
    color: #48A3BE;
}


/*-- header -----------------------------------------------------------------*/

/*---------- ハンバーガーメニュー ----------*/

.humWrap {
    z-index: 9999999999;
}

.navbar-dark .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 0px;
  width: 26px;
  height: 21px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}

.navbar-dark .navbar-toggler-icon {
  background-image:none;
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  transition: ease .5s;
  background-color: #fff;
}

.navbar-toggler-icon:nth-of-type(1) {
  top: 0px;
}

.navbar-toggler-icon:nth-of-type(2) {
  top: 9px;
}

.navbar-toggler-icon:nth-of-type(3) {
  bottom: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
  top:13px;
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
  top: 13px;
  transform: rotate(-45deg);
}

/*-- footer -----------------------------------------------------------------*/


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-- トップ--------------------------------------------------------------*/
.topBox03Img02:after {
    border-width: 0 0 20px 20px;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */




/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
body {
    font-size: 16px;
}
  
.leadTxt {
  	text-align: center;
}

.baseTh {
    border-right: solid 1px #aaa;
}

.tit01 {
    font-size: 40px;
}

.tit02 {
    font-size: 30px;
}

.tit03 {
    font-size: 18px;
}

.subTit01 {
    font-size: 18px;
}

.titJp01 {
    font-size: 24px;
}

.btn01 {
    max-width: 250px;
    width: 100%;
    padding: 16px 2% 15px;
}

/*-- トップ--------------------------------------------------------------*/
.topBtn01 {
    max-width: 250px;
    padding: 16px 0 15px 0;
}
.topBtn02 {
    max-width: 250px;
    padding: 16px 0 15px 0;
}
.topReserveArrow {
    border-width: 0 28px 28px 0;
}
.topReserveArrow02 {
    border-width: 28px 28px 0 0;
}
.topReserveArrow03 {
    border-width: 0 28px 28px 0;
}
.topReserveArrow04 {
    border-width: 0 0 28px 28px;
}
/*-- 下層カバー --------------------------------------------------------------*/

.coverTxtBx {
    left: auto;
}

.coverImgBx {
    max-width: 1735px;
    width: 90.36%;
}

.incoverTxt01 {
    font-size: 64px;
}

.incoverTxt02 {
    font-size: 18px;
}

.coverTxtBx {
    padding: 20px 2%;
}

.coverImgBx {
    height: 350px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/*-- トップ--------------------------------------------------------------*/
.topServiseRow {
  	flex-flow: row!important;
}
.topServiseRow02 {
    flex-flow: row-reverse!important;
}
.topServiceNum {
    font-size: 90px!important;
    max-width: 120px!important;
  	position: absolute!important;
    bottom: 20px!important;
    left: 0!important;
}
.topServiceSubTit {
    position: absolute!important;
    top: 30px!important;
    right: 0px!important;
}
.topServiceSubTit02 {
    left: 0px!important;
    right: auto!important;
}
.topServiceNum02 {
    right: 0px!important;
    left: auto!important;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.tit01 {
    font-size: 60px;
}

.tit02 {
    font-size: 40px;
}

.tit03 {
    font-size: 22px;
}

.titJp01 {
    font-size: 26px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-- トップ--------------------------------------------------------------*/
.topConceptBox {
    flex-flow: row!important;
}
.topBox01ImgBox {
    margin: 0 0 0 0!important;
}
.top01BoxTxtBox {
    position: absolute!important;
    bottom: -80px!important;
    left: 0!important;
    padding: 56px 67px 56px 67px!important;
    margin: 0!important;
}
.topConceptTxt_new{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 24px;
    line-height: 1.6;
    color: #48A3BE;
}
 .pageTop {
    max-width: 100px!important;
    width: 100%!important;
    height: 100px!important;
} 
.topConceptBox {
    padding: 160px 0 180px 0!important;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.topServiceNum {
    font-size: 150px!important;
    max-width: 200px!important;
    position: absolute!important;
    bottom: 10px!important;
    left: 40px!important;
}
.topServiceSubTit {
    position: absolute!important;
    top: 70.5px!important;
    right: 35px!important;
}
  .topServiceSubTit02 {
    left: 35px!important;
    right: auto!important;
}
  .topServiceNum02 {
    right: 40px!important;
    left: auto!important;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1500px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1600px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */