a {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  text-decoration: none;
  color: #333;
  border: 0;
}
a:hover, a:focus {
  text-decoration: underline;
  color: #333;
}
a:active {
  text-decoration: underline;
  color: #333;
  border: 0;
  outline: none;
}
a img {
  border: 0;
}
a:hover img {
  opacity: .8;
  filter: alpha(opacity=80);
  -moz-opacity: .8;
}
a:focus img, a:active img {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 140%;
  line-height: 1.6;
  width: 100%;
  word-wrap: break-word;
  color: #333;
  -webkit-text-size-adjust: 100%;
  overflow-wrap: break-word;
}
@media only screen and (min-width: 1000px) {
  body {
    position: relative;
  }
}
body, html {
  height: 100%;
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
em {
  font-weight: bold;
  font-style: normal;
}
.text-large {
  font-size: 200%;
}
.text-midium {
  font-size: 150%;
}
.text-small {
  font-size: 85%;
}
.red {
  color: #e20303;
}
.uppercase {
  text-transform: uppercase;
}
.fll {
  float: left;
}
.flr {
  float: right;
}
.clearfix:after {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  content: '';
}
.clear {
  clear: both;
}
.box-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pc-adove {
  display: none;
}
/* margin */
.m-0 {
  margin: 0;
}
.mt-0 {
  margin-top: 0;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
@media only screen and (min-width: 1000px) {
  .pc-adove {
    display: block;
  }
}
.pc-only {
  display: none !important;
}
@media only screen and (min-width: 1000px) {
  .pc-only {
    display: block !important;
  }
}
.tab-adove {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .tab-adove {
    display: block !important;
  }
}
.tab-below {
  display: block !important;
}
@media only screen and (min-width: 768px) {
  .tab-below {
    display: none !important;
  }
}
.tab-only {
  display: none !important;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .tab-only {
    display: block !important;
  }
}
.sp-only {
  display: block !important;
}
@media only screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
img {
  max-width: 100%;
}
.block {
  display: block;
}
.header {
  position: relative;
  padding: 20px 0 5px;
}
@media only screen and (min-width: 1000px) {
  .header {
    /* position: fixed; */
    width: 100%;
    background: #fff;
    height: 100px;
    z-index: 150;
    padding: 0;
  }
  .header:after {
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    content: '';
  }
  .header .container {
    width: 100%;
	  max-width: 1200px;
  }
}
.header__logo {
  margin: 0;
  padding: 0;
  width: 80%;
}
.header__logo img {
  width: 370px;
  height: auto;
}

@media only screen and (min-width: 1000px) {
  .header__logo {
    float: left;
    width: 300px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .header__logo {
    float: left;
    width: 370px;
    margin-top: 20px;
  }
}

.header__btn {
  position: absolute;
  z-index: 100;
  top: 10px;
  right: 10px;
  box-sizing: border-box;
  width: 56px;
  height: 56px;
  text-align: center;
  color: #fff;
  border: none;
  outline: none;
  background-color: #942124;
}
.header__btn.active .header__btn__line--first {
  -webkit-transform: translateY(6px) rotate(135deg);
  -moz-transform: translateY(6px) rotate(135deg);
  -ms-transform: translateY(6px) rotate(135deg);
  transform: translateY(6px) rotate(135deg);
}
.header__btn.active .header__btn__line:nth-child(2) {
  opacity: 0;
}
.header__btn.active .header__btn__line--last {
  -webkit-transform: translateY(-6px) rotate(-135deg);
  -moz-transform: translateY(-6px) rotate(-135deg);
  -ms-transform: translateY(-6px) rotate(-135deg);
  transform: translateY(-6px) rotate(-135deg);
}
@media only screen and (min-width: 1000px) {
  .header__btn {
    display: none;
  }
}
[class^='header__btn__line'] {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  background-color: #fff;
}
.header__btn__txt {
  display: block;
}
.header__navi {
  position: absolute;
  z-index: 80;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  background-color: #f4f4f4;
}
@media only screen and (min-width: 1000px) {
  .header__navi {
    font-size: 0;
    position: static;
    display: block;
    float: right;
    width: 695px;
    background-color: #fff;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
    padding-top: 20px;
  }
}
.header__navi__list__item {
  font-size: 16px;
}
.header__navi__list__item a {
  display: block;
  padding: 15px 10px;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 1000px) {
  .header__navi__list__item {
    line-height: 1.3;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .header__navi__list__item a {
    padding: 25px 20px;
    border-bottom: none;
  }
  .header__navi__list__item a.active, .header__navi__list__item a:hover {
    color: #0c689e;
    background-color: #f4f4f4;
  }
  .header__navi__list__item:hover .header__navi__list__item__child {
    visibility: visible;
    transition: .5s;
    opacity: 1;
  }
}
.header__navi__list__item__en {
  color: #fff;
}
.header__navi__list__item__en {
  font-family: 'Times New Roman', serif;
  font-size: 85.71429%;
  display: block;
  color: #aaa;
}
@media only screen and (min-width: 1000px) {
  .header__navi__list__item__en {
    font-size: 83.33333%;
  }
}
.header__navi__list__item__child {
  font-size: 85.71429%;
}
@media only screen and (min-width: 1000px) {
  .header__navi__list__item__child {
    position: absolute;
    z-index: 100;
    visibility: hidden;
    width: 100%;
    transition: 0s;
    opacity: 0;
    background-color: #f4f4f4;
  }
}
.header__navi__list__item__child__item a {
  padding-left: 20px;
  border-bottom: 1px dotted #ddd;
}
.header__navi__list__item__child__item:last-child a {
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 1000px) {
  .header__navi__list__item__child__item a {
    padding: 15px;
    border-bottom: 1px solid #ddd;
  }
  .header__navi__list__item__child__item:last-child a {
    border-bottom: none;
  }
}
.footer {
  margin: 0;
  padding-bottom: 10px;
  background-color: #eee;
}
.footer__about {
  padding: 40px 0 20px;
  color: #fff;
  background-color: #942124;
  font-size: 85%;
}
.footer__about a {
  color: #fff;
}
.footer__about__address__title {
  font-size: 114.28571%;
  margin: 0 0 20px;
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .footer__about__address__title {
    text-align: right;
  }
}
.footer__about__address__txt {
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .footer__about__address__txt {
    text-align: left;
    font-size: 120%;
    padding-left: 50px;
  }
}
.footer__about__contact {
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .footer__about__contact {
    border-left: 1px solid #fff;
  }
  .footer__about__contact img {
    margin-top: 10px;
  }
}
a.footer__about__contact__btn {
  display: block;
  width: 98%;
  margin: 20px auto;
  padding: 14px 0;
  text-align: center;
  text-decoration: none;
  color: #333;
  background-color: #fff;
}
@media only screen and (min-width: 1000px) {
  a.footer__about__contact__btn {
    width: 320px;
  }
}
@media only screen and (min-width: 1000px) {
  .footer__about__address, .footer__about__contact {
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding: 0 50px;
  }
}
.footer__navi {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .footer__navi {
    display: block;
  }
}
.footer__navi__list {
  padding-top: 40px;
  text-align: center;
}
.footer__navi__list__item {
  display: inline;
}
.footer__navi__list__item a {
  padding: 0 15px;
  text-decoration: none;
}
.footer__navi__list__item a:hover {
  text-decoration: underline;
}
.footer__sns {
  padding: 30px 0 25px;
}
.footer__sns__list {
  text-align: center;
}
[class^='footer__sns__list__item--'] {
  display: inline-block;
  box-sizing: border-box;
  width: 56px;
  height: 56px;
  margin: 0 8px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
}
[class^='footer__sns__list__item--'] a {
  display: block;
}
.footer__sns__list__item--twitter {
  padding-top: 18px;
  background-color: #1da1f2;
}
.footer__sns__list__item--facebook {
  padding-top: 13px;
  background-color: #3b5998;
}
.footer__copyright {
  font-size: 85.71429%;
  text-align: center;
}
.footer__copyright__mark {
  font-size: 166.66667%;
  margin-right: 2px;
  vertical-align: middle;
}
.container {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (min-width: 1000px) {
  .topmenu {
    width: 1000px;
    margin: 0 auto;
  }
  .topmenu__bn {
    width: 20%;
    float: left;
    text-align: center;
    margin: 15px 0;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    width: 90%;
    margin: 0 auto;
  }
  .topmenu__bn {
    width: 30%;
    float: left;
    text-align: center;
    margin: 5px 5px;
  }
}
.container p {
  line-height: 1.8;
}
.container p span {
  line-height: 1.8;
  font-size: 120%;
  text-align: left;
  /* display: block; */
}
.company {
  padding-top: 5px;
}
@media only screen and (min-width: 1000px) {
  .company {
    padding-top: 90px;
  }
}
.company__sell__img img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .company__sell__img {
    float: right;
    width: 320px;
  }
}
@media only screen and (min-width: 1000px) {
  .company__sell__img {
    width: 400px;
    margin-bottom: 25px;
  }
}
.company__sell {
  margin-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .company__sell .company__table {
    float: left;
    width: 58%;
  }
}
.company__architecture {
  padding-bottom: 60px;
}
@media only screen and (min-width: 1000px) {
  .company__architecture {
    padding-bottom: 100px;
  }
}
.company__table {
  width: 100%;
  margin-bottom: 40px;
  table-layout: fixed;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
}
.company__table th, .company__table td {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 12px;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 768px) {
  .company__table th, .company__table td {
    display: table-cell;
  }
}
.company__table th {
  text-align: left;
  background-color: #f4f4f4;
}
@media only screen and (min-width: 768px) {
  .company__table th {
    width: 35%;
  }
}
.company__architecture .company__map iframe {
  width: 100%;
}
section {
  width: 100%;
}
.section {
  max-width: 100%;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .section {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1000px) {
  .section {
    padding: 50px 0;
  }
}
.section__title {
  font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
  font-size: 142.85714%;
  font-weight: normal;
  margin: 0 0 35px;
  text-align: center;
  color: #736848;
}
.section__title::before {
  margin: -5px 10px 0 0;
}
.section__title::after {
  margin: -5px 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .section__title {
    font-size: 177.77778%;
    letter-spacing: .1em;
  }
}
@media only screen and (min-width: 1000px) {
  .section__title {
    font-size: 300%;
    font-weight: bold;
  }
  .section__title__com {
    font-size: 200%;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
    text-align: center;
    color: #0c689e;
  }
}
.section__titleSmall {
  font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
  font-size: 78.57143%;
  display: block;
  margin: -35px 0 30px;
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .section__titleSmall {
    font-size: 100%;
  }
}
.section__subtitle {
  font-size: 114.28571%;
  margin-bottom: 30px;
  padding-left: 20px;
  border-left: 4px solid #000;
}
@media only screen and (min-width: 768px) {
  .section__subtitle {
    font-size: 142.85714%;
    margin-bottom: 40px;
    border-left: 6px solid #000;
  }
}
.aisatsu {
  width: 100%;
}
.aisatsu p {
  line-height: 1.8;
  font-size: 130%;
  font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
  margin-top: -40px;
  text-align: center;
}
.title {
  padding: 30px 0;
  text-align: center;
  background: #736848;
  background-size: 15px auto;
  color: #ffffff;
}
@media only screen and (min-width: 1000px) {
  .title {
    font-size: 118.75%;
    padding: 60px 0;
    background-position: 50% 50px;
  }
}
.title__txt {
  margin: 0;
  font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
  font-size: 200%;
  letter-spacing: 10px;
}

.title__txt__dainoukai {
  margin: 0;
  font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
  font-size: 200%;
  letter-spacing: 0;
}


.title__txt__small {
  font-family: 'Times New Roman', serif;
  font-size: 85.71429%;
  display: block;
  color: #aaa;
}
.subpage {
  width: 1000px;
  margin: 50px auto;
  font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
}
.subpage h2 {
  width: 100%;
  text-align: center;
  border-bottom: #736848 3px solid;
  font-size: 200%;
  letter-spacing: 5px;
}
.subpage h3 {
  text-align: center;
  font-size: 150%;
  color: white;
  letter-spacing: 0.5em;
  background: #736848;
  padding: 10px 50px;
}
.subpage p {
  width: 100%;
  text-align: left;
  font-size: 130%;
}
.subpage ul {
  width: 85%;
  margin: 0 auto;
}
.subpage li {
  width: 100%;
  text-align: left;
  font-size: 120%;
  color: #736848;
  list-style: disc;
}
.subpage__keikaku {
  font-size: 200%;
  color: #72694a;
  margin-bottom: 20px;
  border-bottom: dotted #72694a 3px;
  letter-spacing: 10px;
  text-align: center;
  width: 100%;
  float: left;
  font-weight: bold;
}
.subpage__keikaku__midashi {
  font-size: 150%;
  margin-bottom: 20px;
  line-height: 2.5em;
  text-align: center;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.slideWrap {
  overflow: hidden;
  width: 100%;
}
.homeBrand {
  padding: 60px 0 0px;
}
.homePolicy {
  padding: 40px 0;
  background: url(../images/home/bg_message-sp.jpg) no-repeat 0 0;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .homePolicy {
    background-position: 50% 50%;
  }
}
@media only screen and (min-width: 1000px) {
  .homePolicy {
    background: url(../images/index/annai.png) no-repeat 100% 0;
    width: 1200px;
    margin: 0 auto;
    height: 220px;
  }
}
@media only screen and (min-width: 1000px) {
  .homePolicy__inner {
    width: 450px;
  }
}
.homePolicy__title {
  margin-bottom: 15px;
  font-size: 30px;
  color: aliceblue;
  font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
}
.homePolicy__message {
  margin-bottom: 15px;
  font-size: 16px;
  color: aliceblue;
  font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
}
.homePolicy .btn-flat-border {
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  background: white;
  border-radius: 3px;
  transition: .4s;
  font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
}
.homePolicy .btn-flat-border:hover {
  background: #67c5ff;
  color: white;
}
@media only screen and (min-width: 768px) {
  .homePolicy__title img {
    display: block;
    margin: 0 auto 10px;
  }
}
@media only screen and (min-width: 1000px) {
  .homePolicy__title img {
    margin: 0 0 15px;
  }
}
.homePolicy__link {
  margin-top: 40px;
}
@media only screen and (min-width: 1000px) {
  .homePolicy__link {
    width: 400px;
    margin-top: 60px;
  }
}
.about__point {
  font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
  margin-top: -10px;
  padding: 4px 0 20px;
  text-align: center;
  background-image: url(../images/philosophy/bg_frame-left.png), url(../images/philosophy/bg_frame-right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 80%, 100% 80%;
}
@media only screen and (min-width: 768px) {
  .about__point {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1000px) {
  .about__point {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}
.about__point p {
  line-height: 1.6;
  margin: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .about__point p {
    font-size: 114.28571%;
    line-height: 1.8;
  }
}
.about__point__en {
  font-family: 'EB Garamond', serif;
  font-size: 92.85714%;
  text-transform: uppercase;
}
.about__aisatsu {
  font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
  margin-top: -10px;
  padding: 4px 0 20px;
  text-align: left;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .about__aisatsu {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1000px) {
  .about__aisatsu {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}
.about__aisatsu p {
  line-height: 1.6;
  margin: 10px 0 0;
}
.about__aisatsu p span {
  text-align: right;
  font-size: 100%;
}
@media only screen and (min-width: 768px) {
  .about__aisatsu p {
    font-size: 120%;
    line-height: 1.8;
  }
}
.about__aisatsu__en {
  font-family: 'EB Garamond', serif;
  font-size: 92.85714%;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.about__codinate__brand {
  margin-top: 20px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .about__codinate__brand {
    margin-top: 40px;
  }
}
.about__codinate__brand__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.about__codinate__brand__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .about__codinate__brand__item {
    float: left;
    box-sizing: border-box;
    width: 33.3333%;
    margin: 0;
    padding: 0;
    border-right: 1px solid #fff;
    border-bottom: none;
  }
}
.about__codinate__brand__item__img img {
  width: 100%;
}
.about__codinate__brand__item__logo {
  text-align: center;
}
p.about__codinate__brand__item__txt {
  margin: -1em 0 0 !important;
  padding: 20px;
  background: #f4f4f4;
}
@media only screen and (min-width: 768px) {
  p.about__codinate__brand__item__txt {
    font-size: 85.71429%;
  }
}
.about__facility__type {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .about__facility__type {
    margin-top: 40px;
  }
}
.about__facility__type__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.about__facility__type__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .about__facility__type__item {
    font-size: 85.71429%;
    float: left;
    box-sizing: border-box;
    width: 50%;
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  .about__facility__type__item:nth-child(odd) {
    border-right: 1px solid #fff;
  }
}
@media only screen and (min-width: 1000px) {
  .about__facility__type__item {
    width: 25%;
    border-right: 1px solid #fff;
  }
  .about__facility__type__item:last-child {
    border-right: none;
  }
}
.about__facility__type__item__title {
  position: relative;
}
.about__facility__type__item__title img {
  display: block;
  width: 100%;
}
.about__facility__type__item__title__txt {
  font-size: 114.28571%;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  color: #fff;
  background-color: rgba(0, 0, 0, .4);
}
.about__facility__type__item__title__txt small {
  margin-left: 5px;
}
p.about__facility__type__item__txt {
  margin: -1em 0 0 !important;
  padding: 20px;
  background: #f4f4f4;
}
.about__sash__type {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .about__sash__type {
    margin-top: 40px;
  }
}
.about__sash__type__item {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .about__sash__type__item {
    float: left;
    box-sizing: border-box;
    width: 33.3333%;
    margin-bottom: 0;
    border-right: 1px solid #fff;
  }
  .about__sash__type__item:last-child {
    border-right: none;
  }
}
.about__sash__type__item__title {
  position: relative;
}
.about__sash__type__item__title img {
  display: block;
  width: 100%;
}
.about__sash__type__item__title__txt {
  font-size: 114.28571%;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  color: #fff;
  background-color: rgba(0, 0, 0, .4);
}
@media only screen and (min-width: 768px) {
  .about__sash__message {
    margin-top: 25px;
  }
}
.about__alldenka__img {
  margin-top: 20px;
}
.about__alldenka__img img {
  display: block;
  margin: 0 auto 10px;
}
@media only screen and (min-width: 1000px) {
  .about__alldenka__img {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1000px) {
  .about__alldenka__img__left {
    float: left;
  }
}
@media only screen and (min-width: 1000px) {
  .about__alldenka__img__right {
    float: right;
  }
}
.about__alldenka__message {
  margin: 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .about__alldenka__message {
    margin-top: 40px;
  }
}
.about__ecoone__img {
  margin-top: 30px;
}
@media only screen and (min-width: 1000px) {
  .about__ecoone__img {
    position: relative;
    margin-top: 40px;
  }
}
.about__ecoone__img__logo {
  display: block;
}
@media only screen and (min-width: 1000px) {
  .about__ecoone__img__logo {
    position: absolute;
    top: 20px;
    left: 10px;
  }
}
.about__ecoone__img__title {
  margin: 10px auto 20px;
  text-align: center;
}
.about__ecoone__img__left, .about__ecoone__img__right {
  display: block;
  margin: 0 auto 10px;
}
@media only screen and (min-width: 1000px) {
  .about__ecoone__img__left {
    float: left;
  }
}
@media only screen and (min-width: 1000px) {
  .about__ecoone__img__right {
    float: right;
  }
}
.about__ecoone__message {
  margin: 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .about__ecoone__message {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1000px) {
  .about__ecoone__message {
    margin-bottom: 80px;
  }
}
.about__yane__type {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .about__yane__type {
    margin-top: 40px;
  }
}
.about__yane__type__item {
  margin-bottom: 10px;
}
.about__yane__type__item img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .about__yane__type__item {
    float: left;
    box-sizing: border-box;
    width: 33.3333%;
    margin-bottom: 0;
    border-right: 1px solid #fff;
  }
  .about__yane__type__item:last-child {
    border-right: none;
  }
}
.about__yane__message {
  margin: 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .about__yane__message {
    margin-top: 25px;
  }
}
.about__outfit__type {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .about__outfit__type {
    margin-top: 40px;
  }
}
.about__outfit__type__item {
  margin-bottom: 10px;
}
.about__outfit__type__item img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .about__outfit__type__item {
    float: left;
    box-sizing: border-box;
    width: 33.3333%;
    margin-bottom: 0;
    border-right: 1px solid #fff;
  }
  .about__outfit__type__item:last-child {
    border-right: none;
  }
}
.about__outfit__message {
  margin: 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .about__outfit__message {
    margin-top: 25px;
  }
}
.about__door__type {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .about__door__type {
    margin-top: 40px;
  }
}
.about__door__type__item {
  margin-bottom: 10px;
}
.about__door__type__item img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .about__door__type__item {
    float: left;
    box-sizing: border-box;
    width: 50%;
    margin-bottom: 0;
    border-right: 1px solid #fff;
  }
  .about__door__type__item:last-child {
    border-right: none;
  }
}
.about__door__message {
  margin: 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .about__door__message {
    margin-top: 25px;
  }
}
.about__light__type {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .about__light__type {
    margin-top: 40px;
  }
}
.about__light__type__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.about__light__type__item:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .about__light__type__item {
    float: left;
    box-sizing: border-box;
    width: 50%;
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  .about__light__type__item:nth-child(odd) {
    border-right: 1px solid #fff;
  }
}
@media only screen and (min-width: 1000px) {
  .about__light__type__item {
    width: 33.3333%;
    border-right: 1px solid #fff;
  }
  .about__light__type__item:last-child {
    border-right: none;
  }
}
.about__light__type__item__title {
  position: relative;
}
.about__light__type__item__title img {
  display: block;
  width: 100%;
}
.about__light__type__item__title__txt {
  font-size: 114.28571%;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  color: #fff;
  background-color: rgba(0, 0, 0, .4);
}
p.about__light__type__item__message {
  margin: -1em 0 0 !important;
  padding: 20px;
  background: #f4f4f4;
}
@media only screen and (min-width: 768px) {
  p.about__light__type__item__message {
    font-size: 85.71429%;
  }
}
.about__security__message {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .about__security__message {
    margin-bottom: 60px;
    text-align: center;
  }
}
.about__security__list__item {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.about__security__list__item:after {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  content: '';
}
@media only screen and (min-width: 768px) {
  .about__security__list__item {
    padding-bottom: 0;
    border: none;
  }
}
.about__security__list__item__txt {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .about__security__list__item__txt {
    float: left;
    width: 80%;
  }
}
.about__security__list__item__txt__number {
  font-size: 142.85714%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 15px;
  text-align: center;
  color: #fff;
  background-color: #222;
}
.about__security__list__item__txt__title {
  font-size: 142.85714%;
  margin: 0;
  padding: 5px 0 0 55px;
}
@media only screen and (min-width: 768px) {
  .about__security__list__item__txt__title {
    margin: 0;
  }
}
.about__security__list__item__img img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .about__security__list__item__img {
    float: right;
    width: 150px;
  }
}
.about__security__list__item__txt__message {
  margin: 30px 0;
}
.about__brand__item {
  margin-bottom: 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 1000px) {
  .about__brand__item {
    margin-bottom: 0px;
    padding: 0 0 60px;
  }
}
@media only screen and (min-width: 1000px) {
  .about__brand__item__content:after {
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    content: '';
  }
}
.about__brand__item__content__img img {
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .about__brand__item__content__img {
    float: left;
    width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .about__brand__item__content__detail {
    position: relative;
  }
}
@media only screen and (min-width: 1000px) {
  .about__brand__item__content__detail {
    float: right;
    width: 660px;
    margin-bottom: 30px;
    padding-top: 10px;
  }
}
.about__brand__item__content__detail__title {
  margin-bottom: 10px;
}
.about__brand__item__content__detail__title__copy {
  font-size: 114.28571%;
  font-weight: bold;
  display: block;
}
@media only screen and (min-width: 1000px) {
  .about__brand__item__content__detail__title__copy {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .about__brand__item__content__detail__type {
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
  }
}
.about__brand__item__content__detail__type__item {
  float: left;
  width: 100px;
  margin-right: 8px;
}
.about__brand__item__content__detail__type__item img {
  border-radius: 4px;
}
.about__brand__item__content__detail__type__item:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .about__brand__item__content__detail__type__item {
    width: 120px;
    margin-right: 5px;
  }
}
.about__brand__item__gallery__item {
  width: 48%;
  margin-bottom: 10px;
}
.about__brand__item__gallery__item:nth-child(odd) {
  float: left;
}
.about__brand__item__gallery__item:nth-child(even) {
  float: right;
}
@media only screen and (min-width: 768px) {
  .about__brand__item__gallery__item {
    width: 32%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .about__brand__item__gallery__item img {
    width: 100%;
  }
  .about__brand__item__gallery__item:nth-child(even) {
    float: left;
  }
}
@media only screen and (min-width: 1000px) {
  .about__brand__item__gallery__item {
    width: 192px;
    margin: 0 10px 10px 0;
  }
  .about__brand__item__gallery__item:nth-child(5n) {
    margin-right: 0;
  }
}
.about__brand__item__contact {
  margin-top: 20px;
}
@media only screen and (min-width: 1000px) {
  .about__brand__item__contact {
    margin-top: 10px;
  }
  .about__brand__item__contact:after {
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    content: '';
  }
}
.about__brand__item__contact__btn {
  font-size: 128.57143%;
  font-weight: bold;
  display: block;
  padding: 18px 0 18px 8%;
  text-align: center;
  color: #fff;
  background: url(../images/lower/about/series/ico_paper.png) no-repeat 15% 50% #000;
}
.about__brand__item__contact__btn span {
  font-size: 77.77778%;
  display: block;
}
.about__brand__item__contact__btn:hover {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .about__brand__item__contact__btn {
    width: 300px;
    margin: 0 auto;
    padding: 18px 0;
    background-position: 24px 50%;
  }
}
@media only screen and (min-width: 1000px) {
  .about__brand__item__contact__btn {
    float: right;
    margin: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .link {
    overflow: hidden;
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
  }
  .link .cont {
    margin: 0 auto 113px;
    position: relative;
    line-height: 0;
    height: 340px;
  }
  .link .cont > .img {
    line-height: 0;
    position: absolute;
    top: 0;
    left: -300px;
  }
  .link .cont:nth-child(even) > .img {
    left: inherit;
    right: -300px;
  }
  .link .cont > .text {
    display: block;
    /* border: 4px solid #fff; */
    position: absolute;
    top: 31px;
    right: -60px;
    width: 640px;
    padding: 46px 0 75px;
    overflow: visible;
  }
  .link .cont > .text:hover {
    text-decoration: none;
  }
  .link .cont:nth-child(even) > .text {
    right: inherit;
    left: -60px;
  }
  .link .cont:nth-child(1) > .text {
    background: url(../images/index/back1.jpg) 0 0 no-repeat;
  }
  .link .cont:nth-child(1) > .text:hover {
    background: url(../images/index/back1.jpg) 0 0 no-repeat;
  }
  .link .cont:nth-child(2) > .text {
    background: url(../images/index/back2.jpg) 0 0 no-repeat;
  }
  .link .cont:nth-child(2) > .text:hover {
    background: url(../images/index/back2.jpg) 0 0 no-repeat;
  }
  .link .cont > .text .icn {
    position: absolute;
    top: -18px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 0;
  }
  .link .cont:nth-child(2) > .text .icn {
    top: -27px;
  }
  .link .cont > .text h3 {
    font-size: 3rem;
    line-height: 140%;
    text-align: center;
    color: #fff;
    font-weight: normal;
    margin: 0 auto 10px;
  }
  .link .cont > .text:hover h3 {
    opacity: 0.7;
  }
  .link .cont > .text h3 > small {
    font-size: 2.4rem;
  }
  .link .cont > .text .tex {
    text-align: left;
    margin: 20px auto 20px;
    font-size: 135%;
    color: #fff;
    line-height: 1.5em;
  }
  .link .cont > .text:hover .tex {
    opacity: 0.7;
    text-decoration: none;
  }
  .link .cont:nth-child(1) > .text .tex {
    width: 410px;
  }
  .link .cont:nth-child(2) > .text .tex {
    width: 450px;
  }
  .link .cont > .text .btn {
    display: table;
    padding: 1em 2em;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    background: white;
    border-radius: 3px;
    transition: .4s;
    margin: -10px auto 0;
    font-size: 100%;
  }
  .link .cont > .text .btn:hover {
    background: #67c5ff;
    color: white;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 1000px) {
  .slick-slider {
    text-align: center;
  }
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
@media only screen and (min-width: 1000px) {
  .slick-list {
    overflow: visible;
    width: 1200px;
    height: auto;
    margin: 0 auto !important;
  }
}
@media only screen and (min-width: 1000px) {
  .worksDetail__gallery {
    position: relative;
  }
}
@media only screen and (min-width: 1000px) {
  .worksDetail__gallery .slick-list {
    overflow: hidden;
    width: 824px;
  }
  .worksDetail__gallery .slick-list img {
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .worksDetail__navi .slick-list {
    overflow: hidden;
    width: 824px;
  }
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.worksDetail__gallery .slick-slide {
  height: 450px;
  position: relative;
}
.worksDetail__gallery .slick-slide img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 450px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .worksDetail__gallery .slick-slide, .worksDetail__gallery .slick-slide img {
    height: 200px;
  }
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url('../images/common/ajax-loader.gif') center center no-repeat;
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 120;
  top: 40%;
  display: none !important;
  width: 40px;
  height: 100px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: #333;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
}
@media only screen and (min-width: 1000px) {
  .slick-prev, .slick-next {
    display: block !important;
  }
}
.slick-prev {
  left: 100px;
  background: url(../images/common/bg_slide-prev.png) no-repeat 0 0;
}
[dir='rtl'] .slick-prev {
  right: 100px;
  left: auto;
  background: url(../images/common/bg_slide-prev.png) no-repeat 0 0;
}
.slick-next {
  right: 100px;
  background: url(../images/common/bg_slide-next.png) no-repeat 0 0;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 100px;
  background: url(../images/common/bg_slide-next.png) no-repeat 0 0;
}
@media only screen and (min-width: 1000px) {
  .worksDetail__gallery .slick-prev, .worksDetail__gallery .slick-next {
    width: 40px;
    height: 40px;
  }
  .worksDetail__gallery .slick-prev {
    left: 0;
    background: url(../images/lower/works/ico_slide-left.png) no-repeat 0 0;
  }
  [dir='rtl'] .worksDetail__gallery .slick-prev {
    right: 0;
    left: auto;
    background: url(../images/lower/works/ico_slide-left.png) no-repeat 0 0;
  }
  .worksDetail__gallery .slick-next {
    right: 0;
    background: url(../images/lower/works/ico_slide-right.png) no-repeat 0 0;
  }
  [dir='rtl'] .worksDetail__gallery .slick-next {
    right: auto;
    left: 0;
    background: url(../images/lower/works/ico_slide-right.png) no-repeat 0 0;
  }
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -35px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #0c689e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #0c689e;
}
.moreLoadBtn {
  display: block;
  clear: both;
  float: none;
  padding: 20px 0;
  text-align: center;
}
.moreLoadBtn a {
  width: 300px;
  display: block;
  margin: 0 auto;
}
img {
  -ms-interpolation-mode: bicubic;
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/***** コンタクトフォーム *****/
.contact__table {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .contact__table {
    width: 80%;
    margin: 0 auto;
  }
}
.contact__table .table-contactform7 {
  overflow: hidden;
  table-layout: fixed;
}
.contact__table .required-contactform7 {
  padding: 5px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
.contact__table .unrequired-contactform7 {
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
.contact__table .table-contactform7 th {
  font-weight: bold;
}
.contact__table .table-contactform7 input, .contact__table .table-contactform7 textarea {
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
  font-size: 110%;
  padding: 10px 0;
}
.contact__table .address-100 input {
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
.contact__table .message-100 textarea {
  width: 100%;
  margin: 5px 10px 10px 5px;
}
@media screen and (min-width: 900px) {
  .contact__table .table-contactform7 th {
    width: 30%;
    text-align: left;
    padding: 20px 0;
    font-size: 110%;
  }
}
@media screen and (max-width: 900px) {
  .contact__table .table-contactform7 {
    display: block;
  }
  .contact__table .table-contactform7 tbody, .contact__table .table-contactform7 tr {
    display: block;
    width: 100%;
  }
  .contact__table .table-contactform7 th {
    width: 100%;
    display: block;
    margin: 0 auto;
    border: none;
    text-align: left;
  }
  .contact__table .table-contactform7 td {
    display: list-item;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: none !important;
  }
}
.btn {
  display: inline-block;
  padding: .375rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.btn-group-lg > .btn, .btn-lg {
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.333333;
  border-radius: .3rem;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
  font-size: 150%;
  padding: 20px 30px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
@media only screen and (min-width: 1000px) {
  .btn__staff {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
    font-size: 150%;
    padding: 20px 30px;
    margin: 0 auto 50px;
    text-align: center;
    display: block;
    width: 500px;
    border-radius: 10px;
  }
}
.btn__staff {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
  font-size: 120%;
  padding: 20px 30px;
  margin: 0 auto 50px;
  text-align: center;
  display: block;
  width: 65%;
  border-radius: 10px;
}
.btn__staff a {
  color: #fff;
  border-style: none;
}
.access {
  width: 100%;
}
.access h1 {
  font-size: 200%;
  font-weight: bold;
  border-bottom: 1px solid #0c689e;
  color: #0c689e;
  text-align: center;
  letter-spacing: 1.5em;
}
@media only screen and (max-width: 1000px) {
  .section__title {
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
    font-size: 170%;
    font-weight: normal;
    margin: 0 0 35px;
    text-align: center;
    color: #0c689e;
    font-weight: bold;
  }
  .aisatsu p {
    line-height: 1.8;
    font-size: 125%;
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
    margin-top: -40px;
    text-align: left;
  }
}
.information__title {
  text-align: center;
  border-bottom: #942124 5px solid;
}
.information__news {
  float: left;
  width: 48%;
}
.information__news__item {
  margin-bottom: 15px;
}
.information__news__item:after {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  content: '';
}
@media only screen and (min-width: 1000px) {
  .information__news__item {
    margin-bottom: 2px;
  }
}
.information__news__item__img {
  float: left;
  overflow: hidden;
  width: 25%;
  height: 100px;
}
@media only screen and (min-width: 768px) {
  .information__news__item__img {
    width: 100px;
    margin-right: 20px;
  }
}
.information__news__item__txt {
  float: right;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .information__news__item__txt {
    float: none;
    width: auto;
  }
}
@media only screen and (min-width: 480px) {
  .information__news__item__txt {
    float: left;
    width: auto;
  }
}
@media only screen and (min-width: 1000px) {
  .information__news__item__txt {
    width: 70%;
  }
}
.information__news__item__txt p {
  font-size: 85.71429%;
  margin: 0 0 15px !important;
  padding-top: 0;
}
.information__news__item__txt__meta {
  font-size: 85.71429%;
  float: left;
  width: 35%;
}
.information__news__item__txt__meta__date {
  margin-right: 10px;
  color: #aaa;
}
.information__news__item__txt__meta__category {
  padding: 3px;
  border: 1px solid #333;
  text-align: center;
  width: 60%;
  display: block;
}
.information__news__item__txt__title {
  /* margin: -2px 0 10px; */
}
.information__news__item__txt__title span {
  color: #931318;
}
.information__facebook {
  margin-top: 50px;
}
.information__facebook .fb-page {
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .information__facebook {
    float: right;
    width: 48%;
    margin-top: 0;
  }
}
.linkBtn {
  display: block;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  border: solid #ddd;
  border-width: 1px 0;
  margin: 50px 0 0;
}
.linkBtn span {
  padding-left: 15px;
  background: url(../images/common/ico_arrow.png) no-repeat 0 50%;
  background-size: 5px auto;
}
.access {
  width: 48%;
  float: right;
}
.access h1 {
  font-size: 200%;
  color: #FFFFFF;
  margin-bottom: 20px;
  letter-spacing: 20px;
  text-align: center;
  width: 100%;
  background: #0c689e;
  border-radius: 10px;
  font-weight: bold;
  margin-top: 0px;
}
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 50px;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jigyo {
  width: 100%;
  font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
}
.jigyo h1 {
  font-size: 300%;
  color: #0c689e;
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
  /* background: #0c689e; */
  letter-spacing: 10px;
}
.jigyo h2 {
  font-size: 180%;
  margin-bottom: 20px;
  line-height: 1.5em;
  text-align: center;
}
.jigyo h3 {
  font-size: 250%;
  margin-bottom: 20px;
  margin-left: 0px;
  line-height: 2.5em;
  text-align: center;
  font-weight: bold;
  color: cornflowerblue;
  border-bottom: none;
}
.jigyo_left {
  width: 28%;
  margin-left: 15px;
  float: left;
}
.jigyo_right {
  width: 65%;
  margin-left: 15px;
  float: right;
}
.jigyo_3colom {
  width: 30%;
  margin-left: 15px;
  float: left;
}
.jigyo_colom {
  width: 80%;
  margin: 30px auto;
}
.time_l {
  width: 55%;
  margin: 30px 0;
  float: left;
}
.time {
  width: 100%;
  font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
}
.time h1 {
  font-size: 300%;
  color: #0c689e;
  margin-bottom: 0px;
  text-align: center;
  font-weight: bold;
  /* background: #0c689e; */
  letter-spacing: 10px;
  border-top: 1px solid #0c689e;
  border-bottom: 1px solid #0c689e;
  /* padding: 15px 0; */
}
.time h2 {
  font-size: 200%;
  color: #0c689e;
  margin-bottom: 0px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 10px;
}
.time h3 {
  font-size: 200%;
  color: #0c689e;
  margin-bottom: 0px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 10px;
}
.time_l h1 {
  font-size: 150%;
  font-weight: bold;
  color: #0c689e;
  border: none;
  text-align: left;
  letter-spacing: 0;
  padding-bottom: 0;
  background: white;
  margin-top: 0px;
}
.time_l p {
  font-size: 120%;
  font-weight: normal;
  color: #000;
  line-height: 1.5;
  margin-top: 0px;
}
.time_r {
  width: 35%;
  margin: 30px 0;
  float: right
}
.support_3colom {
  width: 30%;
  margin: 10px 15px 30px;
  float: left;
}
.support_3colom h1 {
  font-size: 135%;
  font-weight: bold;
  color: #0c689e;
  border: none;
  text-align: center;
  letter-spacing: 0;
  padding-bottom: 0;
  background: white;
}
.support_3colom p {
  font-size: 100%;
  font-weight: normal;
  color: #000;
  line-height: 1.5;
}
.support_l {
  width: 65%;
  margin: 10px auto;
  float: left;
}
.support_l h1 {
  font-size: 150%;
  font-weight: bold;
  color: #0c689e;
  border: none;
  text-align: left;
  letter-spacing: 0;
  padding-bottom: 0;
  background: white;
}
.support_l p {
  font-size: 120%;
  font-weight: normal;
  color: #000;
  line-height: 1.5;
}
.support_r {
  width: 33%;
  float: right;
}
.support_r h1 {
  font-size: 150%;
  font-weight: bold;
  color: #0066CC;
  border: none;
  text-align: left;
  letter-spacing: 0;
  padding-bottom: 0;
}
.support_r p {
  font-size: 120%;
  font-weight: normal;
  color: #000;
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .section__title {
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
    font-size: 130%;
    font-weight: normal;
    margin: 0 0 35px;
    text-align: center;
    color: #736848;
    font-weight: bold;
  }
  .aisatsu p {
    line-height: 1.8;
    font-size: 100%;
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
    margin-top: -40px;
    text-align: left;
  }
  .subpage {
    width: 90%;
    margin: 50px auto;
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
  }
  .subpage h2 {
    width: 100%;
    text-align: left;
    border-bottom: #736848 3px solid;
    font-size: 120%;
    letter-spacing: 0px;
  }
  .subpage h3 {
    font-size: 120%;
  }
  .subpage li {
    font-size: 100%;
  }
  .subpage p {
    width: 100%;
    text-align: left;
    font-size: 100%;
  }
  .subpage__keikaku {
    font-size: 150%;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
    float: left;
  }
  .subpage__keikaku__midashi {
    font-size: 100%;
    margin-bottom: 20px;
    line-height: 1.5em;
    text-align: left;
  }
}
/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
.inquiry {
  width: 80%;
  margin: 50px auto;
}
.inquiry table {
  width: 100%;
  margin: 0 auto;
}
@media(max-width:500px) {
  .inquiry th, .inquiry td {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  .inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
  }
  /* 必須・任意のサイズ調整 */
  .inquiry .haveto, .inquiry .any {
    font-size: 10px;
  }
}
/*見出し欄*/
.inquiry th {
  text-align: left;
  font-size: 110%;
  color: #444;
  padding-right: 5px;
  width: 30%;
  background: #f7f7f7;
  border: solid 1px #d7d7d7;
  padding: 20px 15px;
}
/*通常欄*/
.inquiry td {
  font-size: 13px;
  border: solid 1px #d7d7d7;
  font-size: 110%;
  padding: 20px 15px;
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr, .entry-content table {
  border: solid 1px #d7d7d7;
}
/*必須の調整*/
.haveto {
  font-size: 7px;
  padding: 5px;
  background: #ff9393;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
/*任意の調整*/
.any {
  font-size: 7px;
  padding: 5px;
  background: #93c9ff;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
  display: block;
}
/*送信ボタンのデザイン変更*/
#formbtn {
  display: block;
  padding: 15px;
  width: 350px;
  background: #ffaa56;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
  margin: 25px auto 0;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover {
  background: #fff;
  color: #ffaa56;
  border: 2px solid #ffaa56;
}
.inquiry__form__table input[type=text], .inquiry__form__table input[type=email], .inquiry__form__table input[type=tel], .inquiry__form__table textarea {
  font-size: 100%;
  line-height: 1.6;
  width: 95%;
  margin-left: 0;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 768px) {
  .torikumi {
    width: 95%;
    height: auto;
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
    margin: 0 auto;
  }
  .torikumi_left {
    width: 100%;
    float: left;
    line-height: 1.8em;
    height: auto;
  }
  .torikumi_left h3 {
    font-size: 160%;
    clear: both;
    margin-bottom: 20px;
    padding: 7px 0 15px;
    color: #0c689e;
    border-bottom: 1px solid #0c689e;
  }
  .torikumi_left p {
    font-size: 120%;
  }
  .torikumi_right {
    width: 100%;
    float: left;
    line-height: 1.8em;
    height: auto;
  }
  .torikumi_right h3 {
    font-size: 160%;
    clear: both;
    margin-bottom: 20px;
    padding: 7px 0 15px;
    color: #0c689e;
    border-bottom: 1px solid #0c689e;
  }
  .torikumi_right p {
    font-size: 120%;
  }
  .title {
    font-size: 118.75%;
    padding: 50px 0;
    background-position: 50% 50px;
  }
  .title__txt {
    margin: 0;
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
    font-size: 140%;
    letter-spacing: 5px;
  }
  .title__subpage {
    width: 100%;
    background-size: cover;
    height: 150px;
    margin: 0 auto;
    font-size: 150%;
  }
  .president_midashi {
    font-size: 220%;
    color: #0c689e;
    margin-bottom: 5px;
    text-align: center;
    font-weight: bold;
    /* background: #0c689e; */
    letter-spacing: 30px;
    margin-top: 30px;
  }
  .president_left {
    width: 100%;
    float: left;
    font-size: 110%;
    line-height: 1.8em;
    margin-bottom: 30px;
  }
  .president_right {
    width: 70%;
    float: none;
    margin: 0 auto;
  }
  .about_keiei_midashi {
    font-size: 150%;
    margin-bottom: 20px;
    /* margin-left: 50px; */
    line-height: 1.5em;
  }
  .about_keiei_rinen {
    font-size: 120%;
    margin-bottom: 20px;
    margin-left: 0;
    line-height: 1.5em;
    text-align: left;
  }
  .about_keiei_rinen_title {
    font-size: 120%;
    /* line-height: 1.5em; */
    text-align: center;
    width: 90%;
    float: none;
    clear: both;
    /* margin-bottom: 20px; */
    background: #0c689e;
    color: #fff;
    padding: 10px;
    margin: 0 auto 10px;
  }
  .about_keiei_rinen_honbun {
    font-size: 95%;
    line-height: 1.5em;
    text-align: left;
    width: 90%;
    float: none;
    vertical-align: middle;
    height: auto;
    padding: 5px 0;
    margin: 0 auto 20px;
  }
  .gaiyou {
    width: 100%;
    display: inline-block;
  }
  .access {
    width: 100%;
    float: left;
  }
  .jigyo h1 {
    font-size: 200%;
    color: #0c689e;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    /* background: #0c689e; */
    letter-spacing: 0;
  }
  .jigyo h2 {
    font-size: 120%;
    margin-bottom: 20px;
    line-height: 1.5em;
    text-align: center;
  }
  .jigyo_right {
    width: 65%;
    margin-left: 0px;
    float: right;
  }
  .time h1 {
    font-size: 160%;
    color: #0c689e;
    margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
    /* background: #0c689e; */
    letter-spacing: 0;
    border-top: 1px solid #0c689e;
    border-bottom: 1px solid #0c689e;
    padding: 15px 0;
  }
  .time h2 {
    font-size: 160%;
    color: #0c689e;
    margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 10px;
  }
  .time_l {
    width: 100%;
    margin: 30px 0;
    float: left;
  }
  .time_l h1 {
    font-size: 150%;
    font-weight: bold;
    color: #0c689e;
    border: none;
    text-align: left;
    letter-spacing: 0;
    padding-bottom: 0;
    background: white;
    margin-top: 0px;
  }
  .time_l p {
    font-size: 120%;
    font-weight: normal;
    color: #000;
    line-height: 1.5;
    margin-top: 0px;
  }
  .time_r {
    width: 90%;
    margin: 30px auto;
    float: none;
  }
  .time h2 {
    font-size: 150%;
    color: #0c689e;
    margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0;
  }
  .support_3colom {
    width: 100%;
    margin: 5px 5px 5px;
    float: none;
    text-align: center;
  }
  .support_3colom h1 {
    font-size: 135%;
    font-weight: bold;
    color: #0c689e;
    border: none;
    text-align: center;
    letter-spacing: 0;
    padding-bottom: 0;
    background: white;
  }
  .support_3colom p {
    font-size: 100%;
    font-weight: normal;
    color: #000;
    line-height: 1.5;
    text-align: left;
  }
  .time h3 {
    font-size: 160%;
    color: #0c689e;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0;
  }
  .inquiry {
    width: 100%;
    margin: 50px auto;
  }
  .information__news {
    float: none;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  .information__news__item__img {
    float: left;
    overflow: hidden;
    width: 25%;
    height: 100px;
  }
  .information__news__item__txt {
    float: right;
    width: 70%;
  }
  .homePolicy__title {
    margin-bottom: 15px;
    font-size: 30px;
    color: #0c689e;
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
    text-align: center;
  }
  .homePolicy__message {
    margin-bottom: 15px;
    font-size: 16px;
    color: #0c689e;
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
    text-align: center;
  }
  .homeBrand {
    padding: 30px 0 0;
  }
  .section__title__com {
    font-size: 130%;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
    text-align: center;
    color: #0c689e;
  }
  .link {
    overflow: hidden;
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
  }
  .link .cont {
    margin: 0 auto 113px;
    position: relative;
    line-height: 0;
    /* height: auto; */
    width: 90%;
  }
  .link .cont > .text h3 {
    font-size: 3rem;
    line-height: 140%;
    text-align: center;
    color: #0c689e;
    font-weight: normal;
    margin: 0 auto 10px;
  }
  .link .cont > .text .tex {
    text-align: left;
    margin: 20px auto 20px;
    font-size: 16px;
    color: #0c689e;
    line-height: 1.5em;
  }
  .link .cont > .text .btn {
    display: table;
    padding: 1em 2em;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    background: white;
    border-radius: 3px;
    transition: .4s;
    margin: 0 auto;
    font-size: 100%;
  }
  .homePolicy .btn-flat-border {
    display: table;
    padding: 1em 2em;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    background: white;
    border-radius: 3px;
    transition: .4s;
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
@media only screen and (min-width: 1000px) {
  .info, .infoDetail {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .infoDetail {
    padding-bottom: 120px;
  }
}
.info__category {
  font-size: 0;
  margin: 50px auto 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .info__category {
    margin: 0 auto 80px;
  }
}
.info__list {
  display: none;
}
.info__list.active {
  display: block;
}
.info__category__item {
  font-size: 12px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 2px 20px;
  cursor: pointer;
  border-right: 1px solid #ddd;
}
.info__category__item.active, .info__category__item:hover {
  color: #fff;
  background-color: #1d2088;
}
.info__category__item.active::after {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin-right: auto;
  margin-left: auto;
  content: '';
  border-width: 4px 4px 0 4px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}
.info__category__item:first-child {
  border-left: 1px solid #ddd;
}
@media only screen and (min-width: 768px) {
  .info__category__item {
    font-size: 14px;
    width: auto;
    padding: 8px 40px;
  }
}
.info__list__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.info__list__item:after {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  content: '';
}
.info__list__item__img {
  float: left;
  overflow: hidden;
  width: 80px;
  height: 80px;
}
.info__list__item__img img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .info__list__item__img {
    width: 100px;
    height: 100px;
    margin-right: 30px;
  }
}
.info__list__item__txt {
  float: right;
  width: 73%;
}
@media only screen and (min-width: 768px) {
  .info__list__item__txt {
    float: left;
    width: 80%;
  }
}
.info__list__item__txt__meta, .infoDetail__meta {
  font-size: 85.71429%;
}
.info__list__item__txt__meta__date, .infoDetail__meta__date {
  margin-right: 8px;
  color: #aaa;
}
.info__list__item__txt__meta__category, .infoDetail__meta__category {
  padding: 3px 5px;
  border: 1px solid #000;
}
.info__list__item__txt__title {
  font-size: 100%;
  margin: 10px 0;
}
.info__list__item__txt__title span {
  color: #ff000a;
}
@media only screen and (min-width: 768px) {
  .info__list__item__txt__title {
    margin: 15px 0;
  }
}
.info__list__item__txt__excerpt {
  font-size: 85.71429%;
  margin: 0;
}
.infoDetail__meta {
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .infoDetail__meta {
    margin-bottom: 30px;
  }
}
.infoDetail__body {
  padding: 0 0 30px;
}
/*.infoDetail__body .widget img, .infoDetail__body img {
    width: 100%;
    height: auto;
}*/
@media only screen and (min-width: 1000px) {
  .infoDetail__body {
    padding: 10px 0 100px;
  }
  .infoDetail__body img {
    margin-bottom: 30px;
  }
}
.infoDetail__body img {
  margin-bottom: 40px;
}
.infoDetail__body p {
  margin-bottom: 30px;
}
.infoDetail__back {
  display: block;
  padding: 20px 0;
  text-align: center;
  background-color: #eee;
}
@media only screen and (min-width: 768px) {
  .infoDetail__back {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}
.infoDetail__back__txt {
  padding-left: 18px;
  background: url(../images/lower/works/ico_left-arrow.png) no-repeat 0 50%;
  background-size: 5px auto;
}
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 50px;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flow {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.ifesta2021 {
  width: 1200px;
  margin: 50px auto;
  overflow: hidden;
  box-sizing: border-box;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  padding: 0 0 20px;
}
.ifesta2021 p {
  font-size: 16px;
  line-height: 1.5em;
}
.ifesta2021 ul {
  width: 100%;
  margin: 0 auto 30px;
  padding-left: 20px;
  list-style-type: disc;
  list-style-position: outside;
  box-sizing: border-box;
}
.ifesta2021 li {
  width: 100%;
  font-size: 16px;
  padding: 5px 0;
  box-sizing: border-box;
}
.ifesta2021_title {
  width: 100%;
  font-size: 23px;
  color: #003B8B;
  font-weight: bold;
  position: relative;
  display: inline-block;
  line-height: 2em;
  margin-bottom: 10px;
}
.ifesta2021_title:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #003B8B;
  position: absolute;
  top: 50%;
}
.ifesta2021-youken {
  width: 100%;
  padding: 20px;
  background: #00a0e947;
  overflow: hidden;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin: 50px auto;
}
.ifesta2021-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ifesta2021-box_title {
  width: auto;
  margin-bottom: 10px;
  padding: 5px;
}
.ifesta2021-box_comm {
  width: auto;
  margin-bottom: 10px;
  padding: 5px;
}
.ifesta2021-box_title_wide {
  width: 100%;
  margin-bottom: 10px;
  padding: 5px;
}
.ifesta2021-box_comm_wide {
  width: 100%;
  margin-bottom: 10px;
  padding: 5px;
}
.jyouken {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.jyouken_box {
  width: auto;
  padding: 5px;
}
.jyouken_box a {
  padding: 10px 15px;
  border: 1px solid #231815;
  color: #003B8B;
  background: #FFF;
  text-decoration: none;
  font-size: 18px;
}
.jyouken_box a:hover {
  border: 1px solid #231815;
  color: #FFF;
  background: #003B8B;
}
.kiyaku_box {
  width: auto;
  padding: 5px;
}
.kiyaku_box a {
  padding: 10px 30px;
  border: 1px solid #231815;
  color: #003B8B;
  background: #FFF;
  text-decoration: none;
  font-size: 18px;
}
.kiyaku_box a:hover {
  border: 1px solid #231815;
  color: #FFF;
  background: #003B8B;
}
.ifesta2021_header {
  width: 100%;
  max-width: 1920px;
  background: url(../images/ifesta2021/ifesta_back.jpg) no-repeat 50%;
  height: 460px;
  text-align: center;
  position: relative;
}
.ifesta2021_header_title {
  width: 100%;
  max-width: 1000px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.ifesta2021_online {
  width: 1280px;
  margin: 50px auto;
  overflow: hidden;
  box-sizing: border-box;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  padding: 0 0 20px;
}
.ifesta_2021_thanks {
  text-align: center;
  margin-bottom: 30px;
}
.ifesta_2021_text {
  font-size: 19px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 40px;
}
.cont_box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.dance {
  width: 100%;
  max-width: 1280px;
  background: url(../images/ifesta2021/dance_back.jpg) no-repeat 50%;
  height: 460px;
  margin: 0 auto 50px;
}
.dance_title_back {
  background: #FFA000;
  width: 495px;
  height: 190px;
  position: absolute;
  top: 0;
  left: -140px;
  text-align: right;
}
.dance_title {
  position: absolute;
  right: 50px;
  top: -30px;
}
.dance_illast {
  position: absolute;
  left: 0;
  top: 165px;
}
.ifesta_slide_dance {
  right: 0;
  top: 30px;
  position: absolute;
  width: 740px;
}
.kagura {
  width: 100%;
  max-width: 1280px;
  background: url(../images/ifesta2021/kagura_back.jpg) no-repeat 50%;
  height: 460px;
  margin: 0 auto 50px;
}
.kagura_title_back {
  background: #DE705D;
  width: 495px;
  height: 190px;
  position: absolute;
  top: 0;
  right: -140px;
  text-align: left;
}
.kagura_title {
  position: absolute;
  left: 50px;
  top: -30px;
}
.kagura_illast {
  position: absolute;
  right: 0;
  top: 230px;
}
.ifesta_slide_kagura {
  left: 0;
  top: 30px;
  position: absolute;
  width: 740px;
}

.ifesta_slide_taiko {
  width: 475px;
}


.ifesta_slide {
  width: 600px;
}
.ifesta_slide_left {
  float: left;
}
.ifesta_slide_right {
  float: right;
}
.ifesta_box {
  width: 100%;
  max-width: 1280px;
  background: url(../images/ifesta2021/4box_back.jpg) no-repeat 50%;
  height: 820px;
  margin: 0 auto 150px;
  position: relative;
}
.ifesta_cont_box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.ifesta_cont_4box {
  width: calc(100% / 2);
  text-align: center;
  box-sizing: border-box;
}
.ifesta_cont_4box:last-child {
  width: calc(100% / 1);
  text-align: center;
  box-sizing: border-box;
}
.ifesta_cont_4box_title {
  width: 100%;
}
.ifesta_cont_4box_thumb {
  width: 100%;
  margin-top: -10px;
}
.tiktok {
  width: 100%;
  max-width: 1280px;
  background: url(../images/ifesta2021/tiktok_back.jpg) no-repeat 50%;
  height: 1850px;
  margin: 0 auto 50px;
  position: relative;
}
.tiktok_title {
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: block;
  width: 100%;
  text-align: center;
}
.tiktok_best {
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
.tiktok_i1 {
  left: 0;
  top: 80px;
  position: absolute;
}
.tiktok_i2 {
  right: -60px;
  top: 80px;
  position: absolute;
}
.tiktok_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 1050px;
  max-width: 1000px;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
.tiktok_2box {
  width: calc(100% / 2);
  text-align: center;
}
.senryu {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 150px;
  position: relative;
}
.senryu_title {
  width: 100%;
  text-align: center;
}
.senryu_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.senryu_box_koumoku {
  width: calc(100% / 3);
  text-align: center;
}
.photo {
  width: 100%;
  max-width: 1280px;
  background: url(../images/ifesta2021/photo_back.jpg) no-repeat 50%;
  height: 960px;
  margin: 0 auto 50px;
  position: relative;
}
.photo_title {
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: block;
  width: 100%;
  text-align: center;
}
.photo_best {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
.photo_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 650px;
  max-width: 1000px;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
.photo_2box {
  width: calc(100% / 2);
  text-align: center;
}
/*I-フェスタ動画投稿用*/
@media(max-width:767px) {
  .inquiry_ifesta th, .inquiry_ifesta td {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  .inquiry_ifesta tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
  }
  /* 必須・任意のサイズ調整 */
  .inquiry_ifesta .haveto, .inquiry_ifesta .any {
    font-size: 10px;
  }
}

/*見出し欄*/
.inquiry_ifesta {
  width: 100%;
  margin: 0 auto 30px;
}
.inquiry_ifesta table {
  width: 100%;
  border-spacing: 0;
  border: none;
}
.inquiry_ifesta table .midashi {
  text-align: left;
  font-size: 16px;
  color: #444;
  width: 25%;
  border-bottom: solid 1px #d7d7d7;
  border-top: solid 1px #d7d7d7;
  padding: 20px 5px;
  box-sizing: border-box;
}
/*通常欄*/
.inquiry_ifesta table .naiyou {
  text-align: left;
  font-size: 16px;
  color: #444;
  width: 75%;
  border-bottom: solid 1px #d7d7d7;
  border-top: solid 1px #d7d7d7;
  padding: 20px 30px;
  box-sizing: border-box;
  position: relative;
}
.inquiry_ifesta table .naiyou::before {
  content: '';
  width: 1px;
  height: 85%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #C8C9C9;
}
.form__input_item {
  white-space: nowrap;
}
.form__input_ttl {
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  white-space: pre-wrap;
  padding: 0 15px;
}
.form__input_add {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  white-space: pre-wrap;
  padding: 0 15px;
}

.tenpocom {
    width: 75%;
    float: left;
    font-size: 14px;
    margin-left: 10px;
}

.mes_com {
  font-size: 14px;
  line-height: 1.5em;
  padding: 10px 0;
  display: block;
}

.mes_com_red {
  font-size: 14px;
  line-height: 1.5em;
  padding: 10px 0;
  display: block;
	color: #E60012;
}

.setsumei {
  font-size: 13px;
  line-height: 1.5em;
  padding: 0;
  display: block;
}

.setsumei a {
	color: #00A0E9;
  text-decoration: underline;
}

.setsumei a:hover {
	color: #004BE9;
}

/*横の行とテーブル全体*/
.entry-content .inquiry_ifesta tr, .entry-content table {
  border: solid 1px #d7d7d7;
}
/*必須の調整*/
.haveto {
    font-size: 7px;
    padding: 5px;
    background: #ff9393;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
    width: 10%;
    float: left;
}
/*任意の調整*/
.any {
  font-size: 7px;
  padding: 5px;
  background: #93c9ff;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
    width: 10%;
    float: left;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
  display: block;
}
/*送信ボタンのデザイン変更*/
#formbtn_ifesta {
  display: block;
  padding: 1em 0;
  width: 20%;
  background: #003B90;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
  border: none;
  margin: 30px auto;
}
/*送信ボタンマウスホバー時*/
#formbtn_ifesta:hover {
  background: #fff;
  color: #003B90;
  border: 1px solid #003B90;
}
.wpcf7 [name='dpmenu'] {
  width: 50%;
  max-width: 200px;
  height: 35px;
}
.wpcf7 input[type="select"] {
  background-color: #fff;
  color: #333;
  width: 100%;
  font-size: 16px;
  padding: 10px 5px;
}
.wpcf7 input[type="file"] {
  background-color: #fff;
  color: #333;
  width: 100%;
  font-size: 16px;
  padding: 10px 5px;
}
.wpcf7 input[type="tel"], .wpcf7 input[type="text"] {
  background-color: #fff;
  color: #333;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 16px;
  padding: 10px 5px;
  max-width: 205px;
}

.wpcf7 input[name="your-prefectures"] {
  max-width: 100px;
}
.wpcf7 input[name="your-address"] {
  max-width: 390px;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 textarea {
  background-color: #fff;
  color: #333;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 16px;
  padding: 10px 5px;
}
/*送信ボタンカスタマイズ
label
{
font-weight:100;
}
span.filebutton
{
display: block;
color: #fff;
font-size: 13px;
background: #008ca0;
border: 1px solid #008ca0;
margin: 4px 0 0 0;
padding: 4px 20px;
border-radius: 16px;
max-width: 160px;
text-align: center;
transition: .3s;
cursor:pointer;
}
span.filebutton:hover
{
border: 1px solid #008ca0;
color: #008ca0;
background: white;
}
input[type=file]
{
position: relative;
margin: 0px 0 0 -14px;
font-size:13px;
width: 430px;
}
input[type=file]:focus
{
outline: none;
}
input[type=file]::before {
    content: "添付ファイル：";
    position: absolute;
    background: #fff;
    font-size: 16px;
    width: 130px;
    height: 40px;
    line-height: 1.7;
    text-align: right;
}
*/
.ifesta_topbn {
  width: 65%;
  text-align: center;
	margin: 0 auto 20px;
}
.ifesta_subbn {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  .ifesta2021 {
    width: 90%;
    padding: 0 0 20px;
    box-sizing: border-box;
    margin: 50px auto;
  }
  .ifesta2021-youken {
    width: 100%;
    padding: 0 10px 20px;
    box-sizing: border-box;
    margin: 50px auto;
  }
  .jyouken_box {
    margin-bottom: 30px;
  }
  #formbtn_ifesta {
    width: 45%;
  }
  .inquiry_ifesta table .midashi {
    width: 100%;
    display: block;
  }
  .inquiry_ifesta table .naiyou {
    width: 100%;
    display: block;
  }
  .inquiry_ifesta table .naiyou::before {
    display: none;
  }
}

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

  .ifesta2021_header {
    width: 100%;
    background: url(../images/ifesta2021/ifesta_back.jpg);
    height: 400px;
    background-size: cover;
    background-position: center center;
  }
	
.ifesta2021_header_title {
    width: 75%;
}
	
.ifesta2021_online {
    width: 100%;
	padding: 0 15px 20px;
}

.dance {
  background: url(../images/ifesta2021/sp/dance_back.jpg) no-repeat 50%;
  height: 580px;
}
	
.dance_title_back {
    background: #FFA000;
    width: 65%;
    height: 155px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
}
	
.dance_title {
  position: absolute;
  right: 50px;
  top: -30px;
}
.dance_illast {
  position: absolute;
  left: unset;
  top: -25px;
  right: 0;
  width: 25%;
}
.ifesta_slide_dance {
  right: 0;
  top: 170px;
  position: absolute;
  width: 95%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
	
.kagura {
  background: url(../images/ifesta2021/sp/kagura_back.jpg) no-repeat 50%;
  height: 580px;
}
.kagura_title_back {
  width: 70%;
  height: 155px;
  top: 0;
  right: 0;
}
.kagura_title {
  position: absolute;
  left: 50px;
  top: -30px;
}
.kagura_illast {
  position: absolute;
  right: unset;
  top: -30px;
  left: 0;
  width: 30%;
}
.ifesta_slide_kagura {
  left: 0;
  top: 170px;
  position: absolute;
  width: 95%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

}

@media only screen and (max-width: 767px) {
  .ifesta2021_title {
    font-size: 18px;
  }
  .ifesta2021_title:after {
    display: none;
  }
  .ifesta2021-youken {
    padding: 20px 10px;
  }
  .ifesta2021-box_title {
    width: auto;
    margin-bottom: 0;
    padding: 5px 5px 0;
  }
  .form__input_add {
    display: block;
    padding: 0 15px 0 0;
  }
  #formbtn_ifesta {
    width: 80%;
  }
  .ifesta_topbn {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
  .ifesta_subbn {
    width: 95%;
    text-align: center;
    margin: 0 auto 30px;
  }
  /*ここからオンラインＩ－フェスタの内容*/
  .ifesta2021_header {
    width: 100%;
    max-width: 1920px;
    background: url(../images/ifesta2021/ifesta_back.jpg);
    height: 265px;
    background-size: cover;
    background-position: center center;
  }
  .ifesta2021_header_title {
    top: 40%;
	  width: 100%;
  }
  .ifesta2021_online {
    width: 100%;
    padding: 0 0 20px;
    margin: 20px auto 50px;
  }
  .ifesta_2021_text {
    font-size: 12px;
    line-height: 2em;
    font-weight: bold;
  }
  .cont_box {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .dance {
    background: url(../images/ifesta2021/sp/dance_back.jpg);
    background-size: cover;
    background-position: center center;
    height: 350px;
  }
  .dance_title_back {
    width: 70%;
    height: 95px;
    top: 0;
    left: 0;
  }
  .dance_title {
    position: absolute;
    right: 25px;
    left: 25px;
    top: -15px;
  }
  .dance_illast {
    position: absolute;
    left: unset;
    top: -25px;
    right: 0;
    width: 35%;
  }
  .ifesta_slide_dance {
    right: 0;
    top: 110px;
    position: absolute;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .kagura {
    background: url(../images/ifesta2021/sp/kagura_back.jpg);
    background-size: cover;
    background-position: center center;
    height: 310px;
    margin: 0 auto 30px;
  }
  .kagura_title_back {
    background: #DE705D;
    width: 70%;
    height: 95px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
  }
  .kagura_title {
    position: absolute;
    left: 25px;
    top: -15px;
    right: 25px;
  }
  .kagura_illast {
    position: absolute;
    left: 10px;
    top: -10px;
    width: 40%;
  }
  .ifesta_slide_kagura {
    left: 0;
    top: 110px;
    position: absolute;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
	
.ifesta_slide_taiko {
    width: 100%;
	margin: 0 auto -60px;
}
	
  .ifesta_box {
    background: url(../images/ifesta2021/sp/4box_back.jpg);
    background-size: cover;
    background-position: center center;
    height: auto;
    margin: 0 auto 0;
    padding: 0 0 30px;
  }
	
  .ifesta_cont_box {
    width: 85%;
    top: 0;
	  left: 0;
	  position: unset;
	  transform: none; 
    /* -webkit-transform: none; */
    -ms-transform: none;
}

  .ifesta_cont_4box {
    width: calc(100% / 1);
  }
  .tiktok {
    background: url(../images/ifesta2021/sp/tiktok_back.png);
    background-size: cover;
    background-position: center center;
    height: auto;
    margin: 0 auto;
  }
	
  .tiktok_title {
    position: unset;
    top: 0;
    left: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    display: block;
	  margin-bottom: 20px;
  }
  .tiktok_best {
    position: unset;
    top: 0;
    left: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    width: 75%;
	  margin: 0 auto;
  }
  .tiktok_i1 {
    left: 0;
    top: 10px;
    position: absolute;
    width: 25%;
  }
  .tiktok_i2 {
    right: 0;
    top: 15px;
    position: absolute;
    width: 30%;
  }
  .tiktok_box {
    width: 65%;
    position: unset;
    top: 0;
    left: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
	  margin: 0 auto;
	  padding: 0 0 50px;

  }
  .tiktok_2box {
    width: calc(100% / 1);
    text-align: center;
  }
  .senryu {
    margin: 0 auto 30px;
  }
  .senryu_box {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .senryu_box_koumoku {
    width: calc(100% / 1);
    text-align: center;
  }
  .photo {
    background: url(../images/ifesta2021/sp/photo_back.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 870px;
    margin: 0 auto 50px;
  }
  .photo_title {
    top: 45px;
    width: 100%;
    text-align: center;
  }
  .photo_best {
    top: 200px;
    width: 80%;
  }
  .photo_box {
    width: 80%;
    top: 400px;
  }
  .photo_2box {
    width: calc(100% / 1);
  }
}
.dainoukai {
  width: 100%;
	max-width: 1200px;
  margin: 50px auto;
  overflow: hidden;
  box-sizing: border-box;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  padding: 0 20px 20px;
}

.dainoukai_midashi{
	font-size: 36px;
	text-align: center;
}

.dainoukai p {
  text-align: center;
  font-size: 16px;
  line-height: 1.5em;
	margin-bottom: 50px;
}

.dainoukai_box {
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}

.dainoukai_movie:first-child{
	width : calc(100% / 1) ;
	padding: 0;
}

.dainoukai_movie{
	width : calc(100% / 3) ;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}

.dainoukai_youtube{
	  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.dainoukai_youtube iframe{
	  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.dainoukai_movie_title{
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	color :#736848;
	padding: 20px 0 10px;
	line-height: 1.5em;
}

.activation{
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
	padding: 40px 0;
	box-sizing: border-box;
	font-size: 18px;
}

.activation_flow{
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
	display: flex;
	flex-direction: row;
}

.activation_flow_l{
	float: left;
	width: 700px;
}

.activation_flow_r{
	float: left;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 300px;
}

.gaiyou{
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-bottom: 60px;
}

.gaiyou_l{
	width: 230px;
}

.gaiyou_r{
	width: 770px;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #4C2711;
	line-height: 2em;
}

.store_midashi{
	width: 100%;
	margin-bottom: 35px;
}

.store {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px;
    box-sizing: border-box;
}

.store_slide{
	width: 100%;
	margin-bottom: 15px;
}

.store_box{
	width : calc(100% / 2) ;
}

.store_title {
    font-size: 20px;
    color: #B61D22;
    border-bottom: 2px dotted #AD1F24;
    padding: 0 0 5px;
    width: 90%;
    margin: 0 auto 5px;
}

.hotel_title {
    font-size: 20px;
    color: #5B1C80;
    border-bottom: 2px dotted #5B1C80;
    padding: 0 0 5px;
    width: 90%;
    margin: 0 auto 5px;
}

.store_detail{
width:90%;
margin:0 auto 95px;
}

.store_detail dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0;
}

.store_detail dt {
    width: 20%;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    word-break: break-all;
    background: #4C2711;
    color: #FFF;
    padding: 5px 10px;
    text-align-last: justify;
    text-justify: inter-ideograph;
    box-sizing: border-box;
}

.store_detail dd {
  width: 80%;
  padding-left: 10px;
  font-size: 15px;
  color: #231815;
  text-align: left;
  margin: 0;
  line-height: 1.5em;
  box-sizing: border-box;
}

.storeform{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.storeform_midashi{
	width: 100%;
	font-size: 24px;
	background: #00A0E9;
	padding: 10px 0;
	box-sizing: border-box;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.storeform ul {
  width: 100%;
  margin: 0 auto 30px;
  padding-left: 20px;
  list-style-type: disc;
  list-style-position: outside;
  box-sizing: border-box;
}
.storeform li {
  width: 100%;
  font-size: 16px;
  padding: 5px 0;
  box-sizing: border-box;
}

.storeform_title {
  width: 100%;
  font-size: 23px;
  color: #003B8B;
  font-weight: bold;
  position: relative;
  display: inline-block;
  line-height: 2em;
  margin-bottom: 10px;
}
.storeform_title:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #003B8B;
  position: absolute;
  top: 50%;
}

.ouboform_title {
    width: 100%;
    font-size: 23px;
    color: #003B8B;
    font-weight: bold;
    position: relative;
    display: inline-block;
    line-height: 2em;
    margin-bottom: 10px;
}

.kikan{
	width: 100%;
	padding: 20px 0;
	background: #00a0e947;
	overflow: hidden;
	margin-bottom: 50px;
	text-align:center;
}

.kikan_text	{
	    display: inline-block;
    text-align: left;
		font-size: 20px;
	font-weight: bold;
}

/*ここから岩国市の飲食店・宿泊施設の活性化プロジェクトの内容*/
  .activation_header {
    width: 100%;
    background: url("../images/activation/head.jpg");
    height: 350px;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  .activation_header_title {
    /* top: 40%; */
    /* width: 100%; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

.foot_bn{
	width: 100%;
	text-align: center;
}



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

.title__txt__dainoukai {
  font-size: 130%;
}
	
.dainoukai {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
	
.dainoukai_midashi {
    font-size: 26px;
}
	
.dainoukai p {
    text-align: left;
}
	
.dainoukai_movie {
    width: calc(100% / 1);
}
	
.dainoukai_movie_title {
    font-size: 18px;
    line-height: 1.5em;
}
	
.activation_header {
    height: 100px;
}
	
.activation_header_title {
    top: 35%;
    width: 75%;
}
	
.activation {
    padding: 40px 10px;
}
	
.activation_flow_l {
    width: 100%;
	padding: 10px;
    box-sizing: border-box;
}
	
.activation_flow {
    display: block;
}
	
.activation_flow_r {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    justify-content: center;
}
	
.gaiyou {
    display: block;
}
	
.gaiyou_l {
    width: 100%;
    text-align: center;
}
	
.gaiyou_r {
    width: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4C2711;
    line-height: 2em;
    font-size: 16px;
}
	
.store_box {
    width: calc(100% / 1);
}
	
.store_title {
    width: 100%;
}
	
.store_detail {
    width: 100%;
    margin: 0 auto 55px;
}
	
.store_detail dt {
    width: 30%;
	font-size: 13px;
}

.store_detail dd {
    width: 65%;
}
	
.hotel_title {
    width: 100%;
}
	
.storeform_midashi {
    font-size: 18px;
}
	
.storeform_title {
    font-size: 18px;
}
	
.kikan_text {
    font-size: 18px;
    line-height: 2em;
}
	
.ouboform_title {
    font-size: 18px;
}
	
.tenpocom {
    float: none;
}


	
	
}

.dainoukai_sp_bn{
	width: 60%;
	margin: 0 auto;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
  margin: 0 auto;
}
.sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}