@charset "UTF-8";
/*== top ==*/
#top .contents .mainvisual {
  width: 100%;
}
@media (min-width: 769px) {
  #top .contents .mainvisual {
    height: 600px;
    overflow: hidden;
  }
}
@media (min-width: 769px) {
  #top .contents .mainvisual .slider {
    width: 100%;
  }
  #top .contents .mainvisual .slider li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #top .contents .mainvisual .slider li img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 769px) {
  #top .contents .mainvisual .bx-wrapper {
    width: 100%;
  }
}
@media (min-width: 769px) {
  #top .contents .lead {
    background-color: #f9f4df;
  }
}
#top .contents .lead .inner {
  padding: 20px 0;
}
@media (min-width: 769px) {
  #top .contents .lead .inner {
    height: 360px;
  }
}
#top .contents .lead .inner .text_box {
  position: relative;
}
@media (min-width: 769px) {
  #top .contents .lead .inner .text_box {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 760px;
    height: 260px;
    padding: 20px 30px;
    z-index: 5;
    top: -30px;
    left: -30px;
  }
}
#top .contents .lead .inner .text_box p {
  line-height: 1.85;
}
#top .contents .lead .inner .text_box p.catch {
  color: #cb6d19;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  #top .contents .lead .inner .text_box p.catch {
    font-size: 2.8rem;
    border-bottom: 1px solid #cb6d19;
    text-align: left;
  }
}
@media (max-width: 768px) {
  #top .contents .lead .inner .text_box p.catch .disp_sp {
    display: inline;
  }
}
@media (min-width: 769px) {
  #top .contents .lead .inner .text_box p.catch .disp_pc {
    display: inline;
  }
}
#top .contents .lead .inner .illust {
  position: absolute;
  top: -20px;
  right: -30px;
}
#top .contents .top_menu {
  padding: 35px 0;
}
#top .contents .top_menu section {
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  #top .contents .top_menu section {
    margin-bottom: 65px;
  }
}
#top .contents .top_menu section img {
  width: 325px;
  margin: 0 auto 15px auto;
}
@media (max-width: 768px) {
  #top .contents .top_menu section img.left, #top .contents .top_menu section img.right {
    float: none;
  }
}
@media (min-width: 769px) {
  #top .contents .top_menu section img {
    margin: 0;
    width: 490px;
    height: auto;
  }
  #top .contents .top_menu section img.left {
    margin-left: -30px;
  }
  #top .contents .top_menu section img.right {
    margin-right: -30px;
  }
}
@media (min-width: 769px) {
  #top .contents .top_menu section .text_wrap {
    width: 480px;
    padding-top: 25px;
  }
}
#top .contents .top_menu section .text_wrap h2 {
  color: #2e7b21;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  #top .contents .top_menu section .text_wrap h2 {
    font-size: 3.2rem;
    text-align: left;
    margin-bottom: 30px;
  }
}
#top .contents .top_menu section .text_wrap p {
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  #top .contents .top_menu section .text_wrap p {
    line-height: 1.85;
  }
}
@media (max-width: 768px) {
  #top .contents .top_menu section .text_wrap a.left, #top .contents .top_menu section .text_wrap a.right {
    float: none;
  }
}
@media (min-width: 769px) {
  #top .contents .top_menu section .text_wrap a {
    width: 320px;
  }
}
#top .contents .top_menu section.outline {
  border-top: 1px solid #2e7b21;
  padding: 30px 0 0 0;
}
@media (min-width: 769px) {
  #top .contents .top_menu section.outline {
    margin-top: 50px;
    border-top: none;
  }
}
#top .contents .top_menu section.outline dl {
  margin: 0;
}
@media (min-width: 769px) {
  #top .contents .top_menu section.outline dl {
    border-bottom: 1px solid #555;
    width: 750px;
    margin: 0 auto;
  }
}
#top .contents .top_menu section.outline dl dt {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (min-width: 769px) {
  #top .contents .top_menu section.outline dl dt {
    border-top: 1px solid #555;
    padding: 15px 20px;
    float: left;
    width: 150px;
  }
}
#top .contents .top_menu section.outline dl dd {
  font-size: 1.4rem;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  #top .contents .top_menu section.outline dl dd {
    border-top: 1px solid #555;
    padding: 15px 20px;
    margin: 0 0 0 150px;
    font-size: 1.6rem;
  }
}
#top .contents .top_menu section.outline dl.child {
  border-bottom: none;
}
#top .contents .top_menu section.outline dl.child dt {
  border: none;
  font-size: 1.4rem;
  font-weight: normal;
}
@media (min-width: 769px) {
  #top .contents .top_menu section.outline dl.child dt {
    font-size: 1.6rem;
    width: 80px;
    padding: 0px 0px 10px 0;
  }
}
#top .contents .top_menu section.outline dl.child dd {
  border: none;
}
@media (min-width: 769px) {
  #top .contents .top_menu section.outline dl.child dd {
    margin: 0 0 0 80px;
    padding: 0px 0px 10px 0;
  }
}
@media (min-width: 769px) {
  #top .contents .top_menu section.ameblo {
    width: 750px;
  }
}
#top .contents .top_menu section.ameblo h2 {
  font-size: 18px;
  margin: 0 0 10px 20px;
}
#top .contents .top_menu section.ameblo ul#feed {
  border-top: 1px solid #ccc;
}
#top .contents .top_menu section.ameblo ul#feed li {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  #top .contents .top_menu section.ameblo ul#feed li {
    padding: 15px 20px;
  }
}
#top .contents .top_menu section.ameblo ul#feed li a {
  color: #2e7b21;
  display: block;
}
#top .contents .top_menu section.ameblo ul#feed li a span {
  margin-left: 10px;
}
#top .contents .top_komorebi .inner {
  padding: 30px 0;
}
@media (min-width: 769px) {
  #top .contents .top_komorebi .inner {
    padding: 60px 0;
  }
}
#top .contents .top_komorebi .inner .main_photo {
  width: 325px;
  height: auto;
  margin: 0 auto -10px auto;
}
@media (min-width: 769px) {
  #top .contents .top_komorebi .inner .main_photo {
    width: 800px;
    height: auto;
    margin-bottom: -20px;
  }
}
#top .contents .top_komorebi .inner h2 {
  text-align: center;
  margin-bottom: 25px;
}
#top .contents .top_komorebi .inner h2 img {
  display: inline;
  width: 161px;
  height: auto;
}
@media (min-width: 769px) {
  #top .contents .top_komorebi .inner h2 img {
    width: 322px;
    height: auto;
  }
}
#top .contents .top_komorebi .inner p {
  color: #2e7b21;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  #top .contents .top_komorebi .inner p {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) {
  #top .contents .top_komorebi .inner a.btn {
    width: 500px;
    margin: 0 auto;
  }
}

