@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
  margin: 0 10px 10px;
  /* font-family: 'Noto Sans Japanese', sans-serif; */
  font-weight: 400;
}

@media screen and (max-width: 798px) {
  body {
    margin: 5px;
  }
}

.c-wrapper {
  width: 100%;
  min-width: 880px;
  margin: 0 auto;
  background: #fff;
}

@media screen and (max-width: 798px) {
  .c-wrapper {
    min-width: 100%;
  }
}

/*header
----------------------------------------*/
@media screen and (min-width: 798px) {
  .cor-header {
    background: #fff;
    height: 77px;
    border-top: solid 10px #400606;
    position: fixed;
    right: 10px;
    left: 10px;
    z-index: 10;
  }
}
.c-header__body-pc {
  width: 960px;
  height: 77px;
  margin: 0 auto;
  clear: both;
  background: #fff;
}
.c-header__body-pc .c-header__title {
  width: 125px;
  float: left;
  margin: 0 0 0 0;
  padding-top: 15px;
}
.c-header__body-pc .c-nav-global__body {
  width: 680px;
  float: left;
  margin: 0;
  padding: 0;
}
.c-header__body-pc ul.c-nav-global__list {
  display: table;
  margin: 0;
  padding: 0;
  float: right;
}
.c-header__body-pc ul.c-nav-global__list li {
  position: relative;
  list-style: none;
  display: table-cell;
  height: 77px;
  margin: 0;
  padding: 0 25px;
  font-size: 108%;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
}
.c-header__body-pc ul.c-nav-global__list li:before {
  content: '';
  position: absolute;;
  width: 1px;
  height: 14px;
  background: #d2d2d2;
  top: 50%;
  left: 0;
  margin: -7px 0 0;
}
/*ie10以下*/
.c-header__body-pc ul.c-nav-global__list li:before {
  margin: 20px 0 0\9;
}
/*ie11*/
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .c-header__body-pc ul.c-nav-global__list li:before {
    margin: 20px 0 0;
  }
}

.c-header__body-pc ul.c-nav-global__list li a {
  padding: 0;
  color: #333;
  vertical-align: middle;
  text-decoration: none;
}
.c-header__body-pc ul.c-nav-global__list li a:hover {
  border-bottom: #7a4727 solid 1px;
}
.c-header__body-pc ul.c-nav-global__list li.active a {
  border-bottom: #7a4727 solid 1px;
}

.c-header__body-pc .c-header__telnumber {
  display: block;
  width: 270px;
  height: 60px;
  margin: 0;
  padding-top: 17px;
  border-left: #d2d2d2 solid 1px;
  float: right;
  line-height: 1.4;
}
.c-header__body-pc .c-header__telnumber p {
  padding-left: 25px;
  color: #7a4727;
  font-size: 108%;
  font-weight: 700;
  display: inline-block;
}
.c-header__body-pc .c-header__telnumber p span {
  font-size: 139%;
}

.c-header__body-pc .mail_btn{
  padding-left: 8px!important;
}

.c-header__body-sp,
.c-nav-global__body-sp {
  display: none;
}

