html {
 font-size : 80%;
}

body{
 margin:0;
 padding:0;
 background-color:#fff;
 font-family: " メイリオ",Meiryo,Osaka," ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro"," ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.swiper-container {
  margin-bottom: 20px;
}
.swiper-slide img {
  width: 100%;
}
.cont_out {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 40px auto;
}
.cont_out2 {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0px auto;
}
#info {
  max-width: 960px;
  margin: 50px auto -10px auto;
  padding: 20px 20px 0px 20px;
  border: dashed 1px #333;
}
.cont_in {
  position: relative;
  border: 0px solid #000000;
  text-align: center;
}
.cont_m {
  width: calc(33.3% - 40px);
  margin: 0px;
  position:	relative;
}
.cont_m img {
  width: 100%;
}
.cont_m .mask {
	width: 100%;
	height: 100%;
	position: absolute;	/* 絶対位置指定 */
	top: 0;
	left: 0;
	opacity: 0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition: all 0.2s ease;
}
.cont_m:hover .mask {
	opacity: 1;	/* マスクを表示する */
}
.caption {
	font-size: 1.3em;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
	color: #fff;
  white-space: nowrap;
}
.cont_n {
  width: calc(50% - 40px);
  margin: 0px;
}
.cont_o {
  width: calc(30% - 10px);
  margin-right: 10px;
}
.cont_p {
  width: calc(70% - 0px);
  margin: 0px;
}
.cont_in img {
  width: 90%;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
}
.cont_in p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  }
.lead2 {
  font-size:1em;
  line-height: 200%;
  letter-spacing: 3px;
  color: #666;
  text-align: left;
  margin-top: 20px;
}
.lead3 {
  font-size:1em;
  line-height: 200%;
  letter-spacing: 3px;
  color: #666;
  text-align: left;
  margin-top: 20px;
  width:50%;
  margin:0 auto;
  }
/* ソーシャルボタン */
#share {
  background-color: #444;
  padding: 20px 0;
}
#share ul{
	height:auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#share li{
	font-size:0.9em;
	text-align:center;
	width:75px;
	border-radius:3px;
	list-style:none;
  margin:5px;
}
#share li.share-twitter{
	background:#55acee;
	box-shadow:0 2px #2795e9;
}
#share li.share-twitter:hover{
	background:#83c3f3;
}
#share li.share-facebook{
	background:#3b5998;
	box-shadow:0 2px #2d4373;
}
#share li.share-facebook:hover{
	background:#4c70ba;
}
#share li.share-google{
	background:#dd4b39;
	box-shadow:0 2px #c23321;
}
#share li.share-google:hover{
	background:#e47365;
}
#share li.share-hatena{
	background:#2c6ebd;
	box-shadow:0 2px #225694;
}
#share li.share-hatena:hover{
	background:#4888d4;
}
#share li.share-pocket{
	background:#f13d53;
	box-shadow:0 2px #e6152f;
}
#share li.share-pocket:hover{
	background:#f26f7f;
}
#share li.share-line{
	background:#00C300;
	box-shadow:0 2px #009d00;
}
#share li.share-line:hover{
	background:#2bd92b;
}
#share a{
	display:block;
	height:27px;
	padding-top:6px;
	color:#ffffff;
	text-decoration:none;
}
#share a:hover{
	text-decoration:none;
	color:#ffffff;
}
/* ソーシャルボタン　ここまで */
/* ボタン */
.square_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #214A9D;/*色*/
    border: solid 1px #214A9D;/*線色*/
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.square_btn:active {/*押したとき*/
    border: solid 1px #03A9F4;
    box-shadow: none;
    text-shadow: none;
}
/* ボタン　ここまで */
/* パララックス */
.parallax {
    /*background-size: contain;*/
  background-attachment: fixed;/*画面からの相対位置（背景固定）*/
  background-size: cover;/*背景サイズ*/
  text-align: center;
  padding: 40px 0;
  margin: 0px 0;
}
.parallax_b {
    /*background-size: contain;*/
  background-attachment: fixed;/*画面からの相対位置（背景固定）*/
  background-size: cover;/*背景サイズ*/
  text-align: center;
  padding: 20px 0;
  margin: 0px 0;
}
/* パララックス ここまで */
/* おしゃれBOX */
.box_9 {
    width: 100%;
    margin: 20px auto;
    background: #F0F0F2;
    border-radius: 10px;
}
.box_9 .box-title_5 {
    font-size: 1.2em;
    background: #214A9D;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-radius: 10px 10px 0 0;
    }