/*== 下層共通 ==*/
.contents {
  padding-bottom: 50px;
}
.contents .mainvisual {
  width: 100%;
}
@media (min-width: 769px) {
  .contents .mainvisual {
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
}
.contents .mainvisual img {
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .contents .mainvisual img {
    min-width: 1200px;
  }
}
ul.photo_gallery li {
  margin-bottom: 20px;
}
ul.photo_gallery li img {
  width: 160px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
ul.photo_gallery li p {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
@media (min-width: 769px) {
  ul.photo_gallery.items_2 {
    font-size: 0;
  }
  ul.photo_gallery.items_2 li {
    display: inline-block;
    width: 465px;
    text-align: center;
    margin: 0 50px 20px 0;
    vertical-align: top;
  }
  ul.photo_gallery.items_2 li:nth-child(even) {
    margin-right: 0;
  }
  ul.photo_gallery.items_2 li img {
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
  }
  ul.photo_gallery.items_2 li p {
    font-size: 1.4rem;
    width: auto;
  }
  ul.photo_gallery.items_3 {
    font-size: 0;
  }
  ul.photo_gallery.items_3 li {
    display: inline-block;
    width: 310px;
    text-align: center;
    margin: 0 25px 0 0;
    vertical-align: top;
  }
  ul.photo_gallery.items_3 li:nth-child(3n) {
    margin-right: 0;
  }
  ul.photo_gallery.items_3 li img {
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
  }
  ul.photo_gallery.items_3 li p {
    font-size: 1.4rem;
    width: auto;
  }
}

/*== spa ==*/
#spa .contents .lead .inner {
  padding: 25px 0;
}
@media (min-width: 769px) {
  #spa .contents .lead .inner {
    height: 250px;
  }
}
#spa .contents .lead .inner h1 {
  width: 150px;
  margin: 0 auto 20px auto;
}
@media (min-width: 769px) {
  #spa .contents .lead .inner h1 {
    position: absolute;
    top: -20px;
    width: 250px;
  }
}
#spa .contents .lead .inner h1 img {
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  #spa .contents .lead .inner p {
    font-size: 1.8rem;
    line-height: 2;
    margin: 28px 0 0 280px;
  }
}
#spa .contents .spa_mainwrap {
  padding: 35px 0;
}
@media (min-width: 769px) {
  #spa .contents .spa_mainwrap {
    padding: 60px 0;
  }
}
#spa .contents .spa_mainwrap section {
  margin: 0 10px 40px 10px;
}
@media (min-width: 769px) {
  #spa .contents .spa_mainwrap section {
    margin: 0 auto 100px auto;
  }
}
#spa .contents .spa_mainwrap section h2 {
  color: #9b6a3d;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  #spa .contents .spa_mainwrap section .slider {
    width: 850px;
    margin: 0 auto;
  }
}
#spa .contents .spa_mainwrap section .slider .slider_inner {
  text-align: center;
}
#spa .contents .spa_mainwrap section .slider .slider_inner p {
  font-size: 1.4rem;
  margin-top: 10px;
}
#spa .contents .drinkable_wrap .inner {
  padding: 35px 0;
}
@media (min-width: 769px) {
  #spa .contents .drinkable_wrap .inner {
    padding: 70px 0;
  }
}
#spa .contents .drinkable_wrap .inner section {
  margin: 0 10px;
}
@media (min-width: 769px) {
  #spa .contents .drinkable_wrap .inner section {
    margin: 0 auto;
  }
}
#spa .contents .drinkable_wrap .inner section.drinkable {
  margin-bottom: 30px;
}
#spa .contents .drinkable_wrap .inner section.drinkable h3 {
  color: #2e7b21;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  #spa .contents .drinkable_wrap .inner section.drinkable h3 {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}
