* {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* start home section */
.home {
  background-image: url('img/top.jpg');
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  position: relative;

}
.caption {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.caption img {
  width: 540px;
  margin-bottom: 10px;
}
.caption h3 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 24px;
  letter-spacing: 0.1rem;
}
.home input[type=text],
.results input[type=text]{
  width: 300px;
  height: 40px;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #fff;
  outline: none;
  background: url(img/search.png);
  background-size: 28px;
  background-repeat: no-repeat;
  font-size: 120%;
  text-align: center;
  color: #fff;
  -webkit-border-radius: none;
}
.home form {
  margin-bottom: 40px;
}
.home input::placeholder {
  color: #fff;
  font-size: 20px;
  text-align: center;
  opacity: 0.8;
}
.home input[type=submit],
.results input[type=submit] {
  background-color: #3eb1ec;
  color: #fff;
  border: none;
  padding: 8px;
  font-size: 18px;
  font-weight: bold;
  width: 120px;
  border-radius: 6px;
  margin-left: 8px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
}
.home input[type=submit]:hover,
.results input[type=submit]:hover,
.caption a:hover,
.nav ul li a:hover {
  opacity: 0.8;
}
.caption a {
  text-decoration: none;
  color: #fff;
  background-color: #3eb1ec;
  width: 220px;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 8px;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
}
.caption a:before {
  content: "カタカナか漢字で入力してください";
  position: absolute;
  bottom: 56px;
  right: 36px;
  color: #fff;
  opacity: 0.8;
  font-size: 16px;
  display: block;
  width: 280px;
  pointer-events: none;
}
.caption a:hover:before {
  opacity: 1;
}
.greet {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 8px;
  margin-left: 8px;
}
.greet p {
  color: #fff;
}
.nav {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 40px;
  margin-right: 20px;
}
.nav ul li {
  display: inline-block;
  text-decoration: none;
  margin-right: 26px;
}
.nav ul li a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 4px 16px;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 6px;
}
/* end home section */

/* start privacy-policy section */

.privacy-policy{
  width: 500px;
  margin: 50px auto;

  }

  .privacy-policy h2{
    margin: 10px auto;

  }

  .privacy-policy p{
    text-align: left;

  }

/* end privacy-policy section */

/* start footer section */
footer{

  width: 100%;
  position: absolute;
  margin-top: 50px;
  bottom: 10px;
  font-size: 0.5rem;
  color: #808080;
  border-top: solid 1px #808080;

  }



  .footer-list{
    margin:10px auto;

  }
  .sns{
    width: 422px;
    margin:20px auto;
    text-align: center;
  }
  .sns p{
    display: inline-block;
    vertical-align: top;
  }
  .sns img{
    margin: auto 40px;
    display: inline-block;
    vertical-align: top;
    width: 20px;
  }
  .copy-right{
    width: 422px;
    margin:10px auto;
    text-align: center;

  }

  .footer-list ul{
    width: 622px;
    margin: 0px auto;
    list-style: none;
    overflow: hidden;

  }

  .footer-list li {
  width: 140px;
  text-align: center;
  float: left;
}

.footer-list li:nth-child(even){
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
}

  .footer-list li a {
  color: #808080;

  text-decoration: none;
}

.top_footer{
  color: #fff;
  border-top: solid 1px #fff;
}

.person_footer{
position:  relative;

}

.top_footer .footer-list li:nth-child(even){
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}


/* footer .top_footer {
  color: #fff;
  border-top: solid 1px #fff;
} */

.top_footer .footer-list li a {
  color: #fff;
  text-decoration: none;
}

/* end footer section */

/* start company-infosection */
.company-info{
  text-align: center;
  font-size: 1.2rem;
  width: 100%;
  margin: 0 auto;
}

.company-info table {
  margin: auto;
  border: 1px none;
  text-align: center;
  font-weight: normal;
}

.company-info td {
  padding: 20px
}


.company-info .small td {
  width: 200px;
}

.company-info .big td {
  width: 400px;
}

/* end info section */

/* start description*/
.description{
  vertical-align: top;
  text-align: left;
  letter-spacing:0.3rem;
  width: 400px;
  margin: 20px auto;
  display: inline-block;
  /* background-color: red; */
}

.photo_description img{
  width: 300px;
}

.photo_description{
  text-align: center;
  width: 400px;
  margin: 20px auto;
  display: inline-block;
  /* background-color: red; */
}

