@charset "UTF-8";

/*********************************************************
全体
*********************************************************/
body {
  background: #abe8fb;
  position: relative;
}
body.open {
  overflow: hidden;
}
/*********************************************************
ヘッダー
*********************************************************/
header {
  overflow-y: scroll;
  padding: 20px 15px 0;
  right: -300px;
  width: auto;
}
header .logo {
  display: none;
}
.close_btn {
  display: block;
  font-weight: bold;
  padding: 15px 0;
  width: 100%;
}
/*header-address*/
.header-address {
  margin-top: 30px;
  position: static;
  bottom: auto;
}
.header-address__tel.-pc {
  display: none;
}
.header-address__tel.-sp {
  display: block;
}
.header-address__tel a {
  color: inherit;
}
/*sp-header*/
.sp-header {
  background: #abe8fb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display:block;
  height: 70px;
  padding: 10px;
}
.sp-logo {
  float: left;
}
.sp-logo li {
  display: inline-block;
  vertical-align: middle;
}
.sp-logo img {
  width: 50px;
}
.sp-logo a {
  color: inherit;
  text-decoration: none;
}
#panel-btn{
  cursor: pointer;
  display: block;
  float: right;
  margin: 5px 0 0;
  position: relative;
  width: 40px;
  height: 40px;
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin: -1px 0 0 -15px;
  background: #535353;
  -webkit-transition: .2s;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 2px;
  background: #535353;
  -webkit-transition: .3s;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -10px;
}
#panel-btn-icon:after{
  margin-top: 8px;
}
#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
/*********************************************************
メイン
*********************************************************/
/*main-container*/
.main-container {
  height: auto;
}
/*main-image*/
.main-image {
  overflow-y: hidden;
}
.main-image__strong {
  display: none;
}
.main-image__name {
  margin-top: 30px;
  position: static;
  text-align: center;
  width: 100%;
}
.main-image__name img {
  display: block;
  margin: 0 auto;
  max-width: 500px;
  width: 90%;
}
.main-image__sns {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.main-image__sns ul {
  font-size: 0;
  text-align: center;
}
.main-image__sns li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 16px;
  padding: 10px;
  width: 50%;
}
.main-image__img {
  position: static;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
  height: auto;
}
.main-image__img img {
  height: auto;
}
/*main-title*/
.main-title {
  padding: 30px 0 0 0;
  position: static;
  text-align: center;
  width: 100%;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}
.main-title__support {
  margin-top: 0;
}
/*-----------------------
下層ページ共通
-----------------------*/
.col-bg {
  display: none;
}
.col-main {
  background: #FFF;
  padding: 0;
}
/*-----------------------
about.html
-----------------------*/
/*-----------------------
blog.html
-----------------------*/
/*-----------------------
gallery.html
-----------------------*/
/*********************************************************
フッター
*********************************************************/
.top-footer {
  display: none;
}
.sp-footer {
  background: #000;
  color: #FFF;
  display: block;
  font-size: 0;
  padding: 8px;
}
.sp-footer > p {
  display: inline-block;
  vertical-align: middle;
}
.sp-footer .address {
  font-size: 14px;
  letter-spacing: .3px;
  width: 80%;
}
.sp-footer .tel {
  font-size: 36px;
  text-align: right;
  width: 20%;
}
.sp-footer .tel a {
  color: #FFF;
}