@charset 'UTF-8';
main {
  font-family: "ヒラギノ角ゴ ProN", "メイリオ", sans-serif;
  letter-spacing: 0;
}

main img {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 700px) {
  main {
    padding-top: 75px;
  }
}

@media screen and (min-width: 701px) {
  main {
    padding-top: 190px;
    padding-bottom: 200px;
  }
}

/* 共通 */
.ryumin {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}

.si_content .text h2 {
  text-align: center;
}

.si_content .text h2 span {
  display: block;
}

.si_content .text dd p {
  font-feature-settings: "palt";
}

.si_content .text dd span {
  line-height: 1.5;
}

.si_content .text dd span:not(:first-child) {
  display: block;
  margin-top: 1em;
}

.si_menu .heading p {
  line-height: 1.5;
}

.swiper_container {
  position: relative;
}

.swiper_container .swiper-button-next {
  right: -40px;
}

.swiper_container .swiper-button-prev {
  left: -40px;
}

.swiper-button-next::after {
  content: ''!important;
  width: 15px;
  height: 15px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

.swiper-button-prev::after {
  content: ''!important;
  width: 15px;
  height: 15px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg);
}

.swiper {
  width: 100%;
}

.swiper .swiper-wrapper {
  height: auto;
}

.swiper .swiper-slide {
  height: auto;
}

.swiper-slide span {
  display: block;
  line-height: 1.38;
  text-align: center;
}

.si_menu .menu_acc p {
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: bold;
  color: red;
}

@media screen and (max-width: 700px) {
  .si_inner {
    width: 80%;
    margin: 0 auto;
  }

  .si_content .text {
    margin-top: 25px;
  }

  .si_content .text h2 {
    font-size: 20px;
  }

  .si_content .text h2 span {
    margin-top: 10px;
    font-size: 12px;
  }

  .swiper.si_menu_slider {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  .swiper-button-next::after, .swiper-button-prev::after {
    content: none!important;
  }

  .si_content .text dl {
    margin-top: 13px;
    font-size: 13px;
  }

  .si_content .text dt {
    font-weight: bold;
  }

  .si_content .text dd {
    margin-top: 10px;
  }

  .si_content .text dd p {
    margin-top: 11px;
    font-size: 12px;
    line-height: 1.47;
  }

  .si_menu {
    margin-top: 32px;
  }

  .si_menu .heading h3 {
    font-size: 13px;
  }

  .si_menu .heading p {
    font-size: 13px;
    margin-top: 15px;
  }

  .swiper_container {
    margin-top: 37px;
  }

  .swiper-slide span {
    font-size: 10px;
    margin-top: 9px;
  }

  .si_menu .menu_acc {
    margin-top: 38px;
  }

  .si_menu .menu_acc p {
    font-size: 13px;
  }
} 

@media screen and (min-width: 701px) {
  .si_inner {
    width: 100%;
    max-width: calc(900px + 10%);
    padding: 0 5%;
    margin: 0 auto;
  }

  .si_content .text {
    margin-top: 106px;
  }

  .si_content .text h2 {
    font-size: 40px;
  }

  .si_content .text h2 span {
    margin-top: 23px;
    font-size: 24px;
  }

  .si_content .text dl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 63px 0 0 25.5%;
    font-size: 18px;
  }
  
  .si_content .text dt {
    width: 140px;
  }
  
  .si_content .text dd {
    flex: 1;
  }

  .si_content .text dd p {
    margin-top: 28px;
    font-size: 16px;
    line-height: 1.62;
  }

  .si_menu {
    margin-top: 50px;
  }

  .si_menu .heading h3 {
    font-size: 18px;
  }

  .si_menu .heading p {
    font-size: 16px;
    margin-top: 28px;
  }

  .swiper_container {
    margin-top: 40px;
  }

  .swiper-slide span {
    font-size: 13px;
    margin-top: 18px;
  }

  .si_menu .menu_acc {
    margin-top: 14px;
  }

  .si_menu .menu_acc p {
    font-size: 14px;
  }
}

/* ココガーデン */
.si_btn {
  background-color: #86c550;
  color: #fff;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.si_acc_con_wrap {
  position: relative;
  display: none;
}

.si_acc_con_wrap::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #87c550 transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.si_acc_con:nth-child(2) {
  position: relative;
}

.si_acc_con:nth-child(2)::before {
  content: '';
  height: 2px;
  border-top: 2px dotted #000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.si_acc_con .ac_fx_item {
  position: relative;
}

.si_acc_con .ac_fx_item p {
  line-height: 1.31;
}

.si_acc_con > p {
  line-height: 1.31;
  font-feature-settings: "palt";
}

.si_acc_con .ac_fx_02 {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.si_acc_con .ac_fx_item_02:first-child {
  position: relative;
}

.si_acc_con .ac_fx_item_02:first-child::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}

.si_acc_con .ac_fx_item_02:first-child img {
  display: block;
}

.si_acc_con .ac_fx_item_02 p {
  line-height: 1.31;
  font-feature-settings: "palt";
}