@media screen and (max-width: 798px) {
  .c-header__body-pc {
    display: none;
  }

  /* c-header__body-sp */
  .c-header__body-sp {
    display: block;
    width: 100%;
    height: 58px;
    clear: both;
  }
  .c-header__body-sp .c-header__title {
    width: 46vw;
    margin-left: 10px;
    float: left;
  }
  .c-header__body-sp .c-header__title img {
    margin: 8px 0 0;
  }
  .c-header__body-sp .c-header__info {
    width: 143px;
    margin-top: 8px;
    float: right;
  }
  .c-header__body-sp .c-header__info ul {
    margin: 0 8px 0 0;
    padding: 0;
    /*float: right;*/
    float: left;
  }
  .c-header__body-sp .c-header__info li {
    list-style: none;
    margin: 0 5px 0 0;
    float: left;
  }

  #header {
    width: 100%;
    height: 58px;
    z-index: 2000;
    background: #ffffff;
    padding: 0;
    background: #ddd;
  }
  #header img {
    display: block;
    width: 100%;
  }

  .header-body-sp {
    display: block;
  }
  .header-body-sp .logo {
    width: 138px;
    float: left;
  }
  .header-body-sp .link {
    width: 143px;
    float: right;
  }
  .header-body-sp .link ul {
    margin: 0;
    padding: 0;
    float: right;
  }
  .header-body-sp .link li {
    list-style: none;
    float: left;
  }

  .c-nav-global__body-sp {
    display: block;
    position: relative;
  }

  .c-nav-global__body-sp .c-nav-btn-open {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 40px;
  }
  .c-nav-global__body-sp .c-nav-btn-open img {
    width: 40px;
    height: auto;
  }
  .c-nav-global__body-sp .c-nav-global__list-body {
    /*position: fixed;*/
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    z-index: 2000;
    display: none;
    background: rgba(255,255,255,0.85);
  }
  .c-nav-global__body-sp .c-nav-global__list-block {
    background: #27394f url(../img/common/bg-gnav-sp.png);
  }
  .c-nav-global__body-sp .c-nav-btn-close {
    position: absolute;
    top: -50px;
    right: 10px;
    display: block;
    margin: 0;
    padding: 0;
  }
  .c-nav-global__body-sp .c-nav-btn-close img.menu-close {
    width: 40px;
    height: auto;
  }

  .c-nav-global__body-sp .c-nav-links__list {
    margin: 20px 4.6% 10px;
    background: #fff url(../img/common/bg-gnav-link-sp.png) center top no-repeat;
    background-size: cover;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  .c-nav-global__body-sp .c-nav-links__list ul {
    margin: 0 10px !important;
    padding: 0;
  }
  .c-nav-global__body-sp .c-nav-links__list li {
    list-style: none;
    border-bottom: #c4aeab solid 1px;
    color: #27394f !important;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
  }
  .c-nav-global__body-sp .c-nav-links__list li:last-child {
    border-bottom: none;
  }
  .c-nav-global__body-sp .c-nav-links__list li a {
    display: block;
    position: relative;;
    padding: 13px 10px;
    color: #27394f;
  }
    .c-nav-global__body-sp .c-nav-links__list li a:after {
      content: '';
      position: absolute;;
      background: url(../img/common/gnav-arrow01-sp.png) 0 0 no-repeat;
      background-size: 9px auto;
      width: 9px;
      height: 12px;
      top: 50%;
      right: 10px;
      margin: -5px 0 0 0;
    }
  .c-nav-global__body-sp .c-nav-links__list li.c-nav-item01 span {
    display: inline-block;

  }
  .c-nav-global__body-sp .c-nav-links__list li.c-nav-item01 span:before {
    content: '';
    position: absolute;;
    background: url(../img/common/gnav-icon-mail-sp.png) 0 0 no-repeat;
    background-size: 20px auto;
    width: 20px;
    height: 15px;
    top: 50%;
    margin: -8px 0 0 -30px;
  }

  .c-nav-global__body-sp nav.c-nav-global__list {
    margin: 0 4.6%;
    /*overflow: scroll;*/
  }
  .c-nav-global__body-sp .c-nav-global__list ul {
    margin: 0;
    padding: 0;
  }
  .c-nav-global__body-sp .c-nav-global__list li {
    border-bottom: #400606 solid 1px;
    font-size: 14px;
    font-weight: 700;
  }
  .c-nav-global__body-sp .c-nav-global__list li a {
    position: relative;;
    display: block;
    padding: 17px 0;
    color: #fff;
    text-decoration: none;
  }
  .c-nav-global__body-sp .c-nav-global__list li a:after {
    content: '';
    position: absolute;;
    background: url(../img/common/gnav-arrow02-sp.png) 0 0 no-repeat;
    background-size: 9px auto;
    width: 9px;
    height: 12px;
    top: 50%;
    right: 10px;
    margin: -5px 0 0 0;
  }

}

.c-header-nav-block{
  z-index: 50;
  margin: 0 auto;
  width: 100%;
  background: #fff;
}

.fixed{
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9999;
  background: #fff;
}

@media screen and (max-width: 798px) {
  .fixed{
    border: #400606 solid 5px;
    border-bottom: none;
    -webkit-box-sizing:border-box;
  	-moz-box-sizing:border-box;
  	-o-box-sizing:border-box;
  	-ms-box-sizing:border-box;
  	box-sizing:border-box;
  }
}

