@charset 'UTF-8';
/*********************************************************
全体
*********************************************************/
.layer{
  position: fixed;
  top: 0;
  z-index: 998;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
body {
  left: 0;
  overflow-x: hidden;
}
/*********************************************************
ヘッダー
*********************************************************/
.pc-header {
  display: none;
}
.sp-header {
  display: block;
  padding-top: 10px;
}
header {
  display: block;
  width: 100%;
  z-index: 1;
  background: #FFF;
  border-bottom: 1px solid #C1C1C1;
}
header img {
  max-width: 120px;
  padding: 8px;
}
#slide_menu{
  display: block;
  position: fixed;
  top: 0;
  right: -240px;
  width: 240px;
  height: 100%;
  overflow: auto;
  background: #FFF;
  z-index: 999;
  border-left: 1px solid #454545;
}
#slide_menu > ul {
  overflow: scroll;
}
#slide_menu li {
  border-bottom: 1px solid #d2d1d1;
}
#slide_menu li a {
  color: #6493ce;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 0 10px 10px;
  display: block;
  line-height: 40px;
}
#slide_menu .info-sns li {
  border-bottom: none;
  width: 72px;
  height: auto;
}
#slide_menu .info-sns li a {
  padding: 0;
  line-height: 30px;
}
#slide_menu .info-sns li img {
  display: block;
  margin: 0 auto;
  max-width: 50px;
  padding: 0;
}
header .info-sns i {
  font-size: 50px;
}
#panel-btn{
  position: relative;
  float: right;
  width: 50px;
  height: 50px;
  background: #FFF;
  cursor: pointer;
  box-shadow: none;
  border: none;
  padding: 0;
  z-index: 1;
  border: 1px solid #6493ce;
  border-radius: 5px;
  margin-right: 10px;
}
#panel-btn:after {
  content: 'MENU';
  font-weight: normal;
  display: block;
  color: #6493ce;
  line-height: 1em;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  padding: 30px 0 0;
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 35%;
  left: 50%;
  width: 30px;
  height: 4px;
  margin: -1px 0 0 -15px;
  background: #6493ce;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 4px;
  background: #6493ce;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -10px;
}
#panel-btn-icon:after{
  margin-top: 6px;
}
/*-----------------------
子メニュー
-----------------------*/
.next,.next2 {
  line-height: 40px;
  color: #6493ce;
}
.next span,.next2 span {
  padding: 10px;
  display: block;
  position: relative;
}
.next ul,.next2 ul {
  display: none;
  background: #f2f8ff;
}
#slide_menu .next li,
#slide_menu .next2 li {
  line-height: 1;
  border-bottom: 1px solid #d2d1d1;
}
#slide_menu .next li:last-child,
#slide_menu .next2 li:last-child {
  border-bottom: none;
}
.next i,.next2 i {
  position: absolute;
  right: 2%;
  top: 40%;
}
.clicked i {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*-----------------------
閉じるボタン
-----------------------*/
#close-button{
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  box-shadow: none;
  border: none;
  padding: 0;
  z-index: 1;
  margin: 5% auto 0;
}
#close-button:after {
  content: 'CLOSE';
  font-weight: normal;
  display: block;
  color: #6493ce;
  line-height: 1em;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  padding: 40px 0 0;
}
#close-panel-btn-icon{
  display: block;
  position: absolute;
  top: 35%;
  left: 50%;
  width: 30px;
  height: 4px;
  margin: -1px 0 0 -15px;
  background: #6493ce;
  transition: .2s;
}
#close-panel-btn-icon:before, #close-panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;


  left: 0;
  width: 30px;
  height: 4px;
  background: #6493ce;
  transition: .3s;
}
#close-panel-btn-icon:before{
  margin-top: -10px;
}
#close-panel-btn-icon:after{
  margin-top: 6px;
}
#close-button #close-panel-btn-icon{
  background: transparent;
}
#close-button #close-panel-btn-icon:before, #close-button #close-panel-btn-icon:after{
  margin-top: 0;
}
#close-button #close-panel-btn-icon:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#close-button #close-panel-btn-icon:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
/*********************************************************
メイン
*********************************************************/
#main {
  padding: 30px 10px 20px;
  box-sizing: border-box;
}
/*-----------------------
トップページ
-----------------------*/
/*--トップページコンテンツ--*/
.top-contents-title {
  font-size: 24px;
}
.top-contents-title span {
  font-size: 18px;
}
/*-----------------------
トップページ
-----------------------*/
/*--メインイメージ--*/
.slick-prev{
  background: none !important;
}
.slick-next{
  background: none !important;
}
.main-image {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
.imgarea-txt,
.imgarea-txt2 {
  position: absolute;
  z-index: 999;
}
.imgarea-txt {
  display: none;
}
.imgarea-txt p {
  display: none;
}
.imgarea-txt2 {
  display: none;
}
.main-message {
  z-index: 10;
}

.top-contents6 {
  margin: 50px 0 0;
}
/*--トップページコンテンツ6--*/
.top-info-box {
  display: block;
}
.top-info-kyushin,
.top-info-address {
  display: block;
  width: 100%;
}
/*********************************************************
フッター
*********************************************************/
.pc-footer {
  display: none;
}
.finfo {
  border-top: 10px solid #666;
  padding: 20px 0;
}
/*********************************************************
マップ
*********************************************************/
/*********************************************************
PageTopボタン
*********************************************************/