@charset "UTF-8";
/* リセット */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  list-style: none;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
body {
  /*	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;*/
  font-family: 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif
}
/* ヘッダーデザイン */
.site-header {
  background: #fff;
  height: 6.6em;
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: .5s;
}
.header_wrapper {
  position: relative;
}
.header_left {
  position: absolute;
  left: 0;
  margin-top: .8em;
  margin-left: 2.5em;
  margin-bottom: .8em;
  float: left;
}
.header_left a:hover {
  opacity: 0.7;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_left h1 {
  font-weight: normal;
  font-size: 12px;
}
@media (max-width: 1080px) {
  .site-header {
    height: 5em;
  }
  .header_wrapper {
    height: 4em;
  }
  .header_left {
    margin-left: 1em;
    margin-bottom: .2em;
  }
  .header_left img {
    width: 80%;
  }
  .header_left h1 {
    font-weight: normal;
    font-size: 10px;
  }
}
@media (max-width: 880px) {
  .site-header {
    height: 4em;
  }
  .header_left img {
    width: 60%;
  }
}
.header_right {
  position: absolute;
  right: 0;
  width: 958px;
  margin: 0 0 0 auto;
}
@media (max-width: 1180px) {
  .header_right {
    width: 900px;
  }
}
/* ナビデザイン */
nav {
  float: left;
}
.menu {
  display: block;
  margin-top: .6em;
}
.menu li a {
  text-decoration: none;
  font-size: 16px;
  color: #2E235E;
  margin-left: 1.4em;
  margin-right: 1.4em;
  text-align: center;
}
@media (max-width: 1180px) {
  .menu li a {
    margin-left: 1.2em;
    margin-right: 1.2em;
  }
}
.menu_text {
  padding-top: 1em;
}
.menu ul {
  width: 440px;
}
@media (max-width: 1180px) {
  .menu ul {
    width: 380px;
  }
}
.menu li {
  float: left;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: .8em;
}
.menu li a:hover {
  color: #008FCD;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu ul:after {
  content: "";
  display: block;
  clear: both;
}
.reseve a {
  text-decoration: none;
  color: #2E235E;
  border: 1px solid #2E235E;
  border-radius: 6px;
  padding: .8em 0;
  width: 166px;
  float: left;
  text-align: center;
  margin-top: 1.6em;
}
.reseve a:hover {
  background: #2E235E;
  color: #fff;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* 電話設定 */
.tel {
  background: #2E235E;
  height: 4.6em;
  float: right;
  padding: 1em 1.6em;
}
.tel.transform {
  display: none;
}
.yoyaku_time:after {
  content: "";
  display: block;
  clear: both;
}
.yoyaku {
  font-size: 13px;
  float: left;
  color: #2E235E;
  background: #fff;
  padding: .2em 1.2em;
  border-radius: 4px;
  margin-right: .6em;
}
.time p {
  font-size: 16px;
  color: #fff;
  padding-top: .1em;
}
.tel h3 {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
}
.phone {
  margin-top: .2em
}
.ad {
  color: #fff;
  font-size: 14px;
}
/* sns設定 */
.insta {
  float: left;
  margin-top: 2em;
  margin-left: 1em;
}
.insta:hover {
  opacity: 0.6;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*  ハンバーガーメニュー */
.hamburger {
  position: fixed;
  z-index: 3;
  right: 13px;
  top: 20px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  z-index: 100;
}
.hamburger {
  display: none;
}
@media (max-width: 1080px) {
  .hamburger {
    display: block;
  }
}
@media (max-width: 880px) {
  .hamburger {
    top: 16px;
  }
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #555;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
nav.globalMenuSp {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  color: #000;
  background: #2E235E;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
  opacity: .9;
}
nav.globalMenuSp ul {
  background: #2E235E;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover {
  background: #ddd;
}
nav.globalMenuSp ul li a {
  display: block;
  padding: 1em 0;
  text-decoration: none;
  color: #FFF;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
.nav_reseve {
  margin-top: 2em;
}
.nav_reseve a {
  font-size: 18px;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: .8em;
}
.nav_yoyaku {
  font-size: 20px;
  color: #FFF;
}
.nav_tel {
  margin-top: 2em;
  color: #FFF;
}
.nav_phone h3 {
  font-size: 28px;
  color: #FFF;
}
.nav_ad {
  font-size: 16px;
  margin-bottom: 4em;
}
@media (max-width: 1080px) {
  .menu, .header_right {
    display: none;
  }
}
/* トップ画面デザイン */
.top_photo img {
  margin-top: 4em;
  width: 100%;
  height: auto;
}
@media (max-width: 760px) {
  .top_photo .pc {
    display: none;
  }
}
@media (min-width: 760px) {
  .top_photo .sp {
    display: none;
  }
}
/* 「SlideDown」の動作内容 */
@keyframes SlideDown {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(50px); /* Y軸方向に50px */
  }
  100% {
    opacity: 1; /* 不透明 */
    transform: translateX(0);
  }
}
body .banner, .content01, .content02, .content03, .map, footer, .copyright {
  animation-duration: 2s; /* アニメーション時間 */
  animation-name: SlideDown; /* アニメーション名 */
}
/*  contener01_title 設定 */
.contener01_title {
  padding-top: 10em;
}
@media (max-width: 520px) {
  .contener01_title {
    padding-top: 6em;
  }
}
.contener01_title:after {
  content: "";
  display: block;
  clear: both;
}
.contener01_title h2 {
  font-size: 32px;
  text-align: center;
}
@media (max-width: 640px){
	.contener01_title h2 {
  font-size: 28px;
	}
}
.contener01_title .line {
  text-align: center;
  margin-top: 1.2em;
}
.contener01_title p {
  font-size: 18px;
  padding-top: 1em;
  text-align: center;
  line-height: 1.8em;
}
@media (max-width: 960px) {
  .contener01_title p {
    font-size: 18px;
    padding-top: 1em;
    margin-left: 2em;
    margin-right: 2em;
  }
}
@media (max-width: 850px) {
  .contener01_title p br {
    display: none;
  }
}
@media (max-width: 720px) {
  .contener01_title p {
    margin-left: 1em;
    margin-right: 1em;
    text-align: justify;
  }
}
/*  contener01 */
.contener_01 {
  padding-top: 3em;
  padding-bottom: 5em;
  margin-left: auto;
  margin-right: auto;
  width: 780px;
}
@media (max-width: 850px) {
  .contener_01 {
    padding-top: .5em;
    width: 370px;
  }
}
.contener_01:after {
  content: "";
  display: block;
  clear: both;
}
.mit {
  width: 370px;
  float: left;
  margin-top: 2.4em;
  margin-right: 1em;
}
.mit h3 {
  font-size: 24px;
  color: #172C53;
  margin-top: .8em;
}
.mit p {
  font-size: 18px;
  margin-top: .4em;
  line-height: 1.8em;
}
.bag {
  width: 370px;
  float: left;
  margin-top: 2.4em;
  margin-left: 1em;
}
.bag h3 {
  font-size: 24px;
  color: #172C53;
  margin-top: .8em;
}
.bag p {
  font-size: 18px;
  margin-top: .4em;
  line-height: 1.8em;
}
@media (max-width: 850px) {
  .mit {
    margin-top: 2.8em;
    margin-right: 0em;
  }
  .bag {
    margin-left: 0em;
    margin-top: 2.8em;
  }
  .mit p {
    font-size: 16px;
  }
  .bag p {
    font-size: 16px;
  }
}
@media (max-width: 720px) {
	.contener_01 {
padding-bottom: 1em;
  }
	 .mit {
    width: 340px;
    margin-left: auto;
    margin-right: auto;
	  margin-bottom: 2em;
    float: none;
  }

  .bag {
    width: 340px;
    margin-left: auto;
    margin-right: auto;
	  margin-bottom: 2em;
    float: none;
  }
}

/* footer設定 */
footer {
  background: #2E235E;
}
.footer_wrapper {
  width: 330px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.footer_wrapper img {
  margin-top: 3em;
  margin-bottom: 1em;
}
/* 問合せボタン */
.contact_buttom {
  text-align: center;
  background: #FFF;
  color: #2E235E;
  padding: .4em .6em;
  font-size: 16px;
  border-radius: 6px;
  width: 260px;
  margin-top: .6em;
  margin-left: auto;
  margin-right: auto;
}
.contact_buttom a {
  text-decoration: none;
  color: #2E235E;
}
.contact_buttom:hover {
  opacity: 0.7;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer_tel {
  text-align: center;
  margin-top: .4em;
}
.footer_tel p {
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
}
.footer_tel span {
  font-size: 14px;
  font-weight: normal;
}
.footer_ad p {
  font-size: 14px;
  color: #FFF;
  text-align: center;
  margin-top: .2em;
}
/* map設定 */
.google-maps {
  position: relative;
  padding-bottom: 25%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 880px) {
  .google-maps {
    width: auto;
    height: 12em;
  }
}
/* コピーライト設定 */
.copyright {
  background-color: #2E235E;
}
.copyright p {
  font-size: 15px;
  padding-top: 1.2em;
  padding-bottom: 1.8em;
  color: white;
  text-align: center;
}
