@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#main-contents div.body {
  padding-left:20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding-left:20px;
   padding-right: 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 2em;
  padding-bottom: 2em;
}

#main-contents div.body {
  max-width: 100%;
  padding: 0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * タイトル画像
/* ------------------------------------------------------------------------------------------------- */

#main .title-area {
  background: url("../../_images/_common/title-back.png") no-repeat;
  width: 100%;
  height: 200px;
  background-size: 200px 200px;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#main .title-area .title {
  font-size: 3.6rem;
  font-weight: 600;
}
#main .title-area small {
  font-size: 3.0rem;
}

/* 縦文字*/
#main .title-area.vertical {
  white-space: nowrap;
  writing-mode: vertical-rl;
  justify-content: flex-start;
  width: 200px;
}
#main .title-area.vertical .title {
  letter-spacing: -0.3em;
}
#main .title-area.vertical .title .n {
  display: inline-block;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1260px) {
  /*ブラウザの幅が736px以下の時*/
  #main .title-area.vertical .title .n {
    display: inline-block;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    text-orientation: upright;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  /* 縦文字*/
  #main .title-area.vertical {
    white-space: nowrap;
    writing-mode: inherit;
    justify-content: center;
    width: 200px;
    margin: 0 auto;
  }
  #main .title-area.vertical .title {
    letter-spacing: 0;
  }
  #main .photo-area {
    width: 100%;
    margin-top: 1em;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main .title-area {
    background: url("../../_images/_common/title-back.png") no-repeat;
    width: 100%;
    height: 100px;
    background-size: 100px 100px;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #main .title-area .title {
    font-size: 2.8rem;
  }
  #main .title-area small {
    font-size: 2.2rem;
  }
}


/* ****************************************************************************************************
   * information
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#information {
  position: relative;
  padding-top: 100px;
  z-index: 1;
}
#information .body {
  max-width: 1200px;
}

#information #col-1 {
  width: 70%;
}
#information #col-2 {
  width: 29%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  #information .layout-flex {
    display: block;
  }
  #information #col-1 {
    width: 100%;
  }
  #information #col-2 {
    width: 100%;
    margin-top: 1em;
    text-align: center;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #information {
    position: relative;
    padding-top: 50px;
  }
  #information .layout-flex > * {
    width: 100%;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
}


/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#information .title-area {
  position: relative;
  width: 30%;
}
#information .title-area.layout-2 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#information .title {
  position: relative;
  line-height: 1.4;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #information .title-area {
    position: relative;
    width: 100%;
    text-align: center;
  }
  #information .title img {
    width: 100px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

#information .link-btn {
  margin-top: 10px;
  text-align: right;
}
#information .btn-1 {
  display: inline-block;
  color: var(--c-green);
}
#information .btn-1 span {
  position: relative;
  padding-right: 2.0em;
  font-weight: 600;
}
#information .btn-1 span::after {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-g-1.png") no-repeat;
  width: 20px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.1s;
}
#information .btn-1:hover span::after {
  right: -0.2em;
}


/* ****************************************************************************************************
   * お知らせ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.news .inner {
/*  min-width: 610px;*/
  margin-right: 2em;
  margin-left: -35px;
  width: 70%;
}
.news ul.box {}

.news ul.box li {
  border-bottom: 1px solid #e5dfcc;
}

.news ul.box li a {
  padding: 10px 1em;
  display: block;
}
.news ul.box li a:hover {
  background: #e5dfcc;
  opacity: 1;
}

.news ul.box li .meta.layout-2 {
  justify-content: flex-start;
  align-items: center;
}
.news ul.box li .day {
  width: 6.5em;
}
.news ul.box li .category {
  padding: 0 1.0em;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  background: var(--c-ocher);
}
.news ul.box li .text {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .news .inner {
    margin-right: 0;
    margin-left: 0;
    margin-top: 1em;
    width: 100%;
  }
}

/* ****************************************************************************************************
   * フェイスブック
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */


