@charset "UTF-8";


/* main */

/* 共通 */
h1{
  font-size: 32px;
  font-weight:normal;
  color: #323232;
  text-align: center;
  margin-bottom: 60px;
}

h1 span{
  font-size: 17px;
  font-weight:normal;
  padding-left: 10px;
}


/* main */
main {
  width: 1106px;
  padding-top: 60px;
  margin-bottom: 200px;

}

main .read{
  text-align: center;
  font-size: 17px;
  line-height: 1.8;
  padding-bottom: 40px;
  border-bottom: 1px solid #323232;
  margin-bottom: 23px;
}


/* shop */
main .shop{
  padding-top: 30px;
  margin-bottom: 30px;
}

main .shop .photo_atami{
  background-image: url(../images/shop/photo_atami.png);
  width: 560px;
  height: 334px;
  border-radius: 8px;
}

main .shop .photo_shuzenji{
  background-image: url(../images/shop/photo_shuzenji.png);
  width: 560px;
  height: 334px;
  border-radius: 8px;
}

main .shop .photo_shimoda{
  background-image: url(../images/shop/photo_shimoda.png);
  width: 560px;
  height: 334px;
  border-radius: 8px;
}

main .shop .photo_hotel{
  background-image: url(../images/shop/photo_hotel.png);
  width: 560px;
  height: 334px;
  border-radius: 8px;
}

main .shop .photo_tea{
  background-image: url(../images/shop/photo_tea.png);
  width: 560px;
  height: 334px;
  border-radius: 8px;
}


main .shop .shop_content{
  width: 509px;
  position: relative;
}

main .shop .shop_content .shop_title{
  font-size: 20px;
  padding-left: 55px;
  line-height: 2;
}

main .shop .shop_content .shop_title::before{
  content:"";
  background-image: url(../images/shop/icon_train.png);
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  width: 45px;
  height: 45px;
  left:0;
}

main .shop .shop_content .hotel_title{
  font-size: 20px;
  padding-left: 55px;
  line-height: 2;
}

main .shop .shop_content .hotel_title::before{
  content:"";
  background-image: url(../images/shop/icon_hotel.png);
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  width: 45px;
  height: 45px;
  left:0;
}

main .shop .shop_content .tea_title{
  font-size: 20px;
  padding-left: 55px;
  line-height: 2;
}

main .shop .shop_content .tea_title::before{
  content:"";
  background-image: url(../images/shop/icon_tea.png);
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  width: 45px;
  height: 45px;
  left:0;
}



main .shop .shop_content .st_name{
  font-size: 20px;
  padding-top: 25px;
  font-weight: 400;
}

main .shop .shop_content address{
  line-height: 1.5;
  font-style: normal;
  padding-top: 8px;
}

main .shop .shop_content .shop_info{
  padding-top: 10px;
  margin-bottom: 20px;
  }

main .shop .shop_content .shop_info dt{
float: left;
clear: both;
padding-right: 50px;
padding-right: 20px;
margin-bottom: 8px;
}

main .shop .shop_content .shop_info dd{
  margin-bottom: 8px;
  }

main .shop .shop_content .item_info{
  color: #506339;
  background-color: #f2f5ee;
  padding: 20px;
  position: relative;
  height: 106px;
  border-radius: 8px;
}

main .shop .shop_content .item_info dt{
  padding-left: 20px;
  margin-bottom: 18px;
}

main .shop .shop_content .item_info dt::before{
  content: "";
  position: absolute;
  left: 28px;
  top: 20px;
  content: "";
  width: 1px;
  height: 20px;
  background: #506339;
  transform: rotate(45deg);
}

main .shop .shop_content .item_info dt::after{
  content: "";
  position: absolute;
  left: 114px;
  top: 20px;
  content: "";
  width: 1px;
  height: 20px;
  background: #506339;
  transform: rotate(45deg);
}

main .shop .shop_content .item_info dd{
  margin-bottom: 8px;
}

main .shop .shop_content .item_info dd:last-child{
  margin-bottom: 0px;
}


main .line{
  display: block;
  background-image: url(../images/shop/p_b_ornament_117_0L.jpg);
  width: 100%;
  background-repeat: repeat-x;
  height: 26px;
  margin-top: 50px;
  margin-bottom: 30px;
}

/* map */
.map{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 45%;
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 86%;
}


/* --- スマホ0~640pxまで --- */
@media screen and (max-width:640px) {


  /* テンプレートを書く */
  .inner {
    width: auto;
  }

  img {
    width: 100%;
    /*max-width: 100%;*/
    height: auto;
  }

  /* 段組みの解除 */
  .ds_f {
    flex-direction: column;
  }

  .jc_sb {
    justify-content: flex-start;
  }

  main {
    padding: 45px 20px;
    box-sizing: border-box;
  }

  h1{
    margin-bottom: 45px;
  }


  main .shop .shop_content {
    width: 100%;}

    main .shop .shop_content .shop_title {
      padding-top: 20px;
    }

    main .shop .shop_content .hotel_title,
    main .shop .shop_content .tea_title{
      padding-top: 20px;
    }

    main .shop .photo_atami,
    main .shop .photo_shuzenji,
    main .shop .photo_shimoda,
    main .shop .photo_hotel,
    main .shop .photo_tea{
      width: 100%;
    }

    main .shop .shop_content .item_info {
      height: 100%;
    }

/* map */
.map{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 45%;
}

/* Google Mapのiframe */
.map iframe {
position: absolute;
    top: -18px;
    left: 0;
    width: 100%;
    height: 108%;
}

}
