@import url("./style-sub.css");
/* @import url("./style-sub2.css"); */
/* ==== Google font ==== */
/* @import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic'); */

@font-face {
    font-family: anzu;
    src: url('../fonts/apjapanesefont.eot?#iefix') format('oldIE'),
    url('../fonts/apjapanesefont.woff') format("woff"),
    url('../fonts/APJapanesefont.ttf') format("truetype");
}

html {
  width: 100%;
  height: 100%;
  line-height: 1;
  font: inherit;
  font-size: 62.5%; /* 10px */
}

body {
  width: 100%;
  height: 100%;
  font-family: "ヒラギノ角ゴ ProN W3",メイリオ , Meiryo,"MS UI Gothic", Tahoma, "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  font-weight: 300;
  color: #000;
  background-color: #fff;
  font-size: 1.6px;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 30px;
  /*text-transform: uppercase;*/
  font-family: "ヒラギノ角ゴ ProN W3",メイリオ , Meiryo,"MS UI Gothic", Tahoma, "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

p {
  margin: 0 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6em;
}

p.lead {
font-weight: 600;
}

a {
  color: #000;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #dd0000;
}

/* cell.is-empty設定IEのobject-fit:cover;の未対応の為
-------------------------------------------------------------------------------- */
.object-fit-img {
  object-fit: cover;
  object-position: center;
  background-position-y: center;
  font-family: 'object-fit: cover; object-position: center;';
}

/* ゴーストボタン設定
----------------------------------------------------------------------------------------------- */
a.gbtn:link,
a.gbtn:visited{
  display: inline-block;
  width: 420px;
  margin: 60px 40px 40px;
  padding: 15px 10px;
  border: 1px solid #222222;
  background: transparent;
  color: #222222;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: .3s;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  font-weight: 400;
}
a.gbtn-hover {
  position:relative;
  z-index:2;
  overflow:hidden;
}
a.gbtn::before {
  content: url(../images/link_icon.png);
  width: 31px;
  height: 25px;
  margin: 0 5px 0 0;
  padding: 0;
  position: relative;
  top: 2px;
}
a.gbtn-hover::after {
  display:block;
  content:"";
  position:absolute;
  z-index:-1;
  top:50%;
  left:50%;
  width:0;
  height:0;
  margin:0;
  border-radius:50%;
  background:#f3f3f3;
  transition:.3s;
}
a.gbtn-hover:hover {
  color:#555;
}
a.gbtn-hover:hover::after {
  width:450px;
  height:450px;
  margin:-225px 0 0 -225px;
}

/* ゴーストボタン2設定 */
a.gbtn2:link,
a.gbtn2:visited{
  display: inline-block;
  width: 250px;
  margin: 45px 40px 0px;
  padding: 15px 10px;
  border: 1px solid #FFFFFF;
  background: transparent;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: .3s;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  font-weight: 700;
}
a.gbtn2-hover {
  position:relative;
  z-index:2;
  overflow:hidden;
}
a.gbtn2-hover::after {
  display:block;
  content:"";
  position:absolute;
  z-index:-1;
  top:50%;
  left:50%;
  width:0;
  height:0;
  margin:0;
  border-radius:50%;
  background:#222222;
  transition:.3s;
}
a.gbtn2-hover:hover {
  color:#FFFFFF;
}
a.gbtn2-hover:hover::after {
  width:450px;
  height:450px;
  margin:-65px 0 0 -225px;
}


img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  max-width: 100%;
  line-height: 0;
}

.light {
    font-weight: 400;
}

/* container
----------------------------------------------------------------------------------------------- */
/*.container {
  height: 100%;
}*/

