@charset "utf-8";
body#spa #contents {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}


/* 拡大 */
.zoomIn{

    animation: zoomInAnime .1s linear 1.5s forwards;/*1.5秒後に中央のエリアが0.5秒かけて表示*/
  opacity: 0;/*初期値を透過0にする*/ 
}

@keyframes zoomInAnime{
  0% {opacity:0;}
    100% {opacity:1;}
}/* 拡大 */
.new {
    display: block;
    width: auto;
    position: absolute;
    bottom: -10%;
    left: -3%;
}

.Text-Span, .line, .line2, .line3, .line4 {
  position: relative;
  z-index: 1;
}
.Text-Span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 0%;
    height: 8px;
    background: #F0B292;
    z-index: -1;
    transition: all 0.8s;
}
.Text-Span.isActive:after, .line.isActive:after, .line2.isActive:after, .line3.isActive:after, .line4.isActive:after {
  width: 100%;
}

.line:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 0%;
    height: 3px;
    background: #171717;
    z-index: -1;
    transition: all 0.8s;
}
.line2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 0%;
    height: 1px;
    background: #0A3488;
    z-index: -1;
    transition: all 0.8s;
}
.line3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 0%;
    height: 3px;
    background: #F0B292;
    z-index: -1;
    transition: all 1.5s;
}
.line4:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 0%;
    height: 3px;
    background: #F0B292;
    z-index: -1;
    transition: all 1.5s;
    transition-delay : 1.5s;
}
.parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.parallax.para1 div p:nth-child(2) {
    font-size: 1rem;
    font-weight: bold;
}
.parallax.para1 div p:nth-child(1) {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.parallax.para1 div p {
    text-align: center;
}
.parallax.para1 div  {
    margin-left: auto;
    margin-right: auto;
    max-width: 717px;
    background-color: rgba(255,255,255,0.85);
    padding: 30px;
    position: relative;
}
.parallax.para1 {
	background-image: url(img/pala2.jpg);
	padding: 100px 15px;
	margin-bottom: 0px;
}
#lightgallery {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 19px;
}
#lightgallery ul ,#lightgallery ul li{
    margin: 0px;
    list-style: none;
    padding: 0px;
}
#lightgallery ul {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    margin-bottom: 100px;
}
#lightgallery ul li {
    list-style-image: none;
    width: 15%;
}
#lightgallery ul li:nth-of-type(even) {
    position: relative;
    padding-top: 0px;
    top: -20px;
}
#lightgallery p:nth-child(1)  {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(0,0,0,1.00);
    font-size: 1.6rem;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}





/* CSS Document */
.spa-head {
  height: 335px;
  background-image: url(img/bk-head-ohashi.png);
  background-repeat: repeat-x;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.spa-head img {
  max-width: 936px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
#spa #contents .mvwaku {
    background-color: rgb(1 55 96);
    padding-top: 50px;
    padding-bottom: 50px;
}
#contents .mvwaku p {
    color: #FFFFFF;
    font: bold 1.2em "メイリオ";
    text-align: center;
    margin-bottom: 20px;
}


