@charset "UTF-8";
body {
  line-height: 1.75;
  font-size: 16px;
  font-size: 1rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: normal;
  font-family: Avenir, Verdana, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Roboto, Meiryo, sans-serif;
  text-rendering: optimizeLegibility;
  color: #333;
  text-align: justify;
}

/*----游ゴシック__fontfamily---*/
body {
  font-family: Avenir, Verdana, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Roboto, Meiryo, sans-serif;
  font-weight: 500;
}

a, a:link, a:active, a:visited {
  text-decoration: underline;
  outline: none;
}

a:hover, a:active {
  outline: 0;
}

a, a:visited, a:focus, a:active {
  color: #21759b;
}

a:hover {
  color: #21759b;
}

/*-----------------------------------------------
 __fontfamily
-----------------------------------------------*/
.serif {
  font-family: "リュウミン R-KL",'Ryumin Medium KL','Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', '小塚明朝 ProN', 'メイリオ', Meiryo, serif;
}

/*--- google font ---*/
.gf_sawarabi {
  font-family: "Sawarabi Mincho", serif;
}

.gf_roundedmplus1c {
  font-family: "Rounded Mplus 1c", sans-serif;
}

.gf_noto {
  font-family: "Noto Sans Japanese", sans-serif;
}

.gf_nunito {
  font-family: "Nunito", sans-serif;
}

.gf_roboto {
  font-family: "Roboto", sans-serif;
}

.gf_robotoslab {
  font-family: 'Roboto Slab', serif;
}

/*-----------------------------------------------
 __fontweight
-----------------------------------------------*/
.fw700 {
  font-weight: 700;
}

.fw600 {
  font-weight: 600;
}

.fw500 {
  font-weight: 500;
}

.fw400 {
  font-weight: 400;
}

.fw300 {
  font-weight: 300;
}

/*-----------------------------------------------
 __letterspacing centering
-----------------------------------------------*/
.lt1 {
  letter-spacing: .1em;
  text-indent: .1em;
}

.lt2 {
  letter-spacing: .2em;
  text-indent: .2em;
}

.lt3 {
  letter-spacing: .3em;
  text-indent: .3em;
}

/*-----------------------------------------------
 __fontsize
-----------------------------------------------*/
.fz_36 {
  font-size: 36px;
}

@media screen and (max-width: 767px) {
  .fz_36 {
    font-size: 30px;
  }
}

@media screen and (max-width: 600px) {
  .fz_36 {
    font-size: 24px;
  }
}

.fz_30 {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .fz_30 {
    font-size: 24px;
  }
}

@media screen and (max-width: 600px) {
  .fz_30 {
    font-size: 20px;
  }
}

.fz_28 {
  font-size: 27px;
}

@media screen and (max-width: 767px) {
  .fz_28 {
    font-size: 23px;
  }
}

@media screen and (max-width: 600px) {
  .fz_28 {
    font-size: 19px;
  }
}