/* end description section */


/* start info section */
.results {
  position: relative;
  text-align: center;
}
.logo img {
  width: 300px;
  margin-top: 80px;
  margin-bottom: 10px;
}
.result p {
  color: #000;
}
.result ul li a {
  color: #211A18;
  border: 1px solid #211A18;
}
.results input[type=text] {
    width: 230px;
    height: 40px;
    background: transparent;
    border-bottom: 1px solid #211A18;
    font-size: 120%;
    color: #000;
}
.results input::placeholder {
  color: #000;
  font-size: 20px;
  text-align: center;
  opacity: 0.6;
}
.results input[type=submit] {
  padding: 4px;
  font-size: 18px;
  width: 80px;
  border-radius: 6px;
  -webkit-appearance: none;
}
.search-wrapper {
  width: 500px;
  margin: 20px auto;
}
.search-head {
  background-color: #3eb1ec;
}
.search-head p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.search-body {
  display: flex;
  justify-content: space-around;
  background-color: #E8E8E8;
  padding: 8px;
}
.search-box select {
  width: 80px;
  height: 20px;
  border-radius: 0;
  outline: none;
}
.search-box .x {
  margin-left: 73px;
}
.search-box .x2 {
  margin-left: 4px;
}
.search-box input {
  outline: none;
}
.serch-results {
  text-align: center;
}
.person {
  border: 1px solid #C1C1C1;
  background-color: #FAFAFA;
  border-radius: 6px;
  width: 500px;
  margin: 20px auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 8px 20px;
}
.person-item1 {
  text-align: left;
}
.person-item1 p {
  font-size: 14px;
  line-height: 1.5;
}
.person-item1 p span {
  font-size: 24px;
  letter-spacing: 0.1rem;
}
.person-item1 img {
  width: 20px;
  vertical-align: middle;
  margin-right: 2px;
}
.txt {
  display: inline;
}
.person-item2 a {
  background-color: #3eb1ec;
  color: #fff;
  padding: 8px 10px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  display: block;
  margin-top: 28px;
  width: 100px;
}
.person-item2 a:hover {
  opacity: 0.8;
}
.person-item2 img {
  width: 24px;
  margin: 10px 2px 0;
}
/* end results section */

/* start detailed section */
.detailed {
  text-align: center;
}
.detailed h1 {
  margin: 20px auto;
}
.detailed p {
  color: #000;
}
.detailed-item {
  display: flex;
  justify-content: center;
  align-items: 2px;
  margin: 10px auto 40px;
}
.detailed-box {
  margin-right: 20px;
}
.detailed-box p span {
  font-size: 28px;
  letter-spacing: 0.1rem;
}
.detailed-box2 {
  margin-top: 8px;
}
.detailed-box2 img {
  width: 20px;
  vertical-align: middle;
  margin-right: 2px;
}
.gravepic img {
  width: 180px;
  margin-bottom: 30px;
}
.detailed .memo {
  width: 520px;
  margin: 0 auto;
  text-align: left;
}
#map {
  margin: 0 auto 20px;
  width: 300px;
  height: 300px;
}
.address {
  margin: 40px auto 10px;
}
.address img {
  width: 20px;
}

.detailed .btn a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #3eb1ec;
  width: 100px;
  font-size: 18px;
  padding: 8px;
  border-radius: 6px;
  cursor: pointer;
  margin: 34px auto;
  font-weight: bold;
}
.detailed .btn a:hover {
  opacity: 0.8;
}
/* end detailed section */

