<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@import "destyle.css";
@import "parts.css";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600,700&amp;display=swap&amp;subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600,700&amp;display=swap&amp;subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&amp;display=swap');



/* ---------------------------------
	Base-PC
--------------------------------- */

*:focus {
outline: none;/* safari フォーカス枠無し */
}


address,caption,cite,code,dfn,em,strong,th,var,dl,dt,dd {
	font-style:normal;
	font-weight:normal;
}

html {
	font-size: 62.5%;
}

body {
	font-family:'Noto Serif JP', serif;
	font-size: 1.6rem;
    line-height: 1.8;
	color: #3e3a39;
	letter-spacing: 0.1rem;
}

a {color: #3e3a39;}
a:visited {color: #3e3a39;}
a:hover {color: #3e3a39; text-decoration: underline; text-underline-offset: 4px;}
a:active {color: #3e3a39;}

hr {
	border-top: 1px solid #989a9a;
}

.cap {
	font-size: 1.1rem;
	line-height: 1.5;
	letter-spacing: 0;
}

.cap-cover {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	z-index: 5;
}

.cap-cover-left {
	position: absolute;
	left: 5px;
	bottom: 5px;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	z-index: 5;
}

.cap-cover-bg {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	background-color: rgba( 0, 0, 0, 0.4);
	padding: 2px 5px;
	z-index: 5;
}

.cap-cover-bg-left {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	background-color: rgba( 0, 0, 0, 0.4);
	padding: 2px 5px;
	z-index: 5;
}

.cap-cover-bg-white {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #000;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	background-color: rgba( 255, 255, 255, 0.8);
	padding: 2px 5px;
	z-index: 5;
}



.txt-sss {
	font-size: 0.625em;
}

.txt-ss {
	font-size: 0.75em;
}

.txt-s {
	font-size: 0.875em;
}

.txt-l {
	font-size: 1.125em;
}

.txt-ll {
	font-size: 1.25em;
}

.txt-lll {
	font-size: 1.375em;
}

.txt-bold {
	font-weight: 500;
}

.txt-italic {
	font-style: italic;
}

.txt-black {
	color: #3e3a39!important;
}

.txt-white {
	color: #fff!important;
}

.txt-gold {
	color: #a29572!important;
}

.txt-green {
	color: #429e66!important;
}

.txt-kerning {
	margin: 0 -0.4em;
}

.txt-shadow {
	text-shadow: 0 0 3px #fff;
}

.txt-shadow-strong {
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}

.txt-white-shadow {
	text-shadow: 0 0 3px #000;
}

.txt-white-shadow-strong {
	text-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000;
}

.f-min {
	font-family:'Noto Serif JP', serif!important;
}

.f-go {
	font-family: 'Noto Sans JP', sans-serif!important;
}

.f-en {
	font-family: 'Cinzel', serif!important;
}

.pc{
	display: block !important;
}
.sp{
	display: none !important;
}

.bt-fade a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-fade a:hover {
	text-decoration: none;
	opacity: 0.6;
}

.bt-bright-low a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-bright-low a:hover {
	text-decoration: none;
	filter: brightness(115%);
}

.bt-bright-low2 a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-bright-low2 a:hover {
	text-decoration: none;
	filter: brightness(110%);
}

.bt-bright a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-bright a:hover {
	text-decoration: none;
	filter: brightness(120%);
}

.bt-bright-s a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-bright-s a:hover {
	text-decoration: none;
	filter: brightness(110%);
}

.container {
    max-width: 1260px;
	margin: 0 auto;
	padding: 0 20px;
}

.container_sp-wide {
    max-width: 1260px;
	margin: 0 auto;
	padding: 0 20px;
}

.container-s {
    max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}

.container-s_sp-wide {

}

.all-wrap {
	overflow: hidden;
}

.all-wrap img {
	width: 100%;
	height: auto;
}








/* ---------------------------------
	 header
--------------------------------- */


header {
	width:100%;
	height: 140px;
	letter-spacing: 0.05rem;
	background: #fff;
	padding-top: 10px;
	position: fixed;
	top: 0;
	z-index:1000;
}

.header-wrap {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}

.h1-wrap {
	display: flex;
	align-items: center;
	padding-top: 5px;
}

.h1-wrap p:nth-child(1) img {
	width: 200px;
}

.h1-wrap h1 {
	font-family: 'Noto Sans JP', sans-serif;
	margin-left: 20px;
	font-size: 1.0rem;
	line-height: 1.4;
	letter-spacing: 0;
}



@media only screen and (max-width: 1100px){
.h1-wrap h1 {
	display: none;
}
}



/********** header-hnav ***********/

nav.header-hnav {

}

nav.header-hnav ul {
	display: flex;
	justify-content: flex-end;
	font-size: 1.4rem;
	line-height: 1.2;
}

nav.header-hnav li {
	
}


nav.header-hnav li:nth-child(1) {
	width: 240px;
}

nav.header-hnav li:nth-child(2) {
	width: 120px;
}

nav.header-hnav li:nth-child(3) {
	width: 150px;
	font-size: 1.6rem;
	margin-right: 10px;
}

nav.header-hnav li:nth-child(4) {
	width: 150px;
	font-size: 1.6rem;
	margin-right: 10px;
}

nav.header-hnav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	background-color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease;
}

nav.header-hnav li a:hover {
	opacity: 0.4;
}

nav.header-hnav li:nth-child(1) a::before {
	content: "";
	display: block;
	background-image: url("../images/common/header_mark-map.png");
	background-size: cover;
	width: 14px;
	height: 19px;
	margin-right: 8px;
}

nav.header-hnav li:nth-child(2) a::before {
	content: "";
	display: block;
	background-image: url("../images/common/header_mark-outline.png");
	background-size: cover;
	width: 16px;
	height: 19px;
	margin-right: 8px;
}

nav.header-hnav li:nth-child(3) a {
	background: #429e66;
	color: #fff;
}

nav.header-hnav li:nth-child(3) a:hover {
	opacity: 1;
	filter: brightness(130%);
}

nav.header-hnav li:nth-child(4) a {
	background: #7e0000;
	color: #fff;
}

nav.header-hnav li:nth-child(4) a:hover {
	opacity: 1;
	filter: brightness(160%);
}





/********** header-gnav ***********/


nav.gnav {
	font-size: 1.35rem;
	letter-spacing: 0;
	line-height: 1.1;
}

nav.gnav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

nav.gnav li {
	display: flex;
	width: 8.33%;
	word-break: break-all;
	position: relative;
	margin: 15px 0;
}

/* 3文字 */
nav.gnav li:nth-child(1),
nav.gnav li:nth-child(4) {
	width: 6.0%;
}

/* 4文字 */
nav.gnav li:nth-child(3),
nav.gnav li:nth-child(8),
nav.gnav li:nth-child(9),
nav.gnav li:nth-child(11),
nav.gnav li:nth-child(12),
nav.gnav li:nth-child(13) {
	width: 6.5%;
}

/* 5文字 */
nav.gnav li:nth-child(2),
nav.gnav li:nth-child(6) {
	width: 7.0%;
}

/* 6文字 */
nav.gnav li:nth-child(5),
nav.gnav li:nth-child(10),
nav.gnav li:nth-child(14) {
	width: 8.0%;
}

/* 8文字 */
nav.gnav li:nth-child(7) {
	width: 11.0%;
}


nav.gnav li::before {
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	height: 100%;
	margin: auto;
	border-left: 1px solid #B2B2B2;
}

nav.gnav li:last-child::after {
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	height: 100%;
	margin: auto;
	border-left: 1px solid #B2B2B2;
}


nav.gnav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	text-align: center;
	text-decoration: none;
}

nav.gnav li a::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	height: 2px;
	background-color: #439e66;
	transition: width 0.3s ease;
}

nav.gnav li a:hover::after {
	width: 60%;
}

nav.gnav .current a::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 60%;
	height: 2px;
	background-color: #439e66;
}

