@charset "utf-8";

html {
	overflow-x: hidden;
}

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

body {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto !important;
    width: 100%;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
  	overflow-x: hidden;
	background: url(/system_panel/uploads/images/body_bg.jpg) repeat-y center top;
    position: relative;
}

:root{
    --fontA: 'Shippori Mincho', serif;
	--fontB: "Instrument Serif", serif;
}

.telWrap {
    color: inherit;
}

.telWrap:hover {
    color: inherit;
    text-decoration: underline;
}

.hidden {
    overflow: hidden;
}

.opacity_hover:hover {
    opacity: .7;
}

.cursol-pointer {
    cursor: pointer;
}

.fontA {
    font-family: var(--fontA);
    font-style: normal;
}

.fontB {
    font-family: var(--fontB);
    font-style: normal;
}

.inLink>a:hover {
    text-decoration: underline;
    color: #485053;
}

.paddingWr01 {
	padding: 0 15px;
}

.iconImg {
	display: block;
}

.iconImgHvr {
	display: none;
}

.inLink:hover .iconImg {
	display: none;
}

.inLink:hover .iconImgHvr {
	display: block;
}

.controlArea .carousel-item {
    display: block;
    opacity: 1;
}
.is-hidden {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s !important;
}

/*.brPc br {
	display: none;
}

.brSp br {
	display: block;
}*/

.imgBox75 {
    width: 100%;
    height: 0;
    padding-top: 75%;
  	position: relative;
}

.imgBox75 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imgBox100 {
    width: 100%;
    height: 0;
    padding-top: 100%;
  	position: relative;
}

.imgBox100 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bRadius30 {
	border-radius: 30px;
}

.bRadius15 {
	border-radius: 15px;
}

.bShadow {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
}

.cmnIndicators01 {
    position: static;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin: 6px auto 0;
    transition: .3s all;
}

/*.anchorWrap {
	position: relative;
  	z-index: 0;
}*/

/*-- ****** -----------------------------------------------------------------*/

/*-- 共通パーツ --------------------------------------------------------------*/

/*-- タイトル・テキスト --*/

.jpTit01 {
	font-size: 14px;
	font-weight: 600;
	line-height: 2em;
}

.jpTit02 {
	font-size: 20px;
	font-weight: 600;
    line-height: 1.45em;
    letter-spacing: 0.03em
}

.enTit01 {
    font-family: var(--fontB);
	font-size: 40px;
    line-height: 1em;
  	letter-spacing: 0.03em
}

.enTit02 {
    font-family: var(--fontB);
	font-size: 30px;
    line-height: 1em;
  	letter-spacing: 0.03em
}

.msg01 {
	font-size: 24px;
	font-weight: 600;
    line-height: 1.45em;
  	letter-spacing: 0.03em;
}

.txt01 {
	font-size: 14px;
	font-weight: 600;
    line-height: 2.1em;
}

.txt02 {
	font-size: 13px;
	font-weight: 500;
    line-height: 2em;
}

/*-- ボタン --*/

.comBtn {
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 33px;
}

.btn01 {
    max-width: 284px;
    width: 100%;
    height: 55px;
    padding: 0 40px;
    justify-content: flex-start;
    font-size: 16px;
    font-weight: 600;
  	transition: all .3s;
}

.btn01:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    display: block;
    width: 15px;
    height: 10px;
    background: url(/system_panel/uploads/images/arrow_black.svg) no-repeat center / contain;
    transition: all .3s;
}

.btn01:hover {
    color: #333;
    transition: all .3s;
}

.btn01:hover::after {
    right: 20px;
    transition: all .3s;
}

.btn01Dark {
    color: #46433A;
    background: none;
    border: 1px solid #7A7666;
    transition: all .3s;
}

.btn01Dark:after {
    background: url(/system_panel/uploads/images/arrow_black.svg) no-repeat center / contain;
    transition: all .3s;
}

.btn01Dark:hover {
    color: #46433A;
    background: #fff;
    transition: all .3s;
}

