@charset "utf-8";

/*-----------------------------------------------------------
カスタムプロパティ
-----------------------------------------------------------*/

:root {
	
/* background color */
--bg-base: #F7F7F5;
--bg-primary: #333;
--bg-secondary: #E0DFD7;
--bg-tertiary: #818340;
--bg-white: #fff;
--bg-dark: #333;
--bg-grey-primary: #BABAB9;
--bg-grey-secondary: #7D7C79;
/* --bg-grey-tertiary: #FAF9F8; */

/* color */
--base: #333;
--primary: #818340;
--secondary: #F7F7F5;
--tertiary: #E0DFD7;
--white: #fff;
--dark: #333;
--grey-primary: #BABAB9;
--grey-secondary: #7D7C79;
/* --grey-tertiary: #FAF9F8; */

/* font family */
--font-family01: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
--font-family02: "Libre Baskerville", serif;
}

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

html {
	overflow-x: hidden;
}

body {
	max-width: 1920px;
	width: 100%;
	margin: auto !important;
	font-family: var(--font-family01);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.03em;
	color: var(--base);
    background-color: var(--bg-base);
	position: relative;
	overflow-x: hidden;
}

body:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    background: url(/system_panel/uploads/images/body-mask.png) repeat-y, center top;
    background-size: contain;
    opacity: .4;
    transition: all .3s;
}

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

p > a, label > a {
	color: inherit;
	text-decoration: underline;
}

p > a:hover, label > a:hover {
	color: inherit;
}

a, button {
	transition: .3s;
}

.br-none br {
	display: none;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-auto {
	overflow: auto;
}

.w-fit-content {
    width: fit-content;
}

.js-tel-link {
	color: inherit;
}

.grid04, .grid03, .grid02 {
	display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.grid03, .grid02 {
	gap: 60px;
}

.box-shadow {
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.15);
}

.anchor-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 100px;
    width: 100%;
    margin: 0 auto 0 auto;
    z-index: -1;
}

.is-hidden {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s !important;
}

.row-contents {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.frame01 {
	position: relative;
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
}

.frame02 {
	position: relative;
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
}

.frame03 {
	position: relative;
    max-width: 1550px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
}

/*-----------------------------------------------------------
改行
-----------------------------------------------------------*/

.br-576-none br {
	display: none;
}

.br-1024-block br, .br-768-block br {
	display: none;
}

/*-----------------------------------------------------------
タイトル
-----------------------------------------------------------*/

.jp-title01 {
	font-size: 20px;
	font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.2em;
}

.jp-title02 {
	font-size: 20px;
	font-weight: 600;
    letter-spacing: 0.03em;
  	line-height: 1.6em;
}

.jp-title02 strong {
  	font-family: var(--font-family03);
	font-weight: bold;
}

.jp-title02 br {
	display: block;
}

.jp-title03 {
	font-size: 18px;
	font-weight: 600;
    letter-spacing: 0.03em;
  	line-height: 1.8em;
}

.jp-title04 {
	font-size: 22px;
	font-weight: bold;
  	line-height: 1.8em;
}

.title-decoration01 {
	position: relative;
  	padding: 0 0 15px 0;
}

.title-decoration01:after {
    content: "";
    display: block;
    width: 180px;
    height: 2px;
    position: absolute;
  	right: 0;
  	bottom: 0;
  	left: 0;
    margin: auto;
  	background: var(--bg-base);
}

/*-----------------------------------------------------------
テキスト
-----------------------------------------------------------*/

.text01 {
  	font-size: 14px;
	font-weight: 500;
    line-height: 2.2em;
}

.text01 span {
	font-weight: 700;	
}

.text02 {
  	font-size: 13px;
	font-weight: 500;
	line-height: 1.6em;
}

.text-emphasis-dot > span {
  padding-top: 5px;
  background-position: top left 0;
  background-repeat: repeat-x;
  background-size: 1.02em 0.3em;
}

.text-emphasis-dot-secondary > span {
  background-image: radial-gradient(3px 3px at center center, var(--secondary), var(--secondary) 100%, transparent);
}

.vertical-text {
	writing-mode: vertical-rl;
}

.text-strong01 > strong {
    font-size: 1.2em;
}

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

.btn01 {
    max-width: 220px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45em;
    padding: 0 10px 13px 0;
    position: relative;
    font-family: var(--font-family02);
    transition: all .3s;
}

.btn01:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2;
  	transition: all .3s;
}

.btn01:after {
    content: "";
    position: absolute;
    width: 9.09%;
    height: 1px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 5;
  	transition: all .3s;
}

.btn01-black {
    color: var(--base);
}

.btn01-black .btn01-arrow {
    max-width: 6px;
    width: 20%;
    height: 11px;
    background: url(/system_panel/uploads/images/black-arrow.svg) no-repeat center / contain;
  	transition: all .3s;
}

