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

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
#header .con_head, #header .con_snav .box_snav, .con_gnav .box_gnav, #contents #topicpath, #footer .con_foo {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  #header .con_head, #header .con_snav .box_snav, .con_gnav .box_gnav, #contents #topicpath, #footer .con_foo {
    width: 91.66667%;
  }
}

#header .con_head:after {
  content: "";
  display: table;
  clear: both;
}

@font-face {
  font-family: 'Hannari';
  src: url("font/Hannari.woff") format("woff"), url("font/Hannari.otf’") format("opentype");
}
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
}

body {
  color: #2f2f2f;
  background: #F5ECE3;
  -webkit-text-size-adjust: none;
}
.ie body {
  font-size: 105%;
}
body a {
  color: #494949;
}
body a:link, body a:visited, body a:active {
  text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
  color: #626262;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
  line-height: 1;
}

body, pre, input, textarea, select {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}

input, select, textarea {
  font-size: 100%;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
  display: none !important;
}
html.ie8 #page {
  min-width: 1200px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1200px) {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
  display: none !important;
}

.mouse .over {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .over {
  -webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

* {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
  min-width: 1200px;
  width: 100%;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  position: relative;
  font-size: 108%;
  line-height: 1.5 !important;
}
#header .con_head {
  min-width: 1200px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  margin-left: -600px;
  width: 100%;
  padding-top: 10px;
}
#header .con_head h1 {
  float: left;
  color: #fff;
  width: 60%;
  font-size: 12px;
}
#header .con_head .btn_menu {
  position: absolute;
  top: 5%;
  right: 0;
  width: 4em;
  z-index: 1;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#header .con_head .btn_menu:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#header .con_head .box_lang {
  position: absolute;
  right: 50%;
  margin-right: -600px;
  width: 135px;
}
#header .con_head .box_lang #btn_lang {
  text-align: center;
  border: 1px solid #fff;
  position: relative;
  cursor: pointer;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#header .con_head .box_lang #btn_lang:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#header .con_head .box_lang #btn_lang span {
  display: block;
  padding: .5em;
  color: #fff;
  text-decoration: none;
  font-family: "Times New Roman",Times,serif;
  font-size: 14px;
}
#header .con_head .box_lang #btn_lang span:before {
  content: "▼";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 5%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
}
#header .con_head .box_lang .lang_list {
  display: none;
  width: 100%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#header .con_head .box_lang .lang_list li {
  width: 100%;
  text-align: center;
}
#header .con_head .box_lang .lang_list li:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#header .con_head .box_lang .lang_list li a {
  display: block;
  padding: .5em;
  color: #fff;
  text-decoration: none;
  font-family: "Times New Roman",Times,serif;
  font-size: 14px;
  border-bottom: 1px solid #fff;
}
#header .con_head .box_lang:hover .lang_list {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#header .con_head .logo {
  margin: auto;
  width: 323px;
  clear: both;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#header .con_head .logo:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#header .con_head .logo a {
  display: block;
}
#header .con_snav {
  background: #1e130c;
}
#header .con_snav .box_snav {
  min-width: 1200px;
  overflow: hidden;
}
#header .con_snav .box_snav .txt_tel {
  float: right;
  color: #c0963d;
}
#header .con_snav .box_snav .txt_tel span {
  font-family: "Times New Roman",Times,serif;
  font-size: 24px;
}
#header .con_snav .box_snav .txt_tel span:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
}
#header .con_snav .box_snav .snav {
  float: right;
  overflow: hidden;
  margin-right: 20px;
}
#header .con_snav .box_snav .snav li {
  float: left;
  margin-left: 1em;
  padding: 8px 0;
}
#header .con_snav .box_snav .snav li:first-child {
  margin-left: 0;
}
#header .con_snav .box_snav .snav li:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #87744b;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
}
#header .con_snav .box_snav .snav li a {
  color: #fff;
  text-decoration: none !important;
  font-size: 14px;
}
#header .con_snav .box_snav .snav li a:hover {
  text-decoration: underline !important;
}