#spa .contents .drinkable_wrap .inner section.drinkable p {
  margin: 10px auto 15px auto;
}
@media (min-width: 769px) {
  #spa .contents .drinkable_wrap .inner section.drinkable p {
    text-align: center;
  }
}
@media (min-width: 769px) {
  #spa .contents .drinkable_wrap .inner section.drinkable .photo_box ul {
    display: flex;
    justify-content: space-between;
  }
}
#spa .contents .drinkable_wrap .inner section.drinkable .photo_box ul li {
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  #spa .contents .drinkable_wrap .inner section.drinkable .photo_box ul li:first-child {
    margin-right: 30px;
  }
}
#spa .contents .drinkable_wrap .inner section.drinkable .photo_box ul li img {
  display: block;
}
@media (min-width: 769px) {
  #spa .contents .drinkable_wrap .inner section.drinkable .photo_box ul li p {
    font-size: 1.4rem;
  }
}
#spa .contents .drinkable_wrap .inner section.spec {
  border-top: 1px solid #2e7b21;
  padding: 30px 0;
}
#spa .contents .drinkable_wrap .inner section.spec dl dt {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (min-width: 769px) {
  #spa .contents .drinkable_wrap .inner section.spec dl dt {
    font-size: 2rem;
  }
}
#spa .contents .drinkable_wrap .inner section.spec dl dd {
  font-size: 1.4rem;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  #spa .contents .drinkable_wrap .inner section.spec dl dd {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
}
#spa .contents .drinkable_wrap .inner section.spec .goodthings {
  background-color: #f9f4df;
  padding: 10px;
}
@media (min-width: 769px) {
  #spa .contents .drinkable_wrap .inner section.spec .goodthings {
    padding: 30px;
  }
}
#spa .contents .drinkable_wrap .inner section.spec .goodthings ul li {
  color: #e14f0e;
  padding: 3px 0;
  line-height: 1.3;
}
@media (min-width: 769px) {
  #spa .contents .drinkable_wrap .inner section.spec .goodthings ul li {
    display: inline-block;
    padding: 5px 0;
    width: 48%;
  }
}

