/*固定ページ追加CSS*/

/*Twenty Seventeen CSS
----------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*Common
----------------------------------*/
section.entry h3 {
  color: #c57729;
  font-weight: bold;
  font-size: 21px;
  line-height: 1em;
  padding: 7px 7px 7px 15px;
  border-left: 10px solid #c57729;
  margin: 25px 0 15px 0;
}

ul.colorlistmark {
  margin-bottom: 20px;
}

ul.colorlistmark li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
}

ul.colorlistmark li:before {
  content: "●";
  color: #c57729;
}

ul.colorlistmark2 li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 18px;
}

ul.colorlistmark2 li:before {
  content: "●";
  color: #335151;
}

ul.colorlistmark3 li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
}

ul.colorlistmark3 li:before {
  content: "※";
}

strong {
  font-weight: bold;
  font-size: 16px;
}

strong.col1 {
  color: #335151;
}

/*Price
----------------------------------*/
.txtBox01 {
  width: 100%;
  border: 1px solid #c57729;
  background: rgba(197, 119, 41, 0.15);
  margin: 0 0 30px 0;
  padding: 20px 5px 20px 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.BoxInner {
  padding-left: 20px;
}

table.tblprice {
  width: 100%;
  margin-bottom: 10px;
}

table.tblprice th,
table.tblprice td {
  border: 1px solid #999999;
  text-align: center;
  padding: 15px 0px;
  font-size: 18px;
}

table.tblprice th {
  background: #335151;
  color: #ffffff;
  font-weight: bold;
}

table.tblprice tr td:first-child {
  background: rgba(197, 119, 41, 0.15);
  color: #335151;
  font-weight: bold;
}

table.tblprice td {
  width: 25%;
}

/*Open compe
----------------------------------*/
table.tblcompe {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 20px;
}

table.tblcompe th,
table.tblcompe td {
  border: 1px solid #999999;
  text-align: center;
  padding: 15px 0px;
  font-size: 18px;
}

table.tblcompe th {
  background: #335151;
  color: #ffffff;
  font-weight: bold;
}

table.tblcompe tr td:first-child {
  background: rgba(197, 119, 41, 0.15);
  color: #335151;
  font-weight: bold;
}

/* table.tblcompe td {} */

@media screen and (max-width: 480px) {

  table.tblcompe th,
  table.tblcompe td {
    font-size: 14px;
  }
}

/*Restaurant
----------------------------------*/
.openingtime {
  width: 548px;
  background: rgba(197, 119, 41, 0.15);
  padding: 20px;
  border: 1px solid #c57729;
  text-align: center;
  margin: 0 auto 45px !important;
  display: block;
}

.menumei {
  font-size: 18px;
  font-weight: bold;
  color: #335151;
}

.menuprice {
  text-align: right;
}

ul.courseUl li {
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .openingtime {
    width: 90%;
  }
}

.menu-list {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  justify-content: flex-start;
  gap: 0 48px;
}

.menu-list .menu-item {
  width: 30%;
}

.menu-list .menu-item img {
  width: 100%;
  height: auto;
  display: block;
}

.menu-list .menu-item .menu-name {
  display: flex;
  justify-content: space-between;
}

.menu-list .menu-item .menu-name span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #335151;
}

.menu-list .menu-item .menu-name span:first-child {
  width: 78%;
}

.menu-list .menu-item .menu-name span:last-child {
  width: 22%;
  text-align: right;
}

@media screen and (max-width: 960px) {
  .menu-list {
    justify-content: space-between;
    gap: 0px;
  }

  .menu-list .menu-item .menu-name span:first-child,
  .menu-list .menu-item .menu-name span:last-child {
    width: 100%;
    text-align: left;
  }
}


/*Miyama golf
----------------------------------*/
p.utihoudai {
  width: 450px;
  background-color: rgba(197, 116, 41, 0.5);
  color: #335151;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  font-size: 21px;
}

@media screen and (max-width: 720px) {
  p.utihoudai {
    font-size: 16px;
    margin: 0 auto;
  }

  .miyamagolfimg {
    width: 90%;
    display: block;
    float: none;
    margin: 0 auto;
  }
}

/*Recruit
----------------------------------*/
table.tblrecruit {
  width: 100%;
  margin-bottom: 10px;
}

table.tblrecruit th,
table.tblrecruit td {
  border: 1px solid #999999;
  text-align: center;
  padding: 15px 15px;
  font-size: 18px;
}

table.tblrecruit th {
  background: #335151;
  color: #ffffff;
  font-weight: bold;
}

table.tblrecruit tr td:first-child {
  background: rgba(197, 119, 41, 0.15);
  color: #335151;
  font-weight: bold;
}

table.tblrecruit td {
  text-align: left;
}

/*Company
----------------------------------*/
table.tblcompany {
  width: 100%;
  margin-bottom: 10px;
}

table.tblcompany th,
table.tblcompany td {
  border: 1px solid #999999;
  text-align: center;
  padding: 15px 15px;
  font-size: 18px;
}

table.tblcompany th {
  background: #335151;
  color: #ffffff;
  font-weight: bold;
}

table.tblcompany tr td:first-child {
  background: rgba(197, 119, 41, 0.15);
  color: #335151;
  font-weight: bold;
}

table.tblcompany td {
  text-align: left;
}

/*Contact
----------------------------------*/
a.mail {
  font-size: 24px;
  font-weight: bold;
  color: #c57729;
}

a.mail:hover {
  text-decoration: underline;
}