@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/earlyaccess/hannari.css);
@import url(https://fonts.googleapis.com/earlyaccess/kokoro.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabigothic.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=EB+Garamond:400i|Playfair+Display:400i');

.m-font {
font-family: 'Sawarabi Mincho';
}
.m-font2 {
font-family: 'Hannari';
}
.m-font3 {
font-family: 'Kokoro';
}

.g-font {
font-family: 'Mplus 1p';
}
.g-font2 {
font-family: 'Sawarabi Gothic';
}
.g-font3 {
    font-family: 'Noto Sans Japanese';
}
.ma-font {
font-family: 'Rounded Mplus 1c';
}

.e-font {
	font-family: 'Playfair Display', serif;
　　　　font-family: 'EB Garamond', serif;
}

.thick1 {
	font-weight: 500;
}

/*---------------------
  サブヘッダータイトル
---------------------*/
.head-t1 {
	font-size: 1.15rem; /* 20px */
	line-height: 0.8;
	font-weight: 500;
	color: #573934;
	letter-spacing: 0.07em;
}
.head-t2 {
	font-size: 0.8rem; /* 20px */
	color: #573934;
	line-height: 0.6;
	letter-spacing: 0.05em;
}

/* タイトル */
.t-1 {
	font-weight: 200;
	color: #000000;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	font-size: 1.625rem;
	line-height: 1.6;
	clear: both;
	text-align: left;
	transform: translate(-90px, 40px); /* ← 左に40px、下に10px */
}

.t-2 {
	margin-bottom: 1em; /* 16px */
	letter-spacing: 0em;
	font-size: 1.15rem; /* 20px */
	line-height: 1.5;
	color: #402000;
	font-weight: 400;
	margin-top: 1em;
}

/* パターンB：グラデ下線 */
.t-3 {
	font-size: 1.25rem; /* 20px */
	font-weight: 500;
	color: #222;
	text-align: center;
	position: relative;
	display: block;
	padding-bottom: 12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 1.25rem; /* 20px */
	margin-left: auto;
}
.t-3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 80px;
	height: 4px;
	transform: translateX(-50%);
	background: linear-gradient(to right, #FFBE7D);
	border-radius: 2px;
}

.t-4 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-bottom: 3.75rem; /* 60px */
	font-size: 1.2rem;
	color: #333;
	position: relative;
}
.t-4::before,
.t-4::after {
	content: "";
	flex: 1;
	height: 2px;
	background-color: #099;
}
.t-4 .en {
	font-weight: bold;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}
.t-4 .jp {
	font-size: 1rem;
	color: #666;
}
.t-5 {
	font-size: 1.25rem; /* 20px */
	font-weight: 500;
	color: #222;
	text-align: center;
	position: relative;
	display: block;
	padding-bottom: 12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	clear: both;
}
.t-5::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 80px;
	height: 4px;
	transform: translateX(-50%);
	background: linear-gradient(to right, #FFBE7D);
	border-radius: 2px;
}
.t-6 {
	font-size: 1.1rem; /* 20px */
	line-height: 1.7;
	font-weight: 400;
	color: #FF6666;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 24px;
}
.t-7 {
	font-size: 1.0rem; /* 20px */
	line-height: 1.5;
	font-weight: 400;
	color: #F99;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
	width: 88%;
	border: 5px solid #F99;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 4%;
	padding-bottom: 10px;
	padding-left: 4%;
}
.t-8 {
	font-size: 1.1rem; /* 20px */
	line-height: 1.7;
	font-weight: 400;
	color: #402000;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 24px;
}
.t-9 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-bottom: 30px;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	color: #333;
	position: relative;
	padding-top: 30px;
	
    }
    .t-9::before,
    .t-9::after {
	content: "";
	flex: 1;
	height: 4px;
	background-color: #FFBE7D;
	margin-right: 20px;
	margin-left: 20px;
    }
.t-10 {
	background-color : #39ACA6;
	text-align : center;
	font-size: 0.95rem; /* 15px */
	font-weight : 500;
	color: #FFF;
	margin-bottom: 15px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
	margin-right: 6px;
	margin-left: 6px;
	}
.t-11 {
	background-color : #E54F81;
	text-align : center;
	font-size: 0.95rem; /* 15px */
	font-weight : 500;
	color: #FFF;
	margin-bottom: 15px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
	}