.fz_24 {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .fz_24 {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .fz_24 {
    font-size: 16px;
  }
}

.fz_20 {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .fz_20 {
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  .fz_20 {
    font-size: 15px;
  }
}

.fz_18 {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .fz_18 {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .fz_18 {
    font-size: 14px;
  }
}

.fz_16 {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .fz_16 {
    font-size: 14px;
  }
}

.fz_15 {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .fz_15 {
    font-size: 14px;
  }
}

.fz_14 {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .fz_14 {
    font-size: 13px;
  }
}

.fz_13 {
  font-size: 13px;
}

@media screen and (max-width: 600px) {
  .fz_13 {
    font-size: 12px;
  }
}

.fz_12 {
  font-size: 12px;
}

@media screen and (max-width: 600px) {
  .fz_12 {
    font-size: 10px;
  }
}

.fa {
  padding-right: .5em;
}

.dnon {
  display: none;
}

body {
  overflow: hidden;
}

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  z-index: 999999999999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.fadeout::before {
  opacity: 1;
}

body.fadeout .wrapper {
  -webkit-transform-origin: 50vw 50vh;
      -ms-transform-origin: 50vw 50vh;
          transform-origin: 50vw 50vh;
  -webkit-animation: scaleUp .8s ease;
          animation: scaleUp .8s ease;
}

@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes scaleUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/*-----------------------------------------------
	__layout
-----------------------------------------------*/
.wrapper {
  margin: 0 auto;
  position: relative;
}

.wrapper.minh {
  min-height: 100vh;
}

.l_row {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.l_row.slide {
  max-width: 1600px;
  padding-left: 8%;
}

.l_row.thumbnail {
  max-width: 1400px;
  padding-right: 5%;
  padding-left: 5%;
}

.l_row.pd_side {
  padding-right: 5%;
  padding-left: 5%;
}

.loadingWindow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: #fff;
  display: none;
}

.loadingBar {
  width: 0;
  height: 4px;
  background: #666;
  position: fixed;
  top: 50%;
  margin-top: -4px;
  left: 0;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  z-index: 999;
}

.md_main {
  position: relative;
  padding-top: 80px;
}

/*-----------------------------------------------
	__header
-----------------------------------------------*/
.md_header {
  position: relative;
  z-index: 101;
}

.md_head__hero {
  min-height: 100vh;
  position: relative;
  background-image: url(../images/main_visual01.jpg);
  background-size: cover;
}

.md_head__logo {
  position: absolute;
  right: 10%;
  top: 10%;
  width: 150px;
}

@media screen and (max-width: 600px) {
  .md_head__logo {
    width: 100px;
  }
}

.md_head__logo img[src$=".svg"] {
  width: 100%;
  display: block;
  height: auto;
}

.md_scroll {
  position: absolute;
  bottom: 30px;
  width: 100%;
  -webkit-animation: md_scroll_in 1s ease 1.5s 1 normal forwards;
          animation: md_scroll_in 1s ease 1.5s 1 normal forwards;
  opacity: 0;
}

.md_scroll .btn {
  display: block;
  color: #ddd;
  padding-bottom: 56px;
  margin: 0 auto;
  width: 60px;
  text-align: center;
  text-decoration: none;
  font-size: 10px;
  letter-spacing: .1em;
}

.md_scroll .btn span::before {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -2px;
  content: '';
  -webkit-animation: md_scroll 2s infinite;
          animation: md_scroll 2s infinite;
  background: #ddd;
  width: 4px;
  height: 4px;
  border-radius: 100%;
}

.md_scroll .btn span::after {
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -2px;
  content: '';
  -webkit-animation: md_scroll 2s .5s infinite;
          animation: md_scroll 2s .5s infinite;
  background: #ddd;
  width: 4px;
  height: 4px;
  border-radius: 100%;
}

@-webkit-keyframes md_scroll_in {
  0% {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 1;
  }
}

@keyframes md_scroll_in {
  0% {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 1;
  }
}

@-webkit-keyframes md_scroll {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes md_scroll {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.md_glnav__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.md_glnav__wrapper.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.md_gl__navLogo {
  padding-left: 3%;
}

.md_gl__navLogo .md_gl__navLogoImg {
  width: 100px;
  max-width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 600px) {
  .md_gl__navLogo .md_gl__navLogoImg {
    width: 80px;
  }
}

.md_gl__navLogo .md_gl__navLogoImg.home {
  width: 120px;
}

@media screen and (max-width: 600px) {
  .md_gl__navLogo .md_gl__navLogoImg.home {
    width: 80px;
  }
}

.md_glnav__wrapper.fixed .md_gl__navLogoImg.home {
  width: 100px;
}

@media screen and (max-width: 600px) {
  .md_glnav__wrapper.fixed .md_gl__navLogoImg.home {
    width: 80px;
  }
}

.md_glnav__wrapper.fixed a {
  display: block;
}

.md_gl__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eee;
  background: #fff;
  z-index: 99;
  position: relative;
  height: 90px;
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}

@media screen and (max-width: 600px) {
  .md_gl__nav {
    height: 60px;
  }
}

.md_glnav__wrapper.fixed .md_gl__nav {
  height: 70px;
}

@media screen and (max-width: 600px) {
  .md_glnav__wrapper.fixed .md_gl__nav {
    height: 60px;
  }
}

.md_gl__nav.page {
  border-bottom: none;
}

.md_gl__nav ul {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
  padding-right: 3%;
}

@media screen and (max-width: 1200px) {
  .md_gl__nav ul li {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .md_gl__nav ul li.priority {
    display: block;
  }
}

@media screen and (max-width: 660px) {
  .md_gl__nav ul li.priority {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .md_gl__nav ul li.priority_1st {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .md_gl__nav ul li.secondery {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .md_gl__nav ul li.secondery {
    display: none;
  }
}

.md_gl__nav ul a, .md_gl__nav ul .nav_item {
  font-size: 14px;
  text-decoration: none;
  color: #333;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  line-height: 40px;
  padding: 0 .5em;
  margin: 0 5px;
  display: block;
  cursor: pointer;
}

.md_gl__nav ul a.sns, .md_gl__nav ul .nav_item.sns {
  padding: 0 .75em;
  margin: 0;
  font-size: 16px;
}

.md_gl__nav ul a.reservation, .md_gl__nav ul .nav_item.reservation {
  padding: 0 2em;
  margin: 0 0 0 10px;
  border: 2px solid #000;
  font-size: 13px;
  line-height: 34px;
}

@media screen and (max-width: 600px) {
  .md_gl__nav ul a.reservation, .md_gl__nav ul .nav_item.reservation {
    display: none;
  }
}

.md_gl__nav ul a.reservation.sp, .md_gl__nav ul .nav_item.reservation.sp {
  display: none;
}

@media screen and (max-width: 600px) {
  .md_gl__nav ul a.reservation.sp, .md_gl__nav ul .nav_item.reservation.sp {
    display: block;
    font-size: 10px;
    padding: 0 1em;
    border-color: #ccc;
    color: #999;
  }
}

@media screen and (max-width: 1100px) {
  .md_gl__nav ul a, .md_gl__nav ul .nav_item {
    font-size: 13px;
    padding: 0 .5em;
  }
}

@media screen and (max-width: 600px) {
  .md_gl__nav ul a, .md_gl__nav ul .nav_item {
    font-size: 12px;
  }
}

.md_gl__nav ul a:hover, .md_gl__nav ul .nav_item:hover {
  border-color: #000;
}

.drawer_nav {
  background: rgba(250, 250, 250, 0.95);
  overflow: hidden;
  position: relative;
  top: -480px;
  z-index: 98;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-bottom: -480px;
}

.drawer_nav .drawer_nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 600px) {
  .drawer_nav .drawer_nav__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.drawer_nav.active {
  top: 0;
}

@-webkit-keyframes drawer_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes drawer_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.drawer_nav__list {
  list-style-type: none;
}

.drawer_nav__list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% / 5);
          flex: 0 1 calc(100% / 5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: .5em 0;
}

@media screen and (max-width: 600px) {
  .drawer_nav__list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% / 3);
            flex: 0 1 calc(100% / 3);
  }
}

.drawer_nav__list li.sns {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% / 10);
          flex: 0 1 calc(100% / 10);
}

.drawer_nav__list li.sns a:after {
  display: none;
}

.drawer_nav__list a {
  font-size: 13px;
  text-decoration: none;
  color: #333;
  white-space: nowrap;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  line-height: 1;
  padding: .8em 2em;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .drawer_nav__list a {
    font-size: 12px;
  }
}

.drawer_nav__list a:after {
  content: '';
  position: absolute;
  top: 25%;
  right: 0;
  width: 1px;
  height: 50%;
  background: #eee;
}

.drawer_nav__list a:hover {
  border-color: #000;
}

.nav_trigger {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .nav_trigger {
    display: block;
  }
}

.nav_trigger:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 8px;
  height: 2px;
  width: 24px;
  background: #000;
}

.nav_trigger:after {
  content: '';
  position: absolute;
  top: 23px;
  left: 8px;
  height: 2px;
  width: 18px;
  background: #000;
}

.nav_trigger.active:before {
  width: 18px;
}

.nav_trigger.active:after {
  width: 24px;
}

.md_totop {
  position: fixed;
  bottom: 20px;
  right: 5%;
  z-index: 100;
  display: none;
}

.md_totop .nav_totop {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.md_totop .nav_totop:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 14px;
  width: 12px;
  height: 12px;
  background-size: 12px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4Ni42MDI1NCA1NyI+PHRpdGxlPjwvdGl0bGU+PHBvbHlnb24gcG9pbnRzPSI0My4zMDEgNTcgODYuNjAzIDAgMCAwIDQzLjMwMSA1NyIvPjwvc3ZnPgo=);
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.md_totop .nav_totop:hover {
  border-bottom: 1px solid #000;
}

.md_glnav__wrapper.fixed .md_totop .nav_totop {
  display: block;
}

/*-----------------------------------------------
 __footer
-----------------------------------------------*/
/*-----------------------------------------------
 __footer
-----------------------------------------------*/
.md_footer {
  position: relative;
  background: rgba(220, 220, 220, 0.25);
  background-image: url(../images/foot_visual1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 3%;
}

@media screen and (max-width: 767px) {
  .md_footer {
    padding: 40px 3%;
  }
}

.md_footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.md_footer footer {
  position: relative;
}

.ft_logo {
  width: 20%;
  max-width: 240px;
  margin: 0 auto;
}

.ft_logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.ft_address {
  text-align: center;
  color: #ddd;
  margin: 2em 0;
}

.ft_tel, .ft_reservation {
  text-align: center;
  margin-bottom: 1em;
}

.ft_tel:last-child, .ft_reservation:last-child {
  margin-bottom: 0;
}

.ft_tel a, .ft_reservation a {
  text-decoration: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  line-height: 1;
  padding: .75em 3em;
  color: #ddd;
  border: 1px solid #ddd;
  min-width: 300px;
}

.md_footer__copyright {
  text-align: center;
  color: #ddd;
}

.md_footer__copyright a {
  text-decoration: none;
  color: #eee;
  padding: 0 .5em;
}

.md_footer__copyright i {
  font-size: 16px;
  margin: 0 .3em;
}

.md_footer__copyright .cpr {
  margin-top: 2em;
  display: block;
  color: #999;
}

/*-----------------------------------------------
	__contents
-----------------------------------------------*/
.main_contents {
  padding: 8% 0;
}

.md_sec__columnTtl {
  position: relative;
  padding: 1em 0;
  margin-bottom: 2em;
  letter-spacing: .2em;
}

.md_sec__columnTtl .en {
  padding-left: 1em;
  font-size: .8em;
  letter-spacing: 0;
}

.md_sec__columnTtl:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 6em;
  background: #000;
}

.l_side__thin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}

.l_side__thin.negative_margin10_c {
  margin-top: -10%;
}

@media screen and (max-width: 600px) {
  .l_side__thin.negative_margin10_c {
    margin-top: 10%;
  }
}

.l_side__thin.negative_margin10 {
  margin-top: -10%;
}

.l_side__thin.negative_margin20 {
  margin-top: -20%;
}

.l_side__thin.mb40 {
  margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .l_side__thin.mb40 {
    margin-bottom: 20px;
  }
}

.l_side__half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.l_side__half .l_side__halfCol {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 30px);
          flex: 0 1 calc(50% - 30px);
  width: calc(50% - 30px);
}

@media screen and (max-width: 600px) {
  .l_side__half .l_side__halfCol {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 10px);
            flex: 0 1 calc(50% - 10px);
  }
}