.box_9 p {
    padding: 15px 20px;
    font-size:1em;
    line-height: 200%;
    letter-spacing: 3px;
    color: #666;
    text-align: center;
    }

.box_10{
    width: 100%;
    margin: 0px auto;
    padding: 0 20px 20px 20px;
    background: #fff;
    box-shadow: 0px 0px 0px 10px #fff;
    border: dashed 1px #214A9D;
    }

.box_title_10{
    position: relative;
    display: inline-block;
    margin: 20px 0 !important;
    font-size: 24px;
    line-height: 28px;
    color: #222;
    text-align: center;
    display: block;
    padding: 0;
    font-weight: 700;
    }

.box_title_10:after {
    content: '';
    position: absolute;
    left: 42%;
    bottom: -5px;
    display: inline-block;
    width: 90px;
    height: 1px;
    -moz-transform: translateX(-27%);
    -webkit-transform: translateX(-27%);
    -ms-transform: translateX(-27%);
    transform: translateX(-27%);
    background-color: #555;
    border-radius: 2px;
    }
.box_10 p {
  text-align: left;
  font-size:1em;
  line-height: 200%;
  letter-spacing: 3px;
  color: #666;
}
.box_3{
    position: relative;
    text-align: left;
    background: rgba(0,0,0,0.5);
    box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.5);
    border: dashed 1px #fff;
    width: 80%;
    margin: 40px auto;
    padding: 20px;
    }
    .box_3 p {
      text-align: left;
      font-size:1em;
      line-height: 200%;
      letter-spacing: 3px;
      color: #fff;
    }
    .box_4{
        position: relative;
        text-align: left;
        background: #fff;
        border: dashed 1px #333;
        width: 100%;
        margin: 40px auto;
        padding: 40px;
        }
        .box_4 p {
          text-align: left;
          font-size:1em;
          line-height: 200%;
          letter-spacing: 3px;
        }
  /* おしゃれBOX ここまで */
/* メールボタン */
.mail_btn{
      position: relative;
      display: inline-block;
      font-weight: bold;
      padding: 0.5em 0.8em;
      text-decoration: none;
      color: white;
      background: #999;
      transition: .4s;
      margin-bottom:15px;
      border-radius: 10px;
    }

.mail_btn:hover {
      background: #ECECEC;
      color: #222;
  }
/* メールボタン ここまで */
/* スライド */
.slide img {
  width: 100%;
}
.slider1 {
  width: 100%;
  margin-top: 0px !important;
}
.custom-thumb,.custom-thumb2 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	margin:0;
	padding:0;
}
.custom-thumb div,.custom-thumb2 div {
	width: calc(20% - 10px);
  font-size:2em;
}
.custom-thumb img,.custom-thumb2 img {
	width: 100%;
}
/* スライド ここまで */

footer {
    	padding: 30px;
    	text-align: center;
    	border-top: solid 1px #bbb;
      background-color: #222;
    }
footer a {
    	color: #666;
    	text-decoration: none;
    }
footer p {
    font-size:1em;
    line-height: 200%;
    letter-spacing: 3px;
    color: #fff;
    margin: 30px 0;
    }
.tel {
color:#666;
font-size: 2em;
margin-bottom:20px;
}
.tel i {
  font-size: 2em;
  line-height: 150%;
  margin-bottom: 15px;
  color: #222;
}
#movei {
  width: 100% !important;
  position: relative;
  overflow: hidden;
}
.move_text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
	z-index: 1000;
}
#innerfade-text {
  display: flex;
  justify-content: center;
  list-style: none;
  white-space: nowrap;
  font-size:5em;
  line-height:120%;
  color: #fff;
  padding-left: 0;
}
#innerfade-text li {
  display: inline-block;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}
