@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;600&family=Noto+Sans+JP:wght@400;800&family=Noto+Serif+JP:wght@400;600&family=Oswald:wght@400;700&family=Playfair+Display:wght@400;700&family=Roboto:wght@300;400;900&family=Young+Serif&display=swap');
/*
font-family: 'Lora', serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Oswald', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Young Serif', serif;
font-family: 'Playfair Display', serif;
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


body {
  background: #fff;
  color: #444;
  font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem; /* 16px */
}

a {
  color: #77704b;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #9b906e;
  outline: none;
  text-decoration: none;
}
a:hover img {		
	color: black;
	opacity: 0.7;
}

p {
  padding: 0;  
}

h1,
h2,
h3,
h4,
h5,
h6 {    
  margin: 0 0 0px 0;
  padding: 0;
}



/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header{  
  transition: .3s;  
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active_header{
  opacity: 1;
  visibility: visible;
}
#header {
    /*height: 100px;*/
	height: 90px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 10px 0;
    background-color: rgba(255,255,255,1.0);
    /*box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);    */
}

#header.header-scrolled,
#header.header-pages {
  /*height: 100px;*/
  height: 90px;
  padding: 10px 0;
	background: #fff;
}


#header .logo {    
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 10px;
    line-height: 1;    
    float: left;
}
@media screen and (max-width:576px) {
#header .logo {  
    padding-left: 0px;
}
}

#header .logo a,
#header .logo a:hover {
    color: #00366f;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    /*margin-top: -10px;*/
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 7px;
	float: left;
}

.main-pages {
  margin-top: 60px;
}


.head_menuarea {
    padding-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    display: flex; 
	justify-content: space-between;
}
@media screen and (max-width:576px) {
	.head_menuarea {    
	justify-content: space-between;
}
}

.head_mobile_area {
    display: none;    
}

.main_logo {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}
.main_logo img {
    max-width: 320px;    
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
	/* Drop Down */
  /* Deep Drop Down */
	/*width: 100%;*/
	/*background-color: #22ac38;*/
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;	
	float: right;
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav ul {    
    margin-right: 0px;
    margin-left: 0px;
	padding-right: 0px;
    padding-left: 0px;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
	text-align: center;
}

.inq_menu {
    margin-top: -10px;
    margin-right: -10px;
}

.main-nav a {
    display: block;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #000;
    padding-top: 15px;
    font-size: 16px;
    letter-spacing: 0.1em;
    border-top-width: 1px;
    padding-left: 20px;
    padding-right: 20px;
    width: 150px;
    font-weight: bold;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
	color: #ffffff;
	text-decoration: none;
	background-color: #c8ba8d;
}

/* メニュー6つの時 */
/*.main-nav .home {
    width: 16.6%;
}
.main-nav .gn02 {
  width: 16.7%;
}
.main-nav .gn03 {
  width: 16.7%;
}
.main-nav .gn04 {
  width: 16.7%;
}
.main-nav .gn05 {
  width: 16.7%;
}
.main-nav .gn06 {
  width: 16.6%;
}*/



/* メニュー7つの時 */
/*.main-nav .home {
    width: 14.3%;
}
.main-nav .gn02 {
  width: 14.3%;
}
.main-nav .gn03 {
  width: 14.3%;
}
.main-nav .gn04 {
  width: 14.3%;
}
.main-nav .gn05 {
  width: 14.3%;
}
.main-nav .gn06 {
  width: 14.3%;
}
.main-nav .gn07 {
  width: 14.2%;
}
*/

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 0px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
	width: 100%;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
	width: 100%;
}

.main-nav .drop-down ul a {
	font-size: 14px;
	color: #000;
	background-image: none;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
    color: #ffffff;
    background-color: rgba(200,186,141,0.8);
}

/*.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  padding-left: 10px;
}*/

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

/*.main-nav .drop-down .drop-down > a:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position: absolute;
  right: 15px; 
  font-weight: 900; 
}*/

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 16px;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #74b5fc;
  text-decoration: none;
}

/*.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: 'Font Awesome 5 Free';
  padding-left: 10px;
  position: absolute;
  right: 15px;
  font-weight: 900;
}*/

/*.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}*/

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 40px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    margin-top: -5px;
    padding-right: 10px;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #000;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}