/* start user section */
.user {
  text-align: center;
}
.user .logo img {
  width: 300px;
  margin-top: 80px;
  margin-bottom: 10px;
}
.user h1 {
  margin: 30px auto;
}
.user h3 {
  font-size: 24px;
}
.user .grave {
  border: 1px solid #C1C1C1;
  background-color: #FAFAFA;
  border-radius: 6px;
  width: 760px;
  margin: 20px auto;
}
.user .grave-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding: 10px 20px;
}
.user .grave-item p {
  font-size: 22px;
}
.user .grave-item img {
  width: 180px;
}
.user .ad {
  margin: 8px auto;
}
.user .grave-item2 {
  text-align: left;
  width: 480px;
}
.user .grave-item2 p {
  line-height: 1.8;
  font-size: 14px;
}
.user .grave-item2 .dt {
  font-size: 12px;
  margin-right: 40px;
}
.user .grave-item2 .nm {
  font-size: 18px;
  margin-right: 3px;
}
.user .grave-item2 a {
  font-size: 12px;
  text-decoration: none;
  background-color: #3eb1ec;
  padding: 2px;
  border-radius: 3px;
  color: #fff;
}
.user .grave-item2 a:hover {
  opacity: 0.8;
}
.user .greet {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 8px;
  margin-left: 8px;
  text-align: left;
}
.user .greet p {
  color: #000;
  display: inline-block;
}
.user .greet a {
  font-size: 13px;
  padding: 1px 2px;
  margin: 2px;
  display: inline-block;
  border-radius: 4px;
  text-decoration: none;
  background-color: #3eb1ec;
  color: #fff;
  cursor: pointer;
}
.user .greet a:hover {
  opacity: 0.8;
}
.user .greet img {
  width: 20px;
  margin-right: 3px;
  vertical-align: sub;
}
.user .btn a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #3eb1ec;
  width: 120px;
  font-size: 18px;
  padding: 8px;
  border-radius: 6px;
  cursor: pointer;
  margin: 34px auto;
  font-weight: bold;
}
.user .btn2  {
  margin: 20px auto;
}
.user .btn2 a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #3eb1ec;
  font-weight: bold;
  font-size: 14px;
  padding: 6px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}
.user .btn a:hover,
.user .btn2 a:hover {
  opacity: 0.8;
}
.user .memo {
  width: 720px;
  text-align: left;
  margin: 0 auto;
}

/* end user section */

/* start register section */

