

@charset "utf-8";

body {
  margin: 0;
  padding: 0;
  background-color: #cccccc;
  color: #333333:
  font-size: 15px;
  line-height: 2;
  }

p,h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
  margin-bottom: 0;
  }

img {
  vertical-align: bottom;
  }

ul {
  margin: 0;
  padding: 0;
  }


#wrap {
  width: 600px;
  height: 100%;
  margin: 0 auto;
  }

#box1 {
  width: 600px;
  height: auto;
  background-color: #ddffff;
  margin: 0;
  }

     .itikawa {
          text-align: center;
          font-size: 33px;
          color: blue;
          font-weight: bold;
          }

     .title {
          text-align: center;
          font-size: 33px;
          color: red;
          font-weight: bold;
          }

     .setumei {
          font-size: 20px;
          width: 520px;
          margin-left: 40px;
          }

     .kouhou {
         margin-left: 150px;
         margin-bottom: 10px;
         font-size: 20px;
         }

     .basyo {
          width: 520px;
          height: 40px;
          background-color: blue;
          margin-left: 40px;
          margin-top: 10px;
          }

     .basyo_naka {
          font-size: 20px;
          color: #ffffff;
          margin-left: 20px;
          }

     .photo1  img{
          margin-left: 40px;
          float: left;
          margin-top: 30px;
          border-radius: 15px;
          }

     .photo2  img{
          margin-left: 20px;
          float: left;
          margin-top: 30px;
          margin-bottom: 30px;
          border-radius: 15px;
          }

     .miharu {
          clear: both;
          font-size: 20px;
          margin-left: 40px;
          }

     .hr1 {
          width: 520px;
          margin: 0 auto;
          border: solid 2px #cccccc none;
          }

     .tp {
          margin-left: 40px;
          font-size: 22px;
          }


@media screen and (max-width:480px) {

    #wrap {
          width: 100vw;
          } 

      .box2 {
          width: 70px;
          height: 70px;
          background-color: #cccccc;
          border-radius: 25px;
          position: fixed;
          bottom: 20px;
          right: 90px;

          text-align: center;
          font-weight: bold;
          font-size: 30px;
          }

       .box2 a {
          text-decoration: none;
          }
}
