@charset "UTF-8";
body {
  min-width: 1000px;
}

/* みそ汁サーバー
------------------------------ */
#contents {
  margin: 0;
  width: 100%;
}

#misoshiru_server {
  position: relative;
  left: 0;
  top: 0;
  color: #453f3e;
  font-size: 18px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #FFF;
  color: #453f3e;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
#misoshiru_server h1, #misoshiru_server h2, #misoshiru_server h3, #misoshiru_server h4, #misoshiru_server h5, #misoshiru_server h6, #misoshiru_server p, #misoshiru_server dl, #misoshiru_server dt, #misoshiru_server dd, #misoshiru_server ol, #misoshiru_server ul, #misoshiru_server li, #misoshiru_server blockquote, #misoshiru_server form, #misoshiru_server table, #misoshiru_server input, #misoshiru_server div, #misoshiru_server figure, #misoshiru_server a, #misoshiru_server span, #misoshiru_server img, #misoshiru_server th, #misoshiru_server td, #misoshiru_server section {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#misoshiru_server h1, #misoshiru_server h2, #misoshiru_server h3, #misoshiru_server h4, #misoshiru_server h5, #misoshiru_server h6, #misoshiru_server th, #misoshiru_server td {
  font-size: 100%;
}
#misoshiru_server th, #misoshiru_server td {
  text-align: left;
  line-height: 1.4;
}
#misoshiru_server img {
  border: none;
  vertical-align: bottom;
}
#misoshiru_server table {
  border-collapse: collapse;
  border-spacing: 0;
}
#misoshiru_server figure {
  margin: 0;
}
#misoshiru_server a {
  color: #453f3e;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#misoshiru_server a:hover {
  opacity: 0.7;
}
#misoshiru_server a[href*=tel] {
  pointer-events: none;
}
#misoshiru_server li {
  list-style: none;
}
#misoshiru_server table th, #misoshiru_server table td {
  border: none;
}
#misoshiru_server b, #misoshiru_server strong {
  font-weight: bold;
}
#misoshiru_server section {
  position: relative;
}
#misoshiru_server .inner {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 960px;
}
#misoshiru_server .lead {
  margin: 60px auto 50px;
  font-size: 20px;
}
#misoshiru_server .obiTitle {
  padding: 1em 0;
  background: #462f06;
}
#misoshiru_server .mainVisual {
  position: relative;
  height: 600px;
}
#misoshiru_server .mainVisual:before, #misoshiru_server .mainVisual:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 50%;
  height: 100%;
  background: url(../images/misoshiru-server-mainVisual-left.jpg) center center;
  background-size: 1px 100%;
  content: "";
}
#misoshiru_server .mainVisual:after {
  left: auto;
  right: 0;
  background: url(../images/misoshiru-server-mainVisual-right.jpg) center center;
  background-size: 1px 100%;
}
#misoshiru_server .mainVisualBgi {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 800;
  width: 100%;
  height: 100%;
  background: url(../images/misoshiru-server-mainVisual.jpg) no-repeat center center;
}
#misoshiru_server .mainVisualImg {
  position: relative;
  z-index: 801;
}
#misoshiru_server .serverImg {
  display: block;
  width: 100%;
  height: 240px;
  background: url(../images/misoshiru-server-server-bgi.jpg) center center;
  text-align: center;
}
#misoshiru_server .serverImg img {
  margin-top: 30px;
}
#misoshiru_server .localNavi {
  display: block;
  width: 100%;
  height: 70px;
  background: url(../images/misoshiru-server-localNavi-bgi.png) center center;
  text-align: center;
}
#misoshiru_server .localNavi li {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#misoshiru_server .localNavi li + li {
  border-left: solid 1px #fff;
}
#misoshiru_server .localNavi a {
  display: block;
  padding: 0 30px;
  color: #fff;
}
#misoshiru_server .leadArea {
  display: block;
  width: 100%;
  height: 700px;
  background: url(../images/misoshiru-server-leadArea-bgi.jpg) center center;
  background-size: cover;
}
#misoshiru_server .leadArea .inner {
  padding-top: 340px;
  text-align: left;
}
#misoshiru_server .guideArea {
  display: block;
  padding: 80px 0 100px;
  background: url(../images/misoshiru-server-guide-bgi.jpg) center center;
  background-size: auto 100%;
}
#misoshiru_server .guideArea:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 800;
  width: 100%;
  height: 26px;
  margin-bottom: -26px;
  content: "";
  background: url(../images/misoshiru-server-guide-shadow.png) center top no-repeat;
}
#misoshiru_server .guideList {
  margin-top: 50px;
  text-align: center;
}
#misoshiru_server .guideList li {
  display: inline-block;
  width: 300px;
  text-align: left;
  letter-spacing: -0.025em;
  white-space: nowrap;
}
#misoshiru_server .guideList li:first-child {
  float: left;
}
#misoshiru_server .guideList li:last-child {
  float: right;
}
#misoshiru_server .guideList li h3 {
  margin: 1.5em 0 0.75em;
  color: #a51e0c;
  font-size: 20px;
  font-weight: bold;
}
#misoshiru_server .guideList li p {
  padding-left: 1.5em;
}
#misoshiru_server .guideList li p + p {
  margin-top: 0.5em;
}
#misoshiru_server .guideList:after {
  display: block;
  clear: both;
  content: "";
}
#misoshiru_server .exclusive {
  display: block;
  padding: 80px 0 100px;
  background: url(../images/misoshiru-server-exclusive-bgi.jpg) center center;
  background-size: auto 100%;
  color: #353535;
  text-align: center;
}
#misoshiru_server .exclusive h2 {
  margin-bottom: 40px;
}
#misoshiru_server .exclusive h2 + p {
  letter-spacing: 0.05em;
  font-size: 20px;
}
#misoshiru_server .exclusive-subtitle {
  margin-top: 40px;
}
#misoshiru_server .annotation {
  margin-top: 0.3em;
  display: block;
  line-height: 1.2;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.2px;
}
#misoshiru_server .exclusiveList {
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  width: 960px;
}
#misoshiru_server .exclusiveList li {
  display: inline-block;
  width: 216px;
}
#misoshiru_server .exclusiveList li img {
  position: relative;
  z-index: 800;
}
#misoshiru_server .exclusiveList li img.listImg {
  left: -12px;
}
#misoshiru_server .exclusiveList li .textBox {
  display: flex;
  text-align: left;
  position: relative;
  z-index: 0;
  margin-top: -80px;
  padding: 90px 25px 10px 25px;
  height: 185px;
  background: rgba(162, 138, 124, 0.4);
  font-weight: bold;
  line-height: 1.2;
}
#misoshiru_server .exclusiveList li h3 img {
  left: 0;
}
#misoshiru_server .guzai {
  display: block;
  padding: 0 0 60px;
  background: url(../images/misoshiru-server-guzai-bgi.jpg) center center;
  background-size: auto 100%;
  color: #343434;
  text-align: center;
}
#misoshiru_server .guzaiList {
  margin: 60px auto 0;
  width: 960px;
}
#misoshiru_server .guzaiList li {
  display: table;
  position: relative;
  width: 700px;
  text-align: left;
}
#misoshiru_server .guzaiList li:first-child {
  margin-left: 60px;
}
#misoshiru_server .guzaiList li:first-child img {
  float: left;
}
#misoshiru_server .guzaiList li:first-child .textBgi {
  top: 40px;
  left: 100px;
}
#misoshiru_server .guzaiList li:last-child {
  float: right;
  margin-right: 80px;
}
#misoshiru_server .guzaiList li:last-child img {
  float: right;
}
#misoshiru_server .guzaiList li:last-child .textBgi {
  top: 40px;
  right: 85px;
}
#misoshiru_server .guzaiList li:last-child .textArea {
  padding-bottom: 20px;
}
#misoshiru_server .guzaiList li:after {
  display: block;
  clear: both;
  content: "";
}
#misoshiru_server .guzaiList li img, #misoshiru_server .guzaiList li .textArea {
  display: table-cell;
  vertical-align: middle;
}
#misoshiru_server .guzaiList li img {
  position: relative;
  z-index: 800;
  width: 296px;
}
#misoshiru_server .guzaiList li h3 {
  position: relative;
  z-index: 800;
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: bold;
}
#misoshiru_server .guzaiList li .textArea {
  padding-bottom: 60px;
}
#misoshiru_server .guzaiList li p {
  position: relative;
  z-index: 800;
  line-height: 1.75;
}
#misoshiru_server .guzaiList li .textBgi {
  position: absolute;
  z-index: 0;
  width: auto;
}
#misoshiru_server .guzaiList:after {
  display: block;
  clear: both;
  content: "";
}
#misoshiru_server .freeRental {
  display: block;
  padding: 0 0 100px;
  background: url(../images/misoshiru-server-rental-bgi.jpg) center center;
  background-size: auto 100%;
  color: #343434;
  text-align: center;
}
#misoshiru_server .rentalList {
  margin: 50px auto 0;
  width: 700px;
  text-align: left;
  letter-spacing: 0.05em;
}
#misoshiru_server .rentalList li {
  position: relative;
  padding: 25px;
  background: url(../images/misoshiru-server-rentalList-bgi.png) center center;
  background-size: 100% 100%;
}
#misoshiru_server .rentalList li + li {
  margin-top: 50px;
}
#misoshiru_server .rentalList li h3 {
  margin-bottom: 0.33em;
  font-size: 20px;
  font-weight: bold;
}
#misoshiru_server .rentalList li .rentalLabel {
  display: inline-block;
  margin: 0 0 0.5em;
  padding: 0.125em 1em;
  background: #29324f;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#misoshiru_server .rentalList li tr + tr th, #misoshiru_server .rentalList li td {
  padding-top: 0.25em;
}
#misoshiru_server .rentalList li th, #misoshiru_server .rentalList li td {
  font-weight: normal;
  line-height: 1.2;
}
#misoshiru_server .rentalList li th {
  width: 135px;
}
#misoshiru_server .rentalList li .rentalNotice {
  margin-top: 1.2em;
}
#misoshiru_server .rentalList li img {
  position: absolute;
  right: 0;
  bottom: -50px;
}
#misoshiru_server .rentalList .rentalExternalLink {
  margin: 50px auto 0;
  padding: 0;
  width: 315px;
  background: url(../images/misoshiru-server-rental-link-bgi.png) center center;
  background-size: 100% 100%;
  box-shadow: 3px 3px 10px #c0b8a9;
}
#misoshiru_server .rentalList .rentalExternalLink a {
  display: block;
  padding-left: 1.5em;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
}
#misoshiru_server .rentalList .rentalExternalLink.pdf a {
  padding-left: 3.5em;
}
#misoshiru_server .rentalList .rentalExternalLink.pdf a::after {
  content: "";
  background: url(../images/misoshiru-server-pdf.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 17px;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
}
#misoshiru_server .popdownload {
  display: block;
  padding: 0 0 100px;
  background: url(../images/misoshiru-server-popdownload-bgi.jpg) center center;
  background-size: auto 100%;
  color: #343434;
  text-align: center;
}
#misoshiru_server .popdownload .lead {
  display: inline-block;
  margin-bottom: 40px;
  text-align: left;
  line-height: 1.5;
}
#misoshiru_server .popdownload .popdownloadImg {
  display: block;
  margin: 0 auto;
  width: 100%;
}
#misoshiru_server .popdownloadList {
  display: flex;
  justify-content: space-between;
  margin: 20px auto 0;
  width: 960px;
}
#misoshiru_server .popdownloadList li {
  width: 182px;
}
#misoshiru_server .popdownloadList li .btnWrap {
  margin-top: 1.5em;
}
#misoshiru_server .popdownloadList li a {
  display: block;
  position: relative;
}
#misoshiru_server .popdownloadList li a + a {
  margin-top: 0.5em;
}
#misoshiru_server .popdownloadList li a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: url(../images/misoshiru-server-popdownload-btn-download-hover.png) center center;
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  content: "";
}
#misoshiru_server .popdownloadList li a.kakudaiBtn:before {
  background: url(../images/misoshiru-server-popdownload-btn-kakudai-hover.png) center center;
}
#misoshiru_server .popdownloadList li a:hover {
  opacity: 1;
}
#misoshiru_server .popdownloadList li a:hover:before {
  opacity: 1;
  z-index: 800;
}
#misoshiru_server .popdownloadList li .popuOpen:before {
  background: rgba(255, 255, 255, 0.25);
}
#misoshiru_server .popdownloadList li .popuOpen:hover {
  opacity: 1;
}
#misoshiru_server .popdownloadList li .popuOpen:hover img {
  opacity: 1;
}
#misoshiru_server .misoserverContact {
  padding: 50px 0 40px;
  background: url(../images/misoshiru-server-server-bgi.jpg) center center;
  text-align: center;
  font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
#misoshiru_server .misoserverContact h2 {
  font-size: 20px;
  font-weight: bold;
}
#misoshiru_server .misoserverContact .telNumber {
  font-size: 42px;
  font-weight: bold;
}
#misoshiru_server .popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: -2;
  -webkit-transition: opacity 0s;
  -ms-transition: opacity 0s;
  transition: opacity 0s;
}
#misoshiru_server .popup > * {
  z-index: 900;
}
#misoshiru_server .popup .popupBgi {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 800;
  width: 100%;
  height: 100%;
}
#misoshiru_server .popup.open {
  opacity: 1;
  z-index: 999;
  -webkit-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#misoshiru_server .popupPlate {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 90%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#misoshiru_server .popupPlate img {
  width: auto;
  height: 100%;
}
