@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  word-wrap: break-word;
  overflow-wrap: break-word; }

article, header, footer, aside, figure, figcaption, nav, section {
  display: block; }

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

ol, ul {
  list-style: none;
  list-style-type: none; }

a {
  color: #00e;
  text-decoration: none;
  outline: none; }

a:focus, a:hover, a:active {
  color: #00e;
  outline: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.red {
  color: red; }

.side_red {
  color: red;
  padding: 10px 10px 5px 20px; }

.clearfix:before, .clearfix:after {
  content: "";
  display: block;
  visibility: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

@media print {
  /* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } */
  a, a:visited {
    text-decoration: underline; }

  /*.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
/* header CSS */
.inner {
  max-width: 1020px;
  margin: 0 auto; }

.inner:after {
  content: "";
  clear: both;
  display: block; }

#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  height: 60px;
  margin: 100px auto 0;
  padding: 10px;
  line-height: 1;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9); }

#top-head a,
#top-head {
  color: #000;
  text-decoration: none; }

#top-head .inner {
  position: relative; }

#top-head .logo {
  float: left; }

#global-nav {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0; }

#global-nav ul {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  line-height: 2.5em;
  margin-left: 15px; }

#global-nav ul li {
  float: left; }

#global-nav ul li a {
  padding: 1.2vw; }

#iconparts {
  position: absolute;
  right: 0;
  bottom: 5px; }

/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 10px;
  height: 55px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in; }

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 1001; }

#nav-toggle div {
  position: relative; }

#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #666;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out; }

#nav-toggle span:nth-child(1) {
  top: 0; }

#nav-toggle span:nth-child(2) {
  top: 11px; }

#nav-toggle span:nth-child(3) {
  top: 22px; }

#sp_name div {
  font-size: 2rem;
  display: block;
  margin: auto;
  width: 250px;
  line-height: 60px;
  text-align: center; }

@media screen and (max-width: 820px) {
  #global-nav ul li a {
    padding: 0.7vw; } }
@media screen and (max-width: 767px) {
  #top-head,
  #top-head .inner {
    width: 100%;
    padding: 0; }

  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0; }

  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent; }

  #mobile-head {
    background: #fff;
    width: 100%;
    height: 60px;
    z-index: 999;
    position: relative; }

  #iconparts {
    display: none; }

  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333; }

  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: #333;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }

  #global-nav ul {
    display: block;
    margin-left: 0; }

  #global-nav ul li {
    float: none;
    position: static; }

  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 10px 0; }

  #nav-toggle {
    display: block; }

  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg); }

  .ie9 .open #nav-toggle span:nth-child(1) {
    -ms-transform: rotate(315deg); }

  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%; }

  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg); }

  .ie9 .open #nav-toggle span:nth-child(3) {
    -ms-transform: rotate(-315deg); }

  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -webkit-transform: translateY(560px);
    transform: translateY(560px); }

  .ie9 .open #global-nav {
    -ms-transform: translateY(560px); } }
/* mobile CSS */
body,
button {
  font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 100%; }

@media all and (-ms-high-contrast: none) {
  body,
  button {
    font-family: "メイリオ", Meiryo, "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

  .ie9 body,
  .ie9 button {
    font-family: "メイリオ", Meiryo, "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

  h1,
  h2,
  h3 {
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; } }
[class^='col'] {
  width: calc(100% - 20px);
  margin: 10px; }

[class^='col'] img {
  width: 100%; }

.flex_container {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

a[target="_blank"] {
  color: #00e; }
  a[target="_blank"]::after {
    content: url(../img/external-link.png);
    margin-left: 5px; }

.flex_container > [class^="photo_maskbox"] {
  padding: 10px; }

.indent {
  padding-left: 1em;
  text-indent: -1em; }

/* main area*/
#view_cover {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px; }

#view_cover .mark {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 60px 0 30px;
  width: 80%;
  height: 100%;
  max-width: 345px;
  max-height: 540px;
  z-index: 100; }

#view_cover .mark h1 {
  text-indent: -9999px;
  background-image: url("../img/jigenin_mark.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-attachment: scroll;
  width: 100%;
  height: 100%; }

#view_cover > ul.slidebox {
  width: 100%;
  height: 100%; }

#view_cover > ul.slidebox li {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll; }

#view_cover > ul.slidebox li.slide01 {
  background-image: url("../img/slide01.jpg"); }

#view_cover > ul.slidebox li.slide02 {
  background-image: url("../img/slide02.jpg"); }

