@charset "utf-8";
/* CSS Document */

ul{
    text-align: left;
}
h1,h2,h3,h4{
  text-align: left;
    font-weight: normal;
}
/*ローディング*/
#top #loader {
    width: 24px;
    height: 24px;
    display: block;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -12px; /* heightの半分のマイナス値 */
    margin-left: -12px; /* widthの半分のマイナス値 */
    z-index: 100;
    background: url(../images/loading.gif) no-repeat;
    -webkit-background-size: 24px;
    -moz-background-size: 24px;
    background-size: 24px;
}
#top #fade {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
}

/*wrapper ローディング用*/
#top #wrapper{
    overflow: hidden;
    opacity: 0;  
    filter: alpha(opacity=0);  
    -ms-filter: "alpha( opacity=0 )";
}

article p.txt {
    margin-bottom: 1em;
    text-align: left;
    line-height: 1.9;
    letter-spacing: 0.18em;
    font-size: 105%;
}
@media screen and (max-width: 640px) {
      article p.txt{
        font-size: 0.85rem;
      }
    }
	
/* レイアウト
----------------------------------------- */
#top #conWrap{
  padding-top: 57px;
}
#conWrap #wrap article{
    padding-bottom: 70px;
}
#conWrap #wrap article:last-child{
    padding-bottom: 0;
}
.conBox .whiteBox{
    background: #fff;
    padding: 50px;
    margin-bottom: 50px;
}
    @media screen and (max-width: 640px) {
        #top #conWrap{
          padding-top: 20px;
        }
        #conWrap #wrap article{
            padding-top: 40px;
            padding-bottom: 50px;
        }
        #conWrap #wrap article:first-child{
             padding-top: 35px; 
        }
        .conBox .whiteBox{
            padding: 15px;
            margin-bottom: 30px;
        }
    }

/* #topmain
----------------------------------------- */
#topmain{
    width: 100%;
    text-align: center;
    position: relative;
    /*min-height: 700px;*/
    margin-top: 80px;
}
/*#topmain .slider li img.back{
  height: 100%;
  max-height: 570px;
}*/
#topmain .box img{
    width: 100%;
    margin: 0 auto;
}
#topmain .slider li{
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 570px;
  height: 570px;
}
#topmain .slider li.item01{ background-image: url(../images/top/slide_back1.png); }
#topmain .slider li.item02{ background-image: url(../images/top/slide_back2.png); }
#topmain .slider li.item03{ background-image: url(../images/top/slide_back3.png); }
#topmain li a{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

#topmain h2{
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 100;
  text-align: center;
}

#topmain a:hover *{  
        opacity: 1;  
        filter: alpha(opacity=100);  
      -ms-filter: "alpha( opacity=100 )";
} 
#topmain a:hover {  
        opacity: 1;  
        filter: alpha(opacity=100);  
      -ms-filter: "alpha( opacity=100 )";
}
/*#topmain a:hover .more{
    opacity: 0.7 !important;  
    filter: alpha(opacity=70) !important;  
  -ms-filter: "alpha( opacity=70 )" !important;
}*/
/*ページャー*/
#topmain .bx-pager span{display: none;}
#topmain .bx-pager{
    width: auto;
    height: 7px;
    text-align: center;
    margin: 11px auto 0;
}
#topmain .bx-pager-link{
  height:7px;
  width:7px;
  display: inline-block;
  margin: 0 12px 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #cfcfcf;
}
#topmain .bx-pager-link.active{
  background: #000;
}
#topmain .bx-pager-item{
  display: inline;
}
/*prev next*/
#topmain .bx-wrapper .bx-controls-direction{
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    width: 96%;
    top: -300px;
}
#topmain .bx-wrapper .bx-controls-direction a {
  top: 50%;
  margin-top: -28px;
  width: 28px;
  height: 56px !important;
  position: absolute;
  z-index: 51;
}
#topmain .bx-wrapper .bx-prev {
  left: 0;
  text-indent: -9898px;
}
#topmain .bx-wrapper .bx-next {
  right: 0;
  text-indent: -9898px;
}
#topmain .bx-wrapper .bx-prev::before,
#topmain .bx-wrapper .bx-next::before{
    width: 28px;
    /*height: 56px;*/
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 0px;
    display: block;
    content: '';
    /*width: 20px;*/
    height: 1px;
    background-color: #000;
    text-decoration: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#topmain .bx-wrapper .bx-prev::after,