.t-12 {
	color : #FF3333;
	font-size : 1.2rem;
	line-height : 1.5;
	margin : 0 0 15px;
	padding : 0 0 0 8px;
	border-left : 3px solid #FF3333;
	}
.t-13 {
	text-align : center;
	letter-spacing: 0.05em;
	font-size: 0.9rem;
	line-height: 1.5;
	margin : 0 0 5px;
	padding : 5px;
	border : 1px solid #573934;
	font-weight: 500;
	}

/* 文字 */
.p-1 {
	margin-bottom: 14px;
	letter-spacing: 0.07em;
	font-size: 0.95rem; /* 15px */
	line-height: 1.5;
	color: #333;
	font-weight: 300;
	margin-right: 4px;
	margin-left: 4px;
}
.p-2 {
	letter-spacing: 0.05em;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #333;
	margin-top: 10px;
}
.p-3 {
	margin-bottom: 14px;
	letter-spacing: 0.07em;
	font-size: 0.95rem; /* 15px */
	line-height: 1.5;
	color: #333;
	font-weight: 250;
	padding-right: 20px;
	padding-left: 20px;
}

.p-4 {
	margin-bottom: 14px;
	letter-spacing: 0.07em;
	font-size: 0.95rem; /* 15px */
	line-height: 1.5;
	color: #333;
	font-weight: 250;
}
.p-5 {
	letter-spacing: 0.07em;
	font-size: 0.95rem; /* 15px */
	line-height: 1.5;
	color: #333;
	font-weight: 300;
}
.p-6 {
	letter-spacing: 0.07em;
	font-size: 1rem; /* 15px */
	line-height: 1.5;
	color: #333;
	font-weight: 400;
	text-align: center;
	margin-bottom: 15px;
}
.p-7 {
	margin-bottom: 16px;
	letter-spacing: 0.07em;
	font-size: 0.8rem; /* 15px */
	line-height: 1.5;
	color: #333;
	font-weight: 500;
	padding-right: 20px;
	padding-left: 20px;
}

.tel-p1 {
	font-size: 0.9rem;
	line-height: 1.5;
	color: #FFF;
	margin-bottom: 10px;
	margin-left: 29px;
}
.tel-p2 {
	font-size: 2rem;
	line-height: 1.5;
	color: #333;
	font-weight: 500;
	background-attachment: scroll;
	background-image: url(../img/tel1.webp);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 40px;
	letter-spacing: 0.1em;
	margin-left: 30px;
}
.tel-p2 a:link {
	font-size: 2rem;
	line-height: 1.5;
	text-decoration: none;
}
.tel-p2 a:visited {
	text-decoration: none;
}
.tel-p2 a:hover {
	text-decoration: none;
}

.yokosen {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 1em;
}
.yokosen:before {
	border-top: 6px solid #39ACA6;
	content: "";
	width: 0.5em;
}
.yokosen:before {
	margin-right: 0.5em;
}
.yokosen:after {
	margin-left: 0em;
}

.yokosen2 {
	display: flex;
	align-items: center;
	justify-content: center;
}
.yokosen2:before,
.yokosen2:after {
	border-top: 5px solid;
	content: "";
	width: 0.7em;
}
.yokosen2:before {
	margin-right: 0.5em;
}
.yokosen2:after {
	margin-left: 0.5em;
}

.tategaki {
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
}

.highlight-box {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
	color: #ffffff;
	padding: 40px 30px;
	border-radius: 0px;
	margin: 0 auto 20px auto;
}

.underline {
  border-bottom: 2px solid #2a9d8f; /* 色と太さを調整 */
  padding-bottom: 2px;
}
.wavy-underline {
  text-decoration: underline wavy #FF6666; /* 色は自由に変更可能 */
  text-underline-offset: 3px; /* テキストからの距離調整 */
}
.wavy-underline2 {
  text-decoration: underline wavy #2F8C88; /* 色は自由に変更可能 */
  text-underline-offset: 3px; /* テキストからの距離調整 */
}

.st-1 {
	color: #2F8C88;
	font-weight: 500;
}
.st-2 {
	color: #E54F81;
	font-weight: 500;
}
.st-3 {
	color: #FF6666;
	font-weight: 500;
}


.arrow-down {
	font-size: 2.5rem;
	text-align: center;
	color: #444;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