#view_cover > ul.slidebox li.slide03 {
  background-image: url("../img/slide03.jpg"); }

#head_view {
  width: 100%;
  height: 50vw;
  max-height: 300px;
  min-height: 180px;
  margin-top: 60px;
  margin-bottom: 60px; }

.photo_maskbox_w_fit,
.photo_maskbox_h_fit {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  margin: auto; }

.photo_maskbox_w_fit img,
.photo_maskbox_w_fit.sm img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto; }

.photo_maskbox_h_fit img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto; }

.ie9 .photo_maskbox_h_fit img,
.ie9 .photo_maskbox_w_fit img {
  -ms-transform: translate(-50%, -50%); }

.photo_maskbox_w_fit.top_aligin img {
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }

.ie9 .photo_maskbox_h_fit.top_aligin img,
.ie9 .photo_maskbox_w_fit.top_aligin img {
  top: 0;
  -ms-transform: translate(-50%, 0); }

.mainarea .warp {
  width: calc(100% - 20px);
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto; }

.mainarea #about .logo {
  width: 50px;
  height: 35px;
  margin: 0 auto 30px; }

.mainarea p,
.mainarea h1,
.mainarea h2 {
  text-align: center; }

.mainarea h2 {
  font-size: 2.4rem;
  margin-bottom: 30px;
  font-weight: bold; }

.mainarea p {
  font-size: 1.6rem;
  line-height: 1.8em; }

.mainarea #about p {
  margin-bottom: 30px; }

.mainarea .page_title {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 40px;
  border: 1px solid #b6ad5e;
  color: #b6ad5e;
  min-width: 100px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 20px auto 80px; }

.btn_style {
  background-color: #b6ad5e;
  border: 1px solid #603813;
  display: table;
  margin: 50px auto 30px; }

.btn_style a {
  font-size: 1.6rem;
  line-height: 2em;
  padding: 0 30px;
  color: #603813;
  position: relative;
  display: block;
  text-align: center; }

.btn_style a::after {
  color: #fff;
  content: ">";
  position: absolute;
  right: 10px; }

.band {
  margin: 0 -100%;
  padding: 0 100%; }

.kanon_bg {
  background-image: url("../img/takasaki_chokan.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 50vw;
  max-height: 540px;
  min-height: 400px;
  position: relative;
  text-align: center;
  margin-bottom: 60px; }

.kanon_bg .bottom_align_box {
  position: absolute;
  bottom: 40px;
  width: 100%;
  left: 0;
  right: 0; }

.kanon_bg h2 {
  font-size: 4.2rem;
  color: #fff;
  margin-bottom: 15px; }

.kanon_bg p:first-child {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 10px; }

.kanon_bg h2 + p {
  color: #fff;
  line-height: 1.6em; }

.kanon_bg img {
  width: 70px; }

.tan_bg {
  background-color: #e2dfbf; }

.gr_bg {
  background-color: #eee; }

.btm60 {
  margin-bottom: 60px; }

.tan_bg .warp {
  padding: 20px 0; }

.link_unit {
  position: relative; }

.link_unit .linkarea {
  display: block;
  color: #fff;
  width: 100%; }

.link_unit .linkarea .act_box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding: 0 10px;
  z-index: 110;
  width: 100%;
  height: 100%;
  max-width: 310px;
  max-height: 120px; }

.ie9 .link_unit .linkarea .act_box {
  position: absolute;
  margin: auto;
  padding: 0 10px;
  z-index: 110;
  width: 100%;
  height: 120px; }

.linkarea .act_box .act_zoom {
  position: relative;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s; }

.linkarea:hover .act_box .act_zoom {
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all .3s;
  transition: all .3s; }

.act_box .bottom_align_box {
  width: 100%;
  position: absolute;
  bottom: 0; }

.act_box .bottom_align_box p {
  margin-bottom: 8px; }

.act_box .bottom_align_box p:first-child {
  font-size: 1.4rem; }

.act_box .bottom_align_box h2 {
  margin: 15px 0; }

#linkgroup .photo_maskbox_w_fit {
  max-height: 390px;
  min-height: 180px;
  height: 33vw; }

#kito #linkgroup .photo_maskbox_w_fit {
  max-height: 360px;
  min-height: 180px;
  height: 50vw; }