/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (max-width: 1300px) {
.head_btn2 {
    display: none;
}
.foot_ai {
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0px;
    padding-left: 0px;
    bottom: 2%;
    left: 2%;
    right: 0%;
    width: 100%;
    line-height: 1.8;
    font-size: 20px;
    margin-bottom: 0px;
}
}

@media (max-width: 1200px) {
.main-nav a {    
    height: 60px; 
	padding-top: 15px;	
}
	#header.header-scrolled,
#header.header-pages {
  height: 70px;
  padding: 10px 0;
	background: #fff;
}
}

@media (max-width: 1021px) {
  #header {
    height: 100px;
    padding: 10px 0;
  }
  

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
.head_telarea {
    display: none;    
}
.head_menuarea {
    padding-top: 0px;
}

.head_mobile_area {
    display: inline-block;
    background: #fff;
    width: 100%;
    margin-top: 60px;    
}
.head_telarea2 {    
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.head_time2 {
    display: block;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
.head_tel2 {       
	display: inline-block;
	padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 5px;
	font-size: 18px;
	text-align: center;
}
.head_inq {       
	display: inline-block;
	padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 5px;
	font-size: 18px;
	text-align: center;
}


}


@media (max-width: 991px) { 
#header {
    height: 70px;
    padding: 10px 0;
  }
  
  #header.header-scrolled,
#header.header-pages {
  height: 70px;
  padding: 10px 0;
	background: #fff;
}

.head_logoarea {
    color: #FFFFFF;
    padding-right: 5px;
    padding-left: 10px;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: -10px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: left;
    float: left;
}
.head_ttl_area {
    padding-bottom: 0px;    
	/*padding-top: 150px;*/
	padding-top: 80px;
    
}
}

@media (max-width: 768px) {
  
.sp-hidden{
	display: none !important;
}

.pc-hidden{
	display: block !important;
}

img.sp-hidden{
	display: none !important;
}

img.pc-hidden{
	display: inline !important;
}	

.schedule_box {	
	margin-top: 10px;
}
.head_ttl_area {
    padding-bottom: 0px;    
	/*padding-top: 150px;*/
	padding-top: 50px;    
}


.side_info3 {
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0px;
    padding-left: 0px;
    bottom: 0%;
    left: 0%;
    right: 0%;
    width: 100%;
    line-height: 1.8;
    font-size: 20px;
    margin-bottom: 0px;
}
.side_info3 ul {
    margin-left: -30px;    
}

.side_info3 ul a li {
    background-color: #003f98;
    box-shadow: 0px 1px 0px 2px rgba(0,0,0,0.65);
    color: #F5F5F5;
    width: 48%;
    margin-bottom: 0px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.back-to-top {
	position: fixed;
	display: none;
	background-color: #177726;
	color: #fff;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 1.5;
	font-size: 25px;
	border-radius: 50%;
	right: 10px;
	bottom: 70px;
	transition: background 0.5s;
	z-index: 11;
}
.foot_ai {
    display: none;    
}
}

@media (max-width: 767px) {
 .sp-hidden2{
	display: none !important;
}

.pc-hidden2{
	display: block !important;
}

img.sp-hidden2{
	display: none !important;
}

img.pc-hidden2{
	display: inline !important;
}
/*tableをスクロールさせる*/
/*tableのセル内にある文字の折り返しを禁止*/
.schedule_box {
	overflow: auto;
	white-space: nowrap;
	font-size: 12px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/*tableにスクロールバーを追加*/
.schedule_box::-webkit-scrollbar {
 height: 3px;
}

/*tableにスクロールバーを追加*/
.schedule_box::-webkit-scrollbar-track {
 background: #F1F1F1;
}

/*tableにスクロールバーを追加*/
.schedule_box::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}

}

@media (max-width: 574px) {
/* タイトル部分 */
.head_ttl_area {
    padding-bottom: 0px;    
	/*padding-top: 150px;*/
	padding-top: 50px;
    
}
#head_ttl_area {
	padding-bottom: 5%;
	padding-top: 5%;
	background-color: #ECFBEE;
	margin-top: 2%;	
	margin-left: 2%;
	margin-right: 2%;
} 
.head_ttl_box {    
    margin-bottom: 10px;    
    margin-left: 5%;	
	padding-top: 2%;
}
.head_ttl {
	font-size: 21px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 0px;
	color: #333333;
	padding-top: 10px;
	/*text-shadow: 0 0 2px #ffffff;*/
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}

.head_ttlsub {
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-bottom: 5px;
	color: #22ac38;
	margin-top: 5px;
	/*text-shadow:0 0 2px #fff;*/
	padding-right: 5px;
	padding-left: 5px;
	text-transform: uppercase;
}
.contents_ttlc {
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-bottom: 5px;
    color: #000;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 0px;    
}
.contents_ttlsubc {
    font-size: 12px;
    letter-spacing: 0.3em;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #22ac38;
    padding-top: 0px;
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;	
}
}