/* ****************************************************************************************************
   * 美味しいそばで～～～
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.about {
  position: relative;
  padding-top: 90px;
  padding-bottom: 50px;
  background: url("../../_images/index/about-bg.png?20251111") no-repeat;
  background-position: 30% -350%;
}
.about .body {
  max-width: 1240px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .about {
    background-position: bottom;
    background-size: contain;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.about .lead {
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  width: 100%;
}
.about .title {
  font-size: 3.4rem;
  min-width: 260px;
  margin: 0 100px;
  font-weight: 600;
}

.about .title .n,
.about .title-1 .n {
  display: inline-block;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.about .content {
  min-width: 300px;
}
.about .title-1 {
  font-size: 2.0rem;
  margin-top: 0;
  margin-left: 2em;
  font-weight: 600;
}
.about .title-1:last-child {
  margin-left: 5em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .about .title {
    font-size: 3.4rem;
    min-width: 260px;
    margin: 0 35px;
  }
  .about .title-1 {
    font-size: 2.0rem;
    margin-top: 0;
    margin-left: 1em;
  }
  .about .title-1:last-child {
    margin-left: 1em;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .about .lead {
    white-space: nowrap;
    -ms-writing-mode: inherit;
    -webkit-writing-mode: inherit;
    writing-mode: inherit;
    width: 100%;
    text-align: center;
  }
  .about .title {
    font-size: 2.4rem;
    min-width: 100%;
    margin: 0 auto;
  }
  .about .content {
    min-width: 100%;
  }
  .about .title-1 {
    font-size: 1.6rem;
    margin-top: 1.5em;
    margin-left: 0;
  }
  .about .title-1:last-child {
    margin-left: 0;
    margin-top: 1.5em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.about .link-btn {
  margin-top: 0;
  text-align: right;
}
.about .btn-1 {
  display: inline-block;
  background: var(--c-green);
  color: #fff;
  padding: 2.5em 1.0em;
}
.about .btn-1 span {
  position: relative;
}
.about .btn-1 span::after {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-w-1.png") no-repeat;
  width: 20px;
  height: 9px;
  position: absolute;
  bottom: -25px;
  left: 0;
  transition: 0.1s;
}
.about .btn-1:hover span::after {
  left: 0.1em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .about .link-btn {
    margin-top: 1em;
    text-align: center;
  }
  .about .btn-1 {
    background: var(--c-green);
    color: #fff;
    padding: 0.2em 0.5em;
  }
  .about .btn-1 span {
    padding-right: 2.5em;
  }
  .about .btn-1 span::after {
    content: "";
    display: block;
    background: url("../../_images/_common/arrow-w-1.png") no-repeat;
    width: 20px;
    height: 9px;
    position: absolute;
    bottom: auto;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-55%);
    transition: 0.1s;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * スライダー
/* ------------------------------------------------------------------------------------------------- */

.loop-slider {}
#local-slider {}

#local-slider .item .photo {
  margin: 0 2%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #local-slider .item .photo {}
}