.l_side__half .l_side__halfCol.mtspace {
  margin-top: 25vh;
}

@media screen and (max-width: 600px) {
  .l_side__half .l_side__halfCol.mtspace {
    margin-top: 10vh;
  }
}

.md_sec__column {
  padding-bottom: 8vh;
}

@media screen and (max-width: 600px) {
  .md_sec__column {
    padding-bottom: 15vh;
    overflow: hidden;
  }
}

.md_sec__columnSm {
  text-align: right;
  min-height: 10em;
  position: relative;
  padding: 2em 5em 0 0;
}

@media screen and (max-width: 600px) {
  .md_sec__columnSm {
    padding-top: 1em;
    min-height: 6em;
  }
}

.md_sec__columnSm:after {
  content: '';
  position: absolute;
  top: 0;
  right: 40px;
  width: 6px;
  height: 6em;
  background: #000;
}

@media screen and (max-width: 600px) {
  .md_sec__columnSm:after {
    height: 4em;
  }
}

.md_sec__image {
  position: relative;
}

@media screen and (max-width: 600px) {
  .md_sec__image.lt {
    margin-left: -14%;
  }
}

@media screen and (max-width: 600px) {
  .md_sec__image.rt {
    margin-right: -14%;
  }
}

.md_sec__image a:hover:before {
  background: transparent;
}

.md_sec__image a:before {
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.md_sec__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.md_sec__image .tsuru:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/tsuru_logo@2x.png) 0 0 no-repeat;
  background-size: cover;
  background-position: center center;
  width: 240px;
  height: 240px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .md_sec__image .tsuru:after {
    background-size: 60%;
    width: 100%;
    height: 100%;
  }
}

.md_sec__image .mayu:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/mayu_logo@2x.png) 0 0 no-repeat;
  background-size: cover;
  background-position: center center;
  width: 240px;
  height: 240px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .md_sec__image .mayu:after {
    background-size: 60%;
    width: 100%;
    height: 100%;
  }
}

.md_sec__image .myon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/myon_logo@2x.png) 0 0 no-repeat;
  background-size: cover;
  background-position: center center;
  width: 300px;
  height: 300px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .md_sec__image .myon:after {
    background-size: 60%;
    width: 100%;
    height: 100%;
  }
}

.md_sec__image .syon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/syon_logo@2x.png) 0 0 no-repeat;
  background-size: cover;
  background-position: center center;
  width: 300px;
  height: 300px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .md_sec__image .syon:after {
    background-size: 60%;
    width: 100%;
    height: 100%;
  }
}

.md_sec__image .hohshoh:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/hoh_logo@2x.png) 0 0 no-repeat;
  background-size: cover;
  background-position: center center;
  width: 240px;
  height: 240px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .md_sec__image .hohshoh:after {
    background-size: 60%;
    width: 100%;
    height: 100%;
  }
}