/*main
----------------------------------------*/
.c-page-sub__content {
  width: 100%;
  min-width: 880px;
	margin: 0 auto;
  padding: 80px 0 0;
}

@media screen and (max-width: 798px) {
  .c-page-sub__content {
    min-width: 100%;
    padding: 0px;
  }
}

/*h1-title*/
.c-title-page {
  width: 100%;
  min-width: 880px;
  height: 208px;
  margin: 0 auto;
  text-align: center;
  background: url(../img/common/bg-h1.jpg) center 0 no-repeat;
  background-size: cover;
  clear: both;
}
.c-title-page h1 {
  width: 880px;
  height: 208px;
  margin: 0 auto;
  line-height: 208px;
  font-size: 307.6%;
  color: #fff;
}

@media screen and (max-width: 798px) {
  .c-title-page {
    min-width: 100%;
    height: 104px;
    background: url(../img/common/bg-h1-sp.jpg) center 0 no-repeat;
    background-size: cover;
  }
  .c-title-page h1 {
    width: 100%;
    height: 104px;
    line-height: 104px;
    font-size: 20px;
  }
}

/*パンくず*/
.c-nav-breadcrumb__body {
  width: 880px;
  margin: 0 auto;
  padding: 25px 0;
  clear: both;;
}
.c-nav-breadcrumb__body .c-nav-breadcrumb__list ol {
  margin: 0;
  padding: 0;
}
.c-nav-breadcrumb__body .c-nav-breadcrumb__list li {
  list-style: none;
  float: left;
  font-size: 108%;
  color: #9c0000;
}
.c-nav-breadcrumb__body .c-nav-breadcrumb__list li:first-child {
  margin-left: 0;
}
.c-nav-breadcrumb__body .c-nav-breadcrumb__list li a {
  display: inline-block;
  position: relative;
  margin-right: 12px;
  padding-right: 20px;
  color: #333;
  text-decoration: none;
}
.c-nav-breadcrumb__body .c-nav-breadcrumb__list li a:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 13px;
  background: url(../img/common/breadcrumb-icon.png)0 0 no-repeat;
  top: 50%;
  right: 0;
  margin: -6px 0 0;
}
.c-nav-breadcrumb__body .c-nav-breadcrumb__list li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 798px) {
  .c-nav-breadcrumb__body {
    width: 100%;
    margin: 0 auto;
    padding: 8px 15px;
    -webkit-box-sizing:border-box;
  	-moz-box-sizing:border-box;
  	-o-box-sizing:border-box;
  	-ms-box-sizing:border-box;
  	box-sizing:border-box;
  }
  .c-nav-breadcrumb__body .c-nav-breadcrumb__list li {
    font-size: 11px;
  }
  .c-nav-breadcrumb__body .c-nav-breadcrumb__list li a {
    margin-right: 6px;
    padding-right: 12px;
  }
  .c-nav-breadcrumb__body .c-nav-breadcrumb__list li a:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 11px;
    background: url(../img/common/breadcrumb-icon-sp.png)0 0 no-repeat;
    -moz-background-size: 6px 11px;
    -webkit-background-size: 6px 11px;
    -o-background-size: 6px 11px;
    -ms-background-size: 6px 11px;
    background-size: 6px 11px;
    top: 50%;
    right: 0;
    margin: -6px 0 0;
  }
}

/*c-content-main*/
.c-content-main {
  width: 760px;
  margin: 0 auto;
  padding-bottom: 30px;
  font-size: 108%;
}

@media screen and (max-width: 798px) {
  .c-content-main {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    font-size: 13px;
    -webkit-box-sizing:border-box;
  	-moz-box-sizing:border-box;
  	-o-box-sizing:border-box;
  	-ms-box-sizing:border-box;
  	box-sizing:border-box;
  }
}

/*title*/
.c-content-main h2 {
  position: relative;
  margin: 30px 0 60px;
  text-align: center;
  font-size: 257%;
  font-weight: 700;
  color: #111;
}
.c-content-main h2:after {
  content: '';
  position: absolute;
  width: 45px;
  height: 2px;
  background: #9c0000;
  bottom: -10px;
  left: 50%;
  margin: 0 0 0 -22px;
}