#linkgroup .photo_maskbox_w_fit.sm,
#linkgroup .photo_maskbox_h_fit.sm {
  max-height: 220px;
  height: 33vw; }

.inner_cont #info_cont h2 {
  margin-bottom: 10px;
  border-bottom: 1px dashed #333; }

.inner_cont #info_cont ul {
  border-bottom: 1px dashed #333;
  margin-bottom: 5px;
  max-height: 350px;
  overflow-y: scroll;
  padding: 0; }

.inner_cont #info_cont ul li {
  font-size: 1.7rem;
  width: 100%;
  display: table;
  margin-bottom: 1.7em; }

.inner_cont #info_cont ul li::before {
  display: none; }

.inner_cont #info_cont ul li .date {
  width: 130px; }

.inner_cont #info_cont ul li .date,
.inner_cont #info_cont ul li p {
  display: table-cell;
  text-align: left;
  line-height: 1.2em; }

.inner_cont #info_cont .also {
  text-align: right;
  line-height: 19px;
  font-size: 1.5rem;
  margin-bottom: 0; }

.inner_cont #info_cont .also a {
  color: #000; }

.inner_cont #info_cont .also a:hover {
  color: #666; }

.tan_bg.inner_cont,
.gr_bg.inner_cont {
  padding: 10px 20px; }

.inner_cont p.lead {
  font-size: 2rem;
  line-height: 2em;
  border-bottom: 1px solid #b6ad5e;
  margin-bottom: 10px;
  text-align: left;
  font-weight: bold; }

.inner_cont h2 {
  font-size: 2rem;
  line-height: 40px;
  text-align: left;
  margin-bottom: 5px; }

.inner_cont h2::before,
#visit .inner_cont ul > li > ul > li:first-child:before {
  content: "";
  width: 25px;
  height: 40px;
  display: inline-block;
  background: url(../img/diamond.svg) center center no-repeat;
  background-size: contain;
  vertical-align: top;
  margin-right: 5px; }

#access .inner_cont ul {
  padding-left: 2em; }

#access .inner_cont ul li {
  font-size: 1.4rem;
  margin-bottom: 15px;
  line-height: 1.2em;
  text-indent: -1em;
  padding-left: 1em; }

#access .inner_cont ul li::before {
  content: "\002666";
  font-size: 1.4rem;
  margin-right: 5px;
  display: inline-block;
  text-indent: 0; }

.inner_cont p {
  text-align: left; }

.inner_cont p.notice {
  font-size: 1.5rem;
  margin-bottom: 5px; }

.inner_cont > section {
  margin-bottom: 20px; }

.inner_cont > section:last-child {
  margin-bottom: 0; }

#access .inner_cont section p,
#visit .inner_cont section p {
  font-size: 1.6rem;
  margin-bottom: 10px;
  padding-left: 50px;
  line-height: 1.3em; }

@media screen and (max-width: 420px) {
  #access .inner_cont section p,
  #visit .inner_cont section p {
    padding-left: 30px; } }