/*== shiojiya ==*/
#shiojiya .contents .lead .inner {
  padding: 25px 0;
}
@media (min-width: 769px) {
  #shiojiya .contents .lead .inner {
    height: 250px;
  }
}
#shiojiya .contents .lead .inner h1 {
  width: 150px;
  margin: 0 auto 20px auto;
}
@media (min-width: 769px) {
  #shiojiya .contents .lead .inner h1 {
    position: absolute;
    top: -20px;
    width: 250px;
  }
}
#shiojiya .contents .lead .inner h1 img {
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  #shiojiya .contents .lead .inner p {
    font-size: 1.8rem;
    line-height: 2;
    margin: 28px 0 0 280px;
  }
}
#shiojiya .contents .ingredient {
  padding: 35px 0;
}
@media (min-width: 769px) {
  #shiojiya .contents .ingredient {
    padding: 70px 0;
  }
}
#shiojiya .contents .ingredient .inner section {
  margin-bottom: 35px;
}
@media (min-width: 769px) {
  #shiojiya .contents .ingredient .inner section {
    margin-bottom: 50px;
  }
}
@media (min-width: 769px) {
  #shiojiya .contents .ingredient .inner section .text_wrap {
    width: 465px;
  }
}
#shiojiya .contents .ingredient .inner section .text_wrap p {
  margin-bottom: 10px;
}
#shiojiya .contents .ingredient .inner section .text_wrap p.title {
  color: #2e7b21;
  font-size: 2rem;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  #shiojiya .contents .ingredient .inner section .text_wrap p.title {
    font-size: 2.5rem;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  #shiojiya .contents .ingredient .inner section .text_wrap.left, #shiojiya .contents .ingredient .inner section .text_wrap.right {
    float: none;
  }
}
@media (min-width: 769px) {
  #shiojiya .contents .ingredient .inner section .photo {
    width: 465px;
    height: auto;
  }
}
@media (max-width: 768px) {
  #shiojiya .contents .ingredient .inner section .photo.left, #shiojiya .contents .ingredient .inner section .photo.right {
    float: none;
  }
}
#shiojiya .contents .menu_photo {
  padding: 35px 0;
}
@media (min-width: 769px) {
  #shiojiya .contents .menu_photo {
    padding: 70px 0 40px 0;
  }
}
#shiojiya .contents .menu_photo .inner h2 {
  color: #e14f0e;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  #shiojiya .contents .menu_photo .inner h2 {
    font-size: 3rem;
    margin-bottom: 60px;
  }
}
#shiojiya .contents .menu_photo .inner h2 span {
  display: block;
  font-size: 75%;
  margin-top: 5px;
}
@media (min-width: 769px) {
  #shiojiya .contents .menu_photo .inner h2 span {
    font-size: 60%;
  }
}
#shiojiya .contents .menu_photo .inner section {
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  #shiojiya .contents .menu_photo .inner section {
    margin-bottom: 80px;
  }
}
#shiojiya .contents .menu_photo .inner section h3 {
  border-bottom: 1px solid #2e7b21;
  color: #2e7b21;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media (min-width: 769px) {
  #shiojiya .contents .menu_photo .inner section h3 {
    font-size: 2.4rem;
  }
}
#shiojiya .contents .menu_photo .inner section .recommend_wrap {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  #shiojiya .contents .menu_photo .inner section .recommend_wrap {
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) {
  #shiojiya .contents .menu_photo .inner section .recommend_wrap .photo {
    float: left;
    width: 515px;
    height: auto;
  }
}
@media (min-width: 769px) {
  #shiojiya .contents .menu_photo .inner section .recommend_wrap .text_wrap {
    float: right;
    width: 440px;
  }
}
#shiojiya .contents .menu_photo .inner section .recommend_wrap .text_wrap .title_wrap {
  position: relative;
  padding: 15px 0 20px 0;
}
@media (min-width: 769px) {
  #shiojiya .contents .menu_photo .inner section .recommend_wrap .text_wrap .title_wrap {
    padding: 50px 0;
  }
}
#shiojiya .contents .menu_photo .inner section .recommend_wrap .text_wrap .title_wrap .icon {
  width: 77px;
  height: 78px;
  position: absolute;
  top: -10px;
  left: 0;
}
@media (min-width: 769px) {
  #shiojiya .contents .menu_photo .inner section .recommend_wrap .text_wrap .title_wrap .icon {
    width: 90px;
    height: 91px;
    margin: auto;
    top: 0;
    bottom: 0;
  }
}
#shiojiya .contents .menu_photo .inner section .recommend_wrap .text_wrap .title_wrap p {
  margin-left: 95px;
}
@media (min-width: 769px) {
  #shiojiya .contents .menu_photo .inner section .recommend_wrap .text_wrap .title_wrap p {
    margin-left: 110px;
  }
}
#shiojiya .contents .menu_photo .inner section .recommend_wrap .text_wrap .title_wrap p.title {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (min-width: 769px) {
  #shiojiya .contents .menu_photo .inner section .recommend_wrap .text_wrap .title_wrap p.title {
    font-size: 2.4rem;
  }
}
@media (min-width: 769px) {
  #shiojiya .contents .menu_photo .inner section .recommend_wrap .text_wrap .title_wrap p.price {
    font-size: 1.8rem;
  }
}
#shiojiya .contents .plan {
  margin-bottom: 35px;
}
@media (min-width: 769px) {
  #shiojiya .contents .plan {
    margin-bottom: 100px;
  }
}
#shiojiya .contents .plan .inner {
  border: 1px solid #2e7b21;
  padding: 15px;
}
@media (min-width: 769px) {
  #shiojiya .contents .plan .inner {
    padding: 20px 30px;
  }
}
@media (min-width: 769px) {
  #shiojiya .contents .plan .inner .text_wrap {
    float: left;
    width: 500px;
  }
}
#shiojiya .contents .plan .inner .text_wrap h2 {
  color: #2e7b21;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (min-width: 769px) {
  #shiojiya .contents .plan .inner .text_wrap h2 {
    font-size: 2.4rem;
    margin-bottom: 5px;
    padding-top: 15px;
  }
}
#shiojiya .contents .plan .inner .text_wrap p.price {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (min-width: 769px) {
  #shiojiya .contents .plan .inner .text_wrap p.price {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
