@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
  #catch {
    background-color: #AFE1E7;
    height: 180px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
  }
  #catch+nav ul {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #saitama {
    background-color: #FCE7EB;
    padding-top: 140px;
    padding-bottom: 70px;
  }
  #saitama h3 {
    width: 1100px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ED8399;
    color: #fff;
    line-height: 70px;
    border-radius: 100px;
    position: relative;
  }
  #saitama h3 img {
    position: relative;
    top: 8px;
    vertical-align: top;
  }
  #saitama ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  #saitama ul::after {
    content: "";
    width: 348px;
  }
  #saitama ul li {
    width: 348px;
    margin-bottom: 30px;
    text-align: center;
  }
  #saitama ul li a {
    text-decoration: none;
  }
  #saitama ul li figure {
    width: 348px;
    height: 220px;
    background-color: #D5D5D5;
  }
  #saitama ul li figure img {
    width: 348px;
    height: 220px;
    object-fit: cover;
  }
  #saitama ul li figcaption {
    color: #000;
    font-size: 22px;
    margin-top: 5px;
    text-align: center;
  }
  #saitama ul li span {
    color: #000;
    font-size: 20px;
    margin-top: 3px;
    display: block;
  }
  .saitama_shop .inner,
  .omiyage_shop .inner
  {
    width: 960px;
    height: 370px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 70px;
    box-sizing: content-box;
  }
  .saitama_shop .flex,
  .omiyage_shop .flex
  {
    display: flex;
    justify-content: space-between;
  }
  .saitama_shop .flex figure,
  .omiyage_shop .flex figure
  {
    width: 470px;
    height: 370px;
    background-color: #CECECE;
    display: block;
  }
  .saitama_shop .flex figure img,
  .omiyage_shop .flex figure img
  {
    width: 470px;
    height: 370px;
    object-fit: cover;
  }
  .saitama_shop .flex div,
  .omiyage_shop .flex div
  {
    width: 450px;
    text-align: left;
  }
  .saitama_shop .flex div .close,
  .omiyage_shop .flex div .close
  {
    text-align: right;
    position: relative;
    top: -125px;
    right: -70px;
  }
  .saitama_shop .flex div h4,
  .omiyage_shop .flex div h4
  {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .saitama_shop .flex div dl,
  .omiyage_shop .flex div dl
  {
    display: flex;
    flex-wrap: wrap;
  }
  .saitama_shop .flex div dl dt,
  .omiyage_shop .flex div dl dt
  {
    font-size: 18px;
    width: 76px;
    text-align:justify;
    text-align-last:justify;
    text-justify:inter-ideograph;
    margin-right: 15px;
    margin-bottom: 8px;
  }
  .saitama_shop .flex div dl dd,
  .omiyage_shop .flex div dl dd
  {
    font-size: 18px;
    width: 350px;
    margin-bottom: 8px;
  }
  .saitama_shop .flex div dl dd a,
  .omiyage_shop .flex div dl dd a
  {
    color: #000;
    text-decoration: none;
  }
  .saitama_shop .flex div dl dd a:hover,
  .omiyage_shop .flex div dl dd a:hover
  {
    text-decoration: underline;
  }
  .saitama_shop .flex div dl+p,
  .omiyage_shop .flex div dl+p
  {
    padding-top: 10px;
    line-height: 1.8em;
  }
  #cboxClose {
    background-image: url("../images/shop/close.png");
    width: 41px!important;
    height: 41px!important;
    display: none;
  }
  #cboxContent {
    padding-top: 55px;
  }
  #omiyage {
    background-color: #FCE7D6;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  #omiyage h3 {
    width: 1100px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ff8900;
    color: #fff;
    line-height: 70px;
    border-radius: 100px;
    position: relative;
  }
  #omiyage h3 img {
    position: relative;
    top: 9px;
    vertical-align: top;
  }
  #omiyage ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  #omiyage ul::after {
    content: "";
    width: 348px;
  }
  #omiyage ul li {
    width: 348px;
    margin-bottom: 30px;
  }
  #omiyage ul li a {
    text-decoration: none;
  }
  #omiyage ul li figure {
    width: 348px;
    height: 220px;
    background-color: #D5D5D5;
  }
  #omiyage ul li figure img {
    width: 348px;
    height: 220px;
    object-fit: cover;
  }
  #omiyage ul li figcaption {
    color: #000;
    font-size: 22px;
    margin-top: 5px;
  }
  #omiyage ul li span {
    color: #000;
    font-size: 20px;
    margin-top: 3px;
    display: block;
  }
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
  #no01, #no02 {
    margin-top: -14vw;
    padding-top: 14vw;
  }
  #catch {
    background-color: #AFE1E7;
    height: 30vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 62px;
  }
  #catch+nav ul {
    display: flex;
    justify-content: space-between;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 10%;
    padding-bottom: 10%;
  }
  #catch+nav ul li {
    width: 30%;
  }
  #saitama {
    background-color: #FCE7EB;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 5%;
    padding-right: 5%;
  }
  #saitama h3 {
    margin-left: auto;
    margin-right: auto;
    background-color: #FE6D4E;
    padding-top: 3%;
    padding-bottom: 3%;
    border-radius: 10px;
    position: relative;
  }
  #saitama h3 img {
    width: 70%;
  }
  #saitama ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
  }
  #saitama ul::after {
    content: "";
  }
  #saitama ul li {
    width: 49%;
    margin-bottom: 5%;
  }
  #saitama ul li a {
    text-decoration: none;
    color: #000;
  }
  #saitama ul li figure {
    background-color: #D5D5D5;
  }
  #saitama ul li figure img {
    height: 28vw;
    width: 100%;
    object-fit: cover;
  }
  #saitama ul li figcaption {
    color: #000;
    font-size: 3vw;
    margin-top: 3px;
  }
  #saitama ul li span {
    color: #000;
    font-size: 3vw;
    margin-top: 3px;
    line-height: 1.4em;
    display: block;
  }
  .saitama_shop .inner,
  .omiyage_shop .inner
  {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 5%;
  }
  .saitama_shop .flex figure,
  .omiyage_shop .flex figure
  {
    background-color: #CECECE;
    display: block;
  }
  .saitama_shop .flex figure img,
  .omiyage_shop .flex figure img
  {
    height: 60vw;
    width: 100%;;
    object-fit: cover;
  }
  .saitama_shop .flex div,
  .omiyage_shop .flex div
  {
    text-align: left;
  }
  .saitama_shop .flex div .close,
  .omiyage_shop .flex div .close
  {
    text-align: right;
    position: relative;
    top: -70vw;
    right: 0px;
  }
  .saitama_shop .flex div h4,
  .omiyage_shop .flex div h4
  {
    font-size: 5vw;
    margin-bottom: 3%;
    margin-top: 3%;
  }
  .saitama_shop .flex div dl,
  .omiyage_shop .flex div dl
  {
    display: flex;
    flex-wrap: wrap;
  }
  .saitama_shop .flex div dl dt,
  .omiyage_shop .flex div dl dt
  {
    width: 18vw;
    text-align:justify;
    text-align-last:justify;
    text-justify:inter-ideograph;
    margin-right: 15px;
    margin-bottom: 8px;
  }
  .saitama_shop .flex div dl dd,
  .omiyage_shop .flex div dl dd
  {
    margin-bottom: 8px;
    width: 55vw;
  }
  .saitama_shop .flex div dl dd a,
  .omiyage_shop .flex div dl dd a
  {
    color: #000;
    text-decoration: none;
  }
  .saitama_shop .flex div dl dd a:hover,
  .omiyage_shop .flex div dl dd a:hover
  {
    text-decoration: underline;
  }
  .saitama_shop .flex div dl+p,
  .omiyage_shop .flex div dl+p
  {
    padding-top: 0px;
  }
  #cboxClose {
    background-image: url("../images/shop/close.png");
    width: 41px!important;
    height: 41px!important;
    display: none;
  }
  #cboxContent {
    padding-top: 55px;
  }
  #omiyage {
    background-color: #FCE7D6;
    padding-top: 10%;
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 10%;
  }
  #omiyage h3 {
    margin-left: auto;
    margin-right: auto;
    background-color: #ff8900;
    border-radius: 10px;
    position: relative;
    padding-bottom: 3%;
    padding-top: 3%;
  }
  #omiyage h3 img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  #omiyage ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
  }
  #omiyage ul::after {
    content: "";
  }
  #omiyage ul li {
    margin-bottom: 5%;
    width: 49%;
    text-align: center;
  }
  #omiyage ul li a {
    text-decoration: none;
  }
  #omiyage ul li figure {
    background-color: #D5D5D5;
  }
  #omiyage ul li figure img {
    height: 28vw;
    width: 100%;
    object-fit: cover;
  }
  #omiyage ul li figcaption {
    color: #000;
    font-size: 3vw;
    margin-top: 3px;
  }
  #omiyage ul li span {
    color: #000;
    font-size: 3vw;
    margin-top: 3px;
    line-height: 1.4em;
    display: block;
  }
}