#visit .inner_cont ul.boder {
  border-top: 1px solid #b6ad5e;
  margin-top: 20px; }

#visit .inner_cont ul > li.boder {
  border-bottom: 1px solid #b6ad5e;
  padding: 20px 0 30px; }

#visit .inner_cont ul > li > ul > li {
  font-size: 2rem;
  line-height: 40px; }

#visit .inner_cont ul > li > ul > li:last-child {
  font-size: 1.5rem;
  line-height: 20px;
  padding-left: 30px; }

#visit .inner_cont ul > li > ul > li a {
  color: #000;
  text-decoration: underline; }

#fb_cont {
  max-height: 450px;
  height: 100%; }

#fb_cont div {
  max-height: 210px; }

#fb_cont div:first-child {
  margin-bottom: 30px; }

#facility .inner_cont > h2 {
  text-align: center;
  margin-bottom: 20px; }

#facility .inner_cont > h3 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2em; }

#facility .inner_cont > h2::before {
  display: none; }

#facility .inner_cont > p {
  margin-bottom: 30px; }

.pager {
  margin-top: 30px; }

.pager a {
  color: #000;
  font-size: 1.5rem; }

.pager .pager_left {
  float: left; }

.pager .pager_right {
  float: right; }

.side_title_box {
  text-align: center;
  border-bottom: 1px solid #b6ad5e;
  background-color: #e2dfbf;
  margin: 0 20px;
  padding: 10px 0 5px 0; }

.article_menu p {
  background-color: #b6ad5e;
  font-size: 2rem;
  padding-left: 15px;
  text-align: left;
  margin: 10px 0 15px 0;
  color: #fff; }
.article_menu ul li {
  font-size: 1.5rem;
  margin-bottom: 5px;
  line-height: 1.3em; }
  .article_menu ul li a {
    padding: 10px 10px 5px 20px;
    color: #000;
    text-decoration: underline;
    display: block; }

p.notice {
  text-align: left;
  margin-bottom: 40px;
  padding-left: 10px; }

#activity .inner_cont > h2,
#fudaraku .inner_cont > h2 {
  border-bottom: 1px solid #b6ad5e; }

#fudaraku .inner_cont > h2 {
  margin-bottom: 60px; }

#activity .inner_cont > h2::before,
#fudaraku .inner_cont > h2::before {
  display: none; }

#activity .inner_cont > p.date_txt {
  font-size: 1.4rem;
  margin-bottom: 20px; }

#activity .inner_cont > p {
  margin-bottom: 30px; }

#fudaraku .table_box {
  display: block;
  margin-bottom: 40px; }
  #fudaraku .table_box li p {
    margin-bottom: 10px; }
  #fudaraku .table_box li img {
    display: block;
    margin: auto; }

#fusuma {
  font-size: 0;
  margin-bottom: 60px;
  padding: 0 10px; }
  #fusuma .fusuma_l,
  #fusuma .fusuma_r {
    width: auto;
    max-width: 100%;
    max-height: 300px;
    margin: auto auto 20px;
    display: block; }

.mainarea #goshiki,
.mainarea #mandoue,
.mainarea #kito {
  margin-bottom: 60px; }
  .mainarea #goshiki .warp.lim,
  .mainarea #mandoue .warp.lim,
  .mainarea #kito .warp.lim {
    max-width: 600px; }

.event_list {
  margin: 0 10px; }
  .event_list ul {
    margin-bottom: 10px; }
  .event_list .event_title,
  .event_list .event_month {
    font-size: 1.6rem;
    line-height: 2em;
    background-color: #e2dfbf;
    padding-left: 10px; }
  .event_list .event_content {
    padding: 10px 0; }
    .event_list .event_content p {
      text-align: left;
      padding-left: 10px;
      font-size: 1.6rem;
      line-height: 1.5em; }
      .event_list .event_content p .event_day {
        display: inline-block;
        width: 120px;
        vertical-align: top; }
        .event_list .event_content p .event_day + span {
          vertical-align: top;
          display: inline-block;
          width: calc(100% - 120px);
          padding-left: 10px; }
      .event_list .event_content p ~ p {
        margin-top: 10px; }