.md_sec__image .ryuhkin:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/ryuh_logo@2x.png) 0 0 no-repeat;
  background-size: cover;
  background-position: center center;
  width: 240px;
  height: 240px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .md_sec__image .ryuhkin:after {
    background-size: 60%;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 600px) {
  .md_sec__image.greeting01 {
    background: url(../images/concept001.jpg) 0 0 no-repeat;
    background-position: center center;
    background-size: cover;
    margin-left: -5.5%;
  }
  .md_sec__image.greeting01 img {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .md_sec__image.greeting02 {
    background: url(../images/concept002.jpg) 0 0 no-repeat;
    background-position: center center;
    background-size: cover;
    margin-right: -5.5%;
  }
  .md_sec__image.greeting02 img {
    display: none;
  }
}

.md_sec__image.greeting02.active {
  -webkit-animation: img_in 3s ease normal forwards;
          animation: img_in 3s ease normal forwards;
}

@-webkit-keyframes img_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes img_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 600px) {
  .md_sec__image.concept01 {
    background: url(../images/concept003.jpg) 0 0 no-repeat;
    background-position: center center;
    background-size: cover;
    margin-left: -5.5%;
  }
  .md_sec__image.concept01 img {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .md_sec__image.concept02 {
    background: url(../images/concept004.jpg) 0 0 no-repeat;
    background-position: center center;
    background-size: cover;
    margin-right: -5.5%;
  }
  .md_sec__image.concept02 img {
    display: none;
  }
}

.md_sec__image.concept02.active {
  -webkit-animation: img_in 3s ease normal forwards;
          animation: img_in 3s ease normal forwards;
}

@keyframes img_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.md_sec__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.md_sec__image.w50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.md_sec__image.w55 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 55%;
          flex: 0 1 55%;
}

.md_sec__image.w50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 47%;
          flex: 0 1 47%;
}

.md_sec__image.w70 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
}

.md_sec__image.w30 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}

.md_sec__image.w35 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35%;
          flex: 0 1 35%;
}

.md_sec__image.w90p {
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .md_sec__image.w90p {
    width: 100%;
  }
}

.md_sec__image.even {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.md_sec__image.resposive_end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.md_sec__summary {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 2;
}

.md_sec__summary.pb10 {
  padding-bottom: 15%;
}

.md_sec__summary.pb20 {
  padding-bottom: 25%;
}

.md_sec__summary.w70 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
}

.md_sec__summary.w65 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 65%;
          flex: 0 1 65%;
}

.md_sec__summary.w50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 47%;
          flex: 0 1 47%;
}

.md_sec__summary.w45 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
}

.md_sec__summary.w30 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}