.sec {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sec.s1 {
  background-image: url(img/bk-awa.png);
  background-repeat: repeat-y;
  background-position: center top;
}
.sec.s2 {
    background-image: url(img/bk-shop.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.sec.s3 {
  background-image: url(img/bk-wood.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sec.s1 .s1copy {
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  margin-bottom: 80px;
}
#contents .sec.s1 .cm {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.sec.s1 .s1copy p:nth-child(1) {
  color: #663300;
  font-size: 2rem;
  margin-bottom: 30px;
}
.sec.s1 .s1copy p:nth-child(2) {
  font-size: 1.4rem;
}
.sec.s1 .s12 {
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
}
.sec.s1 .s12 > div {
  width: 45%;
}
.s12 div p:nth-child(1) {
    text-align: center;
    margin-bottom: 35px;
    font-size: 1.2rem;
    font-weight: bold;
    border-bottom: 2px solid rgba(75,75,75,1.00);
    padding-bottom: 16px;
}
.sec.s1 .s12 div:nth-child(1) p {
  font-size: 1.4rem;
}
div p .tya {
  color: #672905;
  font-weight: bold;
}
.s12 div li {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
ol li .under {
  background: linear-gradient(transparent 60%, #F0B292 50%);
}
ol li .ss {
  font-size: 0.8rem;
}
.sec.s2 > div {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
}
.sec.s2 div p strong {
}

.sec.s2 div div {
    width: 27%;
    background-color: rgba(255,255,255,1.00);
    padding: 20px 2%;
    -webkit-box-shadow: 0px 0px 5px 0px;
    box-shadow: 0px 0px 5px 0px;
    border-radius: 5px;
    position: relative;
}
.sec.s2 div div::before{
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 84px;/*画像の幅*/
    height: 74px;/*画像の高さ*/
    background-image: url(img/toku1.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: -12px;
    left: -13px;
}
.sec.s2 div div:nth-child(2)::before{
    background-image: url(img/toku2.png);
}
.sec.s2 div div:nth-child(3)::before{
    background-image: url(img/toku3.png);
}
.sec.s2 div div p strong {
    font-weight: bold;
}

.sec.s2 div p:nth-child(1) {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 30px;
    border-bottom: 1px solid #0F0F0F;
    padding-bottom: 15px;
    padding-left: 0px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}
.sec.s2 div p {
  margin-bottom: 20px;
}
.sec.s2 ul {
    margin: 0px 0px 9px;
    padding: 0px 0px 0px 25px;
}

.sec.s2 li {
    font-size: 0.9rem;

}
.sec.s2 div p span {
    position: relative;
    left: 53px;
}


.sec.s3 .sc {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 10px 10px;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    background-color: #FFFFFF;
    position: relative;
    margin-bottom: 60px;
    -webkit-box-shadow: 0px 0px 5px;
    box-shadow: 0px 0px 5px;
    border-radius: 5px;
}
#furo {
    max-width: 1020px;
    padding: 20px;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    font-size: 1.8rem;
}
.furowaku {
    padding-bottom: 71px;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}



.furowaku::before {
  content: '▼'; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 10px; /*画像の幅*/
  height: 54px; /*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -42px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  color: #1279DF;
}
.furowaku::after {
  content: '▼'; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 10px; /*画像の幅*/
  height: 54px; /*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  color: #E27B13;
  bottom: -10px;
}
.sec.s3 .sc div {
  border: 2px solid #1279DF;
  border-radius: 4px;
  width: 18%;
}
.sec.s3 .sc div:not(:first-child) {
  position: relative;
}
.sec.s3 .sc div:not(:first-child)::after {
  content: '▶'; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 170px; /*画像の幅*/
  height: 54px; /*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  color: #1279DF;
  margin-left: -11%;
  top: 44px;
}
.sec.s3 .sc.gogo div:not(:first-child)::after {
  content: '▶'; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 170px; /*画像の幅*/
  height: 54px; /*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  color: #E27B13;
  margin-left: -9%;
  top: 44px;
}
.sec.s3 .sc.gogo div {
  border: 2px solid #E27B13;
  width: 23%;
}
.sec.s3 > p,.sec.s2 > p {
  text-align: center;
  margin-bottom: 50px;
  font-size: 1.2rem;
  font-weight: bold;
}
.sec.s3 .sc div p:nth-child(1) {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px;
}
.sec.s3 .sc div span {
  display: block;
  font-weight: normal;
  font-size: 0.8rem;
}
.sec.s3 .sc div p:nth-child(2) {
    background-color: #1279DF;
    color: #FFFFFF;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2rem;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}
.sec.s3 .sc.gogo div p:nth-child(2) {
  background-color: #E27B13;
}
.sec.s3 .sougei > p {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 50px;
    font-weight: bold;
}



.sc::before {
  content: ''; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 170px; /*画像の幅*/
  height: 54px; /*画像の高さ*/
  background-image: url(img/b-gozen.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -6px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
.sc.gogo::before {
  background-image: url(img/b-gogo.png);
}
.sec.s4 {
    background-image: url(img/bk-s4.png);
    background-repeat: repeat-y;
    background-position: center 0%;
}

.sec.s4 p.coronatitle {
    text-align: center;
    font-size: 1.6rem;
    padding-bottom: 20px;
    margin-bottom: 50px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}
.sec.s4 .corona {
    max-width: 546px;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    align-items: center;
    left: 50%;
    position: relative;
    margin-left: -400px;
}





.sec.s4 .corona div:nth-child(1) {
    width: 186px;
}
.sec.s4 .corona div:nth-child(2) {
    width: 360px;
    text-align: center;
}
.sec.s4 .corona div:nth-child(2) p:nth-child(1) {
    color: rgba(7,62,160,1.00);
    font-size: 1.6rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.maps {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.maps > div > p {
    text-align: center;
    font-weight: bold;
}

.maps div:nth-child(1)  {
    width: 60%;
}
.maps > div:nth-child(2)  {
    width: 37%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.maps > div:nth-child(1) div {
    padding: 24px;
    background-color: rgba(255,255,255,1.00);
}

.maps div p {
    margin-bottom: 16px;
    font-size: 1.2rem;
}
.maps div div p span {
    margin-bottom: 2px;
    display: block;
}
.info {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.info p img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.maps div div p {
    font-size: 1rem;
}
.info div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    background-color: rgba(255,255,255,1.00);
}
.info div p {
    margin-bottom: 15px;
    font-size: 1rem;
}
.info div p span.telfax {
    display: block;
    text-align: center;
}

div p span.tel  ,div p span.fax{
    font-weight: bold;
    font-size: 1.6rem;
}
div p span.tel {
    background-image: url(img/tel.svg);
    background-repeat: no-repeat;
    margin-left: 0px;
    padding-left: 49px;
}

.spatube {
    position: relative;
    padding-bottom: 41.8%;
    height: 0;
    overflow: hidden;
    max-width: 1060px;
    margin: 0 auto;
}
.spatube iframe {
        position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
















@media screen and (max-width:935px) {
  .spa-head {
    height: auto;
    padding-top: 0px;
	  background-size: contain;
  }

}
@media screen and (min-width:601px) {
  .sp {
    display: none
  }
    .sec.s4 .corona:nth-child(3) {
margin-left: -100px;
    flex-flow: row-reverse;
    top: -47px;
}
.sec.s4 .corona:nth-child(4) {
    top: -80px;
}
.sec.s4 .corona:nth-child(5) {
    flex-flow: row-reverse;
    margin-left: -100px;
    top: -100px;
}
.sec.s4 .corona:nth-child(6) {
    top: -100px;

}
}
@media screen and (max-width:600px) {
.parallax.para1 {
    background-image: url(img/palasp.jpg);
    padding: 16px 15px;
    margin-bottom: 10px;
}
.parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.parallax.para1 div p:nth-child(1) {
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 20px;
}
.parallax.para1 div p:nth-child(2) {
    font-size: 3vw;
    font-weight: bold;
    padding-left: 0px;
    padding-right: 0px;
}
#lightgallery ul li {
    list-style-image: none;
    width: 30%;
    margin-bottom: 30px;
}
  .pc {
    display: none
  }
.sec.s3 .sc div span.pc {
  display: none;
}


.sec.s1 .s1copy p:nth-child(1) {
  color: #663300;
  font-size: 5vw;
  margin-bottom: 30px;
}
.sec.s1 .s1copy p:nth-child(2) {
    font-size: 3vw;
}
.sec.s1 .s12 {
    max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
 
}
.parallax.para1 div {
    margin-left: auto;
    margin-right: auto;
    max-width: 717px;
    background-color: rgba(255,255,255,0.85);
    padding: 25px 10px;
    position: relative;
}
.sec.s1 .s12 > div {
    width: 100%;
    margin-bottom: 40px;
}
.sec.s1 .s12 div:nth-child(1) p {
    font-size: 5vw;
}
.s12 div p:nth-child(1) {
    text-align: center;
    margin-bottom: 20px;
    font-size: 5vw;
    font-weight: bold;
}
ol li .under {
    background: linear-gradient(transparent 70%, #F0B292 50%);
}
.s12 div li {
    font-size: 5vw;
    margin-bottom: 20px;
}
ol li .ss {
    font-size: 3vw;
}
#contents .sec.s1 .cm {
    max-width: 500px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 3vw;
}
.sec.s2 > div {
    max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-flex; /* Safari */
    flex-wrap: wrap;
}
.sec.s2 div div {
    width: 100%;
    background-color: rgba(255,255,255,1.00);
    padding: 20px 2%;
    -webkit-box-shadow: 0px 0px 5px 0px;
    box-shadow: 0px 0px 5px 0px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.sec.s3 .sc {
    max-width: 1040px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 60px 10px 10px;
    display: -webkit-flex; /* Safari */
    display: block;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    background-color: #FFFFFF;
    position: relative;
    margin-bottom: 60px;
}
.sec.s3 .sc div {
    border: 2px solid #1279DF;
    border-radius: 4px;
    width: 90%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.sec.s3 .sc.gogo div {
    border: 2px solid #E27B13;
    border-radius: 4px;
    width: 90%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.sec.s3 .sc div:not(:first-child)::after {
    content: '▼'; /*何も入れない*/
    display: inline-block; /*画像の高さ*/
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    color: #1279DF;
    text-align: center;
    margin-bottom: 0px;
    top: -22%;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}
.sec.s3 .sc.gogo div:not(:first-child)::after {
    content: '▼'; /*何も入れない*/
    display: inline-block; /*画像の高さ*/
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    color: #E27B13;
    text-align: center;
    margin-bottom: 0px;
    top: -22%;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}
.furo {
}
.sec.s4 .corona div:nth-child(1) {
    width: 30%;
    margin: auto;
    left: auto;
    position: static;
}
.sec.s4 .corona div:nth-child(2) {
    width: 70%;
    text-align: center;
}
.sec.s4 .corona {
    max-width: 546px;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    align-items: center;
    left: auto;
    position: static;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.sec.s4 .corona:nth-of-type(even) {
    flex-flow: row-reverse;
}
.sec.s4 .corona div:nth-child(2) p:nth-child(1) {
    color: rgba(7,62,160,1.00);
    font-size: 4vw;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.corona div p {
    font-size: 3vw;
}
.new {
    display: block;
    width: 19%;
    position: absolute;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -35%;
    
}
.maps {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex; /* Safari */
    display: block;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
}
.maps div:nth-child(1) {
    width: 100%;
    margin-bottom: 30px;
}
.maps div:nth-child(2) {
    width: 90%;
    background-color: rgba(255,255,255,1.00);
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
.maps div p {
    margin-bottom: 16px;
    font-size: 3vw;
}
.maps > div > p {
    text-align: center;
    font-weight: bold;
    font-size: 5vw;
}
.furowaku {
    padding-bottom: 71px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 360px;
}
.info {
    max-width: 600px;
    margin-left: 20px;
    margin-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.info div p span.telfax {
    display: flex;
    text-align: center;
    flex-flow: column;
    align-items: center;
}
div p span.fax {
    font-size: 5vw;
}
div p span.tel {
    padding-left: 40px;
    font-size: 6vw;
    background-size: 10% auto;
    background-position: left center;
}

.telfax .tel.sp a {
    text-decoration: none;
    display: block;
    background-color: rgba(255,155,110,1.00);
    border-radius: 50px;
    padding: 10px 20px;
    color: rgba(255,255,255,1.00);
}
.spatube {
    padding-bottom: 56.25%;
}











}