#topmain .bx-wrapper .bx-next::after{
    top: 50%;
    width: 28px;
    width: 28px;
    /*height: 56px;*/
    position: absolute;
    top: 50%;
    margin-top: 6px;
    left: 0px;
    display: block;
    content: '';
    /*width: 20px;*/
    height: 1px;
    background-color: #000;
    text-decoration: none;
}
#topmain .bx-wrapper .bx-prev::after{
    /*left: 17px;*/
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#topmain .bx-wrapper .bx-next::before{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#topmain .bx-wrapper .bx-next::after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#topmain .bx-wrapper .bx-prev:hover:before,
#topmain .bx-wrapper .bx-next:hover:before,
#topmain .bx-wrapper .bx-prev:hover:after,
#topmain .bx-wrapper .bx-next:hover:after{
    opacity: 1;  
    filter: alpha(opacity=100);  
    -ms-filter: "alpha( opacity=100 )";
    -webkit-transition: 0.2s ease-in-out;  
       -moz-transition: 0.2s ease-in-out;  
         -o-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out; 
}

    @media screen and (max-width: 640px) and (orientation: portrait){
      #topmain{
        height: 50vh;
        background-size: auto 50vh;
        min-height: inherit;
        margin-top: 60px;
      }
      #topmain .slider li{
        min-height: 50vh;
        height: auto;
      }
      #topmain .box{
        top: 50%;
        margin-top: calc(10vh * -1);
      }
      #topmain li.item01 .box{
        top: 50%;
        margin-top: calc(10vh * -2);
      }
      #topmain h2{
		  display: none;
      }
      #topmain .bx-wrapper .bx-controls-direction{
          display: none;
      }
      #topmain .bx-pager{ margin-top: 0; }
    }
    @media screen and (max-width: 640px){
      #topmain .item01 h2{
        width: 220px;
      }
      #topmain .item02 h2{
        width: 290px;
      }
      #topmain .item03 h2{
        width: 355px;
      }
      #topmain .box .more{
        max-width: 100px;
        margin: 30px auto 0;
      }
      #topmain li.item01 .box .more{
        margin: 20px 0 0 10px;
      }
    }
    @media screen and (max-width: 320px){
      #topmain .item01 h2{
        width: 190px;
      }
      #topmain .item02 h2{
        width: 270px;
      }
      #topmain .item03 h2{
        width: 298px;
      }
    }
    @media screen and (max-width: 640px) and (orientation: landscape){
      #topmain{
        height: 100vh;
        background-size: auto 100vh;
        min-height: inherit;
        margin-top: 0;
      }
      #topmain .slider li{
        min-height: 100vh;
        height: auto;
      }
      #topmain .box{
        top: 50%;
        margin-top: calc(10vh * -1);
      }
      #topmain li.item01 .box{
        top: 50%;
        margin-top: calc(10vh * -2);
      }
      #topmain h2{
		  display: none;
      }
      #topmain .box .more{
        max-width: 100px;
        margin: 40px auto 0;
      }
      #topmain .bx-wrapper .bx-controls-direction{
          display: none;
      }
      #topmain .bx-pager{ margin-top: 0; }
    }


/* #aramashi
----------------------------------------- */
#aramashi .columBox li.left{
	width: 70%;
}
#aramashi .columBox li.right{
	width: 25%;
}

@media screen and (max-width: 640px) {
		#aramashi .columBox li.left{
	width: 100%;
}
#aramashi .columBox li.right{
	width: 100%;
}
	#aramashi .columBox li.right img{
	width: auto;
}
	}


/* #reservation 20181105追加
----------------------------------------- */


/* PCでのtel:リンク無効化 20190514追加（佐々木）
----------------------------------------- */
@media(min-width: 768px){
	a[href^="tel:"]{
		pointer-events: none;
	}
	a[href^="tel:"] img{
		display: none;
	}
}

/* フォームの必須マーク（佐々木）taiken2.php 20190726追加
----------------------------------------- */
span.Hissu{
	color: #CC0000;
	font-size: 80%;
}


/* お申込み（佐々木）taiken2.php 20190913追加
----------------------------------------- */
div#moshikomi h3{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	font-size: 150%;
	background-color: #CCC;
	border: 1px solid #999;
	padding: 5px;
	margin-left: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
}

div#moshikomi p{
	color: #000;
/*	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	margin-bottom: 1em;
}

div#moshikomi span.kyocho{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #CC0000;
	font-size: 150%;
}


