* {
  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;
}
/* end home section */

/* start caption section */
.caption {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.caption img,.login-box img,.top img {
  width: 540px;
  margin-bottom: 10px;
}
.login-cell img{
  width: 180px;
  margin-bottom: 10px;
}
.caption h3,.login-box h3,.top h3 {
  font-family: serif;
  color: #fff;
  margin-bottom: 30px;
  font-size: 24px;
  letter-spacing: 0.1rem;
}

.caption a {
  font-family: serif;
  text-decoration: none;
  color: #fff;
  width: 220px;
  font-size: 18px;
  display: inline-block;
  padding: 8px;
  border-radius: 6px;
  cursor: pointer;
  border: 2px solid #fff;
  position: relative;
  margin: 20px;
  font-weight: bold;
}

.title-border {
  letter-spacing: 0.1rem;
  font-family: serif;
  width: 540px;
  display: flex;
  align-items: center;
  margin: auto;
}

.title-border:before,
.title-border:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
}

.title-border:before {
  margin-right: 1rem;
}

.title-border:after {
  margin-left: 1rem;
  margin-left: .4em;
}

/* end home section */


/* start top section */
.top {
  margin-top: 0;
  margin-bottom: 40px;
  background-image: url('img/top.jpg');
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  text-align: center;
}
.top img {
  margin-top: 60px;
}
.top .greet {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 8px;
  margin-left: 8px;
  text-align: left;
}
.top .greet p {
  color: #fff;
  display: inline-block;
}
.top .greet a {
  font-size: 13px;
  padding: 1px 2px;
  margin: 2px;
  display: inline-block;
  border-radius: 4px;
  text-decoration: none;
  background-color: #80c269;
  color: #fff;
  cursor: pointer;
}
.top .greet a:hover {
  opacity: 0.8;
}
.top .greet img {
  width: 20px;
  margin-right: 3px;
  vertical-align: sub;
}

/* end top section */

/* start slider section */
.grave-item{
  width: 400px;
  margin: 0 auto;
}
/* end slider section */

/* start nav section */
.nav {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 40px;
  margin-right: 20px;
}

.nav ul li {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
}

.nav ul li a {
  font-family: serif;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 4px 16px;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 6px;
}
/* end nav 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 input[type="submit"]{
  background-color: #80c269;
  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;
}

/* start user section */
.user {
  text-align: center;
  margin-top:40px;
  position: relative;
}
.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: 300px;
}
.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,.register .btn a,.member .btn a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #80c269;
  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: 300px;
  text-align: left;
  margin: 0 auto;
}


.paypay {
  font-size: 18px;
  margin: 10px auto;
}
/* end user 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: #80c269;
  border-top: 1px solid #609e4a;
  border-bottom: 1px solid #609e4a;
  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: 200px;
  font-size: 100%;
  padding: 4px;
}
.member .radio-input{
  display: none;
}
.member .radio-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.member .radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.member .radio-input:checked{
  color: #80c269;
}
.member .radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #80c269;
  border-radius: 50%;
}
 .member input[type=submit] {
  background-color: #80c269;
  color: #fff;
  border: none;
  padding: 8px;
  font-size: 18px;
  font-weight: bold;
  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 register section */

.row-header {
  margin: 0 auto;
  width: 530px;
  background-color: #80c269;
  border-top: 1px solid #609e4a;
  border-bottom: 1px solid #609e4a;
  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: 5px;
  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;
}

.delete .box{
  width: 100px;
  display: inline-block;

}

.delete input[type=checkbox] {
  width: 20px;
  margin: auto;
  outline: none;
  vertical-align: bottom;
  display: inline-block;
}


.register {
  text-align: center;
  margin: 10px;
}
.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 h2 {
  margin: 20px auto;
  text-align: center;
}

.register p {
  margin: 10px auto;
  text-align: center;
}