#shiojiya .contents .plan .inner .text_wrap p.price span {
  font-weight: normal;
  font-size: 80%;
}
#shiojiya .contents .plan .inner .text_wrap ul.spec {
  border-top: 1px solid #000;
  margin: 15px 0;
  padding: 5px 0 0 1.5em;
}
@media (min-width: 769px) {
  #shiojiya .contents .plan .inner .text_wrap ul.spec {
    padding: 5px 1.5rem 0 1.5em;
  }
}
#shiojiya .contents .plan .inner .text_wrap ul.spec li {
  list-style-type: disc;
  line-height: 1.4;
  margin: 5px 0;
}
#shiojiya .contents .plan .inner .text_wrap ul.spec li span {
  font-size: 80%;
}
#shiojiya .contents .plan .image_wrap {
  text-align: center;
}
@media (min-width: 769px) {
  #shiojiya .contents .plan .image_wrap {
    float: right;
    width: 400px;
  }
}
#shiojiya .contents .plan .image_wrap .photo {
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  #shiojiya .contents .plan .image_wrap .caption {
    font-size: 1.4rem;
  }
}
#shiojiya .contents .menu_list {
  background-color: #f9f4df;
  background-image: url(../img/shiojiya/menu_list_bg.png);
  background-size: 263px auto;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #9b6a3d;
  margin: 0 10px;
  padding: 30px 0;
}
@media (min-width: 769px) {
  #shiojiya .contents .menu_list {
    background-size: 526px auto;
    width: 850px;
    margin: 0 auto;
    padding: 50px 110px;
  }
}
#shiojiya .contents .menu_list h2 {
  color: #e14f0e;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  #shiojiya .contents .menu_list h2 {
    font-size: 2.8rem;
    margin-bottom: 50px;
  }
}
#shiojiya .contents .menu_list .menu_list_inner {
  position: relative;
  margin: 0 20px 20px 20px;
}
@media (min-width: 769px) {
  #shiojiya .contents .menu_list .menu_list_inner {
    margin: 0 0 30px 0;
  }
}
#shiojiya .contents .menu_list .menu_list_inner .title {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 769px) {
  #shiojiya .contents .menu_list .menu_list_inner .title {
    font-size: 2.5rem;
  }
}
#shiojiya .contents .menu_list .menu_list_inner .price {
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 769px) {
  #shiojiya .contents .menu_list .menu_list_inner .price {
    font-size: 2.5rem;
  }
}
#shiojiya .contents .menu_list .menu_list_inner .explan {
  font-size: 1.2rem;
  margin-top: 3px;
}
@media (min-width: 769px) {
  #shiojiya .contents .menu_list .menu_list_inner .explan {
    font-size: 1.4rem;
  }
}
#shiojiya .contents .menu_list .add_dessert {
  border: 1px solid #000;
  margin: 0 20px 15px 20px;
  padding: 15px;
  text-align: center;
}
@media (min-width: 769px) {
  #shiojiya .contents .menu_list .add_dessert {
    margin: 0 0 15px 0;
  }
}
#shiojiya .contents .menu_list .notice {
  font-size: 1.2rem;
  margin: 0 20px;
}
@media (min-width: 769px) {
  #shiojiya .contents .menu_list .notice {
    text-align: center;
  }
}

/*== facility ==*/
#facility .contents .lead .inner {
  padding: 25px 0;
}
@media (min-width: 769px) {
  #facility .contents .lead .inner {
    background-image: url(../img/common/lead_bg.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 40% auto;
    height: 250px;
    padding: 60px 0;
  }
}
#facility .contents .lead .inner h1 {
  color: #cb6d19;
  display: block;
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  #facility .contents .lead .inner h1 {
    font-size: 2.4rem;
    text-align: left;
  }
}
@media (min-width: 769px) {
  #facility .contents .lead .inner p {
    font-size: 1.8rem;
    line-height: 2;
    margin: 28px 0 0 0px;
  }
}
#facility .contents .facility_photo {
  padding: 0 0 35px 0;
}
@media (min-width: 769px) {
  #facility .contents .facility_photo {
    padding: 0 0 70px 0;
  }
}
#facility .contents .facility_photo .inner {
  padding: 35px 0 0 0;
}
@media (min-width: 769px) {
  #facility .contents .facility_photo .inner {
    padding: 70px 0 0 0;
  }
}
#facility .contents .facility_photo .inner h2 {
  color: #9b6a3d;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  #facility .contents .facility_photo .inner h2 {
    margin-bottom: 40px;
  }
}
#facility .contents .facility_photo .inner h2 img.shiojiya {
  width: 284px;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 769px) {
  #facility .contents .facility_photo .inner h2 img.shiojiya {
    width: 400px;
    margin-top: 50px;
  }
}
@media (min-width: 769px) {
  #facility .contents .facility_photo .inner ul.shiojiya_gallery {
    font-size: 0;
  }
  #facility .contents .facility_photo .inner ul.shiojiya_gallery li {
    display: inline-block;
    width: 465px;
    text-align: center;
    margin: 0 50px 20px 0;
    vertical-align: top;
  }
  #facility .contents .facility_photo .inner ul.shiojiya_gallery li:first-child {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #facility .contents .facility_photo .inner ul.shiojiya_gallery li:nth-child(3) {
    margin-right: 0;
  }
  #facility .contents .facility_photo .inner ul.shiojiya_gallery li img {
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
  }
  #facility .contents .facility_photo .inner ul.shiojiya_gallery li p {
    font-size: 1.4rem;
    width: auto;
  }
}
@media (min-width: 769px) {
  #facility .contents .facility_photo .inner .btn {
    width: 500px;
    margin: 20px auto 0 auto;
  }
}
#facility .contents .facility_info {
  padding: 35px 0 0 0;
}
@media (min-width: 769px) {
  #facility .contents .facility_info {
    padding: 70px 0;
  }
}
#facility .contents .facility_info .inner section {
  margin: 0 10px;
}
#facility .contents .facility_info .inner section h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}
#facility .contents .facility_info .inner section.spec {
  margin-bottom: 30px;
}
#facility .contents .facility_info .inner section.spec h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  #facility .contents .facility_info .inner section.spec h2 {
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) {
  #facility .contents .facility_info .inner section.spec img {
    display: block;
    margin: 0 auto;
    width: 750px;
    height: auto;
  }
}
#facility .contents .facility_info .inner section.spec ul {
  margin-top: -20px;
}
@media (min-width: 769px) {
  #facility .contents .facility_info .inner section.spec ul {
    width: 750px;
    margin: -50px auto 0 auto;
  }
}
#facility .contents .facility_info .inner section.spec ul li {
  line-height: 1.5;
}

