@charset "UTF-8";

/* h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 165%;
  text-align: center;
  padding: 80px 0 0 0;
} */

.wrap {
  width: 100%;
}

/* PC版メディアクエリー */
/*画面サイズが1024px以上のとき*/
@media screen and (min-width:1024px) {
  .left {
    width: calc((100% - 450px) * 0.65);
    /* ブラウザ幅（100%）からメインコンテンツの幅（450px）を引いた数値の65%幅という計算*/
    height: 100vh;

    position: fixed;
    top: 0;
    left: 0;
    /* 左カラムを左上に固定配置 */

    overflow: hidden;
    /* 
  overflow: hidden; はみ出した領域を隠す
  このボックス内にpositionで配置した要素がブラウザウインドウ外にはみ出たときに、横スクロールバーが出ない
  書いておくと良い。
  */

    /* background-image: url(../images/yasai.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top; */

    background-color: #FFDE55;
  }

  .left_visual {
    width: 50%;
    height: auto;
    display: block;
    margin: 10% auto 0 auto;
    border: solid 14px #775B1B;
  }

  .reservation {
    text-align: center;
    margin: 6% auto;
  }

  .reservation-btn {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #333;
    padding: 18px 30px;
    border-radius: 6px;
    display: inline-block;
    transition: .3s;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2);
    border-bottom: solid 2px #9e2411;
    border-radius: 4px;
    font-weight: bold;
    text-shadow: -1px -1px rgba(255, 255, 255, 0.44), 1px 1px rgba(0, 0, 0, 0.38);
  }

  .reservation-btn:hover {
    transform: scale(1.1);
  }

  .reservation-btn {
    padding: 19px 28px;
    background-color: #FF5A03;
    text-decoration: none;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    border-radius: 20px;
    /* border: solid 1px #37060A; */
  }

  .pad-btn_1 {
    display: flex;
    width: 90%;
    max-width: 700px;
    /* background-color: #FF5A03; */
    justify-content: space-between;
    margin: 0 auto;
  }

  .pad-btn2 {
    display: flex;
    width: 60%;
    max-width: 500px;
    /* background-color: #FF5A03; */
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 6%;
  }

  .pad-btn-section {
    display: flex;
    text-align: center;
    justify-content: center;
    width: 24%;
    /* background-color: #d9f4b9; */
  }

  .pad-btn-section_2 {
    display: flex;
    text-align: center;
    justify-content: center;
    width: 30%;
    /* background-color: #d9f4b9; */
  }

  .pad-btn-link {
    text-decoration: none;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;

  }

  .btn {
    width: 57px;
    height: 43px;
    background-image: url(../images/pad@2x.png);
    background-size: 100%;
    background-repeat: no-repeat;
    /* background-color:#5cab02; */
    margin: 0 auto;
  }

  .btn:hover {
    background-image: url(../images/pad2@2x.png);
    transition: 0.2s;
  }


  .pad-comment {
    margin-top: 9px;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #37060A;
    font-size: 15px;
  }



  .right {
    width: calc((100% - 450px) * 0.35);
    /* ブラウザ幅（100%）からメインコンテンツの幅（450px）を引いた数値の35%幅という計算 */
    height: 100vh;

    position: fixed;
    right: 0;
    top: 0;
    /* 右カラムを右上に固定配置 */

    overflow: hidden;
    /* 
  overflow: hidden; はみ出した領域を隠す
  このボックス内にpositionで配置した要素がブラウザウインドウ外にはみ出たときに、横スクロールバーが出ない
  書いておくと良い。
  */

    /* background-image: url(../images/retasu.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; */
  }

  .center {
    width: 450px;
    background-color: #FFF2D0;
    /* background: linear-gradient(to bottom, #FFC778, #FFF, #c4ff80, #5cab02); */
    height: 10000px;
    /* height: auto; */
    /* 擬似的にメインコンテンツに高さを出しているだけ。実際のサイト制作では高さは記述しない */

    position: absolute;
    top: 0;
    left: calc((100% - 450px) * 0.65);
    /* メインコンテンツの左端からの距離を、左カラムの幅（65%）と同じにする計算 */
  }

  .bone-img {
    width: 45%;
    height: auto;

  }

  /* .reservation-bone {
    position: fixed;
    margin: 1%;
    z-index: 100;
  } */

  .reservation-bone {
    display: none;
  }

  .global-header {
    display: none;
  }

  .toppage-btn {
    position: fixed;
    width: 80px;
    top: 3%;
    margin-left: 1%;
    /* right: 300px; */
  }


  .top-visual {
    height: 100vh;
    background-image: linear-gradient(#0070F4, #ffffff);
    position: relative;
  }

  .top-img {
    width: 450px;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
  }

  .top-icon {
    width: 15%;
    position: absolute;
    top: 105px;
    right: 190px;
    /* top: 2.2%;
    right: 42%; */
    /* background-color: #0070F4; */
  }

  .top-dog-hotel {
    width: 40%;
    position: absolute;
    top: 150px;
    right: 140px;
  }

  .top-door {
    width: 70%;
    height: auto;
    position: absolute;
    top: 210px;
    right: 65px;
  }

  .top-leaf {
    width: 40%;
    position: absolute;
    bottom: 0;
    /* top: 558px; */
  }

  .top-leaf_2 {
    width: 40%;
    position: absolute;
    /* top: 558px; */
    bottom: 0;
    right: 20%;
  }

  .top-leaf_3 {
    width: 40%;
    position: absolute;
    /* top: 558px; */
    bottom: 0;
    right: 1%;
  }

  .heading-name {
    margin: 15% 0 10% 0;
    text-align: center;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    color: #F8B73B;
  }

  .features-section {
    height: 370px;
    background-image: url(../images/fukidashi.png);
    background-size: 95%;
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: #5cab02; */
    margin-bottom: 20%;
  }

  .features-section_2 {
    height: 370px;
    background-image: url(../images/fukidashi2.png);
    background-size: 95%;
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: #5cab02; */
    margin-bottom: 20%;
  }

  .features-section-margin {
    margin-bottom: 30%;
  }

  .title-center {
    width: 85%;
    margin: 0 auto;
    /* background-color: #0070F4; */
  }

  .features-title {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #f4f4f4;
    padding: 15% 0 8% 0;
    /* width: 90%; */
    /* margin: 0 auto; */
    /* background-color: #c4ff80; */
    line-height: 30px;
  }

  .features-comment {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    width: 100%;
    /* margin: 0 auto; */
    line-height: 20px;
    color: #ffffff;
  }

  .number {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 70px;
    color: #ffffff;
    margin: 13% 0 0 8%;
  }

  .number_2 {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 70px;
    color: #ffffff;
    text-align: right;
    margin: 1% 10%;
  }


  .number_3 {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 70px;
    color: #ffffff;
    margin: 4% 0 0 8%;
  }

  .features-photo {
    display: block;
    width: 290px;
    height: auto;
    margin: -20% 0 0 auto;
    border-radius: 20px 0 0 20px;
  }

  .features-photo_2 {
    display: block;
    width: 290px;
    height: auto;
    margin: -10% auto 0 0;
    border-radius: 0 20px 20px 0;
  }

  .features-photo_3 {
    display: block;
    width: 290px;
    height: auto;
    margin: -10% 0 0 auto;
    border-radius: 20px 0 0 20px;
  }

  .heading-name-price {
    color: #EABB7B;
    margin: 30% 0 10% 0;
    text-align: center;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
  }

  .price-list {
    display: flex;
    flex-wrap: wrap;
    background-color: #EABB7B;
    width: 420px;
    height: 420px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 5px;
    /* box-sizing: border-box; */
  }

  .list-item {
    width: 209px;
    height: 209px;
    display: flex;
    justify-content: center;
    /* margin-top: 10%; */
    /* align-items: center; */
    /* background-color: #0070F4; */
  }

  .border-right {
    border-right: solid 1px #ffffff;
  }

  .border-bottom {
    border-bottom: solid 1px #ffffff;
  }

  .list-section {
    /* background-color: #70d319; */
    width: 100%;

  }


  .list-item-img {
    height: 35%;
    width: auto;
    display: block;
    padding: 14% 0 0 0;
    margin: 0 auto;
    /* background-color: #acb2ba; */
  }

  .list-item-img_2 {
    height: 40%;
  }

  .inner-content-section {
    height: 50px;
    width: auto;
    /* background-color: coral; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 22px;

  }

  .inner-content {
    width: 100%;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 17px;
    /* margin: 10% 0 0 0; */
    text-align: center;

  }

  .inner-content-price {
    width: 100%;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 17px;
    text-align: center;
    /* background-color: #78ffd2; */
    /* position: absolute;
bottom: 30px; */
  }

  .circle-img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin: 35px 0 0 20px;
  }

  .circle-img_2 {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: -20px 30px 0 0;
    clear: both;
    float: right;
    transform: rotate(-30deg);


  }

  .heading-name-thing {
    color: #FF9D60;
    margin: 40% 0 10% 0;
    text-align: center;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
  }

  .packing-list {
    height: 480px;
    background-color: #FF9D60;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 20px 0 20px 0;
  }

  .inner-discription {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
    color: #513e33;
    background-color: #FDE6A9;
    padding: 25px 0 25px 60px;
    margin: 0 20px;
    /* height: 78px;
  width: 90%; */
    border-radius: 10px;
    /* text-align: center; */
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-size: 8%;
    background-position: 3% 50%;

  }

  .circle-img_3 {
    width: 270px;
    height: 270px;
    border-radius: 50%;
    display: block;
    margin: 15% auto;
    transform: rotate(18deg);
  }

  .heading-name-service {
    color: #E57200;
    margin: 15% 0 10% 0;
    text-align: center;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
  }

  .service-img {
    width: 90%;
    height: 254px;
    display: block;
    margin: 0 auto;
  }

  .service-section {
    height: 254px;
    width: 90%;
    background-color: #E57200;
    margin: 0 auto;
  }

  .about-service {
    width: 80%;
    height: auto;
    margin: 0 auto;
    /* background-color: #c4ff80; */
    padding: 10% 0 0 0;
  }

  .servicr-title {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    color: #ffffff;
    padding-bottom: 5%;
  }

  .service-content {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #ffffff;
    /* padding: 20px 40px 0 40px; */
    line-height: 30px;
  }

  .arrow::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 1px solid #37060A;
    border-right: 1px solid #37060A;
    margin: 10% auto;
  }

  /* 下向き */
  .arrow.-bottom::before {
    transform: rotate(135deg);
  }

  .heading-name-service {
    color: #C16000;
    margin: 15% 0 10% 0;
    text-align: center;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
  }

  .news {
    width: 80%;
    height: 290px;
    background-color: #FFE3CB;
    margin: 0 auto;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: solid 4px #C16000;
  }

  .news-section {
    display: flex;
    justify-content: space-between;
    width: 70%;
    /* background-color: #db85d7; */
    margin: 0 auto;
    padding: 30px 0 30px 0;
  }

  .news-link {
    text-decoration: none;
    color: #30241E;
  }

  .news-link:hover {
    color: #7e736d;
    transition: 0.3s;
  }

  .news-date {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    background-image: url(../images/small_pad.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    padding-left: 30px;
  }

  .news-content {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
  }

  .popup {
    display: none;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 101;

    position: fixed;
    top: 0;
    left: 0;
  }

  .content {
    background: #BBD6DD;
    padding: 30px;
    width: 30%;
    height: auto;
  }

  .popup-list {
    display: flex;
  }

  .popup-date {
    background-image: url(../images/small_pad.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    margin-right: 10px;
  }

  .popup-title {
    font-size: 16px;
  }

  .popup-img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .popup-content {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .close {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .show {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .heading-name-photo {
    color: #3E1C00;
    margin: 15% 0 10% 0;
    text-align: center;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
  }

  .photo-section {
    background-image: url(../images/film@2x-100.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .photo-img {
    width: 70%;
    display: block;
    margin: 0 auto;
    padding: 20px;
  }

  .photo-margin-top {
    padding-top: 40px;
  }

  .photo-margin-bottom {
    padding-bottom: 40px;
  }

  .access {
    width: 100%;
    height: 820px;
    background-image: linear-gradient(#0070F4 60%, #ffffff);
    position: relative;
  }

  .heading-name-access {
    color: #ffffff;
    margin: 15% 0 10% 0;
    text-align: center;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    padding-top: 10%;
  }

  .map {
    width: 90%;
    height: 360px;
    display: block;
    margin: 0 auto;
  }

  .access-section {
    width: 80%;
    height: auto;
    margin: 30px auto;
    /* background-color: #5cab02; */
  }

  .access-title {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
  }

  .access-address {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 20px;
  }

  .access-comment {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #ffffff;
    line-height: 20px;
  }






  .bg-slider {
    /* background-image: url(/images/sanpo.jpg); */
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }




}


/* タブレット版メディアクエリー */
/*画面サイズが481px以上1024px未満のとき
両サイドのカラムに共通の背景画像が表示される
*/
@media screen and (min-width:481px) and (max-width:1023px) {
  .right {
    display: none;
  }

  .center {
    width: 450px;
    background-color: #FFF2D0;

    height: 10000px;
    /* 擬似的にメインコンテンツに高さを出しているだけ。実際のサイト制作では高さは記述しない */

    position: absolute;
    top: 0;
    right: 0;
  }

  .left {
    width: calc(100% - 450px);
    /* ブラウザ幅（100%）からメインコンテンツの幅（450px）を引いた数値の65%幅という計算*/
    height: 100vh;

    position: fixed;
    top: 0;
    left: 0;
    /* 左カラムを左上に固定配置 */

    overflow: hidden;
    /* 
  overflow: hidden; はみ出した領域を隠す
  このボックス内にpositionで配置した要素がブラウザウインドウ外にはみ出たときに、横スクロールバーが出ない
  書いておくと良い。
  */

    background-image: url(../images/yasai.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-color: #FFDE55;
  }

  .left_visual {
    width: 70%;
    height: auto;
    display: block;
    margin: 10% auto 0 auto;
    border: solid 14px #775B1B;
  }

  .reservation {
    text-align: center;
    margin: 10% auto;
  }

  .reservation-btn {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #333;
    padding: 18px 30px;
    border-radius: 6px;
    display: inline-block;
    transition: .3s;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2);
    border-bottom: solid 2px #9e2411;
    border-radius: 4px;
    font-weight: bold;
    text-shadow: -1px -1px rgba(255, 255, 255, 0.44), 1px 1px rgba(0, 0, 0, 0.38);
  }

  .reservation-btn:hover {
    transform: scale(1.1);
  }

  .reservation-btn {
    padding: 15px 20px;
    background-color: #FF5A03;
    text-decoration: none;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-style: normal;
    color: #ffffff;
    border-radius: 20px;
    /* border: solid 1px #37060A; */
  }

  .pad-btn_1 {
    display: flex;
    width: 90%;
    max-width: 700px;
    /* background-color: #FF5A03; */
    justify-content: space-between;
    margin: 0 auto;
  }

  .pad-btn2 {
    display: flex;
    width: 60%;
    max-width: 500px;
    /* background-color: #FF5A03; */
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 8%;
  }

  .pad-btn-section {
    display: flex;
    text-align: center;
    justify-content: center;
    width: 15%;
    min-width: 70px;
    /* background-color: #d9f4b9; */
  }

  .pad-btn-section_2 {
    display: flex;
    text-align: center;
    justify-content: center;
    width: 22%;
    min-width: 70px;
    /* background-color: #d9f4b9; */
  }

  .pad-btn-link {
    text-decoration: none;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;

  }

  .btn {
    width: 47px;
    height: 38px;
    background-image: url(../images/pad@2x.png);
    background-size: 100%;
    background-repeat: no-repeat;
    /* background-color:#5cab02; */
    margin: 0 auto;
  }

  .btn:hover {
    background-image: url(../images/pad2@2x.png);
    transition: 0.2s;
  }


  .pad-comment {
    margin-top: 9px;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    color: #37060A;
  }

  /* center */

  .bone-img {
    width: 45%;
    height: auto;

  }

  /* .reservation-bone {
    position: fixed;
    margin: 1%;
    z-index: 100;
  } */

  .reservation-bone {
    display: none;
  }

  .global-header {
    display: none;
  }

  .top-visual {
    width: auto;
    height: 100vh;
    max-height: 800px;
    background-image: linear-gradient(#0070F4, #ffffff);
    position: relative;
  }

  .top-img {
    width: 450px;
    height: auto;
    display: block;
    position: absolute;
    bottom: 0;
  }

  .top-icon {
    width: 15%;
    position: absolute;
    top: 105px;
    right: 190px;
    /* top: 2.2%;
    right: 42%; */
    /* background-color: #0070F4; */
  }

  .top-dog-hotel {
    width: 40%;
    position: absolute;
    top: 150px;
    right: 140px;
  }

  .top-door {
    width: 70%;
    height: auto;
    position: absolute;
    top: 210px;
    right: 65px;
  }

  .top-leaf {
    width: 40%;
    position: absolute;
    bottom: 0;
    /* top: 558px; */
  }

  .top-leaf_2 {
    width: 40%;
    position: absolute;
    /* top: 558px; */
    bottom: 0;
    right: 20%;
  }

  .top-leaf_3 {
    width: 40%;
    position: absolute;
    /* top: 558px; */
    bottom: 0;
    right: 1%;
  }

  .heading-name {
    margin: 15% 0 10% 0;
    text-align: center;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    color: #F8B73B;
  }

  .features-section {
    height: 370px;
    background-image: url(../images/fukidashi.png);
    background-size: 95%;
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: #5cab02; */
    margin-bottom: 20%;
  }

  .features-section_2 {
    height: 370px;
    background-image: url(../images/fukidashi2.png);
    background-size: 95%;
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: #5cab02; */
    margin-bottom: 20%;
  }

  .features-section-margin {
    margin-bottom: 30%;
  }

  .title-center {
    width: 85%;
    margin: 0 auto;
    /* background-color: #0070F4; */
  }

  .features-title {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #ffffff;
    padding: 15% 0 8% 0;
    /* width: 90%; */
    margin: 0 auto;
    /* background-color: #c4ff80; */
    line-height: 30px;
  }

  .features-comment {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    width: 100%;
    margin: 0 auto;
    line-height: 20px;
    color: #ffffff;
  }

  .number {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 70px;
    color: #ffffff;
    margin: 13% 0 0 8%;
  }

  .number_2 {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 70px;
    color: #ffffff;
    text-align: right;
    margin: 1% 10%;
  }


  .number_3 {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 70px;
    color: #ffffff;
    margin: 4% 0 0 8%;
  }

  .features-photo {
    display: block;
    width: 290px;
    height: auto;
    margin: -20% 0 0 auto;
    border-radius: 20px 0 0 20px;
  }

  .features-photo_2 {
    display: block;
    width: 290px;
    height: auto;
    margin: -10% auto 0 0;
    border-radius: 0 20px 20px 0;
  }

  .features-photo_3 {
    display: block;
    width: 290px;
    height: auto;
    margin: -10% 0 0 auto;
    border-radius: 20px 0 0 20px;
  }

  .heading-name-price {
    color: #EABB7B;
    margin: 30% 0 10% 0;
    text-align: center;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
  }

  .price-list {
    display: flex;
    flex-wrap: wrap;
    background-color: #EABB7B;
    width: 420px;
    height: 420px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 5px;
    /* box-sizing: border-box; */
  }

  .list-item {
    width: 209px;
    height: 209px;
    display: flex;
    justify-content: center;
    /* margin-top: 10%; */
    /* align-items: center; */
    /* background-color: #0070F4; */
  }

  .border-right {
    border-right: solid 1px #ffffff;
  }

  .border-bottom {
    border-bottom: solid 1px #ffffff;
  }

  .list-section {
    /* background-color: #70d319; */
    width: 100%;

  }


  .list-item-img {
    height: 35%;
    width: auto;
    display: block;
    padding: 14% 0 0 0;
    margin: 0 auto;
    /* background-color: #acb2ba; */
  }

  .list-item-img_2 {
    height: 40%;
  }

  .inner-content-section {
    height: 50px;
    width: auto;
    /* background-color: coral; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 22px;

  }

  .inner-content {
    width: 100%;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 17px;
    /* margin: 10% 0 0 0; */
    text-align: center;

  }

  .inner-content-price {
    width: 100%;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 17px;
    text-align: center;
    /* background-color: #78ffd2; */
    /* position: absolute;
bottom: 30px; */
  }

  .circle-img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin: 35px 0 0 20px;
  }

  .circle-img_2 {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: -20px 30px 0 0;
    clear: both;
    float: right;
    transform: rotate(-30deg);


  }

  .heading-name-thing {
    color: #FF9D60;
    margin: 40% 0 10% 0;
    text-align: center;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
  }

  .packing-list {
    height: 480px;
    background-color: #FF9D60;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 20px 0 20px 0;
  }

  .inner-discription {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
    color: #513e33;
    background-color: #FDE6A9;
    padding: 25px 0 25px 60px;
    margin: 0 20px;
    /* height: 78px;
  width: 90%; */
    border-radius: 10px;
    /* text-align: center; */
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-size: 8%;
    background-position: 3% 50%;

  }

  .circle-img_3 {
    width: 270px;
    height: 270px;
    border-radius: 50%;
    display: block;
    margin: 15% auto;
    transform: rotate(18deg);
  }

  .heading-name-service {
    color: #E57200;
    margin: 15% 0 10% 0;
    text-align: center;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
  }

  .service-img {
    width: 90%;
    height: 254px;
    display: block;
    margin: 0 auto;
  }

  .service-section {
    height: 254px;
    width: 90%;
    background-color: #E57200;
    margin: 0 auto;
  }

  .about-service {
    width: 80%;
    height: auto;
    margin: 0 auto;
    /* background-color: #c4ff80; */
    padding: 10% 0 0 0;
  }

  .servicr-title {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    color: #ffffff;
    padding-bottom: 5%;
  }

  .service-content {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #ffffff;
    /* padding: 20px 40px 0 40px; */
    line-height: 30px;
  }

  .arrow::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 1px solid #37060A;
    border-right: 1px solid #37060A;
    margin: 10% auto;
  }

  /* 下向き */
  .arrow.-bottom::before {
    transform: rotate(135deg);
  }

  .heading-name-service {
    color: #C16000;
    margin: 15% 0 10% 0;
    text-align: center;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
  }

  .news {
    width: 80%;
    height: 290px;
    background-color: #FFE3CB;
    margin: 0 auto;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: solid 4px #C16000;
  }

  .news-section {
    display: flex;
    justify-content: space-between;
    width: 70%;
    /* background-color: #db85d7; */
    margin: 0 auto;
    padding: 30px 0 30px 0;
  }

  .news-link {
    text-decoration: none;
    color: #30241E;
  }

  .news-link:hover {
    color: #7e736d;
    transition: 0.3s;
  }

  .news-date {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    background-image: url(../images/small_pad.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    padding-left: 30px;
  }

  .news-content {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
  }

  .popup {
    display: none;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 101;

    position: fixed;
    top: 0;
    left: 0;
  }

  .content {
    background: #BBD6DD;
    padding: 30px;
    width: 30%;
    height: auto;
  }

  .popup-list {
    display: flex;
  }

  .popup-date {
    background-image: url(../images/small_pad.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    margin-right: 10px;
  }

  .popup-title {
    font-size: 16px;
  }

  .popup-img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .popup-content {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .close {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .show {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .heading-name-photo {
    color: #3E1C00;
    margin: 15% 0 10% 0;
    text-align: center;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
  }

  .photo-section {
    background-image: url(../images/film@2x-100.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .photo-img {
    width: 70%;
    display: block;
    margin: 0 auto;
    padding: 20px;
  }

  .photo-margin-top {
    padding-top: 40px;
  }

  .photo-margin-bottom {
    padding-bottom: 40px;
  }

  .access {
    width: 100%;
    height: 820px;
    background-image: linear-gradient(#0070F4 60%, #ffffff);
    position: relative;
  }

  .heading-name-access {
    color: #ffffff;
    margin: 15% 0 10% 0;
    text-align: center;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    padding-top: 10%;
  }

  .map {
    width: 90%;
    height: 360px;
    display: block;
    margin: 0 auto;
  }

  .access-section {
    width: 80%;
    height: auto;
    margin: 30px auto;
    /* background-color: #5cab02; */
  }

  .access-title {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
  }

  .access-address {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 20px;
  }

  .access-comment {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #ffffff;
    line-height: 20px;
  }

  .toppage-btn {
    position: fixed;
    width: 80px;
    top: 3%;
    margin-left: 1%;
  }

















}


/*スマホ版メディアクエリー */
/*画面サイズが480px以下のとき*/
@media screen and (max-width:480px) {
  .left {
    display: none;
  }

  .right {
    display: none;
  }

  .center {
    width: 100%;
    /* height: 9500px; */
    /* 擬似的にメインコンテンツに高さを出しているだけ。実際のサイト制作では高さは記述しない */
    background-color: #FFF2D0;

    position: absolute;
    top: 0;
  }

  .bone-img {
    width: 45%;
    height: auto;

  }

  .reservation-bone {
    position: fixed;
    margin: 8% 0 0 5%;
    z-index: 100;
  }

  .top-visual {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(#0070F4, #ffffff);
    position: relative;
  }

  .top-img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 0;
    display: block;
  }

  .top-icon {
    width: 15%;
    position: absolute;
    /* top: 105px; */
    bottom: 468px;
    right: 170px;
    /* top: 2.2%;
    right: 42%; */
    /* background-color: #0070F4; */
  }

  .top-dog-hotel {
    width: 40%;
    position: absolute;
    /* top: 150px; */
    bottom: 430px;
    right: 123px;
  }

  .top-door {
    width: 70%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: auto;
  }

  .top-leaf {
    width: 40%;
    position: absolute;
    bottom: 0;
    /* top: 558px; */
  }

  .top-leaf_2 {
    width: 40%;
    position: absolute;
    /* top: 558px; */
    bottom: 0;
    right: 20%;
  }

  .top-leaf_3 {
    width: 40%;
    position: absolute;
    /* top: 558px; */
    bottom: 0;
    right: 1%;
  }

  .heading-name {
    margin: 15% 0 3% 0;
    text-align: center;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    color: #F8B73B;
  }

  .features-section {
    height: 370px;
    background-image: url(../images/fukidashi.png);
    background-size: 95%;
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: #5cab02; */
    margin-bottom: 10%;
  }

  .features-section_2 {
    height: 370px;
    background-image: url(../images/fukidashi2.png);
    background-size: 95%;
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: #5cab02; */
    margin-bottom: 20%;
  }

  .features-section-margin {
    margin-bottom: 20%;
  }

  .title-center {
    width: 85%;
    margin: 0 auto;
    padding-top: 15%;
    /* background-color: #0070F4; */
  }

  .features-content {
    width: 90%;
    margin: 0 auto;
  }

  .features-title {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #ffffff;
    /* padding: 15% 0 5% 0; */
    padding-bottom: 3%;
    /* width: 95%; */
    margin: 0 auto;
    /* background-color: #c4ff80; */
    line-height: 25px;
  }

  .features-comment {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    width: 100%;
    /* margin: 0 auto; */
    line-height: 20px;
    color: #ffffff;
  }

  .number {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 60px;
    color: #ffffff;
    margin: 8% 0 0 8%;
  }

  .number_2 {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 60px;
    color: #ffffff;
    text-align: right;
    margin: 2% 7%;
  }


  .number_3 {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 60px;
    color: #ffffff;
    margin: 5% 0 0 7%;
  }

  .features-photo {
    display: block;
    width: 70%;
    height: auto;
    margin: -20% 0 0 auto;
    border-radius: 20px 0 0 20px;
  }

  .features-photo_2 {
    display: block;
    width: 70%;
    height: auto;
    margin: -12% auto 0 0;
    border-radius: 0 20px 20px 0;
  }

  .features-photo_3 {
    display: block;
    width: 70%;
    height: auto;
    margin: -13% 0 0 auto;
    border-radius: 20px 0 0 20px;
  }

  .heading-name-price {
    color: #EABB7B;
    margin: 25% 0 10% 0;
    text-align: center;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
  }

  .price-list {
    display: flex;
    flex-wrap: wrap;
    background-color: #EABB7B;
    width: 350px;
    height: 350px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 5px;
    /* box-sizing: border-box; */
  }

  .list-item {
    width: 174px;
    height: 174px;
    display: flex;
    justify-content: center;
    /* margin-top: 10%; */
    /* align-items: center; */
    /* background-color: #0070F4; */
  }

  .border-right {
    border-right: solid 1px #ffffff;
  }

  .border-bottom {
    border-bottom: solid 1px #ffffff;
  }

  .list-section {
    /* background-color: #70d319; */
    width: 100%;

  }


  .list-item-img {
    height: 35%;
    width: auto;
    display: block;
    padding: 14% 0 0 0;
    margin: 0 auto;
    /* background-color: #acb2ba; */
  }

  .list-item-img_2 {
    height: 40%;
  }

  .inner-content-section {
    height: 50px;
    width: auto;
    /* background-color: coral; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 22px;

  }

  .inner-content {
    width: 100%;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 17px;
    /* margin: 10% 0 0 0; */
    text-align: center;

  }

  .inner-content-price {
    width: 100%;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 17px;
    text-align: center;
    /* background-color: #78ffd2; */
    /* position: absolute;
bottom: 30px; */
  }

  .circle-img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin: 35px 0 0 20px;
  }

  .circle-img_2 {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: -20px 30px 0 0;
    clear: both;
    float: right;
    transform: rotate(-25deg);
  }

  .heading-name-thing {
    color: #FF9D60;
    margin: 40% 0 10% 0;
    text-align: center;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
  }

  .packing-list {
    height: 400px;
    background-color: #FF9D60;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 20px 0 20px 0;
  }

  .inner-discription {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #513e33;
    background-color: #FDE6A9;
    padding: 25px 0 25px 60px;
    margin: 0 10px;
    /* height: 78px;
  width: 90%; */
    border-radius: 10px;
    /* text-align: center; */
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-size: 8%;
    background-position: 5% 50%;

  }

  .circle-img_3 {
    width: 270px;
    height: 270px;
    border-radius: 50%;
    display: block;
    margin: 10% auto;
    transform: rotate(18deg);
  }

  .heading-name-service {
    color: #E57200;
    margin: 15% 0 10% 0;
    text-align: center;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
  }

  .service-img {
    width: 90%;
    height: 254px;
    display: block;
    margin: 0 auto;
  }

  .service-section {
    height: 240px;
    width: 90%;
    background-color: #E57200;
    margin: 0 auto;
  }

  .about-service {
    width: 85%;
    height: auto;
    margin: 0 auto;
    /* background-color: #c4ff80; */
    padding: 10% 0 0 0;
  }

  .servicr-title {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: #ffffff;
    padding-bottom: 5%;
  }

  .service-content {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #ffffff;
    /* padding: 20px 40px 0 40px; */
    line-height: 30px;
  }

  .arrow::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 1px solid #37060A;
    border-right: 1px solid #37060A;
    margin: 6% auto 8% auto;
  }

  /* 下向き */
  .arrow.-bottom::before {
    transform: rotate(135deg);
  }

  .heading-name-service {
    color: #C16000;
    margin: 15% 0 10% 0;
    text-align: center;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
  }

  .news {
    width: 90%;
    height: 290px;
    background-color: #FFE3CB;
    margin: 0 auto;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: solid 4px #C16000;
  }

  .news-section {
    display: flex;
    justify-content: space-between;
    width: 70%;
    /* background-color: #db85d7; */
    margin: 0 auto;
    padding: 30px 0 30px 0;
  }

  .news-link {
    text-decoration: none;
    color: #30241E;
  }

  .news-link:hover {
    color: #7e736d;
    transition: 0.3s;
  }

  .news-date {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    background-image: url(../images/small_pad.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    padding-left: 30px;
  }

  .news-content {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
  }

  .popup {
    display: none;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 101;

    position: fixed;
    top: 0;
    left: 0;
  }

  .content {
    background: #BBD6DD;
    padding: 30px;
    width: 80%;
    height: auto;
  }

  .popup-list {
    display: flex;
  }

  .popup-date {
    background-image: url(../images/small_pad.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    padding-left: 30px;
    margin-bottom: 8%;
    font-size: 16px;
    margin-right: 10px;
  }

  .popup-title {
    font-size: 16px;
  }

  .popup-img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .popup-content {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .close {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .show {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .heading-name-photo {
    color: #3E1C00;
    margin: 15% 0 10% 0;
    text-align: center;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
  }

  .photo-section {
    background-image: url(../images/film@2x-100.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .photo-img {
    width: 70%;
    display: block;
    margin: 0 auto;
    padding: 20px;
  }

  .photo-margin-top {
    padding-top: 40px;
  }

  .photo-margin-bottom {
    padding-bottom: 40px;
  }

  .access {
    width: 100%;
    height: 820px;
    background-image: linear-gradient(#0070F4 60%, #ffffff);
    /* position: relative; */
    /* bottom: 0; */
  }

  .heading-name-access {
    color: #ffffff;
    margin: 15% 0 10% 0;
    text-align: center;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    padding-top: 10%;
  }

  .map {
    width: 90%;
    height: 360px;
    display: block;
    margin: 0 auto;
  }

  .access-section {
    width: 80%;
    height: auto;
    margin: 30px auto;
    /* background-color: #5cab02; */
  }

  .access-title {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
  }

  .access-address {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 20px;
  }

  .access-comment {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #ffffff;
    line-height: 20px;
  }

  .toppage-btn {
    display: none;
  }

  .toppage-btn-menu {
    width: 100px;
    margin: 10%;
  }


}