#pol .inner_cont h3 {
  font-size: 2rem;
  line-height: 2em;
  font-weight: bold; }

#pol .inner_cont p {
  margin-bottom: 20px; }

#pol .inner_cont img {
  width: auto;
  display: block;
  margin: auto auto 10px; }

#mandoue .gr_bg .warp {
  padding: 20px 0; }
#mandoue .gr_bg img {
  width: 100%;
  display: block;
  margin: auto auto 20px; }

#mandoue .tan_bg h2 + p {
  margin-bottom: 2em; }
#mandoue .tan_bg ul li {
  font-size: 1.6rem;
  line-height: 1.5em;
  margin-bottom: 10px; }
  #mandoue .tan_bg ul li.cap {
    margin-top: 20px; }
#mandoue .contest {
  max-width: 410px; }
  #mandoue .contest h2 {
    border-bottom: 1px solid #603813; }
  #mandoue .contest p {
    line-height: 1.3em;
    margin-bottom: 10px; }
    #mandoue .contest p a {
      color: #000; }

#kito .inner_cont p {
  margin-bottom: 2em; }
#kito .inner_cont ul li {
  font-size: 1.6rem;
  line-height: 1.8em; }

.kito_foot_img {
  height: 33vw;
  max-height: 260px;
  min-height: 180px; }

/*facebook*/
.facebook-wrapper,
.facebook-wrapper2 {
  max-width: 500px;
  margin: 0 auto; }

.facebook-wrapper > .fb-page,
.facebook-wrapper2 > .fb-page {
  width: 100%; }

.facebook-wrapper > .fb-page > span,
.facebook-wrapper2 > .fb-page > span,
.facebook-wrapper iframe,
.facebook-wrapper2 iframe {
  width: 100% !important; }

/*g_map*/
.map {
  position: relative;
  height: 50vw;
  min-height: 300px;
  max-height: 500px;
  overflow: hidden; }

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

/* お問い合わせフォーム　*/
#inquiry .warp {
  max-width: 720px; }