nav.gnav .new {
	background-color: #7e0000;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0.9rem;
	letter-spacing: 0;
	padding: 1px 3px;
	color: #fff;
}

nav.gnav .new2 {
	background-color: #7e0000;
	position: absolute;
	top: -6px;
	right: 0;
	font-size: 0.9rem;
	letter-spacing: 0;
	padding: 1px 3px;
	color: #fff;
}

nav.gnav li .nolink {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 30px;
	text-align: center;
	text-decoration: none;
	color: #ccc;
}


@media only screen and (max-width: 1100px){
nav.gnav {
	font-size: 1.2rem;
	letter-spacing: 0;
}

nav.gnav li {
	margin: 5px 0;
}
	
	
}






/********** main ***********/

main {
	margin-top: 140px;
}





/********** pannav ***********/


.pannav-wrap {
	letter-spacing: 0.05rem;
	padding: 0 20px;

}

.pannav-wrap ul {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.1rem;
	padding-bottom: 10px;
}

.pannav-wrap ul li {
	display: flex;
}

.pannav-wrap ul li::after {
	content: "＞";
	display: block;
	margin: 0 8px;
}

.pannav-wrap ul li:last-child::after {
	content: "";
	display: block;
}

.pannav-wrap ul li a {
	text-decoration: none;
}

.pannav-wrap ul li a:hover {
	text-decoration: underline;
 	text-underline-offset: 4px;
}






/* ---------------------------------
	 content-PC
--------------------------------- */




.dammy {
	word-break: break-all;
}