.register form {
  margin-bottom: 40px;
}
.register table {
  margin: 0 auto 40px;
  border-spacing: 0;
  border-collapse: collapse;
  width: 530px;
}
.register thead {
  background-color: #80c269;
  border-top: 1px solid #609e4a;
  border-bottom: 1px solid #609e4a;
  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: #80c269;
  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 buttons section */

.buttons .button {
  display: inline;
  background-color: #80c269;
  color: #fff;
  border: none;
  padding: 8px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 5px;
  margin: auto 20px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
}

.buttons {
  margin: 20px auto;
}
/* end buttons section */
.send_photo h4{
  margin-top: 10px;
}

@media screen and (max-width: 559px) {
  /* start top section */
  .top img {
    margin-top: 100px;
  }

  .top .greet a {
    width: 80px;
    font-size: 13px;
    padding: 1px 2px;
    margin: 2px;
    display: block;
    border-radius: 4px;
    text-decoration: none;
    background-color: #80c269;
    color: #fff;
    cursor: pointer;
  }

  /* end top section */
  /* start nav section */
  .nav {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
    margin-right: 10px;
  }




  .nav ul li {
    display: block;
    margin-top: 5px;
    text-decoration: none;
  }

  .nav ul{
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  }

  .nav ul li a {
    display: list-item;  /* 縦に並べる */
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    font-family: serif;
    color: #fff;
    padding: 4px 16px;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 6px;
    font-size: 12px;
  }
  /* end nav section */

  /* start login section */
  .login-box img,.top img {
    width: 250px;
  }
  .caption img {
    width: 350px;
  }

  .login-item {
    width: 300px;
  }

  .title-border {
    width: 300px;
    font-size: 80%;
  }


  /* end login section */

/* start User section */

  .user .grave {
    width: 350px;
    margin: 10px auto;

  }

  .user .grave-item p {
    font-size: 18px;
  }


  .paypay {
    margin: 30px auto;
  }

  .user .grave-item .paypay p{
    font-size: 14px;
  }
  .paypayID {
    margin: 10px auto;
  }

  .user .grave-item .paypayID p {
    font-size: 22px;
    font-weight: bold;
  }
  .user .grave-item .paypayID textarea {
    display: none;
  }

  .caption a {
    font-family: serif;
    text-decoration: none;
    color: #fff;
    width: 180px;
    font-size: 18px;
    display: inline-block;
    padding: 8px;
    border-radius: 6px;
    cursor: pointer;
    border: 2px solid #fff;
    position: relative;
    margin: 5px;
    font-weight: bold;
  }


  /* end User section */


  /* start member section */
  .member table {
    margin: 0 auto 10px;
    border-spacing: 0;
    border-collapse: collapse;
    width: 300px;
  }
  .member h3 {
    width:300px;
    margin: 0 auto;
    text-align: left;
 }

 .member tbody td input  {
   width: 150px;
   font-size: 12px;
 }

 .member textarea {
   width: 150px;
   font-size: 12px;
 }
.member p{
  font-size: 12px;
}

.member .radio-input + label{
  font-size: 12px;
  display:block;
  margin: auto 10px;
}
  /* end member section */


  /* start register section */

  .row-header {
    margin: 0 auto;
    width: 350px;
    background-color: #80c269;
    border-top: 1px solid #609e4a;
    border-bottom: 1px solid #609e4a;
    height: 24px;
    text-align: left;
  }
  .row-header p {
    margin-left: 8px;
  }
  .row-wrapper {
    margin: 0 auto 40px;
  }
  .row {
    margin: 0 auto;
    width: 350px;
    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: 250px;
    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: 250px;
    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: 350px;
    margin: 0 auto;
    text-align: left;
  }
  .register form {
    margin-bottom: 40px;
  }
  .register table {
    margin: 0 auto 40px;
    border-spacing: 0;
    border-collapse: collapse;
    width: 350px;
  }
  .register thead {
    background-color: #80c269;
    border-top: 1px solid #609e4a;
    border-bottom: 1px solid #609e4a;
    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: 280px;
    font-size: 100%;
    padding: 4px;
  }
  .register tbody td textarea {
    width: 280px;
    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: #80c269;
    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;
  }

.left p ,span{
  display: none;
}

.send_photo h4{
  margin-top: 10px;
}
  /* end register section */





}
