<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* =============================================================
    common 共通
============================================*/
:root {
	--myColor01 : #252525;
	--myPX_96 : clamp(32px, 12vw, 96px);
	--myPX_80 : clamp(27px, 10vw, 80px);
	--myPX_64 : clamp(21px, 8vw, 64px);
	--myPX_48 : clamp(16px, 5vw, 48px);
	--myPX_32 : clamp(11px, 4vw, 32px);
	--myPX_24 : clamp(8px, 3vw, 24px);
	--myPX_16 : clamp(5px, 2vw, 16px);
	--myPX_8 : clamp(3px, 1vw, 8px);
}

body {
	width: 100%;
}
body,figure,h1,h2,h3,h4,h5,h6,li,ol,p,ul,dl,dt,dd {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,p {
	font-weight: normal;
}
li,ol,ul {
	list-style-type: none;
}

#page {
	font-size: clamp(16px, 2.2vw, 18px);
	margin: 0 auto;
    max-width: 1920px;
	color: var(--myColor01);
	font-family: "Noto Sans CJK JP", Lato, "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
	/* background-color: #e3e3e3; */
	font-feature-settings: "palt" 1;
	-webkit-text-size-adjust: 100%;
	position: relative;	/* 背景fixed　safari対応 ←　これ使う場合は必要*/
}

#page * {
	box-sizing: border-box;
}
#page img {
	width: 100%;
	border: 0;
	vertical-align: top;
}
#page a {
	transition: all 0.3s;
	text-decoration: none;
}
#page a:hover {
	opacity: 0.7;
}
#page a[tabindex*="-1"] {
	pointer-events: none;
}
#page a[tabindex*="-1"]:hover {
	opacity: 1;
}
#page em {
	font-style: normal;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	a[href*="tel:"] {
	  pointer-events: none;
	  cursor: default;
	  text-decoration: none;
	}
}
@media screen and (max-width: 767px) {
	#page {
		font-size: clamp(14px, 3.2vw, 16px);
	}	
}

.serif {
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
}
.arial {
	font-family: Arial;
}

.flex {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inner_wrap {
	padding: 0 var(--myPX_48);
	margin: 0 auto;
	max-width: 1400px;
}
.pd_tb {
	padding-top: var(--myPX_80);
	padding-bottom: var(--myPX_80);
}
.pd_t {
	padding-top: var(--myPX_80);
}
.pd_b {
	padding-bottom: var(--myPX_80);
}
.font_awe::before,
.font_awe::after {
	font-family: "Font Awesome 6 Free","Font Awesome 6 Brands";
    font-weight: 900;
}

.block_title {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}
.block_read p {
	margin: 16px auto;
}
.block_read p:not(.demo_btn) {
	padding-left: 1em;
	text-indent: -1em;
}
.ib {
	font-size: inherit !important;
	display: inline-block;
}
.btn_wrap {
	text-align: center;
}
.btn {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0.8em var(--myPX_24);
	margin: 0 auto;
	line-height: 1.2;
	border-radius: 10px;
	transition: all 0.3s;
	display: inline-block;
}
.btn:hover {
	box-shadow: unset !important;
}
#btn_pagetop2 {
    position: fixed;
    bottom: clamp(8px, 3.4vw, 20px);
    right: clamp(8px, 3.4vw, 20px);
    z-index: 500;
}
#back_home {
    position: fixed;
    top: clamp(8px, 3.4vw, 20px);
    left: clamp(8px, 3.4vw, 20px);
    z-index: 500;
}
#btn_pagetop2 i,
#back_home i {
  font-size: clamp(24px, 3.4vw, 38px);
}
#btn_pagetop {
    position: fixed;
    font-size: 77%;
    z-index: 500;
}
#btn_pagetop a img {
  width: 120px;
}
#page_top:hover {
	cursor: pointer;
}
.pc {
	display: block;
}
@media screen and (min-width: 768px) {
    #btn_pagetop {
        bottom: 20px;
        right: 20px;
    }
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
	.mob {
		display: none;
	}	
}
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
    #btn_pagetop {
        bottom: 5px;
        right: 5px;
    }
    #btn_pagetop a img {
        width: 80px;
        height: auto;
    }
}

/* ================================================================================================================
    page_entry エントリー
============================================*/
.entry_title_wrap {
	background-color: #e62b26;
	padding: var(--myPX_48) 0;
}
.entry_title {
	margin: 0 auto;
	max-width: 1100px;
}

.l-entry {
    max-width: 1200px;
    margin: var(--myPX_64) auto;
}
.l-entry i {
	padding-left: var(--myPX_8);
}

.entry_note p:not(:last-of-type) {
    margin-bottom: var(--myPX_8);
}
.entry_detail {
	margin: var(--myPX_24) auto 0;
}
.entry_detail dl {
	line-height: 1.6;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;	
    background: #f3f3f3;
    overflow: hidden;
}
.entry_detail dl dt {
    font-weight: bold;
}
.entry_detail dl dd {
	background-color: #fff;
}
.entry_detail dl dt,
.entry_detail dl dd {
	width: 100%;
	padding: var(--myPX_24);
	border-top: 1px solid #ccc;
}

.entry_btn_title {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin: var(--myPX_32) auto 0;
}
.entry_btn_title span {
	font-size: 0.9em;
	display: inline-block;
	font-weight: normal;
}
.entry_btn {
	font-size: 1.3em;
	font-weight: bold;
	width: 90%;
	max-width: 700px;
	color: #fff;
	line-height: 1.2;
    padding: var(--myPX_24) var(--myPX_16);
	margin: var(--myPX_16) auto 0;
    background-color: #da0b1d;
    border-radius: var(--myPX_16);
    display: block;
    text-align: center;
    transition: all .3s;
}
.entry_btn_close {
    background-color: #818181;
}
.entry_limit {
	text-align: center;
	margin: var(--myPX_48) auto 0;
}
.entry_limit &gt; div {
	padding: var(--myPX_16) var(--myPX_32);
	display: inline-block;
    border: dotted 1px;
}
.entry_limit p {
	line-height: 1.2;
}
.entry_limit p:not(:last-of-type) {
	padding-bottom: var(--myPX_8);
}
.entry_limit em {
	font-size: 1.3em;
	color: #da0b1d;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.entry_detail dl {
		flex-direction: column;	
	}
}

</pre></body></html>