/* ----------------------------------------------------------
 html5 elements
---------------------------------------------------------- */
article, aside, figure, figcaption, footer, header, nav, section
{ display: block;}
/* ----------------------------------------------------------
 reseting
---------------------------------------------------------- */
body {
  line-height: 1.6;
  color: #454545;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
}
body, input, textarea, select, button {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  /* 明朝フォント
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;*/
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
input, textarea, select
{ /*-webkit-appearance: none;*/}
textarea
{ resize: none;}
button
{ border: none; overflow: visible; background: none; vertical-align: top;  font-size: 100%; color: inherit; cursor: pointer; -webkit-appearance: none;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ height: auto; vertical-align: top;}
address, caption, code, em, th
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6, strong, em
{ font-size: 100%; font-weight: normal;}
a, input
{/* outline: none; -webkit-tap-highlight-color:rgba(0,0,0,0);*/}
sup, sub
{ font-size: 63%;}
sup
{ vertical-align: top;}
sub
{ vertical-align: baseline;}
*
{ box-sizing: border-box;}
/* ----------------------------------------------------------
 base Link
---------------------------------------------------------- */
a {
  color: #333;
  text-decoration: none;
}
a:visited {}
a:hover,
a:active,
a:focus { text-decoration: underline; }
/* ----------------------------------------------------------
 clearfix
---------------------------------------------------------- */
.clearfix:before, .clearfix:after,
.contents:before, .contents:after,
.header-content-in:before, .header-content-in:after
{
  content: "";
  display: table;
}
.clearfix:after,
.contents:after,
.header-content-in:after
{
  clear: both;
}
/* For IE 6/7
---------------------------------------------------------- */
.clearfix,
.contents,
.header-content-in:after
{
  *zoom: 1;
}
/* ----------------------------------------------------------
 layout
---------------------------------------------------------- */
html { overflow-y: scroll;}
body { text-align: center;}
/* ----------------------------------------------------------
 wrapper
---------------------------------------------------------- */
.wrapper{
  width: 100%;
  position: relative;
  z-index: 300;
}
/* PC --------*/
@media screen and (min-width: 769px) {
	.pc {display: block;}
	.sp {display: none !important;}

	.wrapper {min-width: 1200px;}
	
  .header-content-in,
  .header-hero-in,
  .nav-global > ul,
  .contents-main,
  .footer-content-in,
  .sec-cmn-01  {
    width: 1000px;
    margin: 0 auto;
  }

 }

/* SP --------*/
@media screen and (max-width: 768px) {
	.pc {display: none !important;}
	.sp {display: block;}
	img{max-width: 100%;height: auto;}
	
  .header-content-in,
  .header-hero-in,
  .footer-content-in,
  .sec-cmn-01  {
    margin: 0 10px;
  }
  
  .full-image{margin-left: -10px;margin-right: -10px;}
}

/* ----------------------------------------------------------
 header
---------------------------------------------------------- */
.header {
  width: 100%;
}
  .header-logo {
    position: absolute;
    top: 7px;
    left: 11px;
  }
  
  /* header-content-01 */
  .header-content-01 {
    text-align: left;
  }
    .header-content-01 .header-utility {
      padding: 15px 0;
    }
	.home .header-content-01 .header-utility{padding-top: 15px;}
      .header-content-01 .header-ttl {
        float: left;
      }
      .header-content-01 .header-links {
        float: right;
        display: table-cell;
        margin-right: 10px;
      }
        .header-content-01 .header-links li {
          display: table-cell;
          height: 40px;
          padding-right: 40px;
          vertical-align: middle;
        }
        .header-content-01 .header-links li:first-child{padding-top: 5px;}
        .header-content-01 .header-links li:last-child {padding-right: 0;}
		
          .header-content-01 .header-links li img {
            vertical-align: middle;
          }
          .header-content-01 .header-links li a.blank-link,
		  .header-content-01 .header-links li a.text-link {
            padding-right: 22px;
            background: url(../img/ico_arrow_01.png) no-repeat right center;
            vertical-align: middle; 
			min-height: 15px;
			display: inline-block;
          }
		  .header-content-01 .header-links li a.text-link:hover{text-decoration: none;}
		  /*.header-content-01 .header-links li a.text-link:after{display: block;content:'';width: 125px;height: 5px;background: #fff159;}*/
          .header-content-01 .header-links li a.blank-link{ background: url(../img/icon_blank.png) no-repeat right center;}
  /* header-content-02 */
  .header-content-02 {
    background: #898989;
    box-shadow: 0px 4px 6px #ccc;
  }
    .header-content-02 .nav-sub {
      float: left;
      margin-left: 120px;
      z-index: 1;
    }
      .header-content-02 .nav-sub li {
        float: left;
      }
      .header-content-02 .nav-sub .nav-01 { margin-right: 50px;}
      .header-content-02 .nav-sub .nav-02,
      .header-content-02 .nav-sub .nav-03 { margin-right: 60px;}
      
    .header-content-02 .btn-sns {
      float: right;
    }
      .header-content-02 .btn-sns li {
        float: left;
        margin-right: 5px;
      }
@media screen and (min-width: 769px) {
  .header-content-in,
  .header-hero-in {
    position: relative;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
	.header{-webkit-box-shadow: 0 2px 4px #aaa;
	-moz-box-shadow: 0 2px 4px #aaa;
	box-shadow:0 2px 4px #aaa;
	}
	.header-content-01 .header-utility{padding: 20px 0 10px;}
	.header-content-01 .header-ttl{width: 80%;}
	.header-content-01 .header-ttl img{max-height: 34px;}
}

/* ----------------------------------------------------------
 nav-global
---------------------------------------------------------- */
.nav-global {
  background-color: #052247;
  box-shadow: 0px 4px 6px #ccc;
  
}
  .nav-global > ul {
    text-align: left;
	
	position: relative;
  }

@media screen and (min-width: 769px) {
   .nav-global > ul:before {display: block;content:'';border-left: 1px solid #656161;width: 1px;height: 30px;position: absolute;top: 6px;}
      .nav-global > ul > li {
        text-align: center;
        float: left;
        position: relative;
		padding: 6px 0;
      }
        .nav-global >ul:first-child > li>a,
		.nav-global >ul:first-child > li>span.offlink {
          display: block;
		  text-decoration: none;
		  line-height: 1;
		  color: #fff;
		  padding: 10px 0 ;border-right: 1px solid #656161;
        }
      .nav-global .nav-01>a { width: 204px;letter-spacing: -1px;}
      .nav-global .nav-02>a,
	  .nav-global .nav-02>.offlink { width: 130px;}
      .nav-global .nav-03>a { width: 130px;}
      .nav-global .nav-04>a { width: 140px;}
      .nav-global .nav-05>a { width: 130px;}
      .nav-global .nav-06>a { width: 130px;}
      .nav-global .nav-07>a { width: 130px;}

      /*
	  .nav-global >ul > li:hover {background-color: #eee;}
      .nav-global >ul > li:hover a {color: #3c3c3c;}
	  */
	  .nav-global >ul > li.current > a span:after,
	  .nav-global >ul > li > a span:hover:after{
		  display: block;content:'';height: 3px;background: #fff159;
		  width: 100%;
		  bottom: 0;position: absolute;z-index: 2;
		 }
	  
	  
          .nav-global>ul:first-child ul {
            position: absolute;
            top: 46px;
            left: 0;
            padding: 8px 0;
            display: none;
            background-color: #999999;
			color: #fff;
            z-index: 10;
            text-align: left;
			width: 100%;
          }
          .home .nav-global>ul>li:hover>ul,
		  .nav-global-in2>ul>li:hover>ul{
            display: block;
          }
          .nav-global ul li:hover ul ul{display: none;}

            .nav-global ul ul li {
            }
              .nav-global ul ul li a {
                display: block;
                padding: 6px 16px;
				color: #fff;
              }
              .nav-global ul ul li a:hover {
                text-decoration: none;
                -ms-filter: 'alpha( opacity=60)';
                filter: alpha( opacity=60);
                opacity: 0.6;
              }

		  .nav-global-in2{background: #999;}
		  .nav-global-in2 ul{width: 1000px;margin: auto;}
		  .nav-global-in2 ul ul{
				position: absolute;
				top: 44px;
				left: 0;
				padding: 0;
				display: none;
				z-index: 10;
				width: 100%;
				text-align: center;
			}
		  .nav-global-in2>ul>li{float: left;line-height: 1;position: relative;}
		  .nav-global-in2>ul>li>a{
			  position: relative;display: block;box-sizing: border-box;
			  padding: 16px 0 15px;color: #fff;
			  text-decoration: none;
		  }
		  .nav-global-in2>ul>li:not(.sns):hover{background: #c6c6c6;}
			  .nav-global-in2>ul>li.btn-sports>a{width: 204px;padding-left: 30px;background: url(../img/icon_sports.png) no-repeat 38px 50%;}
			  .nav-global-in2>ul>li.btn-stay>a { width: 158px;padding-left: 45px;background: url(../img/icon_stay.png) no-repeat 30px 50%;}
			  .nav-global-in2>ul>li.btn-restaurant>a { width: 160px;padding-left: 30px;background: url(../img/icon_restaurant.png) no-repeat 40px 50%;}
			  .nav-global-in2>ul>li.btn-seminar>a { width: 159px;padding-left: 24px;background: url(../img/icon_seminar.png) no-repeat 16px 50%;}
			  .nav-global-in2>ul>li.btn-camp>a { width: 159px;padding-left: 24px;background: url(../img/icon_camp.png) no-repeat 18px 50%}
			  
			   .nav-global-in2>ul>li.sns{margin-left: 10px;padding-top: 1px;}
			   .nav-global-in2>ul>li.btn-camp+li.sns{margin-left: 18px;}
			   .nav-global-in2>ul>li.sns a{padding: 5px 0 0;}
			  
				.nav-global-in2 ul ul{background: #fff;}
				.nav-global-in2 ul ul li{border-right: 1px solid #c6c6c6;border-bottom: 1px solid #c6c6c6;border-left: 1px solid #c6c6c6;}
				.nav-global-in2 ul ul li a{background: #fff;color: #333;padding: 10px 0;}
			
	
	/**/
	.menu-trigger{display: none;}
}
@media screen and (max-width: 768px) {
	.header-content-01 .header-links{display: none;}
	
	.spMenu{display: none;}
	.spMenu.open{display: block;}

	.nav-global .offlink,
	.nav-global a{color: #fff;display: block;padding: 3px 6px;position: relative;}
	.nav-global >ul>li{border-bottom: 1px solid #aaa;}
	.nav-global .offlink,
	.nav-global-in2 ul a,
	.nav-global >ul>li>a{padding: 6px 1em;}
	.nav-global-in2 ul ul a,
	.nav-global >ul ul a{padding-left: 1em;border-top: 1px dotted #fff;background: #999;}
	.nav-global-in2 li li a,
	.nav-global >ul ul ul a{padding-left: 2em;background:#999 url(../img/ico_arrow_03.png) no-repeat 15px 50%;}
	.nav-global .header-links li a{background: #eee;color: #333;}
	/**/
	.nav-global a:after,
	.nav-global .offlink:after{
		content:'';display: block;
		position: absolute;right: 10px;top: 0;height: 100%;width: 12px;
		background:url(../img/ico_arrow_02.png) no-repeat 50% 50%;
		-webkit-background-size: 8px auto;
		background-size:8px auto;
	}
	
	.nav-global .spmenu_subttl:after{
		-webkit-transform:rotate(90deg) ;
		-ms-transform:rotate(90deg) ;
		transform:rotate(90deg) ;
	}
	.nav-global .spmenu_subttl.active:after{
		-webkit-transform:rotate(-90deg) ;
		-ms-transform:rotate(-90deg) ;
		transform:rotate(-90deg) ;
	}
	/*
	.nav-global-in2{text-align: left;background: #999;}
	.nav-global-in2>ul>li>a{font-weight: bold;}
	.nav-global-in2 li li a{padding: 3px 0 3px 2em;}
	.nav-global-in2>ul>li.sns{display: none;}
	 */
	.nav-global-in2{display: none;}
	.nav-global .sns-btn{text-align: center;padding: 5px 0;background: #999;}
	.nav-global  .sns-btn li{display: inline-block;border: none;}
	
	/* ---------- menu-trigger ---------- */
	.menu-trigger{background: #3a5faa;padding: 7px 7px 4px;float: right;}
	.menu-trigger .icon,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger .icon {
		position: relative;
		width: 20px;
		height: 20px;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
		border-radius: 2px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 20%;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 55%;margin-top: -1px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 10%;
	}
	.menu-trigger.active span:nth-of-type(1) {
		/*
		-webkit-transform: translateY(20px) rotate(-45deg);
		transform: translateY(20px) rotate(-45deg);
		*/
		-webkit-transform: translateY(-5px) rotate(-45deg);
		transform: translateY(5px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-5px) rotate(45deg);
		transform: translateY(-5px) rotate(45deg);
		bottom: 20%;
	}
}


/* ----------------------------------------------------------
 nav-local
---------------------------------------------------------- */
.nav-local {
}
  .nav-local li {
  }
    .nav-local li a {
    }
    .nav-local li a:hover {
    }
/* ----------------------------------------------------------
 nav-breadcrumb
---------------------------------------------------------- */
.nav-breadcrumb {
  width: 960px;
  overflow: hidden;
  margin: 0 auto;
  text-align: left;
}
  .nav-breadcrumb li {
    float: left;
    white-space: nowrap;
  }
  .nav-breadcrumb li.home {
  }
    .nav-breadcrumb li a {
    }




nav.gnav {
  background-color: #3e3a39;
  box-shadow: 0px 4px 6px #ccc;
}
nav.gnav .line1 {
  letter-spacing: -.4em;
  text-align: center;
  width: 1000px;
  margin: auto;
}
nav.gnav .line1 li {
  display: inline-block;
  letter-spacing: normal;
  padding: 6px 0;
  position: relative;
}
nav.gnav .line1 li:first-child a {
  border-left: 1px solid #656161;
}
nav.gnav .line1 li a {
  color: #fff;
  display: block;
  padding: 10px 25px;
  border-right: 1px solid #656161;
  line-height: 1;
}
nav.gnav .line1 li a:hover {
  text-decoration: none;
}
nav.gnav .line1 li a span:hover:after {
  display: block;
  content: '';
  height: 3px;
  background: #fff159;
  width: 100%;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}
.line1_level2_outer {
  display: none;
  width: 460px;
  position: absolute;
  top: 46px;
  background: #999;
  color: #fff;
  overflow: hidden;
  z-index: +1;
}
nav.gnav .line1 li:hover .line1_level2_outer {
  display: block;
}
.line1_level2 {
  letter-spacing: -.4em;
}
nav.gnav .line1 li .line1_level2 .left {
  display: block;
  float: left;
  vertical-align: top;
  border: none;
  padding: 0;
}
nav.gnav .line1 li .line1_level2 .right {
  display: block;
  float: left;
  vertical-align: top;
  border-left: 1px solid #fff;
  border-right: none;
  padding: 0;
}
nav.gnav .line1 li .line_level3 {
  overflow: hidden;
}
nav.gnav .line1 li .line_level3 li {
  display: block;
  text-align: left;
  padding: 0;
}
nav.gnav .line1 li .line_level3 li a {
  border: none !important;
  padding: 5px 15px;
}
nav.gnav .line1 li .line_level3 li a:hover {
  opacity: 0.8;
}
nav.gnav .line1 li .line_level3 li a span:hover:after {
  content: none;
  text-decoration: underline;
}
nav.gnav .line1 li .line_level3 li a .small {
  display: block;
  font-size: 12px;
  padding-bottom: 0;
}

.home nav.gnav .line2 {
  display: none;
}
nav.gnav .line2 {
  letter-spacing: -.4em;
  text-align: center;
  background: #999;
}
nav.gnav .line2 li {
  display: inline-block;
  letter-spacing: normal;
  padding: 6px 0;
  position: relative;
}
nav.gnav .line2 li:first-child a {
  border-left: none;
}
nav.gnav .line2 li:hover {
  background: #c6c6c6;
}
nav.gnav .line2 li a {
  color: #fff;
  display: block;
  padding: 10px 15px;
  border-right: none;
  line-height: 1;
}
nav.gnav .line2 li a:hover {
  text-decoration: none;
}
nav.gnav .line2 li.ico01 a {
  width: 165px;
  background: url(../img/icon_sports.png) no-repeat 12px 50%;
}
nav.gnav .line2 li.ico02 a {
  width: 175px;
  background: url(../img/icon_stay.png) no-repeat 25px 50%;
}
nav.gnav .line2 li.ico03 a {
  width: 140px;
  background: url(../img/icon_restaurant.png) no-repeat 15px 50%;
}
nav.gnav .line2 li.ico04 a {
  width: 170px;
  background: url(../img/icon_seminar.png) no-repeat 10px 50%;
}
nav.gnav .line2 li.ico05 a {
  width: 170px;
  background: url(../img/icon_seminar.png) no-repeat 10px 50%;
}
nav.gnav .line2 li.sns {
  padding: 0;
  vertical-align: middle;
}
nav.gnav .line2 li.sns a {
  padding: 0 5px;
}
nav.gnav .line2_level2 {
  display: none;
  width: 460px;
  position: absolute;
  top: 46px;
  background: #fff;
  color: #999;
  overflow: hidden;
  z-index: +1;
}
nav.gnav .line2_level2 li {
  display: block;
  padding: 0;
}
nav.gnav .line2_level2 li a {
  color: #333;
  width: auto;
}

nav.gnav .line2 li:hover .line2_level2 {
  display: block;
  width: 140%;
}
nav.gnav .line2 li:hover .line2_level2 li:hover {
  opacity: 0.8;
}
nav.gnav .line2 li:hover .line2_level2 li {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  background: #fff;
}
nav.gnav .line2 li:hover .line2_level2 li a {
  width: 100%;
}
nav.gnav .line2 li:hover .line2_level2 li a:hover {
  background: none;
}


/* ----------------------------------------------------------
 contents
---------------------------------------------------------- */
.contents {
  text-align: left;
	padding-bottom: 50px;
  /* -webkit-box-shadow: 0 2px 6px #ccc; */
  /* -moz-box-shadow:0 2px 6px #ccc; */
  /* box-shadow:0 2px 6px #ccc; */
}
.path{padding: 20px 0 10px;}
.path a{text-decoration: underline;}

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

	.path{
		/*width: 94%;
		margin: 0 auto;*/
		padding: 20px 2%;
		font-size: 12px;
	}
	.contents {
		padding-bottom: 20px;
	}
}


/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */
.footer {
  width: 100%;
}
  .footer-content-in {
    text-align: left;
  }
    .footer-ttl-01 {
      text-align: center;
      margin-bottom:0px;
    }
	
	    .footer-ttl-02 {
	  font-size:16px;
	  font-weight:bold;
	  color:#3e3a39;
      text-align: center;
	  margin-top:25px;
      margin-bottom: 18px;
    }
	
      .footer-ttl-01 span {
        display: block;
        color: #787878;
        margin-top: 4px;
      }
      
  /* footer-content-01 */
  .footer-content-01 {
    padding: 65px 0 80px;
  -webkit-box-shadow: 0 2px 6px #ccc;
  -moz-box-shadow:0 2px 6px #ccc;
  box-shadow:0 2px 6px #ccc;
    position: relative;
    background: url(../img/footer_bg.gif);
  }
.footer-content-01 .footer-logo {
  float: left;
}
.footer-content-01 .footer-info .ttl {
        margin-bottom: 13px;
      }
	  .footer-content-01 .footer-info .ttl img{display: block;margin-bottom: 5px;}
      .footer-content-01 .footer-info > p{margin-bottom: 20px;}
	  .footer-content-01 .footer-info .address {margin-bottom:25px; }
	  .footer-content-01 .footer-info strong{font-weight: bold;}
      .footer-content-01 .footer-info .list {
        overflow: hidden;
      }
        .footer-content-01 .footer-info .list li {
          float: left;
          margin-right: 10px;
        }
        .footer-content-01 .footer-info .list li:last-child {
          margin-right: 0;
        }
        
   /* footer-content-02 */
  .footer-content-02 {
    padding: 50px 0 40px;
    background-color: #e6e6e6;
  }
  
  /* footer-content-03 */
  .footer-content-03 {
    padding: 14px 0 8px;
    background-color: #3e3a39;
    overflow: hidden;
  }
  
    /* footer-links-01 */
    .footer-links-01-wrap {
      overflow: hidden;
    }
    .footer-links-01 {
      overflow: hidden;
      margin: -12px -12px 0 0;
    }
      .footer-links-01 li {
        float: left;
        margin: 12px 12px 0 0;
      }
        .footer-links-01 li a {
          display: block;
          text-align: center;
          box-sizing: border-box;
        }
        .footer-links-01 li a:hover {
          -ms-filter: 'alpha( opacity=60)';
          filter: alpha( opacity=60);
          opacity: 0.6;
        }
        
    /* footer-links-02 */
    .footer-links-02 {
      overflow: hidden;
      display: inline-block;
    }
      .footer-links-02 li {
        float: left;
        margin-right: 30px;
        padding-left: 13px;
        background: url(../img/ico_arrow_03.png) no-repeat left center;
      }
      .footer-links-02 li.gtrans {
        padding-left: 0;
        background: none;
        margin-right: 0;
      }
        .footer-links-02 li a {
          color: #fff;
        }
        .footer-links-02 li a:hover {
          text-decoration: underline;
        }
          
    .footer-copyright {
      color: #fff;
      float: right;
      display: inline-block;
      font-size: 12px;
    }
@media screen and (min-width: 769px) {
    .footer-content-01 .footer-info {
      position: relative;
	 width: 810px;
	 float: right;
    }
	.footer-content-01 .footer-info .list-sns-btn {
	  position: absolute;
	  right: 270px;
	  top: 140px;
	}

       .footer-links-01.list2{padding-left: 200px;}
	   .footer-links-01 li:nth-child(5n) {
        float: right;
      }
}
@media screen and (max-width: 768px) {
	.footer {
		/*padding-bottom: 80px;*/
	}

	.footer-content-01{padding: 30px 0;}
	.footer-content-01 .footer-logo {width: 64px;margin-right: 10px;}
	.footer-content-01 .footer-info .ttl{float: left;}
	.footer-content-01 .footer-info .ttl img{width: auto;height: 20px;margin-top: 10px;}
	.footer-content-01 .footer-info .address{clear: both;margin-bottom: 10px;}
	.footer-content-01 .footer-info > p{margin-bottom: 6px;}
	
	.footer-content-01 .footer-info .list,
	.footer-content-01 .footer-info .list-sns-btn{text-align: center;}
	.footer-content-01 .footer-info .list li,
	.footer-content-01 .footer-info .list-sns-btn li{display: inline-block;margin-top: 10px; margin-right: 0;float: none;}
	.footer-info .mod-contact-label.s-type-01{margin: 10px auto 0;}
	
	.footer-ttl-01 span{font-size: 12px;}
	.footer-ttl-02{font-size: 14px;}
	
      .footer-links-01{margin: 0;}
	  .footer-links-01 li{width: 49%;margin: 0 0 10px;}
	  .footer-links-01 li:nth-child(2n) {
        float: right;
      }

	.footer-content-02{padding: 30px 0;}
	.footer-links-02 li{float: none;font-size: 12px;}
	.footer-copyright{font-size: 10px;text-align: center;float: none;display: block;}
}



/* ----------------------------------------------------------
 section
---------------------------------------------------------- */
/* sec-cmn
---------------------------------------------------------- */
.sec-cmn-01 {
  padding: 20px 0 20px;
}
/* section last margin */
section:last-of-type {
  margin-bottom: 0;
}

/**/
@media screen and (min-width: 769px) {
.sec-cmn-02,
.sec-cmn-03,
.sec-cmn-04,
.sec-cmn-05,
.sec-cmn-06 {overflow: hidden;}
.sec-cmn-07 {overflow: hidden;}

.sec-cmn-02 .column{width: 470px;float: left;}
.sec-cmn-02 .column:nth-child(2n){float: right;}

.sec-cmn-03 .column{width: 320px;margin-right: 20px;float: left;}
.sec-cmn-03 .column:nth-child(3n){float: right;margin-right: 0;}

.sec-cmn-04 .column{width: 490px;margin-right: 20px;float: left;}
.sec-cmn-04 .column:nth-child(2n){float: right;margin-right: 0;}

.sec-cmn-05 .column{width: 235px;margin-right: 20px;float: left;}
.sec-cmn-05 .column:nth-child(4){float: right;margin-right: 0;}
.sec-cmn-06 .column{width: 235px;margin-right: 20px;margin-top: 40px;float: left;}
.sec-cmn-06 .column:nth-child(4){float: right;margin-right: 0;}
.sec-cmn-07 .column{width: 250px;float: left;}
}

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

.sec-cmn-02 .column+.column{margin-top: 10px;}

.sec-cmn-03 .column{margin-bottom: 20px;}

.sec-cmn-04 .column{margin-bottom: 20px;}
}



/* ----------------------------------------------------------
 area
---------------------------------------------------------- */
/* mapArea
---------------------------------------------------------- */
.mapArea {
	text-align: center;
	position: relative;
}
.mapArea img {
	width: auto;
}

.mapArea .btn{position: absolute;}
.mapArea .btn:hover img{visibility: hidden;}
.mapArea .btn01{width: 142px;height: 48px;background: url(../img_guide/map_btn03_on.png) no-repeat;top: 60px;left: 320px;}
.mapArea .btn02{width: 142px;height: 48px;background: url(../img_guide/map_btn01_on.png) no-repeat;top: 410px;left: 330px;}
.mapArea .btn03{width: 142px;height: 48px;background: url(../img_guide/map_btn01_on.png) no-repeat;top: 505px;left: 350px;}
.mapArea .btn04{width: 142px;height: 48px;background: url(../img_guide/map_btn01_on.png) no-repeat;top: 555px;left: 350px;}
.mapArea .btn05{width: 142px;height: 48px;background: url(../img_guide/map_btn01_on.png) no-repeat;top: 605px;left: 350px;}
.mapArea .btn06{width: 142px;height: 48px;background: url(../img_guide/map_btn03_on.png) no-repeat;top: 120px;left: 330px;}


.floormapArea{padding: 20px 0;text-align: center;}


@media screen and (min-width: 769px) {
	.floormapArea{margin-left: 30px;margin-right: 30px;padding: 90px 0 60px;}
	.floormapArea img{width: 100%;}
}

@media screen and (max-width: 768px) {
	.mapArea{width: 320px;margin-left: auto;margin-right: auto;}
.mapArea .btn:hover img{visibility: visible;}
.mapArea .btn01{width: 92px;height: 35px;top: 20px;left: 80px; background: none;}
.mapArea .btn02{width: 92px;height: 35px;top: 170px;left: 60px; background: none;}
.mapArea .btn03{width: 92px;height: 35px;top: 212px;left: 60px; background: none;}
.mapArea .btn04{width: 92px;height: 35px;top: 242px;left: 60px; background: none;}
.mapArea .btn05{width: 92px;height: 35px;top: 270px;left: 60px; background: none;}
.mapArea .btn06{width: 92px;height: 35px;top: 55px;left: 85px; background: none;}
/*.mapArea .btn{background-size: cover;}*/

}
@media screen and (max-width: 320px) {
	.mapArea{width: 280px;margin-left: auto;margin-right: auto;}
.mapArea .btn:hover img{visibility: visible;}
.mapArea .btn01{width: 78px;height: 30px;top: 15px;left: 75px; background: none;}
.mapArea .btn02{width: 78px;height: 30px;top: 148px;left: 55px; background: none;}
.mapArea .btn03{width: 78px;height: 30px;top: 188px;left: 55px; background: none;}
.mapArea .btn04{width: 78px;height: 30px;top: 213px;left: 55px; background: none;}
.mapArea .btn05{width: 78px;height: 30px;top: 238px;left: 55px; background: none;}
.mapArea .btn06{width: 78px;height: 30px;top: 42px;left: 77px; background: none;}
/*.mapArea .btn{background-size: cover;}*/

}


/* BLOCK
---------------------------------------------------------- */
.boxShadow01{position: relative;}
.boxShadow01:after{
	content:'';display: block;
	width: 100%;
	height: 1px;
	position: absolute;bottom: 0;
	z-index: 10;
  -webkit-box-shadow: 0 2px 6px #aaa;
  -moz-box-shadow:0 2px 6px #aaa;
  box-shadow:0 2px 6px #aaa;
}
.bg01{background: #fbfae9;}



/* ----------------------------------------------------------
 hero
---------------------------------------------------------- */
/* hero-cmn
---------------------------------------------------------- */
.hero-cmn {
  margin-top:25px;
  margin-bottom:0px;
}

/* ----------------------------------------------------------
 module
---------------------------------------------------------- */
/* contact error */
.error {
	display: block;
	color: #F00;
}
/* contact button */
.contact_btn {
	text-align: center;
	padding: 20px 0;
}
/* mod-contact-label */
.mod-contact-label {
  text-align: center;
  padding: 50px 18px 20px;
  background-image:url(../img/btn_inquery_bg.png);
  background-repeat: no-repeat;
  width:230px;
  height:230px;
}
  .mod-contact-label .img {
    margin-bottom: 15px;
  }
  .mod-contact-label .tel {
    font-size: 21px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 3px;
	color: #fff;
  }
  .mod-contact-label .time {
    /*margin-bottom: 7px;
    font-weight: bold;*/
	color: #fff;
  }

/* .s-type-01 .s-type-02 */
.box-slider .mod-contact-label.s-type-01 {
  position: absolute;
  top: 108px;
  right: 0;
  z-index: 100;
}

.footer-info .mod-contact-label.s-type-01 .tel {
	color: #fff;
}

@media screen and (min-width: 769px) {
	.footer-info .mod-contact-label.s-type-01 {
	  position: absolute;
	  top: -32px;
	  right: 0;
	  margin: auto;
	  z-index: 10;
	}
}
@media screen and (max-width: 768px) {
	.box-slider .mod-contact-label.s-type-01{top: 66px;}
	
	.mod-contact-label {
		width: 110px;height: 100px;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
		background-position: 50% 0;
		padding: 25px 14px 20px;
	}
	.mod-contact-label .img{margin-bottom: 6px;}
	.mod-contact-label .tel{font-size: 9px;}
	.mod-contact-label .tel a{color: #fff;}
	.mod-contact-label .btn-cmn-mali{margin-top: 5px;}
	.mod-contact-label .time {
		font-size: 9px;
	}

}

/* mod-box-01 */
.mod-box-01{background: url(../img/bg_slash02.png);padding: 20px;}
.mod-box-01 .inner{background: #fff;padding: 1px 30px 40px;}
.mod-box-01 .inner .h3Title:first-child{margin-bottom: 30px;}
@media screen and (max-width: 768px) {
	.mod-box-01{padding: 10px;}
	.mod-box-01 .inner{padding: 1px 10px 20px;}
	.mod-box-01 .inner .h3Title:first-child{margin-bottom: 20px;font-size: 14px;}
}
/* mod-box-02 */
.mod-box-02{background: url(../img/bg_slash02.png);padding: 20px;}
.mod-box-02 .inner{background: #fff;padding: 40px 30px; overflow: hidden;}
.mod-box-02 .inner .column{
	float: left;
	width: 48%;
	margin-right: 4%;
}
.mod-box-02.nh .inner .column:nth-child(even) {
	float: right;
	width: 48%;
	margin-right: 0;
}
.guide h4 {
	font-weight: bold;
}
.mod-box-02.nh .inner .column dt {
	font-weight: bold;
}
.mod-box-02.nh .inner .column dt:before {
	content: '>';
}
.mod-box-02.nh .inner .column dd {
	text-indent: 0.5em;
}

.mod-box-02 .inner .column:nth-child(2n){float: right; width: 50%;}
.mod-box-02 img{width: 100%;}

@media screen and (max-width: 768px) {
	.mod-box-02{padding: 10px;}
	.mod-box-02 .inner{padding: 20px 10px;}
	.mod-box-02 .inner .h3Title:first-child{margin-bottom: 20px;font-size: 14px;}
	.mod-box-02 .inner .column{float: none;}
	.mod-box-02 .inner .column:nth-child(2n){float: none; width: 100%; margin: 10px 0 0 0;}
	.mod-box-02.nh .inner .column{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.mod-box-02.nh .inner .column:nth-child(even) {
		float: none;
		width: 100%;
		margin-right: 0;
	}
}
/* mod-box-03 */
.mod-box-03{background: url(../img/bg_slash02.png);padding: 20px;}
.mod-box-03 .inner{background: #fff;padding: 40px 30px; overflow: hidden;}
.mod-box-03 .inner .column{float: left;}
.mod-box-03 .inner .column:nth-child(2n){float: right; width: 70%;}
.mod-box-03 .inner .column h3{font-weight: bold;}
.mod-box-03 .inner .column_sub{margin-top: 20px;}

@media screen and (max-width: 768px) {
	.mod-box-03{padding: 10px;}
	.mod-box-03 .inner{padding: 20px 10px;}
	.mod-box-03 .inner .h3Title:first-child{margin-bottom: 20px;font-size: 14px;}
	.mod-box-03 .inner .column{float: none;}
	.mod-box-03 .inner .column:nth-child(2n){float: none; width: 100%; margin: 10px 0 0 0;}
	.mod-box-03 .inner .column img{width: 100%;}

}
/* mod-box-04 */
.mod-box-04{background: url(../img/bg_slash02.png);padding: 20px;}
.mod-box-04 .inner{background: #fff;padding: 40px 30px; overflow: hidden;}
.mod-box-04 .inner .column{float: left;}
.mod-box-04 .inner h3{font-weight: bold;font-size:16px;text-align: center;margin-bottom: 10px;}
.mod-box-04 .inner .column:nth-child(3n){float: right; width: 70%;}
.mod-box-04 .inner .column_sub{margin-top: 20px;}

@media screen and (max-width: 768px) {
	.mod-box-04{padding: 10px;}
	.mod-box-04 .inner{padding: 20px 10px;}
	.mod-box-04 .inner .h3Title:first-child{margin-bottom: 20px;font-size: 14px;}
	.mod-box-04 .inner .column{float: none;}
	.mod-box-04 .inner .column:nth-child(2){text-align: center;}
	.mod-box-04 .inner .column:nth-child(3n){float: none; width: 100%; margin: 10px 0 0 0;}
}

/* mod-list-01 */
.mod-list-01 {
	padding: 40px 80px;
	margin: 0 auto;
	background: #fbfae9;
	font-size: 16px;
}
.mod-list-01 li {
	margin-left: 1em;
	text-indent: -1em;
	margin-bottom: 10px;
}
.mod-list-01 li:last-child {
	margin-bottom: 0;
}
.mod-list-01 li:before {
	content: url(/assets/img_guide/ico_checkmark.png);
	margin-right: 5px;
}
@media screen and (max-width: 768px) {
	.mod-list-01 {
		padding: 20px;
	}
}

/* figure.imageBlock */
figure.imageBlock{position: relative;margin-bottom: 10px;}
figure.imageBlock figcaption.text{
	position: absolute;bottom: 0;width: 100%;text-align: center;color: #fff;background: #3e3a39;
	padding: 8px 0 7px;
	line-height: 1;
}
a .imageBlock img:hover{opacity:0.8;}

@media screen and (max-width: 768px) {
	figure.imageBlock img{width: 100%;}
	a .imageBlock img:hover{opacity:1;}
}


/* mod-hr-01 */
.mod-hr-01{border: 1px dashed #ddd;height: 1px; margin-top: 60px;}

/* mod-dl-01 */
.mod-dl-01{padding: 20px;font-size: 16px;text-align:left;}
.mod-dl-01 dt{font-weight:bold;margin-bottom: 5px;}
.mod-dl-01 dt:before{content:'Q.';}
.mod-dl-01 dd{padding-left: 1em;text-indent:-1em;margin-bottom: 20px;}
.mod-dl-01 dd:before{content:'A.';}



.faqUl {
	overflow: hidden;
	letter-spacing: -.4em;
	text-align: left;
}
.faqUl li {
	letter-spacing: normal;
	display: inline-block;
	width: 31%;
	vertical-align: top;
	margin-right: 2%;
}
.faqUl li:last-child {
	margin-right: 0;
}
.faqUl li h3 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 4px solid #fbfae9 ;
}

.faq .mod-dl-01{
	padding: 20px 10px 20px 0;
}
.faq .mod-dl-01 dt{
	font-weight:bold;
	margin-bottom: 5px;
	padding: 10px 0;
	cursor:pointer;
	padding-left: 1.2em;
	text-indent: -1.2em;
	border-top: 1px dotted #aaa;
	font-size: 14px;
}
.faq .mod-dl-01 dt:first-child{
	border-top: none;
}
.faq .mod-dl-01 dt:after{
	content: '▼';
	margin-left: 0.5em;
	font-size: 12px;
	color: #aaa;
}
.faq .mod-dl-01 dt.active:after{
	content: '▲';
	margin-left: 0.5em;
	font-size: 12px;
	color: #aaa;
}
.faq .mod-dl-01 dd{
	margin: 0 0 25px 0;
	font-size: 14px;
	background: #efefef;
	border-radius: 5px;
}

@media screen and (max-width: 768px) {
	.faqUl li {
		width: 100%;
		margin-right: 0;
	}

}




@media screen and (max-width: 320px) {
	.mod-dl-01{padding: 10px;font-size: 16px;text-align:left;}
}


/* ----------------------------------------------------------
 title
---------------------------------------------------------- */
/* categoryTitle */
.categoryTitle{
	display: table-cell;
	vertical-align: middle;text-align: center;
	background-image: url(../img_guide/title_bg.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 267px;
	width: 1000px;
}
.price .categoryTitle{ background-image: url(../img/img_price/title_bg.jpg);}
.faq .categoryTitle{ background-image: url(../img/img_faq/title_bg.jpg);}
.neighborhood .categoryTitle{ background-image: url(../img/img_neighborhood/title_bg.jpg);}
.access .categoryTitle{ background-image: url(../img/img_access/title_bg.jpg);}
.news .categoryTitle{ background-image: url(../img/img_news/title_bg.jpg);}
.contact .categoryTitle{ background-image: url(../img/img_contact/title_bg.jpg);}

.categoryTitle span{display: block;text-align: center;color: #fff;font-size: 18px;line-height: 1;font-weight: bold;margin-top:18px;}
.contact .categoryTitle span{display: block;text-align: center;color: #000;font-size: 18px;line-height: 1;font-weight: bold;margin-top:18px;}

@media screen and (max-width: 768px) {
	.categoryTitle{height: 130px;width: 100%;display: table;padding:35px 0 30px;position: relative;z-index: -1;}
	.categoryTitle img{height:28px;}
	.categoryTitle span{font-size: 16px;margin-top: 14px;}
}


/* pageTitle */
.pageTitle{
	text-align: center;
	/*background-image: url(../img/bg_slash.png);
	background-repeat: repeat;
	background-color: #87ca3a;*/
	padding: 30px 0;
}
/*.pageTitle span{display: block;text-align: center;color: #000;font-size: 18px;line-height: 1;font-weight: bold;margin-top:14px;}*/
.pageTitle img{margin:0 auto;}
.pageTitle span{
	display: block;
	text-align: center;
	color: #000;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	margin-top: 10px;
}
.pageTitle span:before{
	content: '';
	display: block;
	height: 7px;
	width: 100%;
	margin-bottom: 5px;
background: -moz-linear-gradient(top, rgba(187,187,187,0.65) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(187,187,187,0.65) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(187,187,187,0.65) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6bbbbbb', endColorstr='#ffffff',GradientType=0 );
}

@media screen and (max-width: 768px) {
	.pageTitle{height: 100px;width: 100%;display: table;padding:5px 0 10px;position: relative;z-index: -1;}
	.pageTitle img{height:28px;}
	.pageTitle span{font-size: 16px;margin-top: 14px;}
	.pageTitle img.sp{height:60px;margin:0 auto;}
	.pageTitle span:before{
		content: '';
		display: block;
		height: 7px;
		width: 80%;
		border-top: 1px solid #aaa;
		background: none;
		margin: 0 auto 5px auto;
	}
}


/* h3Title */
.h3Title{
	font-weight: bold;
	text-align: center;
	margin: 60px 0 30px;
	font-size: 20px;
	line-height: 1.8;
}
.h3Title span{
	background:  linear-gradient(transparent 70%, #fbfae9 0%);
	padding: 5px 10px;
}
.h3Title:first-child{margin-top: 20px;}
@media screen and (max-width: 768px) {
	.h3Title span{padding: 5px 0;}
	.h3Title:first-child{margin: 20px;}
}
/* h2Catch */
.h2Catch{
	font-weight: bold;
	text-align: center;
	margin: 60px 0 30px;
	font-size: 24px;
	line-height: 1.8;
}
.h2Catch span{
	background:  linear-gradient(transparent 70%, #e2fcc6 0%);
	padding: 5px 10px;
}
.h2Catch:first-child{margin-top: 20px;}
@media screen and (max-width: 768px) {
	.h2Catch span{padding: 5px 0;}
	.h2Catch:first-child{margin: 20px;}
}


/* ttl-cmn-01
---------------------------------------------------------- */
.ttl-cmn-01 {
  display: block;
  margin-top: 15px;
  padding: 0 0 8px 0;
  overflow: hidden;
}
  .ttl-cmn-01 img {
    display: inline-block;
  }
  .ttl-cmn-01 .ttl-sub {
    padding: 3px 0 0 17px;
    display: inline-block;
    font-size: 16px;
    color: #3e3a39;
  }

/* ttl-cmn-02
---------------------------------------------------------- */
.ttl-cmn-02 {
  display: block;
  margin-top: 15px;
  padding: 0 0 8px 0;
  text-align: center;
}
  .ttl-cmn-02 .ttl-sub {
    padding-top: 1em;
	padding-bottom: 20px;
    display: block;
    font-size: 14px;line-height: 1;
	font-weight: bold;
}
  .ttl-cmn-02 .ttl-sub:before {
	content: '';
	display: block;
	height: 7px;
	width: 100%;
	margin-bottom: 5px;
background: -moz-linear-gradient(top, rgba(187,187,187,0.65) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(187,187,187,0.65) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(187,187,187,0.65) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6bbbbbb', endColorstr='#ffffff',GradientType=0 );
  }
.price .ttl-cmn-02,
.faq .ttl-cmn-02,
.neighborhood .ttl-cmn-02{
    font-weight: bold;text-align: center;margin: 0 0 20px;font-size: 20px;line-height: 1.8;
}
.price .ttl-cmn-02 span,
.faq .ttl-cmn-02 span,
.neighborhood .ttl-cmn-02 span{
	background:  linear-gradient(transparent 70%, #fbfae9 0%);
	padding: 5px 10px;
}


/* ttl-cmn-03
---------------------------------------------------------- */
.price .ttl-cmn-03 {
    font-weight: bold;
	text-align: left;
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1.8;
}
.price .ttl-cmn-03 span {
	border-bottom: 2px dotted #aaa;
	padding: 5px 10px;
}

@media screen and (max-width: 768px) {
  .ttl-cmn-02 img {max-height: 24px;}
}


/* ----------------------------------------------------------
 text
---------------------------------------------------------- */
/* txt-cmn
---------------------------------------------------------- */
.txt-cmn {
  margin-top: 25px;
  text-align: center;
  line-height: 2.0;
}
  .txt-cmn a {
    color: #4180c3;
    text-decoration: underline;
  }
  .txt-cmn a:hover {
    text-decoration: none;
  }
  
/* leadText */
.leadText{text-align: center;font-size: 16px;}
@media screen and (max-width: 768px) {
	.leadText{font-size: 14px;margin: 10px;text-align: left;}
}
/* leadText2 */
.leadText2{text-align: left;font-size: 16px;margin: 18px 0;}
@media screen and (max-width: 768px) {
	.leadText{font-size: 14px;margin: 10px;}
}


/* ----------------------------------------------------------
 list
---------------------------------------------------------- */
/* list-cmn
---------------------------------------------------------- */

/* list-clm2 */
.list-clm-02 {overflow: hidden;}
.list-clm-02 li {float: left; width: 50%;}
.list-clm-02 li:last-child {float: right; max-width: 40%;}

@media screen and (max-width: 768px) {
	 .list-clm-02{width: 100%; margin: 0 auto; margin-bottom: 20px;}
	 .list-clm-02 li{float: none; width: 100%;}
	 .list-clm-02 li:last-child{float: none; width: 100%;max-width: 100%; }
	 .list-clm-02 li:last-child .mapArea{width: 100%; margin: 10px auto;}
}

/* list-clm5 */
.list-clm-05 {overflow: hidden;}
  .list-clm-05 li {float: left;}
@media screen and (min-width: 769px) {
	 .list-clm-05 li{width: 184px;margin-right: 20px;margin-bottom: 20px;}
	 .list-clm-05 li:nth-child(5n){float: right;margin-right: 0;}
}
@media screen and (max-width: 768px) {
	 .list-clm-05 li{margin-bottom: 10px;width: 48.5%;box-sizing: border-box;}
	 .list-clm-05 li:nth-child(2n){float: right;}
}
/* list-clm6 */
.list-clm-06 {overflow: hidden; letter-spacing: -.4em;}
  .list-clm-06 li {float: left; letter-spacing: normal; display: inline-block;}
  .list-clm-06 p{ padding: 1em 0.7em;}

@media screen and (min-width: 769px) {
	 .list-clm-06 li{width: 49%;margin-right: 2%;margin-bottom: 20px;}
	 .list-clm-06 li:nth-child(even){float: right;margin-right: 0;}
}
@media screen and (max-width: 768px) {
	 .list-clm-06 li{margin-bottom: 10px;width: 100%;box-sizing: border-box;}
	 .list-clm-06 li:nth-child(even){float: none;}
}
/* list-clm7 */
.list-clm-07 {overflow: hidden; letter-spacing: -.4em;}
  .list-clm-07 li {letter-spacing: normal;}
@media screen and (min-width: 769px) {
	 .list-clm-07 li{width: 100%;margin-bottom: 10px;}
	 .list-clm-07 li .time{padding: 0 1em;}
	 .list-clm-07 li .arrow{padding: 0 0 0 2em;}
}
@media screen and (max-width: 768px) {
	 .list-clm-07 li{margin-bottom: 10px;width: 100%;box-sizing: border-box;}
}


/* list-clm8 */
.list-clm-08 {
	overflow: hidden;
	letter-spacing: -.4em;
	margin: 0 20px;
}
  .list-clm-08 li {
	letter-spacing: normal;
	display: inline-block;
	background: url(../img/img_guide/bg_seminar_schedule.png) no-repeat top center;
	width: 470px;
	padding: 0;
	margin: 0 10px 0 0;
	position: relative;
	vertical-align: top;
}
  .list-clm-08 li:last-child {
	margin: 0 0 0 10px;
}
@media screen and (max-width: 768px) {

	.list-clm-08 {
		margin: 0;
	}
	.list-clm-08 li {
		width: 94%;
		margin: 10px 3%;
		padding: 0;
	}
	.list-clm-08 li:last-child {
		margin: 10px 3%;
	}
}




/* list-sns-btn */
.list-sns-btn {
}
  .list-sns-btn li {
    float: left;
    margin-right: 11px;
  }
  .list-sns-btn li:nth-child(3) {
    margin-right: 0;
  }

/* list-news */
.list-news {
	font-size: 16px;
	text-align: left;
	margin: 0 auto 20px auto;
	padding-bottom: 20px;
	border-bottom: 1px dotted #999;
}
.list-news li:nth-child(3) {
	text-align: center;
}
.list-news li p {
	padding: 20px 10px;
}
.list-news li.date {
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
}
.list-news li h3 {
	padding: 10px 0 20px 0;
}
.list-news li h3 span {
	font-size: 18px;
	font-weight: bold;
	background: linear-gradient(transparent 70%, #e2fcc6 0%);
	padding: 5px 10px;
}
.list-news li img {
	margin: 20px auto;
}
@media screen and (max-width: 768px) {
	.home .list-news li:nth-child(3) {
		display: block;
		text-align: left;
	}
}

.home .list-news {
	text-align: left;
	margin: 0 auto 20px auto;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
	overflow: hidden;
}
.home .list-news li {
	display: inline-block;
}
.home .list-news li.date {
	width: 7em;
	color: #000;
	margin-bottom: 10px;
}
.home .list-news li h3 {
	font-size: 14px;
	padding: 0;
}

.list-news-cat {
	width: 100px;
	height: 20px;
	text-align: center;
	position: relative;
	vertical-align: middle;
	margin-right: 2em;
}
.cat1 {
	background: #fff666;
	width: 75px
}
.cat1 span:before {
	content: 'NEWS';
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.cat2 {
	background: #F1C3F7;
	width: 75px
}
.cat2 span:before {
	content: 'EVENT';
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.cat3 {
	background: #B8F3EE;
	width: 75px
}
.cat3 span:before {
	content: 'RECRUIT';
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.news .list-news-cat {
	height: 20px;
	text-align: center;
	position: relative;
	vertical-align: middle;
	margin: 0 2em;
	display: inline-block;
}
.news .list-news-cat.cat1:before {
	content: 'NEWS';
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #000;
}
.news .list-news-cat.cat2:before {
	content: 'EVENT';
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #000;
}
.news .list-news-cat.cat3:before {
	content: 'RECRUIT';
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #000;
}




.pager {
	text-align: center;
	margin: 20px auto;
}


  .list-sns-btn li {
    float: left;
    margin-right: 11px;
  }
  .list-sns-btn li:last-child {
    margin-right: 0;
  }

 /* content_btn */
a.content_btn{
	display: inline-block;
	background: #052247;
	color: #fff;
	text-align: center;
	width: 360px;
	padding: 18px 0;
	
	border-bottom: 6px solid #1f2124;
	text-decoration: none;
	line-height: 1;
}
a.content_btn span{display: inline-block;padding-left: 30px;background: url(../img/ico_arrow_02.png) no-repeat;min-height: 16px;}
a.content_btn:hover{
opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
  
 /* content_btn2 */
a.content_btn2{
	display: inline-block;
	border: 1px solid #b9b9b9;
	text-align: center;
	padding: 13px 0 13px 5px;
	min-width: 185px;
	
	text-decoration: none;
	line-height: 1;
}
a.content_btn2 span{display: inline-block;padding-right: 30px;background: url(../img/ico_arrow_01.png) no-repeat 100% 50%;min-height: 16px;}
a.content_btn2:hover{
opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
 /* content_btn3 */
a.content_btn3{
	display: inline-block;
	background: #052247;
	color: #fff;
	text-align: center;
	padding: 20px 2em;
	border-bottom: 6px solid #1f2124;
	text-decoration: none;
	line-height: 1;
}
a.content_btn3 span{display: inline-block;padding-left: 30px;background: url(../img/ico_arrow_02.png) no-repeat;min-height: 16px;}
a.content_btn3:hover{
opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

 /* content_btn4 */
a.content_btn4{
	display: inline-block;
	background: #052247;
	color: #fff;
	text-align: center;
	width: 30%;
	padding: 18px 0;
	margin: 0 10px;
	border-bottom: 6px solid #1f2124;
	text-decoration: none;
	line-height: 1;
	font-size: 16px;
}
a.content_btn4 span{display: inline-block;padding-left: 30px;background: url(../img/ico_arrow_02.png) no-repeat;min-height: 16px;}
a.content_btn4:hover{
opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}



@media screen and (min-width: 769px) {
	.content_btn,
	.content_btn2{font-size: 16px;}
	a.content_btn+a.content_btn{margin-left: 40px;}
}

@media screen and (max-width: 768px) {
	a.content_btn2{padding: 7px 0 6px 3px;line-height:18px;}
	a.content_btn+a.content_btn{margin-top: 10px;}
        a.content_btn3{width: 340px; padding: 15px 1em;}
a.content_btn4{
	width: 90%;
	margin: 5px auto;
}
}
@media screen and (max-width: 320px) {
	a.content_btn{
		width: 100%;
	}
}

/* ----------------------------------------------------------
 table
---------------------------------------------------------- */
/* table-cmn
---------------------------------------------------------- */
table.table-cmn{
	width: 100%;
	background-color: #FFF;
	color: #454545;
	border-collapse:collapse;
	border-spacing:0;
}
table.table-cmn th{
	/*width: 30%;*/
	text-align: center;
}

table.table-cmn th,
table.table-cmn td{
	padding: 10px;
	border: 1px solid #8a8523;
}
table.table-cmn th{
	background-color:#fbfae9;
}

.price table td { text-align: center; }

@media screen and (max-width: 768px) {
	table.table-cmn{}

	table.table-cmn td{
		background-color: #FFF;
	}
	table.table-cmn th,
	table.table-cmn td{
		width: 100%;
		display: block;
		border-top: none;
	}
	table.table-cmn th{
		text-align: left;
	}
	table.table-cmn tr:first-child th{
		border-top: 1px solid #8a8523;
	}

}

table.table-cmn2{
	width: 100%;
	background-color: #FFF;
	color: #454545;
	border-collapse:collapse;
	border-spacing:0;
}
table.table-cmn2 th{
	text-align: center;
}

table.table-cmn2 th,
table.table-cmn2 td{
	padding: 10px;
	border: 1px solid #c4deff;
}
table.table-cmn2 th{
	background-color:#e6f5ff;
}
@media screen and (max-width: 768px) {

	.scrollTable {
		width: 94%;
		height: 150px;
		margin: 0 auto;
		overflow:auto;
		white-space: nowrap;
		border: 1px solid #aaa;
	}
	table.table-cmn2 tobdy {
		overflow-y: scroll;
		height: 250px;
	}


}


/* ----------------------------------------------------------
 button
---------------------------------------------------------- */
/* btn-mali */
.btn-cmn-mali {
  display: inline-block;
  margin-top: 10px;
}

/* btn-cmn-link-01 */
.btn-cmn-link-01 {
  display: inline-block;
  vertical-align: bottom;
}
  .btn-cmn-link-01 a {
    display: block;
    background: url(../img/ico_arrow_01.png) no-repeat 100% 50%;
	min-height: 15px;
	padding-right: 30px;
  }
  .btn-cmn-link-01 a:hover {
    text-decoration: none;
    -ms-filter: 'alpha( opacity=60)';
    filter: alpha( opacity=60);
    opacity: 0.6;
  }
    .btn-cmn-link-01 a span {
      position: relative;
      padding-left: 9px;
      font-size: 11px;
    }
    .btn-cmn-link-01 a span:before {
      display: block;
      content: " ";
      position: absolute;
      top: 50%;
      left: 0;
      width: 5px;
      height: 10px;
      margin-top: -5px;
      background: url(../img/ico_arrow_02.png) no-repeat left top;
    }
    
/* btn-cmn-link-02
.btn-cmn-link-02 {
  width: 340px;
  border: 1px solid #708197;
  box-shadow: 0px 7px 7px -2px #d7dce2;
  font-size: 14px;
  color: #fff;
  background:#3e3a39;
}
  .btn-cmn-link-02 a {
    position: relative;
    display: block;
	color: #fff;
    padding: 12px 14px;
  }
  .btn-cmn-link-02 a:before {
    display: inline-block;
    margin: -3px 16px 0 0;
    content: url(../img/ico_arrow_04.png);
    width: 11px;
    height: 19px;
    vertical-align: middle;
  }
  .btn-cmn-link-02.s-type-01 a:before {
    margin: -3px 36px 0 0;
  }
  .btn-cmn-link-02 a:hover {
    text-decoration: none;
    -ms-filter: 'alpha( opacity=60)';
    filter: alpha( opacity=60);
    opacity: 0.6;
	background:#999;
  }
 */
 
 
/* pagetop
---------------------------------------------------------- */
.btn-cmn-pagetop {
  position: fixed;
  right: 10px;
  z-index: 600;
}
.btn-cmn-pagetop.js-fixed,
.btn-cmn-pagetop.js-bottom {
  position: fixed;
  right: 10px;
  bottom: 60px;
}
  .btn-cmn-pagetop a {
    display: inline-block;
  }
  .btn-cmn-pagetop a:hover {
    -ms-filter: 'alpha( opacity=60)';
    filter: alpha( opacity=60);
    opacity: 0.6;
  }
  
  
/* ----------------------------------------------------------
 link
---------------------------------------------------------- */
/* link-cmn
---------------------------------------------------------- */
.link-cmn {
  position: relative;
  padding-left: 17px;
  font-weight: bold;
}
.link-cmn:before {
  display: block;
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  width: 11px;
  height: 11px;
  background: url(../img/ico_arrow_05.png) no-repeat left center;
  vertical-align: middle;
}
.link-cmn.s-type-01 {
  font-size: 14px;
  color:#000;
}
.link-cmn.s-type-02 {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}
  .link-cmn.s-type-01:hover {
    text-decoration: none;
    -ms-filter: 'alpha( opacity=60)';
    filter: alpha( opacity=60);
    opacity: 0.6;
  }
  .link-cmn.s-type-02:hover {
    -ms-filter: 'alpha( opacity=60)';
    filter: alpha( opacity=60);
    opacity: 0.6;
  }
/* link-cmn-banner */
.link-cmn-banner {
  margin-top: 20px;
}
  .link-cmn-banner a:hover {
    -ms-filter: 'alpha( opacity=60)';
    filter: alpha( opacity=60);
    opacity: 0.6;
  }

/* ----------------------------------------------------------
 icon
---------------------------------------------------------- */
/* ico-cmn
---------------------------------------------------------- */
.ico-cmn {
}
.ico-cmn-window-01 {
  margin-left: 7px;
}
  .ico-cmn-window-01 img {
    vertical-align: middle;
  }



/* ----------------------------------------------------------
 form
---------------------------------------------------------- */
/* base Form
---------------------------------------------------------- */
/* type="text" */
input[type="text"] {
  width: 100%;
  padding: 2px 7px;
  margin-bottom: 5px;
}
/* type="checkbox" */
input[type="checkbox"] {
}
/* type="radio" */
input[type="radio"] {
  margin-right: 3px;
  vertical-align: middle;
}
/* select */
select {
}
/* textarea */
textarea {
  width: 100%;
}
.contact table th {
	white-space: nowrap;
}
.contact table th span {
	color: #f00;
}

@media screen and (max-width: 768px) {
input[type="text"] {
  width: 100%;
	font-size: 16px;
}
/* textarea */
textarea {
  width: 100%;
	font-size: 16px;
}

}

/* ----------------------------------------------------------
 is
---------------------------------------------------------- */
/* opacity hover
---------------------------------------------------------- */
.is-opacity
{
  -ms-filter: 'alpha( opacity=100)';
  opacity: 1;
}
.is-opacity:hover
{
  -ms-filter: 'alpha( opacity=60)';
  filter: alpha( opacity=60);
  opacity: 0.6;
}




/* ----------------------------------------------------------
 content
---------------------------------------------------------- */
/* restaurant
---------------------------------------------------------- */

.bbq_midashi {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.bbq_menu {
	overflow: hidden;
        padding-top: 1em;
}
.bbq_menu li {
	background: #ff9;
	border-radius: 20px;
	padding: 10px;
	margin: 10px;
	box-shadow: 2px 2px 5px #999;
	width: auto;
	float: none;
}
.bbq_menu li:nth-child(even) {
	float: none;
}
.neighborhood .contents {
	padding-bottom: 0;
}
.neighborhood h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px dotted #aaa;
}
.neighborhood .ttl_neighborhood01 {
	font-size: 18px;
	font-weight: bolc;
	color: #fff;
	background: #097138;
	padding: 5px 15px;
}
.neighborhood .ttl_neighborhood02 {
	font-size: 18px;
	font-weight: bolc;
	color: #fff;
	background: #e65100;
	padding: 5px 15px;
}
.neighborhood .ttl_neighborhood03 {
	font-size: 18px;
	font-weight: bolc;
	color: #fff;
	background: #0288d1;
	padding: 5px 15px;
}
.neighborhood .ttl_neighborhood04 {
	font-size: 18px;
	font-weight: bolc;
	color: #fff;
	background: #673ab7;
	padding: 5px 15px;
}
.neighborhood .ttl_neighborhood05 {
	font-size: 18px;
	font-weight: bolc;
	color: #fff;
	background: #7cb342;
	padding: 5px 15px;
}

.neighborhood .list_neighborhood dt {
	font-weight: bold;
}
.neighborhood .list_neighborhood dd {
	margin-bottom: 10px;
}
.neighborhood a.ex_link:after {
	content: url(/assets/img/ico_external-link.png);
	margin: 0 5px;
}
#disaster {
	background: #f4f4f4;
	/*box-shadow: 0 2px 6px #ccc;*/
	padding: 60px 0;
}
#disaster .inner {
	width: 1000px;
	margin: 0 auto;
}
.disaster_txt {
	width: 80%;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0;
	word-break: break-all;
}
@media screen and (max-width: 768px) {
	#disaster .inner {
		width: 94%;
		margin: 0 auto;
	}

}


.kushitsu {
	padding: 0 40px;
}

.seminar_schedule {
	background: #e7dbca;
	padding: 20px 0;
}

.koushi_cacth {
	font-size: 16px;
}
h3.koushi_name {
	font-size: 20px;
	margin: 5px 0 20px 0;
}
h3.koushi_name span {
	font-size: 16px;
	font-weight: normal;
}
.koushi_txt {
	font-size: 16px;
	margin-top: 20px;
}


@media screen and (max-width: 768px) {
	.kushitsu {
		padding: 0;
	}
	.seminar_schedule {
		padding: 10px 0;
	}

}

/*.cal_link a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0;
	padding: 5px;
	border-radius: 5px;
	width: 15em;
	background: #c4deff;
}
.cal_link a:hover {
	box-shadow: 1px 1px 3px #aaa;
}*/


/* Floating menu
---------------------------------------------------------- */

#flMenu {
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #fff;
	border-top: 2px solid #3A5FAA;
	z-index: 999;
	text-align: center;
	background: #ddd;
}
#flMenu ul {
	letter-spacing: -.4em;
	margin: 5px auto;
}
#flMenu ul li {
	letter-spacing: normal;
	display: inline-block;
	width: 32%;
	text-align: center;
	vertical-align: middle;
	margin-left: 1%;
}
#flMenu ul li:last-child {
	margin-right: 1%;
}

#flMenu ul li img {
	width: 100%;
}


/* ----------------------------------------------------------
 style
---------------------------------------------------------- */
.fz-12    { font-size: 12px!important;}
.fz-10    { font-size: 10px!important;}
.fwN     { font-weight: normal;}
.fwB     { font-weight: bold;}
.taL     { text-align: left !important;}
.taC     { text-align: center !important;}
.taR     { text-align: right !important;}
.vaT     { vertical-align: top !important;}
.vaM     { vertical-align: middle !important;}
.vaB     { vertical-align: bottom !important;}
.ovH     { overflow: hidden;}
.clear    { clear: both;}
.hide     { display: none;}
.red      { color: #d51429;}
.txt-hide { text-indent: 100%; white-space: nowrap; overflow: hidden;}
.bg-n     { background: none !important;}
.mt00    { margin-top: 0 !important;}
.mt05    { margin-top: 5px !important;}
.mt10    { margin-top: 10px !important;}
.mt15    { margin-top: 15px !important;}
.mt20    { margin-top: 20px !important;}
.mt25    { margin-top: 25px !important;}
.mt30    { margin-top: 30px !important;}
.mt35    { margin-top: 35px !important;}
.mt40    { margin-top: 40px !important;}
.mt60    { margin-top: 60px !important;}
.mt70    { margin-top: 70px !important;}

.mb00    { margin-bottom: 0 !important;}
.mb10    { margin-bottom: 10px !important;}
.mb20    { margin-bottom: 20px !important;}
.mb40    { margin-bottom: 40px !important;}
.ml00    { margin-left: 0 !important;}
.ml15    { margin-left: 15px !important;}
.ml20    { margin-left: 20px !important;}
.ml30    { margin-left: 30px !important;}
.mr00    { margin-right: 0 !important;}
.mr25    { margin-right: 25px !important;}
.mr35    { margin-right: 35px !important;}

.pb00	{ padding-bottom: 0 !important; }

.w12em	{ display: inline-block; width: 12em !important; }
.w25per { width: 25%; }
.w20per { width: 20%; }

.nwp { white-space: nowrap !important;}

/* ----------------------------------------------------------
 ---
---------------------------------------------------------- */
@media screen and (max-width: 768px) {
	.btn-cmn-pagetop.js-fixed, .btn-cmn-pagetop.js-bottom{
		right: 10px;
		bottom: 11%;
		width: 40px;
		height: 40px;
	}
	.sec-cmn-01{padding: 20px 0 30px;}
	.ttl-cmn-01 img{max-height: 20px;}
	.ttl-cmn-01 .ttl-sub{font-size: 12px;margin-left: 10px !important;}


.mt15,
.mt20    { margin-top: 10px !important;}
.mt2,
.mt30    { margin-top: 15px !important;}
.mt35,
.mt40    { margin-top: 20px !important;}
.mt60    { margin-top: 30px !important;}
.mt70    { margin-top: 35px !important;}

}


/* ----------------------------------------------------------
 JS
---------------------------------------------------------- */
.modalCon {
	padding: 20px;
	overflow: hidden;
}
.modalCon h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0;
}
.modalCon a.modal_link {
	float: right;
	text-align: center;
	display: block;
	background: #666;
	color: #fff;
	border-radius: 3px;
	padding: 5px 15px;
	cursor: pointer;
}

.modalCon a.modal_link:hover {
	text-decoration: none;
	background: #999;
}

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


}







/* シーズンカレンダー　20180803追加 */
.cal_link_box {
    overflow: hidden;
    margin: 10px 0;
    padding: 0 0 10px 0;
}
.cal_link {
    float: left;
    margin-right: 20px;
    border-radius: 10px;
    text-align: center;
	background: #c4deff;
}
.cal_link a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 5px 0;
    padding: 10px;
    border-radius: 5px;
	color: #333;
	width: auto;
}
.cal_link a span {
    display: block;
}
.cal_link span:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/images/ico_callender.png) no-repeat center center;
    background-size: contain;
    margin-left: 10px;
}
.cal_link:hover {
    box-shadow: 1px 1px 3px #aaa;
}
@media screen and (max-width: 768px) {
.cal_link_box {
    width: 90%;
    text-align: center;
    margin: auto;
}
.cal_link {
    float: none;
    margin: 10px auto;
    text-align: center;
}
.cal_link a {
    font-size: 14px;
    font-weight: bold;
}

}









/* 予約センター開設に伴う改修201810 */

.contentbox {
	padding: 30px 0;
	overflow: hidden;
	position: relative;
}
.contact_guidebox01 {
	float: left;
	width: 49%;
	background: #f8f8f8;
	border: 2px solid #dcdcdc;
	padding: 20px 0;
}
.contact_guidebox02 {
	float: right;
	width: 49%;
	background: #edf9ff;
	border: 2px solid #c6e0ed;
	padding: 20px 0;
	position: relative;
}
.fukidashi_pc {
	position: absolute;
	top: -20px;
	left: 120px;
	width: 182px;
	height: 33px;
	background: #fe96a1;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 33px;
	padding: 0 10px;
}
.fukidashi_pc:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4px 0 4px;
	border-color: #fe96a1 transparent transparent transparent;
	margin: 0 0 0 7px;
}
.contentbox h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #021536;
	margin: 0 auto 50px auto;
	padding: 0 0 10px 0;
	/*background: url(../img/line_inq_h3.png) no-repeat center bottom;*/
}
.contentbox h3:after {
	content: '';
	width: 80px;
	height: 1px;
	background: #001c46;
	display: block;
	margin: 10px auto 0 auto;
}
.contentbox h4 {
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 15px 0;
}
.contentbox .contact_guidebox02 h4 span {
	font-size: 14px;
	font-weight: normal;
}
.contentbox .contact_guidebox01 .column {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
}
.contentbox .contact_guidebox02 .column {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
}
.contentbox .column p {
	font-size: 14px;
}
.upper {
	padding-bottom: 20px;
}
.from_web {
	text-align: center;
	width: 56%;
	height: 50px;
	font-weight: bold;
	background: url(/assets/img/ico_contact_from_web.png) no-repeat left 10px top;
	margin: auto;
	padding-top: 5px;
}
.from_web.long {
	width: 60%;
	background: url(/assets/img/ico_contact_from_web.png) no-repeat left top;
}
.from_web.sumika {
	padding-top: 0;
}
.from_web span {
	font-size: 12px;
	font-weight: normal;
}
.reserv_link {
}
.reserv_link a {
	display: block;
	text-align: center;
	background: #001c46;
	color: #fff;
	text-decoration: none;
	margin-bottom: 30px;
	padding: 16px;
	border-radius: 5px;
	font-size: 18px;
}
.reserv_link a:hover {
	opacity: 0.8;
}
.inq_call {
	padding: 20px 0 10px 0;
	font-weight: bold;
	text-align: center;
	border-top: 1px dotted #a3a3a3;
}
.by_call:before {
	content: url(/assets/img/ico_by_phone.png);
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.phone {
	font-size: 24px;
	color: #001c46;
}
.opentime {
	padding-top: 10px;
}
.contact .read {
	font-size: 16px;
	padding: 0 0 20px 0;
}

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

	.contentbox h3 {
		margin: 0 auto 20px auto;
	}

	.contentbox h4 {
		text-align: center;
	}
	.contact_guidebox01 {
		float: none;
		width: 100%;
		background: none;
		border: none;
		padding: 0;
	}
	.contact_guidebox02 {
		float: none;
		width: 100%;
		background: none;
		border: none;
		padding: 0;
		position: relative;
	}
	.contentbox .contact_guidebox01 .column {
		width: 100%;
		display: block;
		background: #f8f8f8;
		border: 2px solid #dcdcdc;
		margin-bottom: 20px;
		padding: 20px;
	}
	.contentbox .contact_guidebox01 .column.leftbox {
		width: 100%;
		background: #f8f8f8;
		border: 2px solid #dcdcdc;
		padding: 20px;
	}
	.inq_call {
	    padding: 20px 0 20px 0;
		text-align: center;
		background: #dce4ef;
		border-radius: 5px;
		font-size: 16px;
		font-weight: bold;
		border: none;
	}
	.contentbox .contact_guidebox02 .column {
		width: 100%;
		background: #edf9ff;
		border: 2px solid #c6e0ed;
		padding: 20px;
		position: relative;
	}
	.contentbox .contact_guidebox02 h4 {
		text-align: left;
	}

	.reserv_link a {
		display: block;
		text-align: center;
		background: #001c46 url(/assets/img/ico_inq_btn_arrow.png) no-repeat right 20px center;
		background-size: 10px;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		margin-bottom: 20px;
		padding: 16px;
		border-radius: 5px;
		font-size: 18px;
	}


	.inq_anc {
		width: 100%;
		margin: 30px auto;
	}
	.inq_anc ul {
		border-top: 2px solid #dcdcdc;
	}
	.inq_anc ul li {
		border-bottom: 2px solid #dcdcdc;
		position: relative;
	}
	.inq_anc ul li a {
		display: block;
		text-align: center;
		padding: 15px 10px;
		font-size: 20px;
		font-weight: bold;
		text-decoration: none;
		background: #f8f8f8 url(/assets/img/ico_inq_arrow_down_sp.png) no-repeat right 10px center;
		background-size: 15px;
		color: #000;
	}
	.inq_anc ul li a.fukidashi {
		background: #edf9ff url(/assets/img/ico_inq_arrow_down_sp.png) no-repeat right 10px center;
		background-size: 15px;
	}
	/*.inq_anc ul li a.fukidashi span:before {
		content: url(../img/ico_fukidashi_sp.png);
		display: inline-block;
		vertical-align: middle;
		float: left;
	}*/
	.fukidashi_sp {
		position: absolute;
		display: block;
		left: 10px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background: #fe96a1;
		border-radius: 5px;
		padding: 3px;
		color: #fff;
		font-size: 10px;
		font-weight: bold;
	}
	a.fukidashi:after {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 0 4px 8px;
		border-color: transparent transparent transparent #fe96a1;
		position: absolute;
		top: 50%;
		-webkit-transform-origin-y: translateY(-50%);
		transform: translateY(-50%);
		left: 65px;
	}

}




#contact_form .table-cmn {
}
#contact_form .table-cmn th {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	background-color: #e6f5ff;
	border: 1px solid #c4deff;
	padding: 10px;
	white-space: nowrap;
	width: auto;
}
#contact_form .table-cmn td {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	border: 1px solid #c4deff;
	text-align: left;
	padding: 10px;
	width: auto;
}
#contact_form .table-cmn th span {
	color: #f00;
}
#contact_form .contact_btn {
	text-align: center;
}
#contact_form .contact_btn input {
	margin: 30px auto;
	font-size: 16px;
	color: #fff;
	background: #001c46;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
}
#contact_form .table-cmn td.radiobutton {
	text-align: left;
}
/* type="text" */
#contact_form input[type="text"] {
	width: 100%;
	padding: 2px 7px;
	margin: auto;
}
/* textarea */
#contact_form textarea {
  width: 100%;
}
#contact_form .contact_btn input:hover {
	opacity: 0.8;
}
#contact_form .error {
	display: block;
	color: #f00;
	text-align: left;
}
.thanks {
	font-size: 16px;
	padding: 30px 0;
}
@media screen and (max-width: 768px) {
	#contact_form .table-cmn th,
	#contact_form .table-cmn td {
		display: block;
	}
}


/* 201810_topへ戻るbtn_予約・問い合わせbtnへ変更 */
.reserve_btn {
	bottom: 20px;
	display: block;
	position: fixed;
	right: 0;
	z-index: 600;
}

.reserve_btn:hover {
  opacity: .8;
}

.reserve_btn img {
	width: 180px;
}

@media screen and (max-width: 768px){
	.reserve_btn img {
		width: 140px;
	}
}

/* 201902_close文言 */

.close_txtbox {
  background-color: #fbfae7;
  padding: 18px;
}

.close_txtbox p {
  font-size: 16px
}

.close_txtbox span {
  background-color: #8b8700;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  margin-right: 20px;
  padding: 8px 10px;
}

@media screen and (max-width: 768px) {
  .close_txtbox {
    padding: 10px;
  }

  .close_txtbox p {
    font-size: 14px;
    text-align: left;
  }

  .close_txtbox span {
    font-size: 12px;
    margin-right: 10px;
    padding: 5px;
  }

}