.row-header {
  margin: 0 auto;
  width: 530px;
  background-color: #9ad6f5;
  border-top: 1px solid #3eb1ec;
  border-bottom: 1px solid #3eb1ec;
  height: 24px;
  text-align: left;
}
.row-header p {
  margin-left: 8px;
}
.row-wrapper {
  margin: 0 auto 40px;
}
.row {
  margin: 0 auto;
  width: 530px;
  display: flex;
  border-bottom: 1px solid #DDDDDD;
  height: 60px;
}
.row-box {
  height: auto !important;
}
.row .left {
  background-color: #eeeeee;
  width: 210px;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
.row .left p {
  margin-left: 8px;
  margin-top: 8px;
}
.row .left span {
  background-color: #C9171E;
  padding: 3px;
  color: #fff;
  border-radius: 4px;
  margin-left: 4px;
  font-size: 8px;
}
.row .right span {
  margin-left: 6px;
}
.row .right {
  width: 320px;
  text-align: left;
}
.row .right input {
  width: 310px;
  font-size: 100%;
  padding: 4px;
  margin-left: 10px;
  margin-top: 15px;
  height: 30px;
  outline: none;
}
.row .right .p {
  width: 96px;
}
.row .right .lk {
  margin-top: 2px !important;
}
.row .right input[type=button] {
  width: 80px;
  padding: 1px;
  font-size: 70%;
  height: 22px;
}
.row .right img {
  width: 180px;
  margin: 10px;
}
.row .right textarea {
  width: 310px;
  font-size: 100%;
  padding: 4px;
  margin: 10px 0 10px 10px;
  outline: none;
  height: 100px;
  resize: none;
}
.row .right select {
  margin-left: 10px;
  margin-top: 15px;
  height: 30px;
  outline: none;
}
.register {
  text-align: center;
}
.register .logo img {
  width: 300px;
  margin-top: 80px;
  margin-bottom: 10px;
}
.register h1 {
  margin: 40px auto;
}
.register h3 {
  width: 530px;
  margin: 0 auto;
  text-align: left;
}
.register form {
  margin-bottom: 40px;
}
.register table {
  margin: 0 auto 40px;
  border-spacing: 0;
  border-collapse: collapse;
  width: 530px;
}
.register thead {
  background-color: #9ad6f5;
  border-top: 1px solid #3eb1ec;
  border-bottom: 1px solid #3eb1ec;
  font-weight: normal;
  height: 30px;
}
.register thead th {
  text-align: left;
  font-weight: normal;
}
.register thead th p {
  margin-left: 8px;
}
.register tbody tr {
  border-bottom: 1px solid #DDDDDD;
  height: 60px;
}
.register tbody th {
  background-color: #eeeeee;
  width: 210px;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
.register tbody th span {
  background-color: #C9171E;
  padding: 3px;
  color: #fff;
  border-radius: 4px;
  margin-left: 4px;
  font-size: 8px;
}
.register tbody th p {
  margin-left: 8px;
  margin-top: 8px;
}
.register tbody td {
  text-align: left;
}
.register tbody td img {
  width: 180px;
  margin: 10px;
}
.register tbody td {
  width: 320px;
}
.register tbody td input {
  width: 310px;
  font-size: 100%;
  padding: 4px;
}
.register tbody td textarea {
  width: 310px;
  font-size: 100%;
  padding: 4px;
  margin: 10px 0 10px 10px;
  outline: none;
  height: 100px;
  resize: none;
}
.register tbody td input[type=button] {
  width: 70px;
  padding: 2px;
  font-size: 80%;
}
.register tbody td input,
.register tbody td select  {
  margin-left: 10px;
  height: 30px;
  outline: none;
}
.register #map {
  margin: 10px;
}
.register input[type=submit] {
  background-color: #3eb1ec;
  color: #fff;
  border: none;
  padding: 8px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
}
.register input[type=submit]:hover {
  opacity: 0.8;
}
/* end register section */

/* start member section */
.member {
  text-align: center;
  width: 100%;
  /* height: 100vh; */
  display: table;
}
.member-contents {
 display: table-cell;
 vertical-align: middle;
 text-align: center;
}
.member .logo img {
  width: 300px;
  margin-top: 80px;
  margin-bottom: 10px;
}
 .member h3 {
   width:530px;
   margin: 0 auto;
   text-align: left;
}
.member form {
  margin-bottom: 40px;
}
.member table {
  margin: 0 auto 40px;
  border-spacing: 0;
  border-collapse: collapse;
  width: 530px;
}
.member thead {
  background-color: #9ad6f5;
  border-top: 1px solid #3eb1ec;
  border-bottom: 1px solid #3eb1ec;
  font-weight: normal;
  height: 30px;
}
.member thead th {
  text-align: left;
  font-weight: normal;
}
.member thead th p {
  margin-left: 8px;
}
.member tbody tr {
  border-bottom: 1px solid #DDDDDD;
  height: 60px;
}
.member tbody th {
  background-color: #eeeeee;
  width: 210px;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
.member tbody th span {
  background-color: #C9171E;
  padding: 3px;
  color: #fff;
  border-radius: 4px;
  margin-left: 4px;
  text-align: right;
  font-size: 8px;
}
.member tbody th p {
  margin-left: 8px;
  margin-top: 8px;
}
.member tbody td {
  text-align: left;
}
.member tbody td input  {
  margin-left: 10px;
  height: 30px;
  outline: none;
  width: 310px;
  font-size: 100%;
  padding: 4px;
}
 .member input[type=submit] {
  background-color: #3eb1ec;
  color: #fff;
  border: none;
  padding: 8px;
  font-size: 18px;
  border-radius: 6px;
  cursor: pointer;
  outline: none;
  width: 200px;
  -webkit-appearance: none;
}
.member input[type=submit]:hover {
  opacity: 0.8;
}
.member textarea {
  margin-left: 10px;
  outline: none;
  width: 310px;
  height: 120px;
  padding: 4px;
  resize: none;
  border-color: #BFBFBF;
  margin-top: 8px;
}
.member tbody td input[type=checkbox] {
  width: 20px;
}
.member tbody td span {
  vertical-align: super;
  font-size: 14px;
}

/* end member section */

/* start login section */
.login {
  background-image: url('img/top.jpg');
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
}
.login-box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.login-item {
  background-color: #fff;
  width: 510px;
  margin: 0 auto;
  border-radius: 8px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding: 40px 20px;
}
.login img {
  width: 540px;
  margin-bottom: 10px;
}
.login h3 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 24px;
  letter-spacing: 0.1rem;
}

.login-cell1 p {
  margin-bottom: 60px;
  font-size: 14px;
}
.login-cell p {
  width: 240px;
  text-align: left;
  font-size: 14px;
}

.login input[type="password"],
.login input[type="text"] {
  height: 30px;
  width: 240px;
  outline: none;
  font-size: 90%;
  padding: 4px;
}
.login input[type="submit"]{
  background-color: #3eb1ec;
  color: #fff;
  border: none;
  padding: 4px 16px;
  margin: 10px auto;
  font-size: 18px;
  border-radius: 6px;
  cursor: pointer;
  outline: none;
  display: block;
  font-weight: bold;
  -webkit-appearance: none;
}
.login input[type="submit"]:hover {
  opacity: 0.8;
}
.login label {
  font-size: 14px;
}
.cen {
  text-align: center!important;
}
.google {
  width: 120px;
  margin: 0 auto;
}
#google_login {
  display: inline-block;
  background: white;
  color: #444;
  width: 190px;
  border-radius: 5px;
  border: thin solid #4386F4;
  box-shadow: 1px 1px 1px grey;
  height: 30px;
  cursor: pointer;
  background:linear-gradient(90deg ,#fff 0%, #fff 18%, #4386F4 18%, #4386F4 100%);
  position: relative;
  }
  #google_login:hover {
    opacity: 0.8;
  }