.btn01.btn01-black:before {
    background-color: var(--bg-grey-primary);
}

.btn01-black:hover {
    color: var(--base);
}

.btn01.btn01-black:after{
    background-color: var(--bg-dark);
}

.btn01:hover::after {
    width: 100%;
}

.btn01-white{
    color: var(--white);
}

.btn01-white .btn01-arrow {
    max-width: 6px;
    width: 20%;
    height: 11px;
    background: url(/system_panel/uploads/images/white-arrow.svg) no-repeat center / contain;
  	transition: all .3s;
}

.btn01.btn01-white:before {
    background-color: #999;
}

.btn01-white:hover {
    color: var(--white);
}

.btn01.btn01-white:after{
    background-color: var(--white);
}

.btn02 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45em;
    padding: 31px 15px 31px;
    position: relative;
    color: var(--base);
    border: 1px solid var(--bg-grey-primary);
  	transition: all .3s;
}

.btn02:hover {
    color: var(--base);
    background-color: var(--bg-secondary);
}

.btn02:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 17px;
    top: 0;
    right: 5%;
    bottom: 0;
    left: auto;
    margin: auto;
    z-index: 5;
    background: url(/system_panel/uploads/images/black-arrow02.svg) no-repeat center / contain;
  	transition: all .3s;
}

/*-----------------------------------------------------------
フォント
-----------------------------------------------------------*/

.font-family01 {
	font-family: var(--font-family01);
}

.font-family02 {
	font-family: var(--font-family02);
    font-weight: 400;
}

.tel-font {
	font-family: var(--font-family02);
}

/*-----------------------------------------------------------
背景色
-----------------------------------------------------------*/

.bg-color-primary {
	background-color: var(--bg-primary);
}

.bg-color-secondary {
	background-color: var(--bg-secondary);
}

.bg-color-tertiary {
	background-color: var(--bg-tertiary);
}

.bg-color-quaternary {
	background-color: var(--bg-quaternary);
}

.bg-color-fifth {
	background-color: var(--bg-fifth);
}

.bg-color-dark {
	background-color: var(--bg-dark);
}

.bg-color-white {
	background-color: var(--bg-white);
}

.bg-color-grey-primary {
	background-color: var(--bg-grey-primary);
}

.bg-color-grey-secondary {
	background-color: var(--bg-grey-secondary);
}

.bg-color-grey-tertiary {
	background-color: var(--bg-grey-tertiary);
}

/*-----------------------------------------------------------
文字色
-----------------------------------------------------------*/

.color-primary {
	color: var(--primary);
}

.color-secondary {
	color: var(--secondary);
}

.color-tertiary {
	color: var(--tertiary);
}

.color-dark {
	color: var(--dark);
}

.color-white {
	color: var(--white);
}

.color-grey-primary {
	color: var(--grey-primary);
}

.color-grey-secondary {
	color: var(--grey-secondary);
}

.color-grey-tertiary {
	color: var(--grey-tertiary);
}

/*-----------------------------------------------------------
画像
-----------------------------------------------------------*/

.img-control {
	height: 0;
	position: relative;
	padding: 0 0 100%;
}

.img-control > img {
	position: absolute;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.fit-img {
    position: relative;
}

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

.img-box {
	position: relative;
}

/*-----------------------------------------------------------
画像用マスク
-----------------------------------------------------------*/

.mask-dark-primary,
.mask-dark-secondary,
.mask-dark-tertiary,
.mask-dark-quaternary,
.mask-dark-quinary {
	position: relative;
}

.mask-dark-primary:after,
.mask-dark-secondary:after,
.mask-dark-tertiary:after,
.mask-dark-quaternary:after,
.mask-dark-quinary:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
  	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  	margin: auto;
    z-index: 1;
  	transition: all .3s;
}

.mask-dark-primary:after {
    background-color: rgba(38, 38, 38, 0.5);
}

.mask-dark-secondary:after {
    background-color: rgba(38, 38, 38, 0.6);
}

.mask-dark-tertiary:after {
    background-color: rgba(0, 0, 0, 0.40);
}

.mask-dark-quaternary:after {
    background-color: rgba(0, 0, 0, 0.35);	
}

.mask-dark-quinary:after {
    background-color: rgba(124, 37, 17, 0.73);	
}

/*-----------------------------------------------------------
電話番号
-----------------------------------------------------------*/

.tel-box01 {
    max-width: 542px;
    width: 100%;
    padding: 8px 10px 15px 10px;
    border: 2px solid #D0A622;
    background-color: #F5F5F0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tel-box01-icon {
    max-width: 35px;
    height: 35px;
    width: 100%;
    background: url(/system_panel/uploads/images/tel_icon_brown.svg) no-repeat center / contain;
    margin: 0 15px 0 0;
}

.tel-box01-number {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.44em;
}