.md_sec__summary.even {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.md_sec__summary.align_bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.md_sec__summary.align_center {
  -ms-flex-item-align: center;
      align-self: center;
}

@media screen and (max-width: 600px) {
  .md_sec__summary.greeting01 {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  .md_sec__summary.concept01 {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  .md_sec__summary .innr {
    font-size: 12px;
  }
}

.md_sec__summary .innr.pd_side20R {
  padding: 0 20%;
}

@media screen and (max-width: 1023px) {
  .md_sec__summary .innr.pd_side20R {
    padding: 10% 2vw 10% 4vw;
  }
}

.md_sec__summary .innr.pd_side20L {
  padding: 0 20%;
}

@media screen and (max-width: 1023px) {
  .md_sec__summary .innr.pd_side20L {
    padding: 0 5% 0 0;
  }
}

.md_sec__summary .innr.align_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.md_sec__summary .innr.en {
  text-align: left;
}

@media screen and (max-width: 600px) {
  .md_sec__summary .innr.en {
    line-height: 1.6;
    padding-bottom: 3em;
  }
}

.md_sec__summary p {
  margin-bottom: 2em;
}

.md_sec__summary p:last-child {
  margin-bottom: 0;
}

.md_sec__head {
  margin-top: 40px;
  margin-left: 40px;
  border-left: 6px solid #000;
  padding: 1em 20px 1em 40px;
}

@media screen and (max-width: 767px) {
  .md_sec__head {
    margin-left: 0;
  }
}

@media screen and (max-width: 600px) {
  .md_sec__head {
    margin-top: 30px;
    padding: 30px 5px 0 5px;
    border-left: 0;
    font-size: 11px;
    position: relative;
  }
  .md_sec__head:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 6px;
    background: #000;
  }
}

.md_sec__ttl {
  margin-bottom: 1em;
  line-height: 1.5;
}

.md_sec__read {
  padding-bottom: 200px;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 52%;
}

@media screen and (max-width: 600px) {
  .md_sec__read {
    left: 0;
    font-size: 12px;
    position: static;
    padding: 1em 0 2em 0;
    width: 100%;
  }
}

.md_sec__read.mb100 {
  padding-bottom: 100px;
}

.md_forenglish {
  display: none;
}

@media screen and (max-width: 600px) {
  .md_forenglish {
    display: block;
    margin-bottom: 1.5em;
    text-align: center;
    position: absolute;
    bottom: -.5em;
    left: 35%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.md_forenglish span {
  text-decoration: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  line-height: 1;
  padding: .75em 2em;
  color: #999;
  border-bottom: 2px solid #ddd;
  font-size: 10px;
}

@media screen and (max-width: 600px) {
  .md_readmore {
    display: none;
  }
}

.md_sec__pttl {
  border-left: 6px solid #000;
  padding: 1em 0 1em 40px;
  margin: 1em 0;
  text-align: left;
}

@media screen and (max-width: 600px) {
  .md_sec__pttl {
    padding-left: 1em;
    font-size: 12px;
  }
}

@media screen and (max-width: 600px) {
  .md_sec__pttl .longtxt {
    font-size: 10px;
    line-height: 1.6;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.md_sec__pttl .en {
  display: block;
  line-height: 1.4;
}

@media screen and (max-width: 600px) {
  .md_sec__pttl .en {
    font-size: 10px;
  }
}

.md_sec__pttl.posr {
  border-left: none;
  border-right: 6px solid #000;
  padding: 1em 40px 1em 0;
  margin: 1em 0;
  text-align: right;
}

@media screen and (max-width: 600px) {
  .md_sec__pttl.posr {
    padding-right: 1em;
  }
}

.md_sec__pttl.ml10 {
  margin-left: 10%;
}

.md_sec__pttl.ml20 {
  margin-left: 20%;
}

.md_sec__pttl.mr10 {
  margin-right: 10%;
}

.md_sec__pttl.mr20 {
  margin-right: 20%;
}

.md_sec__text.pb20 {
  padding-bottom: 20%;
}

.md_sec__text.pl10 {
  padding-left: 10%;
}

.md_sec__text.pr10 {
  padding-right: 10%;
}

.md_sec__text.pl20 {
  padding-left: 20%;
}

.md_sec__text.mr20 {
  margin-right: 20%;
}

@media screen and (max-width: 600px) {
  .md_sec__text .read {
    font-size: 10px;
    padding-top: 2em;
  }
  .md_sec__text .read br {
    display: none;
  }
  .md_sec__text .read.space {
    padding: 2em 0 2em 2em;
  }
  .md_sec__text .read.space br {
    display: block;
  }
}

.md_moreBtn {
  text-align: right;
  margin: 2em;
}

@media screen and (max-width: 600px) {
  .md_moreBtn {
    margin: 0;
  }
}

.md_moreBtn.inline {
  margin: 0;
}

.md_moreBtn.inline a {
  margin-top: 0px;
}

.md_moreBtn a {
  margin-top: 40px;
  color: #000;
  text-decoration: none;
  letter-spacing: .1em;
  display: inline-block;
  padding: 15px 20px 15px 50px;
  white-space: nowrap;
  line-height: 1;
  line-height: 50px;
  position: relative;
}

@media screen and (max-width: 600px) {
  .md_moreBtn a {
    margin-top: 0;
    line-height: 30px;
  }
}

.md_moreBtn a:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 5px;
  width: 5px;
  height: 40px;
  background: #000;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

@media screen and (max-width: 600px) {
  .md_moreBtn a:before {
    height: 29px;
  }
}

.md_moreBtn a:after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 5px;
  width: 5px;
  height: 40px;
  background: #000;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}

@media screen and (max-width: 600px) {
  .md_moreBtn a:after {
    height: 29px;
  }
}

/*-----------------------------------------------
	__page
-----------------------------------------------*/
.md_thumb__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .md_thumb__wrap {
    display: block;
  }
}

.md_thumb__ttlWrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 15%;
          flex: 0 1 15%;
}

.md_thumb__thumbWrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 85%;
          flex: 0 1 85%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.md_thumb__thumbWrap .thumb_name {
  margin-top: .5em;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  .md_thumb__thumbWrap .thumb_name {
    font-size: 13px;
  }
}

@media screen and (max-width: 600px) {
  .md_thumb__thumbWrap .thumb_name {
    font-size: 10px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 480px) {
  .md_thumb__thumbWrap .thumb_name span {
    display: none;
  }
}

.md_thumb__thumbWrap .thumb_name em {
  font-style: normal;
  font-size: .85em;
  display: block;
  line-height: 1.5;
}

.md_thumb__thumbWrap li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.md_thumb__thumbWrap li .innr {
  padding: 15px;
}

@media screen and (max-width: 1023px) {
  .md_thumb__thumbWrap li {
    padding: 0 0 10px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc((100% - 40px) / 4);
            flex: 0 1 calc((100% - 40px) / 4);
    width: calc((100% - 40px) / 4);
  }
}

@media screen and (max-width: 600px) {
  .md_thumb__thumbWrap li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc((100% - 30px) / 3);
            flex: 0 1 calc((100% - 30px) / 3);
    width: calc((100% - 30px) / 3);
  }
}

.md_thumb__thumbWrap li a.modal {
  text-decoration: none;
  color: #333;
}

.md_thumb__thumbWrap li img {
  max-width: 100%;
  height: auto;
  display: block;
}

.md_thumb__thumbWrap.index {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  width: 100%;
  padding: 0 5%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
  .md_thumb__thumbWrap.index {
    padding: 0;
  }
}

@media screen and (max-width: 900px) {
  .md_thumb__thumbWrap.index li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% / 3);
            flex: 0 1 calc(100% / 3);
    width: calc(100% / 3);
    padding: 15px;
  }
}

@media screen and (max-width: 600px) {
  .md_thumb__thumbWrap.index {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .md_thumb__thumbWrap.index li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 31%;
            flex: 0 1 31%;
    width: 31%;
    padding: 0;
    padding-bottom: 10px;
  }
}

.md_thumb__thumbWrap.media {
  width: 100%;
  padding: 0 5%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 1023px) {
  .md_thumb__thumbWrap.media {
    padding: 0;
  }
}

@media screen and (max-width: 660px) {
  .md_thumb__thumbWrap.media {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .md_thumb__thumbWrap.media::before {
    content: '';
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 22%;
  }
  .md_thumb__thumbWrap.media::after {
    content: '';
    display: block;
    width: 22%;
  }
}

.md_thumb__thumbWrap.media li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% / 5);
          flex: 0 1 calc(100% / 5);
  width: calc(100% / 5);
  padding: 15px;
}

@media screen and (max-width: 660px) {
  .md_thumb__thumbWrap.media li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 22%;
            flex: 0 1 22%;
    padding: 0;
    padding-bottom: 10px;
  }
}

.md_slide__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 85%;
          flex: 0 1 85%;
  width: 85%;
}

@media screen and (max-width: 767px) {
  .md_slide__column {
    width: 100%;
  }
}

.md_slide__column .description {
  text-align: left;
  border-left: 4px solid #000;
  padding: 1em 2em;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .md_slide__column .description {
    font-size: 12px;
  }
  .md_slide__column .description br {
    display: none;
  }
}

.md_slide__column .imgages {
  position: relative;
}

.md_slide__column .imgages:hover .swiper-button-next, .md_slide__column .imgages:hover .swiper-button-prev {
  opacity: 1;
}

.md_slide__column .imgages .swiper-button-next, .md_slide__column .imgages .swiper-button-prev {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
}

.md_thumb__ttl {
  padding: 2em 0;
  margin-right: 40px;
  position: relative;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .md_thumb__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.md_thumb__ttl:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 6px;
  background: #000;
}