#google_login p {
  position: absolute;
  top: 5px;
  left: 50px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
#google_login img {
  width: 15px;
  position: absolute;
  top: 7px;
  left: 10px;
}
center #google_login p {
  position: absolute;
  top: 5px;
  font-size: 14px;
  left: 38px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}

/* end login section */

@media screen and (min-width: 560px)  {
  .br-sp { display:none; }
}

@media screen and (max-width: 559px) {
  /* start top section */
  .home .caption img {
    width: 300px;
    margin-bottom: 8px;
  }
  .home .caption h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .home input[type=text] {
    width: 220px;
    background-size: 24px;
  }
  .home input[type=submit] {
    padding: 4px;
    font-size: 18px;
    width: 60px;
    border-radius: 4px;
    outline: none;
  }
  .home .caption a {
    width: 200px;
    padding: 4px;
    border-radius: 4px;
  }
  .nav {
    margin-top: 6px;
    margin-right: 6px;
  }
  .nav ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 6px;
  }
  .nav ul li a {
    padding: 2px 4px;
    border: 1px solid #fff;
    border-radius: 4px;
    width: 96px;
    text-align: center;
  }
  .caption a:before {
    bottom: 50px;
    right: 0;
    font-size: 14px;
  }
/* end top section */

/* start description*/
.description{
  vertical-align: top;
  text-align: left;
  letter-spacing:0.3rem;
  width: 300px;
  margin: 20px auto;
  display: inline-block;
  /* background-color: red; */
}

.photo_description img{
  width: 300px;
}

.photo_description{
  text-align: center;
  width: 300px;
  margin: 20px auto;
  display: inline-block;
  /* background-color: blue; */
}

/* end description section */


/* start privacy-policy section */

.privacy-policy{
  width: 300px;
  margin: 50px auto;

  }

  .privacy-policy h2{
    margin: 10px auto;

  }

  .privacy-policy p{
    text-align: left;

  }

/* end privacy-policy section */



/* start company-infosection */

.company-info .small td {
  width: 100px;
}

.company-info .big td {
  width: 200px;
}

/* end info section */



/* start footer section */
footer{
  width: 100%;
  position: absolute;
  bottom: 5px;
  }


  .footer-list{
    margin:5px auto;

  }
  .sns{
    width: 300px;
    margin:5px auto;
    text-align: center;
  }
  .sns p{
    display: inline-block;
    vertical-align: top;
  }
  .sns img{
    margin: auto 40px;
    display: inline-block;
    vertical-align: top;
    width: 15px;
  }
  .copy-right{
    width: 300px;
    margin:5px auto;
    text-align: center;

  }

  .footer-list ul{
    width: 350px;
    margin: 0px auto;
    list-style: none;
    overflow: hidden;

  }

  .footer-list li {
  width: 70px;
  text-align: center;
  float: left;
}

/* .footer-list li:nth-child(even){
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
} */

  /* .footer-list li a {
  color: #fff;

  text-decoration: none;
} */
/* end footer section */




/* start resutls section */
  .logo img {
    width: 180px;
  }
  .result ul li a {
    color: #211A18;
    border: 1px solid #211A18;
  }
  .results input[type=text] {
      width: 220px;
      border-bottom: 1px solid #211A18;
  }
  .results input[type=submit] {
    width: 60px;
  }
  .person {
    width: 85%;
    flex-direction: column;
    padding: 10px 10px;
  }
  .person-item2 a {
    margin-top: 8px;
    margin-bottom: 10px;
  }
  .person-item2 img {
    margin: 0 4px;
  }
  .search-wrapper {
    width: 85%;
  }
  .search-box input {
    border: 1px solid lightgrey;
  }
  .search-box select {
    width: 80px;
    height: 20px;
  }
  .search-box .x {
    margin-left: 0;
  }
  /* end results section */

  /* start detailed secton */
  .detailed-item {
    flex-direction: column;
  }
  .address {
    text-align: left;
    width: 90%;
  }
  .detailed .memo {
    width: 90%;
  }
  /* end detailed section  */

  /* start register section */