/*== access ==*/
#access .contents .lead .inner {
  padding: 25px 0 0 0;
}
#access .contents .lead .inner h1 {
  color: #cb6d19;
  display: block;
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  #access .contents .lead .inner h1 {
    font-size: 2.4rem;
    padding: 60px 0 30px 0;
  }
}
#access .contents .lead .inner p {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  #access .contents .lead .inner p strong {
    font-size: 2rem;
  }
}
#access .contents .map .inner .gmap_wrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  #access .contents .map .inner .gmap_wrap {
    margin-bottom: 80px;
  }
}
#access .contents .map .inner .gmap_wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  #access .contents .root .inner {
    width: 750px;
    margin: 0 auto;
  }
}
#access .contents .root .inner section {
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  #access .contents .root .inner section {
    margin-bottom: 50px;
  }
}
#access .contents .root .inner section h2 {
  color: #cb6d19;
  border-bottom: 1px solid #cb6d19;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
@media (min-width: 769px) {
  #access .contents .root .inner section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
#access .contents .root .inner section h3 {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  #access .contents .root .inner section h3 {
    font-size: 1.6rem;
    font-weight: normal;
    margin-bottom: 30px;
  }
}
#access .contents .root .inner section ul {
  margin: 30px 0;
}
@media (min-width: 769px) {
  #access .contents .root .inner section ul {
    margin: 50px 0;
  }
}
#access .contents .root .inner section ul li {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  #access .contents .root .inner section ul li {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}