@media screen and (max-width: 767px) {
  .md_thumb__ttl:after {
    width: 20%;
    right: auto;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .md_thumb__ttl {
    font-size: 14px;
  }
}

.md_thumb__ttl em {
  display: block;
  font-style: normal;
  font-size: 2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: .2em;
  line-height: 1;
  margin-top: .5em;
}

@media all and (-ms-high-contrast: none) {
  .md_thumb__ttl em {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) {
  .md_thumb__ttl em {
    font-size: 1.5em;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    margin-top: 0;
    margin: 0 .5em;
  }
}

.md_thumb__ttl .en {
  margin-top: .5em;
  display: block;
  font-size: .8em;
}

@media screen and (max-width: 767px) {
  .md_thumb__ttl .en {
    margin-top: 0;
  }
}

.contact_sec__head {
  text-align: center;
}

.contact_sec__phone {
  padding: 2em 0;
}

.contact_sec__phone .hour {
  padding-top: .25em;
}

.contact_sec__phone a {
  text-decoration: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  line-height: 1;
  padding: .75em 3em;
  color: #333;
  border: 3px solid #000;
}

.awrad_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 660px) {
  .awrad_wrap {
    display: block;
  }
}

.awrad_wrap .column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 64%;
          flex: 0 1 64%;
}

.awrad_wrap .column:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}

.awrad_wrap .column img {
  max-width: 100%;
  height: auto;
  display: block;
}

.awrad_wrap .column p {
  margin-bottom: .8em;
}

@media screen and (max-width: 660px) {
  .awrad_wrap .column p {
    font-size: 12px;
  }
}

.awrad_wrap .column p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 660px) {
  .awrad_wrap .award_img {
    margin: 0 auto;
    width: 50%;
    max-width: 240px;
    padding-bottom: 1.5em;
  }
}

.awrad_wrap .award_ttl {
  font-weight: bold;
  margin-bottom: 1em;
}

.snslink {
  text-align: center;
}

.md_sec__ctrBtn {
  text-align: center;
  display: inline-block;
  margin: 0 1em;
}

.md_sec__ctrBtn a {
  text-decoration: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  line-height: 1;
  padding: 1em 2em;
  min-width: 300px;
  color: #333;
  border: 2px solid #000;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .md_sec__ctrBtn a {
    min-width: inherit;
    font-size: 12px;
    padding: 1em 3.2em;
  }
}

.md_slide__wrap {
  position: relative;
  padding-left: 50px;
}

@media screen and (max-width: 1023px) {
  .md_slide__wrap {
    padding-left: 0;
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  padding-bottom: 60px;
}

.swiper-pagination {
  text-align: left;
  bottom: 0;
}

.swiper-pagination-bullet {
  border-radius: 0;
  background: #999;
  margin: 0 3px;
}

.swiper-pagination-bullet-active {
  background: #000;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-button-next {
  right: 3%;
}

@media screen and (max-width: 767px) {
  .swiper-button-next {
    display: none;
  }
}

.swiper-button-prev {
  left: 3%;
}

@media screen and (max-width: 767px) {
  .swiper-button-prev {
    display: none;
  }
}

.swiper_img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 480px) {
  .swiper_img {
    display: none;
  }
}

.swiper_img.sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .swiper_img.sp {
    display: block;
  }
}

.swiper_logo {
  position: relative;
  display: block;
}

.swiper_logo.tsuru:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/tsuru_logo@2x.png) 0 0 no-repeat;
  background-size: cover;
  background-position: center center;
  width: 200px;
  height: 170px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .swiper_logo.tsuru:after {
    background-size: 60%;
  }
}

.swiper_logo.mayu:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/mayu_logo@2x.png) 0 0 no-repeat;
  background-size: cover;
  background-position: center center;
  width: 183px;
  height: 200px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .swiper_logo.mayu:after {
    background-size: 60%;
  }
}

.swiper_logo.myon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: cover;
  background-position: center center;
  width: 147px;
  height: 265px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.swiper_logo.syon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: cover;
  background-position: center center;
  width: 167px;
  height: 275px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.storys_wrap {
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
}

.storys_person__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media screen and (max-width: 600px) {
  .storys_person__wrap {
    display: block;
  }
}

.storys_person__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 600px) {
  .storys_person__img {
    height: 50vh;
  }
}

.storys_person__img.designer1 {
  background-image: url(../images/designer_01.jpg);
}

.storys_person__img.designer2 {
  background-image: url(../images/designer_02.jpg);
}

.storys_person__img.designer3 {
  background-image: url(../images/designer_03.jpg);
}

.storys_person__img.designer4 {
  background-image: url(../images/designer_04.jpg);
}

.storys_person__img.designer5 {
  background-image: url(../images/designer_05.jpg);
}

.storys_person__img.designer6 {
  background-image: url(../images/designer_06.jpg);
}

.storys_person__img.designer7 {
  background-image: url(../images/designer_07.jpg);
}

.storys_person__img.designer8 {
  background-image: url(../images/designer_08.jpg);
}

.storys_person__img.designer9 {
  background-image: url(../images/designer_09.jpg);
}

.storys_person__img.designer10 {
  background-image: url(../images/designer_10.jpg);
}

.storys_person__img.designer11 {
  background-image: url(../images/designer_11.jpg);
}

.storys_person__img.designer12 {
  background-image: url(../images/designer_12.jpg);
}

.storys_person__img.storys1 {
  background-image: url(../images/storys_06sq.jpg);
}

.storys_person__img.storys2 {
  background-image: url(../images/storys_09sq.jpg);
}

.storys_person__img.storys3 {
  background-image: url(../images/storys_10.jpg);
}

.storys_person__img.storys4 {
  background-image: url(../images/storys_24.jpg);
}

.storys_person__img.storys5 {
  background-image: url(../images/storys_02.jpg);
}

.storys_person__img.storys6 {
  background-image: url(../images/storys_11.jpg);
}

.storys_person__img.storys7 {
  background-image: url(../images/storys_12.jpg);
}

.storys_person__img.storys8 {
  background-image: url(../images/storys_13.jpg);
}

.storys_person__img.storys9 {
  background-image: url(../images/storys_14.jpg);
}

.storys_person__img.storys10 {
  background-image: url(../images/storys_15.jpg);
}

.storys_person__img.storys11 {
  background-image: url(../images/storys_16.jpg);
}

.storys_person__img.storys12 {
  background-image: url(../images/storys_17.jpg);
}

