#contents {
  height: auto;
  width: 960px;
}

#infomation .news_info {
  display: block;
  padding-left: 97px;
  margin-top: 0;
  line-height: 1.6;
  padding-bottom: 5px;
}

.left #model {
  background-image: url(../pics/model.jpg);
  width: 300px;
  height: 152px;
  margin-top: 15px;
}

.left #model p {
  width: 150px;
  line-height: 1.3em;
  font-size: 13px;
  padding-top: 78px;
  padding-left: 142px;
}

#l_recruit {
  height: 153px;
  background-repeat: no-repeat;
  margin-top: 16px;
}

.left #l_recruit p {
  width: 131px;
  line-height: 1.3em;
  font-size: 13px;
  margin-top: -86px;
  margin-left: 150px;
}

#infomation h3 {
  font-family: 'Droid Serif', serif;
  font-size: 29px;
  letter-spacing: 0.1em;
  font-weight: 700;
  background-image: url(../pics/h3.png);
  background-repeat: no-repeat;
  line-height: 1.3em;
  padding-left: 44px;
  color: #46210C;
  padding-top: 2px;
  padding-bottom: 5px;
  text-shadow: 1px 1px 1px #CCCCCC;
}

#infomation {
  overflow: hidden;
  background-color: #FFFFFF;
  width: 588px;
  -webkit-box-shadow: 0px 0px 2px 1.5px #BFAE9F;
  box-shadow: 0px 0px 2px 1.5px #BFAE9F;
  margin-top: 1px;
  margin-left: 0px;
  border-radius: 2px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  margin-bottom: 20px;
}

#infomation dl {
  width: 590px;
  border-bottom: 1px dotted #CCCCCC;
  line-height: 1.8em;
  color: #666666;
  overflow: hidden;
  padding-top: 8px;
  padding-bottom: 4px;
}

#infomation dl p {
  margin-bottom: 10px;
}

#infomation dl p:last-of-type {
  margin-bottom: 0;
}

#infomation dt {
  font-size: 90%;
  color: #E45866;
  margin-bottom: 3px;
  line-height: 1.4em;
  margin-top: 6px;
}

#infomation dd {
  color: #503A27;
  line-height: 1.75em;
  font-size: 90%;
}

.mt {
  margin-top: 10px;
}

#twitter .twitter-timeline {
  width: 300px;
  height: 600px;
}

#infomation dl dd a:hover {
  color: #A82426;
}

#infomation dl dd img {
  margin-top: 8px;
  margin-bottom: 4px;
}

#corona img{
	width: 100%;
	height: auto;
}
/*#box {
  margin-top: 20px;
}
*/
#box>ul>li {
  float: left;
  -webkit-box-shadow: 0px 0px 2px 1.5px #BFAE9F;
  box-shadow: 0px 0px 2px 1.5px #BFAE9F;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  background-color: #FFFFFF;
  border-radius: 2px;
}

#box dl dt a {
  font-size: 16px;
  color: #B8916D;
  letter-spacing: 1px;
  line-height: 1.6em;
}

#box dl dd a {
  font-size: 12px;
  line-height: 1.5em;
  padding-top: 3px;
}

#box .b_left {
  width: 380px;
  float: left;
}

#box dl {
  margin-top: 10px;
}

.b_left li {
  margin-bottom: 18px;
  margin-left: -1px;
}

#box .b_right {
  width: 210px;
  float: right;
  margin-right: 2px;
}

.b_right li {
  margin-bottom: 18px;
}

#box a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.left #l_recruit a:hover {
  color: #A77A52;
}

#c_recruit {
  margin-top: 18px;
}

#c_recruit a img {
  margin-bottom: 18px;
}

.style {
  margin-left: -2px;
  margin-top: 20px;
}

.style a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#web_reservation a img {
  margin-top: 15px;
}

