@charset "UTF-8";
html, body {
  width: 100%;
  overflow-x: hidden;
}
.coverBox {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 600px;
  min-width: 695px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  position: relative;
}
.coverBox > p {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.columBox {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.columBox h2 {
  display: block;
  overflow: hidden;
  margin: 100px 0 75px;
}
.columBox h3 {
  display: block;
  overflow: hidden;
  font-size: 3.0rem;
  line-height: 175%;
  text-align: center;
  margin-bottom: 50px;
}
.columBox h4 {
  display: block;
  overflow: hidden;
  font-size: 2.0rem;
  line-height: 155%;
  text-align: center;
  margin-bottom: 100px;
}
.alCenter > img {
  width: 70%;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.4);
  margin: 60px auto;
}
.caution {
  font-size: 1.3rem;
  line-height: 155%;
  text-indent: -1em;
  padding-left: 1em;
}
/******************************************
Cover
******************************************/
#cover {
  /**/
}
#cover > .coverBox {
  background-image: url("../img/cover_bg.png");
}
#cover h1 {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/******************************************
Prologue
******************************************/
#article {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 800px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-image: url("../img/article_bg.png");
  position: relative;
}
#articleBody {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#article h2 {
  font-size: 3.2rem;
  line-height: 155%;
  margin-bottom: 65px;
  white-space: nowrap;
}
#article p {
  line-height: 200%;
  font-size: 1.7rem;
  margin-bottom: 1em;
}
/******************************************
Section01 Biwako
******************************************/
#sec01 {
  background-color: #f1f1f1;
  padding-bottom: 35px;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
#sec01 > .coverBox {
  background-image: url("../img/sec01_bg.png");
}
#sec01 h2 {
  display: block;
  overflow: hidden;
  text-align: center;
}
/******************************************
Section02 Paris
******************************************/
#sec02 > .coverBox {
  background-image: url("../img/sec02_bg.png");
}
#sec02_a {
  margin-top: 35px;
  padding-bottom: 100px;
}
#sec02_a > .coverBox {
  background-image: url("../img/sec02_sub01_bg.png");
  margin-bottom: 65px;
}
#sec02_a {
  background: url("../img/sec02_sub02_a.png") no-repeat 50% 615px;
}
#sec02_b {
  margin-bottom: 35px;
}
#sec02_b > .coverBox {
  background-image: url("../img/sec02_c.png");
  margin-bottom: 65px;
}
/******************************************
Section03 Paris
******************************************/
#sec03 > .coverBox {
  background-image: url("../img/sec03_bg.png");
}
#sec03_a {
  padding-top: 100px;
}
#sec03_a > .coverBox {
  background-image: url("../img/sec03_sub01_bg.png");
  margin-bottom: 65px;
}
/******************************************
Ending
******************************************/
#endblock {
  margin-top: 35px;
}
#endblock > .coverBox {
  height: 704px;
  background-image: url("../img/end_bg.png");
}


