<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 url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&amp;display=swap');
@import url("https://fonts.googleapis.com/css?family=Noto Serif JP");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500&amp;display=swap");
@import url("https://use.fontawesome.com/releases/v5.1.0/css/all.css");
/*--------------------------------------------------------------------------------------------------

   common

--------------------------------------------------------------------------------------------------*/
/* ==========================================================================
   Foundation
   ========================================================================== */
/*reset-------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
l,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

img {
  border: none;
  vertical-align: top;
		image-rendering: -webkit-optimize-contrast;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
main {
  display: block;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

img,
a img {
  border: none;
}

a {
  cursor: pointer;
}


/*-------------------------------------------------reset*/
/*base-------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  color: #4e4e4e;
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: 300;
}

.font-serif {
  font-family: "Noto Serif JP", sans-serif;
}

.font-ebgaramond {
  font-family: "EB Garamond", serif;
}

a {
  color: #4e4e4e;
  text-decoration: none;
  display: block;
}

ul, li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

address {
  font-style: normal;
}

/*-------------------------------------------------base*/
/* ==========================================================================
   Layout
   ========================================================================== */
/*--------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------*/
.l-header__inner {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 3px;
}
.l-header__info {
  align-items: center;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
}
.l-header__info-link1 {
  padding-left: 31px;
  font-size: 15px;
  background: url(../image/icon-next-link.png) no-repeat left center;
  margin-right: 33px;
		background-size: 17px;
}
.l-header__info-phone-number {
  padding-left: 50px;
  background: url(../image/icon-phone.png) no-repeat left center;
  font-size: 30px;
  font-weight: 500;
  line-height: 33px;
}
.l-header__info-phone p {
  margin-top: 1px;
  font-size: 12px;
  margin-left: 5px;
}
.l-header__info-contact {
  border-radius: 47px;
  background-color: #85c5e4;
  color: #fff;
  padding: 12px 35px;
  font-size: 16px;
  font-weight: 500;
  margin-left: 20px;
		border: 1px solid #85c5e4;
}
.l-header__info-contact:hover {
	background-color: #FFF;
	color: #85c5e4;
}

.l-header__menu {
  background-color: #f7a89e;
  padding: 16px 0 13px 0;
}
.l-header__menu a {
	display: block;
  color: #fff;
  padding-top: 51px;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 15px;
  text-align: center;
}
.l-header__menu a:hover {
	color: #EC2B15;
}
.l-header__menu-1 {
  width: 192px;
  background: url(../image/gnavi.png) no-repeat left top;
}
.l-header__menu-2 {
  width: 192px;
  background: url(../image/gnavi.png) no-repeat -192px top;
}
.l-header__menu-3 {
  width: 193px;
  background: url(../image/gnavi.png) no-repeat -385px top;
}
.l-header__menu-4 {
  width: 192px;
  background: url(../image/gnavi.png) no-repeat -577px top;
}
.l-header__menu-5 {
  width: 193px;
  background: url(../image/gnavi.png) no-repeat -769px top;
}
.l-header__menu-6 {
  width: 190px;
  background: url(../image/gnavi.png) no-repeat -962px top;
}


/*-------------------------------------------------header*/
/*------------------------------------------------------------------------------------------------
  main
--------------------------------------------------------------------------------------------------*/
.l-container {
  width: 1000px;
  max-width: 92%;
  margin: 0 auto;
}

.l-container2 {
	width: 1152px;/*969*/
 max-width: 92%;
	margin: 0 auto;
}

.l-container3 {
	width: 900px;
 max-width: 92%;
	margin: 0 auto;
}


/*-------------------------------------------------main*/
/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
.l-footer__ptop {
  padding: 15px 0;
  background-color: #ffe1d9;
  text-align: center;
  cursor: pointer;
}
.l-footer__info {
  background: #f7a89e url(../image/bg-footer.png) no-repeat left top 18px;
  padding: 60px 0 40px 0;
  color: #fff;
}
.l-footer__info-head {
  width: 50%;
  padding: 28px 0;
}
.l-footer__info-head address {
  margin-top: 15px;
  font-size: 14px;
  letter-spacing: 0.6px;
}
.l-footer__info-link {
  width: 50%;
  border-left: 1px solid #fff;
  padding: 15px 0 33px 0;
  text-align: center;
}
.l-footer__info-link-list {
  align-items: center;
  justify-content: center;
}
.l-footer__info-link-list li {
  margin: 0 10px;
  display: inline-block;
}
.l-footer__info-link-list .c-btn {
  background: #fff url(../image/icon-next-link.png) no-repeat left 20px center;
		background-size: 17px;
}

.l-footer__info-link-list .c-btn:hover {
  background: url(../image/icon-next-link.png) #ffe1d9 no-repeat left 20px center;
		background-size: 17px;
}

.l-footer__info-coppy {
  margin-top: 32px;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-align: center;
}

/*-------------------------------------------------footer*/
/* ==========================================================================
   Object
   ========================================================================== */