.c-content-main h3 {
  margin: 0 auto 15px;
  padding: 10px 20px;
  font-size: 171%;
  font-weight: 700;
  color: #333;
  background: url(../img/common/bg-h3-pc.png);
}

.c-content-main h4 {
  position: relative;
  margin: 0 auto 25px;
  padding: 0 5px 10px;
  font-size: 157%;
  font-weight: 700;
  color: #111;
  border-bottom: #eee solid 2px;
}
.c-content-main h4:after {
  content: '';
  position: absolute;
  width: 120px;
  height: 2px;
  background: #772f00;
  bottom: -2px;
  left:0;
  margin: 0;
}

@media screen and (max-width: 798px) {
  .c-content-main h2 {
    margin: 20px 0 40px;
    font-size: 18px;
  }

  .c-content-main h3 {
    margin: 0 auto 15px;
    padding: 13px 10px;
    font-size: 16px;
  }

  .c-content-main h4 {
    position: relative;
    margin: 0 auto 25px;
    padding: 0 5px 10px;
    font-size: 157%;
    font-weight: 700;
    color: #111;
    border-bottom: #eee solid 2px;
  }
  .c-content-main h4:after {
    content: '';
    position: absolute;
    width: 120px;
    height: 2px;
    background: #772f00;
    bottom: -2px;
    left:0;
    margin: 0;
  }
}

/*txtarea*/
.txtarea {
  margin: 0 20px 40px;
}

@media screen and (max-width: 798px) {
  .txtarea {
    margin: 0 0 20px;
  }
}

/*2からむ画像*/
.col-2-image .imgarea{
  width: 47%;
  padding: 0 10px;
  display: inline-block;
  vertical-align: top;
}

.col-2-image div img{
  width: 100%;
}

.col-2-image div figcaption{
  /*text-align: center;*/
}

/*テキスト＋画像*/
.text-float-image1,
.text-float-image2,
.text-image1,
.text-image2 {
  margin: 0 15px 40px;
  clear: both;
}
.text-float-image1 .imgarea {
  width: 46%;
  margin-right: 30px;
  float: left;
}
.text-float-image1 .txtarea {
  overflow: hidden;
  zoom: 1;
}
.text-float-image2 .imgarea {
  width: 46%;
  margin-left: 30px;
  float: right;
}
.text-float-image2 .txtarea {
  overflow: hidden;
  zoom: 1;
}
.text-image1 .imgarea {
  width: 46%;
  margin-right: 30px;
  float: left;
}
.text-image2 .imgarea {
  width: 46%;
  margin-left: 30px;
  float: right;
}
.text-float-image1 .imgarea img,
.text-float-image2 .imgarea img,
.text-image1 .imgarea img,
.text-image2 .imgarea img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 798px) {
  .text-float-image1 .imgarea {
    width: 100%;
    display: inline-block;
  }
  .text-float-image1 .txtarea {
    display: inline-block;
  }
}

/*リスト*/
.c-content-main ul {
  margin: 0;
  padding: 0;
}
.c-content-main ul li {
  position: relative;
  list-style: none;
  padding: 4px 0 4px 30px;
}
.c-content-main ul li:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../img/common/icon-list01.png)0 0 no-repeat;
  top: 8px;
  left: 10px;
  margin: 0;
}

.c-content-main ol {
  margin: 0;
  padding: 0;
	counter-reset: number;
	overflow: hidden;
}
.c-content-main ol li ol {
	padding-top: 7px;
}
.c-content-main ol li {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 7px;
	text-indent: -28px;
	padding-left: 28px;
}
.c-content-main ol > li:before {
	counter-increment: number;
	content: '0'counter(number)'.';
	display: block;
    float: left;
    width: 28px;
	font-family: 'Montserrat', sans-serif;
  color: #19293c;
}
.c-content-main ol > li:nth-child(n+10):before {
	content: ''counter(number)'.';
}

