@charset "utf-8";
/* CSS Document */

/*******************************************************************/
 /* 1200px〜：PC大き目サイズ用------------------------------------------- */
/*******************************************************************/
@media screen and (max-width:1200px) {
  header{
    width:96%;
    margin:0 2%;
  }
}

/*******************************************************************/
/* 〜959px：タブレット（一部崩れ対策） */
/*******************************************************************/
@media screen and (max-width:959px) { 
  .pc{display:none;}
  .sp{display:block;}
  section.entrust div,
  section.price div,
  section.reserve .r__visit,
  section.reserve .r__shop,
  section.access div ,
  footer
   {
    width:98%;
  }
  section.price ul {
    padding: 10px;
  }
/**************************************************/
  header{
    overflow: hidden;
    min-height: auto;
    padding-bottom:10px;
  }
  header h1{
    width: 25%;
    float: left;
  }
  header h1 span {
    font-size: 3vw;
  }
  header nav {
  }
  header nav div{
    position: inherit;
    float: right;
  }
  header nav div .h__tel{
    font-size: 8vw;
    display: block;
    letter-spacing: -2.6px;
  }
  header nav div .h__tel a{
    color: #080059;
  }
  header nav div .h__tel span.h__tel__tit {
    font-size: 3.5vw;
    padding: 0 0 5px 0;
    background: none;
    color: rgb(32, 25, 105);
  }
  header nav div .h__tel__btm  {
    font-size: 2.5vw;
  }
  header nav ul.h__menu {
    margin: 5px 0.5%;
    width:100%;
    position: inherit;
    padding-top:10px;
  }
  header nav ul.h__menu li {
    font-size:3.5vw;
    margin:0;
    width:33%;
    padding: 0;
    text-align:center;
  }
  header nav ul.h__menu li:not(:first-child){
    border-left:1px solid rgba(32,25,105,1);
  }
  header nav ul.h__menu li a{
    display:block;
    width:100%;
    color:rgba(32,25,105,1);
  }
/**************************************************/
footer nav ul {
  padding-left: 300px;
  width: 100%;
}
  footer nav ul li {
    margin-right: 25px;
    width: 33%;
    text-align: center;
  }
}

/*******************************************************************/
 /* 〜899px：レスポンシブ------------------------------------------- */
/*******************************************************************/
@media screen and (max-width:800px) {
  h2 {
    margin-bottom: 20px;
    padding: 10px;
  }
  h3 {
    font-size: 4vw;
    padding: 0 2%;
  }

/**************************************************/
  section.slider {
    padding: 20px 0;
  }
  .swiper-slide {
    padding: 0;
    width:100%;
    text-align: center;
  }
  .swiper-pagination{
    position: inherit;
  }

/**************************************************/
  section.delivery h2 {
    margin-bottom: 20px;
    padding: 10px;
    font-size:24px;
  }
/**************************************************/
  section.entrust h2 {
    margin-bottom: 20px;
    padding: 10px;
    font-size:24px;
  }
  section.entrust div {
    display: block;
    width: 96%;
    margin: 0 2%;
  }
  section.entrust div {
    display: block;
    width: 96%;
    margin: 0 2%;
  }
  section.entrust div ul {
    width: 100%;
    display:flex;
    margin-right:0;
    margin-bottom: 20px;
  }
  section.entrust div ul li.e__img {
    height:auto;
  }
  section.entrust div ul li.e__img img {
    width: 100%;
  }

/**************************************************/
  section.price h2 {
    font-size: 6vw;
    font-weight:bold;
  }
  section.price h3 {
    font-size: 4vw;
  }
  section.price div {
    width: 98%;
    margin: 0 1%;
  }
  section.price ul {
    width: 48%;
    overflow: hidden;
    padding: 7px;
    margin: 20px 1% 0;
  }
  section.price ul li.p__item__img {
    width:40%;
    padding-right:10px;
  }
  section.price ul li.p__item__img img {
    width:100%;
  }
  section.price ul li.p__item__title {
    font-size:3.5vw;
  }
  section.price ul li.p__item__text {
    font-size:3vw;
  }
  section.price .p__item__price_s {
    text-align: right;
    font-size:14px;
  }
  section.price .p__item__price_s em {
    font-size: 22px;
  }

/**************************************************/
  section.reserve h2 {
    font-size: 6vw;
  }
  section.reserve dl {
    width: 90%;
  }
  section.reserve dl dt {
    font-size: 5vw;
    width: 30%;
    float: inherit;
    margin-bottom: 0px;
  }
  section.reserve dl dd {
    font-size: 6vw;
    padding-top: 5px;
  }
  section.reserve dl dd.r__tel {
    font-size: 11vw;
  }
  section.reserve .r__visit ,
  section.reserve .r__shop {
    width:90%;
    margin:40px auto;;
  }
  section.reserve .r__visit ul,
  section.reserve .r__shop ul{
    display: block;
    width: 100%;
  }
  section.reserve .r__visit ul li,
  section.reserve .r__shop ul li{
    display: flex;
    align-items: center;
    width: 100%;
    margin-right:0;
    text-align:left;
  }
  section.reserve ul li::after {
  content: "▼";
  padding: 0;
  text-align: center;
  display: block;
  bottom: -20px;
  top: auto;
  left: 48%;
  font-size:32px;
  }
  section.reserve ul li img {
    width: 48%;
    margin-right:2%;
  }

/**************************************************/
  section.access h2 {
    font-size: 6vw;
    font-weight:bold;
  }
  section.access h3 {
    font-size: 4vw;
    line-height: 5vw;
  }
  section.access div {
    width:100%;
    display: block;
    
  }
  section.access ul {
    width: 90%;
    margin:20px auto;
  }

/**************************************************/
  footer {
    width:96%;
    margin:0 auto;
  }
  footer h1{
    margin:0 auto;
  }
  footer nav{
    display:block;
    width:96%;
    margin:0 auto;
  }
  footer nav ul {
    padding: 0;
    position: inherit;
  }
  footer nav ul li {
    margin:20px 0 0;
    text-align:center;
    width: 33%;
    font-size: 3.5vw;
  }
  footer nav ul li:not(:first-child){
    border-left:1px solid rgba(32,25,105,1);
  }
}

