@charset "utf-8";

/* Base Style */
body {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  background: #d1faff;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  color: #333;
}

.start {
	background: #192a53;
	position: fixed;
	top: 0;
	left: 0;
  width: 100%;
  height: 100%;
	z-index: 8000;
  opacity: 0.99;
  
}
.start.none{
  display: none;
}
.start_back{
	top: 0;
	left: 0;
  width: 100%;
  height: 100%;
	z-index: 9000;
}
.video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video.none{
  display: none;
}

.start p {
  color: #fff;
  font-weight: 700; 
  font-size: 10vmin;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
}

/*メニュー*/
ul {
  width: 100%;
  background-color: #16afba;
  text-align: center;
  color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
  margin: 0;
  padding: 10px 0;
  position: -webkit-sticky; /* 任意 */
  position: fixed;
  bottom: 0;
  z-index:9;
}
li {
  display: inline-block;
  list-style: none;
  margin: 4px 3vmin;
  font-size: 3.5vmin;
}
li a {
  color: #fff;
  text-decoration: none;
}
li a:hover {
  color: #ff9100;
  text-decoration: none;
}
#profile, #information, #invitation{
  padding-top: 30px;
  margin-top:-30px;
}

/*画像*/
.top {
  position: relative;
  text-align: center;
  z-index:99;
}
/*
.top img {
  width: 100%;
}
*/
.top video {
  width: 100%;
  height: auto;
}

.top_content {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*各ブロック*/
h2{
  padding: 0 0 10px;
}
.block {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0;
}
.container2{
  background-color: #fff;
}
.block2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0;
}

/*挨拶*/
.greeting{
  text-align: center;
}
.greeting img{
  width: 80%;
  box-shadow: 9px 9px 3px rgb(0 0 0 / 42%);
}

/*ボタン*/
.btn_p{
  text-align: center;
  margin-bottom: 15px;
}
.btn{
  text-align: center;
  padding: 0;
  width: 100%;
}
.btn object {
  display: inline-block;
  font-size: 2.3vmin;
  padding: 1em 1.5em;
  background-color: [object object];
  background-image: linear-gradient(90deg, #2761f2, #6bf6ff);
  color: #fff;
  text-decoration: none;
  border-radius: 15px;
  transition: all 0.3s;
  box-shadow: 3px 3px 1px #3eb1d1;
  margin: 5px auto;
  text-align: center;
  width: 60%;
}
.btn object:hover {
  box-shadow: none;
  transform: translateY(4px);
  text-decoration: none;
  filter: brightness(0.7);
}
.btn object:active {
  box-shadow: none;
  transform: translateY(4px);
  text-decoration: none;
  filter: brightness(0.7);
}

/*集合*/
.information_block{
  margin: 5% auto;
  font-size: 80%;
  width: 100vw;
}
.information{
  width: 80%;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.information tr{
  border-radius: 5px;
}
.information th{
  border-radius: 5px;
  font-size: 80%;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.information td{
  border-radius: 5px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  border-top: 1px solid #ccc;
}
.information td td{
  padding-left: 0;
}
.information tbody tr td .small{
  font-size: 85%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-top: none;
}

.information > tbody{
  box-shadow: 4px 2px 4px rgb(0 0 0 / 42%);
}
.information2 > tbody >tr{
  border: none;
}
.information > tbody > tr > *:nth-child(1){
  background: #f5fcff;
  width: 20%;
  text-align: center;
  vertical-align: middle;
  font-size: 70%;
}
.information > tbody > tr *:nth-child(2){
  padding-left: 2.5vmin;
}
.information > tbody{
  box-shadow: none;
}


/*マップ*/
iframe{
  width: 100%;
  box-shadow: 4px 2px 4px rgb(0 0 0 / 42%);
}

/*profile*/
.profile{
  width: 100%;
  text-align: center;
  margin: 4% 0 0;
}
.profile img{
  width: 45%;
  margin: 0 1%;
  box-shadow: 4px 2px 4px rgb(0 0 0 / 42%);
  transition: all 0.1s;
}
.profile img:hover{
  box-shadow: none;
  transform: translateY(4px);
  text-decoration: none;
  opacity: 0.3;

}
.profile img:active{
  box-shadow: none;
  transform: translateY(4px);
  text-decoration: none;
  opacity: 0.3;
}



/*table*/
.invitation_p{
  width: 100%;
  margin: 0 auto
}
.table > table{
  margin: 0 auto;
  width: 100%;
  /*border-collapse: separate;*/
  font-size: 80%;
}
.table > table > tbody{
  box-shadow: 4px 2px 4px rgb(0 0 0 / 42%);
}
.table > table > tbody >tr{
  border: 1px #f3feff solid;
}
.table > table > tbody > tr > *:nth-child(1){
  background: #57b3e8;
  width: 30%;
  color:white;
  text-align: center;
  vertical-align: middle;
  font-size: 80%;
}
.table > table > tbody > tr *:nth-child(2){
  background: #edf8ff;
  padding-left: 2.5vmin;
}
.table > table th,.table > table td{
  border:solid 0 white;
  padding: 10px 5px;
  vertical-align: middle;
}
.table_child{
  width: 100%;
  vertical-align: middle;
}
.alcohol > tbody > tr > td{
  padding: 5px 0 0;
}
.color{
  margin: 0;
  padding: 8px 0 0;
  text-decoration:underline;
  color: #57b3e8;
  font-size: 1.2em; /* フォントサイズを大きく */
  font-weight: bold; /* 太字で強調 */
}




input[type="submit"],
input[type="button"] {
    display: inline-block;
    padding: 10px 20px;
    margin: 20px auto; /* ボタン間隔を調整 */
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #57b3e8; /* ボタン背景色 */
    border: none;
    border-radius: 5px; /* 角丸 */
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* 立体感を出す */
    transition: background-color 0.3s, transform 0.2s; /* ホバー時のアニメーション */
}

input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: #005f99; /* ホバー時の色 */
    transform: translateY(-2px); /* ホバー時に浮き上がる */
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2); /* ホバー時の影を強調 */
}

input[type="submit"]:active,
input[type="button"]:active {
    background-color: #004a73; /* クリック時の色 */
    transform: translateY(0); /* クリック時の押し込み効果 */
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2); /* 押し込み時の影を弱める */
}