/* マウスホバーアクション
----------------------------------------------------------------------------------------------- */
/*.transform01 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.transform02 {
  -webkit-transform: rotate(15deg) scale(1.4);
  transform: rotate(15deg) scale(1.4);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
figure:hover .transform01 {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);

}
figure:hover .transform02 {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}*/
figure h4 {
  padding: 20px 0 5px;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
figure p {
  color: #fff;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

figure {
  position: relative;
  overflow: hidden;
}

.end {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 300px;
  background: rgba(0,0,0,0.8);
}

.end p {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0px;
  margin: -5% 0 0 -19%;
  color: #fff;
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

figcaption {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 300px;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
}
figure:hover figcaption {
  top: 0;
  left: 0;
}


/* 画像フロート設定
----------------------------------------------------------------------------------------------- */
.image-left {
position: relative;
margin: 0 30px 40px 0;
padding: 0;
float: left;
}

.image-left02 {
position: relative;
margin: 0 30px 40px 0;
padding: 0;
float: left;
}

.image-right {
position: relative;
margin: 0 0px 40px 30px;
padding: 0;
float: right;
}

.image-center {
position: relative;
margin: 0 auto 30px;
padding: 0;
text-align: center;
}

/* 画像フロート設定
----------------------------------------------------------------------------------------------- */
.left {
position: relative;
margin: 0 30px 0px 0;
padding: 0;
}
.right {
position: relative;
margin: 0 0px 0px 30px;
padding: 0;
}
.center {
position: relative;
margin: 0 auto 0px;
padding: 0;
text-align: center;
}



/* googlemapレスポンシブ設定
----------------------------------------------------------------------------------------------- */
.ggmap {
position: relative;
margin: 0 auto 30px;
padding-bottom: 38%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed,
.ggmap #apimap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.ggmap .apimap a {
  color: #000;
  text-decoration: underline;
}

/* box-sizing設定
----------------------------------------------------------------------------------------------- */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* clearfix設定
----------------------------------------------------------------------------------------------- */
.cf:before,
.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear:both;
}
/*IE6,7対策 （haslayout対策）*/
.cf{
  *zoom:1;
}

/* 表示非表示切り替え設定
----------------------------------------------------------------------------------------------- */
.pc-view {
  display: block;
}
.tab-view {
  display: block;
}
.sp-tab-view {
  display: none;
}
.sp-view {
  display: none;
}

/* リンク画像設定
----------------------------------------------------------------------------------------------- */
a:hover img.hoverimg,
a.hoverimg:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}

/* navbar
----------------------------------------------------------------------------------------------- */
body > .navbar {
  height: 80px;
  margin-bottom: 0;
  padding: 11px 0 0px;
  border: none;
  letter-spacing: 1px;
  background: rgba(255,255,255,1) repeat;
  -webkit-transition: background .3s ease-in-out,padding .3s ease-in-out;
  -moz-transition: background .3s ease-in-out,padding .3s ease-in-out;
  transition: background .3s ease-in-out,padding .3s ease-in-out;
}

/*.navbar .navbar-header {
  display: none;
}*/

.top-nav-collapse {
  padding: 0;
  background: #E5E5E5;
}

/*.navbar-custom.top-nav-collapse {
  height: 70px;
  margin-bottom: 0;
  padding: 19px 0;
  border-bottom: 0;
  letter-spacing: 1px;
  background: rgba(31,31,31,0.7) repeat;
  background: url(../images/header_bg.png) repeat-x;
}*/

.navbar-brand:focus {
    outline: 0;
}
div .navbar-brand {
  margin: 0px !important;
  padding: 0;
  display: block;
  height: 100%;
}
div .navbar-brand .logo {
  color: #000000;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  font-weight: normal;
  margin: 0px 0 0px;
  padding: 0px 0 0 56px;
  letter-spacing: -0.8px;
  text-align: left;
  position: relative;
}
div .navbar-brand .logo span.small {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  text-align: left;
  margin: 0px 0 0px;
  padding: 0 0 0 0px;
  display: block;
  color: #000000;
}
div .navbar-brand .logo span.big {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 36px;
  padding: 0 0 0 0px;
  display: inline-block;
  color: #000000;
  letter-spacing: 0.8px;
}

div .navbar-brand .logo::before {
  content: '';
  background-image: url(../images/header_logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 46px;
  height: 56px;
  margin: -30px 0 0px;
  padding: 0px 0 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  display: inline-block;
}

.navbar-collapse {
  position: static;
  margin: 0;
  padding: 0;
}

.nav.navbar-nav {
-js-display: flex;
display: -webkit-flex; /* Safari */
display: flex;
-webkit-flex-direction: row; /* Safari */
flex-direction:         row;
-webkit-flex-wrap: wrap; /* Safari */
flex-wrap:         wrap;
-webkit-justify-content: flex-end; /* Safari */
justify-content:         flex-end;
-webkit-align-items: center; /* Safari */
align-items:         center;
margin: 0;
padding: 0;
text-align: center;
position: static;
/* width: 1170px; */
float: none;
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    /*background-color: rgba(0,0,0,0.1);*/
}

.navbar-custom ul.nav li {
  margin: 0;
  padding: 0px 0px 0px;
  float: none;
  position: relative;
}
/* .navbar-custom ul.nav li::after {
  content: '';
  background-color: #999999;
  background-repeat: no-repeat;
  background-position: center top;
  width: 1px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 0;
  -webkit-transform: skewX(150deg);
  -moz-transform: skewX(150deg);
  transform: skewX(150deg);
  margin: 0;
  padding: 0 0 0;
} */
/* .navbar-custom ul.nav li:first-child::before {
  content: none;
  margin: 0;
  padding: 0;
} */
.navbar-custom ul.nav li.mask,
body:not(#page-top) .navbar-custom ul.nav li.mask {
  display: none;
}

.navbar-custom ul.nav li a {
	font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
	letter-spacing: -0.8px;
    color: #000;
	text-transform: uppercase;
  display: block;
  margin: 0 0 -2px;
  padding: 4px 20px 0;
}
.navbar-custom ul.nav li.home a {
  display: block;
  background-image: url(../images/home_black.png);
  background-repeat: no-repeat;
  background-position: center 11px;
  border-bottom: none;
  width: 20px;
  height: 40px;
  margin: 0;
  padding: 0px 0px 0;
}
.navbar-custom ul.nav li.home a img {
  vertical-align: middle;
}
.navbar-custom ul.nav li.home a:hover,
body:not(#page-top) .navbar-custom ul.nav li.home a:hover {
  background-image: url(../images/home_red.png);
  background-color: transparent;
}
.navbar-custom ul.nav li.home a:hover::before,
body:not(#page-top) .navbar-custom ul.nav li.home a:hover::before {
  content: none;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

body:not(#page-top) .navbar-custom ul.nav li a {
  color: #000;
  position: relative;
}

.navbar-custom ul.nav li a:hover,
.navbar-custom ul.nav li a:focus,
.navbar-custom ul.nav li.active,
body:not(#page-top) .navbar-custom ul.nav li a:hover,
body:not(#page-top) .navbar-custom ul.nav li a:focus,
body:not(#page-top) .navbar-custom ul.nav li.active,
#access .navbar-custom ul.nav li a[title="access"],
#contact .navbar-custom ul.nav li a[title="contact"],
#event .navbar-custom ul.nav li a[title="event"],
#info .navbar-custom ul.nav li a[title="info"],
#meeting .navbar-custom ul.nav li a[title="meeting"],
#rental .navbar-custom ul.nav li a[title="rental"],
#privacy .navbar-custom ul.nav li a[title="privacy"] {
    color: #fff;
    background-color: #327563;
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    color: #fff;
    position: relative;
    right: 0;
    top: 0;
}

.top-nav-collapse .navbar-toggle {
    -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #222222;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

.is-animation #menu-first-block {
  display: none;
}

/* スクロール後と各ページ設定 */
.is-animation .navbar,
body:not(#page-top).is-animation .navbar {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(0,0);
  box-shadow: 0 3px 4px rgba(0,0,0,0.3);
  width: 100%;
  height: 55px;
  z-index: 999;
  margin-bottom: 0;
  padding: 0px 0;
  border: none;
  border-radius: 0;
  letter-spacing: 1px;
  background: rgba(255,255,255,1) repeat;
  /* -webkit-transition: background .6s ease-in-out,padding .6s ease-in-out;
  -moz-transition: background .6s ease-in-out,padding .6s ease-in-out;
  transition: background .6s ease-in-out,padding .6s ease-in-out; */
}
.is-animation .navbar-collapse.collapse {
  display: block !important;
  height: auto !important;
  padding: 0px 0 0;
  overflow: visible !important;
}

.is-animation .nav.navbar-nav {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  padding: 0;
  text-align: center;
  position: static;
  /* width: 1170px; */
  float: none;
}

.is-animation div .navbar-brand {
  margin: 0px !important;
  padding: 0px 0px 0;
  display: block;
  height: 100%;
}

.navbar-collapse.collapse {
  display: block !important;
  height: auto !important;
  padding: 14px 0 0;
  overflow: visible !important;
}
.is-animation div .navbar-brand .logo {
  margin: 0px 0 0px;
  padding: 0 0 0 43px;
}
.is-animation div .navbar-brand .logo span.big {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 26px;
  padding: 0 0 0 0px;
  display: inline-block;
  color: #000000;
  letter-spacing: 0.8px;
}
.is-animation div .navbar-brand .logo span.small {
  font-size: 14px;
  font-size: 1.4rem;
  line-heihgt: 24px;
}
.is-animation div .navbar-brand .logo::before {
  content: '';
  background-image: url(../images/logo_sub.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 33px;
  height: 40px;
  margin: -22px 0 0px;
  padding: 0px 0 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  display: inline-block;
}
.is-animation .navbar-custom ul.nav li.mask,
body:not(#page-top).is-animation .navbar-custom ul.nav li.mask {
  display: block;
}
.is-animation .navbar-custom ul.nav li a,
body:not(#page-top).is-animation .navbar-custom ul.nav li a {
  color: #000;
  line-height: 55px;
  margin: 0 0 0;
  padding: 0 20px 0;
}
.is-animation .navbar-custom ul.nav li.home a {
  display: block;
  background-image: url(../images/home_black.png);
  background-repeat: no-repeat;
  background-position: center 5px;
  border-bottom: none;
  width: 20px;
  height: 30px;
  margin: 0;
  padding: 0px 0px 0;
}
body:not(#page-top).is-animation .navbar-custom ul.nav li a {
  color: #000;
}

.is-animation .navbar-custom ul.nav li.home a,
body:not(#page-top).is-animation .navbar-custom ul.nav li.home a {
  display: block;
  background-image: url(../images/home_white.png);
}
.is-animation .navbar-custom ul.nav li.home a:hover,
.is-animation .navbar-custom ul.nav li.home a:active,
body:not(#page-top).is-animation .navbar-custom ul.nav li.home a:hover,
body:not(#page-top).is-animation .navbar-custom ul.nav li.home a:active {
  background-image: url(../images/home_yellow.png);
  opacity: 1;
}

.is-animation .navbar-custom .nav li a:hover,
.is-animation .navbar-custom .nav li a:focus,
.is-animation .navbar-custom .nav li.active,
body:not(#page-top).is-animation .navbar-custom .nav li a:hover,
body:not(#page-top).is-animation .navbar-custom .nav li a:focus,
body:not(#page-top).is-animation .navbar-custom .nav li.active,
#access.is-animation .navbar-custom ul.nav li a[title="access"],
#contact.is-animation .navbar-custom ul.nav li a[title="contact"],
#event.is-animation .navbar-custom ul.nav li a[title="event"],
#info.is-animation .navbar-custom ul.nav li a[title="info"],
#meeting.is-animation .navbar-custom ul.nav li a[title="meeting"],
#rental.is-animation .navbar-custom ul.nav li a[title="rental"],
#privacy.is-animation .navbar-custom ul.nav li a[title="privacy"] {
    outline: 0;
    color: #fff;
}

.is-animation .comment ul li:first-child {
  color: #fff;
}
.is-animation .comment ul li:last-child {
  color: #fff;
}

.is-animation .comment ul li:last-child span {
  color: #fff;
}

/* #toTop設定
----------------------------------------------------------------------------------------------- */
#toTop {
display: none;
position: fixed;
bottom: 20px;
right: 20px;
width: 40px;
height: 40px;
background-image: url('../images/up.png');
background-repeat: no-repeat;
opacity: 0.4;
filter: alpha(opacity=40); /* For IE8 and earlier */
z-index: 1000;
}
#toTop:hover {
opacity: 0.8;
filter: alpha(opacity=80); /* For IE8 and earlier */
}

/* hr設定
----------------------------------------------------------------------------------------------- */
hr {
  width: 100%;
  borderbottom: 1px solid #636363;
  clear: both;
  margin: 10px auto 20px;
}

/* margin設定
----------------------------------------------------------------------------------------------- */
.margin-bottom0{margin-bottom:0 !important;}
.margin-bottom10{margin-bottom:10px !important;}
.margin-bottom20{margin-bottom:20px !important;}
.margin-bottom30{margin-bottom:30px !important;}
.margin-bottom40{margin-bottom:40px !important;}
.margin-bottom50{margin-bottom:50px !important;}
.margin-bottom60{margin-bottom:60px !important;}
.margin-bottom70{margin-bottom:70px !important;}
.margin-bottom80{margin-bottom:80px !important;}
.margin-bottom90{margin-bottom:90px !important;}
.margin-bottom100{margin-bottom:100px !important;}
.margin-bottom120{margin-bottom:120px !important;}
.margin-bottom150{margin-bottom:150px !important;}
.margin-bottom160{margin-bottom:160px !important;}


/* max-width設定
----------------------------------------------------------------------------------------------- */
.max-width10{max-width: 10% !important;}
.max-width20{max-width: 20% !important;}
.max-width30{max-width: 30% !important;}
.max-width40{max-width: 40% !important;}
.max-width50{max-width: 50% !important;}
.max-width60{max-width: 60% !important;}
.max-width70{max-width: 70% !important;}
.max-width80{max-width: 80% !important;}
.max-width90{max-width: 90% !important;}


/* General sections
----------------------------------------------------------------------------------------------- */

/* メイン画像設定
----------------------------------------------------------------------------------------------- */
.bg-slider {
  background-image: url(../images/top/main01.jpg);
  width: 100%;
  height: 76.5vh;
  min-height: 700px;
	background-position:center center;
	background-size: cover;
	/* display: flex;
  flex-direction: column;
  flex-wrap: wrap;
	align-items: center;
	justify-content: center;
position: relative; */
text-align: center;
position: relative;
}
.bg-slider h2 {
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 64px;
  color: #03412d;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", serif;
  font-weight: normal;
  text-align: center;
  margin: -70px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.bg-slider .comment {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 40px;
  color: #b01340;
  text-align: center;
  font-family: "ヒラギノ角ゴ ProN W3",メイリオ , Meiryo,"MS UI Gothic", Tahoma, "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  margin: 0;
  padding: 10px 0 0;
  display: block;
}




/* home-section
----------------------------------------------------------------------------------------------- */
.home-section {
  padding-top: 60px;
  padding-bottom: 90px;
  display:block;
  position:relative;
  z-index:120;
}

.home-section02 {
  padding-top: 60px;
  padding-bottom: 0px;
  display:block;
  position:relative;
  z-index:120;
}

/* section title
----------------------------------------------------------------------------------------------- */
#page-top section .head {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 52px;
  text-align: center;
  font-weight: normal;
  color: #302921;
  margin: 0px auto 10px;
  padding: 0 0 0;
}
#page-top section .sub-head {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 32px;
  text-align: center;
  font-weight: normal;
  color: #000000;
  margin: 0px auto 40px;
  padding: 0 0 0;
}

#page-top section .title-type2 {
  font-size: 40px;
  font-size: 4.0rem;
  line-height: 50px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 0px 0px 10px;
  padding: 0;
}
#page-top section .title-type2::before {
  content: '';
  background-image: url(../images/top/title-left.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 40px;
  display: inline-block;
  margin: 0px 0px 0;
  padding: 0;
  position: relative;
  top: 4px;
  left: -10px;
}
#page-top section .title-type2::after {
  content: '';
  background-image: url(../images/top/title-right.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 40px;
  display: inline-block;
  margin: 0px 0px 0;
  padding: 0;
  position: relative;
  top: 4px;
  right: -10px;
}

/* #page-top section .title-center-white {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 64px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 0px 0px 20px;
}
#page-top section .title-center-white span {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
#page-top section .blue-back {
  width: 100%;
  background-image: url(../images/title_bg.png);
  background-repeat: repeat;
  height: auto;
  margin: 0 0 60px;
  padding: 0;
}

#page-top section .blue-back .title-blue-bg {
  font-size: 40px;
  font-size: 4.0rem;
  line-height: 50px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 30px 0px 25px;
}
#page-top section .blue-back .title-blue-bg span {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  margin: 0;
  padding: 0;
} */



/* section 共通項目
----------------------------------------------------------------------------------------------- */
section p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.889;
  text-align: left;
  color: #000;
  margin: 0 0 30px;
}

section p.center {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.889;
  text-align: center;
  margin: 0 0 30px;
  color: #000;
}

section span.sub-title {
    display: block;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 30px;
    margin: 0px 0 30px;
}

section a.link-btn {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background-color: #1a3a4a;
  background-repeat: repeat;
  margin: 100px auto 0px;
  padding: 13px 25px 8px;
  letter-spacing: -0.8px;
  display: inline-block;
}

section a.link-btn:before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 24px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  margin: 0 10px 0 0;
  padding: 0;
  position: relative;
  top: 3px;
}
section a.link-btn:hover,
section a.link-btn:active {
  opacity: 0.7;
}

/* image-listの設定
----------------------------------------------------------------------------------------------- */
.image-list-4 {
  display: -webkit-inline-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  list-style: none;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
}
.image-list-4 > li {
  width: 270px;
  margin: 0 0 0px;
  padding: 0;
}
/* .image-list-4 > li img {
  width: 100%;
  height: 186px;
  object-fit: cover;
  margin-bottom: 5px;
} */
.image-list-3 {
  display: -webkit-inline-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  list-style: none;
  margin: 0 auto 10px;
  padding: 0;
  text-align: center;
}
.image-list-3 > li {
  width: 370px;
  margin: 0 0 30px;
  padding: 0;
}

.image-list-2 {
  display: -webkit-inline-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  list-style: none;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
}
.image-list-2 > li {
  width: 570px;
  margin: 0 0 25px;
  padding: 0;
}

.image-list {
  display: -webkit-inline-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  list-style: none;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
}
.image-list > li {
  width: 570px;
  margin: 0 0 25px;
  padding: 0;
}


/* side-btn
----------------------------------------------------------------------------------------------- */
#side-btn {
 position:fixed;
 top:50%;
 right:0;
 transform: translate(0,-50%);
 z-index:9999;
}

#side-btn ul {
list-style: none;
margin: 0;
padding: 0;
}
#side-btn ul li {
margin: 0 0 0;
padding: 0;
transition:all 0.5s ease;
}
#side-btn ul li:last-child {
margin: 10px 0 0;
padding: 0;
}
#side-btn ul li a {
background-color: #fff;
display: block;
}
#side-btn ul li a img {
transition:all 0.5s ease;
}
#side-btn ul li a img:hover,
#side-btn ul li a img:active {
opacity: 0.7;
}