/*------------------------------------------------------------------------------------------------
  Component
--------------------------------------------------------------------------------------------------*/
.c-btn {
  width: 200px;
  border: 1px solid #4e4e4e;
  padding: 12px;
  text-align: center;
  display: inline-block;
  letter-spacing: 1px;
  background: url(../image/icon-next-link.png) #FFF no-repeat left 20px center;
  border-radius: 50px;
		background-size: 17px;
}

.c-btn:hover {
  background: url(../image/icon-next-link.png) #ffe1d9 no-repeat left 20px center;
		background-size: 17px;
}

.c-btn--reset {
  background: url(../image/icon-reset.png) #FFF no-repeat left 20px center;
}
.c-btn--search {
  background: url(../image/icon-search.png) #FFF no-repeat left 20px center;
}

/*-------------------------------------------------Component*/
/*------------------------------------------------------------------------------------------------
  Project
--------------------------------------------------------------------------------------------------*/
.p-heading {
  font-size: 36px;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
  color: #4e4e4e;
}
.p-heading span {
  color: #f7a89e;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  display: block;
  padding-bottom: 22px;
}
.p-heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  margin: 0 auto;
  width: 100px;
  height: 1px;
  background-color: #4e4e4e;
}

.p-gradation {
  width: 100%;
  height: 390px;
}
.p-gradation .l-container {
  position: relative;
  height: 100%;
}
.p-gradation h2 {
  position: absolute;
  top: calc( 50% - 50px);
  right: 0;
}
.p-gradation h2 span {
  font-size: 14px;
}
.p-gradation--yado,
.p-gradation--facilities {
  background: url(../image/yado/banner-yado.jpg) no-repeat center center;
}
.p-gradation--news {
  background: url(../image/banner-news.jpg) no-repeat center center;
		background-size: cover;
}
.p-gradation--about {
  background: url(../image/banner-about.jpg) no-repeat center center;
		background-size: cover;
}
.p-gradation--sight {
  background: url(../image/banner-sight.jpg) no-repeat center center;
		background-size: cover;
}
.p-gradation--document {
  background: url(../image/banner-document.jpg) no-repeat center center;
		background-size: cover;
}
.p-gradation--contact {
  background: url(../image/banner-contact.jpg) no-repeat center center;
		background-size: cover;
}
.p-gradation--privacy {
  background: url(../image/banner-privacy.jpg) no-repeat center center;
		background-size: cover;
}
.p-gradation--member {
  background: url(../image/banner-member.jpg) no-repeat center center;
		background-size: cover;
}
.p-gradation--kyoutei {
  background: url(../image/banner-about.jpg) no-repeat center center;
  background-size: cover;
}


.p-breadcumb {
	width: 1000px;
  padding: 10px 0 15px 0;
  margin: 0 auto;
}
.p-breadcumb ul li {
  font-size: 12px;
  display: inline-block;
}
.p-breadcumb ul li a {
  padding-right: 20px;
  position: relative;
  display: inline-block;
}
.p-breadcumb ul li a::after {
  content: "&gt;";
  position: absolute;
  right: 5px;
}

.page {
  background: url(../image/bg-page.jpg) repeat;
}

.p-pagination {
  text-align: center;
}
.p-pagination li span, .p-pagination li a {
  line-height: 39px;
  cursor: pointer;
  font-size: 17px;
  display: inline-block;
  border: 1px solid #4e4e4e;
  color: #4e4e4e;
  min-width: 39px;
  text-align: center;
  border-radius: 50%;
		text-decoration: none;
}
.p-pagination li span, .p-pagination li a:hover {
  display: inline-block;
  background-color: #4e4e4e;
  color: #fff;
}
.p-pagination li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
.p-pagination__prev {
  margin: 6px 37px 0 10px !important;
}
.p-pagination__next {
  margin: 6px 0 0 37px !important;
}

.p-news-list li {
  width: 100%;
  padding: 27px 30px;
  border-bottom: 1px solid #4e4e4e;
}
.p-news-list li span {
  display: inline-block;
  line-height: 20px;
}
.p-news-list__date {
  padding-right: 17px;
  letter-spacing: 1px;
}
.p-news-list__cat {
  padding: 0 17px;
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  background-color: #f7a89e;
}
.p-news-list__title {
  padding: 13px 0 10px 0;
  font-size: 18px;
  letter-spacing: 0.6px;
		font-weight: 500;
}
.p-news-list__desc {
  font-size: 14px;
  letter-spacing: 0.6px;
  line-height: 1.6;
}

/*-------------------------------------------------Project*/
/*------------------------------------------------------------------------------------------------
  utility
--------------------------------------------------------------------------------------------------*/
.u-al-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.u-al-right {
  text-align: right;
}

.u-al-left {
  text-align: left;
}

.u-fl-left {
  float: left;
}

.u-flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
}

.u-clear {
  display: block;
}
.u-clear::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* mac \*/
* html .u-clear {
  height: 1%;
}

.u-font-red {
  color: #ff0000;
}

/*-------------------------------------------------utility*/

.secondInner {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 80px;
}

.secondInner p {
	margin: 0 0 20px;
}

.secondInner a {
	display: inline;
	text-decoration: underline;
	color: #F16B5C;
}



/*# sourceMappingURL=common.css.map */
</pre></body></html>