/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */
/* Webフォント：Noto Sans JP */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
 
body {
     font-family: 'Noto Sans JP', sans-serif;
     font-size: 100%;
     letter-spacing: 0.1em;
}
/*強調*/
.pointup{
 font-size: 1.2em;
 color: #00ae95;
}
/*強調レッド*/
.pointup-red{
 font-weight: 700;
 color: #B00000;
}
/*動くマーカー*/
.sc_marker-animation {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, rgb(255, 206, 219)))!important;
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255, 206, 219) 50%)!important;
}

/*テキスト中央*/
.center{
 text-align: center;
 display: block;
}
/*recaptcha非表示*/
.grecaptcha-badge {
  visibility: hidden;
}
.content h2, h2 {
    margin: .5em 0 1em;
}
.content h3, h3 {
    padding: .0em 1em;
}
.page_title {
    border-bottom: 0px solid #00ae95;
    background: #fff;
    color: #00ae95;
    text-align: center;
    font-weight: 700;
}
/* MENUナビゲーション  */
.col_nav{
width: 100%;
display: flex;
display: -ms-flexbox; /* IE10 */
flex-wrap: wrap;
-ms-flex-wrap: wrap; /* IE10 */
justify-content: center;
}
.colum_3{
width: 12.5%;
text-align: center;
font-size: 12px;
background: #191919;
border-right: solid 1px #fff;
border-bottom: solid 1px #fff;
}
.colum_3 > div{
position: relative;
overflow: hidden
}
.colum_3 > a {
  color: #fff;
  display: block;
  font-size: 12px;
  text-decoration: none;
  padding: 10px 0;
  transition: 0.5s;/* 変化にかかる時間 */
}
.colum_3 a:hover {
  color: #191919;
  border-top: solid 1px #B01515;
  background-color: #E5E5E5;
}
.col3-takeout{
  display: grid;
    grid-template-columns: 1fr 1fr 20px;
    grid-gap: 5px;
    margin: 20px auto;
    width: 70%;
}
.col3-takeout >div > img{
padding-top: 4px;
}
.col3-box {
 display: grid;
 grid-template-columns: 1fr 1fr 1fr;
 grid-gap: 15px;
 margin: 10px auto;
}
.colum4{
  display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    margin: 20px auto;
}
.colum2{
  display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    margin: 20px auto;
    width: 70%;
}
.col2-82{
  display: grid;
    grid-template-columns: 80% 20%;
    grid-gap: 15px;
    margin: 20px auto;
    width: 100%;
}
.col2-19{
  display: grid;
    grid-template-columns: 25px 1fr;
    grid-template-rows: repeat(12, 30px);
    grid-gap: 5px;
    margin: 20px auto;
    width: 100%;
    font-size: 13px;
}
.col2-sche{
  display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 30px 10px;
    margin: 20px auto;
    width: 100%;
}
.colum2-top{
  display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    margin: 20px auto;
    width: 90%;
}
.colum2-top h2{
  color: #af445d;
  font-size: 24px!important;
  border-bottom: 2px solid #af445d;
  margin: 10px 0 !important;
}
.colum2-top h3{
  color: #333333;
  font-size: 20px !important;
  border-left: 5px solid #af445d;
  margin: 10px 0 !important;
  line-height: 10px;
  padding: 15px 10px !important;
}
.title-h2{
  display: block;
  color: #af445d;
  font-size: 24px!important;
  border-bottom: 2px solid #af445d;
  margin: 10px auto !important;
  width: 90%;
}
.btn-theme-primary-outline {
  background-color: #af445d;
  background-image: none;
  border:1px solid #af445d;
  color: #FFF;
  font-size: 15px;
  padding: 10px;
}
.btn-theme-primary-outline:hover {
  color: #af445d;
  background-color: transparent;
  border-color: #af445d;
  font-weight: bold;
}
/*woocommerce関連 */
.woocommerce-loop-product__title{
  font-size: .9em!important;
}
/*ボタンボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-push,
a.btn-push,
button.btn-push {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: block;
  padding: 1rem 4rem!important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin: 30px auto;
  width: 300px !important;
}
a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #af445d;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.wpcf7-form .mousikomi select {
            display: inline;
            90px:!important;
            height: 30px;
            margin: 0px 5px 15px 8px;
            padding: 4px;
}
.wpcf7-form  .mousikomi select[name="menu-time"], .wpcf7-form  .mousikomi select[name="menu-time2"], .wpcf7-form  .mousikomi select[name="menu-time3"] {
            width: 88px;
 }
.wpcf7-list-item-label {
            margin-left:5px;
}
 .wpcf7-radio span.wpcf7-list-item {
            display: block;
}
#mail_submit2 {
            background: #014959;
            color: #ffffff;
            font-size: 16px;
            font-weight: normal;
            margin: 20px auto;
            padding: 9px 18px;
            text-decoration: none;
transition: background-color .5s;
}
#mail_submit2:hover {
            background: #00ae95;
}

.sankou {
          font-size:70%;
          background-color:#F57C00;
          color:#fff;
          padding:3px 4px;
          margin:0 5px;
          white-space: nowrap;
}
.sankou.blue { background-color:#2196F3; }
.mousikomi { margin-top:20px; }
.wpcf7-previous {
    background: #ccc;
    color: #333;
}
/*BOX左上にずらした背景色ありタイトル*/
.box5-4{
	padding:3em 2em 2em; /* ボックス内側余白 */
	position:relative; /* 配置(ここを基準に)*/
	border: 1px solid #b3af54;/* ボックスの線 (太さ・種類・色)*/
}
.box5-4 .box-title {
	background-color:#b3af54; /* タイトル背景色 */
	font-size: 1em;/* タイトル文字の大きさ */
	color: #fff ; /* タイトル文字色 */
	padding: 7px 12px;/*タイトルの余白*/
	line-height: 1;/*タイトルの行の高さ*/
	position:absolute;/* 配置(ここを動かす) */
	top: -10px; /*上からの距離*/
	left: 20px; /*左からの距離*/
}
.box5-4 p{
	margin: 0rem !important;
}