.txt-headcopy-l {
	font-size: 3.0rem;
	letter-spacing: 0.6rem;
	line-height: 1.5;
	text-align: center;
}

.txt-headcopy-l_lead {
	font-size: 1.7rem;
	line-height: 2.2;
	text-align: center;
	padding-top: 60px;
}

.txt-headcopy {
	font-size: 2.4rem;
	letter-spacing: 0.4rem;
}

.txt-line-headcopy {
	display: flex;
}

.txt-line-headcopy p:nth-child(1) {
	border-left: 4px solid #429e66;
	margin-right: 20px;
}

.txt-line-headcopy p:nth-child(2) {
	color: #429e66;
	font-size: 2.2rem;
	letter-spacing: 0.1rem;
	line-height: 1.5;
	text-align: justify;
}



.txt-lead {
	padding-top: 30px;
	text-align: justify;
}

.txt-lead-s {
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: justify;
	padding-top: 5px;
}



.txt-headcopy-l sup {
	font-size: 0.4em;
	letter-spacing: 0;
	top: -1.4em;
}

.txt-headcopy sup {
	font-size: 0.5em;
	letter-spacing: 0;
	top: -1.0em;
}

.txt-line-headcopy sup {
	font-size: 0.5em;
	letter-spacing: 0;
	top: -1.0em;
}

.txt-lead sup {
	font-size: 0.7em;
}





.mp-cap {
	font-size: 1.1rem;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: justify;
	width: 90%;
	padding-left: 10px;
}






/*********** content-container *************/



.content-container {
    max-width: 1600px;
	margin: 0 auto;
	padding: 0 20px;
}

.content-container &gt; ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.content-container.mt {
	margin-top: -100px;
}





/*** content-main-wrap ***/

.content-main-wrap {
	width: 84.02%;
	margin-left: 4.1%;
	padding-top: 200px;
}

.content-main-wrap.nopt {
	padding-top: 0;
}



/*** content-right-wrap ***/

.content-right-wrap {
	width: 6.07%;
}

.content-right-wrap &gt; div {
	display: flex;
	height: 100%;
}

.content-right-wrap &gt; div p:nth-child(1) {
	background: #429e66;
	width: 1px;
}

.content-right-wrap &gt; div p:nth-child(2) {
	position: relative;
	width: 100%;
	padding-top: 200px;
	z-index: -1;
}

/*********** ↑content-container *************/





/************ floating-bnr *******************/

.floating-bnr-wrap {
	display: inline;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	max-width: 250px;
	padding: 0;
	background: rgba(255,255,255,0);
	box-shadow: 2px 2px 4px rgb(0 0 0 / 40%);
}


.floating-bnr-wrap.second {
	max-width: 260px;
}


.floating-bnr-wrap img {
	width: 100%;
}


.floating-bnr-wrap a {
    transition: 0.2s;
}

.floating-bnr-wrap a:hover {
    filter: brightness(120%);
}

.floating-bnr-wrap .btn_close {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 25px;
    height: 25px;
    line-height: 1;
    color: #fff;
    font-size: 14px;
    background: rgba(0,0,0,1);
    margin-top: -25px;
    border: 0;
    cursor: pointer;
    transition: background 0.2s;
}

.floating-bnr-wrap .btn_close:hover {
    background: rgba(90,90,90,1);
}

.floating-bnr-wrap .btn_close::before {
		content: "×";
		display: block;
		position: relative;
		z-index: 101;
		line-height: 1;
		font-size: 17px;
}



.reflection {
  overflow: hidden;
  position: relative;
}

.reflection:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: reflection 5s ease-in-out infinite;
          animation: reflection 5s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}


/************ ↑floating-bnr *******************/




/* ---------------------------------
	 footer
--------------------------------- */



footer {
	letter-spacing: 0.05rem;
	padding-top: 100px;
}

.footer-cap {
	font-size: 1.1rem;
    line-height: 1.5;
	letter-spacing: 0;
	text-align: justify;
}







/********** footer-bt ***********/


.footer-bt-wrap {
	padding-top: 100px;
}

.footer-bt-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-bt-wrap ul li {
	width: 37.5%;
	text-align: center;
	margin: 0 20px;
	border-radius: 5px;
}

.footer-bt-wrap ul li a {
	width: 100%;
	color: #FFF;
	font-size: 2.2rem;
	padding: 20px 0;
	display: block;
	transition: all 0.3s ease;
	text-decoration: none;
}

.footer-bt-wrap ul li:nth-child(1) a {
	background-color: #429e66;
	background-image: url("../images/common/btmark_arrow.png");
	background-position: right 3% center;
	background-repeat: no-repeat;
	background-size: 28px auto,100% 100%;
}

.footer-bt-wrap ul li:nth-child(2) a {
	background-color: #7e0000;
	background-image: url("../images/common/btmark_arrow.png");
	background-position: right 3% center;
	background-repeat: no-repeat;
	background-size: 28px auto,100% 100%;
}