/*== komorebi ==*/
#komorebi .contents {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
#komorebi .contents .lead .inner {
  padding: 0 0;
}
#komorebi .contents .lead .inner h1 img {
  display: block;
  margin: -20px auto 20px auto;
}
@media (min-width: 769px) {
  #komorebi .contents .lead .inner h1 img {
    width: 444px;
    margin: -35px auto 40px auto;
  }
}
#komorebi .contents .lead .inner p {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (min-width: 769px) {
  #komorebi .contents .lead .inner p {
    font-size: 1.6rem;
  }
}
#komorebi .contents .lead .inner p.large {
  color: #5eab59;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin: 30px 0;
}
@media (min-width: 769px) {
  #komorebi .contents .lead .inner p.large {
    font-size: 2.2rem;
  }
}
#komorebi .contents .komorebi_photo .inner {
  padding: 30px 0;
}
@media (min-width: 769px) {
  #komorebi .contents .komorebi_photo .inner {
    padding: 70px 0;
  }
}
#komorebi .contents .komorebi_photo .inner h2 {
  color: #2e7b21;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  #komorebi .contents .komorebi_photo .inner h2 {
    margin-bottom: 40px;
  }
}
#komorebi .contents .komorebi_photo .inner .photo_gallery li {
  display: inline-block;
  margin: 0 2% 20px 0;
  text-align: center;
  width: 48%;
  vertical-align: top;
}
@media (min-width: 769px) {
  #komorebi .contents .komorebi_photo .inner .photo_gallery li {
    width: 465px;
    margin: 0 45px 20px 0;
  }
}
#komorebi .contents .komorebi_photo .inner .photo_gallery li:nth-child(2n) {
  margin-right: 0;
}
#komorebi .contents .komorebi_photo .inner .photo_gallery li img {
  width: 100%;
  height: auto;
  margin-right: 0;
}
#komorebi .contents .komorebi_photo .inner .photo_gallery li p {
  font-size: 1.2rem;
  margin-top: 10px;
  width: auto;
}
@media (min-width: 769px) {
  #komorebi .contents .komorebi_photo .inner .photo_gallery li p {
    font-size: 1.4rem;
  }
}
#komorebi .contents .komorebi_info .inner section {
  margin: 0 10px;
}
#komorebi .contents .komorebi_info .inner section.spec {
  padding: 35px 0 0 0;
  margin-bottom: 30px;
}
#komorebi .contents .komorebi_info .inner section.spec h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  #komorebi .contents .komorebi_info .inner section.spec h2 {
    margin-bottom: 40px;
  }
}
#komorebi .contents .komorebi_info .inner section.spec img {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  #komorebi .contents .komorebi_info .inner section.spec img {
    display: block;
    margin: 0 auto;
    width: 750px;
    height: auto;
  }
}
@media (min-width: 769px) {
  #komorebi .contents .komorebi_info .inner section.spec ul {
    width: 800px;
    margin: 20px auto 0 auto;
  }
}
#komorebi .contents .komorebi_info .inner section.spec ul li {
  line-height: 1.5;
}
#komorebi .contents .komorebi_info .inner section.spec ul li span {
  font-size: 80%;
}
#komorebi .contents .komorebi_info .inner section.outline {
  border-top: 1px solid #2e7b21;
  padding: 30px 0 0 0;
}
@media (min-width: 769px) {
  #komorebi .contents .komorebi_info .inner section.outline {
    border-top: none;
  }
}
#komorebi .contents .komorebi_info .inner section.outline dl {
  margin: 0;
}
@media (min-width: 769px) {
  #komorebi .contents .komorebi_info .inner section.outline dl {
    border-bottom: 1px solid #555;
    width: 800px;
    margin: 0 auto 30px auto;
  }
}
#komorebi .contents .komorebi_info .inner section.outline dl dt {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (min-width: 769px) {
  #komorebi .contents .komorebi_info .inner section.outline dl dt {
    border-top: 1px solid #555;
    padding: 15px 20px;
    float: left;
    width: 250px;
  }
}
@media (min-width: 769px) {
  #komorebi .contents .komorebi_info .inner section.outline dl dt.table_wrap {
    float: none;
    width: 100%;
  }
}
#komorebi .contents .komorebi_info .inner section.outline dl dd {
  font-size: 1.4rem;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  #komorebi .contents .komorebi_info .inner section.outline dl dd {
    border-top: 1px solid #555;
    padding: 15px 20px;
    margin: 0 0 0 250px;
    font-size: 1.6rem;
  }
}
@media (min-width: 769px) {
  #komorebi .contents .komorebi_info .inner section.outline dl dd.table_wrap {
    margin: 0;
    border-top: none;
    padding: 0 20px 15px 20px;
  }
}
#komorebi .contents .komorebi_info .inner section.outline dl dd .scroll_wrap {
  width: 100%;
  overflow: scroll;
  padding: 0 0 20px 0;
}
@media (min-width: 769px) {
  #komorebi .contents .komorebi_info .inner section.outline dl dd .scroll_wrap {
    overflow: visible;
  }
}
#komorebi .contents .komorebi_info .inner section.outline dl dd .scroll_wrap table {
  width: auto;
  border-collapse: collapse;
}
@media (min-width: 769px) {
  #komorebi .contents .komorebi_info .inner section.outline dl dd .scroll_wrap table {
    font-size: 1.4rem;
    width: 100%;
  }
}
#komorebi .contents .komorebi_info .inner section.outline dl dd .scroll_wrap table th {
  background-color: #59a860;
  border: 1px solid #000;
  color: #fff;
  font-weight: normal;
  white-space: nowrap;
  padding: 5px 10px;
}
#komorebi .contents .komorebi_info .inner section.outline dl dd .scroll_wrap table td {
  border: 1px solid #000;
  padding: 5px 10px;
  text-align: center;
  white-space: nowrap;
}
#komorebi .contents .komorebi_info .inner section.outline dl dd .scroll_wrap table td.element {
  background-color: #c2dcd5;
  text-align: left;
}
#komorebi .contents .komorebi_info .inner section.outline .notice {
  border-top: 1px solid #2e7b21;
  padding: 30px 0 0 1.5em;
}
@media (min-width: 769px) {
  #komorebi .contents .komorebi_info .inner section.outline .notice {
    border-top: none;
    width: 800px;
    margin: 0 auto;
  }
}
#komorebi .contents .komorebi_info .inner section.outline .notice li {
  line-height: 1.4;
  list-style-type: disc;
  margin-bottom: 10px;
}