/* Table Press */
/* テーブルのオプションに入力し、改行を防止する */
.tablepress thead th,
.tablepress td {
  white-space: nowrap;
}
/* すべてのセルに枠線を付加する */
.tablepress thead th,
.tablepress tbody td,
.tablepress tfoot th{
font-size: .9em;
border: 1px solid #797979 !important;
padding-left: 10px;
}
.tablepress thead th{
background: #014959!important;
color: #fff;
}

.tablepress { width: 768px; }
/*テーブル*/
.tbl-r02 th {
  white-space: nowrap;
  background: #014959;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
  font-size: .9em;
}
.tbl-r02 td {
  font-size: .9em;
　border: solid 1px #ccc;
  padding: 10px;
}
/* テーブル */
.yoyaku {
            background:#00ae95;
            color: #fff;
            font-size: 15px;
            width: 30%;
            vertical-align: middle;
}
.mousikomi td {
            padding-left: 10px;
            vertical-align: middle;
}
table .mousikomi { width: 100%;}
.mousikomi td p{
            margin-bottom: 0px!important;
}
/* エラーメッセージを非表示 */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  display: none !important;
  color: red;
  font-weight: 600;
}
div.wpcf7-response-output {
    display: none;
}
/*エラーメッセージ背景*/
/*
.wpcf7-form-control {/*エラー有り*/
  border: 1px solid #d0d5d8;
  background: rgba(255,0,0,.1);
  padding: 11px 15px;
}
*/

.wpcf7-form-control:only-child {/*エラーなし*/
  border-color: rgba(56, 51, 49, .3)!important;
  background: #fff;
}
/*バリデーションカスタム*/
.formError .formErrorContent {
  border: none;
  box-shadow: none;
}
.formError .formErrorArrow div {
  border-left: none;
  border-right: none;
  box-shadow: none;
}
.br-sp {
    display: none !important;
}
@media only screen and (max-width:420px){
            .mousikomi tbody tr{
                display: block;
                border: none;
                margin-bottom: 0.8em;
            }
            .mousikomi tbody td{
                display: block;
                border: none;
                padding: 10px;
            }
            .wpcf7-textarea {width: 100%; }
            .mousikomi table tr td,
            .mousikomi {border: none; }
            .mousikomi td { width: auto;}
}
/*テーブル*/
.tbl-r02 th {
  white-space: nowrap;
  background: #00ae95;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
  font-size: .9em;
}
.tbl-r02 td {
  font-size: .9em;
　border: solid 1px #ccc;
  padding: 10px;
}

/*ボックスデザイン*/
.box-design1 {
  background: rgba(0, 245, 197, 0.015);
  margin: 20px auto;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 1px 5px 5px 0px rgba(1, 73, 89, 0.5);
  transition: all 0.5s 0s ease;
}
.box-design1>a>div>img{
border-radius: 10px;
}
/*woocommerce*/
.woocommerce div.product form.cart .button {
    background: #B00000;
}
.product_meta {
    display: none;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #014959;
    font-size: 1.5em !important;
}
.price {
    color: #014959;
    font-weight: 700 !important;
    font-size: 0.9em !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    font-size: 1.0em !important;
    color:#014959!important;
}
.woocommerce ul.products li.product .button {
    font-size: .7em;
    color: #fff;
    background: #B00000;
}
@media screen and (max-width: 560px){
  .col3-box {
 grid-template-columns: 1fr;
 grid-gap: 15px;
 margin: 10px auto;
}
.content h3, h3 {
    margin: .5em 0 .8em;
}
.sp {
    width: 100%!important;
}
.br-pc {
        display: none !important;
    }
.br-sp {
        display: block !important;
    }
.img-pc { display: none !important; }/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
.img-sp { display: block !important; margin: auto;}/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
.col_3 > div{
width: 33.33333%!important;
}
.colum4{
    grid-template-columns: 1fr 1fr!important;
}
.colum2{
    width: 100%!important;
    grid-template-columns: 1fr;

}
.colum2-top{
    grid-template-columns: 1fr;
    grid-gap: 5px;
}
.col2-19{
    grid-template-rows: repeat(12, 40px);
    margin-bottom: 0px;
}
.col2-19-lh{
  line-height: 18px;
}
.col2-82{
    width: 100%!important;
}
.colum_3{
    width: 100%!important;
}
.col3-takeout{
    width: 100%!important;
}
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

}