/*FAQ*/
.faq-block {
  margin: 0 20px;
  /*background: #f2f2f2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;*/
}
.faq-block .faq-item {
  margin: 0 auto 20px;
  padding: 10px;
  background: #f2f2f2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.faq-block .faq-item h2,
.faq-block .faq-item h3,
.faq-block .faq-item h4 {
  font-size: 100%;
  background: none;
}
.faq-block .faq-item .question {
  position: relative;
  margin: 10px 20px 20px;
  padding: 0 0 0 50px;
  color: #222;
}
.faq-block .faq-item .question:after {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  background: url(../img/common/faq-icon-q.png)0 0 no-repeat;
  top: 0;
  left: 0;
  margin: -7px 0 0;
}
.faq-block .faq-item .answer {
  position: relative;
  padding: 20px 20px 20px 70px;
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.faq-block .faq-item .answer:after {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  background: url(../img/common/faq-icon-a.png)0 0 no-repeat;
  top: 20px;
  left: 20px;
  margin: -7px 0 0;
}

/*table*/
.c-content-main table {
	border-collapse: collapse;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #cecece;
  border-right: 1px solid #cecece;
}
.c-content-main table th {
	padding: 20px;
	vertical-align: top;
	border-bottom: 1px solid #cecece;
  border-left: 1px solid #cecece;
	background: #f5f5f5;
  font-weight: normal;
}
.c-content-main table td {
	padding: 20px;
	vertical-align: middle;
	border-bottom: 1px solid #cecece;
  border-left: 1px solid #cecece;
}
.c-content-main table th.bg-cols01 {
  background: #400606;
  color: #fff;
  font-weight: 700;
}

.table-block {
  margin: 0 20px 40px;
}
.table-block table {
  width: 100%;
}

.table-block table tr td img{
  max-width: 180px;
}

@media screen and (max-width: 798px) {
  .scroll {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 10px;
  }
  .scroll::-webkit-scrollbar{
    height: 10px;
  }
  .scroll::-webkit-scrollbar-track{
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px;
  }
  .scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
  .c-content-main table th {
    padding:5px;
  }
  .c-content-main table td {
    padding:5px;
  }
  .c-content-main table th.bg-cols01 {
    font-size: 85%;
  }
}

/*ボタン*/
.button-block {
  text-align: center;
  clear: both;
}
.button-block .btn {
  position: relative;
  display: inline-block;
  min-width: 180px;
  margin: 10px 10px;
  padding: 15px 30px 15px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
  background: url(../img/common/bg-btn01.png);
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.button-block .btn:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 15px;
  background: url(../img/common/btn-icon-arrow01.png)0 0 no-repeat;
  top: 50%;
  right: 10px;
  margin: -7px 0 0;
}
.button-block .btn.no-arrow:after {
  display: none;
}

.button-block .btn.brown {
  background:  url(../img/common/bg-btn02.png);
}
.button-block a.btn[target="_blank"] {
    background:  url(../img/common/bg-btn02.png);
}
.button-block a.btn[target="_blank"]:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 12px;
  background: url(../img/common/btn-icon-blank.png)0 0 no-repeat;
  top: 50%;
  right: 10px;
  margin: -6px 0 0;
}

@media screen and (max-width: 798px) {
  .button-block {
    text-align: center;
  }
  .button-block .btn {
    position: relative;
    display: inline-block;
    width: 80%;
    min-width: inherit;
    margin: 10px 5px;
    padding: 15px 30px 15px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    background: url(../img/common/bg-btn01.png);
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-box-sizing:border-box;
  	-moz-box-sizing:border-box;
  	-o-box-sizing:border-box;
  	-ms-box-sizing:border-box;
  	box-sizing:border-box;
  }
  .button-block .btn:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 14px;
    background: url(../img/common/btn-icon-arrow01-sp.png)0 0 no-repeat;
    -moz-background-size: 8px 14px;
    -webkit-background-size: 8px 14px;
    -o-background-size: 8px 14px;
    -ms-background-size: 8px 14px;
    background-size: 8px 14px;
    top: 50%;
    right: 10px;
    margin: -7px 0 0 0;
  }
  .button-block a.btn[target="_blank"]:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 11px;
    background: url(../img/common/btn-icon-blank-sp.png)0 0 no-repeat;
    -moz-background-size: 15px 11px;
    -webkit-background-size: 15px 11px;
    -o-background-size: 15px 11px;
    -ms-background-size: 15px 11px;
    background-size: 15px 11px;
    top: 50%;
    right: 10px;
    margin: -6px 0 0;
  }

  /*ボタン2カラムの場合*/
  .button-block .btn.w-half {
    width: 45% !important;
  }

}

