@charset "UTF-8";
@import url("layout.css");
@import url("blog.css");

/*
Theme Name: 有限会社徳村食品 Version01
Description: 有限会社徳村食品 公式ホームページ
Author: MIA RESORT
*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html { font-size: 62.5%; }
body {
    /*font-family: 'Noto Sans JP', sans-serif;*/
    font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(1.6rem, 1.568rem + 0.101vw, 1.75rem);
	line-height: 1.7;
    color: #333;
}
#s_navi {
    display: none;
}
.top-haikei-sp {
    display: none;
}
.sub-haikei-sp {
    display: none;
}
/*===========================
  カスタムプロパティ(変数)
==========================*/
:root {
    --primary-color: #69A444;
    --sub-color: #595757;
}
/*===========================
  header
==========================*/
/* ヘッダー固定から下りてくる */
#global-nav {
    transition: all 0.3s ease 0s;
    width: 96%;
    z-index: 100;
    margin: 0px auto;
}
#global-nav.m_fixed {
    position: fixed;
    top: 10px;
    left: 50%;
}
/* end */
.top-haikei {
    position: relative;
    top: 0;
    width: 100%;
}
.top-haikei img {
    width: 100%;
    height: auto;
    animation: zoom-in 3s ease-in-out forwards; /* アニメーション設定 */
}
@keyframes zoom-in {
    0% {
        transform: scale(1); /* 初期サイズ */
    }
    100% {
        transform: scale(1.08); /* ズームインしたサイズ */
    }
}
.head-haikei-sp {
    display: none;
}
hgroup {
    margin-right: auto;
}
hgroup h1 img {
    width: 220px;
    height: auto;
}
nav {
    display: flex;
    margin-right: 20px;
}
.page-header {
    display: flex;
    justify-content: end;
    align-items: center;
    height: auto;
    background-color: #FFFFFFcc;
    padding: 10px 30px;
    border-radius: 20px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.main-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 10px 30px;
    vertical-align: middle;
    white-space: nowrap;
}
.main-nav li {
    letter-spacing: 0.1rem;
    font-size: clamp(1.4rem, 1.335rem + 0.203vw, 1.7rem);
    line-height: 1;
    font-weight: 300;
}
.main-nav li a {
    text-decoration: none;
    color: #333;
    transition: all 0.8s;
}
.main-nav li a:hover {
	color: var(--primary-color);
}
.head-contact a {
    background-color: var(--primary-color);
    color: #FFF;
    font-size: clamp(1.4rem, 1.357rem + 0.135vw, 1.6rem);
    text-align: center;
    padding: 8px 35px;
    text-decoration: none;
    transition: all 0.8s;
    font-weight: 400;
    border-radius: 50px;
    white-space: nowrap;
}
.head-contact a:hover {
    background-color: #82C658;
}
/* TOPコピー */
.top-copy {
    text-align: center;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.top-copy h2 {
    font-size: clamp(3rem, 1.919rem + 3.378vw, 8rem);
    font-weight: 500;
    color: #FFF;
    line-height: 1.3;
    white-space: nowrap;
}
.top-copy p {
    font-family: "Quicksand", serif;
    font-size: clamp(3rem, 2.568rem + 1.351vw, 5rem);
    color: #FFF;
    font-weight: 300;
}
/*===========================
  TOPページ PC
==========================*/
/* About私たちのミッション */
.top-about {
    width: min(94%, 1200px);
    margin: 7% auto 0px;
    display: flex;
    justify-content: center;
    gap: 0px 80px;
}
.about-left h2 {
    font-size: clamp(3rem, 1.75rem + 3.906vw, 8rem);
    font-weight: 700;
    line-height: 1;
}
.about-left h2:first-letter {
    color: #CE171D;
}
.about-left p {
    font-size: 1.6rem;
}
.about-left img {
    width: 140px;
    height: auto;
    margin: 20px auto;
    display: block;
}
.about-right {
    background-image: url(images/okinawa-map.png);
    background-repeat: no-repeat;
    background-size: 430px;
    background-position: right;
    width: 50%;
    padding: 0px 0px 80px;
}
.about-right h3 {
    font-size: clamp(2.5rem, 2rem + 1.563vw, 4.5rem);
    color: var(--primary-color);
    line-height: 1.3;
    margin-bottom: 20px;
}
.about-right p {
    font-size: clamp(1.6rem, 1.557rem + 0.135vw, 1.8rem);
    margin-bottom: 20px;
}
/* サービス内容 */
.top-service {
    margin-top: 80px;
    background:
        url('images/flower-haikei01.png'),
        url('images/flower-haikei02.png'),
        linear-gradient(270.69deg, #FFE7D6 2.24%, #F7FFD9 99.63%);
    background-position:
        right top,
        left bottom;
    background-repeat:
        no-repeat,
        no-repeat;
    background-size:
        630px auto,
        630px auto,
        cover;
    padding-bottom: 80px;
}
.top-service h3 {
    text-align: center;
    color: var(--primary-color);
    font-size: clamp(3rem, 1.75rem + 3.906vw, 8rem);
    line-height: 1;
}
.top-service h3 span {
    font-size: 1.6rem;
}
.top-service img {
    border-radius: 20px;
}
.service-area {
    width: min(94%, 1400px);
    margin: 60px auto 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 80px 80px;
}
.service-area div {
    width: 45%;
    position: relative;
}
.service-area div h4 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    color: #FFF;
    font-size: clamp(2.5rem, 1.75rem + 2.344vw, 5.5rem);
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
    text-shadow: 3px 4px 2px rgba(0, 0, 0, 0.25);
}
.service-area div p:first-of-type {
    padding: 10px 15px;
    font-size: clamp(1.6rem, 1.55rem + 0.156vw, 1.8rem);
}
/* バナースペース */
.top-banner-space {
    width: min(94%, 1400px);
    margin: 80px auto 0px;
}
.top-banner-space h4 {
    color: var(--primary-color);
    font-size: clamp(2.5rem, 2rem + 1.563vw, 4.5rem);
    position: relative;
    padding-left: 1.6em;
    padding-right: 15px;
    display: inline-block;
    border-radius: 20px 20px 0px 0px;
}
.top-banner-space h4::before {
    content: "";
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    background-image: url("images/logo-mark.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 15px;
}
.haitatu-color {
    background-color: #E1F5C4;
}
.bbqrental-color {
    background-color: #FFE9DB;
}
.top-banner {
    padding: 3% 5% 5%;
}
.top-banner img {
    margin-bottom: 15px;
}
.haitatu-red {
    font-size: clamp(1.7rem, 1.5rem + 0.625vw, 2.5rem);
    color: #FF0000;
    text-align: center;
    padding: 15px 0px;
}
/* NEWS */
.news {
    margin-top: 10%;
    background-color: #E9FFDD;
    padding: 80px 0px;
}
.news-con {
    width: min(94%, 1400px);
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-con img {
    width: 420px;
}
.news-con div {
    width: 60%;
}
.news-con div p a {
    display: block;
    background-color: #FFF;
    border-radius: 50px;
    padding: 20px 30px;
    text-decoration: none;
    color: #333;
    margin-bottom: 15px;
    font-size: clamp(1.5rem, 1.45rem + 0.156vw, 1.7rem);
    transition: all 0.8s;
}
.news-con div p a:hover {
    opacity: 0.5;
}
.news-con div p span {
    margin-right: 5%;
    color: var(--primary-color);
}
/*===========================
  下層ページ PC
==========================*/
/* 下層ページ共通 */
.sub-top-haikei {
    position: relative;
    top: 0;
    width: 100%;
}
.sub-top-haikei img {
    width: 100%;
    height: auto;
}
.sub-midashi {
    background: url('images/flower-haikei03.png'),
        linear-gradient(270.69deg, #FFE7D6 2.24%, #F7FFD9 99.63%);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    padding: 40px 0px;
}
.sub-midashi h3 {
    font-size: clamp(2rem, 1.375rem + 1.953vw, 4.5rem);
    color: var(--primary-color);
    font-weight: 600;
    padding: 10px;
    white-space: nowrap;
}
.sub-midashi p {
    width: min(94%, 750px);
    margin: auto;
    padding: 30px 0px;
}
.title-box {
    width: min(94%, 1000px);
    margin: 60px auto 20px;
    display: flex;
    justify-content: center;
}
.midashi-heading {
    display: flex;
    align-items: center;
    font-size: clamp(3rem, 2.25rem + 2.344vw, 6rem);
    font-weight: 500;
    color: var(--primary-color);
    gap: 5px;
}
.midashi-heading::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url('images/logo-mark.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
}
.layout-box {
    width: min(94%, 1400px);
    margin: 60px auto;
}
/* 下層ページTOPコピー */
.sub-top-copy {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sub-top-copy h2 {
    font-size: clamp(2.5rem, 1.959rem + 1.689vw, 5rem);
    font-weight: 500;
    color: #FFF;
    line-height: 1;
    white-space: nowrap;
}
/* バーベキューセット */
.menu-box {
    width: min(94%, 1400px);
    margin: 80px auto;
    display: flex;
    justify-content: center;
}
.menu-box-left {
    width: 60%;
}
.menu-box img {
    width: 40%;
    height: auto;
    border-radius: 20px;
}
.menu-box-left h4 {
    color: #FFF;
    border-radius: 50px;
    font-size: clamp(2.2rem, 1.75rem + 1.406vw, 4rem);
    font-weight: 600;
    text-align: center;
    width: 300px;
}
.bbq-name {
    background: #E64F21;
}
.soup-name {
    background: var(--primary-color);
}
.menu-box-left h5 {
    font-size: 1.8rem;
    padding: 15px 0px 0px;
    font-weight: 500;
}
.menu-box-left h5 span {
    font-size: 2.2rem;
    color: #E64F21;
    margin-left: 10px;
}
.menu-box-text {
    font-size: 1.6rem;
    color: #E64F21;
}
.menu-box-left ul {
    margin-top: 10px;
    width: 90%;
}
.menu-box-left li {
    font-size: 1.6rem;
    border-bottom: 1px dotted #595757;
    padding: 5px;
    margin-bottom: 10px;
}
.menu-haikei01 {
    background-color: #FFEEEA;
    padding: 10px 0px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}
.menu-haikei02 {
    background-color: #ECF7E6;
    padding: 10px 0px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}
.op-menu {
    width: min(94%, 1400px);
    margin: 20px auto 0px;
    display: flex;
    flex-wrap: wrap;
}
.op-menu dt {
    width: 25%;
    background-color: #D9B73A;
    text-align: center;
    color: #FFF;
    font-size: 1.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    padding: 15px;
}
.op-menu dd {
    width: 75%;
    background-color: #F7F1DD;
    margin-bottom: 10px;
    padding: 15px;
}
/* 汁物 */
.layout-con {
    width: min(94%, 1400px);
    margin: auto;
    background-color: #ECF7E6;
    padding: 30px;
}
/* 贈り物ギフト */
.gift-con01 {
    width: min(94%, 1400px);
    margin: 60px auto 0px;
}
.gift-con01 p {
    font-size: clamp(1.6rem, 1.575rem + 0.078vw, 1.7rem);
    margin: 10px 0px;
}
.gift-con02 {
    background-image: url(images/gift-haikei.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto;
    height: auto;
    padding-bottom: 60px;
    text-align: center;
    margin-top: 60px;
}
.gift-con02 img {
    width: min(94%, 1400px);
    margin: 0px auto 5%;
}
.gift-con03 {
    width: min(94%, 1400px);
    margin: 10% auto 0px;
    display: flex;
    gap: 60px 80px;
}
.gift-left {
    width: 50%;
}
.gift-right {
    width: 50%;
}
.gift-con03 p {
    font-size: clamp(1.6rem, 1.575rem + 0.078vw, 1.7rem);
    margin: 10px 0px;
}
/*===========================
  footer
==========================*/
footer {
    background-image: url(images/footer-haikei.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 50px 0px 10px;
    text-align: center;
    color: #333;
    margin-top: 10%;
}
footer h4 {
    color: #FFF;
    text-align: center;
    font-size: clamp(2rem, 1.5rem + 1.563vw, 4rem);
}
.foot-con {
    width: min(94%, 1400px);
    margin: 30px auto 0px;
    display: flex;
    justify-content: space-between;
}
.foot-link {
    width: min(94%, 1400px);
    margin: 20px auto 0px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 30px 10px 25px;
}
footer p img {
    width: 300px;
    height: auto;
}
footer ul {
    width: min(94%, 1000px);
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
}
footer li {
    font-size: 1.6rem;
}
footer a {
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.8s;
}
footer ul li a:hover {
    color: var(--sub-color);
}
.foot-link p {
    font-size: clamp(1.4rem, 1.35rem + 0.156vw, 1.6rem);
}
footer small {
    padding: 5px 0px 0px;
    display: block;
    color: #FFF;
}
footer small a {
    color: #FFF;
}
/*===========================
メールフォームのスタイル
==========================*/
input,textarea,select {
    /* ress.min.cssでリセットされているのでここで命令 */
    background-color: #f8f8f8;
    border: 1px solid #e2e2e2;
}
.wpcf7 input[type="submit"] {
    font-size: 1.8rem;
    padding: 0.2em 0.4em;
    background: #eee;
    color: #555;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 0 1px rgba(0,0,0,.2);
    border: 1px solid #ccc;
    text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
.wpcf7 input[type="submit"]:hover {
    box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}
span.wpcf7-list-item {/*チェックボックス改行*/
display: block!important;
}
#form {
    width: min(94%, 1000px);
    margin: 15px auto 15px;
    background-color: #FFF;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
}
#form dt {
    font-size: 1.5rem;
    color: #333;
    padding: 10px 10px;
    background-color: #CEE3C0;
}
#form dd {
    font-size: 1.5rem;
    background-color: #FFF;
    padding: 15px 0px 20px 0px;
    max-width: 100%;
}
#form dd p{
    line-height: 170%;
}
.hiss {
    font-size: 1.2rem;
    background-color: #ff677d;
    padding: 2px 5px;
    color: #FFF;
    margin-left: 15px;
}
.mail_box {
    margin: 5px 0px;
    font-size: 1.5rem;
}
.form-width {/* class:form-widthをcontact-form7へ テキストエリアの幅*/
    max-width: 100%;
}
#form p {
    padding: 0px 10px 10px;
}
/*===========================
  ブログページ
==========================*/

/* 記事一覧 */

/*/ _// _// _// _// _// _// _// _// _// _// _/
メディアクエリによる切り替え
/ _// _// _// _// _// _// _// _// _// _// _// _*/
@media only screen and (max-width: 1250px) {
hgroup h1 img {
    width: 140px;
    height: auto;
}
.main-nav {
    gap: 10px 20px;
}
}
@media only screen and (max-width: 1024px) { /* 1024pxとそれ以下 */
.top-haikei-sp {
    display: block;
    position: relative;
    top: 0;
    width: 100%;
}
.top-haikei-sp img {
    width: 100%;
}
/* topイメージ */
.top-header {
    display: none;
}
/* 下層ページ共通 */
.sub-head-haikei {
    display: none;
}
/* TOPコピースマホ */
.top-copy-sp {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.top-copy-sp h2 {
    font-size: clamp(2rem, 1.5rem + 1.563vw, 4rem);
    font-weight: 400;
    color: #FFF;
    line-height: 1.3;
    white-space: nowrap;
}
.top-copy-sp p {
    font-family: "Quicksand", serif;
    font-size: clamp(1.7rem, 1.375rem + 1.016vw, 3rem);
    color: #FFF;
    font-weight: 300;
}
/*===========================
  TOPページ スマホ
==========================*/
/* About私たちのミッション */
.top-about {
    margin: 60px auto 0px;
    display: block;
}
.about-left {
    text-align: center;
}
.about-left img {
    width: 90px;
    height: auto;
    margin: 20px auto;
    display: block;
}
.about-right {
    background-image: url(images/okinawa-map.png);
    background-repeat: no-repeat;
    background-size: 430px;
    background-position: right;
    width: 100%;
    padding: 0px 0px 80px;
}
.about-right h3 {
    text-align: center;
}
/* サービス内容 */
.top-service {
    background-size:
        210px auto,
        210px auto,
        cover;
}
.service-area {
    margin: 40px auto 0px;
}
.service-area div {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}
.service-area div h4 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -30%);
}
/* バナースペース */
.top-banner-space h4 {
    padding-left: 1.8em;
}
/* NEWS */
.news {
    margin-top: 80px;
    padding: 40px 0px;
}
.news-con {
    display: block;
    text-align: center;
}
.news-con img {
    width: 170px;
    margin-bottom: 30px;
}
.news-con div {
    width: 100%;
    text-align: left;
}
/*===========================
  下層ページ スマホ
==========================*/
/* 下層ページ共通 */
.sub-haikei-sp {
    display: block;
    position: relative;
    top: 0;
    width: 100%;
}
.sub-haikei-sp img {
    width: 100%;
}
.midashi-heading::before {
    width: 30px;
    height: 30px;
}
/* TOPコピー */
.sub-top-copy-sp {
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sub-top-copy-sp h2 {
    font-size: 2rem;
    font-weight: 500;
    color: #FFF;
    white-space: nowrap;
}
/* バーベキューセットスマホ */
.menu-box {
    width: min(94%, 1400px);
    margin: 60px auto;
    display: block;
}
.menu-box-left {
    width: 100%;
}
.menu-box img {
    width: 100%;
    margin-top: 10px;
}
.menu-box-left h4 {
    text-align: center;
    width: 100%;
}
.menu-box-left h5 {
    text-align: center;
}
.menu-box-text {
    text-align: center;
}
.menu-box-left ul {
    margin-top: 15px;
    width: 100%;
}
.menu-box-left li {
    font-size: 1.5rem;
}
.menu-haikei01 {
    padding: 10px 0px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}
/* 贈り物ギフトスマホ */
.gift-con02 {
    padding-bottom: 60px;
    text-align: center;
    margin-top: 40px;
}
.gift-con03 {
    margin: 80px auto 0px;
    display: flex;
    flex-direction: column;
    gap: 40px 0px;
}
.gift-left {
    width: 100%;
}
.gift-right {
    width: 100%;
}
/*===========================
  footer スマホ
==========================*/
footer {
    padding: 30px 0px 5px;
}
.foot-con {
    width: 96%;
    margin: 20px auto 0px;
    display: flex;
    justify-content: space-between;
}
footer p img {
    width: 180px;
    height: auto;
}
footer ul {
    margin: 20px auto;
    display: block;
}
footer li {
    margin-bottom: 10px;
}
/*===========================
  ブログ スマホ
==========================*/

/*===========================
  トップスライドインナビゲーション
==========================*/
.menu-trigger,
.menu-trigger span{
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
    align-items: flex-start;
}
.menu-trigger {
    position: relative;
    width: 85px;
    height: 70px;
    background: var(--primary-color);
    z-index: 35;
    float: right;
}
.menu-trigger span {
    position: absolute;
    background: #FFF;
    width: 30px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
}
.menu-trigger span:nth-of-type(1){
    top: 25px;
}
.menu-trigger span:nth-of-type(2){
    top: 0;
    bottom: 0;
}
.menu-trigger span:nth-of-type(3){
    bottom: 25px;
}
.menu-trigger span:nth-of-type(4){
    color: #FFF;
    font-size: 1rem;
    bottom: 22px;
    min-width: 60px;
    background: none;
    text-align: center;
}
.menu-trigger.active span:nth-of-type(1){
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2){
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3){
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(4){
    opacity: 0;
}
.g-nav {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100vh; /* 高さを画面全体に調整 */
    overflow-y: auto; /* 縦スクロールを許可 */
    z-index: 25;
    padding-top: 10px;
}
.tate-scroll {/* 縦スクロールをできるように */
    overflow-y: auto; /* スクロール可能にする */
    -webkit-overflow-scrolling: touch; /* 慣性スクロールを有効に */
}
.g-nav .list .item a{
    display: block;
    text-align: center;
    text-decoration: none;
    color: #333;
    padding: 5px 0;
    width: 100%; /* 幅を100%に設定 */
}
.list {
	margin-top: 50px;
    width: 100%; /* 幅を100%に設定 */
}
.list li {
	width: 90%;
	margin: 5px auto;
	border-bottom: 1px solid #D5D5D5;
	font-size: 1.5rem;
    padding: 10px 0px;
    text-align: center;
}
.list li:nth-of-type(n+2) {/*ボーダー重ならないように*/
    border-left: none;
    border-top: none;
}
#s_navi:after {
	content: "";
	display: block;
	clear: both;
}
#s_navi {
    display: block;
    position: static;
    top: 0px;
    width: 100%;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.8);
    top: 0;
}
.sp-head {
    display: flex;
    align-items: center;
}
.sp-logo {
    z-index: 50;
    width: 140px;
    height: auto;
    padding: 12px 0px 10px 3%;
}
.sp-head p {
    font-size: clamp(1.3rem, 1.235rem + 0.203vw, 1.6rem);
}
/*===========================
メールフォームのスタイル
==========================*/
#form {
    padding: 30px 15px;
}
.form-width {/* class:form-widthをcontact-form7へ テキストエリアの幅*/
    max-width: 100%;
}
textarea,input {
    max-width: 100%;
}
.w-700 {
    width: auto;
    margin: auto;
}
}

@media only screen and (max-width: 767px) {
.service-area div h4 {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
}
}