/* section 各背景設定
----------------------------------------------------------------------------------------------- */
.bg-white {
	background: #fff;
}
.content01 {
  background-image: url(../images/top/content01_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: 70px auto 100px;
  padding: 0 0 0;
  min-height: 584px;
}
.content02 {
  margin: 0 auto 100px;
  padding: 0;
}
.content03 {
  margin: 0 auto 100px;
  padding: 0;
}

.content04 {
  margin: 0 auto 100px;
  padding: 0;
}

#page-top section.news {
  margin: 0 auto 0;
  padding: 0;
}



/* owl-carousel
----------------------------------------------------------------------------------------------- */
.owl-carousel {
  width: 100%;
  position: relative;
  margin: 0 0 30px;
}
.owl-dots {
  text-align: center;
  width: 100%;
  margin: 30px 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.owl-dot {
  border-radius: 50px;
  height: 10px;
  width: 10px;
  display: inline-block;
  background: rgba(189,189,189, 1);
  margin-left: 5px;
  margin-right: 5px;
}
.owl-dot.active {
  background-color: #ef6b00;
}
.owl-dots {
  text-align: center;
}
.owl-carousel a {
  display: block;
  margin: 0 0 10px;
}
.owl-carousel div p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.mapdisplay, .teldisplay {
    display: none;
}


/* content01
----------------------------------------------------------------------------------------------- */
section.content01 p {
  display: block;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 44px;
  text-align: left;
  color: #000;
  margin: 0 0 30px;
}

/* content02
----------------------------------------------------------------------------------------------- */
section.content02 p {
  display: block;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 44px;
  text-align: left;
  color: #000;
  margin: 0 0 30px;
  overflow: hidden;
}


/* content03
----------------------------------------------------------------------------------------------- */
section.content03 p {
  display: block;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 44px;
  text-align: left;
  color: #000;
  margin: 0 0 30px;
}
section.content03 .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
section.content03 .list li {
  width: 340px;
  margin: 0 15px 0;
  padding: 0;
}


/* content04
----------------------------------------------------------------------------------------------- */
section.content04 .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
section.content04 .list li {
  width: 430px;
  margin: 0 30px 0;
  padding: 0;
}
section.content04 .list li img {
  margin: 0 0 20px;
  padding: 0;
}
section.content04 .list > li > .title {
  display: block;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 36px;
  text-align: center;
  color: #000;
  margin: 0 0 30px;
}
section.content04 .list li p {
  display: block;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 36px;
  text-align: left;
  color: #000;
  margin: 0 0 0px;
}


/* News
----------------------------------------------------------------------------------------------- */
.scrollbar{
  width: 1000px;
  height: 400px;
  position: relative;
	overflow-y: auto;
	margin: 0px auto 0;
  -webkit-overflow-scrolling: touch;
}
section.news .container .title {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 48px;
  text-align: center;
  font-weight: normal;
  color: #302921;
  margin: 0px 0px 40px;
  padding: 0 0 0;
}
section.news .container div#news_block {
  background-color: #FFF;
  margin: 0 0 0px;
  padding: 0 15px 0 0;
  width: 100%;
  text-align: center;
  border: none;
  position: relative;
}

/* section.news .container div#news_block a {
  display: block;
  margin: 0px auto 0px;
  padding: 0;
  border-bottom: 1px solid #bbbbbb;
}

section.news .container div#news_block a:first-child {
  display: block;
  margin: 0px auto 0px;
  padding: 0;
  border-top: 1px solid #bbbbbb;
}

section.news .container div#news_block a:hover {
  background: #c5c5c5;
} */

section.news .container div#news_block dl {
  width: 100%;
  margin: 0px 0 0 0;
  padding: 13px 0;
  overflow: hidden;
  display: table;
  position: relative;
  height: 59.3px;
  border-top: 1px solid #bbbbbb;
}
section.news .container div#news_block dl:last-child {
  border-bottom: 1px solid #bbbbbb;
}

section.news .container div#news_block dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: #000000;
  text-align: left;
  margin: 0 0 10px;
  padding: 0 0 0 10px;
  display: table-cell;
  width: 150px;
}

section.news .container div#news_block dl dd {
  margin: 0 0 10px;
  padding: 0;
  display: table-cell;
}

section.news .container div#news_block dl dd .title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  color: #000;
  text-align: left;
  margin: 0 0 10px;
  padding: 0;
}
section.news .container div#news_block dl dd p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 36px;
  color: #000000;
  text-align: left;
  margin: 0 0 0px;
  padding: 0;
}


/* contact_area
----------------------------------------------------------------------------------------------- */
/* #contact_area {
  width: 100%;
  margin: 120px auto 0;
  padding: 30px 0 35px;
  position: relative;
  background-image: url(../images/bg_contact_area.jpg);
}

#contact_area .contact-list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 155px;
  margin: 0 auto 0px;
  padding: 0;
  text-align: center;
  list-style: none;
}

#contact_area .contact-list li {
  margin: 0 45px 0 !important;
  padding: 0px 0 0 !important;
  position: relative;
}

#contact_area .contact-list li.tel {
  margin: 0 0 0;
  padding: 0;
  position: relative;
}
#contact_area .contact-list li.mail {
  margin: 0 0 0;
  padding: 0;
  position: relative;
}
#contact_area .contact-list li.mail a {
  display: block;
  margin: 0 0 0;
  padding: 0 0 0 140px;
}
#contact_area .contact-list li.tel .box {
  margin: 0 0 0;
  padding: 0 0 0 146px;
  position: relative;
}

#contact_area .contact-list li.tel .box:before {
  content: url(../images/tel.png);
  width: 116px;
  height: 150px;
  margin: 0 10px 0 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#contact_area .contact-list li.mail a:before {
  content: url(../images/pc.png);
  width: 112px;
  height: 132px;
  margin: 0 10px 0 0;
  padding: 0;
  position: absolute;
  top: 12px;
  left: 0;
}

#contact_area .contact-list li p.name {
  color: #000;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.667;
  text-align: left;
  margin: 0px auto 15px;
  padding: 0px;
}
#contact_area .contact-list li p.name span {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.667;
}
#contact_area .contact-list li p.tel {
  color: #000;
  font-size: 52px;
  font-size: 5.2rem;
  line-height: 52px;
  text-align: left;
  font-weight: normal;
  margin: 0px 0 0px;
  padding: 0 0 0 0px;
  overflow: hidden;
  position: relative;
  letter-spacing: -2.5px;
}
#contact_area .contact-list li p.tel span {
  margin: 0px 0 0px;
  padding: 0 0 0 0px;
}
#contact_area .contact-list li p.tel a {
  color: #000;
}
#contact_area .contact-list li p.tel-comment {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  text-align: left;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
#contact_area .contact-list li p.tel-comment span.bol {
  font-weight: bold;
}
#contact_area .contact-list li p.tel-comment span.small {
  font-size: 14px;
  font-size: 1.4rem;
}
#contact_area .contact-list li.mail div.button {
  display: block;
  color: #000;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.250;
  font-weight: normal;
  text-align: left;
  margin: 0px 0 10px;
  padding: 0;
  position: relative;
}

#contact_area .contact-list li p {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.667;
  text-align: left;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
#contact_area .contact-list li.mail a:hover div.button,
#contact_area .contact-list li.mail a:active div.button,
#contact_area .contact-list li.mail a:hover p,
#contact_area .contact-list li.mail a:active p {
  color: #327563;
}

#contact_area .banner-list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin: 0 0 5px;
  padding: 0;
  text-align: center;
  list-style: none;
}
#contact_area .banner-list li {
  margin: 0 0 0 30px !important;
  padding: 0 !important;
  position: relative;
}
#contact_area .banner-list li a {
  display: block;
} */


/* Footer
----------------------------------------------------------------------------------------------- */
footer{
  background-image: url(../images/bg_green.jpg);
  background-position: center bottom;
  background-repeat: repeat;
  margin: 150px 0 0;
  padding: 110px 0 0px;
  position: relative;
}
footer::before {
  content: '';
  background-image: url(../images/bg_footer.png);
  background-position: center top;
  width: 100%;
  height: 66px;
  display: block;
    margin: 0px 0 15px;
  padding: 0px 0 0;
  position: absolute;
  top: 0;
}

footer a {
    color: #000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

footer a:hover,
footer a:focus {
    text-decoration: none;
    color: #446044;
}

footer .row > .wrap {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 0px;
    padding: 0;
    text-align: center;
    list-style: none;
}

footer div#link_block{
  width: 100%;
  margin: 0 auto 100px;
  padding: 0;
  text-align: center;
/* display: flex;
justify-content: center;
flex-wrap: wrap;
margin: 0 auto 80px;
padding: 0px;
text-align: center; */
}

footer div#link_block > ul {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  margin: 0 auto 0;
  list-style: none;
}

footer div#link_block > ul > li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: -0.5px;
  padding: 0 0 0 13px;
  position: relative;
  margin: 0 15px 0;
  list-style: none;
}

footer div#link_block > ul > li:last-of-type{
  margin-right: 0;
}
footer div#link_block > ul > li a {
  color: #000;
}

footer div#link_block > ul > li a:hover,
footer div#link_block > ul > li a:focus {
  text-decoration: none;
  color: #327563;
}

footer div#link_block > ul > li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #c6c6c6;
  position: absolute;
  top: 7px;
