@charset "UTF-8";
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*----------------------------------------------------
	再設定
----------------------------------------------------*/
html {
  font-size: 14px;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  color: #333;
}

a:link, a:visited {
  color: #2489ce;
}
a:hover, a:active {
  color: #72b7e6;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: bottom;
}

/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
.container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.al_center {
  text-align: center;
}

.al_right {
  text-align: right;
}

h3 {
  font-size: 24px;
  border-bottom: 2px solid #58466f;
  margin-bottom: 20px;
}
h3 small {
  display: inline-block;
  color: #f15674;
  font-size: 12px;
  margin-left: 20px;
  vertical-align: middle;
}

/*ボタンアニメーション*/
.button {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  background: #df6c82;
  color: #fff !important;
  border: 3px solid #df6c82;
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  background: #df6c82;
}

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button:hover {
  background-color: #fff;
  border-color: #df6c82;
  color: #df6c82 !important;
}

/*レスポンシブ*/
.pc_only,
.pc_tab {
  display: block;
}

.sp_only,
.tab_only,
.tab_sp {
  display: none;
}

/*----------------------------------------------------
	共通レイアウト
----------------------------------------------------*/
/*header*/
header .obi {
  background: #66547e;
}
header .obi h1 {
  color: #fff;
  font-size: 10px;
  line-height: 2.2;
}
header .white {
  height: 130px;
}
header .white .logo {
  position: absolute;
  left: 3px;
  top: 20px;
}
header .white .info {
  position: absolute;
  right: 168px;
  top: 28px;
}
header .white .info address {
  line-height: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #baa9d1;
  margin-bottom: 5px;
}
header .white .info .tel {
  font-size: 28px;
  line-height: 1.1;
  font-weight: bold;
}
header .white .contact_bt {
  position: absolute;
  right: 0;
  top: 28px;
}
header .white .contact_bt a {
  width: 156px;
  padding: 8px 0;
  font-size: 17px;
}

/*sp_header*/
#sp_header {
  border-top: 4px solid #66547e;
  height: 110px;
}
#sp_header .logo {
  width: 70%;
  position: absolute;
  left: 20px;
  top: 6px;
}
#sp_header .header_menu {
  position: absolute;
  right: 20px;
  top: 26px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 101;
}
#sp_header .header_menu div {
  position: relative;
}
#sp_header .header_menu span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #444;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#sp_header .header_menu span:nth-child(1) {
  top: 6px;
}
#sp_header .header_menu span:nth-child(2) {
  top: 19px;
}
#sp_header .header_menu span:nth-child(3) {
  top: 32px;
}
#sp_header .header_menu.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
#sp_header .header_menu.open span:nth-child(2) {
  width: 0;
  left: 50%;
}
#sp_header .header_menu.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

#sp_nav {
  display: none;
  border-top: 2px solid #483761;
  background: #66547e;
}
#sp_nav ul li {
  text-align: center;
  border-bottom: 2px solid #483761;
}
#sp_nav ul li a {
  display: block;
  padding: 12px 20px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
}

/*gnav*/
#gnav {
  background: #66547e;
}
#gnav ul {
  *zoom: 1;
}
#gnav ul:before, #gnav ul:after {
  content: "";
  display: table;
}
#gnav ul:after {
  clear: both;
}
#gnav ul li {
  width: 20%;
  float: left;
}
#gnav ul li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding: 15px 0;
  border-left: 1px solid #483761;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#gnav ul li a:hover {
  background: #df6c82;
}
#gnav ul li:last-child a {
  border-right: 1px solid #483761;
}

#catch .container h2 {
  text-shadow: 0 0 10px #fff;
  padding: 86px 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

#pankuzu {
  background: #eee;
  margin-bottom: 40px;
}
#pankuzu .container {
  padding: 2px 0;
}

/*footer*/
footer {
  background: #eee;
  margin-top: 40px;
}
footer .container {
  height: 166px;
}
footer .container nav {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  padding: 20px 0;
}
footer .container nav a {
  color: #333;
  text-decoration: none;
}
footer .container nav a:hover {
  text-decoration: underline;
}
footer .container .logo {
  position: absolute;
  left: 2px;
  top: 64px;
}
footer .container .info {
  position: absolute;
  left: 415px;
  top: 73px;
}
footer .container .info address {
  font-size: 12px;
}
footer .container .info .tel {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
}
footer .container .info .time {
  font-size: 11px;
  font-weight: bold;
}
footer .container .contact_bt {
  position: absolute;
  right: 22px;
  top: 73px;
}
footer .container .contact_bt a {
  width: 264px;
  padding: 10px 0;
  font-size: 18px;
}
footer .copy {
  background: #382f45;
  font-size: 11px;
  text-align: center;
  color: #fff;
  padding: 6px 0;
  line-height: 1;
}

#sp_footer {
  background: #eee;
  padding: 20px 0 0;
  text-align: center;
  margin-top: 40px;
}
#sp_footer .logo {
  margin-bottom: 10px;
  padding: 0 10%;
}
#sp_footer .info address {
  font-size: 12px;
}
#sp_footer .info .tel {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
}
#sp_footer .info .time {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 14px;
}
#sp_footer .contact_bt {
  margin-bottom: 20px;
}
#sp_footer .contact_bt a {
  width: 80% !important;
  padding: 10px 0;
  font-size: 16px;
}
#sp_footer .copy {
  background: #382f45;
  font-size: 11px;
  text-align: center;
  color: #fff;
  padding: 8px 0;
  line-height: 1;
}

/*----------------------------------------------------
	pc >= 1000px
----------------------------------------------------*/
/*----------------------------------------------------
	tablet < 1000px
----------------------------------------------------*/
@media (min-width: 640px) and (max-width: 959px) {
  .pc_only {
    display: none;
  }

  .pc_tab,
  .tab_only,
  .tab_sp {
    display: block;
  }

  .container {
    padding-left: 2% !important;
    padding-right: 2% !important;
  }
}
/*----------------------------------------------------
	phone < 768px
----------------------------------------------------*/
@media (max-width: 639px) {
  .pc_only,
  .tab_only,
  .pc_tab {
    display: none;
  }

  .sp_only,
  .tab_sp {
    display: block;
  }

  .container {
    padding-left: 2% !important;
    padding-right: 2% !important;
  }

  #sp_header {
    height: 100px;
  }
  #sp_header .logo {
    top: 16px;
  }
  #sp_header .logo img {
    max-height: 70px;
  }

  #catch .container h2 {
    padding: 60px 0;
  }
}
