/* --------------------------------------------------- */
/* 共通設定 */
/* --------------------------------------------------- */

.pc {
    display: block;
}

.sp {
    display: none;
}

.inv-recaptcha-holder {
   margin: 3% 0px;
}


/* コンテンツ エリア */

#content h3 {
    width: auto;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 10px 5px 7px;
    clear: both;
    color: #553403;
    border-left: 4px solid #426b33;
    border-bottom: 2px solid #426b33;
}

#content p {
    margin: 1em 0;
    /* margin-bottom: 2em; */
    color: #5c2f0d;
}

#content p.right{
  float: right;
  margin: 0px 0px 15px 15px;
}

#content p.left{
  float: left;
  margin: 0px 15px 15px 0px;
}

p.center{
    text-align: center;
}

p.center img{
    display: inline-block;
}

#content p.small{
  font-size: 13px;
}

a img:hover{
    opacity: 0.7;
}

/* table */
table.table {
    width: 100%;
    border: none;
    border-top: 1px solid #426b33;
    border-left: 1px solid #426b33;
    margin: 1em 0;
}

table.table th {
    background-color: #426b33;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 2px 2px rgba(0,0,0,0.2);
    border: none;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    text-align: center;
    padding: 10px;
}

table.table tr:last-child th{
  border-bottom: solid 1px #426b33;
}

table.table tr.center th, table.table tr.center td{
  text-align: center;
}

table.table td {
    font-size: 14px;
    border: none;
    font-weight: normal;
    border-right: 1px solid #426b33;
    border-bottom: 1px solid #426b33;
    text-align: left;
    padding: 10px;
    background-color: white;
}

/* table 料金・メニュー */
table.table_plan {
    width: 100%;
    border: none;
    border-top: 1px solid #426b33;
    border-left: 1px solid #426b33;
    margin: 2em 0;
}

table.table_plan th {
    background-color: #426b33;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    border: none;
    border-right: 1px solid white;
    border-bottom: 1px solid #ffffff;
    text-align: center;
    padding: 10px;
}

table.table_plan tr th:last-child {
  border-right: solid 1px #426b33;
}

table.table_plan tr.center th, table.table_plan tr.center td{
  text-align: center;
}

table.table_plan tr th.sp_space2 {
    width: 50%;
}

table.table_plan td {
    font-size: 14px;
    border: none;
    font-weight: normal;
    border-right: 1px solid #426b33;
    border-bottom: 1px solid #426b33;
    text-align: center;
    padding: 10px;
    background-color: white;
}


/* ヘッダー */
.description_box {
  width: auto;
  margin-top: 0px;
  padding: 0;
  float: left;
}

.description {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #222222;
  padding-left: 17px;
}

.logo {
  width: auto;
  height: auto;
  margin: 0;
  float: left;
  padding: 0 0 15px;
}

.logo p{
	font-size: 14px;
	color: #333;
	margin: 0;
}

.h_address{
  font-size: 13px;

}
.h_address span{
  margin-left: 7px;
  background: #ea3737;
  border-radius: 7px;
  padding: 3px 7px;
}
.h_address span:hover{
  opacity: 0.8;
}
.h_address span a{
  text-decoration: none;
  color: #fff;
}

.header_contact{
  overflow: hidden;
  display: flex;
  float: right;
  /* margin-top: 18px; */
}
.header_contact_left{
  margin-right: 17px;
}
.header_contact_right p{
  margin-bottom: 10px;
	margin-top: 5px;
}

.header_contact_left p {
    margin-bottom: 10px;
	margin-top: 5px;
}

.header_contact_right ul{
	margin: 0;
}

.header_contact_right ul li{
  display: inline-block;
}

.header_contact_left ul li {
    display: inline-block;
}
.description h1 {
    width: 100%;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.3em;
    color: #353535;
    padding: 4px 0px;
    font-family: sans-serif;
    margin: 0px;
}

#header {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#header_top {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #ffe900;
}

#header_top_in {
  width: 1280px;
  height: auto;
  margin: 0 auto;
  padding: 0 50px;
}

#header_in {
  width: 1280px;
  height: auto;
  margin: 0 auto;
  padding: 30px 50px 20px 50px;
  display: table;
}

#header_in .inner_left {
  width: 25.42372881%;
  height: auto;
  margin: 0;
  padding-top: 15px;
  float: left;
}

#header_in .inner_left img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#header_in .inner_right {
    width: 50%;
    height: auto;
    margin: 0;
    padding: 0;
    float: right;
}

#header_in .inner_right ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

#header_in .inner_right ul li:first-child {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: right;
}

#header_in .inner_right ul li {
  width: 43.63636363%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

#header_in .inner_right ul li ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: none;
}

#header_in .inner_right ul li ul li:first-child,
#header_in .inner_right ul li ul li,
#header_in .inner_right ul li ul li:last-child {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: none;
}

#header_in .inner_right ul li:last-child {
  width: 40.9090909%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

#header_in .inner_right ul li:first-child img,
#header_in .inner_right ul li:last-child img,
#header_in .inner_right ul li ul li:first-child img,
#header_in .inner_right ul li ul li img,
#header_in .inner_right ul li ul li:last-child img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#header_in .inner_right p {
  font-size: 14px;
  line-height: 1.2em;
  text-align: right;
  color: #ccc;
  margin: 0;
  padding: 5px 55px 0 0;
  float: right;
}