left: 0px;
}
footer div#link_block > ul > li.cell.is-empty:before {
  content: none;
}
footer div#link_block > ul > li span.narrow {
  letter-spacing: -1px;
}

footer div#link_block > ul > li > ul {
  margin: 3px 0 0 -5px;
  padding: 0;
  list-style: none;
}

footer div#link_block > ul > li > ul > li {
  margin-bottom: 3px;
  list-style: none;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
footer div#link_block > ul > li > ul > li:last-child {
  margin-bottom: 30px;
}
footer div#link_block > ul > li > ul > li::before {
  color: rgb(255, 255, 255);
  content: "・";
}
footer div#link_block > ul > li > ul > li.space-blank::before {
  content: none;
}

footer div#info_block{
  position: relative;
  margin: 0 auto 45px;
  padding: 0px 0 0px;
  text-align: center;
  width: 810px;
  -js-display: flex;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-direction: row; /* Safari */
  flex-direction:         row;
  -webkit-flex-wrap: nowrap; /* Safari */
  flex-wrap:         nowrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  align-items: flex-start;
}
/* footer div#info_block .map-btn {
  align-self: flex-end;
} */

footer #info_block .left{
  width: 430px;
  margin: 0;
}
footer #info_block .left > a {
  /* background-image: url(../images/footer_logo.png);
  background-repeat: no-repeat;
  width: 260px;
  height: 47px; */
  /* color: #FFF;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 36px;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3",メイリオ , Meiryo,"MS UI Gothic", Tahoma, "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  margin: 0px 0 0px;
  padding: 0px 0 0 64px;
  letter-spacing: -0.8px;
  text-align: left; */
  position: relative;
  display: block;
  text-align: left;
  margin: 0 0 0;
  padding: 0 0 0 56px;
}
footer #info_block .left .logo {
  margin: 0 0 10px;
  padding: 0;
}
footer #info_block .left a span.small {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  text-align: left;
  margin: 0px 0 0px;
  padding: 0;
  display: block;
  color: #000;
}
footer #info_block .left a span.big {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 36px;
  margin: 0px 0 0px;
  padding: 0 0 0 0;
  color: #000;
}
footer #info_block .left > a::before {
  content: '';
  background-image: url(../images/footer_logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 46px;
  height: 56px;
  margin: -7% 0 0px;
  padding: 0px 0 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  display: inline-block;
}

footer ul.add {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 0;
  padding: 0px 0 0;
  text-align: center;
  position: relative;
  list-style: none;
}

footer ul.add li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  letter-spacing: -0.5px;
  color: #000;
  font-weight: 400;
  text-align: left;
  margin: 0 0 0px;
  padding: 0 0;
  position: relative;
}

footer ul.add li a {
  color: #000;
}
footer div#info_block .map-btn {
  text-align: center;
  margin-bottom: 0;
}
footer div#info_block li.map-btn a:hover {
  background-color: #ef7600;
  color: #FFF;
}
footer div#info_block li.map-btn a {
  color: #fff;
font-size: 16px;
font-size: 1.6rem;
line-height: 28px;
width: 55px;
height: 55px;
display: block;
border-radius: 30px;
padding-top: 16px;
background-color: #32a7c9;
}

footer .add span.telfaxbox{
  background-color: #6193a8;
  color: #FFF;
  padding: 0px 6px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 0;
}

footer .add .tel-link02{
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
footer .add .tel-link02 a,
footer .add .fax-link a{
  color: #000;
}
footer .add .fax-link{
font-size: 18px;
font-size: 1.8rem;
  line-height: 2;
}
footer .add .fax-link01{
  font-size: 20px;
  font-size: 2rem;
  vertical-align: middle;
}

footer .add ul.add li.info span.name{
  font-size: 24px;
  font-size: 2.4rem;
}
/* footer ul.add li.map-btn a {
    color: #fff;
    background-color: #f39700;
    padding: 3px 10px 0;
    margin: 0 0 0 0px;
    text-align: center;
    display: inline-block;
    border-radius: 60px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    font-weight: normal;
    position: absolute;
    right: -65px;
    top: -55px;
} */


footer ul.add li img {
  margin: 30px 0 0;
}
footer ul.bnn {
  display: block;
  margin: 0 0 0;
  padding: 0px 0 0;
  text-align: center;
  position: relative;
  list-style: none;
}
footer div.copy-bg {
  max-width: 100%;
  height: auto;
  margin: 0 auto 0px;
  padding: 0 0 0;
  text-align: center;
}
footer div#copy {
  max-width: 100%;
  display: block;
  margin: 0 auto 0px;
  padding: 2px 0;
  text-align: center;
}

footer div#copy div {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  color: #000;
  text-align: center;
  margin: 0;
  padding: 0px 0px 0px;
  display: inline-block;
}
footer div#copy div a {
  text-decoration: underline;
}

footer .add-block span.telfaxbox {
    background-color: #fff;
    color: #237818;
    padding: 1px 5px;
}
/* footer div#info_block .add-block .add .info .map {
  text-align: center;
  margin-bottom: 0;
} */

footer div#info_block .add-block .add .info a.map {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  display: inline-block;
  border-radius: 30px;
  margin: 0 0 0 10px;
  padding: 4px 10px 2px;
  background-color: #da8a00;
}

footer div#info_block .add-block .add .info a.map:hover {
  color: #fff;
  background-color: #f44336;
}

/* 各ページメイン画像設定
----------------------------------------------------------------------------------------------- */
#back {
  position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
  overflow: hidden; /* to bound the empty top space created by inner element's top margin */
  margin: 0px auto 0;
  z-index: 0;
  width: 100%;
  min-height: 60px;
  background: url(../images/bg_title.png) repeat center top;
}
.back-inner-content {
  position: relative; /* if position is not set, the script will set it to 'relative'. */
  z-index: 2; /* if z-index is not set, the script will set it to '2'. */
  margin: 0 auto 0;
  padding: 16px 0 0;
  max-width: 1170px;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}

.back-inner-content .title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 38px;
  letter-spacing: -0.8px;
  text-align: center;
  font-weight: normal;
  color: #000;
  margin: 0px 0px 0px !important;
  padding: 0 0 0 !important;
  position: relative;
}
.back-inner-content .title span {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  letter-spacing: -0.8px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 0;
  padding: 0;
  display: block;
  font-family: "ヒラギノ角ゴ ProN W3",メイリオ , Meiryo,"MS UI Gothic", Tahoma, "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
}



/* 各ページタイトルの設定
----------------------------------------------------------------------------------------------- */
body:not(#page-top) .content_title {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 64px;
  color: #000;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 40px;
  padding: 0 0 0px;
  position: relative;
}
body:not(#page-top) .content_title span {
  display: block;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  margin: 10px 0 0;
}
body:not(#page-top) .content_title2 {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 64px;
  color: #000;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 0px;
  padding: 0 0 0px;
  position: relative;
}

body:not(#page-top) .title_bar {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 48px;
  text-align: center;
  color: rgb(0, 0, 0);
  font-weight: 400;
  position: relative;
  background-image: url(../images/other_title_bar.png);
  margin: 0px 0px 40px;
  padding: 0 0 30px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
body:not(#page-top) .title_bar .mini {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
}
body:not(#page-top) .title_bar .small {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  color: #000;
}




/* パンくずリストの設定
----------------------------------------------------------------------------------------------- */
#breadcrumb-box {
position: relative;
padding: 0px 0px 0;
margin: 10px auto 80px;
text-align: center;
width: 100%;
height: auto;
overflow: hidden;
z-index: 950;
}
.breadcrumb {
background: none;
margin: 0 0 0px;
padding: 0px 0px 0;
list-style: none;
float: left;
clear: both;
}
.breadcrumb li {
font-size: 16px;
font-size: 1.6rem;
line-height: 16px;
display: inline;
padding-right: 0px;
text-align: left;
color: #000000;
}

.breadcrumb li:before {
content: '/';
padding: 0 5px;
color: #ccc;
}

.breadcrumb li:first-child:before {
content: '';
}

.breadcrumb li.active {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
display: inline;
padding-right: 0px;
text-align: left;
color: #dd0000;
}

.breadcrumb li a {
text-decoration: none;
color: #000000; /* 通常時の文字色 */
}
.breadcrumb li a:hover {
text-decoration: underline;
color: #dd0000; /* マウスオンした時の文字色 */
}


/* アンカーリンク設定
----------------------------------------------------------------------------------------------- */
[id^="page-"],
[id^="news-"] {
  margin-top:-120px !important;
  padding-top:120px !important;
}
#content01,
#content02,
#content03,
#content04,
#fudosan,
#sozoku,
#koken,
#toki {
  margin-top:-150px !important;
  padding-top:150px !important;
}

#content-01,
#content-02,
#content-03,
#content-04,
#content-05,
#content-06 {
  margin-top:-110px !important;
  padding-top:110px !important;
}


/* cell.is-empty flexbox左揃え用
----------------------------------------------------------------------------------------------- */
.cell.is-empty {
  height: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/* footer div#link_block > ul > li.cell.is-empty:before {
  content: none;
} */

/* youtubeレスポンシブ
----------------------------------------------------------------------------------------------- */
.youtube-block {
  margin: 0 30px 0 0;
  padding: 0;
  float: left;
  width: 560px;
}
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* 各ページsection
----------------------------------------------------------------------------------------------- */
body:not(#page-top) section:first-of-type {
  margin: 0;
  padding: 0 0 80px;
}

body:not(#page-top) section {
  margin: 0;
  padding: 0px 0 80px;
}

body:not(#page-top) section:last-of-type {
  margin: 0;
  padding: 0 0 0px;
}

.displaysp {
    display: none;
}

/* ニュース
-------------------------------------------------------------------------------- */
.page_navigation , .alt_page_navigation{
  display: inline-block;
  padding: 0;
  margin: 40px auto 0;
  text-align: center;
}

.page_navigation a, .alt_page_navigation a{
  padding:4px 8px 2px;
  margin:3px;
  color:white;
  text-decoration:none;
  float: left;
  font-size: 14px;
  font-weight: normal;
  background-color:#737373;
}
.active_page{
  background-color: #cccccc !important;
  color:black !important;
}

.content, .alt_content{
  color: black;
}

.content li, .alt_content li, .content > p{
  padding: 5px
}

element.style {
  display: block;
}

.ellipse {
  float: left;
  padding: 8px;
  margin: 0px;
}


/* rental
----------------------------------------------------------------------------------------------- */
#rental section p {
  display: block;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 44px;
  text-align: left;
  color: #000;
  margin: 0 0 0px;
}
#rental section .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
#rental section .list li {
  width: 270px;
  margin: 0 0px 0;
  padding: 0;
}
#rental section .list01 {
  margin: 40px auto 0px;
  padding: 0;
  width: 740px;
}
#rental section .list01 > dl {
  border-collapse: collapse;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
  display: table;
}
#rental section .list01 > dl > dt {
  width: 330px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  font-weight: normal;
  color: #fff;
  text-align: left;
  margin: 0;
  padding: 28px 20px 15px 20px;
  background-color: #316081;
  vertical-align: middle;
  display: table-cell;
}
#rental section .list01 > dl > dd {
  width: 410px;
  margin: 0;
  padding: 0;
  text-align: left;
  display: table-cell;
  background-color: #f7f6ee;
}
#rental section .list01 dl dd ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#rental section .list01 dl dd ul li {
  vertical-align: middle;
  margin: 0 0 5px;
  padding: 20px 20px 15px 20px;
  letter-spacing: -0.8px;
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
}
#rental section .list01 dl dd ul li p {
  margin: 0;
  padding: 0;
  letter-spacing: -0.8px;
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
}
#rental section .list01 > dl > dd > ul > li > .type01 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
}
#rental section .list01 > dl > dd > ul > li > .type01 > dt {
  display: table-cell;
  margin: 0 0 0;
  padding: 0;
  letter-spacing: -0.8px;
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  font-weight: normal;
}
#rental section .list01 > dl > dd > ul > li > .type01 > dd {
  display: table-cell;
  margin: 0 0 0;
  padding: 0;
  letter-spacing: -0.8px;
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
}