@media screen and (max-width: 700px) {
  .si_cocogarden .si_name_wrap .img {
    width: 107.5%;
  }

  .si_acc {
    margin-top: 18px;
  }

  .si_btn {
    height: 58px;
    font-size: 14px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    font-weight: bold;
  }

  .si_acc_con_wrap {
    padding-top: 54px;
  }

  .si_acc_con_wrap::after {
    border-width: 18px 15.5px 0 15.5px;
    top: -8px;
  }

  .si_acc_con:nth-child(2) {
    margin-top: 31px;
    padding-top: 31px;
  }

  .si_acc_con:nth-child(2)::before {
    width: 100%;
  }

  .si_acc_con h3 {
    font-size: 16px;
    text-align: center;
  }

  .si_acc_con .ac_fx {
    margin-top: 18px;
  }

  .si_acc_con .ac_fx_item {
    width: 55.5%;
    margin: 0 auto;
    position: relative;
  }

  .si_acc_con .ac_fx_item:not(:first-child) {
    margin-top: 62px;
  }
  
  .si_acc_con .ac_fx_item:not(:last-child)::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 19px 0 19px;
    border-color: #d1d3d4 transparent transparent transparent;
    position: absolute;
    bottom: -25%;
    left: 50%;
    transform: translateX(-50%);
  }

  .si_acc_con .ac_fx_item p {
    margin-top: 13px;
    font-size: 11px;
  }

  .si_acc_con > p {
    margin-top: 15px;
    font-size: 13px;
  }

  .si_acc_con .ac_fx_02 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 9px;
  }

  .si_acc_con .ac_fx_item_02 {
    width: 40.1%;
  }

  .si_acc_con .ac_fx_item_02:first-child {
    width: 100%;
    margin-bottom: 93px;
  }

  .si_acc_con .ac_fx_item_02:first-child::after {
    border-width: 20px 19px 0 19px;
    border-color: #d1d3d4 transparent transparent transparent;
    bottom: -15.3%;
    left: 50%;
    transform: translateX(-50%);
  }

  .si_acc_con .ac_fx_item_02:nth-child(2) {
    margin-right: 33px;
  }

  .si_acc_con .ac_fx_item_02:first-child img {
    width: 51.66%;
    margin-left: auto;
    margin-right: auto;
  }

  .si_acc_con .ac_fx_item_02 p {
    margin-top: 20px;
    font-size: 12px;
    text-align: center;
  }

  .si_acc_con .ac_fx_item_02:first-child p {
    margin-top: 4px;
  }
}

@media screen and (min-width: 701px) {
  .si_content.si_cocogarden .text dl {
    width: 520px;
  }

  .si_acc {
    margin-top: 55px;
  }

  .si_btn {
    height: 75px;
    font-size: 25px;
  }

  .si_acc_con_wrap {
    padding-top: 105px;
  }

  .si_acc_con_wrap::after {
    border-width: 26px 31.5px 0 31.5px;
    top: 0;
  }

  .si_acc_con:nth-child(2) {
    margin-top: 87px;
    padding-top: 83px;
  }

  .si_acc_con:nth-child(2)::before {
    width: 63.3%;
  }

  .si_acc_con h3 {
    font-size: 25px;
  }

  .si_acc_con .ac_fx {
    margin-top: 29px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .si_acc_con .ac_fx_item {
    width: 25.5%;
  }

  .si_acc_con .ac_fx_item .img {
    position: relative;
  }
  
  .si_acc_con .ac_fx_item:not(:last-child) .img::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26.5px 0 26.5px 28px;
    border-color: transparent transparent transparent #d1d3d4;
    position: absolute;
    top: 50%;
    right: -30%;
    transform: translateY(-50%);
  }

  .si_acc_con .ac_fx_item p {
    margin-top: 37px;
    font-size: 16px;
  }

  .si_acc_con > p {
    margin-top: 22px;
    font-size: 16px;
  }

  .si_acc_con .ac_fx_02 {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 42px;
    margin-left: 8.66%;
  }

  .si_acc_con .ac_fx_item_02 {
    width: 22.5%;
  }

  .si_acc_con .ac_fx_item_02:first-child {
    width: 28.8%;
    margin-right: 9.35%;
  }

  .si_acc_con .ac_fx_item_02:first-child::after {
    border-width: 26.5px 0 26.5px 28px;
    border-color: transparent transparent transparent #d1d3d4;
    top: 40%;
    left: 100%;
    transform: translateY(-50%);
  }

  .si_acc_con .ac_fx_item_02:nth-child(2) {
    margin-right: 5.65%;
  }

  .si_acc_con .ac_fx_item_02:first-child img {
    width: 92%;
    margin-left: auto;
    margin-right: 0;
  }

  .si_acc_con .ac_fx_item_02 p {
    margin-top: 54px;
    font-size: 16px;
    width: 103%;
  }
}

/* 大江ノ郷テラス */
.si_terrasse .reserve a {
  background-color: #9b8579;
  color: #fff;
  display: block;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 700px) {
  .si_terrasse {
    margin-top: 61px;
  }

  .si_terrasse .text {
    margin-top: 34px;
  }

  .si_terrasse .text dl {
    margin-top: 13px;
  }

  .si_terrasse .reserve {
    margin-top: 24px;
  }

  .si_terrasse a {
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    font-weight: bold;
  }
}

@media screen and (min-width: 701px) {
  .si_terrasse {
    margin-top: 273px;
  }

  .si_terrasse .reserve {
    margin-top: 71px;
  }

  .si_terrasse .reserve a {
    width: 600px;
    height: 64px;
    line-height: 64px;
    font-size: 25px;
  }
}

/* 製麺所 */
@media screen and (max-width: 700px) {
  .si_seimen {
    margin-top: 96px;
  }
}

@media screen and (min-width: 701px) {
  .si_seimen {
    margin-top: 148px;
  }
}