/*== contact ==*/
#contact .contents .lead .inner {
  padding: 25px 0 25px 0;
}
@media (min-width: 769px) {
  #contact .contents .lead .inner {
    padding: 70px 0 50px 0;
  }
}
#contact .contents .lead .inner h1 {
  color: #cb6d19;
  display: block;
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  #contact .contents .lead .inner h1 {
    font-size: 2.4rem;
    padding: 0 0 30px 0;
  }
}
#contact .contents .lead .inner p {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  #contact .contents .lead .inner p strong {
    font-size: 2rem;
  }
}
#contact .contents .form_wrap {
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  #contact .contents .form_wrap .inner {
    width: 700px;
  }
}
#contact .contents .form_wrap .inner dl {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  #contact .contents .form_wrap .inner dl {
    margin-bottom: 50px;
  }
}
#contact .contents .form_wrap .inner dl dd {
  margin-bottom: 15px;
}
#contact .contents .form_wrap .inner dl dd input, #contact .contents .form_wrap .inner dl dd textarea {
  border: 1px solid #000;
  box-sizing: border-box;
  box-shadow: none;
  font-size: 1.6rem;
  padding: 5px;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 769px) {
  #contact .contents .form_wrap .inner dl dd input, #contact .contents .form_wrap .inner dl dd textarea {
    padding: 10px;
  }
}
#contact .contents .form_wrap .inner dl dd textarea {
  width: 100% !important;
  height: 200px !important;
}
#contact .contents .form_wrap .inner .btn {
  width: 100%;
}
@media (min-width: 769px) {
  #contact .contents .form_wrap .inner .btn {
    margin: 0 auto;
    width: 500px;
  }
}
@media (min-width: 769px) {
  #contact.thanks .lead .inner .btn {
    width: 500px;
    margin: 50px auto 0 auto;
  }
}

/* キャンペーン 202104 */
@media (min-width: 769px) {
  #campaign .contents .mainvisual {
    display: none;
  }
}
@media (max-width: 768px) {
  #campaign .contents .lead {
    padding: 30px 0;
  }
}
@media (min-width: 769px) {
  #campaign .contents .lead {
    padding: 50px 0;
  }
}
#campaign .contents .lead h1 {
  color: #2E7B21;
  font-weight: 600;
}
@media (max-width: 768px) {
  #campaign .contents .lead h1 {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
@media (min-width: 769px) {
  #campaign .contents .lead h1 {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) {
  #campaign .contents .lead p {
    font-size: 18px;
  }
}
#campaign .contents .lead dl {
  margin: 0;
}
@media (max-width: 768px) {
  #campaign .contents .lead dl dt {
    float: left;
  }
}
@media (max-width: 768px) {
  #campaign .contents .lead dl dd {
    margin-left: 50px;
  }
}
#campaign .contents .campaign_container section p {
  line-height: 1.8;
}
@media (min-width: 769px) {
  #campaign .contents .campaign_container section p {
    line-height: 1.8;
  }
}
@media (max-width: 768px) {
  #campaign .contents .campaign_container section.section_01 {
    margin-bottom: 50px;
  }
}
@media (min-width: 769px) {
  #campaign .contents .campaign_container section.section_01 {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  #campaign .contents .campaign_container section.section_01 .inner img {
    display: none;
  }
}
@media (min-width: 769px) {
  #campaign .contents .campaign_container section.section_01 .inner img {
    float: left;
    margin-right: 20px;
  }
}
@media (min-width: 769px) {
  #campaign .contents .campaign_container section.section_02 {
    margin-bottom: 50px;
  }
}
@media (min-width: 769px) {
  #campaign .contents .campaign_container section.section_02 .inner {
    background-image: url(../img/campaign/202104/202104_illust_001.png);
    background-repeat: no-repeat;
    background-position: right bottom;
  }
}
#campaign .contents .campaign_container section.section_02 .inner p.tag {
  background-color: #ff0000;
  color: #fff;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 768px) {
  #campaign .contents .campaign_container section.section_02 .inner p.tag {
    font-size: 15px;
    margin-bottom: 10px;
    padding: 5px 5px;
  }
}
@media (min-width: 769px) {
  #campaign .contents .campaign_container section.section_02 .inner p.tag {
    padding: 5px 5px;
    margin-bottom: 10px;
  }
}
#campaign .contents .campaign_container section.section_02 .inner p.sub_text {
  color: #2E7B21;
}
@media (max-width: 768px) {
  #campaign .contents .campaign_container section.section_02 .inner p.sub_text {
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) {
  #campaign .contents .campaign_container section.section_02 .inner p.sub_text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#campaign .contents .campaign_container section.section_02 .inner h2 {
  color: #2E7B21;
  font-weight: 600;
}
@media (max-width: 768px) {
  #campaign .contents .campaign_container section.section_02 .inner h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0px;
  }
}
@media (min-width: 769px) {
  #campaign .contents .campaign_container section.section_02 .inner h2 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 0px;
  }
}
#campaign .contents .campaign_container section.section_02 .inner h2.red {
  color: #ff0000;
}
#campaign .contents .campaign_container section.section_02 .inner .illust {
  width: 60%;
  height: auto;
  margin: 20px auto 0 auto;
}
@media (min-width: 769px) {
  #campaign .contents .campaign_container section.section_02 .inner .illust {
    display: none;
  }
}