@charset "UTF-8";

    

/* --- 全体の背景・テキスト --- */

body{

    background-image: url("../image/sakura_pc.jpg"); /* 全体の背景画像 */

  background-repeat: no-repeat;            /* 背景を繰り返さない */

  background-position: 50% 50%;            /* 背景画像の位置は画面中央 */

  background-attachment:fixed;             /* 背景画像を固定する */

  background-size:cover;

	padding:0;

	margin:0;

    height: 100%;

    font-family: "ten-mincho",serif;

}



body{

font-family: kinuta-maruminyoshino-stdn,serif;

font-weight: 400;

font-style: normal;

}



a{

	text-decoration:underline;

}



/* --- コンテナ --- */

#container {

margin: 0;

}



/* --- ヘッダ --- */

 header{

     width: 100%;

}

header #header-top{

    width: 50%;

    margin-left: 25%;

    margin-top: 3%;

    margin-bottom: 1.5%;

    text-align: center;

}

header #header-top h1{

    width: 100%;

    font-size: 2.5vw;

}

header #header-top h1 img{

    width: 10%;

    vertical-align: middle;

}

header a{

    text-decoration: none;

    color: black;

}



header #header-menu {

    float: left;

    background-color: white;

    width: 100%;

    margin-bottom: 5%;

}

header #header-menu li {

    float: left;

    width: 24%;

    text-align: center;

    font-size: 1.2vw;

}

header #header-menu .line {

    border-left: 0.1vw solid rgba(255,182,193,1.0);

}

header #header-menu .btn {

    display: inline-block;

    width: 100%;

    padding-top: 4%;

    padding-bottom: 4%;

    text-align: center;

    transition: all 0.3s;

    cursor: pointer;

}

header #header-menu .btn:hover {

    background-color: lightpink;

    color: white;

}

.is-fixed{

    position: fixed;

    top: 0;

    left: 0;

    z-index: 990;

    margin: 0;

    background-color: white;

}

/* --- コンテンツ --- */

#contents {

    margin:0 auto;

    height: auto;

    width: 85%;    

}

#contents .link{

    color: hotpink;

}

#contents .link:hover{

    color: deeppink;

}

#contents h2{

    position: relative;

    margin-bottom: 0.2rem;

    padding: 0.5rem;

    border: 2px solid;

    border-radius: 0.8rem;

    color: hotpink;

    font-size: 2vw;

    text-align: center;

}



#contents h3{

    position: relative;

    color: hotpink;

    font-size: 3vw;

}

.pink{

    color: hotpink;

}

/*各コンテンツ*/

#contents .content {

    margin-top: 6%;

    margin-bottom: 8%;

    text-align: center;

}

/*赤字*/

#contents .content .strong {

    color: hotpink;

    font-size: 2vw;

}

#contents .content .strong2 {

    color: black;

    font-size: 2vw;

}



/*google map*/

.ggmap {

	position: relative;

	padding-bottom: 56.25%;

	padding-top: 30px;

	height: 0;

	overflow: hidden;

}

.ggmap iframe,

.ggmapr object,

.ggmap embed {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

}



/*YouTube*/

.youtube{

    width: 75%;

    margin: 0 auto;

}

.movie-wrap {

     position: relative;

     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/

     height: 0;

     overflow: hidden;

}

.movie-wrap iframe {

     position: absolute;

     top: 0;

     left: 0;

     width: 100%;

     height: 100%;

}

/* mp4埋め込みの場合 */

.movie-wrap video{

    position: absolute;

     top: 0;

     left: 0;

     width: 100%;

     height: 100%;

}



/*写真*/

.photogallery{

    width: 100%;

}

.photogallery img {

    float: left;

    margin-right: 3%;

    width: 30%;      

}

.photo1 {

    display: inline-block;

}

.photo2 {

    display: inline-block;

    margin-top: 2%;

    clear: left;

}



/*文章*/

p {

    font-size: 1.5vw;

    line-height: 3vw;

}

