@charset "utf-8";

@font-face {
  font-family: 'FontAwesome';
  src: url('font/fontawesome-webfont.eot?v=3.0.1');
  src: url('font/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
    url('font/fontawesome-webfont.woff?v=3.0.1') format('woff'),
    url('font/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'fileIcon';
	src:url('font/icomoon.eot?tc1b1n');
	src:url('font/icomoon.eot?#iefixtc1b1n') format('embedded-opentype'),
		url('font/icomoon.woff?tc1b1n') format('woff'),
		url('font/icomoon.ttf?tc1b1n') format('truetype'),
		url('font/icomoon.svg?tc1b1n#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

a[href^="tel:"] {
	pointer-events: none;
	color: inherit!important;
	font-size: inherit!important;
	text-decoration: none!important;
}

a[href^="tel:"]:before {
	display: none!important;
}

.backgroundMarkerText {
	color: #FFF!important;
	background-color: #777!important;
	border-radius: 4px;
	border: solid 1px #000;
}

.markerText {
	font-weight: bold;
	font-style: normal;
/*
	background: linear-gradient(rgba(255,176,216,0) 0%, #FFB0D8 90%, rgba(255,176,216,0) 90%);
	background: linear-gradient(rgba(255,176,216,0) 0%, rgba(255,176,216,0) 54%, rgba(255,176,216,0.6) 55%, rgba(255,176,216,0.6) 90%, rgba(255,176,216,0) 90%);
	background-repeat: no-repeat;
	background-position: left 80%;
*/
}

.noIcon:before {
	display: none!Important;
}

.price {
	color: #F00;
}

@media print {
	.markerText {
		text-decoration: underline;
	}
}

.entry-section a[target="_blank"]:before, .entry-section a[href^="http"]:before {
	font-family: FontAwesome;
	content: "\f08e";
	padding-right: 3px;
	display: inline-block;
	text-decoration: none;
	speak:none;
}

.entry-section a[href*=".pdf"]:before {
	color: #f00;
	font-family: fileIcon;
	content: "\e601";
	padding-right: 3px;
	display: inline-block;
	text-decoration: none;
	speak:none;
}

.entry-section a[href*=".doc"]:before, .entry-section a[href*=".docx"]:before {
	color: #039;
	font-family: fileIcon;
	content: "\e600";
	padding-right: 3px;
	display: inline-block;
	text-decoration: none;
	speak:none;
}

.entry-section a[href*=".xls"]:before, .entry-section a[href*=".xlsx"]:before {
	color: #090;
	font-family: fileIcon;
	content: "\e604";
	padding-right: 3px;
	display: inline-block;
	text-decoration: none;
	speak:none;
}

.entry-section a[href^="https://www.youtube.com"]:before, .entry-section a[href^="https://youtu.be"]:before {
	color: #F00;
	font-family: FontAwesome;
	content: "\f16a"!important;
	padding-right: 3px;
	display: inline-block;
	text-decoration: none;
	speak:none;
}

.entry-section a.notBefore:before {
	display: none!important;
}

.strongBox > ul li a {
	text-indent: 0em;
	padding-left:0em;
}

.entry-section .linkBox a:before, .entry-section .newsTable a:before {
	display: none!important;
}

.breadList > li br {
	display:none;
}

.newsTable {
	margin-bottom:10px;
}

.newsTable td {
	padding:8px;
	border:none;
	border-bottom: 1px dotted #AAA;
	background-color: transparent;
}

.newsTable td .news-category {
	display: block;
	text-align: center;
	justify-self: auto;
}

img {
  border: none;
}

strong {
	font-size: 1.8rem;
	line-height: 130%;
}


table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  line-height: 1.65;

	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius-sm);
/*
	box-shadow: var(--shadow-soft);
	scrollbar-color: var(--orange) var(--pale-blue);
	scrollbar-width: thin;
*/
}

table th,
table td {
  padding: 18px 19px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}

table th {
  color: #fff;
  background: var(--navy);
  font-weight: 700;
}

table th:last-child,
table td:last-child {
  border-right: 0;
}

table tbody tr:last-child th,
table tbody tr:last-child td {
  border-bottom: 0;
}

table tbody tr:nth-child(even) td {
  background: var(--pale-blue);
}

table strong {
  color: var(--orange-dark);
  font-size: 18px;
}

p {
	margin: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

iframe {
	width: 60%;
	aspect-ratio: 16 / 9;
	margin: 10px auto;
	display: block;
}

.mymap__map, [id*="mymap__map"] {
	width: 100%;
	aspect-ratio: 16 / 6;
	margin: 10px auto;
	display: block;
}

ul.floatList {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.floatList:after {
	content : " ";
	clear: both;
	width: 0px;
	height: 0px;
	display: block;
}

ul.floatList li {
	padding:0px!important;
	float:left;
	text-indent:-1em!important;
	padding-left:1em!important;
	font-size:1rem!important;
	line-height:120%!important;
	box-sizing:border-box!important;
}

ul.asterisk {
	list-style-type: none!important;
	margin: 0px!important;
	padding: 0px!important;
}

ul.asterisk > li {
	margin: 0px 0px 0px 1rem!important;
	padding: 0px!important;
	text-indent: -1rem;
	padding-left: 1rem;
	font-weight: normal;
}

ul.asterisk > li:before {
	 content: "※";
}

ul.floatList li:before {
	font-family: FontAwesome;
	content: "\f18e";
	padding-right:5px;
	font-weight:normal;
	speak:none;
}

iframe[name="google_conversion_frame"] {
	height:0px;
}


/****** 状況限定  ******/

.strongBox > ul {
	margin: 0px;
	padding: 0px 6px 0px 20px;
	list-style-type: none;
}

.strongBox > ul li {
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	text-indent:-1em;
	padding-left:1em;
	font-weight:bold;
}

.strongBox > ul li:before {
	position: relative;
	top: 0px;
	padding-right: 5px;
	font-family: FontAwesome;
	content: "\f058";
	color: var(--orange);
	font-weight: normal;
	speak: none;
}

.strongBox > ul.attention li:before {
	content: "\f071";
}



/****** その他クラス類 ******/

.strongText, .strongTextRed {
	font-size: 1.2rem;
	line-height: 130%;
	font-weight:bold;
}

.strongText {
	color: var(--navy);
}

.strongTextRed {
	color:#F00;
}

.clear {
	font-size: 0%;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
}

.price {
	font-size: 2rem;
	line-height: 130%;
	font-weight: bold;
}

.descButton {
	text-decoration: none;
	display: block;
	display: inline-block;
	padding: 3px;
	border-radius: 4px;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 100%;
	width: 40px;
	text-align: center;
	margin-right: 3px;
	margin-bottom: 3px;
}

/*
a[id^="mymap__link"] {
	font-size: 1rem;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	display: block;
	padding: 6px;
	border-radius: 6px;
	width: 50%;
	text-align: center;
	margin: 10px auto;
	margin-top: 0px;
}

a[id^="mymap__link"]:before {
	font-family: FontAwesome;
	content: "\f08e";
	position: relative;
	top:1px;
	padding-right:3px;
	speak:none;
}
*/

.entry-section img {
	width:60%;
	height:auto;
	display: block;
	margin:0px auto;
}

.entry-section img {
	width: auto;
	height: auto;
	max-width:100%;
	display:inline-block;
}

.phoneNumber {
	font-size: 2rem;
	line-height: 130%;
	font-weight: bold;
}

.entry-section .phoneNumber:before {
	font-family: FontAwesome;
	content: "\f098";
	padding-right: 5px;
	color: #04AC00;
	speak:none;
}

.faxNumber {
	font-size: 1.4rem;
	line-height: 130%;
}

.entry-section .faxNumber:before {
	font-family: FontAwesome;
	content: "\f02f";
	padding-right:3px;
	font-weight: normal;
	speak:none;
}

.mailAddress {
	font-weight:bold;
}

.entry-section .mailAddress:before {
	font-family: FontAwesome;
	content: "\f0e0";
	padding-right:3px;
	speak:none;
}

.linkBox {
	padding: 10px;
	border-width: 1px solid #F4F4F4;
	margin-bottom: 8px;
	border-radius: 12px;
	background-color: #F4F4F4;
}

.strongBox {
  margin-top: 10px;
  padding: 15px 16px;
  background: #fff9e3;
  border: 1px solid rgba(255, 212, 59, .9);
  border-radius: var(--radius-sm);
	font-weight: bold;
}

.linkBox {
	font-size: 1rem;
	line-height: 130%;
}

.linkBox a {
	font-size: 1.4rem;
	line-height: 130%;
	font-weight: bold;
}

.linkBox span:before {
	font-size:1.4rem;
	line-height:120%;
}

.linkIcon:before {
	font-family: FontAwesome;
	content: "\f061";
	position: relative;
	top:-1px;
	padding-right:3px;
	speak:none;
}

.fileIcon:before {
	font-family: FontAwesome;
	content: "\f15b";
	position: relative;
	top:1px;
	padding-right:3px;
	font-size:1.4rem;
	speak:none;
}

.mailIcon:before {
	font-family: FontAwesome;
	content: "\f0e0";
	padding-right:3px;
	speak:none;
}

.pdfIcon:before {
	font-family: fileIcon!important;
	content: "\e601"!important;
	color: #F00;
	speak:none;
}

.docIcon:before, .docxIcon:before {
	font-family: fileIcon!important;
	content: "\e600"!important;
	color: #039;
	speak:none;
}

.zipIcon:before {
	font-family: fileIcon !important;
	content: "\e900" !important;
	speak: none;
}

.xlsIcon:before, .xlsxIcon:before, .xlsmIcon:before {
	font-family: fileIcon!important;
	content: "\e604"!important;
	color: #090;
	speak:none;
}

.pngIcon:before, .jpgIcon:before, .gifIcon:before {
	font-family: fileIcon!important;
	content: "\e602"!important;
	color: #960;
	speak:none;
}

.otherLink:before {
	font-family: FontAwesome;
	content: "\f08e"!important;
	position: relative;
	top:1px;
	padding-right:3px;
	speak:none;
}

.reloadIcon {
	text-decoration:none;
}

.reloadIcon:before {
	font-family: FontAwesome;
	content: "\f021";
	font-size:1.8rem;
	speak:none;
}

.inquiryButton {
	display: block;
	overflow: hidden;

	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	text-overflow: ellipsis;
	text-decoration:none;
	white-space: nowrap;
	line-height:36px;

	width:80%;
	height: 36px;
	margin: 10px auto;

	border-width:1px;
	border-style:solid;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}


.pageListBoxArrow:before {
	position: relative;
	font-family: FontAwesome;
	content: "\f063";
	font-size: 1.8rem;
	speak:none;
}

.photoBox .photoPrint {
	display:none;
}

.thumbnailBox .photoPrint {
	display:none;
}

.nthMenuBoxWrap {
	display: grid;
	gap: 15px 15px;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-rows: 1fr;
}

.nthMenuBoxWrap > a {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	border-radius: 20px;
	border: 1px solid #FFEEC3;
	background-color: #FFEEC3;
/*
	box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
*/
	font-size: 20px;
	line-height: 130%;
	font-weight: bold;
	text-decoration: none!important;
	transition: color 0.25s,  transform 0.25s, background-color 0.25s;
}

.nthMenuBoxWrap > a:hover,
.nthMenuBoxWrap > a:focus-visible {
	color: rgb(35, 65, 60);
	transform: translateY(-7px);
	background-color: #FFF;
}

.nthMenuBoxWrap > a:after {
	font-family: FontAwesome;
	color: rgb(35, 65, 60);
	content: "\f105";
	font-weight: normal;
}


/****** カレンダーテーブル ******/

html body .cmsCalendarTable {
	display: table;
	width: 100%;
	border-collapse: separate;
	border: none;
	table-layout: fixed;
	border-spacing: 5px 0px;
	font-size: 14px;
	line-height: 130%;
}

html body .cmsCalendarTable tbody {
	display: table-row-group!important;
}

html body .cmsCalendarTable tr {
	display: table-row!important;
}

html body .cmsCalendarTable tr th, html body .cmsCalendarTable tr td {
	display: table-cell!important;
}

html body .cmsCalendarTable th {
	color: #666;
	font-weight: normal;
	background-color: transparent;
	border: none;
	padding-bottom: 2px;
	text-align: right;
}

html body .cmsCalendarTable th.cmsCalendarTitle {
	text-align: center;
	color: #333;
	font-size: 18px;
	line-height: 130%;
	font-weight: bold;
	background-color: transparent;
	border: none;
	padding-bottom: 0px;
}

html body .cmsCalendarTable th.cmsCalendarSunday, html body .cmsCalendarTable th.cmsCalendarSaturday {
	color: #CCC;
	background-color: transparent!important;
}

html body .cmsCalendarTable td {
	vertical-align: middle;
	height: 30px;
	text-align: right;
	width: 14.3%;
	border: none;
	border-top: 1px solid #DDD;
	border-bottom: none;
	padding: 5px 10px;
	word-break : break-all;
	word-wrap: break-word;
	overflow-wrap: break-word;
	white-space: normal!important;

	color: #666;
	background-color: rgba(255,255,255,0.95)!important;
}

html body .cmsCalendarTable td.cmsCalendarComment {
	padding: 5px 10px 10px;
	vertical-align: top;
	height: auto;
	text-align: left;
	border-top: none;
	background-color: rgba(255,255,255,0.95)!important;
}

html body .cmsCalendarTable tr:last-of-type td {
	border-bottom: 1px solid #DDD;
}

html body .cmsCalendarTable td.cmsCalendarSaturday {
	background-color: rgba(225,244,253,0.95)!important;
}

html body .cmsCalendarTable td.cmsCalendarSunday, html body .cmsCalendarTable td.cmsCalendarHoliday {
	background-color: rgba(252,235,242,0.95)!important;
}

html body .cmsCalendarTable td.cmsCalendarOverDay {
	background-color: transparent!important;
	border: none!important;
}

.calendarBadgeRed {
	vertical-align:middle;
	overflow: hidden;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #EC008C;
	border-radius: 50px;
	text-align: center;
	color: #FFF;
	line-height: 32px;
}

.calendarBadgeBlue {
	vertical-align:middle;
	overflow: hidden;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #00AEEF;
	border-radius: 50px;
	text-align: center;
	color: #FFF;
	line-height: 32px;
}

.calendarBadgeGreen {
	vertical-align:middle;
	overflow: hidden;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #0A0;
	border-radius: 50px;
	text-align: center;
	color: #FFF;
	line-height: 32px;
}

.calendarBadgeYellow {
	vertical-align:middle;
	overflow: hidden;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #FFD400;
	border-radius: 50px;
	text-align: center;
	color: #FFF;
	line-height: 32px;
}

.calendarBadgeBlack {
	vertical-align:middle;
	overflow: hidden;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #555;
	border-radius: 50px;
	text-align: center;
	color: #FFF;
	line-height: 32px;
}

.calendarBadgePurple {
	vertical-align:middle;
	overflow: hidden;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #AA35B7;
	border-radius: 50px;
	text-align: center;
	color: #FFF;
	line-height: 32px;
}

.calendarBadgeBrown {
	vertical-align:middle;
	overflow: hidden;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #9F6434;
	border-radius: 50px;
	text-align: center;
	color: #FFF;
	line-height: 32px;
}

.calendarBadgeGrey {
	vertical-align:middle;
	overflow: hidden;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #DDD;
	border-radius: 50px;
	text-align: center;
	color: #FFF;
	line-height: 32px;
}


@media (max-width: 640px) {
	a[href^="tel:"] {
			pointer-events: auto;
			color: inherit !important;
			font-size: inherit !important;
			text-decoration: underline!important;
	}
	
	.responsiveExtArea {
		width: auto!important;
		margin-right: -10px;
	}
	
	.responsiveArea {
		position: relative;
		width: 100%;
		height: auto;
		min-height: 90px;
		overflow: auto;
		scrollbar-color: var(--orange) var(--pale-blue);
		scrollbar-width: thin;
	}
	
	.responsiveArea table {
		width: auto;
	}
	
	.responsiveInfoArea {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.25);
	}
	
	.responsiveInfoArea2 {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
	
		background-image: url(images/bg-flick.png);
		background-position: center 50px;
		background-repeat: no-repeat;
		background-size: auto 90px;
	}
	
	.responsiveArea table th, .responsiveArea table td {
		white-space: nowrap;
	}

	strong {
		font-size: 1.2rem;
		line-height: 130%;
	}

	table { width: 100%; }
	iframe, .mymap__map, [id*="mymap__map"] {
		width: 100%;
		aspect-ratio: 16 / 9;
		margin-bottom: 10px;
	}

	html body .cmsCalendarTable {
		border-spacing: 2px 0px;
	}
	html body .cmsCalendarTable td {
		padding: 4px 4px!important;
	}
	html body .cmsCalendarTable td.cmsCalendarComment {
		font-size: 10px;
		line-height: 130%;
	}

	.newsTable { display:block; }
	.newsTable tbody { display:block; width:100%; }
	.newsTable tr {	display:block; padding:8px; margin-bottom:2px; border-bottom: 1px dotted #AAA; }
	.newsTable tr td.date { display: inline-block; border:none; font-size: 16px; font-weight:bold; }
	.newsTable tr td.category { display: inline-block; margin-left: 5px; border:none; font-size: 14px; font-weight:bold; }
	.newsTable td { border:none; display:block; padding:0px; }
	.newsTable td:last-of-type { padding-top: 5px; }

	.blockTable, .blockTable tbody, .blockTable tr, .blockTable th, .blockTable td {
		display: block;
		width: auto!important;
		border: none;
		white-space: normal!important;
	}
	.blockTable tr {
		margin: 10px 0px;
		background-color: #FFF;
		border-radius: 12px;
		border: solid 1px #bbb;
		overflow: hidden;
	}
	.blockTable tr:not(:has(td)) {
		display: none;
	}
	.blockTable th {
		text-align: center;
		padding: 0px 10px;
		font-size: 20px;
		line-height: 120%;
	}
	.blockTable td {
		text-align: justify;
		padding: 0px 10px;
		background-color: transparent!important;
	}
	.blockTable tr *:first-of-type {
		padding-top: 10px;
		font-weight: bold;
	}
	.blockTable tr *:last-of-type {
		padding-bottom: 10px;
	}
	.blockTable tr * + * {
		padding-top: 5px!important;
		font-weight: normal!important;
	}

	.nthMenuBoxWrap {
		gap: 15px 15px;
		grid-template-columns: 1fr 1fr;
	}
	.nthMenuBoxWrap > a {
		padding: 15px 10px;
		border-radius: 15px;
		font-size: 16px;
		line-height: 130%;
	}
}