@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Original+Surfer&display=swap');
h2.title, h2 .title {
font-family: 'Original Surfer', cursive;
	font-weight: normal;
	font-size: 40px;
	line-height: 1em;
	letter-spacing: normal;
	color: #654;
	display: block;
}
/*画像保存禁止*★/
img {
	pointer-events: none; 
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	touch-callout: none;
	user-select: none;
}
/*画像保存禁止*/
body {
	font-feature-settings: "palt";
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 2em;
	color: #654;
	text-align: justify;
	text-justify: inter-ideograph;
	min-width: 1200px;
	letter-spacing: 0.1em;
}
a {
	color: inherit;
	/* [disabled]text-decoration: none; */
}
a:hover, a:active {
	/* [disabled]text-decoration: underline; */
}
ul, ol, dl {
	margin-top: 20px;
	line-height: 1.5em;
}
li {
	margin-left: 1.5em;
	margin-top: 0.5em;
}
li:first-child {
	margin-top: 0;
}
ul ul {
	margin-top: 0.5em;
}
input, select, textarea {
	padding: 10px;
}
input[type="submit"] {
	padding: 10px;
}
table.waku {
	margin-top: 20px;
	line-height: 1.5em;
}
table.waku th, table.waku td {
	padding: 1em;
	border: 1px solid #CCC;
	color: #654;
	background-color: #FFF;
}
table.waku th {
	font-weight: normal;
	background-color: #F6F6F6;
}
table.waku2 {
	margin-top: 20px;
	line-height: 1.5em;
}
table.waku2 tr {
	background-color: #FFF;
}
table.waku2 th {
	font-weight: normal;
	color: #654;
	background-color: #F6F6F6;
}
table.waku2 th, table.waku2 td {
	padding: 1em;
	border: 1px solid #CCC;
}
table.waku3 {
	line-height: 1.5em;
	/* [disabled]margin-top: 10px; */
	border-top: solid 1px #CCC;
}
table.waku3 th, table.waku3 td {
	padding: 5px 0;
	border-bottom: solid 1px #CCC;
}
table.waku3 tr {
	background-color: #FFF;
}
table.waku3 th {
	font-weight: normal;
	background-color: #FFF;
}
p {
	margin-top: 20px;
}
h2 {
	font-size: 150%;
	line-height: 1.5em;
	font-weight: normal;
	font-weight: bold;
	color: #000;
}
h3 {
	margin-top: 40px;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.5em;
	color: #000;
}
h3.title {
	text-align: center;
	letter-spacing: normal;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}