.storys_person__img.storys13 {
  background-image: url(../images/storys_23.jpg);
}

.storys_person__img.storys14 {
  background-image: url(../images/storys_19.jpg);
}

.storys_person__img.storys15 {
  background-image: url(../images/storys_20.jpg);
}

.storys_person__img.storys16 {
  background-image: url(../images/storys_22.jpg);
}

.storys_person__contents {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
  background: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 600px) {
  .storys_person__contents {
    height: auto;
    padding-top: 30px;
  }
}

.storys_person__contents .innr {
  padding: 5% 10%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.storys_person__contents .innr .works {
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 2.5em;
}

@media screen and (max-width: 600px) {
  .storys_person__contents .innr .works {
    margin-bottom: 1.5em;
  }
}

.storys_person__contents .innr .name {
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 1em;
  font-weight: bold;
}

.storys_person__contents .innr .name em {
  display: block;
  margin-top: 2em;
  font-style: normal;
  font-weight: normal;
  font-size: .75em;
}

@media screen and (max-width: 600px) {
  .storys_person__contents .innr .name em {
    margin-top: 1.5em;
  }
}

.storys_person__contents .innr .biography {
  padding: 5em 0 0 0;
  line-height: 2;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  .storys_person__contents .innr .biography {
    padding-top: 2em;
  }
}

.storys_person__contents .innr .biography p {
  margin-bottom: 2em;
}

.storys_person__contents .innr .biography p:last-child {
  margin-bottom: 0;
}

.storys_person__contents .innr .summary {
  padding: 5em 0 0 0;
  max-width: 540px;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  .storys_person__contents .innr .summary {
    padding-top: 3em;
  }
}

.storys_person__contents .innr .summary p {
  margin-bottom: 3em;
}

@media screen and (max-width: 600px) {
  .storys_person__contents .innr .summary p {
    margin-bottom: 2em;
  }
}

.storys_person__contents .innr .summary p:last-child {
  margin-bottom: 0;
}

.storys_person__contents .innr .link {
  padding-top: 3em;
  padding-bottom: 5em;
}

.storys_person__contents .innr .link a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.storys_person__contents .innr .link a .go {
  display: block;
}

.storys_person__contents .innr .link a .arrow {
  display: block;
  position: relative;
}

.storys_person__contents .innr .link a .arrow:before {
  content: '';
  position: absolute;
  top: 30px;
  left: 24px;
  width: 30px;
  height: 3px;
  background: #000;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.storys_person__contents .innr .link a .arrow:after {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  width: 30px;
  height: 3px;
  background: #000;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}

.md_sec__plan {
  text-align: center;
}

@media screen and (max-width: 600px) {
  .md_sec__plan {
    font-size: 14px;
  }
}

.md_sec__planBtn {
  margin-top: 20px;
}

.md_sec__planBtn a {
  text-decoration: none;
  color: #333;
  padding: 1em 8em;
  border: 3px solid #333;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .md_sec__planBtn a {
    white-space: nowrap;
    padding: 1em 0;
    width: 95%;
    max-width: 360px;
  }
}

.md_sec__planNote {
  max-width: 840px;
  margin: 0 auto;
  text-align: left;
  margin-top: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 600px) {
  .md_sec__planNote {
    display: block;
  }
}

.md_sec__planNote .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}

.md_sec__planNote ul {
  margin-left: 1.5em;
}

.md_sec__planNote li {
  margin-bottom: .5em;
}

.md_sec__access .map_canvas {
  height: 400px;
}

.md_sec__access .address {
  text-align: center;
  padding-top: 1em;
}

.md_sec__access .address .to_googlemap {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #ccc;
  text-decoration: none;
  color: #999;
  white-space: nowrap;
  line-height: 1;
  padding: .4em 1em;
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  .md_sec__access .address .to_googlemap {
    margin-top: 1em;
    font-size: 12px;
  }
}

.md_sec__access .address span {
  padding-left: 1em;
}

@media screen and (max-width: 600px) {
  .md_sec__access .address span {
    padding-left: 0;
    display: block;
  }
}

.md_sec__accessDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style-type: none;
  margin-top: 2em;
}

@media screen and (max-width: 600px) {
  .md_sec__accessDetail {
    display: block;
  }
}

.md_sec__accessDetail li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}

@media screen and (max-width: 600px) {
  .md_sec__accessDetail li {
    margin-bottom: 1.5em;
  }
  .md_sec__accessDetail li:last-child {
    margin-bottom: 0;
  }
}

.md_sec__accessDetail li .case {
  font-weight: 600;
  margin-bottom: .5em;
}

.md_sec__accessRoot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 80px;
}

@media screen and (max-width: 600px) {
  .md_sec__accessRoot {
    display: block;
    padding-top: 40px;
  }
}

.md_sec__accessRoot .map {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 47%;
          flex: 0 1 47%;
  background: #eee;
}

.md_sec__accessRoot .map img {
  max-width: 100%;
  height: auto;
  display: block;
}

.md_sec__accessRoot .access_description {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 47%;
          flex: 0 1 47%;
}

@media screen and (max-width: 600px) {
  .md_sec__accessRoot .access_description {
    padding-top: 40px;
  }
}

.md_sec__accessRoot .access_description .ttl {
  font-weight: bold;
  margin-bottom: 1.5em;
}

.md_sec__accessRoot .access_description p {
  margin-bottom: 1em;
}

.md_sec__accessRoot .access_description p:last-child {
  margin-bottom: 0;
}

.md_sec__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5%;
  padding-top: 40px;
}

@media screen and (max-width: 600px) {
  .md_sec__menu {
    padding: 0;
    padding-top: 20px;
  }
}