@media screen and (max-width: 768px) {
#cover > .coverBox {
  background-image: none;
}

	.coverBox {
    width: 100%;
    height: 	auto;
    min-width: auto;
    background-size: cover;
    background-position: center top;
	  background-color: #f1f1f1;
  }
  .columBox {
    padding: 15px 0 0;
  }
  .columBox h2 {
    margin: 80px 0;
  }
  .columBox h3 {
    font-size: 2.0rem;
    line-height: 155%;
    text-align: center;
    margin-bottom: 40px;
  }
  .columBox h4 {
    font-size: 1.6rem;
    line-height: 155%;
    text-align: center;
    margin-bottom: 40px;
  }
  .columBox > .innerFreme {
    background-color: #f1f1f1;
  }
  .alCenter > img {
    width: 79% !important;
    height: auto;
    max-width: 484px !important;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.4);
    margin: 30px auto;
  }
  .caution {
    font-size: 0.8em;
    line-height: 155%;
    text-indent: -1em;
    padding-left: 1em;
  }
  /******************************************
Cover
******************************************/
  #cover {
    line-height: 100%;
    font-size: 0;
  }
  #cover > h1 > span {
    display: none;
  }
  /******************************************
Prologue
******************************************/
  #article {
    display: block;
    overflow: hidden;
    text-align: center;
    position: relative;
    padding: 70px 15px;
    background-color: #fff;
    background-image: url('../img/sp/article_bg.png');
    background-repeat: no-repeat;
    background-position: right 50%;
    background-size: cover;
  }
  #articleBody {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 640px;
    padding: 0 15px;
    text-align: center;
    box-sizing: border-box;
    /*white-space:nowrap;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);*/
  }
  #article h2 {
    font-size: 2.0rem;
    line-height: 175%;
    text-align: center;
    margin-bottom: 70px;
  }
  #article p {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 1em;
  }
	@media screen and (max-width: 769px) {

	 }	
  /******************************************
Section01 Biwako
******************************************/
  #sec01 {
    background-color: #fff;
    padding-bottom: 20px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #sec01 > .columBox {
    padding: 15px 15px 0;
  }
  #sec01 h2 {
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  /******************************************
Section02 Paris
******************************************/
  #sec02 {
    margin-bottom: 15px;
  }
  #sec02 > .columBox {
    padding: 15px 15px 0;
  }
  #sec02_a, #sec02_b {
    padding: 0 15px;
  }
  #sec02_b > .coverBox {
    background-color: #f1f1f1;
    padding-top: 50px;
  }
  #sec02_a > .coverBox h3, #sec02_b > .coverBox h3 {
    font-size: 2.0rem;
    line-height: 155%;
    text-align: center;
    margin: 30px 0 15px;
  }
  #sec02_a > .columBox, #sec02_b > .columBox {
    padding: 0;
  }
  #sec02_a > .coverBox {
    background-color: #f1f1f1;
    background-image: url('../img/sp/sec02_sub02_a.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    padding-top: 50px;
  }
  /*#sec02_a .innerFreme{
	background-color:unset;
}*/
  /******************************************
Section03 Paris
******************************************/
  #sec03 {
    margin-bottom: 15px;
  }
  #sec03 > .columBox {
    padding: 0 15px 0;
  }
  #sec03_a {
    padding: 0 15px;
  }
  #sec03_a > .coverBox {
    background-color: #f1f1f1;
    padding-top: 50px;
  }
  #sec03_a > .coverBox h3 {
    font-size: 2.0rem;
    line-height: 155%;
    text-align: center;
    margin: 30px 0 15px;
  }
  #sec03_a > .columBox {
    padding: 0;
  }
  /******************************************
Ending
******************************************/
  #endblock {
    display: block;
    overflow: hidden;
    font-size: 0;
  }
}
/******************************************
img
******************************************/
.pconly {
  display: block;
}
.sponly {
  display: none;
}

.coverpc{
  display: block;
}
.coversp{
    display: none;
}


@media screen and (max-width: 769px) {
#cover > .coverpc{
   display: none;
}
#cover > .coversp{
   display: block;
	height: auto;
	max-width: 640px;
}
  .pconly {
    display: none;
  }
  .sponly {
    display: block;
  }
  #sec01 > .coverBox {
    /*    background-image: url("/img/sp/sec01_ttl.png"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    min-height: 300px;
  }
  #sec02_a {
    margin-top: 0;
  }
  #sec02 > .coverBox {
    /*    background-image: url("../img/sp/sec02_ttl.png");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    min-height: 300px;
  }

#sec02_a > .coverBox.sponly {
  background-image: url("../img/sp/sec02_sub02_a.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  min-height: 300px;
  background-color: #f1f1f1;
  margin-bottom: 0;
  padding-top: 0;
}
#sec02_a > .coverBox.sponly p {
  margin-top: 30px;
}
  #sec02_b {
    margin-top: 0;
	  margin-bottom: 0;
  }
#sec02_b > .coverBox {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  min-height: 300px;
	
}
#sec02_b > .coverBox.sponly {
      background-image:none;
  background-repeat: no-repeat;
  background-position: right bottom;
  min-height: 300px;
  background-color: #f1f1f1;
  margin-bottom: 0;
  padding-top: 0;
}
#sec02_b > .coverBox.sponly p {
  margin-top: 30px;
}
#sec03 > .coverBox {
  /*    background-image: url("../img/sp/sec03_ttl.png");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  min-height: 300px;
	margin-bottom: 15px;
}
#sec03_a > .coverBox {
  /*    background-image: url("../img/sp/sec02_sub01_bg.png");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  min-height: 300px;
  background-color: #f1f1f1;
  margin-bottom: 0;
}
#sec03_a > .coverBox.sponly {
      background-image:none;
  background-repeat: no-repeat;
  min-height: 300px;
  background-color: #f1f1f1;
  margin-bottom: 0;
  padding-top: 50px;
}
#sec03_a > .coverBox.sponly p {
  margin-top: 30px;
}

#endblock > .coverBox {
  background-size: cover;
  min-height: 300px;
  height: auto;
  background-image: url("../img/end_bg.png");
}
}