#web_reservation a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.biyou {
  -webkit-box-shadow: 0px 0px 2px 1.5px #BFAE9F;
  box-shadow: 0px 0px 2px 1.5px #BFAE9F;
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 2px;
  width: 608px;
  margin-bottom: 20px;
}

.biyou>p {
  font-size: 12px;
  margin-top: 10px;
}

#reserve {
  -webkit-box-shadow: 0px 0px 2px 1.5px #BFAE9F;
  box-shadow: 0px 0px 2px 1.5px #BFAE9F;
  padding: 10px;
  border-radius: 2px;
  width: 608px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  line-height: 1.5;
}

#reserve:before {
  content: "";
  display: inline-block;
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#reserve:after {
  content: "";
  display: inline-block;
  background: url(../pics/reserve_bg.jpg) repeat;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}

.r_title {
  margin-top: 25px;
  font-size: 1.6rem;
  font-family: serif;
  font-weight: bold;
  color: rgb(15, 6, 1);
}

.r_text {
  margin-top: 15px;
  line-height: 1.75;
  color: rgb(15, 6, 1);
    width: 93%;
    margin: 0 auto;
}


#reserve .reserve {
  box-sizing: border-box;
  font-size: 100%;
  line-height: 1.6;
  font-weight: bold;
}

#reserve ul {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 93%;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 20px;
}

#reserve li {
  width: 250px;
  display: block;
  text-align: center;
  border-radius: 2px;
}

#reserve li a,
#reserve li p {
  width: 100%;
  display: block;
  padding: 10px 0 8px 0;
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold;
  font-family: "Noto Sans Japanese";
  box-sizing: border-box;
  font-size: 90%;
}

.normal {
  display: block;
  font-size: 90%;
}

#reserve .large {
  font-size: 175%;
  margin-right: 3px;
  vertical-align: -4px;
  font-family: serif;
}

.mail {
  background: #4b2a0d;
  position: relative;
  border-bottom: solid 7px #2e1906;
  margin-right: 10px;
}

.mail:hover {
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border-bottom: none;
  cursor: pointer;
}

.line {
  background: #52CA22;
  position: relative;
  border-bottom: solid 7px #1F9A00;
  margin-right: 10px;
}

.line .large {
  letter-spacing: 3px;
}

.line:hover {
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border-bottom: none;
}

.tel {
  background-color: #A45701;
  position: relative;
  border-bottom: solid 7px #903C0A;
}

.tel:hover {
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border-bottom: none;
  cursor: pointer;
}
/*お問い合わせフォーム*/

body {
  position: relative;
}

#modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1001;
  display: none;
}

.tcg{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.tcg img{
	width: 100%;
}

.tcg img:hover{
	opacity: .6;
}
@media screen and (max-width:480px) {
  body {
    width: 100%;
  }

  #infomation {
    width: 100%;
    box-sizing: border-box;
  }

  #infomation dl {
    width: 100%;

  }

  #reserve {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding: 25px;
  }

  #reserve:after {
    background-size: auto 100%;
  }

  .r_title {
    margin-top: 0;
    font-size: 1.4rem;
  }

  .r_text {
    margin-top: 10px;
    font-size: 0.9rem;
	     width: 100%;
  }

  #reserve .large {
    margin-right: 3px;
  }

  #reserve ul {
    width: 100%;
    line-height: 1.3;
    margin-bottom: 0;
	display: block;
	  
  }

  #reserve li {
    width: 100%;
	margin-bottom: 10px;
  }

/*  .mail {
    margin-right: 15px;
  }*/

  #reserve li p,
  #reserve li a {
    padding: 9px 0 12px 0;
    font-size: 0.9rem;
  }

  .biyou {
    width: 100%;
    box-sizing: border-box;
  }

  .biyou img {
    width: 100%;
  }

  #box .b_left {
    width: 100%;
    float: none;
  }

  #box>ul>li {
    float: none;
    box-sizing: border-box;
  }

  #box>ul>li img {
    width: 100%;
    height: auto;
  }

  #box .b_right {
    display: none;
  }
}