#rental section .list01 dl dd ul li .big {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 40px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#rental section .list01 > dl > dd > ul > li .big-sub {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

/* meeting
----------------------------------------------------------------------------------------------- */
#meeting section .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
#meeting section .list li {
  width: 370px;
  margin: 0 0px 30px;
  padding: 0;
  background-color: #f7f6ee;
}
#meeting section .list li .name {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 38px;
  color: #fff;
  vertical-align: middle;
  margin: 0 0 20px;
  padding: 10px 0 5px;
  letter-spacing: -0.8px;
  background-color: #5a503c;
}
#meeting section .list li .inner {
  margin: 0 0 0;
  padding: 0 20px 0px;
}
#meeting section .list li .day {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 32px;
  border-bottom: 1px solid #b3a469;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  width: 100%;
  height: 85px;
  margin: 0 0 20px;
  padding: 0 0 20px;
  letter-spacing: -0.8px;
  text-align: center;
}
#meeting section .list li .comment {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 36px;
  color: #000;
  margin: 0 0 20px;
  padding: 0;
  letter-spacing: -0.8px;
  text-align: left;
}

#meeting section .list02 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
#meeting section .list02 li {
  width: 370px;
  margin: 0 0px 30px;
  padding: 0;
  background-color: #f7f6ee;
}
#meeting section .list02 li .name {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 38px;
  color: #fff;
  vertical-align: middle;
  margin: 0 0 20px;
  padding: 10px 0 5px;
  letter-spacing: -0.8px;
  background-color: #b74b69;
}
#meeting section .list02 li .inner {
  margin: 0 0 0;
  padding: 0 20px 0px;
}
#meeting section .list02 li .day {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 32px;
  border-bottom: 1px solid #b3a469;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  width: 100%;
  height: 85px;
  margin: 0 0 20px;
  padding: 0 0 20px;
  letter-spacing: -0.8px;
  text-align: center;
}
#meeting section .list02 li .comment {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 36px;
  color: #000;
  margin: 0 0 20px;
  padding: 0;
  letter-spacing: -0.8px;
  text-align: left;
}


































/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- min-width1200 max-width1500(PC狭め)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 1200px) and (max-width: 1500px) {

  footer div.pc-link_block{
    display: block;
  }
  footer div.ipad-link_block{
    display: none;
  }

} /* end */



























/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- min-width993 max-width1200(PC狭め)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 993px) and (max-width: 1200px) {

/* wrap
-------------------------------------------------------------------------------- */
.wrap {
padding: 0 0px 0;
}

/* 表示非表示切り替え設定
----------------------------------------------------------------------------------------------- */
.pc-view {
  display: block;
}
.tab-view {
  display: block;
}
.sp-tab-view {
  display: none;
}
.sp-view {
  display: none;
}

/* btn-cl
-------------------------------------------------------------------------------- */
.btn-cl {
  width: 320px;
  margin: 10px 0 0;
  padding: 0;
  display: inline-block;
  text-align: left;
}

/* navbar
-------------------------------------------------------------------------------- */
.navbar-custom ul.nav li {
  margin: 0;
  padding: 0px 0px 0px;
  float: none;
  position: relative;
}
.navbar-custom ul.nav li a {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: -0.8px;
  color: #000;
  text-transform: uppercase;
  display: block;
  margin: 0 0 -2px;
  padding: 3px 12px 0;
}
.is-animation .navbar-custom ul.nav li,
body:not(#page-top).is-animation .navbar-custom ul.nav li {
  margin: 0;
  padding: 0px 0 0px;
  float: none;
  position: relative;
}
.is-animation .navbar-custom ul.nav li a,
body:not(#page-top).is-animation .navbar-custom ul.nav li a {
  color: #000;
  line-height: 55px;
  margin: 0 0 0;
  padding: 0 10px 0;
}


/* image-listの設定
----------------------------------------------------------------------------------------------- */
.image-list-4 > li {
  width: 23%;
  margin: 0 0 0px;
  padding: 0;
}
.image-list-4 > li img {
  width: 100%;
  height: 186px;
  object-fit: cover;
  margin-bottom: 5px;
}
.image-list-3 > li {
  width: 31%;
  margin: 0 0 0px;
  padding: 0;
}
.image-list-2 > li {
  width: 47%;
  margin: 0 0 0px;
  padding: 0;
}
.image-list-2 > li:nth-child(1),
.image-list-2 > li:nth-child(2) {
  margin: 0 0 30px;
}



/* content03
-------------------------------------------------------------------------------- */
section.content03 .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
section.content03 .list li {
  width: 32%;
  margin: 0 0 0;
  padding: 0;
}

/* content04
-------------------------------------------------------------------------------- */
section.content04 .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 40px;
  padding: 0;
  list-style: none;
  width: 900px;
}
section.content04 .list li {
  width: 49%;
  max-width: 430px;
  margin: 0 0 0;
  padding: 0;
}


/* news
-------------------------------------------------------------------------------- */
.scrollbar {
  width: 100%;
  height: 400px;
  position: relative;
  overflow-y: auto;
  margin: 0px auto 0;
  -webkit-overflow-scrolling: touch;
}
section.news .container div#news_block dl dd {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 36px;
  color: #000000;
  text-align: left;
  margin: 0 0 10px;
  padding: 0;
  display: table-cell;
  width: 690px;
}


/* footer
-------------------------------------------------------------------------------- */
footer div.pc-link_block{
  display: none;
}
footer div.ipad-link_block{
  display: block;
}
footer div#link_block {
  font-size: 12px;
  font-size: 1.2rem;
  width: 100%;
}
/* footer div#link_block > ul {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0px 0 0px;
  padding: 0;
  text-align: left;
  list-style: none;
} */
footer div#link_block > ul > li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: -0.5px;
  padding: 0 0 0 13px;
  position: relative;
  margin: 0 13px 10px;
  list-style: none;
}


/* youtube-block
-------------------------------------------------------------------------------- */
.youtube-block {
  margin: 0 30px 0 0;
  padding: 0;
  float: left;
  width: 450px;
}

footer #info_block .footer-logo a img {
  display: inline-block;
}


/* rental
-------------------------------------------------------------------------------- */
#rental section .list li {
  width: 24%;
  margin: 0 0px 0;
  padding: 0;
}

/* meeting
-------------------------------------------------------------------------------- */
#meeting section .list li {
  width: 32%;
  margin: 0 0px 30px;
  padding: 0;
  background-color: #f7f6ee;
}
#meeting section .list02 li {
  width: 32%;
  margin: 0 0px 30px;
  padding: 0;
  background-color: #f7f6ee;
}
#meeting section .list li .name {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  color: #fff;
  vertical-align: middle;
  margin: 0 0 20px;
  padding: 10px 0 5px;
  letter-spacing: -0.8px;
}
#meeting section .list02 li .name {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  color: #fff;
  vertical-align: middle;
  margin: 0 0 20px;
  padding: 10px 0 5px;
  letter-spacing: -0.8px;
}



} /* end */




















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////


 (min-width: 992px) and (max-width: 1024px)(タブレット設定)


////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////// */

@media only screen and (min-width: 992px) and (max-width: 1024px){

  #contact_area .contact-list li p.tel {
  color: #000;
  font-size: 40px;
  font-size: 4.0rem;
  line-height: 52px;
  text-align: left;
  font-weight: normal;
  margin: 0px 0 0px;
  padding: 0 0 0 0px;
  overflow: hidden;
  position: relative;
  letter-spacing: -1.8px;
}
footer #info_block .footer-logo a img {
    display: inline-block;
  }
  footer div.pc-link_block{
    display: none;
  }
  footer div.ipad-link_block{
    display: block;
  }


} /* end */




















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- min-width768 max-width992(タブレット)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 768px) and (max-width: 992px) {

/* 表示非表示切り替え設定
----------------------------------------------------------------------------------------------- */
.pc-view {
  display: block;
}
.tab-view {
  display: none;
}
.sp-view {
  display: none;
}
.sp-tab-view {
  display: block;
}

.bg-slider h2 {
  font-size: 50px;
  font-size: 5.0rem;
  text-align: center;
  top: 50%;
  margin: -70px 0 0;
padding: 0 0px;
}
/* navbar
-------------------------------------------------------------------------------- */
.navbar .container {
  width: 100%;
  text-align: center;
  margin: 0 0;
  padding: 0;
}
.navbar .container .row {
  margin-right: 10px;
  margin-left: 10px;
}
div .navbar-brand .logo {
  margin: 0px 0 0;
  padding: 4px 0 0 56px;
}
div .navbar-brand .logo::before {
  margin: -30px 0 0px;
  padding: 0px 0 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  display: inline-block;
}
div .navbar-brand .logo span.small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  text-align: left;
  margin: 0px 0 0px;
  padding: 0 0 0 0px;
  display: block;
  color: #000000;
}

div .navbar-brand .logo span.big {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 34px;
}
.navbar-custom ul.nav li {
  margin: 0;
  padding: 0px 0 0px;
  float: none;
  position: relative;
}
.navbar-custom ul.nav li a {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: -1.2px;
  color: #000;
  text-transform: uppercase;
  display: block;
  margin: 0 0 0;
  padding: 5px 8px 0;
}

.is-animation div .navbar-brand {
  margin: 0px !important;
  padding: 0px 0px 0;
  display: block;
  height: 100%;
}
.is-animation .navbar-custom ul.nav li a,
body:not(#page-top).is-animation .navbar-custom ul.nav li a {
  color: #000;
  line-height: 55px;
  margin: 0 0 0;
  padding: 0 7px 0;
}

.is-animation div .navbar-brand .logo span.big {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 34px;
}