.c_form {
  margin-bottom: 50px; }
  .c_form ul {
    background-color: #e2dfbf;
    padding: 20px 30px;
    margin-bottom: 20px; }
    .c_form ul li {
      margin-bottom: 20px;
      color: #000; }
      .c_form ul li.addressarea p {
        font-size: 1.5rem;
        margin-bottom: 5px;
        width: 75px;
        display: inline-block;
        vertical-align: top;
        padding-top: 3px; }
        .c_form ul li.addressarea p:last-child {
          display: block;
          font-size: 1.3rem;
          width: 100%; }
    .c_form ul p {
      font-size: 1.3rem;
      line-height: 1.4em;
      margin-bottom: 15px;
      text-align: left; }
      .c_form ul p:first-child {
        font-size: 1.5rem;
        margin-bottom: 5px; }
      .c_form ul p[title="cap"]::before {
        color: #f08;
        font-size: 1.3rem;
        display: inline-block;
        margin-right: 5px;
        content: "【必須】"; }
    .c_form ul .biz_check p[title="cap"] {
      width: 150px;
      display: inline-block;
      line-height: 1;
      vertical-align: top;
      margin-bottom: 10px; }
    .c_form ul .biz_check div {
      display: inline-block; }

.label-radio input[type="radio"] {
  display: none; }

.label-radio {
  cursor: pointer;
  color: #828c9a;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 1.5rem;
  color: #000; }

.label-radio .lever:before {
  content: "\25cf";
  margin-right: 7px;
  position: relative;
  color: #fff; }

.label-radio input[type="radio"]:checked + .lever {
  color: #000; }

.label-radio input[type="radio"]:checked + .lever:before {
  content: "\25c9";
  color: #4788bf; }

.c_form input[type] {
  font-size: 1.5rem;
  font-family: inherit;
  padding: 5px;
  width: 100%;
  background: #fff;
  border: 1px solid #999;
  min-height: 1em;
  height: auto; }

.c_form .zip input[type] {
  width: auto; }

.c_form .name,
.c_form .kana,
.c_form .mail,
.c_form .phone,
.c_form .text_area {
  width: 100%; }

.c_form .zip,
.c_form .pref,
.c_form .addr {
  width: calc(100% - 80px);
  display: inline-block;
  margin-bottom: 10px; }

.c_form textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 150px;
  font-size: 1.5rem;
  font-family: inherit;
  padding: 5px;
  border: 1px solid #999; }

.c_form .button {
  width: 150px;
  font-size: 1.6rem;
  line-height: 1.5em;
  display: block;
  margin: auto; }

.submit_btn {
  background-color: #2ae;
  border: none;
  width: 200px;
  padding: 15px;
  font-size: 1.5rem;
  color: #fff; }

.agree_chk {
  width: 100%;
  max-width: 500px;
  color: #000;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: left;
  margin: 15px auto; }

.agree_chk a {
  color: #2ae; }

.agree_center {
  text-align: center;
  margin-top: 10px; }

.agree_chk input {
  vertical-align: top; }

.agree_chk input.chk {
  width: 20px;
  height: 20px;
  margin: 0; }

.err_mess {
  color: red;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 20px; }

input[type="submit"][disabled] {
  background-color: #ccc;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6; }

/* fotter CSS */
/*footer*/
#footer {
  background-color: #b6ad5e; }
  #footer .warp {
    padding: 20px 0; }
  #footer .foot_bg ul {
    width: calc(100% - 20px);
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 10px 0; }
  #footer .foot_bg li {
    display: inline-block;
    line-height: 1.2em;
    vertical-align: middle;
    font-size: 1.6rem;
    text-align: left; }
    #footer .foot_bg li img {
      height: 50px;
      width: 50px; }
  #footer .foot_bg li:first-child {
    height: 50px;
    width: 50px;
    margin-right: 10px; }
  #footer .foot_bg li:nth-child(3) {
    font-size: 3.6rem; }
  #footer .foot_bg li:nth-child(2) ~ li {
    display: block;
    text-align: center;
    margin-bottom: 10px; }
  #footer #foot-nav {
    margin-bottom: 20px; }
    #footer #foot-nav ul {
      text-align: center;
      font-size: 0; }
    #footer #foot-nav li {
      display: inline-block;
      vertical-align: middle;
      font-size: 1.6rem;
      width: 150px;
      margin-bottom: 10px; }
    #footer #foot-nav li:last-child {
      border-right: none; }
  #footer a {
    color: #000;
    display: block;
    padding: 5px 10px; }
    #footer a:hover {
      color: #666; }

.copyright {
  font-size: 1.2rem;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 20px; }

@media screen and (min-width: 900px) {
  #footer {
    background-color: transparent; }
    #footer .foot_bg {
      background-image: url("../img/footerback.png");
      background-repeat: repeat-x;
      background-size: auto;
      margin-bottom: 10px;
      height: 70px; }
      #footer .foot_bg li:first-child {
        background: url(../img/diamond.svg) center center no-repeat; }
      #footer .foot_bg li {
        margin-right: 10px; }
        #footer .foot_bg li img {
          display: none; }
      #footer .foot_bg li:nth-child(2) ~ li {
        display: inline-block;
        margin-bottom: 0; }
    #footer #foot-nav ul {
      text-align: center;
      font-size: 0; }
    #footer #foot-nav li {
      border-right: 1px solid #000;
      width: auto;
      margin-bottom: 0; } }