.btn01White {
    color: #46433A;
    background: none;
    border: 1px solid #7A7666;
    transition: all .3s;
}

.btn01White:after {
    background: url(/system_panel/uploads/images/arrow_black.svg) no-repeat center / contain;
    transition: all .3s;
}

.btn01White:hover {
    color: #fff;
    background: #7A7666;
    transition: all .3s;
}

.btn01White:hover:after {
    background: url(/system_panel/uploads/images/arrow_white.svg) no-repeat center / contain;
    transition: all .3s;
}

.btn01Gold {
    color: #fff;
    background: #C2AD75;
    border: 1px solid #C2AD75;
    transition: all .3s;
}

.btn01Gold:after {
    background: url(/system_panel/uploads/images/arrow_white.svg) no-repeat center / contain;
    transition: all .3s;
}

.btn01Gold:hover {
    color: #C2AD75;
    background: #fff;
    transition: all .3s;
}

.btn01Gold:hover:after {
    background: url(/system_panel/uploads/images/arrow_gold.svg) no-repeat center / contain;
    transition: all .3s;
}

.btn02 {
    max-width: 356px;
    width: 100%;
    height: 65px;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #fff;
  	transition: all .3s;
}

.btn02:hover {
    color: #514E43;
    background: #fff;
    transition: all .3s;
}

.iconImg {
	display: block;
}

.iconImgHvr {
	display: none;
}

.btn02:hover .iconImg {
	display: none;
}

.btn02:hover .iconImgHvr {
	display: block;
}

.backBtn01 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 166px;
    width: 100%;
    height: 26px;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 600;
  	transition: all .3s;
}

.backBtn01:hover p {
    color: #C61B1B;
}

.backBtn01 p{
    width: 100%;
    text-align: end;
    transition: all .3s;
}

.backBtn01:before {
    content: "";
    position: absolute;
    width: 62px;
    height: 5px;
  	top: 0;
    left: 0;
    bottom: 0;
  	margin: auto;
   	transition: all .3s;
    background: url(/system_panel/uploads/images/btn_arrow_reverse_red.svg) no-repeat center center/contain;
}

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

.colorWhite {
    color: #fff;
}

.colorCream {
	color: #FFFBEF;
}

.colorDark01 {
	color: #514E43;
}

.colorDark02 {
	color: #46433A;
}

.colorDark03 {
	color: #7A7666;
}

.colorGold {
	color: #C2AD75;
}

.bgWhite {
	background: #fff;
}

.bgCream {
	background: #FFFEF9;
}

.bgDark01 {
	color: #514E43;
}

.maskDark {
	position: relative;
}

.maskDark:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
  	top: 0;
    left: 0;
    bottom: 0;
  	margin: auto;
	background: rgb(96,73,9);
	background: linear-gradient(0deg, rgba(96,73,9,0.8) 0%, rgba(164,119,0,0.4) 100%);
}

/*-- inCover -----------------------------------------------------------------*/

.incoverWr {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0 15px 0 15px;
}

.incoverIn {
    max-width: 1880px;
    width: 100%;
    margin: 20px auto 0 auto;
    position: relative;
}

.incoverBox:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 30px;
    background: rgb(96, 73, 9);
    background: linear-gradient(90deg, rgba(96, 73, 9, 0.804359243697479) 0%, rgba(164, 119, 0, 0.39539565826330536) 100%);
}

.incoverBox {
	width: 100%;
	max-width: 100%;
	height: 250px;
	position: relative;
	border-radius: 30px;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 40px;
}

.incoverTit {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 1;
    color: #fff;
}

/*-- ****** -----------------------------------------------------------------*/

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

.pankuzuWr {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    padding: 0 15px;
}

.pankuzuAr {
    margin: 0 auto;
    padding: 15px 0;
    max-width: 1220px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 500;
}

.pankuzuLink {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #333;
}

.pankuzuLink:hover {
    color: #333;
}

.pankuzuTxt {
    padding: 0 0 2px;
    font-size: 14px;
    color: #333;
}

