@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: 770px) {
  .top_photo .pc {
    display: none;
  }
}
@media (min-width: 770px) {
  .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 設定 */
.contener_01 {
  background-color: #C1CFFF;
  padding-top: 3em;
  padding-bottom: 3em;
}
.contener_01:after {
  content: "";
  display: block;
  clear: both;
}
.price_contener {
  margin-left: auto;
  margin-right: auto;
  width: 880px;
  border: 1px;
  border: 2px solid #B09774;
}
@media (max-width: 960px) {
  .price_contener {
    width: 680px;
  }
}
@media (max-width: 720px) {
  .price_contener {
    width: 620px;
  }
}
@media (max-width: 640px) {
  .price_contener {
    width: 490px;
  }
}
@media (max-width: 520px) {
  .price_contener {
    width: 350px;
  }
}
.price_title {
  background: #B09774;
}
.price_title h1 {
  text-align: center;
  font-size: 28px;
  vertical-align: middle;
  color: #FFFFFF;
  padding-top: .4em;
  padding-bottom: .4em;
}
.price_title-under {
  background: #FFF;
  padding-bottom: 1.2em;
}
.price_text h2 {
  text-align: center;
  font-size: 21px;
  padding-top: .5em;
}
.price_text h2 br {
  display: none;
}
.price_text_left {
  width: 260px;
  float: left;
  margin-left: 2em;
  margin-right: 2em;
}
.price_text_left img {
  float: left;
}
.price_text_left h3 {
  margin-top: .6em;
  font-size: 24px;
  color: red;
}
.price_text_left p {
  font-size: 20px;
}
.price_now h4 {
  font-size: 68px;
  color: red;
  text-align: center;
}
.price_now h4 span {
  font-size: 78px;
}
@media (max-width: 960px) {
  .price_title-under {
    padding-bottom: 1em;
  }
  .price_title h1 {
    text-align: center;
    font-size: 26px;
    padding-top: .4em;
  }
  .price_now h4 {
    font-size: 40px;
    margin-top: .1em;
  }
  .price_now h4 span {
    font-size: 58px;
  }
  .price_text h2 {
    font-size: 24px;
  }
  .price_text h2 br {
    display: block;
  }
}
@media (max-width: 640px) {
  .price_text_left {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .price_now h4 {
    font-size: 44px;
    color: red;
    text-align: center;
  }
  .price_now h4 span {
    font-size: 62px;
  }
  .price_text_left img {
    width: 30%;
  }
  .price_text_left h3 {
    margin-top: 0.6em;
    font-size: 30px;
  }
  .price_text_left p {
    font-size: 24px;
  }
}
@media (max-width: 520px) {
  .price_title h1 {
    text-align: center;
    font-size: 19px;
    padding-top: .4em;
    padding-bottom: .4em;
  }
  .price_text_left {
    width: 260px;
    float: none;
  }
  .price_text h2 {
    font-size: 17px;
  }
}
/*  contener03 設定 */
.contener03 {
  background: #B09774;
  padding-top: 4em;
  padding-bottom: 4em;
}
.wrapper03 {
  width: 860px;
  margin-left: auto;
  margin-right: auto;
  background: #FFF;
}
@media (max-width: 960px) {
  .wrapper03 {
    width: 680px;
  }
}
.contener03_box1 {
  text-align: center;
}
.contener03_box1 img {
  margin-top: .6em;
}
.contener03_box1 h3 {
  font-size: 30px;
  padding-top: 1.4em;
}
.contener03_box1 h3 br {
  display: none;
}
.contener03_box1 p {
  font-size: 19px;
  padding-top: 1em;
}
.contener03_box1 h4 {
  font-size: 24px;
  padding-top: .5em;
  color: red;
}
.contener03_box1 h4 br {
  display: none;
}
@media (max-width: 960px) {
  .contener03_box1 h4 {
    font-size: 18px;
  }
}
@media (max-width: 720px) {
  .contener03_box1 h3 {
    font-size: 22px;
  }
  .wrapper03 {
    width: 620px;
  }
  .contener03_box2 {
    width: 560px;
  }
}
@media (max-width: 640px) {
  .wrapper03 {
    width: 100%;
  }
}
@media (max-width: 580px) {
  .wrapper03 {
    width: 100%;
  }
  .contener03_box1 p {
    font-size: 16px;
    padding-top: 1em;
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
  .contener03_box1 p br {
    display: none;
  }
}
.contener03_box2 {
  width: 320px;
}
.contener03_box1 h3 br {
  display: block;
}
.contener03_box1 h4 {
  margin-left: .5em;
  margin-right: .5em;
}
contener03_box1 h4 br {
  display: block;
}
.under {
  background: linear-gradient(transparent 50%, yellow 50%);
}
.contener03_box2 {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.contener03_box2 h3 {
  border-radius: 22px;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  background: #F20F12;
  padding-top: .4em;
  padding-bottom: .4em;
  text-align: center;
  color: #FFF;
  font-size: 24px;
}
.contener03_box2 p {
	font-weight: 800;
  margin-top: 1.5em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.4em;
  padding-bottom: 0.8em;
  font-size: 18px;
  line-height: .6em;
}
.contener03_box2 img {
  padding-top: 1.25em;
  padding-right: .75em;
  padding-left: .75em;
  float: left;
}
@media (max-width: 960px) {
  .contener03_box2 {
    width: 90%;
  }
  .contener03_box2 h3 {
    padding-top: .2em;
    padding-bottom: .2em;
    font-size: 22px;
  }
  .contener03_box2 p {
    /*	  width: 550px;*/
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }
  .contener03_box2 img {
    padding-top: 1em;
  }
}
.underline {
  border-bottom: dotted 2px #000;
}
.contener03_box3 {
  margin-top: 2em;
  margin-left: 1em;
  margin-right: 1em;
  padding-bottom: 2em;
}
.contener03_box3_sp {
  display: none;
}
@media (max-width: 810px) {
  .content03_wrapper {
    width: auto;
  }
}
@media (max-width: 640px) {
  .contener03_box2 {
    width: 100%;
  }
  .contener03_box2 h3 {
    border-radius: 0px;
    margin-top: 1em;
  }
  .contener03_box2 p {
    line-height: 1.5em;
    font-size: 15px;
  }
  .contener03_box2 img {
    padding-top: 2.2em;

  }
  .contener03_box3 {
    display: none;
  }
  .contener03_box3_sp {
    display: block;
    margin-top: 1em;
    padding-bottom: 1em;
	  margin-left: .5em;
  margin-right: .5em;
  }
}
@media (max-width: 540px) {
  .contener03_box2 h3 {
    border-radius: 0px;
    margin-top: 1em;
  }
  .contener03_box2 p {
    line-height: 1.4em;
    padding-right: .5em;
  }
}
/*  contener04 設定 */
.contener04 h2 {
  font-size: 30px;
  text-align: center;
  margin-top: 2.4em;
}
.contener04 .line {
  text-align: center;
  margin-top: 1.8em;
}
.contener04 p {
  font-size: 18px;
  padding-top: 1em;
  text-align: center;
  line-height: 1.8em;
}
@media (max-width: 540px) {
  .contener04 h2 {
  font-size: 26px;
  text-align: center;
  margin-top: 2.4em;
	  padding-left: 1em;
	padding-right: 1em;
}
.contener04 p {
  font-size: 16px;
  padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
  text-align: center;
  line-height: 1.8em;
}
	.contener04 p br{
		display:none;
	}
	.contener04 .line {
  text-align: center;
  margin-top: 1em;
}
}
.contener04_box1 {
  margin-top: 3em;
  margin-bottom: 4em;
  position: relative;
}
.contener04_box1_text h4 {
  position: absolute;
  top: 1.2em;
  left: 26px;
  color: #FFF;
  font-size: 24px;
  border-bottom: solid 1px #FFF;
}
.contener04_box1:after {
  content: "";
  display: block;
  clear: both;
}
.contener04_box1_text {
  position: absolute;
  top: 100px;
  right: 2em;
  width: 68%;
  border-bottom: 16em solid #6C6C6C;
  border-left: 50px solid transparent;
}
.contener04_box1_text span {
  color: red;
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  font-family: "Arial";
}
.contener04_box1_text p {
  position: absolute;
  font-size: 17px;
  color: #FFF;
  top: 100px;
  left: 25px;
  padding-right: 2.5em;
  line-height: 1.8em;
}
@media (max-width: 1580px) {
  .contener04_box1_text {
    width: 60%;
    top: 100px;
    right: 2em;
  }
}
@media (max-width: 1260px) {
  .contener04_box1_text {
    width: 55%;
    top: 130px;
    right: 2em;
  }
}
@media (max-width: 960px) {
  .contener04_box1 {
    padding-bottom: 6em;
  }
  .contener04_box1_text {
    width: 85%;
    top: 220px;
    right: 1em;
  }
  .contener04_box1_img img {
    width: 70%;
  }
}
@media (max-width: 640px) {
  .contener04_box1 {
    padding-bottom: 10em;
  }
	.contener04_box1_text h4 {
  position: absolute;
  top: .8em;
  left: 26px;
  font-size: 24px;
}
	.contener04_box1_text p {
  position: absolute;
  font-size: 16px;
  top: 80px;
  left: 0px;
  padding-right: 1.5em;
		padding-left: 1.5em;
  line-height: 1.8em;
}
  .contener04_box1_text {
    width: 85%;
    top: 210px;
    right: 1em;
	border-bottom: 18em solid #6C6C6C;
  }
  .contener04_box1_img img {
    width: 90%;
  }
}
@media (max-width: 498px) {
	.contener04_box1_text h4 {
  font-size: 22px;
}
  .contener04_box1 {
    padding-bottom: 14em;
  }
  .contener04_box1_text {
    width: 100%;
    top: 200px;
	  right: 0em;
	border-bottom: 20em solid #6C6C6C;
	border-left: 0px solid transparent;
  }
  .contener04_box1_img img {
    width: 100%;
  }
}

.contener04_box2 {
  margin-top: 10em;
  margin-bottom: 4em;
  position: relative;
}
.contener04_box2:after {
  content: "";
  display: block;
  clear: both;
}
.contener04_box2_text {
  position: absolute;
  top: 100px;
  right: 2em;
  width: 68%;
  border-bottom: 16em solid #3B3B3B;
  border-left: 50px solid transparent;
}
.contener04_box2_text h4 {
  position: absolute;
  top: 1.4em;
  left: 26px;
  color: #FFF;
  font-size: 24px;
  border-bottom: solid 1px #FFF;
}
.contener04_box2_text span {
  color: red;
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  font-family: "Arial";
}
.contener04_box2_text p {
  position: absolute;
  font-size: 17px;
  color: #FFF;
  top: 100px;
  left: 25px;
  padding-right: 2.5em;
  line-height: 1.8em;
}
@media (max-width: 1580px) {
  .contener04_box2_text {
    width: 60%;
    top: 100px;
    right: 2em;
  }
}
@media (max-width: 1260px) {
  .contener04_box2_text {
    width: 55%;
    top: 130px;
    right: 2em;
  }
}
@media (max-width: 960px) {
  .contener04_box2 {
    padding-bottom: 6em;
  }
  .contener04_box2_text {
    width: 85%;
    top: 220px;
    right: 1em;
  }
  .contener04_box2_img img {
    width: 70%;
  }
}
@media (max-width: 640px) {
  .contener04_box2 {
	  margin-top: 8em;
    padding-bottom: 10em;
  }
	.contener04_box2_text h4 {
  position: absolute;
  top: .8em;
  left: 26px;
  font-size: 24px;
}
	.contener04_box2_text p {
  position: absolute;
  font-size: 16px;
  top: 80px;
  left: 0px;
  padding-right: 1.5em;
		padding-left: 1.5em;
  line-height: 1.8em;
}
  .contener04_box2_text {
    width: 85%;
    top: 210px;
    right: 1em;
	border-bottom: 18em solid #6C6C6C;
  }
  .contener04_box2_img img {
    width: 90%;
  }
}
@media (max-width: 498px) {
	.contener04_box2_text h4 {
  font-size: 22px;
}
  .contener04_box2 {
    padding-bottom: 14em;
  }
  .contener04_box2_text {
    width: 100%;
    top: 200px;
	  right: 0em;
	border-bottom: 18em solid #3B3B3B;
	border-left: 0px solid transparent;
  }
  .contener04_box2_img img {
    width: 100%;
  }
}

.contener04_box3 {
  margin-top: 10em;
  margin-bottom: 4em;
  position: relative;
}
.contener04_box3:after {
  content: "";
  display: block;
  clear: both;
}
.contener04_box3_text {
  position: absolute;
  top: 100px;
  right: 2em;
  width: 68%;
  border-bottom: 16em solid #6C6C6C;
  border-left: 50px solid transparent;
}
.contener04_box3_text h4 {
  position: absolute;
  top: 1.4em;
  left: 26px;
  color: #FFF;
  font-size: 24px;
  border-bottom: solid 1px #FFF;
}
.contener04_box3_text span {
  color: red;
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  font-family: "Arial";
}
.contener04_box3_text p {
  position: absolute;
  font-size: 17px;
  color: #FFF;
  top: 100px;
  left: 25px;
  padding-right: 2.5em;
  line-height: 1.8em;
}
@media (max-width: 1580px) {
  .contener04_box3_text {
    width: 60%;
    top: 100px;
    right: 2em;
  }
}
@media (max-width: 1260px) {
  .contener04_box3 {
    padding-bottom: 5em;
  }
  .contener04_box3_text {
    width: 55%;
    top: 130px;
    right: 2em;
    border-bottom: 18em solid #6C6C6C;
  }
}
@media (max-width: 960px) {
  .contener04_box3 {
    padding-bottom: 15em;
  }
  .contener04_box3_text {
    width: 85%;
    top: 220px;
    right: 1em;
    border-bottom: 19em solid #6C6C6C;
  }
  .contener04_box3_img img {
    width: 70%;
  }
}
@media (max-width: 640px) {
  .contener04_box3 {
	  margin-top: 7em;
    padding-bottom: 10em;
  }
	.contener04_box3_text h4 {
  position: absolute;
  top: .8em;
  left: 26px;
  font-size: 24px;
}
	.contener04_box3_text p {
  position: absolute;
  font-size: 16px;
  top: 80px;
  left: 0px;
  padding-right: 1.5em;
		padding-left: 1.5em;
  line-height: 1.8em;
}
  .contener04_box3_text {
    width: 85%;
    top: 210px;
    right: 1em;
	border-bottom: 18em solid #6C6C6C;
  }
  .contener04_box3_img img {
    width: 90%;
  }
}
@media (max-width: 498px) {
	.contener04_box3 {
    margin-bottom: 10em;
  }
	.contener04_box3_text h4 {
  font-size: 22px;
}
  .contener04_box3 {
    padding-bottom: 14em;
  }
  .contener04_box3_text {
    width: 100%;
    top: 200px;
	  right: 0em;
	border-bottom: 21em solid #6C6C6C;
	border-left: 0px solid transparent;
  }
  .contener04_box3_img img {
    width: 100%;
  }
}

/* ボタン設定 */
.serves_button {
  margin-top: 2em;
  padding-bottom: 5em;
  text-align: center;
}
.serves_button a {
  padding: 14px 50px;
  color: #FFF;
  font-size: 18px;
  background: #4C1769;
  /* border: 2px  solid #F06909; */
  text-decoration: none;
  border-radius: 6px;
}
.serves_button 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;
}
/* 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;
}