/*レイアウト*/
.layout-block {
  margin: 0 0 40px;
  clear: both;
  text-align: center;
}
.layout-block .layout-item {
  display: inline-block;
  width: 33%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.layout-block .layout-item img {
  width: 220px;
  height: auto;
}
.layout-block .layout-item figcaption {
  width: 220px;
  margin: 0 auto;
  font-size: 128.5%;
  color: #400606;
}
.layout-block .layout-item a {
  text-decoration: none;
}

@media screen and (max-width: 798px) {
  .layout-block {
    margin: 0 0 20px;
  }
  .layout-block .layout-item{
    width: 100%;
  }
  .layout-block .layout-item img {
    width: 90%;
    height: auto;
  }
  .layout-block .layout-item figcaption {
    width: 90%;
    font-size: 11px;
  }
}

/*会議室の種類*/
.type-block {
  margin: 0 15px 40px;
  clear: both;
  text-align: center;
}
.type-block .type-item {
  display: inline-block;
  min-width: 220px;
  margin: 0 30px 0 0;
}
.type-block .type-item:last-child {
  margin-right: 0;
}
.type-block .type-item .btn_type {
  display: block;
  padding: 10px;
  background: url(../img/common/bg-type02.png) center 50% no-repeat;
  color: #fff;
  font-weight: 700;
  font-size: 114.2%;
}
.type-block .type-item a.btn_type:link,
.type-block .type-item a.btn_type:visited {
  text-decoration: none;
}
.type-block .type-item .btn_type.active {
  background: url(../img/common/bg-type01.png) center 50% no-repeat !important;
}

@media screen and (max-width: 798px) {
  .type-block {
    margin: 0 0 20px;
  }
  .type-block .type-item {
    display: inline-block;
    min-width: 60%;
    margin: 10px 0;
  }
  .type-block .type-item .btn_type {
    font-size: 12px;
  }
}

/*交通アクセス*/
.access_block {
	width: 600px;
  margin: 0 auto;
}

.access_block .imgarea{
  margin-bottom: 60px;
}

.access_block .imgarea img{
  width: 600px;
}

@media screen and (max-width: 798px) {
  .access_block,
  .access_block .imgarea img {
    width: 100%;
  }
}

/*画像*/
@media screen and (max-width: 798px) {
  .w100per {
    width: 100%;
    height: auto;
  }
}


/*footer
----------------------------------------*/
.c-footer__body {
  width: 100%;
  min-width: 880px;
  margin: 0 auto;
  background: url(../img/common/bg_01.png);
}
.c-footer__links {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  background: #400606;
}
.c-footer__links ul {
  margin: 0;
  padding: 0;
  clear: both;
  text-align: center;
}
.c-footer__links ul li {
  list-style: none;
  display: inline-block;
  /* width: 48%; */
  padding: 10px 20px;
  vertical-align: middle;
  background: #a61111;
  border-radius: 10px;
  margin: 0 20px;
}
.c-footer__links ul li a {
  color: #fff;
  text-decoration: none;
}
.c-footer__links ul li a:after {
  content: '＞';
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 0 10px;
}
.c-footer__links ul .f-logo {
  background: none;
}
.c-footer__links ul .f-logo a:after {
  content: none;
}
.c-footer__links .c-footer__logo {
  text-align: center;
}
.c-footer__links .c-footer__logo img {
  margin: 0 auto;
}
.c-footer__copyright {
  width: 100%;
  color: #fff;
  min-width: 880px;
  margin: 0 auto;
  padding: 10px 0 0;
  text-align: center;
  background: #400606;
}

@media screen and (max-width: 798px) {
  .c-footer__body {
    min-width: 100%;
  }
  .c-footer__links {
    width: auto;
    padding: 35px 0 25px;
  }
  .c-footer__links ul {
    text-align: center;
  }
  .c-footer__links ul li {
    width: 80%;
    margin: 0 0 10px;
    font-size: 11px;
  }
  .f-logo img{
    text-align: center;
    margin: 0 auto;
    padding-right: 20px;
  }
  .c-footer__copyright {
    min-width: 100%;
    margin: 0;
    padding: 18px 0 25px;
    font-size: 8px;
    background: #fff;
    color: #24354a;
  }

}