.row-header {
  width: 90%;
}
.row {
  width: 90%;
  flex-direction: column;
  border-bottom: none;
  height: auto;
}
.row .left {
  background-color: #fff;
  width: 100%;
  vertical-align: top;
}
.row .right {
  width: 100%;
}
.register .right input {
  width:96%;
  margin-left: 6px;
  margin-top: 0;
}
.row .right textarea {
  width:96%;
  font-size: 100%;
  padding: 4px;
  margin: 10px 0 10px 10px;
  height: 100px;
}
.row .right select {
  margin-top: 0;
  margin-left: 6px;
}
.row .right #map {
  margin:0 auto;
}
#map {
  width: 96%;
  height: 400px;
}









  .register .logo img {
    width: 200px;
  }
  .register h3 {
    width: 90%;
  }
  .register table {
    width: 90%;
  }
  .register thead th p {
    margin-left: 8px;
    margin-top: 0;
  }
  .register tbody tr {
    border-bottom: none;
  }
  .register tbody th {
    background-color: #fff;
    width: 100%;
    display: block;
    vertical-align: top;
  }
  .register tbody th p {
    margin-left: 8px;
    margin-top: 0;
    width: 100%;
  }
  .register tbody td {
    width: 100%;
    display: block;
  }
  .register tbody td textarea {
    width: 96%;
    margin: 0 0 0 8px;
    border: 1px solid lightgrey;
  }
  .register tbody td input {
    width: 96%;
  }
  .register tbody td input[type=button] {
    background-color: #fff;
    border-radius: 2px;
    padding: 2px;
  }
  .register tbody td input,
  .register tbody td select  {
    margin-left: 0px;
    border: 1px solid lightgrey;
  }
  .register tbody td input[type=file] {
    border: none;
  }

  /* end register section */

  /* start member section */
  .member .logo img {
    width: 200px;
    margin-top: 40px;
  }
  .member h3 {
     width: 90%;
  }
  .member table {
    width: 90%;
  }

  .member tbody tr {
    border-bottom: none;
  }
  .member tbody th {
    background-color: #fff;
    width: 100%;
    display: block;
    margin-top: 4px;
  }
  .member tbody th p {
    margin-left: 6px;
    margin-top: 0;
  }
  .member tbody td {
    text-align: center;
    width: 100%;
    display: block;
  }
  .member tbody td input  {
    margin-left: 0;
    width: 94%;
    padding: 4px;
    margin-bottom: 10px;
    border: 1px solid lightgrey;
  }
  .member input[type=submit] {
    border-radius: 4px;
  }
  .member textarea {
    margin-left: 0;
    width: 94%;
  }
  .member tbody td input[type=checkbox] {
    width: 20px;
  }
  .member tbody td span {
    vertical-align: super;
    font-size: 14px;
  }
  /* end member section */

  /* start login section */
  .login-item {
    width: 70%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
  }
  .login img {
    width: 200px;
    margin-bottom: 10px;
  }
  .login h3 {
    margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: 0.1rem;
  }
  .login-cell1 p {
    margin-bottom: 10px;
  }
  .login-cell1 img {
    width: 15px;
    position: absolute;
    top: 7px;
    left: 10px;
  }
  .login-cell p {
    width: 240px;
    text-align: center;
    font-size: 14px;
    margin-top: 14px;
  }
  .login input[type="password"],
  .login input[type="text"] {
    border: 1px solid lightgrey;
  }
  .br-pc {
    display: none;
  }
  /* end login section */
 }
 @media screen and (max-width: 768px) {
 /* start user section */
   .user .logo img {
     width: 200px;
     margin-top: 120px;
   }
   .user .grave {
     width: 90%;
   }
   .user .grave-wrapper {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     padding: 10px 20px;
   }
   .user .grave-item2 {
     width: 90%;
   }
   .user .memo {
     width: 90%;
     text-align: left;
     margin: 0 auto;
   }
   /* end user section */


@media screen and (max-height: 535px) {
  footer{
    display: none;
  }
  .nav {
    display: none;
  }

}