/* footer
------------------------------------------------------------*/
footer {
    padding-top: 5%;
    padding-bottom: 5%;
    background-color: rgba(200,186,141,0.2);
    margin-top: 3%;
}

.footer_img {
    margin-bottom: 10px;  
	margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.footer_img img {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
@media screen and (max-width: 576px) {
.footer_img img {
    width: 50%;    
}
}
.footer-nav {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;    
}
.footer-nav ul {
    display: flex;
    /*align-items: center;
  justify-content: center;*/
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
}
.footer-nav ul li {
    margin-bottom: 5px;
    margin-right: 10px;
    white-space: nowrap;
    list-style-type: none;
}
.footer-nav ul li a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    text-decoration: none;
    transition-duration: 0.2s;
    white-space: nowrap;
}
.footer-nav ul li a::before {
  content: '▶';	
  padding-right: 3px;
  color:rgba(200,186,141,1.0);
}
.footer-bg {
    font-size: 0.7vw;
    margin-top: 0px;
    background-color: rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
}
/*footer li+ li {
    border-left: 1px solid rgb(26, 26, 26);
}*/
.footer_name {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.footer_name span {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.05em;
    display: block;
}
@media screen and (max-width: 576px) {
.footer_name {    
    text-align: center;
}
.footer_name span {
    font-size: 26px;
}
}
.footer_add {
    font-size: 20px;
    margin-top: 10px;
}
@media screen and (max-width: 576px) {
.footer_add {
    font-size: 16px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
}
.footer_tel {
  font-size: 36px;
  font-weight: 600;
  padding-top: 8px;
	display: inline-block;
}
@media screen and (max-width: 576px) {
.footer_tel {
  font-size: 24px; 
	padding-left: 10px;
}
}
.footer_tel a {
    color: rgba(200,186,141,1.0);
    text-decoration: none;
}
.footer_tel2 {
    font-size: 20px;
    padding-top: 8px;
	font-weight: 600;
    display: inline-block;
    margin-left: 20px;
}




.footer-btn-s {
  display: none;
}
@media screen and (max-width: 991px) {

.footer-btn-s.active {
  display: block;
    animation: UpAnime 0.5s forwards;
}
.footer-btn-s {
    position: fixed;
    width: 100%;
    /* right: 10px; */
    bottom: 10px;
    z-index: 92;
    transform: translateY(100px);
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.footer-btn {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-btn a {
  color: #fff;
}
.footer-btn li {
    
    font-size: 15px;
}
.footer-btn li:first-of-type {
    width: 42%;
    background-color: #433E2E;
    padding: 10px 0;
    text-align: center;
    opacity: .9;
    border-radius: 3px 3px 0 0;
    margin-left: 0%;
    
}
.footer-btn li:nth-of-type(2) {
    width: 42%;
    background-color: #766D51;
    padding: 10px 0;
    text-align: center;
    opacity: .9;
    border-radius: 3px 3px 0 0;
    margin-left: 1%;
}

 .footer-btn li:nth-of-type(3) {
    width: 10%;
    background: rgb(0, 0, 0);
    padding: 10px 0;
    text-align: center;
    opacity: .9;
    border-radius: 3px 3px 0 0;
    margin-left: 1%;
} 
}
@media screen and (max-width: 991px) {
.footer-bg {
    font-size: 1.5vw;
    margin-bottom: 8%;
}

}
@media screen and (max-width: 575px) {

header .logo img {
  width: 75%;
  height: auto;
}

}
@media screen and (max-width: 468px) {
.footer-bg {
    font-size: 2.5vw;
    margin-bottom: 15%;
}

.footer-nav {
    padding: 4% 0 0;
}
}
@media screen and (max-width: 375px) {
.footer-nav ul {
    /* flex-wrap: nowrap; */
}
}

/* 画像変更
---------------------------------*/
.sp-hidden {
  display: block !important;
}
.pc-hidden {
  display: none !important;
}
img.sp-hidden {
  display: inline !important;
}
img.pc-hidden {
  display: none !important;
}
@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
  .sp-hidden {
    display: none !important;
  }
  .pc-hidden {
    display: block !important;
  }
  img.sp-hidden {
    display: none !important;
  }
  img.pc-hidden {
    display: inline !important;
  }
}


/* ページトップ */
/*リンクの形状*/
#page-top a{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #555;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    /* font-size:0.6rem; */
    transition: all 0.3s;
    font-size: 10px;
}

#page-top a:hover{
    background-color: #777;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 92;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

.head_area0{
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
}




/* button
  ------------------------------------------------------------*/
.btn-b a {
  text-decoration: none;
  text-transform: uppercase;
  background-color: #004098;
  color: rgb(255, 255, 255);
  padding: 20px 30px;
  display: inline-block;
  letter-spacing: 2px;
  transition: 1s;
  font-weight: bold;
  font-size: 16px;
	max-width: 250px;
}
.btn-b a:hover {
  background: #fff;
  box-shadow: 0px 0px 10px #666;
  color: #333333;
  transition: 1s;
}
.btn-bc a {
    text-decoration: none;
    text-transform: uppercase;
    background-color: #9b906e;
    color: rgb(255, 255, 255);
    padding: 15px 20px;
    display: block;
    letter-spacing: 2px;
    transition: 1s;
    font-size: 16px;
    text-align: center;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    border-radius: 50px;
    font-weight: bold;
}
.btn-bc a:hover {
  background: #fff;
  box-shadow: 0px 0px 10px #666;
  color: #333333;
  transition: 1s;
}
.btn-maru a {
    text-decoration: none;
    text-transform: uppercase;
    background-color: #8bc120;
    color: rgb(255, 255, 255);    
    display: block;
    letter-spacing: 2px;
    transition: 1s;
    font-size: 26px;
    text-align: center;    
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    border-radius: 50%;
    font-weight: bold;
    width: 200px;
    height: 200px;
    line-height: 200px;
}
.btn-maru a:hover {
  background: #fff;
  box-shadow: 0px 0px 10px #666;
  color: #333333;
  transition: 1s;
}
.btn-bc2 {
  padding: 0 23px;
}
.btn-bc2 a {
  text-decoration: none;
  text-transform: uppercase;
  background-color: #5a5129;
  color: rgb(255, 255, 255);
  padding: 5px 20px;
  display: block;
  letter-spacing: 2px;
  transition: 1s;
  font-size: 10px;
  text-align: center;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5%;
}
.btn-bc2 a:hover {
  background: #fff;
  box-shadow: 0px 0px 10px #666;
  color: #333333;
  transition: 1s;
}
.btn-bc3 {
  padding: 0 10px;
}
.btn-bc3 a {
  text-decoration: none;
  text-transform: uppercase;
  background-color: #610000;
  color: rgb(255, 255, 255);
  padding: 5px 20px;
  display: block;
  letter-spacing: 2px;
  transition: 1s;
  font-size: 14px;
  text-align: center;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 8%;
}
.btn-bc3 a:hover {
  background: #fff;
  box-shadow: 0px 0px 10px #666;
  color: #333333;
  transition: 1s;
}
.btn-bc4 {
  padding: 0 10px;
}
.btn-bc4 a {
  text-decoration: none;
  text-transform: uppercase;
  background-color: #555;
  color: rgb(255, 255, 255);
  padding: 5px 20px;
  display: block;
  letter-spacing: 2px;
  transition: 1s;
  font-size: 13px;
  text-align: center;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 8%;
}
@media screen and (max-width:1199px) {
	.btn-bc4 a {  
  margin-top: 1%;
}
	
}
.btn-bc4 a:hover {
  background: #fff;
  box-shadow: 0px 0px 10px #666;
  color: #333333;
  transition: 1s;
}
.btn-w a {
  color: #004098;
  background-color: #ffffff;
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 20px 30px;
  transition: 1s;
}
.btn-w a:hover {
  background: #004098;
  box-shadow: 0px 0px 10px #666;
  color: #ffffff;
  transition: 1s;
}
.btn-w02 a {
  color: #fff;
  background-color: #004098;
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 20px 30px;
  transition: 1s;
}
.btn-w02 a:hover {
  background: #fff;
  box-shadow: 0px 0px 10px #666;
  color: #004098;
  transition: 1s;
}

/*head*/
.head_area {
    padding-top: 0%;
    padding-bottom: 0%;
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
}


.head_area2 {
    padding-top: 1%;
    padding-bottom: 1%;
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #F5F5F5;
    margin-bottom: 20px;
	height: 35vh;
    margin-top: -45px;
}
@media (max-width: 991px) {
.head_area2 {
    margin-top: -80px;
	height: 25vh;
}
}
/*pan*/
.pan_area {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 3%;
}
.pan_area ul li {
    display: inline-block;
    margin-right: 10px;
}
.pan_area ul li a:after {
    content: "＞";
    margin-left: 10px;
}

/*contents*/
.contents_area {
  padding-top: 3%;
  padding-bottom: 3%;
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
}
.contents_box {
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 5%;
  padding-left: 5%;
}

.contents_read {
  font-size: 18px;
  color: #555;
  line-height: 1.8;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 5%;
}
@media (max-width: 767px) {
.contents_read {
  font-size: 17px;
}
}
.contents_ttl {
  font-size: 28px;
  color: #8bc120;
  line-height: 1.8;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}
.contents_h3 {
    font-size: 2.7rem;
    color: #555;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 0.1em;
    margin-top: 3%;
	position: relative;
	border-bottom: 1px solid #ccc;
}
@media (max-width: 767px) {
.contents_h3 {
    font-size: 2.2rem;    
}
}
.contents_h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 20%;
  height: inherit;
	padding-top: 10px;
    padding-bottom: 10px;
  border-bottom: 1px solid #77704B;
}
.contents_tx {
    font-size: 1.8rem;
    color: #333;
    line-height: 2.0;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 0.1em;
}
.contents_ttl_r {
    font-size: 28px;
    color: #8bc120;
    line-height: 1.8;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: right;
}
.contents_tx_r {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  padding-top: 10px;
  padding-bottom: 10px;
	text-align: right;
}
.contents_ttl_c {
  font-size: 4.0rem;
  color: #555;
  line-height: 1.8;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #ccc;
  position: relative;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5%;
}
@media (max-width: 1399px) {
  .contents_ttl_c {
    font-size: 3.2rem;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .contents_ttl_c {
    font-size: 2.6rem;
  }
}
@media (max-width: 576px) {
  .contents_ttl_c {
    font-size: 1.8rem;
  }
}
.ttl_border::after {
    content: "";
    display: block;
    border-bottom: 2px solid #77704B;
    width: 20%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding-bottom: 10px;
}
.contents_read_c {
  font-size: 2.8rem;
  color: #77704B;
  line-height: 1.8;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 5%;
}
@media (max-width: 767px) {
  .contents_read_c {
    font-size: 2.4rem;
  }
}
.contents_tx_c {
  font-size: 1.8rem;
  color: #333;
  line-height: 2.2;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .contents_tx_c {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .contents_box img {
    padding-top: 20px;
  }
}

/* 共通
------------------------------------------------------------*/
.h2ttl_mark {
    padding-top: 5%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.h2ttl_img {
    padding-top: 5%;   
}
.h2ttl {
    font-size: 325%;
    font-family: 'Raleway', sans-serif;
    color: #000;
    text-transform: uppercase;
    padding-top: 10px;
    /*padding-left: 20px;
    padding-right: 20px;*/
    position: relative;
    overflow-wrap: break-word;
    word-wrap: break-word;
    background-image: linear-gradient(
		135deg,
		rgb(0, 0, 0, 1.0)  45%, 
		#FFFACD 50%,
		rgb(0, 0, 0, 1.0) 75% 
	  );
    background-size: 500% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: shine 4s infinite;
    letter-spacing: 0.05em;
}
@keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.h2ttl span {
    font-size: 205%;
    line-height: 0.8;    
}


@media (max-width: 991px) {
 
.h2ttl {
    font-size: 395%;
    padding-top: 10%;
    background-color: rgba(255,255,255,1.00);
}

.h2ttl span {
  font-size: 155%;  
}

}
@media (max-width: 576px) {

.h2ttl {
    font-size: 215%; 	 
	padding-top: 8%;
}

.h2ttl span {
  font-size: 155%;  
}

}

.h2ttlsub {
  font-size: 100%;
  color: #000000;
  padding-left: 20px;
  padding-right: 20px;    
  padding-bottom: 5%;
}
.h2read {
    font-size: 100%;
    color: #000000;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;  /*font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;*/
}
.h2ttlsub_r {
  font-size: 100%;
  color: #000000;
  padding-left: 20px;
  padding-right: 20px;    
  padding-bottom: 5%;
	text-align: right;
}

@media (max-width: 576px) {
 .h2read {
  font-size: 90%;
  
}

}
.h2ttl_c {
    font-size: 525%;
    font-family: 'Raleway', sans-serif;
    color: #000;
    text-transform: uppercase;
    padding-top: 5%;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    overflow-wrap: break-word;
    word-wrap: break-word;
    background-image: linear-gradient(
		135deg,
		rgb(0, 0, 0, 1.0)  45%, 
		#FFFACD 50%,
		rgb(0, 0, 0, 1.0) 75% 
	  );
    background-size: 500% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: shine 4s infinite;
    letter-spacing: 0.05em;
	text-align: center;
	z-index: 1;
}

.h2ttl_c span {
    font-size: 205%;
    line-height: 0.8;
}
.h2ttl_c2 {
    font-size: 115%;    
    text-transform: uppercase;
    padding-top: 1%;
    padding-left: 20px;
    padding-right: 20px;    
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: bold;
	color: #9b906e;
}

.h2ttl_c2 span {
  font-size: 205%;
  line-height: 0.8;
}
@media (max-width: 991px) {
 .h2ttl_c {
    font-size: 395%; 
	 padding-top: 5%;	 
}

.h2ttl_c span {
  font-size: 155%;  
}
.h2ttl_c2 {
    font-size: 145%;
    padding-top: 2%;    
}

.h2ttl_c2 span {
  font-size: 155%;  
}
}
@media (max-width: 767px) {
.h2ttl_c {
    font-size: 215%; 
	 padding-top: 15%;
}

.h2ttl_c span {
  font-size: 155%;  
}
.h2ttl_c2 {
    font-size: 115%; 	
}

.h2ttl_c2 span {
  font-size: 155%;  
}
}
.h2ttlsub_c {
  font-size: 100%;
  color: #000000;
  padding-left: 20px;
  padding-right: 20px;  
  padding-bottom: 5%;
  text-align: center;
	position: relative;
  z-index: 1;
}
.h2ttlsub_c2 {
  font-size: 300%;
  color: #000000;
  padding-left: 20px;
  padding-right: 20px;  
  padding-bottom: 5%;
  text-align: center;
	position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
.h2ttlsub_c2 {
  font-size: 230%;  
  padding-left: 10px;
  padding-right: 10px;  
  padding-bottom: 5%;
  
}
}
@media (max-width: 576px) {
.h2ttlsub_c2 {
  font-size: 180%; 
  
}
}
.h2read_c {
  font-size: 100%;
  color: #000000;
  padding-left: 20px;
  padding-right: 20px;
  /*font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;*/
	text-align: center;
}
@media (max-width: 576px) {
 .h2read_c {
  font-size: 90%;
	 text-align: left;
  
}
}
.h3ttlsub {
  padding-top: 10%;
  font-size: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
.h3ttl {
  padding-top: 50px;
  font-size: 1.3vw;
  color: #BE7200;
  font-weight: bold;
  margin-top: 0px;
  line-height: 1.4; /* padding-left: 20px;
	padding-right: 20px; */
  padding-left: 20px;
  padding-right: 20px;
}
.h3ttl_line {
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: rgba(96, 127, 135, 1.00);
  margin-top: 5%;
  margin-left: 20px;
  padding-right: 20px;
}
.read_tx {
  padding-top: 3%;
  font-size: 16px;
  color: #000;
  margin-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
.shadow_area {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 3%;
  margin-bottom: 3%;
}

/*# 背景 */

.bg_r{
    background-image: url(../img/page_bg.png);
    background-repeat: no-repeat;
    background-position: right 0%;
}
.bg_l{
    background-image: url(../img/page_bg2.png);
    background-repeat: no-repeat;
    background-position: left 0%;
}
.bg_r2{
    background-image: url(../img/page_bg3.png);
    background-repeat: no-repeat;
    background-position: right 0%;
}
.bg_l2{
    background-image: url(../img/page_bg4.png);
    background-repeat: no-repeat;
    background-position: left 0%;
}

.bg_l3{
    background-image: url(../img/page_bg5.png);
    background-repeat: no-repeat;
    background-position: left 0%;    
}
.bg_r3{
    background-image: url(../img/page_bg6.png);
    background-repeat: no-repeat;
    background-position: right 0%;
}
@media (max-width: 1399px) {
.bg_r{
    background-image: url(../img/page_bg_l.png);
    background-repeat: no-repeat;
    background-position: right 0%;
}
.bg_l{
    background-image: url(../img/page_bg2_l.png);
    background-repeat: no-repeat;
    background-position: left 0%;
}
.bg_r2{
    background-image: url(../img/page_bg3_l.png);
    background-repeat: no-repeat;
    background-position: right 0%;
}
.bg_l2{
    background-image: url(../img/page_bg4_l.png);
    background-repeat: no-repeat;
    background-position: left 0%;
}

.bg_l3{
    background-image: url(../img/page_bg5_l.png);
    background-repeat: no-repeat;
    background-position: left 0%;    
}
.bg_r3{
    background-image: url(../img/page_bg6_l.png);
    background-repeat: no-repeat;
    background-position: right 0%;
}
}
@media (max-width: 767px) {
.bg_r{
    background-image: url(../img/page_bg_s.png);
    background-repeat: no-repeat;
    background-position: right 0%;
}
.bg_l{
    background-image: url(../img/page_bg2_s.png);
    background-repeat: no-repeat;
    background-position: left 0%;
}
.bg_r2{
    background-image: url(../img/page_bg3_s.png);
    background-repeat: no-repeat;
    background-position: right 0%;
}
.bg_l2{
    background-image: url(../img/page_bg4_s.png);
    background-repeat: no-repeat;
    background-position: left 0%;
}

.bg_l3{
    background-image: url(../img/page_bg5_s.png);
    background-repeat: no-repeat;
    background-position: left 0%;    
}
.bg_r3{
    background-image: url(../img/page_bg6_s.png);
    background-repeat: no-repeat;
    background-position: right 0%;
}
}
/*# 固定ナビ */

.contact_pc{
    position: fixed;
    right: 10px;
    z-index: 101;
    bottom: 200px;
	/*opacity: 0;
  visibility: hidden;*/
}


.contact_pc li{    
	/*background-color: #555;*/
}

/*.contact_pc li:nth-child(2){
    background-color: #CE7F00;
}*/

.contact_pc li:hover{
    opacity: 0.9;
}

/*# 空室状況 */
.vacancy_info{
    position: fixed;
    left: 10px;
    z-index: 101;
    bottom: 50px;
    background-color: rgba(155,144,110,1.0);
    color: rgba(255,255,255,1.00);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 30px;
}
.vacancy_info span{
    font-size: 21px;
}

/*# ページ　フッターナビ */
.footnav_box {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 3%;
    margin-bottom: 5%;
    padding-right: 20px;
    padding-left: 20px;
    border: 1px dotted rgba(148,148,148,1.00);    
}
.footnav_ttl {
  font-size: 16px;
	color: #610000;
}
.footnav {
  
}
.footnav li {
    font-size: 13px;
    display: inline;
    white-space: nowrap;
    padding-right: 10px;
    letter-spacing: 0.1em;
    line-height: 1.0 !important;
    padding-top: 5px;
	padding-bottom: 0px;
}
.footnav li a {    
    line-height: 1.0 !important;
}
.footnav li::before {
 content: "#"; 
	color: #333;
 
}
.footnav a {
	color: #333;
	line-height: 1.0 !important;
}
.footnav a:hover {
	color: #610000;
}


.photo_maru {		
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
}

/* 画像を徐々に表示する
---------------------------------*/
.img-wrap {
  overflow: hidden;
  position: relative;
}

.img-wrap:before {
  animation: img-wrap 1s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}

.img-animation {
  animation: img-opacity 1s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
  position: relative;
}

.img-animation:before {
  animation: img-animation 1s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-opacity {
  0% {
    opacity: 0;
  }
}

@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}