.md_sec__menuCont {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media screen and (max-width: 600px) {
  .md_sec__menuCont {
    font-size: 12px;
    width: 70%;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .md_sec__menuCont br {
    display: none;
  }
}

.md_sec__menuBtn {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

@media screen and (max-width: 600px) {
  .md_sec__menuBtn {
    width: 30%;
  }
}

.fancybox-slide > * {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.fancybox-close-small {
  right: 5%;
  top: 5%;
  width: 60px;
  height: 60px;
  outline: none;
}

.fancybox-close-small:focus:after {
  outline: none;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  width: 50px;
  height: 50px;
  font: 30px/50px Arial,Helvetica Neue,Helvetica,sans-serif;
  background: rgba(230, 230, 230, 0.75);
  color: #000;
}

.fancybox-button[disabled] {
  opacity: 0;
}

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

@media screen and (max-width: 1023px) {
  .contact_sec__form {
    display: block;
    max-width: 600px;
    margin: 0 auto;
  }
}

.contact_sec__form .column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
}

.contact_sec__form .column:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 52%;
          flex: 0 1 52%;
}

.mailform_wrap.txt {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 600px) {
  .mailform_wrap.txt {
    margin-bottom: 1em;
  }
}

.mailform_wrap.txt label {
  display: block;
  margin-bottom: .25em;
}

.mailform_wrap.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1.5em;
  margin-bottom: 1.5em;
  background: #f6f6f6;
  height: 70px;
}

.mailform_wrap.maxh {
  height: 100%;
}

@media screen and (max-width: 1023px) {
  .mailform_wrap.maxh {
    height: 20em;
  }
}

.select_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1023px) {
  .select_wrap {
    margin-bottom: 1.5em;
  }
}

@media screen and (max-width: 600px) {
  .select_wrap {
    margin-bottom: 1em;
    display: block;
  }
}

.mailform_wrap__submit {
  padding-top: 40px;
  text-align: center;
}

#mailform input[type="text"], #mailform input[type="email"], #mailform input[type="tel"], #mailform textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-size: 18px;
  background: #f6f6f6;
  padding: 0 1.5em;
  color: #333;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 600px) {
  #mailform input[type="text"], #mailform input[type="email"], #mailform input[type="tel"], #mailform textarea {
    font-size: 16px;
  }
}

#mailform input[type="text"]::-webkit-input-placeholder, #mailform input[type="email"]::-webkit-input-placeholder, #mailform input[type="tel"]::-webkit-input-placeholder, #mailform textarea::-webkit-input-placeholder {
  color: #666;
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  #mailform input[type="text"]::-webkit-input-placeholder, #mailform input[type="email"]::-webkit-input-placeholder, #mailform input[type="tel"]::-webkit-input-placeholder, #mailform textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
}

#mailform input[type="text"]::-moz-placeholder, #mailform input[type="email"]::-moz-placeholder, #mailform input[type="tel"]::-moz-placeholder, #mailform textarea::-moz-placeholder {
  color: #666;
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  #mailform input[type="text"]::-moz-placeholder, #mailform input[type="email"]::-moz-placeholder, #mailform input[type="tel"]::-moz-placeholder, #mailform textarea::-moz-placeholder {
    font-size: 12px;
  }
}

#mailform input[type="text"]:-ms-input-placeholder, #mailform input[type="email"]:-ms-input-placeholder, #mailform input[type="tel"]:-ms-input-placeholder, #mailform textarea:-ms-input-placeholder {
  color: #666;
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  #mailform input[type="text"]:-ms-input-placeholder, #mailform input[type="email"]:-ms-input-placeholder, #mailform input[type="tel"]:-ms-input-placeholder, #mailform textarea:-ms-input-placeholder {
    font-size: 12px;
  }
}

#mailform input[type="text"]:focus, #mailform input[type="email"]:focus, #mailform input[type="tel"]:focus, #mailform textarea:focus {
  background: #eee;
  outline: none;
}

#mailform input[type="text"].mf_middle, #mailform input[type="email"].mf_middle, #mailform input[type="tel"].mf_middle, #mailform textarea.mf_middle {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mailform input[type="text"], #mailform input[type="email"], #mailform input[type="tel"] {
  height: 70px;
}

@media screen and (max-width: 600px) {
  #mailform input[type="text"], #mailform input[type="email"], #mailform input[type="tel"] {
    height: 50px;
  }
}

#mailform textarea {
  padding-top: 1em;
  padding-bottom: 1em;
}

#mailform textarea.mf_txt100 {
  height: 100%;
  width: 100%;
}

#mailform input[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  display: inline-block;
  padding: .8em 5em;
  color: #333;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  border: 3px solid #000;
  border-radius: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

@media screen and (max-width: 600px) {
  #mailform input[type="submit"] {
    font-size: 12px;
  }
}

#mailform input[type="submit"]::-webkit-search-decoration {
  display: none;
}

#mailform input[type="submit"]::focus {
  outline-offset: -2px;
}

#mailform input[type="submit"].mf_submit:disabled {
  opacity: 0.4;
  background: #ccc;
}

#mailform input[type='checkbox'] {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
}

#mailform select {
  border-radius: 0;
  font-size: 14px;
  color: #999;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 60px 0 1.5em;
  height: 70px;
  background: #f6f6f6;
  width: 100%;
}

@media screen and (max-width: 600px) {
  #mailform select {
    font-size: 12px;
    height: 70px;
    font-size: 16px;
    width: 100%;
  }
}

#mailform select::-ms-expand {
  display: none;
}

.selectWrap {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 47.5%;
          flex: 0 1 47.5%;
}

@media screen and (max-width: 600px) {
  .selectWrap {
    display: block;
    margin-bottom: 1em;
  }
}

.selectWrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 20px;
  height: 24px;
  right: 10px;
  top: 50%;
  font-family: 'FontAwesome';
  content: '\f078';
  text-rendering: auto;
  color: #999;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.radio_input {
  display: none;
}

.radio_input + label {
  position: relative;
  margin: 0 .75em;
  border: 1px solid #ccc;
  line-height: 1;
  padding: 10px 1.5em;
  font-size: 14px;
  cursor: pointer;
  border-radius: 3px;
  background: #fff;
  color: #999;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  .radio_input + label {
    font-size: 10px;
    white-space: nowrap;
  }
}

.radio_input:checked + label {
  color: #eee;
  border-color: #333;
  background: #333;
}

.radio_txt {
  font-size: 14px;
  color: #999;
  margin-right: 2em;
}

#dispmsg #errmsg {
  text-align: center;
  padding: 1em 0;
  background: #eee;
  margin-top: 1.5em;
}

#dispmsg .mf_success {
  text-align: center;
  padding: 2em 0;
}

/*# sourceMappingURL=maps/style.css.map */
