@charset "utf-8";
/**
 * ***************************************
 * ページ全体に関わるCSSの設定
 * ***************************************
 */
html *, ::before, ::after {
  box-sizing: border-box;
  list-style: none;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  letter-spacing: 1.5px;
}
/* ベースのリンクカラー */
a {
  text-decoration: none;
}
/* レスポンシブイメージと画像下スペース防止 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; /* 画像下のスペースを消す */
}


/* @media (max-width: 769px){
    .top-icon{
        display: none;
    }
}
@media (min-width: 768px){
    .top-icon{
        position: fixed;
        z-index: 999;
        top: 635px;
        right: 20px;
    }
    .top-icon img{
        width: 60px;
    }
} */


@media (max-width: 769px) {
  .float-sp {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
  }
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .float-sp {
    display: none;
  }
  .br-sp {
    display: none;
  }
  .br-pc {
    display: block;
  }
}
/* ヘッダーナビ */

@media (min-width: 768px){
    .top-sp{
        display: none;
    }
}

@media (max-width: 769px) {
  #global-nav {
    position: fixed;
    z-index: 999;
    top: 60px;
    width: 100%;
  }
  .header-nav {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .header-nav.collapse {
    display: none;
  }
  .header-nav li a {
    display: block;
    padding: 40px 20px;
    border-top: 1px solid #cacaca;
    color: #333333;
    background: #fce8e7;
    text-decoration: none;
    text-align: center;
  }
  .header-nav li a:hover {
    background: #e67737;
    color: #fff;
  }
  .navbtn {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-image: url("../images/nav-open-60px.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 999;
  }
  .navbtn.close {
    background-image: url("../images/nav-close-60px.jpg");
  }
  h1 {
    width: 80%;
    margin: 23px auto 12px auto;
  }
  .header-nav.collapse {
    display: none;
  }
  .contact {
    display: none;
  }
  .mainimg-pc {
    display: none;
  }
  .mainimg-sp {
    display: block;
  }
}
@media (min-width: 768px) {
  .navbtn {
    display: none;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 95px;
    box-shadow: 2px 2px 8px -3px gray;
  }
  .header-container {
    display: flex;
    max-width: 100%;
    justify-content: space-between;
  }
  h1 {
    width: 250px;
    margin-left: 20px;
    margin-top: 13px;
  }
  .header-nav {
    display: flex;
    margin-top: 40px;
  }
  .header-nav li {
    margin: 0 20px 0 20px;
  }
  .header-nav li a {
    color: #333333;
    font-weight: Bold;
  }
  .header-nav li a:hover {
    border-bottom: 3px solid #e67737;
  }
  .contact a {
    display: block;
    background-color: #e03731;
    color: #fff;
    font-size: 17px;
    font-weight: Bold;
    height: 95px;
    padding: 41px 40px 0 40px;
  }
  .contact a:hover {
    background-color: #e67737;
  }
  .main-container {
    margin-top: 95px;
  }
  .mainimg-pc {
    display: block;
  }
  .mainimg-sp {
    display: none;
  }
}
/* ヘッダーナビここまで */
/* 3つの特長 */
@media (max-width: 769px) {
  .features {
    background-image: url("../images/catering_back_sp.jpg");
    background-repeat: repeat;
    width: 100%;
    text-align: center;
  }
  .features-container {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
  .features-title {
    width: 80%;
    margin: 45px auto 30px auto;
  }
  .features-box {
    width: 85%;
    margin: 0 auto;
  }
  .features-box:last-child {
    margin-bottom: 40px;
  }
  .features-img {
    width: 100%;
    margin: 0 auto;
  }
  .features-text {
    color: #333333;
    font-weight: Bold;
    line-height: 1.5rem;
    font-size: 18px;
    margin-top: 10px;
  }
  .features-cap {
    display: inline-block;
    width: 100%;
    text-align: justify;
    color: #333333;
    font-size: 16px;
    line-height: 1.5rem;
    margin-top: -10px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .features {
    background-image: url("../images/catering_back.jpg");
    background-repeat: repeat;
    max-width: 100%;
    text-align: center;
  }
  .features-container {
    max-width: 100%;
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 60px;
  }
  .features-title {
    width: 300px;
    margin-top: 85px;
    margin-bottom: 30px;
  }
  .features-content {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    width: 800px;
    margin: 0 auto;
  }
  .features-box {
    width: 230px;
  }
  .features-img {
    width: 230px;
    margin-bottom: -5px;
  }
  .features-txbox {
    width: 230px;
    margin: 0 auto;
  }
  .features-text {
    color: #333333;
    font-weight: Bold;
    line-height: 1.5rem;
    margin-bottom: -8px;
    font-size: 17px
  }
  .features-cap {
    text-align: justify;
    color: #333333;
    font-size: 15px;
    line-height: 1.3rem;
  }
}
/* 3つの特長ここまで */
/* プラン */
@media (max-width: 769px) {
  .wrapper {
    background-color: #faf1ec;
    text-align: center;
  }
  h2 img {
    width: 60%;
    margin-top: 60px;
    margin-bottom: -3px;
  }
  .plan-title {
    color: #333333;
    font-size: 16px;
    line-height: 1.6rem;
  }
  .red {
    color: #e03731;
    font-weight: Bold;
  }
  .plan-container {
    text-align: center;
  }
  .plan-box {
    width: 90%;
    background-color: #fff;
    margin: 30px auto;
    padding: 25px;
    box-shadow: 4px 5px 10px -3px #e1cfc5;
  }
  .plan-box:last-child {
    margin-bottom: -20px;
  }
  .original-plan {
    display: inline-block;
    background-color: #ffe2a9;
    color: #333333;
    width: 100%;
    margin-top: -1px;
    padding: 13px 0;
    font-size: 18px;
    font-weight: Bold;
  }
  .finger-plan {
    display: inline-block;
    background-color: #ffcdab;
    color: #333333;
    width: 100%;
    margin-top: -1px;
    padding: 13px 0;
    font-size: 18px;
    font-weight: Bold;
  }
  .luxury-plan {
    display: inline-block;
    background-color: #ffc6ca;
    color: #333333;
    width: 100%;
    margin-top: -1px;
    padding: 13px 0;
    font-size: 18px;
    font-weight: Bold;
  }
  .price {
    color: #e03731;
    font-weight: Bold;
    font-size: 17px;
    margin-top: -7px;
  }
  .price-highlight {
    font-size: 33px;
    font-family: Bahnschrift;
    letter-spacing: 0.2px;
  }
  .plan-text {
    text-align: justify;
    color: #333333;
    line-height: 1.5rem;
    margin-top: -15px;
    width: 440px;
    max-width: 100%;
  }
  .plan-link a {
    display: block;
    background-color: #e03731;
    color: #fff;
    font-size: 17px;
    font-weight: Bold;
    width: 200px;
    margin: 20px auto -13px auto;
    padding: 17px 1px 17px 1px;
    border-radius: 50px;
  }
  .plan-link a:hover {
    opacity: 0.6;
  }
}
@media (min-width: 768px) {
  .wrapper {
    background-color: #faf1ec;
    text-align: center;
    margin-top: -20px;
  }
  h2 img {
    width: 250px;
    margin-top: 80px;
  }
  .plan-title {
    color: #333333;
    font-size: 18px;
    line-height: 1.75rem;
  }
  .red {
    color: #e03731;
    font-weight: Bold;
  }
  .plan-container {
    text-align: center;
  }
  .plan-box {
    display: flex;
    align-items: flex-start;
    background-color: #fff;
    padding: 40px;
    width: 860px;
    max-width: 100%;
    margin: 30px auto;
    box-shadow: 4px 5px 10px -3px #e1cfc5;
  }
  .plan-image {
    width: 310px;
    margin-right: 25px;
  }
  .plan-txbox {
    width: 440px;
    max-width: 100%;
    margin-top: -20px
  }
  .original-plan {
    display: inline-block;
    background-color: #ffe2a9;
    color: #333333;
    font-size: 20px;
    font-weight: Bold;
    width: 440px;
    max-width: 100%;
    padding: 12px 0 10px 0;
    text-align: center;
  }
  .finger-plan {
    display: inline-block;
    background-color: #ffcdab;
    color: #333333;
    font-size: 20px;
    font-weight: Bold;
    width: 440px;
    max-width: 100%;
    padding: 12px 0 10px 0;
    text-align: center;
  }
  .luxury-plan {
    display: inline-block;
    background-color: #ffc6ca;
    color: #333333;
    font-size: 20px;
    font-weight: Bold;
    width: 440px;
    max-width: 100%;
    padding: 12px 0 10px 0;
    text-align: center;
  }
  .price {
    color: #e03731;
    font-weight: Bold;
    font-size: 20px;
    margin-top: -7px;
  }
  .price-highlight {
    font-size: 35px;
    font-family: Bahnschrift;
    letter-spacing: 0.2px;
  }
  .plan-text {
    text-align: justify;
    color: #333333;
    line-height: 1.5rem;
    margin-top: -15px;
    width: 440px;
    max-width: 100%;
  }
  .plan-link a {
    display: block;
    background-color: #e03731;
    color: #fff;
    font-size: 16px;
    font-weight: Bold;
    width: 200px;
    margin: 40px auto 0 auto;
    padding: 10px 20px 10px 23px;
    border-radius: 50px;
  }
  .plan-link a:hover {
    opacity: 0.6;
  }
}
/* プランここまで */
/* 対応エリア */
@media (max-width: 769px) {
  .main-area {
    display: inline-block;
    width: 80%;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333333;
    font-size: 16px;
    font-weight: Bold;
  }
  .sub-area {
    display: inline-block;
    width: 80%;
    text-align: justify;
    line-height: 1.5rem;
    margin-top: -3px;
  }
  .area-info {
    display: inline-block;
    color: #333333;
    font-size: 13px;
    border: 1px solid #333333;
    padding: 10px 20px;
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .area-container {
    width: 670px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .area-box {
    width: 670px;
    max-width: 100%;
    margin: 0 auto;
  }
  .main-area {
    display: inline-block;
    width: 670px;
    max-width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #333333;
    color: #333333;
    font-size: 20px;
    font-weight: Bold;
    margin: 16px auto 0 auto;
  }
  .sub-area {
    text-align: justify;
    color: #333333;
    line-height: 1.75rem;
  }
  .area-info {
    display: inline-block;
    color: #333333;
    font-size: 15px;
    border: 1px solid #333333;
    padding: 15px 30px;
    margin-top: 30px;
    margin-bottom: 90px;
  }
}
/* 対応エリアここまで */
/* フォーム */
@media (max-width: 769px) {
  form {
    text-align: center;
  }
  .form-cap {
    color: #333333;
    font-size: 16px;
    line-height: 1.6rem;
    margin-top: 25px;
    margin-bottom: 35px;
  }
  .form-container {
    margin-top: 15px;
  }
  .label {
    color: #333333;
    font-size: 15px;
  }
  .Required {
    color: #333333;
    font-size: 12px;
  }
  .inputs {
    border: 1px solid #333333;
    border-radius: 5px;
    width: 70%;
    height: 45px;
    margin-bottom: 20px;
    margin-top: 5px;
  }
  .inputs2 {
    width: 70%;
    height: 120px;
    border: 1px solid #333333;
    border-radius: 5px;
    margin-bottom: 25px;
    margin-top: 5px;
  }
  .button {
    background-color: #333333;
    color: #fff;
    font-weight: Bold;
    padding: 13px 28px;
  }
  .tel {
    display: none;
  }
}
@media (min-width: 768px) {
  form {
    text-align: center;
  }
  .form-cap {
    color: #333333;
    font-size: 18px;
    line-height: 1.75rem;
    margin-top: 25px;
    margin-bottom: 35px;
  }
  .form-container {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
  }
  .form-contents {
    display: flex;
    width: 565px;
    max-width: 100%;
    justify-content: space-between;
    margin: 0 auto;
  }
  .label {
    color: #333333;
    font-size: 15px;
  }
  .Required {
    color: #333333;
    font-size: 12px;
  }
  .inputs {
    border: 1px solid #333333;
    border-radius: 5px;
    width: 270px;
    height: 38px;
    margin-bottom: 20px;
    margin-top: 5px;
  }
  .inputs2 {
    width: 565px;
    max-width: 100%;
    height: 100px;
    border: 1px solid #333333;
    border-radius: 5px;
    margin-bottom: 30px;
    margin-top: 5px;
  }
  .button {
    background-color: #333333;
    color: #fff;
    font-weight: Bold;
    padding: 8px 30px;
  }
  .tel {
    background-color: #fce8e7;
    width: 350px;
    margin: 60px auto 120px auto;
    text-align: center;
    padding: 7px 0;
  }
  .tel-text {
    font-size: 19px;
    font-weight: Bold;
  }
  .tel-number {
    font-family: Bahnschrift;
    color: #e03731;
    font-weight: Bold;
    letter-spacing: 0.2px;
    font-size: 40px;
    margin-top: -14px;
    margin-bottom: -14px;
  }
  .tel-number:before {
    content: url("../images/tel-icon.png");
    margin-right: 5px;
  }
  .tel-cap {
    font-size: 15px;
  }
}
/* フォームここまで */
/* フッター */
@media (max-width: 769px) {
  footer {
    background-color: #e67737;
    text-align: center;
    margin-top: 85px;
    padding-bottom: 1px;
  }
  .logo-wt {
    width: 50%;
    margin-top: 30px;
  }
  .company {
    font-size: 15px;
    color: #fff;
    margin-bottom: -9px;
  }
  .company-text {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    line-height: 1.2rem;
    text-align: left;
  }
  .copy {
    font-size: 10px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 150px;
  }
}
@media (min-width: 768px) {
  footer {
    background-color: #e67737;
    text-align: center;
    padding: 20px 0;
  }
  .footer-container {
    display: flex;
    align-items: flex-start;
    width: 600px;
    max-width: 100%;
    justify-content: space-between;
    margin: 0 auto;
  }
  .logo-wt {
    width: 270px;
    margin-top: 20px;
  }
  .company {
    font-size: 18px;
    color: #fff;
    margin-bottom: -9px;
  }
  .company-text {
    color: #fff;
    font-size: 15px;
    line-height: 1.4rem;
    text-align: left;
  }
  .copy {
    font-size: 12px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: -15px;
  }
}