/* main CSS */
@media screen and (min-width: 768px) {
  .col1 {
    width: calc(100% - 20px); }

  /*1/2*/
  .col2 {
    width: calc(50% - 20px); }

  /*1/3*/
  .col3 {
    width: calc(33.333333% - 20px); }

  /*2/3*/
  .col3-2 {
    width: calc(66.666666% - 20px); }

  /*1/4*/
  .col4 {
    width: calc(25% - 20px); }

  /*3/4*/
  .col4-3 {
    width: calc(75% - 20px); }

  /*1/5*/
  .col5 {
    width: calc(20% - 20px); }

  /*1/6*/
  .col6 {
    width: calc(16.6666666% - 20px); }

  /*1/8*/
  .col8 {
    width: calc(12.5% - 20px); }

  /*3/8*/
  .col8-3 {
    width: calc(37.5% - 20px); }

  /*5/8*/
  .col8-5 {
    width: calc(62.5% - 20px); }

  /*1/9*/
  .col9 {
    width: calc(11.111111% - 20px); }

  /*1/10*/
  .col10 {
    width: calc(10% - 20px); }

  /*1/12*/
  .col12 {
    width: calc(8.333333% - 20px); }

  #head_view {
    margin-top: 0;
    max-height: 460px; }

  .none {
    display: none; }

  .photo_maskbox_w_fit.custum_h img {
    width: auto;
    height: 100%; }

  .col1 .photo_maskbox_w_fit.custum_h img {
    width: 100%;
    height: auto; }

  #linkgroup .col1 .photo_maskbox_w_fit {
    max-height: 280px;
    min-height: 180px;
    height: 33vw; }

  #kito #linkgroup .photo_maskbox_w_fit {
    height: 33vw; }

  .kanon_bg h2 {
    margin-bottom: 30px; }

  .kanon_bg p:first-child {
    margin-bottom: 30px; }

  .kanon_bg h2 + p {
    line-height: 2em; }

  .kanon_bg p:first-child br {
    display: none; }

  .article_menu {
    border-left: 1px solid #b6ad5e; }
    .article_menu p {
      display: none; }

  #fudaraku .table_box {
    display: table;
    max-width: 700px; }
    #fudaraku .table_box li {
      display: table-cell;
      vertical-align: top; }
    #fudaraku .table_box li:first-child {
      padding-right: 10px; }

  #fusuma {
    font-size: 0;
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 60px;
    padding: 0; }
    #fusuma .fusuma_l {
      display: inline;
      max-height: 100%;
      width: 50%;
      padding-right: 0.5vw; }
    #fusuma .fusuma_r {
      display: inline;
      max-height: 100%;
      width: 50%;
      padding-left: 0.5vw; }

  .event_list ul {
    width: 100%;
    display: table;
    margin-bottom: 0;
    border-top: 1px solid #b6ad5e;
    border-left: 1px solid #b6ad5e;
    border-right: 1px solid #b6ad5e; }
  .event_list ul:last-child {
    border-bottom: 1px solid #b6ad5e; }
  .event_list li {
    display: table-cell;
    vertical-align: middle; }
  .event_list .event_title {
    font-size: 1.6rem;
    line-height: 2em;
    background-color: #e9e6d1;
    border-right: 1px solid #b6ad5e;
    padding-left: 10px;
    width: 30%; }
  .event_list .event_content {
    width: 70%; }
    .event_list .event_content p {
      text-align: left;
      font-size: 1.6rem;
      line-height: 1.5em; }
    .event_list .event_content p ~ p {
      border-top: 1px solid #b6ad5e;
      padding-top: 10px; }
  .event_list .event_month {
    width: 30%;
    border-right: 1px solid #b6ad5e; }
    .event_list .event_month + .event_content {
      border-left: 1px solid #b6ad5e;
      position: relative;
      left: -130px; }
      .event_list .event_month + .event_content p ~ p {
        margin-right: -130px; } }

video {
  width: 100%;
  max-width: 100%;/* はみ出ないように */
}