.footer-bt-wrap ul li:nth-child(1)  a:hover {
	background-position: right 1% center;
	filter: brightness(130%);
}

.footer-bt-wrap ul li:nth-child(2)  a:hover {
	background-position: right 1% center;
	filter: brightness(160%);
}



/********** footer-nav ***********/

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

nav.footer-nav {
	font-family:'Joan','Noto Serif JP', serif;
	font-size: 1.3rem;
	line-height: 1.0;
	text-align: center;
	padding-top: 70px;
}

nav.footer-nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 20px;
}

nav.footer-nav ul li {
	display: flex;
	padding: 0px 15px;
	margin: 10px 0 10px -1px;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
}
	
nav.footer-nav ul li br {
    display: none;
}
	

nav.footer-nav .nolink {
	color: #ccc;
}

nav.footer-nav ul li .new{
    display: none;
}
	
}


/********** kintetsu-bnr ***********/

.kintetsu-bnr-wrap {
	background-color: #d1d1d1;
	padding: 20px 0;
	margin-top: 60px;
}

.kintetsu-bnr-container {
    max-width: 1000px;
	margin: 0 auto;
}

.kintetsu-bnr-wrap img {
	width: auto;
	height: auto;
}

.kintetsu-bnr-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.kintetsu-bnr-wrap ul li {
	padding: 10px;
}

.kintetsu-bnr-wrap ul li:nth-child(2) img,.kintetsu-bnr-wrap ul li:nth-child(5) img {
	width: 399px;
}


.kintetsu-bnr-wrap ul li a {
	transition: all .2s ease;
}
.kintetsu-bnr-wrap ul li a:hover {
	opacity: 0.7;
}





/********** footer-tel ***********/

.footer-tel-wrap {
	display: flex;
	justify-content: center;
	padding: 50px 0;
}

.footer-tel-wrap ul {
	display: flex;
	align-items: center;
	line-height: 1.3;
}

.footer-tel-wrap li:nth-child(1) {
	font-size: 1.4rem;
}

.footer-tel-wrap li:nth-child(2) {
	width: 334px;
	margin: 0 20px;
}

.footer-tel-wrap li:nth-child(3) {
	font-size: 1.1rem;
	letter-spacing: 0;
}

.footer-tel-wrap .ml {
	margin-left: 5em;
}

.footer-tel-cap {
	color: #a00000;
	font-size: 1.25rem;
	text-align: center;
	margin-top: -20px;
	margin-bottom: 40px;
}


.footer-yasumi {
	color: #a00000;
	text-align: center;
	font-size: 1.5rem;
	margin-top: -20px;
	margin-bottom: 40px;
}







/********** other-mansion ***********/

.other-mansion {
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  padding: 20px 0;
}

.other-mansion .link-area {
  font-family: "游ゴシック Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  width: 90%;
  max-width: 1230px;
  text-align: left;
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
  font-size: 12px;
}

.other-mansion .link-area:not(:first-of-type) {
  margin-top: 20px;
}

.other-mansion .title {
  border: 1px solid #17375b;
  color: #17375b;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 6px;
  margin-right: 10px;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: .05em;
}

.other-mansion .mansion .title {
  min-width: 260px;
}

.other-mansion ul {
  display: flex;
  flex-flow: row wrap;
}

.other-mansion ul li {
  font-size: 12px;
  margin: 3px 10px;
  display: inline-block;
}

.other-mansion ul li a {
  color: #000;
  text-decoration: none;
}

.other-mansion ul li a::before {
  content: '\03e';
  margin-right: 5px;
}

.other-mansion ul li a:hover {
  opacity: .7;
}




/********** footer-logo ***********/

.footer-logo-area {
	padding-top: 50px;
}

.footer-logo-area ul {
	display: flex;
	justify-content: center;
}

.footer-logo-area ul li:nth-child(1) {
	width: 203px;
}

.footer-logo-area ul li:nth-child(2) {
	width: 294px;
	margin-left: 60px;
}

.footer-logo-area .link {
	font-size: 1.1rem;
	padding-top: 10px;
}

.footer-logo-area .link p {
	padding-bottom: 2px;
}

.footer-logo-area .link a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.footer-logo-area .link a:hover {
	text-decoration: none;
}




/********** copyright ***********/

.copyright {
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: 0;
	padding: 30px 0;
}






/* ---------------------------------
	page-top
--------------------------------- */


#page-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 40px;
	z-index: 800;
    display: none;
}

#page-top a {
	transition: all .2s ease;
}

#page-top a:hover {
	opacity: 0.4;
}









/* ---------------------------------
	 PC　TEL無効
--------------------------------- */

@media (min-width: 768px) {
	
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
	
}
















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