.pankuzuLink:hover > p {
    text-decoration: underline;
}

/*-- ブロック ----------------------------------------------------------*/

.pankuzuWr + .inWrap {
    padding: 40px 0 80px;
}

.inWrap {
    padding: 80px 0;
}

.inner {
    max-width: 1170px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
    min-height: 20px;
	position: relative;
  	z-index: 1;
}

/*----kasou------------------------------------------------*/

.inMask01:after {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(/system_panel/uploads/images/concept_mask.png) repeat-y, center;
    background-size: cover;
}

.inMask02:after {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(/system_panel/uploads/images/concept_mask.png) repeat-y, center;
    background-size: contain;
}

.inMask03:after {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(/system_panel/uploads/images/company_mask.png) repeat-y, center;
    background-size: contain;
}

.imgGrid {
	display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
}

/*---画像制御--*/

/*.inBalanceImg01>img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
    bottom: 0;
    left: 0;
    margin: auto;
}

.objectFitImg {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}*/

/*---gallery　lightbox--*/

a[data-lightbox] {
    position: relative;
    display: block;
}

a[data-lightbox]:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    transition: .5s;
}

a[data-lightbox]:hover:before {
    opacity: 1;
    transition: .5s;
}

.galleryImg01>a[data-lightbox] {
    padding-top: 100%;
}