/* bg-slider
-------------------------------------------------------------------------------- */
.bg-slider {
width: 100%;
height: 48vh;
min-height: 500px;
background-position: center center;
background-size: cover;
text-align: center;
position: relative;
}


/* owl-carousel
-------------------------------------------------------------------------------- */
section .owl-carousel .owl-item img {
  width: 100% !important;
  max-width: 100%;
}

/* wrap
-------------------------------------------------------------------------------- */
.wrap {
  padding: 0 15px 0;
}

/* table-responsive
-------------------------------------------------------------------------------- */
.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.sp-info {
  text-align: left;
  color: #DD0000;
  text-indent: -1em;
  margin: 0 0 0 1em !important;
  padding: 0;
}
.sp-info::before {
  content: "※";
  margin: 0px;
}



/* image-listの設定
----------------------------------------------------------------------------------------------- */
.image-list-4 > li {
  width: 31%;
  margin: 0 0 0px;
  padding: 0;
}
.image-list-4 > li img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  margin-bottom: 5px;
}
.image-list-3 > li {
  width: 31%;
  margin: 0 0 0px;
  padding: 0;
}
.image-list-2 > li {
  width: 47%;
  margin: 0 0 0px;
  padding: 0;
}
.image-list-2 > li:nth-child(1),
.image-list-2 > li:nth-child(2) {
  margin: 0 0 30px;
  padding: 0;
}

/* content02
-------------------------------------------------------------------------------- */
section.content02 .container .image-left {
  position: relative;
  margin: 0 0 40px;
  padding: 0;
  float: none;
}

/* content03
-------------------------------------------------------------------------------- */
section.content03 .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
section.content03 .list li {
  width: 32%;
  margin: 0 0 0;
  padding: 0;
}

/* content04
-------------------------------------------------------------------------------- */
section.content04 .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
section.content04 .list li {
  width: 48%;
  margin: 0 0 0;
  padding: 0;
}

/* news
-------------------------------------------------------------------------------- */
.scrollbar {
  width: 100%;
  height: 345px;
  position: relative;
  overflow-y: auto;
  margin: 0px auto 0;
  -webkit-overflow-scrolling: touch;
}
section.news .container div#news_block dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  font-weight: normal;
  color: #000000;
  text-align: left;
  margin: 0 0 10px;
  padding: 0 0 0 10px;
  display: block;
  width: 100%;
}
section.news .container div#news_block dl dd {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 36px;
  color: #000000;
  text-align: left;
  margin: 0 0 10px;
  padding: 0 10px 0;
  display: block;
  width: 100%;
}



/* footer
-------------------------------------------------------------------------------- */
footer div.pc-link_block{
  display: none;
}
footer div.ipad-link_block{
  display: block;
}

footer div#link_block {
  margin: 0 auto 40px;
  padding: 0px 0 0px;
  text-align: center;
  width: 100%;
}
footer div#link_block > ul {
    margin: 0px auto 0;
    padding: 0;
    text-align: left;
    list-style: none;
}
footer div#link_block > ul > li {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 10px 14px;
}


footer div#info_block {
  width: 100%;
  -webkit-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: center;
}
footer #info_block .left {
  width: 430px;
  margin: 0 0 40px;
}
footer div#info_block .right {
  position: relative;
  margin: 0 0px 0px 0px;
  padding: 0;
}
footer div#info_block .footer-logo {
  width: 100%;
  margin: 0 auto 0;
}
footer #info_block .footer-logo a {
  display: inline-block;
}
footer #info_block .footer-logo a::before {
  margin: -11% 0 0px;
}
footer div#info_block .add-block {
  width: 100%;
  margin: 0 auto 0;
}
footer #info_block .footer-logo a img {
    display: inline-block;
  }

.youtube-block {
  margin: 0 30px 0 0;
  padding: 0;
  float: none;
  width: 100%;
}



/* アンカーリンク設定
----------------------------------------------------------------------------------------------- */
[id^="page-"],
[id^="news-"] {
  margin-top:-100px !important;
  padding-top:100px !important;
}

#content-01,
#content-02,
#content-03,
#content-04,
#content-05,
#content-06 {
  margin-top:-100px !important;
  padding-top:100px !important;
}


/* rental
----------------------------------------------------------------------------------------------- */
#rental section .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 40px;
  padding: 0;
  list-style: none;
  width: 550px;
}
#rental section .list li {
  width: 49%;
  max-width: 270px;
  margin: 0 0px 2%;
  padding: 0;
}
#rental section .list01 {
  margin: 40px auto 0px;
  padding: 0;
  width: 100%;
}
#rental section .list01 > dl > dt {
  width: 310px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  font-weight: normal;
  color: #fff;
  text-align: left;
  margin: 0;
  padding: 28px 20px 15px 20px;
  background-color: #316081;
  vertical-align: middle;
  display: table-cell;
}
#rental section .list01 > dl > dd {
  width: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  display: table-cell;
}


/* meeting
-------------------------------------------------------------------------------- */
#meeting section .list li {
  width: 48%;
  margin: 0 0px 30px;
  padding: 0;
  background-color: #f7f6ee;
}
#meeting section .list02 li {
  width: 48%;
  margin: 0 0px 30px;
  padding: 0;
  background-color: #f7f6ee;
}
#meeting section .list li .name {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  color: #fff;
  vertical-align: middle;
  margin: 0 0 20px;
  padding: 10px 0 5px;
  letter-spacing: -0.8px;
}
#meeting section .list02 li .name {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  color: #fff;
  vertical-align: middle;
  margin: 0 0 20px;
  padding: 10px 0 5px;
  letter-spacing: -0.8px;
}



} /* end */





















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- max-width768(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 767px) {

/* wrap
-------------------------------------------------------------------------------- */
.wrap {
  padding: 0 15px 0;
}

/* 表示非表示切り替え設定
----------------------------------------------------------------------------------------------- */
.pc-view {
  display: none;
}
.tab-view {
  display: none;
}
.sp-tab-view {
  display: none;
}
.sp-view {
  display: block;
}

/* wrap
-------------------------------------------------------------------------------- */
.home-section {
  padding-top: 60px;
  padding-bottom: 70px;
  display: block;
  position: relative;
  z-index: 120;
}
.bg-slider .comment{
  top: 32%;
}
.bg-slider {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    min-height: 710px;
    background-image: url(../images/top/poster_sp02.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0px auto 0px;
    padding: 100% 0 0;
}
/* table-responsive
-------------------------------------------------------------------------------- */
.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: none;
}
.sp-info {
  text-align: left;
  color: #DD0000;
  text-indent: -1em !important;
  margin: 0 0 0 1em !important;
  padding: 0 !important;
}

.sp-info::before {
  content: "※";
  margin: 0px;
}

/* image-left image-right
-------------------------------------------------------------------------------- */
.image-left {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  float: none;
  text-align: center;
}

.image-left02 {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  float: none;
  text-align: center;
}

.image-right {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  float: none;
  text-align: center;
}

/* gbtn
-------------------------------------------------------------------------------- */
a.gbtn:link, a.gbtn:visited {
  display: inline-block;
  width: 100%;
  margin: 60px auto 40px;
  padding: 15px 10px 15px 46px;
  border: 1px solid #222222;
  background: transparent;
  color: #222222;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: .3s;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: -1.4px;
  text-indent: -36px;
}

.teldisplay {
    display: block !important;
}
.telmark {
    font-size: 30pt;
    background-color: #a8a8a8;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 10px;
    right: 68px;
    color: #FFF;
    z-index: 50000;
    ": ;
}
.mapdisplay {
    display: block !important;
}
.mapmark {
    font-size: 30pt;
    background-color: #a8a8a8;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 10px;
    right: 127px;
    color: #FFF;
    z-index: 50000;
    ": ;
}
/* nav
-------------------------------------------------------------------------------- */
body > .navbar {
  height: 70px;
  margin-bottom: 0;
  padding: 10px 0;
  border-bottom: 0;
  letter-spacing: 1px;
  background: rgba(255,255,255,1) repeat;
  -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
  -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
  transition: background .5s ease-in-out,padding .5s ease-in-out;
  position: fixed;
  top: 0 !important;
  right: 0;
  left: 0;
  z-index: 1030;
  width: 100%;
}
.is-animation .navbar,
body:not(#page-top).is-animation .navbar {
  top: 0 !important;
  height: 70px;
  padding: 10px 0;
}
.is-animation .navbar {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(0,0);
  width: 100%;
  height: 70px;
  z-index: 999;
  margin-bottom: 0;
  padding: 10px 0;
  border-bottom: 0;
  border-radius: 0;
  letter-spacing: 1px;
  background: rgba(255,255,255,1) repeat;
  -webkit-transition: background .6s ease-in-out,padding .6s ease-in-out;
  -moz-transition: background .6s ease-in-out,padding .6s ease-in-out;
  transition: background .6s ease-in-out,padding .6s ease-in-out;
}

.is-animation .navbar .navbar-header,
body:not(#page-top).is-animation .navbar .navbar-header {
  display: block;
}
.navbar .navbar-header {
  display: block;
}

.navbar-collapse.collapse,
.is-animation .navbar-collapse.collapse,
body:not(#page-top).is-animation .navbar-collapse.collapse  {
  display: none !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}
div .navbar-brand {
  margin: 0px !important;
  padding: 0px 0px 0 !important;
  display: block;
  height: 100%;
}

.navbar .navbar-header,
body:not(#page-top) .navbar .navbar-header {
  margin: 0;
  padding: 0px 0 0 10px;
}
div .navbar-brand .logo,
body:not(#page-top) div .navbar-brand .logo,
.is-animation div .navbar-brand .logo,
body:not(#page-top).is-animation div .navbar-brand .logo {
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  font-weight: normal;
  margin: 0px 0 0px;
  padding: 0px 0 0 56px;
  letter-spacing: -0.8px;
  text-align: left;
  position: relative;
}
div .navbar-brand .logo span.big,
body:not(#page-top) div .navbar-brand .logo span.big,
.is-animation div .navbar-brand .logo span.big,
body:not(#page-top).is-animation div .navbar-brand .logo span.big {
  font-size: 20px;
font-size: 2.0rem;
line-height: 30px;
margin: 0px 0 0px;
padding: 0 0 0 0px;
display: inline-block;
color: #000000;
}
div .navbar-brand .logo span.small{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
    text-align: left!important;
    padding: 0;
}
.is-animation div .navbar-brand .logo span.small,
body:not(#page-top).is-animation div .navbar-brand .logo span.small {
  display: block;
}

/* div .navbar-brand .logo::before,
body:not(#page-top) div .navbar-brand .logo::before,
.is-animation div .navbar-brand .logo::before,
body:not(#page-top).is-animation div .navbar-brand .logo::before {
  content: none;
} */

.is-animation .navbar .navbar-header,
body:not(#page-top) .navbar .navbar-header {
  display: block;
}

.is-animation div .navbar-brand .logo::before {
  content: '';
  background-image: url(../images/header_logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
background-position: center;
width: 46px;
height: 56px;
margin: -30px 0 0px;
padding: 0px 0 0 0;
position: absolute;
top: 50%;
left: 0;
bottom: 0;
display: inline-block;
}

.navbar .comment {
  display: none;
}

/* menu-btn
-------------------------------------------------------------------------------- */
.menu-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 1040;
  display: inline;
  font-size: 32px;
  line-height: 32px;
  position: fixed;
  text-align: center;
}
.menu-btn a {
    display: inline-block;
    text-decoration: none;
    /* safari hack */
    color: #000;
}
.menu-btn a:hover,
.menu-btn a:active,
.menu-btn a:focus{
  color: #000;
}
.btn-close::before a:hover,
.btn-close::before a:active,
.btn-close::before a:focus{
  color: #FFF;
}
.menu-btn a span {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 0;
  padding: 0;
  display: block;
  color: #000;
}
.menu-btn a.btn-close span {
  color: #fff;
}

.btn-open:before {
  color: #000!important;
  content: "\f20d";
  font-family: ionicons;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition-property: all .2s linear 0s;
}

.btn-open:hover:before {
    color: #37669c;
}

.menu-on {
  color: #37669c;
}
.menu-on {
  color: #37669c;
}

.btn-close:before {
  color: #fff!important;
  content: "\f129";
  font-family: ionicons;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition-property: all .2s linear 0s;
}

.btn-close:hover:before {
  color: #37669c;
}

/* OVERLAY */
.overlay {
    position: fixed;
    top: 0;
    z-index: 1030;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #333;
}

.overlay .menu {
    margin: 18% auto 10%;
    width: 80%;
}

.overlay .menu ul {
    margin: 0 auto 0;
    padding: 0;
    width: 100%;
    text-align: center;
    display: block;
}

.overlay .menu ul li {
    float: none;
    margin: 0 auto 0;
    padding: 20px 10px;
    width: 50%;
    list-style: none;
    text-align: left;
    text-transform: uppercase;
}

.overlay .menu ul li a {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    display: block;
    text-decoration: none;
    text-align: left;
}

/*.overlay .menu ul li a:hover,
.overlay .menu ul li a.active {
  color: #34b484 !important;
}*/

.overlay .menu ul li a:hover,
.overlay .menu ul li a:focus,
.overlay .menu ul li.active,
#access .menu ul li a[title="access"],
#contact .menu ul li a[title="contact"],
#event .menu ul li a[title="event"],
#info .menu ul li a[title="info"],
#meeting .menu ul li a[title="meeting"],
#rental .menu ul li a[title="rental"],
#privacy .menu ul li a[title="privacy"] {
  color: #da8a00 !important;
  background-color: transparent;
}

.overlay .menu ul ul {
    margin-top: 50px;
}

.overlay .menu ul ul li {
    position: relative;
    float: none;
    margin: 0;
    width: 100%;
    display: block;
    border: 0 !important;
    padding: 5px 10px;
}

.overlay .menu ul ul li a {
    color: #fff;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 14px;
}

.overlay .menu ul ul li a:hover {
    color: #34b484;
}

/* bg-slider
----------------------------------------------------------------------------------------------- */
/* .bg-slider {
  background-image: url(../images/top/main01.jpg);
  width: 100%;
  height: 65.0vh;
  min-height: initial;
  min-height: auto;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 70px 0 0;
} */
.bg-slider h2 {
  font-size: 22px;
  font-size: 6.875vw;
  line-height: 1.3;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", serif;
  font-weight: normal;
  text-align: center;
  margin: -7% 0 0;
  padding: 0;
      top: 50%;
}
.bg-slider .comment {
  font-size: 12px;
  font-size: 3.75vw;
  text-align: center;
  margin: 0;
  padding: 0px 0 0;
}


/* owl-carousel
-------------------------------------------------------------------------------- */
.carousel-block {
  clear: both;
  overflow: hidden;
  margin: 0 auto 20px;
  padding: 0;
  text-align: center;
}

section .owl-carousel .owl-item img {
  width: 100% !important;
  max-width: 100%;
}

/* image-listの設定
----------------------------------------------------------------------------------------------- */
.image-list-4 > li {
  width: 47%;
  margin: 0 0 0px;
  padding: 0;
}

.image-list-3 > li {
  width: 31%;
  margin: 0 0 0px;
  padding: 0;
}

.image-list-2 > li {
  width: 47%;
  margin: 0 0 0px;
  padding: 0;
}
.image-list-2 > li:nth-child(1),
.image-list-2 > li:nth-child(2) {
  margin: 0 0 30px;
}

/* top共通部分
-------------------------------------------------------------------------------- */
section {
  text-align: center;
}

section.news {
    margin: 0 auto 0;
    padding: 50px 0 80px;
}

#page-top section .head {
  font-size: 30px;
font-size: 3.0rem;
line-height: 40px;
  text-align: center;
  font-weight: normal;
  color: #000000;
  margin: 0px 0px 10px;
}
section.content01 .sub-head {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  text-align: center;
  font-weight: normal;
  color: #000000;
  margin: 0px auto 40px;
  padding: 0 0 0;
}
#page-top section .title-type2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 0px 0px 10px;
  padding: 0;
}
#page-top section .title-type2::before {
  width: 14px;
  height: 29px;
  display: inline-block;
  margin: 0px 0px 0;
  padding: 0;
  position: relative;
  top: 4px;
  left: -10px;
}
#page-top section .title-type2::after {
  width: 14px;
  height: 29px;
  display: inline-block;
  margin: 0px 0px 0;
  padding: 0;
  position: relative;
  top: 4px;
  right: -10px;
}
#page-top section .main-sub {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin: 0 0 40px;
  padding: 0;
}