h3.title::before {
	content: "";
	display: block;
	height: 20px;
	width: 2px;
	position: absolute;
	background-color: #ec6d65;
	top: 0px;
	left: 50%;
	margin-left: -1px;
}
h3.title::after {
	content: "";
	display: block;
	height: 20px;
	width: 2px;
	position: absolute;
	background-color: #ec6d65;
	bottom: 0px;
	left: 50%;
	margin-left: -1px;
}
h4 {
	font-weight: bold;
	margin-top: 30px;
	font-size: 100%;
	line-height: 1.5em;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	border: solid 1px;
	display: inline-block;
	background-color: #FFF;
	color: #000;
}
section.sectionBox {
	padding-top: 10%;
	padding-bottom: 10%;
}
section.sectionBox:nth-of-type(2n+1) {
	background-color: #f5f2e9;
}
.inner {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.innerWide {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.innerNarrow {
	max-width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
#header {
	background-color: #800;
}
#logo img {
	margin: auto;
	padding: 40px 10px 30px;
}
#bnrContact a {
	white-space: nowrap;
	display: block;
	background-color: #ec6d65;
	padding: 15px;
}
#globalNav {
	background-color: #800;
	z-index: 100;
}
#globalNav a {
	text-decoration: none;
	color: #FFF;
}
#globalNav > ul {
	padding: 0px;
	line-height: 20px;
	margin: 0px;
	display: flex;
	justify-content: center;
}
#globalNav > ul > li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 200px;
	text-align: center;
	position: relative;
}
#globalNav > ul > li > a {
	display: block;
	padding: 15px;
}
#globalNav > ul > li ul {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 50px;
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #FFF;
	display: none;
	z-index: 1;
}
#globalNav > ul > li ul li {
	padding: 0;
	margin: 0;
}
#globalNav > ul > li ul li a {
	display: block;
	color: #FFF;
	padding: 15px;
	border-top: solid 1px #800;
	background-color: #600;
}
#globalNav > ul > li ul li:first-child a {
	border-top: none;
}
#pageTitle {
	display: flex;
	justify-content: center;
	padding: 10% 10px;
	background-color: #f5f2e9;
}
#pageTitle h1 {
	font-size: 150%;
	text-align: center;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 0 10px 5px;
	margin: 0px;
	border-bottom: solid 5px #ec6d65;
	color: #000;
}
#pageTitle h1 a {
	text-decoration: none;
}
.tabNav {
	padding-top: 20px;
	padding-bottom: 20px;
}
.tabNav ul {
	margin: 0px;
	padding: 0px;
	display: flex;
}
.tabNav ul li {
	padding: 0px 10px;
	margin: 0px;
	list-style: none;
	flex: 1;
	box-sizing: border-box;
	text-align: center;
}
.tabNav ul li a {
	color: #654;
	text-decoration: none;
	display: block;
	padding: 5px 0;
	border-bottom: solid 5px rgba(0, 0, 0, 0.05);
}
.tabNav ul li a::before {
	content: "≫ ";
	color: rgba(0, 0, 0, 0.2);
}
.tabNav ul li a.active {
	border-bottom: solid 5px #800;
	color: #800;
	font-weight: bold;
}
.tabNav ul li a.active::before {
	color: #800;
}
#breadcrumb {
	font-size: 80%;
	line-height: 1.5em;
	margin-top: 0.5em;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
}
#breadcrumb ul {
	margin: 0px;
	padding: 0px;
}
#breadcrumb ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#breadcrumb ul li:before {
	content: "＞";
}
#breadcrumb ul li:first-child:before {
	content: "";
}
#footerContactBox .inBox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 20px;
	padding-right: 20px;
}
#footer {
	padding-top: 10%;
	background-color: #800;
	padding-bottom: 80px;
	color: #FFF;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footerNav {
	font-size: 90%;
	line-height: 1.5em;
}
#footerNav ul {
	padding: 0px;
	margin: 0px;
}
#footerNav ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#footerNav a {
	text-decoration: none;
	color: #FFF;
}
#footerNav > ul {
	display: flex;
	justify-content: space-around;
}
#footerNav > ul > li {
	margin-bottom: 20px;
}
#footerNav > ul > li > a {
	display: block;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 10px;
}
#footerNav ul li ul {
	padding-left: 10px;
	margin-top: 5px;
}
#footerNav ul li ul li a::before {
	content: "・ ";
}
#footer address {
	font-style: normal;
	font-size: 70%;
	text-align: center;
	padding-top: 1em;
	margin-top: 0;
	padding-bottom: 100px;
}
#ciBox {
	margin-top: 10%;
	text-align: center;
	font-size: 90%;
}
#ciBox .logo img {
	margin-left: auto;
	margin-right: auto;
}
#ciBox p {
	font-size: 80%;
	line-height: 1.5em;
	margin-top: 0px;
}
#ciBox .name {
	margin-top: 20px;
	letter-spacing: 0.2em;
	font-weight: bold;
	text-indent: 0.2em;
}
#ciBox .tel {
	font-size: 200%;
	line-height: 1.2em;
	font-weight: normal;
	margin-top: 5px;
	display: inline-block;
	font-family: 'Sora', sans-serif;
}
#ciBox .tel a {
	text-decoration: none;
}
#bottomFixMenu {
	background-color: rgba(0,0,0,0.5);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 6;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	text-align: center;
}
#bottomFixMenu > div {
	margin: 0 2px;
}
#bottomFixMenu .logo {
	margin-right: 20px;
}
#bottomFixMenu .logo img {
	width: 128px;
}
#bottomFixMenu .telBox {
	margin-right: 20px;
}
#bottomFixMenu .telBox .tel {
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
}
#bottomFixMenu .telBox .tel a {
	text-decoration: none;
	color: #FFF;
}
#bottomFixMenu .telBox .time {
	font-size: 12px;
	line-height: 20px;
}
#bottomFixMenu .btn a {
	text-decoration: none;
	color: #FFF;
	background-color: #ec6d65;
	display: block;
	padding: 0px 30px;
	line-height: 50px;
	border-radius: 5px;
}
#bottomFixMenu .line a {
	background-color: #06c755!important;
}
#pageTop {
	padding: 10px;
	position: fixed;
	bottom: 30px;
	right: 10px;
	background-color: rgba(0,0,0,1);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	z-index: 10;
	border-radius: 999px;
	cursor: pointer;
}
#pageTop img {
	width: 10px;
	height: 10px;
}
#newsBox dl {
	overflow: hidden;
	border-bottom: solid 1px #CCC;
}
#newsBox dl dt, #newsBox dl dd {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: solid 1px #CCC;
	line-height: 20px;
}
#newsBox dl dt {
	float: left;
	font-size: 80%;
	width: 7em;
	letter-spacing: 0px;
}
#newsBox dl dd {
	overflow: hidden;
}
#newsBox dl dd a {
	text-decoration: none;
}
.text_small {
	font-size: 80%;
	line-height: 1.5em;
	letter-spacing: 0em;
	font-weight: normal;
}
.text_large {
	font-size: 150%;
	line-height: 1.5em;
}
.text_tel {
	font-size: 240%;
	line-height: 1.1em;
	font-family: 'Sora', sans-serif;
	letter-spacing: normal;
}
.text_tel a {
	text-decoration: none;
}
.text_price {
	color: #f00;
	letter-spacing: normal;
	font-size: 80%;
	text-align: right;
	line-height: 1.5em;
}
.text_price strong {
	font-size: 150%;
	font-weight: normal;
	line-height: 1.2em;
	padding-left: 10px;
}
.text_caption {
	line-height: 1.5em;
	letter-spacing: normal;
	margin-top: 5px;
}
.appeal_color {
	color: #ec6d65;
}
.appeal_color2 {
	color: #000;
}
.appeal_color_LINE {
	color: #06c755;
}
.box_waku01 {
	padding: 20px;
	border: 1px solid #EEE;
	margin-top: 20px;
	background-color: rgba(0,0,0,0.05);
}
.formBox {
	overflow: hidden;
	margin-top: 10px;
}
.formBox dl {
	margin: 0px;
	padding: 0px;
}
.formBox dt {
	margin-top: 20px;
	font-weight: bold;
}
.formBox dd {
	margin-top: 5px;
}
.img_waku01 {
	border: 1px solid #EEE;
}
.icon_link {
	list-style-type: none;
}
.icon_link::before {
	content: "≫";
	color: #C00;
	margin-right: 0.5em;
}
.button {
	display: inline-block;
}
.button a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background-color: #ec6d65;
	color: #FFF;
	padding: 10px 20px;
	min-width: 200px;
	line-height: 1.5em;
	border-radius: 5px;
}
.button a::before {
	content: "≫";
	margin-right: 0.5em;
}
.button2 a {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	background-color: #ec6d65;
	color: #FFF;
	padding: 10px 20px;
	margin: 1px;
	min-width: 200px;
	line-height: 1.5em;
	border-radius: 5px;
}
.youtubeBox {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtubeBox iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	box-sizing: border-box;
}
.contactBox {
	margin-top: 10%;
	display: flex;
	justify-content: center;
}
.contactBox h2 {
	color: #FFF;
	font-size: 100%;
	line-height: 2em;
}
.contactBox h2 .title {
	color: #FFF;
}
.contactBox .inBox {
	padding: 40px;
	background-color: #654;
	color: #FFF;
	text-align: center;
	margin-top: 10px;
}
.contactBox .inBox > div {
	margin: 10px 2px 0;
}
.contactBox .inBox .telBox {
	/* [disabled]margin-right: 20px; */
}
.contactBox .telBox .tel {
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
}
.contactBox .telBox .tel a {
	text-decoration: none;
	color: #FFF;
}
.contactBox .telBox .time {
	font-size: 12px;
	line-height: 20px;
}
.contactBox .btn a {
	text-decoration: none;
	color: #FFF;
	background-color: #ec6d65;
	display: block;
	padding: 0px;
	line-height: 50px;
	border-radius: 5px;
	min-width: 240px;
}
.contactBox .line a {
	background-color: #06c755!important;
}