.tel-box01-text {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin: -4px 0 0 0;
}

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:422px) {


}/* min-width: 422px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:576px) {

	/*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

	/*-- 改行 --*/

	.br-576-none br {
		display: none;
	}

	.br-576-block br {
		display: block;
	}

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

	.grid02 {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
	}
  
    .btn02 {
        font-size: 18px;
	}

	
	/*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/
	
	.jp-title01 {
		font-size: 20px;
	}
	
	.jp-title02 {
		font-size: 24px;
	}
	
	.jp-title02 br {
		display: none;
	}
	
	.jp-title04 {
		font-size: 24px;
	}  
	
	.row-title-box .jp-title02 br {
		display: block;
	}

	.text01 {
		font-size: 16px;
	}

}/* min-width: 576px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

	body {
		font-size: 16px;
	}

    .row-contents {
        flex-direction: row;
        align-items: flex-start;
    }  
  
	/*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/
	
	.grid03 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 40px;
	}

	.grid02 {
		gap: 60px;
	}

	/*-- 改行 --*/

	.br-768-none br {
		display: none;
	}

	.br-768-block br {
		display: block;
	}

	.jp-title01 {
		font-size: 26px;
	}

    .jp-title02 {
            font-size: 45px;
    }

	.jp-title04 {
		font-size: 24px;
	}

    .text02 {
        font-size: 15px;
    }
	
	/*-----------------------------------------------------------
	ボタン
	-----------------------------------------------------------*/

	.btn02 {
		font-size: 20px;
	}
  
    .btn02:after {
        right: 20%;
	}

	/*-----------------------------------------------------------
	電話番号
	-----------------------------------------------------------*/
	
	.tel-box01-number {
		font-size: 28px;
	}
	
	.tel-box01-text {
		font-size: 18px;
	}
	
	/*-----------------------------------------------------------
	その他
	-----------------------------------------------------------*/

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

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

    .jp-title01 {
        font-size: 28px;
    }

    .jp-title02 {
            font-size: 32px;
    }

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


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

	/*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

	body {
		font-size: 18px;
	}

	/*-- 改行 --*/

	.br-1024-none br {
		display: none;
	}

	.br-1024-block br {
		display: block;
	}

	/*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/

	.jp-title02 br {
		display: block;
	}

	.intro-title-box .jp-title02 br {
		display: none;
	}

	.jp-title03 {
		font-size: 30px;
	}
	
	.jp-title04 {
		font-size: 28px;
	}

	.text01 {
		font-size: 18px;
	}

    .text02 {
        font-size: 16px;
    }
		
	/*-----------------------------------------------------------
	ボタン
	-----------------------------------------------------------*/
  
    .btn01 {
        font-size: 16px;
  	}

	.btn02 {
        font-size: 25px;
    }
	
	/*-----------------------------------------------------------
	電話番号
	-----------------------------------------------------------*/
	
	.tel-box01-icon {
		max-width: 50px;
		height: 50px;
	}
	
	.tel-box01-number {
		font-size: 36px;
	}

	.tel-box01-text {
		font-size: 21px;
	}


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

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

	/*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

	/*-- 改行 --*/

	.br-1200-none br {
		display: none;
	}

	.br-1200-block br {
		display: block;
	}

	.grid04 {
		grid-template-columns: repeat(4, 1fr);
	}

	.jp-title03 {
		font-size: 35px;
	}
	
	.jp-title04 {
		font-size: 30px;
	}

	.text01 {
		font-size: 20px;
	}

    .text02 {
        font-size: 18px;
    }
  
	/*-----------------------------------------------------------
	フッター
	-----------------------------------------------------------*/
  	.footer-info-box {
		font-size: 15px;
  	}
	
}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

	/*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

	/*-- 改行 --*/

	.br-1400-none br {
		display: none;
	}

	.br-1400-block br {
		display: block;
	}

	/*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/

	.jp-title01 {
		font-size: 40px;
	}

	.jp-title02 {
		font-size: 60px;
	}
  
	/*-----------------------------------------------------------
	ボタン
	-----------------------------------------------------------*/
  
    .btn02:after {
        right: 33%;
	}
  
	/*-----------------------------------------------------------
	フッター
	-----------------------------------------------------------*/
  	.footer-info-box {
		font-size: 16px;
  	}

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

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

	/*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

	/*-- 改行 --*/

	.br-1500-none br {
		display: none;
	}

	.br-1500-block br {
		display: block;
	}

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

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

	/*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

	/*-- 改行 --*/

	.br-1600-none br {
		display: none;
	}

	.br-1600-block br {
		display: block;
	}
	
	/*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/

	.jp-title02 {
		font-size: 60px;
	}

	.jp-title02 br {
		display: none;
	}
	
	.row-title-box .jp-title02 br {
		display: block;
	}

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1700px) {


}/* min-width: 1700px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1800px) {



}/* min-width: 1800px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
	