.galleryImg01>a[data-lightbox] img {
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*---form--*/

.container{
    max-width: 1140px !important;
    border: #ccc 1px solid;
}

.formRow {
    border-bottom: #ccc 1px solid;
}

.formTh,
.formTd{
    padding: 10px 15px;
}

.formTh {
    text-align: left;
    background-color: #C2AD75;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.label{
    margin: 0;
}

.labelText01 {
    color: #fff;
}

.formTd {
    background-color: #fff;
}

.formInput ,
.zipInput,
.formTextArea{
    padding: 3px 5px;
}

.inFormFxDot {
    width: 100%;
    width: 15px;
}

.formInput {
    width: 100%;
    line-height: 1.6;
    border: 1px solid #ccc;
}

.formRadio {
    margin: 0 5px 0 0;
}

.d-inline-block{
    margin: 0 10px 0 0;
}

.requiredText {
    color: #C61B1B;
    margin: 0 0 0 10px;
    padding: 2px 5px;
    background: #fff;
    font-size: 14px;
}

.fileCaution {
    font-size: 13px;
}

.fileArea {
    margin: 5px 0 0;
}

.formTextArea{
    height: 250px;
    width: 100%;
    padding: 5px;
    border-color: #ccc;
}

.zipInput {
    width: 40%;
    border: 1px solid #ccc;
    max-width: 100px;
}

.formCheck {
    margin: 0 5px 0 0;
}

.privacyLabel {
    font-size: 14px;
}

.formBtnBx {
    display: flex;
    justify-content: center;
}

.privacyBox {
    width: 100%;
    height: 350px;
    padding: 15px;
    overflow-y: scroll;
    border: solid 1px #ccc;
    background: #fff;
}

.privacyBox a{
    color: #7A7666;
}

.privacyBox a:hover{
    color: #7A7666;
    text-decoration: underline;
} 

.formWrap>.container-fluid {
    border: 1px solid #ccc;
    border-bottom: none;
}

.privacyBox::-webkit-scrollbar {
    width: 15px;
}

.privacyBox::-webkit-scrollbar-track {
    border-left: 1px solid #ccc;
    background-color: #fff;
}

.privacyBox::-webkit-scrollbar-thumb {
    background-color: #C9AE61;
}

.inFBx {
    display: flex;
}

.inFTit01{
    font-weight: bold;
    padding: 0 0 0 10px;
    border-left: #C61B1B 6px solid;
}

.inFTit01 {
    margin: 20px 0 10px 0;
}

.inFTit01 p{
    font-size: 14px;
}

.inFNum01{
    width: 100%;
    max-width: 25px;
}

.inFNum02{
    width: 100%;
    max-width: 30px;
}

.inFNum03{
    width: 100%;
    max-width: 35px;
}

.inFNum04{
    width: 100%;
    max-width: 40px;
}

.priTelTit{
    width: 100%;
    max-width: 70px;
}

.formBtn {
    max-width: 284px;
    width: 100%;
    height: 55px;
    padding: 0 40px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C2AD75;
    background: none;
    border: 1px solid #C2AD75;
    transition: all .3s;
    border-radius: 33px;
    cursor: pointer;
    margin: 30px auto 0;
    background: #fff;
}

.formBtn:hover {
    color: #fff;
    transition: all .3s;
    background: #C2AD75;
}

/*--company etc--*/

.compBaseTb {
    border: 1px solid #ccc;
}

.compBaseTr {
    border: 1px solid #ccc;
}

.compBaseTh {
    padding: 15px;
    background-color: #333;
    color: #fff;
}

.compBaseTd {
    padding: 15px;
    background: #fff;
}



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

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

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

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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*-- タイトル・テキスト --*/
  
.jpTit01 {
	font-size: 16px;
}
  
.enTit01 {
	font-size: 50px;
}

.enTit02 {
	font-size: 30px;
}

.imgGrid {
    grid-template-columns: repeat(2, 1fr);
}

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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*-- タイトル・テキスト --*/
  
.jpTit02 {
	font-size: 24px;
}
  

.txt01 {
	font-size: 16px;
}

.txt02 {
	font-size: 14px;
}
  
.enTit01 {
	font-size: 60px;
}

.enTit02 {
	font-size: 40px;
}

/*--incover---*/

.incoverBox {
    height: 300px;
}

.incoverTit {
    font-size: 40px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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

/*.brPc br {
	display: block;
}

.brSp br {
	display: none;
}*/

.btn02 {
    font-size: 16px;
}
  
/*--incover---*/

.incoverBox {
    height: 350px;
    padding-top: 60px;
}
  
/*-- ブロック ----------------------------------------------------------*/

.pankuzuWr + .inWrap {
    padding: 80px 0 100px;
}

.inWrap {
    padding: 100px 0;
}

.formTh {
    text-align: center;
}
  
.formWrap .formTh {
    text-align: left;
}

.formTh,
.formTd{
    padding: 15px;
}

.formTh{
    text-align: center;
}

.privacyLabel {
    font-size: 16px;
}

.inFTit01{
    border-left: #C61B1B 9px solid;
}

.privacyBox .inFTit01 p{
    font-size: 16px;
}

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

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

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

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

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

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


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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*-- タイトル・テキスト --*/
  
.jpTit02 {
	font-size: 32px;
}
  
.enTit01 {
	font-size: 80px;
}

.enTit02 {
	font-size: 60px;
}

.txt01 {
	font-size: 18px;
}

.txt02 {
	font-size: 16px;
}
  
/*-- incover ----------------------------------------------------------*/
  
.incoverBox {
    height: 400px;
    padding-top: 90px;
}

.incoverTit {
    font-size: 60px;
}
  
/*-- ブロック ----------------------------------------------------------*/

.pankuzuWr + .inWrap {
    padding: 80px 0 150px;
}

.inWrap {
    padding: 150px 0 150px 0;
}

.imgGrid {
    grid-template-columns: repeat(3, 1fr);
}
  
.privacyBox .inFTit01 p{
    font-size: 18px;
}

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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*-- タイトル・テキスト --*/

.jpTit02 {
    font-size: 35px;
}
  
.enTit01 {
	font-size: 100px;
}

.enTit02 {
	font-size: 80px;
}

.msg01 {
    font-size: 40px;
}
  
/*-- ボタン--*/
  
.btn02 {
    font-size: 18px;
}
  
/*-- incover ----------------------------------------------------------*/
  
.incover {
	height: 400px;
}
  
.incover::before {	
  	height: 400px;
}
	
.incoverTit {
	font-size: 60px;
}


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

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

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