section p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: left;
  color: #000000;
  margin: 0 0 30px;
}

section p.center {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: left;
  color: #000000;
  margin: 0 0 30px;
}

/* section span.sub-title {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    margin: 0 0 30px;
  text-align: left;
}
section.content04 span.sub-title {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    margin: 0 0 30px;
  text-align: left;
    color: #fff;
} */

section a.link-btn {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 48px;
  text-align: center;
  color: #fff;
  background-image: none;
  background-repeat: repeat;
  margin: 50px auto 0px;
  padding: 2px 0 5px;
  letter-spacing: -0.8px;
  display: inline-block;
  width: 100%;
  height: 50px;
}
footer div#link_block {
    display: none;
}


/* トップページ各コンテンツ背景
-------------------------------------------------------------------------------- */
/* content01
-------------------------------------------------------------------------------- */
section.content01 p {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: left;
  color: #000;
  margin: 0 0 0px;
}

/* content02
-------------------------------------------------------------------------------- */
section.content02 p {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: left;
  color: #000;
  margin: 0 0 0px;
}
/* content03
-------------------------------------------------------------------------------- */
section.content03 .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
section.content03 .list li {
  width: 32%;
  margin: 0 0 0;
  padding: 0;
}
section.content03 p {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: left;
  color: #000;
  margin: 0 0 0px;
}
/* content04
-------------------------------------------------------------------------------- */
section.content04 .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
section.content04 .list li {
  width: 100%;
  margin: 0 0 0;
  padding: 0;
}
section.content04 .list li:first-child {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
}
section.content04 .list > li > .title {
  display: block;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  text-align: center;
  color: #000;
  margin: 0 0 20px;
}
section.content04 .list li p {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: left;
  color: #000;
  margin: 0 0 0px;
}


/* news
-------------------------------------------------------------------------------- */
.scrollbar {
  width: 100%;
  height: 400px;
  position: relative;
  overflow-y: auto;
  margin: 0px auto 0;
  -webkit-overflow-scrolling: touch;
}
section.news .container div#news_block dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  font-weight: normal;
  color: #000000;
  text-align: left;
  margin: 0 0 10px;
  padding: 0 0 0 10px;
  display: block;
  width: 100%;
}
section.news .container div#news_block dl dd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  color: #000000;
  text-align: left;
  margin: 0 0 10px;
  padding: 0 10px 0;
  display: block;
  width: 100%;
}
section.news .container div#news_block dl dd .title {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  color: #000;
  text-align: left;
  margin: 0 0 10px;
  padding: 0;
}
section.news .container div#news_block dl dd p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  color: #000000;
  text-align: left;
  margin: 0 0 0px;
  padding: 0;
}



/* footer_btn
------------------------------------------------------------------------------------- */
footer .bg {
  background-color: #FFF;
  margin: 0px 0 0px;
  padding: 0px 0 0;
  position: relative;
}
.right {
  position: relative;
  margin: 0 0px 0px;
  padding: 0;
}
footer div#link_block {
  margin: 0 auto 60px;
  padding: 0 15px 0;
  text-align: center;
  width: 100%;
}
footer div#link_block > ul {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0px 0 0px;
  padding: 0;
  text-align: left;
  list-style: none;
}
footer div#link_block > ul > li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: -0.5px;
  padding: 0 0 0 13px;
  position: relative;
  margin: 0 0px 10px;
  list-style: none;
  width: 200px;
}
footer div#info_block {
  margin: 0 auto 35px;
  padding: 0px 0 0px;
  text-align: center;
  width: 100%;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
footer #info_block .left {
  margin: 0 auto 30px;
  padding: 0;
}
footer #info_block .footer-logo {
  margin: 0 0 20px;
  padding: 0;
}
footer ul.add {
  display: table;
  margin: 0 auto 5px;
  padding: 0px 0 0;
  text-align: center;
  position: relative;
  list-style: none;
}
footer ul.add li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  letter-spacing: -0.5px;
  font-weight: 400;
  text-align: left;
  margin: 0 0 0px;
  padding: 0 0;
  vertical-align: top;
  display: table-cell;
  position: relative;
}
footer ul.add li.info {
  margin: 0;
  padding: 0 10px 0px 0;
}
footer ul.add .logo {
  text-align: center;
}
footer #info_block .footer-logo a {
  position: relative;
  display: block;
  text-align: left;
  margin: 0 0 0;
  padding: 0 0 0 0px;
}
footer #info_block .footer-logo a span.small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  text-align: left;
  margin: 0px 0 0;
  padding: 0;
  display: block;
  color: #FFF;
}
footer #info_block .footer-logo a span.big {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  margin: 0px 0 0px;
  padding: 0 0 0 0;
  color: #FFF;
}
footer #info_block .footer-logo a::before {
  content: none;
}