/*改行*/

.pc{

    display: block;

}

.phone{

    display: none;

}

/*箇条書き消します*/

li {

    list-style: none;

}

/*ボタン*/

.button019 a {

    background: white;

    border-color: lightpink;

    border-radius: 3px;

    border-style: solid;

    position: relative;

    display: flex;

    justify-content: space-around;

    align-items: center;

    margin: 0 auto;

    max-width: 50%;

    padding: 20px 25px;

    transition: 0.3s ease-in-out;

    font-weight: 500;

    font-size: 1.5vw;

    text-decoration: none;

    line-height: 3vw;

    color: black;

}

.button019 a:after {

  content: "";

  position: absolute;

  top: 50%;

  bottom: 0;

  right: 2rem;

  font-size: 90%;

  display: flex;

  justify-content: center;

  align-items: center;

  transition: right 0.3s;

  width: 6px;

  height: 6px;

  border-top: solid 2px currentColor;

  border-right: solid 2px currentColor;

  transform: translateY(-50%) rotate(45deg);

}

.button019 a:hover {

  background: lightpink;

  color: white;

}

.button019 a:hover:after {

  right: 1.4rem;

}

/*--景品一覧--*/

.premium_list{

    text-align: center;

    padding-left: 0;

    width: 60%;

    /* margin: 60px auto 0; */

    margin: 30px auto 0;

}

.premium_list li{

    position: relative;

    padding-bottom: 30px;

   margin-bottom: 30px;

    font-size: 1.5vw;

    border-bottom: dashed 2px #fed7d7;

}

.premium_list li::before{

    content:"";

	display:inline-block;

	width:1em;

	height:1em;

background:url(../image/petal.png) no-repeat;

	background-size:contain;

}

.premium_list li:nth-last-child(1){

    margin-bottom: 0;

}

.premium_introduction{

    margin: 0 auto 50px;

}

/*----ここまで----*/



/* --- フッタ --- */

#footer{

    width: 100%;

    padding-top: 0.5%;

    padding-bottom: 1%;

    background-color: lightslategray;

}

#footer .copy {

    color: white;   

text-align:center;

font-size: 1vw;

    margin-top: 3%;

}

#footer h2{

    font-size: 1.8vw;

    padding-bottom: 1%;

    color: white;

    text-align: center;

}

#footer a{

    text-decoration: none;

   

}

.clear{

    clear:both;

}

.footer_link{

    position: relative;

    overflow: hidden;

}

#footer ul{

    /*position: relative;

    left:50%;

    float:left;*/

    display: flex;

    padding-left: 0;

    justify-content: center;

}

#footer li{

     font-size: 1.2vw;

    /*float: left;*/

    text-decoration: none;

    color: white;

    /*position: relative;

    left:-50%;

   margin-right:4vw;*/

    margin-left:4vw;

    

}

.map-wrap {
    max-width: 80%; /* ここに横幅を指定 */
    margin: 0 auto;
  }
   
  /* Google Mapを囲う要素 */
  .map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%; /* 比率を4:3に固定 */
  }
   
  /* Google Mapのiframe */
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


/* ########## 820px以下 ########## */

@media (max-width:820px){

    .background-hack {

    z-index                 : -1;

    background-color        : white;

    background-image        : url("../image/sakura_smart.png");

    background-repeat       : no-repeat;

    background-size         : 100% auto;

    position                : fixed;

    top                     : 0;

    left                    : 0;

    right                   : 0;

    bottom                  : 0;

}



/*    ヘッダー*/

    

header #header-top{

    width: 60%;

    margin-left: 20%;

    margin-top: 5%;

}

header #header-top h1{

    font-size: 5vw;

}

header #header-top h1 img{

    width: 15%;

}

    header #header-menu{

        margin-left: -5%;

    }