/*ヘッダーメニュー*/
#header_in .inner_right {
    float: right;
    max-width: 700px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

#header_in .inner_right p {
    font-size: 12px;
    line-height: 1.2em;
    text-align: center;
    color: #353535;
    margin-top: 5px;
    padding: 0px;
    min-width: 315px;
}

#header_in .inner_right .info_left {
    width: 100%;
    float: left;
}

#header_in .inner_right .info_left li:last-child {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: right;
}

#header_in .inner_right .info_right .center {
    width: 315px;
    margin-bottom: 10px;
    float: right;
}

#header_in .inner_right .info_right li {
    width: 150px;
    margin-right: 2%;
    float: right;
}

#header_in .inner_left {
    width: 25.42372881%;
    height: auto;
    margin: 0;
    padding-top: 0px;
    float: left;
}

/* --------------------------------------------------- */
/* グローバルナビ */
/* --------------------------------------------------- */
#nav {
  width: 1000px;
  height: 60px;
}

#nav li {
  width: auto;
  height: 60px;
  float: left;
}
#global_navi_in ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
}

#global_navi_in ul li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

#global_navi_in ul li::before {
    content: " ";
    display: block;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #3c632c, white, #3c632c);
    position: absolute;
    left: 0;
    top: 0;
}

#global_navi_in ul li:last-of-type::after {
    content: " ";
    display: block;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #3c632c, white, #3c632c);
    position: absolute;
    right: 0;
    top: 0;
}

#global_navi_in ul li a {
    display: block;
    color: white;
    /* text-shadow: #000 0px 0px 8px; */
    text-decoration: none;
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
}

#global_navi_in ul li a:hover{
  /* color: #b7a27d; */
  opacity: 0.5;
}

/* フッター */
#footer_in {
  width: 1200px;
  }
.f_address{
  font-size: 13px;

}
.f_address span{
  margin-left: 7px;
  background: #ea3737;
  border-radius: 7px;
  padding: 3px 7px;
}
.f_address span:hover{
  opacity: 0.8;
}
.f_address span a{
  text-decoration: none;
  color: #fff;
}

.footer_contact{
  overflow: hidden;
  display: flex;
  float: right;
  /* margin-top: 18px; */
}
.footer_contact_left{
  margin-right: 17px;
}
.footer_contact_right p{
  margin-bottom: 10px;
}
.footer_contact_left p {
    margin-bottom: 10px;
}
.footer_contact_right ul li{
  display: inline-block;
}
.footer_contact_left ul li {
    display: inline-block;
}

#footer ul.menu{
  width: auto;
  display: table;
  margin: 0px auto;
  margin-bottom: 20px;
}
#footer ul.menu li{
  display: inline-block;
}
#footer ul.menu li a{
  text-decoration: none;
  color: #6c4306;
  border-right: solid 1px #6c4306;
  margin-right: 7px;
  padding-right: 10px;
  font-size: 14px;
}
#footer ul.menu li a:hover{
  opacity: 0.7;
}
#footer ul.menu li:last-child a{
  border-right: 0px;
  margin-right: 0px;
  padding-right: 0px;
}

.copyright {
  width: 100%;
  height: auto;
  font-family: "arial";
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}

.copyright a{
  color: #fff;
  text-decoration: none;
}
#footer-top{
  border: 0px;
}

#footer {
  width: 100%;
  height: auto;
  display: table;
  clear: both;
}

#footer_top {
  width: 100%;
  height: auto;
  background-color: #353535;
}

#footer_top_in {
  width: 1280px;
  height: auto;
  margin: 0 auto;
  padding: 40px 50px;
  display: table;
}

#footer_bottom {
  width: 100%;
  height: auto;
  background-color: #fdf06a;
}

#footer_bottom_in {
  width: 1280px;
  height: auto;
  margin: 0 auto;
  padding: 30px 50px 25px 50px;
  display: table;
}

#copyright {
    width: 100%;
    height: auto;
    padding: 20px 0 15px 0;
    display: table;
    background-color: #ffe900;
}

#footer_top_in ul {
  width: 69.49152542%;
  height: auto; 
  margin: 0 auto;
  padding: 0;
}

#footer_top_in ul li {
  width: 31.70731707%;
  height: auto;
  margin-right: 2.43902439%;
  padding: 0;
  float: left;
}

#footer_top_in ul li:last-child {
  margin: 0;
}

#footer_top_in ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#footer_bottom_in ul {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: table;
    table-layout: fixed;
}

#footer_bottom_in ul li {
  width: auto;
  height: auto;
  display: table-cell;
  padding: 0;
}

#footer_bottom_in ul li:last-child {
  margin: 0;
}

#footer_bottom_in ul li a {
    font-size: 15px;
    color: #353535;
    text-decoration: none;
}

#footer_bottom_in ul li a:hover {
  opacity: 0.7;
}

#copyright p {
    width: auto;
    height: auto;
    font-family: "arial";
    font-size: 12px;
    text-align: center;
    color: #353535;
    margin: 0;
}