/* ****************************************************************************************************
   * コース案内
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.course {
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.course::before {
  content: "";
  display: block;
  background: rgba(234,221,202,.6);
  position: absolute;
  top: 0;
  left: 0;
  width: calc( 100% - 710px);
  height: 100%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1260px) {
  /*ブラウザの幅が736px以下の時*/
  .course {
    padding-top: 0;
  }
  .course div[tab] {
    padding-bottom: 50px;
  }
  .course div[tab] .title-area {
    position: relative;
    text-align: center;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .course {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .course::before {
    content: "";
    display: block;
    background: rgba(234,221,202,.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }
  .course div[tab] .title-area .title img {
    width: 100px;
  }
}


/* ****************************************************************************************************
   * そば屋開業育成強化コース
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.startup {
  position: relative;
  height: 500px;
}

.startup .body {
  max-width: 1240px;
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .startup {
    position: relative;
    height: auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.startup .title-area {}

.startup .title {
  position: relative;
  line-height: 1.4;
}

.startup .subtitle {
  font-size: 3.2rem;
  color: var(--c-green);
  line-height: 1.6;
  font-weight: 600;
}
.startup span.text-1 {
  display: inline-block;
  font-size: 1.4rem;
  color: var(--c-green);
  border: 2px solid var(--c-green);
  padding: 0 1.0em;
  transition: 0.6s;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .startup .subtitle {
    font-size: 2.4rem;
    color: var(--c-green);
    line-height: 1.6;
  }
  .startup span.text-1 {
    margin-top: 1em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.startup .photo {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 40px);
}
.startup picture {
  position: relative;
  display: block;
}
.startup picture img {
  width: 100%;
  height: 500px;
  overflow: hidden;
  object-fit: cover;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}

.startup .detail {
  max-width: 730px;
  width: 60%;
  margin-left: 0;
  margin-right: auto;
  justify-content: flex-start;
}
.startup .detail .content {
  max-width: 460px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .startup .photo {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
  }
  .startup picture img {
    width: 90%;
    height: auto;
    display: block;
    margin-right: 0;
    margin-left: auto;
  }
  .startup .detail {
    max-width: 100%;
    width: 100%;
    margin: 1em auto 0;
    justify-content: center;
  }
  .startup .detail .content {
    max-width: 460px;
    margin: 0 auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.startup .link-btn {
  margin-top: 40px;
  text-align: left;
}
.startup .btn-1 {
  position: relative;
  width: 300px;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: var(--c-green);
  padding: 0.5em 1.0em;
  transition: 0.6s;
  text-align: center;
}
.startup .btn-1::after {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-w-1.png") no-repeat;
  width: 20px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.1s;
}
.startup .btn-1:hover::after {
  right: 0.4em;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .startup .link-btn {
    margin-top: 1em;
    text-align: center;
  }
}


/* ****************************************************************************************************
   * そば屋開業をめざすコース
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.start {
  position: relative;
  margin-top: 75px;
  height: 500px;
}

.start .body {
  max-width: 1240px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .start {
    position: relative;
    margin-top: 40px;
    height: auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.start .title-area {}

.start .title {
  position: relative;
  line-height: 1.4;
}

.start .subtitle {
  font-size: 3.2rem;
  color: var(--c-green);
  line-height: 1.6;
}
.start span.text-1 {
  display: inline-block;
  font-size: 1.4rem;
  color: var(--c-green);
  border: 2px solid var(--c-green);
  padding: 0 1.0em;
  transition: 0.6s;
  text-align: center;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .start .subtitle {
    font-size: 2.4rem;
    color: var(--c-green);
    line-height: 1.6;
  }
  .start span.text-1 {
    margin-top: 1em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.start .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 40px);
}
.start picture {
  position: relative;
  display: block;
}
.start picture img {
  width: 100%;
  height: 500px;
  overflow: hidden;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}
.start .detail {
  min-width: 460px;
  width: 50%;
  margin-right: 0;
  margin-left: auto;
  justify-content: flex-start;
}
.start .detail .content {
  max-width: 460px;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .start .photo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
  }
  .start picture img {
    width: 90%;
    height: auto;
  }
  .start .detail {
    min-width: 100%;
    width: 100%;
    margin: 1em auto 0;
    justify-content: flex-start;
  }
  .start .detail .content {
    max-width: 460px;
    margin: 0 auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.start .link-btn {
  margin-top: 40px;
  text-align: left;
}
.start .btn-1 {
  position: relative;
  width: 300px;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: var(--c-green);
  padding: 0.5em 1.0em;
  transition: 0.6s;
  text-align: center;
}
.start .btn-1::after {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-w-1.png") no-repeat;
  width: 20px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.1s;
}
.startup .btn-1:hover::after {
  right: 0.4em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .start .link-btn {
    margin-top: 1em;
    text-align: center;
  }
}


/* ****************************************************************************************************
   * 学院の活動
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.activities {
  background: #fff;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .activities {
    padding-bottom: 0 !important;
 }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.activities .layout-flex-3 {}

.activities .layout-flex-3 > * {
/*  width: 33%;*/
  padding: 0 !important;
}
.activities .layout-flex-3 div.left-images {
  width: 35%;
}
.activities .layout-flex-3 div.content {
  width: 30%;
}
.activities .layout-flex-3 div.content .title-area {
  margin: 0 auto;
}
.activities .layout-flex-3 div.right-images {
  width: 35%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .activities .layout-flex-3 div.left-images {
    width: auto;
  }
  .activities .layout-flex-3 div.content {
    width: 100%;
  }
  .activities .layout-flex-3 div.right-images {
    width:auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.activities .images {}

.activities .left-images {
  background: url("../../_images/index/activities-1.jpg") no-repeat;
  background-size: cover;
}

.activities .right-images {
  background: url("../../_images/index/activities-2.jpg") no-repeat;
  background-size: cover;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .activities .layout-flex-2 {
    display: flex;
  }
  .activities .layout-flex-2 > * {
    width: 50%;
  }
  .activities .layout-flex-2 > * ~ * {
    margin-top: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.activities .content {
  display: flex;
  justify-content:center;
  margin: 100px auto;
}

.activities .content .item {
  margin: 0 auto;
  text-align: center;
}

.activities .content .title {
  text-align: center;
}

.activities .content p {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .activities .content {
    display: flex;
    justify-content:center;
    margin: 20px auto;
  }
  .activities .content .title img {
    width: 100px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.activities .content .link-btn {
  margin-top: 40px;
}

.activities .content .btn-1 {
  position: relative;
  width: 300px;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: var(--c-green);
  padding: 0.5em 1.0em;
  transition: 0.6s;
  text-align: center;
}
.activities .content .btn-1::after {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-w-1.png") no-repeat;
  width: 20px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.1s;
}
.activities .content .btn-1:hover::after {
  right: 0.4em;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
}

/* ****************************************************************************************************
   * そば打ち蕎段認定制度
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.nintei {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("../../_images/index/nintei-bg.jpg?20251111") no-repeat;
  background-size: cover;
  margin-top: 100px;
}
.nintei .body {
  max-width: 1240px;
}
.nintei .layout-2 {
  flex-direction: row-reverse;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .nintei {
    position: relative;
    margin-top: 50px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.nintei .title-area {
  position: relative;
  width: 17%;
  margin-right: 40px;
  color: #fff;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1260px) {
  /*ブラウザの幅が736px以下の時*/
  .nintei .title-area {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .nintei .title-area.vertical {
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.nintei .content {
  width: 79%;
  color: #fff;
}
.nintei .content p {}
.nintei .content p ~ p {
  margin-top: 3em;
}


.nintei .content .link-btn {}
.nintei .content .link-btn .btn-1 {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  .nintei .content {
    width: 100%;
    margin-top: 1em;
  }
  .nintei .content p ~ p {
    margin-top: 1em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.nintei .link-btn {
  margin-top: 50px;
}

.nintei .btn-1 {
  position: relative;
  width: 300px;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--c-green);
  background: #fff;
  padding: 0.5em 1.0em;
  transition: 0.6s;
  text-align: center;
}
.nintei .btn-1::after {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-g-1.png") no-repeat;
  width: 20px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.1s;
}
.nintei .btn-1:hover::after {
  right: 0.4em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .nintei .link-btn {
    margin-top: 1em;
  }
  .nintei .btn-1 {
    width: 100%;
  }
}






/* ****************************************************************************************************
   * 全国高校生そば打ち大会
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.tournament {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.tournament .body {
  max-width: 1240px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1000px) {
  /*ブラウザの幅が736px以下の時*/
  .tournament {
    position: relative;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.tournament .title-area {
  position: relative;
  width: 17%;
  margin-right: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1260px) {
  /*ブラウザの幅が736px以下の時*/
  .tournament .title-area {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .tournament .title-area.vertical {
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.tournament .detail {
  width: 79%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  .tournament .detail {
    width: 100%;
    margin-top: 1em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ギャラリー
/* ------------------------------------------------------------------------------------------------- */

.tournament .gallery {
  margin-top: 50px;
}
.tournament .gallery {
  column-gap: 10px;
  row-gap: 10px;
  justify-content: flex-start;
}
.tournament .gallery > .item {
  width: 24%;
}
.tournament .gallery > .item .images {
  overflow: hidden;
  margin: 0 auto;
  transition: 0.6s;
  position: relative;
  height: 0;
  padding-top: 100%;
}

.tournament .gallery > .item .images img {
  transition: 0.6s;
  object-fit: cover;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1260px) {
  /*ブラウザの幅が736px以下の時*/
  .tournament .gallery {
    justify-content: flex-start;
  }
  .tournament .gallery.layout-2 {
    display: flex;
    justify-content: center;
  }
  .tournament .gallery > .item {
    text-align: center;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .tournament .gallery {
    column-gap: 5px;
    row-gap: 5px;
    justify-content: center;
  }
  .tournament .gallery > .item {
    width: 32%;
    text-align: center;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.tournament .link-btn {
  margin-top: 50px;
}

.tournament .btn-1 {
  position: relative;
  width: 300px;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: var(--c-green);
  padding: 0.5em 1.0em;
  transition: 0.6s;
  text-align: center;
}
.tournament .btn-1::after {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-w-1.png") no-repeat;
  width: 20px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.1s;
}
.tournament .btn-1:hover::after {
  right: 0.4em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .tournament .link-btn {
    margin-top: 1em;
  }
  .tournament .btn-1 {
    width: 100%;
  }
}



/* ****************************************************************************************************
   * 日本そばソムリエ協会 / 日本そば研究会 / そば文化力応援企業・団体
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.group {
  position: relative;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .group {
    position: relative;
    padding-bottom: 0 !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * カラム
/* ------------------------------------------------------------------------------------------------- */

.group .layout-flex-3 > * {
  width: 33.333333%;
  padding: 0 !important;
}
.group .layout-flex-3 a {
  position: relative;
  display: block;
  transition: 0.3s;
}
.group .layout-flex-3 a::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: var(--c-green);
  position: absolute;
  bottom: 0;
  right: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1260px) {
  /*ブラウザの幅が736px以下の時*/
  .group .layout-flex-3 {
    display: block;
  }
  .group .layout-flex-3 > * {
    width: 100%;
    max-width: 530px;
    margin: 0 auto;
    padding: 0 !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.group .layout-flex-3 picture {
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  display: block;
}
.group .layout-flex-3 picture::after {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-w-1.png") no-repeat;
  width: 20px;
  height: 9px;
  position: absolute;
  bottom: 20px;
  right: 12px;
  transition: 0.1s;
  z-index: 1;
}
.group .layout-flex-3 a:hover picture::after {
  right: 8px;
}
.group .layout-flex-3 picture img {
  width: 100%;
  transition: 0.3s;
}
.group .layout-flex-3 a:hover picture img {
  transform: scale(1.1);
  opacity: 1;
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.group .layout-flex-3 .inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.group .layout-flex-3 .inner .title {
  font-size: 2.8rem;
  font-weight: 600;
}
.group .layout-flex-3 .inner .text {
  max-width: 450px;
  margin: 30px auto 0;
  text-align: left;
  padding: 0 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .group .layout-flex-3 .inner .title {
    font-size: 2.4rem;
    font-weight: 600;
  }
  .group .layout-flex-3 .inner .text {
    max-width: 100%;
    font-size: 1.4rem;
    margin-top: 1em;
  }
}


/* ****************************************************************************************************
   * オンラインショップ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.bnr {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.bnr .body {
  max-width: 940px;
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.bnr a {
  position: relative;
  display: block;
  transition: 0.3s;
}
.bnr picture {
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  display: block;
}

.bnr .inner {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  margin-left: 100px;
}

.bnr .inner p {
  position: relative;
  font-size: 2.6rem;
}
.bnr .inner p::after {
  content: "";
  display: block;
  background: url("../../_images/_common/detail-link.png") no-repeat;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.bnr .inner span {
  font-size: 2.0rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .bnr .inner {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    margin-left: 20px;
  }
  .bnr .inner p {
    position: relative;
   font-size: 1.8rem;
   line-height: 1.4;
  }
  .bnr .inner p::after {
    content: "";
    display: block;
    background: url("../../_images/_common/detail-link.png") no-repeat;
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .bnr .inner span {
    font-size: 1.4rem;
  }
}