header #header-menu li {

    font-size: 3vw;

    width: 24%;

    margin-bottom: 5%;

}

    header #header-menu li:nth-child(2){

        width: 20%;

    }

    header #header-menu li:nth-child(3){

        width: 28%;

    }

header #header-menu .line {

    border-left: 0.4vw solid rgba(255,182,193,1.0);

}

    header #header-menu .btn{

        padding-top: 6%;

        padding-bottom: 6%;

    }

/* --- コンテンツ --- */

#contents h2{

    position: relative;

    margin-bottom: 0.2rem;

    padding: 0.2rem;

    border: 2px solid;

    border-radius: 0.8rem;

    color: hotpink;

    font-size: 4.5vw;

    text-align: center;

}



#contents h3{

    position: relative;

    color: hotpink;

    font-size: 5.5vw;

}

/*赤字*/

#contents .content .strong {

    color: hotpink;

    font-size: 4.5vw;

}

#contents .content .strong2 {

    color: black;

    font-size: 4.5vw;

}



/*写真*/

.photogallery{

    width: 100%;

    margin-left: -5%;

}

.photogallery img {

    float: left;

    margin-right: 3%;

    width: 30%;

}

.photo1 {

    display: inline-block;

}

.photo2 {

    display: inline-block;

    margin-top: 2%;

    clear: left;

}



/*文章*/

p {

    font-size: 3.5vw;

    line-height: 6.5vw;

    text-align: justify;

}

    .center{

        text-align: center;

    }  

/*改行*/

.pc{

    display: none;

}

.phone{

    display: block;

}

/*ボタン*/

.button019 a {

    background: white;

    border-color: lightpink;

    border-radius: 1px;

    border-style: solid;

    position: relative;

    display: flex;

    justify-content: space-around;

    align-items: center;

    margin: 0 auto;

    max-width: 95%;

    padding: 5px 8px;

    transition: 0.3s ease-in-out;

    font-weight: 500;

    font-size: 3.5vw;

    line-height: 6.5vw;

    text-align: justify;

    text-decoration: none;

    color: black;

}

.button019 a:after {

  content: "";

  position: absolute;

  top: 50%;

  bottom: 0;

  right: 2rem;

  font-size: 90%;

  display: flex;

  justify-content: center;

  align-items: center;

  transition: right 0.3s;

  width: 6px;

  height: 6px;

  border-top: solid 2px currentColor;

  border-right: solid 2px currentColor;

  transform: translateY(-50%) rotate(45deg);

}

.button019 a:hover {

  background: lightpink;

  color: white;

}

.button019 a:hover:after {

  right: 1.4rem;

}

    /*--景品一覧--*/

.premium_list{

    text-align: left;

    padding-left: 0;

    width: 100%;

}

.premium_list li{

    position: relative;

    padding-left: 20px;

    padding-bottom: 5px;

   margin-bottom: 20px;

    font-size: 3.5vw;

    border-bottom: dashed 2px #fed7d7;

}

.premium_list li::before{

    content:"";

    position: absolute;

    left: 0;

    top: 0;

	display:inline-block;

	width:1em;

	height:1em;

background:url(../image/petal.png) no-repeat;

	background-size:contain;

}

.premium_list li:nth-last-child(1){

    margin-bottom: 0;

}

.premium_introduction{

    margin: 0 auto 70px;

}

    /*----ここまで----*/

    

    

/* --- フッタ --- */

#footer .copy {

font-size: 2.5vw;

    margin-top: 3%;

}

#footer h2{

    font-size: 4vw;

    margin-bottom: 0;

}

#footer a{

    font-size: 3vw;

    margin-bottom: 2%;

    float: none;

}    

 .footer_link{

    position: static;

    overflow: hidden;

}

#footer ul{

    position: static;

    /*float:left;*/

    display: block;

}

    .link1{

        margin-bottom: -15px;

    }

#footer li{

     font-size: 3vw;

    float: left;

    text-decoration: none;

    color: white;

    position: static;

    margin-left:20%;

    margin-bottom: 10px;

}

}