<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=Crimson+Text&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&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: #293131;
	letter-spacing: 0.1rem;
}

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

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: #293131!important;
}

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

.txt-blue {
	color: #43616f!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-Garamond {
	font-family: 'EB Garamond', serif!important;
}

.f-en-Crimson {
	font-family: 'Crimson Text', 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 a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-bright a:hover {
	text-decoration: none;
	filter: brightness(120%);
}

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

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

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

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

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

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

.container-wp {
	padding: 0 10px;
}

.all-wrap {
	overflow: hidden;
}

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








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


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

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

.header_logo {
	max-width: 200px;
	padding-top: 5px;
}


.h1-wrap {
	padding: 0 20px;
}

h1 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.0rem;
	line-height: 1.4;
	letter-spacing: 0;
	width: 100%;
	margin-top: 3px;
}





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

nav.header-hnav {

}

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

nav.header-hnav li {
	
}


nav.header-hnav li:nth-child(1) {
	width: 250px;
	letter-spacing: 0;
}

nav.header-hnav li:nth-child(2) {
	width: 110px;
	margin-right: 5px;
}

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

nav.header-hnav li:nth-child(4) {
	width: 145px;
	font-size: 1.5rem;
}

nav.header-hnav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	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: #811c21;
	color: #fff;
}

nav.header-hnav li:nth-child(4) a {
	background: linear-gradient(to right, #dbd2a9, #9c8120);
	color: #fff;
}

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

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




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

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

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

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

nav.gnav li {
	display: flex;
	width: 10%;
	word-break: break-all;
	position: relative;
	margin-top: 5px;
	margin-bottom: 10px;
}


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

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

/*5文字*/
nav.gnav li:nth-child(2),
nav.gnav li:nth-child(4),
nav.gnav li:nth-child(10),
nav.gnav li:nth-child(15) {
	width: 7.5%;
}

/*6文字*/
nav.gnav li:nth-child(9),
nav.gnav li:nth-child(12) {
	width: 8.5%;
}





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: #405f6c;
	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: #405f6c;
}

nav.gnav .new {
	background-color: #811c21;
	position: absolute;
	top: 0;
	left: 28%;
	font-size: 0.9rem;
	letter-spacing: 0;
	padding: 1px 3px;
	color: #fff;
}

nav.gnav li:nth-child(9) .new {
	left: 38%;
}

nav.gnav li:nth-child(15) .new {
	left: 34%;
}

nav.gnav .new2 {
	background-color: #811c21;
	position: absolute;
	top: -7px;
	left: 32%;
	font-size: 0.9rem;
	letter-spacing: 0;
	padding: 1px 3px;
	color: #fff;
}

nav.gnav li:nth-child(12) .new2 {
	left: 36%;
}


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: 120px;
}





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


.pannav-wrap {
	letter-spacing: 0.05rem;
	padding: 0 20px;
	border-top: 1px solid #ccc;
}

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

.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
--------------------------------- */


.bg_blue1000 {
	background-image: url("../images/common/bg_blue1000.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.bg_blue2000 {
	background-image: url("../images/common/bg_blue2000.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.bg_blue3000 {
	background-image: url("../images/common/bg_blue3000.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.bg_white1000 {
	background-image: url("../images/common/bg_white1000.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg_white2000 {
	background-image: url("../images/common/bg_white2000.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg_white3000 {
	background-image: url("../images/common/bg_white3000.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg_brown1000 {
	background-image: url("../images/common/bg_brown1000.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.bg_brown2000 {
	background-image: url("../images/common/bg_brown2000.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.bg_brown3000 {
	background-image: url("../images/common/bg_brown3000.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}









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

.dammy-red {
	color: #f00;
	word-break: break-all;
}


.txt-title {
	font-size: 4.8rem;
	letter-spacing: 0.8rem;
	text-align: center;
}

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

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

.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-lead sup {
	font-size: 0.7em;
}









.bg_end-wrap {
	padding-top: 60px;
}

.bg_end {
	background-image: url("../images/common/bg_end.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	color: #293131;
	padding-bottom: 100px;
}

.nextbt-wrap {
	width: 68.17%;
	margin: 0 auto;
	padding-top: 40px;
}

.nextbt-wrap img {
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .3);
}






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

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

.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(70) rotate(45deg);
            transform: scale(70) 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: #811c21;
	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:url("../images/common/btmark_arrow.png"), linear-gradient(to right, #dbd2a9, #9c8120);
	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(150%);
}

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



/********** 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: 1100px;
	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;
	letter-spacing: 0;
}

.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;
}

@media only screen and (min-width: 1270px){
.footer-tel-wrap li:nth-child(1) br.set {display: none;}
}

.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: 1240px;
  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 .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>