input[type="submit"]:disabled,
input[type="button"]:disabled {
    background-color: #cccccc; /* 無効時の色 */
    color: #666;
    cursor: not-allowed; /* 無効時にポインタを変更 */
    box-shadow: none; /* 無効時は影を消す */
}
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px; /* 必要に応じて上下の余白を調整 */
}


/*Photography*/
.table_Photography table{
  width: 100%;
  margin: 0 auto 1.5em;
}
.table_Photography td{
  border: 8px #d1faff solid;
}
.table_Photography img{
  box-shadow: 4px 2px 4px rgb(0 0 0 / 42%);
}
.table_Photography p{
  padding: 0;
  margin: 0;
}
.Photography_p{
  width: 80%;
  margin: 0 auto 50px;
}



@media screen and (min-width:480px){
  .top video {
    width: auto;
    height: 90vh;
  }
  .top {
    z-index: 1;
  }
  li {
    margin: 0 3vmin;
    font-size: 15px;
  }
  .greeting img{
    width: auto;
    height: 70vh;
  }
  .profile img {
    max-width: 200px;
  }
  .information_p{
    max-width: 500px;
    margin: 0 auto
  }
  .information_back {
    width: 500px;
    margin: 0 auto;
  }
  .information{
    width: 80%;
    max-width: 500px;
    margin: 0;
  }
  iframe {
    max-width: 500px;
  }
  .map {
    text-align: center;
  }
  .btn {
    max-width: 400px;
  }
  .invitation_p{
    text-align: center;
  }
  .invitation_p p{
    text-align: left;
    display: inline-block;
  }
  .table {
    max-width: 600px;
    margin: 0 auto;
  }
  .table_Photography table{
    max-width: 500px;
  }
  .Photography_p{
    max-width: 550px;
    margin: 0 auto 50px;
  }
}

.img {
  text-align: center;
  margin: 20px;
}
img {
  width: 80%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}