footer div#info_block div.map-btn a{
  position: initial;
}
footer ul.add li.map-btn a {
  color: #fff;
  background-color: #f39700;
  padding: 3px 10px 0;
  margin: 10px auto 0px;
  text-align: center;
  display: inline-block;
  border-radius: 60px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: normal;
  position: static;
}
footer ul.bnn {
  display: block;
  margin: 0 auto 0;
  padding: 0px 0 0;
  text-align: center;
  position: relative;
  list-style: none;
}
footer div#copy {
  width: auto;
  margin: 0 auto 0;
  text-align: center;
  padding: 5px 15px;
}
footer #info_block .footer-logo a img{
display:inline-block;
}
/* footer_area
------------------------------------------------------------------------------------- */
.footer_area .footer_area_inner {
  position: relative;
  width: 98%;
  margin: 5px auto 5px;
  padding: 5px 5px 0px;
  margin-right: 0px;
  background-color: #0871bb;
  -webkit-border-radius: 5px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-align: center;
  list-style: none;
}
.footer_area .footer_area_inner li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  text-align: left;
  color: #fff;
  margin: 0;
  padding: 0;
  letter-spacing: -0.3px;
}

.footer_area .footer_area_inner li:nth-child(2) {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.footer_area .footer_area_inner li:nth-child(3) {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.footer_area .footer_area_inner li span.small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  font-weight: normal;
}

.youtube-block {
  margin: 0 30px 0 0;
  padding: 0;
  float: none;
  width: 100%;
}


/* 各ページsection
------------------------------------------------------------------------------------- */
body:not(#page-top) section:first-of-type {
  margin: 0;
  padding: 0 0 60px;
}
body:not(#page-top) section {
  margin: 0;
  padding: 0px 0 60px;
}


/* 各ページ背景
------------------------------------------------------------------------------------- */
#back {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 70px auto 80px;
  padding: 0px 0 10px;
}

#breadcrumb-box {
  display: none;
}

.back-inner-content {
  position: relative;
  z-index: 2;
  margin: 0 auto 0;
  padding: 18px 0 0;
  max-width: 1170px;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}
.back-inner-content .title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  letter-spacing: -0.8px;
  text-align: center;
  font-weight: normal;
  color: #000;
  margin: 0px 0px 0px;
  padding: 0 0 0;
  position: relative;
}
.back-inner-content .title span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: -0.8px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 0;
  padding: 0;
  display: block;
}

/* cell.is-empty設定
----------------------------------------------------------------------------------------------- */
.cell.is-empty {
  width: 70px;
  height: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* アンカーリンク設定
----------------------------------------------------------------------------------------------- */
[id^="page-"],
[id^="news-"] {
  margin-top:-70px !important;
  padding-top:70px !important;
}
#content01,
#content02,
#content03,
#content04,
#fudosan,
#sozoku,
#koken,
#toki {
  margin-top:-90px !important;
  padding-top:90px !important;
}

#content-01,
#content-02,
#content-03,
#content-04,
#content-05,
#content-06 {
  margin-top:-70px !important;
  padding-top:70px !important;
}


/* 各ページタイトルの設定
----------------------------------------------------------------------------------------------- */
body:not(#page-top) section .title {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 36px;
  color: #000;
  font-weight: normal;
  text-align: center;
  position: relative;
  letter-spacing: -1.4px;
  background-image: url(../images/title_bar.png);
  margin: 0px 0px 40px;
  padding: 0 0 15px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

body:not(#page-top) section .title span {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: -1.2px;
  margin: 0 0 0 10px;
}

body:not(#page-top) .content_title2 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 36px;
  color: #000;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 10px;
  padding: 0 0 0px;
  position: relative;
}

body:not(#page-top) .content_title {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 36px;
  color: #000;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 40px;
  padding: 0 0 0px;
  position: relative;
}
body:not(#page-top) .content_title span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  margin: 15px 0 0;
}

body:not(#page-top) .title_bar {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  text-align: center;
  color: rgb(0, 0, 0);
  font-weight: 400;
  position: relative;
  background-image: url(../images/other_title_bar.png);
  margin: 0px 0px 40px;
  padding: 0 0 20px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
body:not(#page-top) section .title_bar .mini {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: -1.2px;
  margin: 0 0 0 10px;
}
body:not(#page-top) section .title_bar .small {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: -1.2px;
  margin: 0 0 0 10px;
}


/* rental
----------------------------------------------------------------------------------------------- */
#rental section .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 40px;
  padding: 0;
  list-style: none;
  max-width: 550px;
}
#rental section .list li {
  width: 49%;
  margin: 0 0px 2%;
  padding: 0;
}
#rental section .list01 {
  margin: 40px auto 0px;
  padding: 0;
  width: 100%;
}
#rental section .list01 > dl > dt {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 20px 15px 15px 15px;
  background-color: #316081;
  vertical-align: middle;
  display: block;
}
#rental section .list01 > dl > dd {
  width: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  display: block;
  background-color: #f7f6ee;
}
#rental section p {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: left;
  color: #000;
  margin: 0 0 0px;
}
#rental section .list01 > dl > dd > ul > li > .type01 {
  margin: 0;
  padding: 0;
  list-style: none;
}
#rental section .list01 > dl > dd > ul > li > .type01 > dt {
  margin: 0 0 0;
  padding: 0;
  letter-spacing: -0.8px;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  font-weight: normal;
}
#rental section .list01 > dl > dd > ul > li > .type01 > dd {
  margin: 0 0 0;
  padding: 0;
  letter-spacing: -0.8px;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}
#rental section .list01 dl dd ul li {
  vertical-align: middle;
  margin: 0 0 5px;
  padding: 20px 15px 15px 15px;
  letter-spacing: -0.8px;
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
}
#rental section .list01 dl dd ul li .big {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#rental section .list01 > dl > dd > ul > li .big-sub {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}


/* meeting
-------------------------------------------------------------------------------- */
#meeting section .list li {
  width: 48%;
  margin: 0 0px 30px;
  padding: 0;
  background-color: #f7f6ee;
}
#meeting section .list02 li {
  width: 48%;
  margin: 0 0px 30px;
  padding: 0;
  background-color: #f7f6ee;
}
#meeting section .list li .name {
  text-align: center;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  color: #fff;
  vertical-align: middle;
  margin: 0 0 20px;
  padding: 10px 0 5px;
  letter-spacing: -0.8px;
}
#meeting section .list02 li .name {
  text-align: center;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  color: #fff;
  vertical-align: middle;
  margin: 0 0 20px;
  padding: 10px 0 5px;
  letter-spacing: -0.8px;
}
#meeting section .list li .day,
#meeting section .list02 li .day {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
}
#meeting section .list li .comment,
#meeting section .list02 li .comment {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  color: #000;
  margin: 0 0 20px;
  padding: 0;
  letter-spacing: -0.8px;
  text-align: left;
}




}/* end */



















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- max-width700(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 700px) {





}/* end */



















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- max-width640(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 640px) {

  /* image-listの設定
  ----------------------------------------------------------------------------------------------- */
  #meeting section .list li,
  #meeting section .list02 li {
  width: 100%;
  margin: 0 0px 30px;
  padding: 0;
}
#meeting section .list li .inner,
#meeting section .list02 li .inner {
  margin: 0 0 0;
  padding: 0 15px 0px;
}


} /* end */



















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- max-width600(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 600px) {



} /* end */



















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- max-width570(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 570px) {

  .bg-slider .comment{
        top: 30%;
  }


} /* end */














/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- max-width500(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 500px) {


  /* bg-sliderの設定
  ----------------------------------------------------------------------------------------------- */
  .bg-slider {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    min-height: initial;
    min-height: auto;
    background-image: url(../images/top/poster_sp02.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0px auto 0px;
    padding: 147% 0 0;
  }



} /* end */




















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- max-width465(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 465px) {

/* image-listの設定
----------------------------------------------------------------------------------------------- */
.image-list-4 > li {
  width: 48%;
  margin: 0 0 30px;
  padding: 0;
}
.image-list-3 > li {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
}
.image-list-4 > li:last-child,
.image-list-3 > li:last-child  {
  margin: 0;
}

/* footer
----------------------------------------------------------------------------------------------- */
footer #info_block .left {
  width: 100%;
  margin: 0 auto 30px;
  padding: 0;
}
footer .add .tel-link02 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0 0 0;
}


} /* end */




















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- max-width430(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 430px) {
/* nav
-------------------------------------------------------------------------------- */
/* div .navbar-brand .logo span.small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  text-align: left!important;
  padding: 0;
} */
div .navbar-brand .logo span.big, body:not(#page-top) div .navbar-brand .logo span.big, .is-animation div .navbar-brand .logo span.big, body:not(#page-top).is-animation div .navbar-brand .logo span.big {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  margin: 0px 0 0px;
  padding: 0 0 0 0px;
  display: inline-block;
  color: #000000;
}

/* footer
-------------------------------------------------------------------------------- */
footer div#link_block {
  margin: 0 auto;
  padding: 20px 15px;
  text-align: center;
  width: 100%;
  height: auto;
}
footer div#link_block > ul{
height: auto;
}
footer .bg {
  padding: 20px 0 0;
}
footer ul.add li{
  text-align: left;
}
footer div#info_block {
margin: 0 auto 20px;
}

}/* end */















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- max-width415(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 415px) {

/* content01
-------------------------------------------------------------------------------- */
section.content01 .head {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  text-align: center;
  font-weight: normal;
  margin: 0px auto 10px;
  padding: 0 0 0;
}




}/* end */




















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- max-width395(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 370px) {

  /* slide
  -------------------------------------------------------------------------------- */
/* div .navbar-brand .logo::before,
body:not(#page-top) div .navbar-brand .logo::before,
.is-animation div .navbar-brand .logo::before,
body:not(#page-top).is-animation div .navbar-brand .logo::before {
  display: none;
} */

/* image-listの設定
----------------------------------------------------------------------------------------------- */
.image-list-4 > li {
  width: 48%;
  margin: 0 0 30px;
  padding: 0;
}
.image-list-3 > li {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
}
.image-list-2 > li {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
}

.image-list-4 > li:last-child,
.image-list-3 > li:last-child,
.image-list-2 > li:last-child  {
  margin: 0;
}


/* footer
-------------------------------------------------------------------------------- */
footer div#copy div {
  font-size: 11px;
  font-size: 1.1rem;
padding: 0;
}



}/* end */



















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


 max-width370(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 370px) {

  /* rental
  -------------------------------------------------------------------------------- */
  #rental section .list01 > dl > dd > ul > li .br {
    display: block;
  }


} /* end */




















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


 max-width768(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 768px) {
    .overlay .menu ul li {
        float: none;
        margin-bottom: 0px;
        width: 100%;
        display: block;
        border-bottom: 1px solid #575757 !important;
    }
    .overlay .menu ul li:last-child {
        border: 0;
    }
    .overlay .menu ul ul {
        margin-top: 20px;
    }
    .menu-btn {
        right: 10px;
    }
} /* end */




















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- Elements


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
.btn {
  border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.btn-circle {
    display: block;
    width: 77px;
    height: 77px;
    margin-top: 250px;
    padding: 7px 0px;
    border: 4px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
} /* end */


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}