#tubular-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
	}
.c_title {
  font-size: 2em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 30px auto;
  text-shadow: 1px 1px 1px #999999;
  letter-spacing: 0.2em;
}
.c_title::after,.c_title::before {
  content: "●";
  font-size: 1em;
  margin:0 20px;
}
h1{
  position: relative;
  padding: 0.25em 0;
  text-align: center;
  color: #666;
  line-height: 160%;
  margin: 30px 0;
  font-size: 1.5em;
}
h1:after {
  content: "";
  display: block;
  height: 2px;
  margin-top:20px;
  border: 0;
    background: #333;
    background-image: -webkit-linear-gradient(left, #fff, #333, #fff);
    background-image:    -moz-linear-gradient(left, #fff, #333, #fff);
    background-image:     -ms-linear-gradient(left, #fff, #333, #fff);
    background-image:      -o-linear-gradient(left, #fff, #fff, #fff);
}
#wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.table1 { width: 100%; overflow: hidden; margin-top: 10px;}
.table1 th, .table1 td  { padding: 10px; border-bottom: dashed 1px #333; }
.table1 th  { background: #fff; white-space: nowrap;}
h2{
position: relative;
padding: 0.25em 0;
text-align: left;
color: #666;
line-height: 160%;
margin: 0 0 0px 0;
font-size: 1.5em;
}
h2:after {
content: "";
display: block;
height: 2px;
margin-top:10px;
background: #333;
background-image: -webkit-linear-gradient(left, #333, #666, #fff);
background-image:    -moz-linear-gradient(left, #333, #666, #fff);
background-image:     -ms-linear-gradient(left, #333, #666, #fff);
background-image:      -o-linear-gradient(left, #333, #666, #fff);
}
.spacer {
  margin: 30px;
}
#cal {
  margin-bottom:30px;
}
.calendar {
  width: calc(33.3% - 10px);
  text-align: center;
  padding: 30px 0;
}
.flexbox {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*スライドに文字乗せ*/
.swiper-slide {
  position: relative;
  padding: 0 !important;
}
.swiper-slide span {
  position: absolute;
  color: #fff;
  font-size: 5em;
  line-height: 120%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-shadow: 1px 2px 3px #808080;
}
  @media screen and (max-width: 750px) {
    .cont_m {
      width: calc(100% - 70px);
      margin: 0px;
    }
    .cont_n {
      width: calc(100% - 70px);
      margin: 0px;
    }
    .tel i {
      font-size: 1.3em;
    }
    .br-ps {
      display: none;
    }
    #share ul{
    	justify-content: space-between;
    }
    #share li{
    	width: calc(33.3% - 3px);
      margin: 3px 0;
    }
    .cont_out .cont_m:nth-child(2){
      margin: 40px auto;
        }
    #movei {
      width: 100% !important;
    }
    #innerfade-text {
      font-size:2em;
    }
    .parallax_b {
      background-size: contain;
      padding: 10px 0;
    }
    .lead3 {
      width:80%;
      }
    .cont_o {
      display: none;
      width: calc(100% - 0px);
      }
    .cont_p {
      width: calc(100% - 0px);
      margin: 0 20px;
      }
      /* テーブル */
      .table1 { margin: 0 0px; }
          .table1 th,
          .table1 td{
          width: 100%;
          display: block;
          border-top: none;
          }
  .sp-none {
    display: none !important;
  }
  .calendar {
      width: calc(100% - 0px) !important;
      margin:5px;
  }
        /* テーブル ここまで */

    
        #tubular-container iframe {
        display: none;
      }
      .pconly {display:none;}
      .swiper-slide span {
  font-size: 2em;
}
  }
  @media screen and (min-width: 750px){
  .sponly{display:none;}
  }
