html
{
  margin-bottom: 0%;
  padding-bottom:  0%;
  overflow-y: scroll;
  overflow-x: hidden;
}
html img
{
  filter: saturate(150%);
}
body
{
  margin-top: 3%;
  align-items: center;
  background-color: #fffdfa;
  font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
.header
{
  background: #fffdfa;
  margin-left: 0px;
  margin-right: 0px;
  padding-right: 0%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: top 0.3s;
  text-align: right;
}
.header2
{
  background: #fffdfa;
  margin-left: 0px;
  margin-right: 0px;
  padding-right: 0%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: top 0.3s;
  text-align: right;
}
.header2
{
  display: none;
}
.index-contents
{
  margin-top: 2%;
}
.index-contents .logo,.logo-text
{
  opacity: 0;
  animation: fadeIn 1.5s linear;
  animation-fill-mode: both;
}
@keyframes fadeIn{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.header-a
{
  text-decoration: none;
  color: black;
  font-weight: bold;
}
.header-a img
{
  padding-bottom: 5%;
  width: 100%;
}
.header-b
{
  text-decoration: none;
  color: black;
  font-weight: bold;
}
.header-b img
{
  padding-top: 5%;
  width: 100%;
}
.logo-s
{
  display: inline-block;
  text-align: center;
  font-size: 2.5vw;
  font-weight: bold;
  width: 100%;
  height: auto;
  color: #0f0f0f;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
}
.menu
{
  border-radius:unset;
  padding: 0%;
}
.menu-btn-ja
{
  color: #14227c;
  padding: 5px 0 5px 0;
  font-size: 2.0vw;
  font-weight: bold;
  border-radius:unset;
  width: 100%;
  text-align: center;
  background-color: #fffdfa;
}
.menu-btn-ja3
{
  color: #14227c;
  padding: 8px 0 5px 0;
  font-size: 1.8vw;
  font-weight: bold;
  border-radius:unset;
  width: 100%;
  text-align: center;
  background-color: #fffdfa;
}
.menu-btn-en
{
  color: #939393;
  font-size: 20px;
  font-weight: bold;
  border-radius:unset;
  width: 100%;
  text-align: center;
  background-color: #fffdfa;
}
.menu :hover .menu-btn-ja
{
 color: #f9f9f9;
 background-color: #b4afaf;
}
.menu :hover .menu-btn-ja3
{
 color: #f9f9f9;
 background-color: #b4afaf;
}
.menu :hover .menu-btn-en
{
 color: #14227c;
 background-color: #b4afaf;
}

/*index.html.tmpl*/
.header-btn1
{
  margin-right: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-btn2
{
  margin-left: 0%;
}
.index-contents
{
  text-align: center;
  position: relative;   
}
.index-contents img
{
  width: 80%;
  height: auto;
  filter: brightness(1.2);
  opacity: 0;
  animation: fadeIn 1.5s linear;
  animation-fill-mode: both;
}
@keyframes fadeIn{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.row
{
  --bs-gutter-x: 0rem;
}
.index-row
{
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e8e8e8;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;   
}
.index-row img
{
  box-shadow: 15px 15px 0 #989898;
  width: 80%;
  height: auto;
  filter: brightness(0.6);
}
.logo-text
{
  position: absolute;
  top:60%;
  left:50%;
  transform: translate(-50%,-50%);
  text-align: center;
  font-size: 2vw;
  font-weight: bold;
  width: 100%;
  color: #f5fffa;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
}
.index-logo
{
  position: absolute;
  top:22%;
  left:34%;
  transform: translate(-50%,-50%);
  font-size: 3.6vw;
  font-weight: bold;
  width: 100%;
  color: #f5fffa;
  font-family: "Times New Roman", Times, serif;
  text-shadow:
  4px 4px 0 rgb(125, 125, 125),
  -2px 2px 0 rgb(125, 125, 125),
  2px -2px 0 rgb(125, 125, 125),
  -2px -2px 0 rgb(125, 125, 125);
}
.index-row-p
{
  text-align: left;
  position: absolute;
  top:50%;
  left:66%;
  transform: translate(-50%,-50%);
  font-size: 2.0vw;
  font-weight: bold;
  width: 80%;
  color: #f5fffa;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  text-shadow:
  2px 2px 0 rgb(125, 125, 125),
  -1px 1px 0 rgb(125, 125, 125),
  1px -1px 0 rgb(125, 125, 125),
  -1px -1px 0 rgb(125, 125, 125);
}
.index-row-p2
{
  text-align: left;
  position: absolute;
  top:80%;
  left:60%;
  transform: translate(-50%,-50%);
  font-size: 2.0vw;
  font-weight: bold;
  width: 80%;
  color: #f5fffa;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  text-shadow:
  2px 2px 0 rgb(125, 125, 125),
  -1px 1px 0 rgb(125, 125, 125),
  1px -1px 0 rgb(125, 125, 125),
  -1px -1px 0 rgb(125, 125, 125);
}
.ltd
{
  font-size: 3vw;
}
#page-contents
{
  margin-top: 50px;
  background-color: #fdfdfdf9;
  animation: fadeIn 1.5s linear;
  animation-fill-mode: both;
}
@keyframes fadeIn{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
#dinning-contents
{
  /*--bs-gutter-x: 0rem;*/
}

/*chert.html.tmpl*/
.logo-body
{
  margin-top: 5%;
  margin-bottom: 5%;
  padding-right: 0%;
  background-color: #fffdfa;
}
.chert-mainbody img
{
  width: 100%;
}
.post-back {
	background-color: #FFF;
}
.sub-content {
	margin-left: 15px;
}
.setyear-body
{
  margin-top: 3%;
  align-items: center;
  font-family: "Times New Roman", Times, serif;
}
.setyear-text
{
  text-align: center;
  font-size: 2.0vw;
  font-weight: bold;
  padding-left: 10%;
  padding-right: 0%;
}
.setyear-value input
{
  font-weight: bold;
  width: 100%;
}
.text-end
{
  background-color: #f5f5f5;
  font-size: 3.6vw;
}
.text-message
{
  border: none;
  background-color: #fffdfa;
  font-size: 3.0vw;
  color: red;
  text-align: center;
}
.setyear-button
{
  padding-left: 0%;
}
.setyear-button input
{
  width: auto;
  font-size: 2.4vw;
  font-weight: bold;
  background-color: rgb(255, 255, 175);
}
.setyear-button input:hover
{
  font-weight: bold;
  background-color: rgb(200, 255, 175);
  border: none;
}
.end-comment
{
  margin-top: 15px;
  margin-bottom: 25%;
  font-size: 1.4vw;
  font-weight: bold;
  text-align: end;
  font-family: "Times New Roman", Times, serif;
}
.setyear-information
{
  margin-top: 3%;
  padding-right: 0%;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  font-size: 2.0vw;
  font-weight: bold;
}
.setyear-information p
{
  padding-right: 0%;
}
.setyear-information a
{
  font-size: 2.4vw;
  border-bottom: solid 1px black;
}
.reference-menus
{
  color: #232323;
  background-color: #f8fa83;
}
.text-year
{
  font-size: 2.8vw;
  font-weight: bold;
  padding-left: 0%;
}
.text
{
  text-align: center;
  border: 0;
}
.detail-table {
	width: 96%;
	font-size: 1.4vw;
  font-family: "Times New Roman", Times, serif;
	border-collapse: collapse;
	border: 2px solid #3e3e3e;
}

.detail-table tr
{
	border-collapse: collapse;
	border: 2px solid #3e3e3e;
}

.detail-table th
{
	text-align: center;
	border-collapse: collapse;
	border: 2px solid #3e3e3e;
  padding-top: 2%;
  padding-bottom: 2%;
}

/*giht.html.tmpl*/
.image-logo
{
  padding-right: 0%;
}
.image-logo img
{
  padding-left: 5%;
  max-width: 100%;
}
.gift-mainbody
{
  align-items: center;
  padding-right: 0%;
  padding-left: 0%;
}
#mainbody-1
{
  background-color: antiquewhite;
}
#mainbody-2
{
  background-color: rgb(252, 248, 239);
}
#mainbody-3
{
  background-color: rgb(252, 248, 239);
}
#mainbody-4
{
  background-color: antiquewhite;
}
.main-title
{
  text-align: center;
  font-size: 3.0vw;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  padding-top: 3%;
  margin-bottom: 0%;
}
.guidance-url
{
  text-align: center;
  font-size: 4.0vw;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 0%;
  padding-left: 1%;
  padding-right: 1%;
  color: rgb(238, 144, 130);
  text-shadow: 2px 2px 4px rgba(216, 216, 216, 0.982);
}
.guidance-url:hover
{
  text-align: center;
  font-size: 4.2vw;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 0%;
  padding-left: 1%;
  padding-right: 1%;
  color: rgb(130, 168, 238);
}
.sub-title 
{
  text-align: center;
  font-size: 2.8vw;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 0%;
}
.sub-text
{
  text-align: left;
  font-size: 1.2vw;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 2%;
  padding-left: 10%;
  padding-right: 10%;
}
.image-box img
{
  padding-top: 3%;
  padding-right: 3%;
  padding-left: 3%;
  padding-bottom: 3%;
  text-align: center;
}
.image-box a
{
  filter: brightness(1);
  transition: filter 1s;
}
.image-box a:hover
{
  filter: brightness(0.6);
}
.menu-box
{
  padding: 0px;
}
.linenap
{
  list-style:none;
  margin-bottom: 0%;
  padding-left: 0%;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
	font-weight: bold;
  font-size: 2.2vw;
}
.end-text
{
  text-align: center;
  font-size: 2.2vw;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  margin-top: 3%;
  margin-bottom: 3%;
}

/*access.html*/
.access-title
{
  text-align: center;
  align-items: center;
  font-family: "Times New Roman", Times, serif;
  color: #5f5f5f ;
  margin-top: 5%;
  font-size: 3.5vw;
  text-decoration: underline #ff7f50;
  font-weight: bold;
}
.access-container
{
  margin-top: 2%;
  margin-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
}
.access-container table
{
  width: 100%;
  border-collapse: collapse;
}
.head
{
  background-color: #98fb98;
  font-family: "Times New Roman", Times, serif;
  border: 1px solid black;
  text-align: center;
  font-size: 2.6vw;
  font-weight: bold;
}
.none
{
  background-color: #FFFFFF;
  width: 15%;
  border: 1px solid black; 
  border-right-width: 2px;
  border-right-color: rgb(235, 127, 127);
}
.houyou
{
  font-size: 1.3vw;
  font-weight: bold;
  text-align: center;
  border: 1px solid black;
  border-right-color: rgb(235, 127, 127);
  font-family: "Times New Roman", Times, serif;
  background-color: #ffe4c4;
  width: 15%;
  border-right-width: 2px;
}
.table-header
{
  font-size: 2.6vw;
  font-weight: bold;
  text-align: center;
  border: 1px solid black;  
  font-family: "Times New Roman", Times, serif;
  background-color: #ffe4c4;
  width: 30%;
  border-right-color: rgb(235, 127, 127);
  border-right-style: solid;
  border-right-width: 2px;
}
.table-data
{
  font-size: 2.4vw;
  font-weight: bold;
  text-align: left;
  border: 1px solid black; 
  font-family: "Times New Roman", Times, serif;
  padding-left: 3%;
  padding-top: 2%;
  padding-bottom: 2%;
}
.table-data2
{
  font-size: 2.6vw;
  font-weight: bold;
  text-align: left;
  border: 1px solid black; 
  font-family: "Times New Roman", Times, serif;
  padding-left: 3%;
}
.table-data3
{
  font-size:  2.6vw;
  font-weight: bold;
  text-align: center;
  border: 1px solid black; 
  font-family: "Times New Roman", Times, serif;
}
.table-row
{
  text-align: center;
  width: 100%;
  border: 1px solid black;
}
.corporate-title
{
  font-size: 2.0vw;
  display: block;
  text-align: left;
}
.corporate-message
{
  font-size: 1.6vw;
  display: block;
  text-align: left !important;
  padding-left: 2%;
}
.access-text
{
  text-align: center;
  font-size: 1.8vw;
  font-family: "Times New Roman", Times, serif;
  color: #ff0000;
}
.access-map
{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
  align-items: center;
  height: 500px;
}

/*dinning.html*/
#dinning-contents
{
  /* --bs-gutter-x: 0rem;*/
}
.access
{
  border-radius:unset;
  padding: 0%;
}
.menu-btn-ja2
{
  color: #14227c;
  font-size: 1.8vw;
  font-weight: bold;
  border: none;
  border-radius: none;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  text-align: center;
  display: inline-block;
}
.access :hover .menu-btn-ja2
{
  color: #f9f9f9;
  background-color: #b4afaf;
}
.top-text
{
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  font-size: 2vw;
  margin-top: 5%;
  margin-bottom: 5%;
  color: #2dca1c;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.btn-container 
{
  display: flex;
  justify-content: center;
  position: fixed
}
.menu-title
{
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  color: #5f5f5f ;
  margin-top: 20px;
  padding-right: 0%;
}
.menu-row1
{
  padding-right: 0%;
  padding-left: 3%;
}
.menu-row2
{
  padding-right: 0%;
  padding-left: 3%;
}
.menu-container
{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0%;
}
.menu-container img
{
  max-width: 100%;
  width: 64%;
  margin-top: 5%;
  padding-left: 5%;
  padding-right: 2%;
}
.menu1
{
  flex-grow: 1;
  padding-top: 5%;
  padding-right: 0%;
}
.menu1 h2
{
  font-size: 2.5vw;
  text-align: left;
  padding-left: 3%;
  font-family: "Times New Roman", Times, serif;
  color: #5f5f5f ;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-top: 5%;
}
.menu1 p
{
  font-size: 1.8vw;
  text-align: left;
  font-family: "Times New Roman", Times, serif;
  color: #5f5f5f ;
  padding-left: 5%;
  font-weight: bold;
}

.menu_guide {
  position: relative;
}

.menu_guide p {
  position: absolute;/*絶対配置*/
  font-family: "Times New Roman", Times, serif;
  color: white;/*文字は白に*/
  font-size: 3.0vw;
  font-weight: bold;
  display: flex;
  justify-content: left;
  bottom: 0;
  margin-top: 90px;
  left: 68px;
}

.menu_guide img {
  width: 100%;
}

.gozen-row
{
  margin-bottom: 70px;
}
.yoyakuzen-row
{
  margin-bottom: 70px;
}
.teisyoku-row
{
  margin-bottom: 70px;
}
.drink-row
{
  margin-bottom: 70px;
}
.drinkbar-row
{
  margin-bottom: 20px;
  padding-right: 0%;
}
.alcohol-row
{
  margin-bottom: 20px;
  padding-right: 0%;
}
.drinkbar-container
{
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 10px;

  background-color: #ffdead;
}
.alcohol-container
{
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 10px;

  background-color: #a9f17f;
}
.drinkbar-container2
{
  background-color: #fdfdfdf9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  align-items: center;
  width: 100%;
}
.alcohol-container2
{
  background-color: #fdfdfdf9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  align-items: center;
  width: 100%;
}
.drink-title
{
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  color: #5f5f5f ;
  margin-top: 30px;
  font-size: 3.5vw;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  padding-right: 0%;
}
.drinkbar-title
{
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 3vw;
  color: #5f5f5f;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.drinkbar-menu li
{
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  color: #5f5f5f ;
  margin-top: 20px;
  font-size: 1.5vw;
  list-style: none;
  border-bottom: 1px solid #ddd;
  transition: all 0.3s ease; 
  font-weight: bold;
}
.drinkbar-menu li:hover
{
  background-color: #dcdcdc; 
}
.alcohol-title
{
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 3vw;
  font-weight: bold;
  color: #5f5f5f;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.alcohol-menu li
{
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  color: #5f5f5f ;
  margin-top: 20px;
  font-size: 1.5vw;
  list-style: none;
  border-bottom: 1px solid #ddd;
  transition: all 0.3s ease; 
  font-weight: bold;
}
.alcohol-menu li:hover
{
  background-color: #dcdcdc; 
}
.menu-text
{
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.5vw;
  margin-top: 20px;
  font-weight: bold;
}
.menu-text-0
{
  text-align: left;
  font-family: "Times New Roman", Times, serif;
  font-size: 2.0vw;
  margin-top: 10px;
  padding-left: 5%;
  font-weight: bold;
}
.teisyoku-text
{
  text-align: left;
  font-family: "Times New Roman", Times, serif;
  font-size: 2vw;
  margin-top: 20px;
  font-weight: bold;
  margin-left: 17%;
  margin-top: 3%;
}
.drink-text
{
  text-align: left;
  font-family: "Times New Roman", Times, serif;
  font-size: 2vw;
  margin-top: 20px;
  font-weight: bold;
  margin-left: 18%;
  margin-top: 3%;
  margin-bottom: 3%;
}
.drinkbar-menu
{
  padding-right: 5%;
  padding-left: 5%;
}
.alcohol-menu
{
  padding-right: 5%;
  padding-left: 5%;
}

/*room.html.tmpl*/
.room-body
{
  background-color: #f3f8f1;
}
.room-top
{
  font-size: 1.5rem;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  padding-top: 3%;
  padding-left: 5%;
}
.room-content
{
  padding-top: 4%;
}
.room-photo
{
  display:flex;
  align-items: center;
  padding-right: 0%;
  padding-top: 0%;
  padding-left: 0%;
}
.room-text
{
  text-align: center;
  align-items: center;
  padding: 20px;
  padding-top: 6%;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: 1.2rem;
}
.room-text2
{
  text-align: center;
  align-items: center;
  padding: 20px;
  padding-top: 4%;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: 1rem;
}
.room-text3
{
  text-align: center;
  align-items: center;
  padding: 20px;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: 1.3rem;
}
.room-title
{
  color: #1e7c14;
  font-size: 28px;
  display: inline-block;
  position: relative;
  padding: .3em;
}
.room-title:after {
 content: "";
 display: block;
 height: 4px;
 background: linear-gradient(to right, #f19874, transparent);
}
.room-content2
{
  text-align: center;
  padding-top: 4%;
  padding-bottom: 4%;
  align-items: center;
  padding-right: 0%;
}
.room-photo img
{
  padding-bottom: 1%;
}
.store-content
{
  padding-top: 2%;
  text-align: center;
}
.store-title
{
  color: #1e7c14;
  font-size: 28px;
  display: inline-block;
  position: relative;
  padding: .3em;
}
.store-title:after
{
 content: "";
 display: block;
 height: 4px;
 background: linear-gradient(to right, #f19874, transparent);
}
.store-text
{
  text-align: center;
  align-items: center;
  padding: 20px;
}
.store-span
{
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: 1.3rem;
}

/*reservation.html.tmpl*/
.menu-text-1
{
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  font-size: 2.6vw;
  margin-top: 10px;
  padding-left: 5%;
  font-weight: bold;
  color: #e72727;
}
.res-top
{
  margin-top: 5%;
}
.res-bottom
{
  background-color: #e8eadb;
  padding-top: 5%;
  padding-bottom: 5%;
}
.res-text
{
  font-size: 2.4vw;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  padding-left: 2%;
}

.res-text img
{
  padding-left: 3%;
}
.res-subtext
{
  font-size: 2.0vw;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  text-align: center;
  margin-top: 2%;
  margin-bottom: 2%;
  padding-right: 5%;
  padding-left: 5%;
}

.res-contenttext
{
  font-size: 1.8vw;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  text-align: left;
  padding-left: 5%;
  padding-right: 7%;
}
.fax-contenttext
{
  font-size: 1.8vw;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  text-align: left;
  padding-left: 3%;
  padding-right: 3%;
}
.res-span
{
  font-weight: bold;
  color: #e72727;
}
.res-content
{
  margin-top: 5%;
  margin-left: 5%;
  margin-right: 5%;
}

.res-content2
{
  margin-top: 5%;
  margin-bottom: 5%;
}

.res-photo
{
  align-items: center;
}
.res-photo2
{
  padding-top: 2%;
  align-items: center;
}
.res-photo3 img
{
  padding-left: 40%;
  align-items: center;
  width: 100%;
  height: auto;

}

.res-photo4 img
{
  padding-top: 2%;
  padding-left: 10%;
  align-items: center;
  width: 40%;
}

.res-list li {
  color: #25aa16;
}
hr
{
  margin-top: 0%;
  margin-bottom: 0%;
}
.res-tablebody
{
  font-size: 2.0vw;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  margin-top: 2%;
  margin-bottom: 2%;
  padding-right: 5%;
  padding-left: 5%;
}

.res-table
{
  display: flex;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}

.res-table span {
  display: inline-block;
  border: solid 1px #222;
  padding: 3% 0%;
}
.res-table span:first-child 
{
  border-right: none !important;
}

.res-tablehead
{
  font-size: 2.4vw;
  text-align: center;
  background-color: #FFE4C4;
  text-align: center;
}
.res-tabledata
{
  text-align: left;
}
.res-tabledata2
{
  border-top: none !important;
  text-align: center;
}

.res-tabledata3
{
  text-align: center;
}
.res-tabledata4
{
  padding-left: 2%;
  text-align: left;
}
.res-tabledata4 p
{
  padding-left: 2%;
  margin-bottom: 0%;
}

/*personal*/
.personal
{
  padding-top: 1%;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  color: #5f5f5f ;;
}
.personal h2
{
  font-size: 2.2vw;
}
.personal span
{
  font-size: 0.8vw;
}
.box_out
{
  margin-top: 4%;
  background-color: #EEEEEE;
  height: auto;
}
.box_in
{
  padding-left: 3%;
  padding-right: 3%;
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
  width: 100%;
}
.box_items
{
  margin-right: 3%;
}
.box_items ul li
{
  font-size: 1.3vw;
  line-height: 20px;
  font-weight: bold;
  list-style: none;
  margin-top: 2%;

}
.box_items p 
{
  font-size: 1.2vw;
  line-height: 20px;
  margin-top: 2%;
  padding-left: 3%;
}

/*footer*/
.footer
{
  background-color: #F0F0F0;
  margin-top: 5%;
}
.footer-menu1
{
  text-align: center;
  padding-top: 2%;
  padding-right: 0%;
  padding-bottom: 2%;
  margin-top: 0%;
  border-bottom: dotted 1px rgb(16, 15, 15);
  border-top: dotted 1px rgb(16, 15, 15);
}
.footer-a
{
  padding-left: 2%;
  text-decoration: none;
  color: #939393;
  font-family: "Arial";
  width: 100%;
}
.footer-menu2
{
  padding-top: 3%;
  text-align: center;
  font-size: 1.2vw;
  font-weight: bold;
  font-family: "Arial";
}
.footer-menu3
{
  color: #939393;
  text-align: left;
  padding-left: 0%;
  padding-right: 0%;
}
.footer-menu3 li
{
  list-style: none;
  font-size: 1.0vw;
  font-weight: bold;
}
.footer-menu5 li
{
  list-style: none;
  font-size: 1.0vw;
  font-weight: bold;
}
.footer-menu4
{
  text-align: center;
  font-weight: bold;
  color: #939393;
  font-size: 1.2vw;
  background-color: #F0F0F0;
}
.footer-menu5
{
  text-align: left;
  font-weight: bold;
  color: #939393;
}
.span1
{
  font-size: 2.2vw;
  border-left: solid 1px gray;
  border-right: solid 1px gray;
  color: #1e7c14;
}
.span1:hover
{
  color: #17147c;
}
.span2
{
  font-size: 2.2vw;
  color: #1e7c14;
}
.span2:hover
{
  color: #17147c;
}
.span3
{
  font-size: 2.2vw;
  border-left: solid 1px gray;
  color: #1e7c14;
}
.span3:hover
{
  color: #17147c;
}

.company-logo
{
  font-size: 2.2vw;
  color: #1e7c14;
  font-family: "Times New Roman", Times, serif;
}
.top-btn
{
  display: inline-block;
  background-color: #b6c1b6;
  color: #f5fffa;
  padding: 10px 10px;
  font-size: 0.4vw;
  border-radius: 5px;
  position: fixed;
  bottom: 30px;
  left: 10px;
  cursor: pointer;
  text-decoration: none;
} 
.top-btn:hover
{
  color: #14227c;
  background-color: #fefefe;
}

.faded-image {
  opacity: 0.75;
}