.con_gnav {
  background: url(../images/common/bg02.jpg) repeat 0 0;
}
.con_gnav .box_gnav {
  min-width: 1200px;
  overflow: hidden;
}
.con_gnav .box_gnav .logo {
  float: left;
  width: 17.41667%;
  padding: 22px 0;
}
.con_gnav .box_gnav .logo a {
  display: block;
}
.con_gnav .box_gnav #gnav {
  float: left;
  width: 80.33333%;
  margin-left: 2.25%;
  display: table;
}
.con_gnav .box_gnav #gnav li {
  display: table-cell;
}
.con_gnav .box_gnav #gnav li a {
  display: block;
  text-decoration: none;
  padding: 20px 0;
  text-align: center;
  position: relative;
}
.con_gnav .box_gnav #gnav li a:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  background: #c0973d;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.con_gnav .box_gnav #gnav li a:hover:after {
  width: 80%;
}
.con_gnav .box_gnav #gnav li a em {
  color: #fff;
  display: block;
  font-size: 16px;
}
.con_gnav .box_gnav #gnav li a span {
  display: block;
  font-family: 'Crimson Text', serif;
  color: #87744b;
  font-size: 10px;
}
.con_gnav .box_gnav #gnav li.g_roo {
  width: 9.23237%;
}
.con_gnav .box_gnav #gnav li.g_fac {
  width: 18.77593%;
}
.con_gnav .box_gnav #gnav li.g_res {
  width: 14.93776%;
}
.con_gnav .box_gnav #gnav li.g_sig {
  width: 12.3444%;
}
.con_gnav .box_gnav #gnav li.g_acc {
  width: 14.10788%;
}
.con_gnav .box_gnav #gnav li.g_cal {
  width: 17.32365%;
}
.con_gnav .box_gnav #gnav li.g_pla {
  width: 13.27801%;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.con_gnav .box_gnav #gnav li.g_pla:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.con_gnav .box_gnav #gnav li.g_pla a {
  border: 1px solid #4c5a25;
  background: url(../images/common/bg_plan.jpg) repeat 0 0;
}
.con_gnav .box_gnav #gnav li.g_pla a span {
  color: #adb39c;
}
.con_gnav .box_gnav #gnav li.g_pla a:after {
  content: none;
}

.pagetitle {
  overflow: hidden;
  max-width: 1920px;
}
.pagetitle .photo {
  position: relative;
  left: 50%;
  margin-left: -960px;
}
.pagetitle h2 {
  font-size: 13px;
  top: 25.36232%;
  left: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: normal;
}
.pagetitle h2 em {
  display: block;
  font-family: "Times New Roman",Times,serif;
  font-size: 35px;
}
.pagetitle h2 span {
  display: block;
}
.pagetitle h2 span:before, .pagetitle h2 span:after {
  content: "－";
  display: inline-block;
  vertical-align: middle;
  margin-top: -.1em;
}
.pagetitle h2 span:before {
  margin-right: .3em;
}
.pagetitle h2 span:after {
  margin-left: .3em;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents {
  /* topicpath */
}
#contents #topicpath {
  min-width: 1200px;
  padding: 10px 0;
  overflow: hidden;
  font-size: 108%;
  line-height: 1.5 !important;
}
#contents #topicpath li {
  float: left;
  margin-left: .8em;
}
#contents #topicpath li:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 12px;
  color: #87744b;
  margin-right: .5em;
}
#contents #topicpath li:first-child {
  margin-left: 0;
}
#contents #topicpath li:first-child:before {
  content: none;
}
#contents #topicpath li a {
  color: #2f2f2f !important;
}
#contents #topicpath li a:hover {
  text-decoration: none !important;
}
#contents .con_toku {
  width: 943px;
  margin: 60px auto 70px;
  position: relative;
  padding: 2px 0.16667%;
  border: 3px solid #37271e;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #contents .con_toku {
    margin: 12% auto 10%;
  }
}
#contents .con_toku .box_toku {
  border: 1px solid #37271e;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 3.61991% 35px;
  overflow: hidden;
  text-align: center;
}
#contents .con_toku .box_toku .box_tit {
  text-align: center;
  width: 100%;
}
#contents .con_toku .box_toku .box_tit em {
  font-family: "Times New Roman",Times,serif;
  font-size: 93%;
  color: #c0963d;
  display: block;
}
#contents .con_toku .box_toku .box_tit span {
  display: block;
  line-height: 1.25;
  color: #495723;
  font-size: 193%;
}
#contents .con_toku .box_toku .box_tit span:before, #contents .con_toku .box_toku .box_tit span:after {
  content: "－";
  display: inline-block;
  vertical-align: middle;
  margin-top: -.1em;
}
#contents .con_toku .box_toku .box_tit span:before {
  margin-right: .3em;
}
#contents .con_toku .box_toku .box_tit span:after {
  margin-left: .3em;
}
#contents .con_toku .box_toku .cat {
  color: #5f493b;
  font-size: 143%;
  margin-bottom: 15px;
  text-align: center;
}
#contents .con_toku .box_toku .cat &gt; em {
  font-size: 150%;
  color: #c0973d;
  position: relative;
  padding: 0 5px;
}
#contents .con_toku .box_toku .cat &gt; em:after {
  content: "";
  width: 95%;
  height: 7px;
  position: absolute;
  left: 0;
  bottom: -13%;
  background: url(../images/home/ic_line.png) repeat 0 0;
}
#contents .con_toku .box_toku .txt {
  line-height: 2em;
  text-align: center;
}
#contents .con_toku .box_toku .txt &gt; em {
  font-size: 86%;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  background: url(../images/common/bg02.jpg) repeat 0 0;
  font-size: 108%;
  line-height: 1.5 !important;
}
#footer .box_ptop_ai {
  position: fixed;
  bottom: 3%;
  right: 3%;
  overflow: hidden;
  width: 240px;
  z-index: 5;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#footer .box_ptop_ai #ptop {
  float: right;
  width: 60px;
  height: 60px;
  text-align: center;
  cursor: pointer;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#footer .box_ptop_ai #ptop:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#footer .box_ptop_ai #ptop a {
  background: #1e130c;
  display: block;
  text-decoration: none;
}
#footer .box_ptop_ai #ptop a:before {
  content: "▲";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: block;
  margin: 0 auto;
  color: #fff;
  line-height: 60px;
}
#footer .box_ptop_ai .bn_ai {
  float: left;
  width: 179px;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#footer .box_ptop_ai .bn_ai:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#footer .box_ptop_ai .bn_ai a {
  display: block;
}
#footer .con_foo {
  min-width: 1200px;
  overflow: hidden;
  padding: 50px 0 75px;
}
#footer .con_foo .logo {
  width: 209px;
  margin: 0 auto 25px;
}
#footer .con_foo address {
  text-align: center;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 65px;
}
#footer .con_foo .box_sitemap {
  float: left;
  width: 46.66667%;
  overflow: hidden;
}
#footer .con_foo .box_sitemap ul {
  float: left;
  border-left: 1px solid #8b8886;
  padding-left: 1.96429%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .con_foo .box_sitemap ul li {
  line-height: 2.9;
}
#footer .con_foo .box_sitemap ul li:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #87744b;
  vertical-align: middle;
  display: inline-block;
  margin-top: -.25em;
  font-size: 12px;
}
#footer .con_foo .box_sitemap ul li a {
  color: #fff;
  font-size: 14px;
}
#footer .con_foo .box_sitemap ul li a:hover {
  text-decoration: none !important;
}
#footer .con_foo .box_sitemap ul:nth-of-type(1) {
  width: 30.71429%;
}
#footer .con_foo .box_sitemap ul:nth-of-type(2) {
  width: 29.64286%;
}
#footer .con_foo .box_sitemap ul:nth-of-type(3) {
  width: 39.64286%;
}
#footer .con_foo .box_cont {
  float: right;
  width: 49.16667%;
  padding: 30px 2.5% 35px 2.91667%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(5, 3, 2, 0.55);
  overflow: hidden;
}
#footer .con_foo .box_cont h5 {
  font-weight: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 1em;
}
#footer .con_foo .box_cont .box_tel {
  width: 51.42857%;
  float: left;
  text-align: center;
}
#footer .con_foo .box_cont .box_tel .st {
  color: #c0963d;
  line-height: 1.25;
  text-align: center;
}
#footer .con_foo .box_cont .box_tel .txt_tel a, #footer .con_foo .box_cont .box_tel .txt_tel span {
  color: #c0963d;
  line-height: 1.25;
  font-size: 33px;
  font-family: "Times New Roman",Times,serif;
  text-align: center;
}
#footer .con_foo .box_cont .box_tel .txt_tel a:before, #footer .con_foo .box_cont .box_tel .txt_tel span:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
}
#footer .con_foo .box_cont .box_tel .txt_time {
  color: #fff;
  text-align: center;
}
#footer .con_foo .box_cont .mail_link {
  float: right;
  width: 41.90476%;
  text-align: center;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#footer .con_foo .box_cont .mail_link:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#footer .con_foo .box_cont .mail_link a {
  padding: 10px 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  text-decoration: none;
  display: block;
}
#footer .con_foo .box_cont .mail_link a:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: block;
  color: #fff;
}
#footer .con_foo02 {
  background: url(../images/common/bg03.jpg) repeat 0 0;
  padding: 20px 0;
}
#footer .con_foo02 .box_bn {
  width: 500px;
  margin: 0 auto 25px;
  overflow: hidden;
}
#footer .con_foo02 .box_bn li {
  float: left;
  width: 160px;
  margin-left: 10px;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#footer .con_foo02 .box_bn li:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#footer .con_foo02 .box_bn li:first-child {
  margin-left: 0;
}
#footer .con_foo02 .box_bn li a {
  display: block;
}
#footer .con_foo02 #copyright {
  color: #fff;
  text-align: center;
  font-size: 12px;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
#ypro_search .ypro_pulldown_common {
  background-color: #5c4c34 !important;
  border-top: 10px solid #372820 !important;
  color: #fff !important;
}

#ypro_wrapper #search_box h3.ypro_st_search {
  background-color: #5c4c34 !important;
  border-top: 10px solid #372820 !important;
  color: #fff !important;
}

#ypro_wrapper .plan_box h3.ypro_st_title {
  background-color: #5c4c34 !important;
  border-top: 10px solid #372820 !important;
  color: #fff !important;
}

#y_planlist h3 {
  background-color: #5c4c34 !important;
  border-top: 10px solid #372820 !important;
  color: #fff !important;
}

#ypro_wrapper h3.ypro_st_search_2 {
  background-color: #5c4c34 !important;
  border-top: 10px solid #372820 !important;
  color: #fff !important;
}
</pre></body></html>