/*
 Theme Name:   neve-child
 Template:   neve
*/

@import url("newsList.css");  



/* 共通
---------------------------------------------------- */

/* スムーススクロール */
html {
  scroll-behavior: smooth;
}


/* ヘッダーＴＥＬ */
.header-info .copy {
	font-size: 12px;
	font-weight: 600;	
}
.header-info .tel {
	font-size: 24px;
	color: #eb6100;
	font-weight: 600;	
}
.header-info .tel .fas {
	font-size: 30px;
	padding-right: 5px;
}
.header-info .time {
	font-size: 14px;
	font-weight: 600;	
}

/* フッターコピーライト消し */
.footer--row .footer--row-inner .container .hfg-grid-top {
  margin-bottom: 0 !important;
}
.footer-bottom {
  display: none;
}
.footer--row ul li {
  list-style: none;
}


/* ページタイトル下のマージン */
.nv-page-title-wrap.nv-big-title .nv-page-title {
	margin-bottom: 50px !important;
}

/* コンテンツとフッターのマージン */
.neve-main {
	margin-bottom: 70px;
}
/* 画像ホーバー */
a img {
  opacity: 1;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.7;
}

.blog-sidebar .widget {
	padding-bottom: 20px !important;
	margin-bottom: 20px !important;
}
/*.site-footer .widget {
	padding-bottom: 20px !important;
	margin-bottom: 20px !important;
}*/


/* 見出し装飾 */
.mida-h2 h2 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #df5a76;/*左線*/
}

.mida-h2-2 h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
.mida-h2-2 h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #df5a76;
  border-radius: 2px;
}
.heading-7 {
    /*display: inline-block;*/
    position: relative;
}

.heading-7:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #df5a76;
}


/* Pマージンボトム0 */
.p-zero p {
  margin-bottom: 0 !important;
}



/* ボックスFULLサイズ */
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
body {
    overflow-x: hidden;
}


/* フッターウィジェット　マージン */
.footer--row .footer--row-inner .container .hfg-grid-top {
	align-items: baseline !important;
	margin-bottom: 50px;
}
.footer--row .footer--row-inner .container .hfg-grid-top .widget {
	padding-bottom: 0;
	margin-bottom: 10px;
}


/* ボックスオンオフ */
.pc-box {
    display: inline;
}
.sp-box {
    display: none;
}
@media screen and (max-width: 768px) {
.pc-box {
    display: none;
}
.sp-box {
    display: inline;
}
}


/* 改行オンオフ */
.br-off {
    display: none;
}
.br-on {
    display: block;
}
@media screen and (max-width: 767px) {
.br-off {
    display: block;
}
.br-on {
    display: none;
}
}


/* リストマーカー内側 */
.li-indent ul {
  list-style-position: inside !important;
}
.li-indent ul li {
  text-indent: -1em;
  padding-left: 1em;
}


/* 文字マーカー */
.marker {
  background: linear-gradient(transparent 60%, #ffff00 0%);
  font-weight: bold;
}



.s-clearfix:after {  
    content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0;  
    clear: both;
}
.s-clearfix {
	display: inline-block;
}
/* Hides form IE-mac \*/
* html .s-clearfix {height: 1%;}
.s-clearfix {display: block;}
/* End hide from IE-mac */



/* トップ
---------------------------------------------------- */



/* 配達専用注文フォーム　画像
---------------------------------------------------- */
.delivery-menu-box p {
  margin-bottom: 70px !important;
}

.delivery-menu-box .wpcf7-list-item {
  margin: 0;
}
.delivery-menu-box .wpcf7-list-item-label {
  align-items: center;
  cursor: pointer;
  display: flex;
}
/* デフォルトのボタン */
.delivery-menu-box input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
/* チェック前のボタン */
.delivery-oder01 .wpcf7-list-item .wpcf7-list-item-label::before,
.delivery-oder02 .wpcf7-list-item .wpcf7-list-item-label::before,
.delivery-oder03 .wpcf7-list-item .wpcf7-list-item-label::before,
.delivery-oder04 .wpcf7-list-item .wpcf7-list-item-label::before,
.delivery-oder05 .wpcf7-list-item .wpcf7-list-item-label::before,
.delivery-oder06 .wpcf7-list-item .wpcf7-list-item-label::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 300px;
  width: 400px;
}
/* 1つ目のボタン */
.delivery-oder01 .wpcf7-list-item .wpcf7-list-item-label::before {
  background-image: url(https://saihouji-sasebo.or.jp/teramoto/wp-content/uploads/2025/11/order_img01.jpg);
}
.delivery-oder02 .wpcf7-list-item .wpcf7-list-item-label::before {
  background-image: url(https://saihouji-sasebo.or.jp/teramoto/wp-content/uploads/2025/11/order_img02.jpg);
}
.delivery-oder03 .wpcf7-list-item .wpcf7-list-item-label::before {
  background-image: url(https://saihouji-sasebo.or.jp/teramoto/wp-content/uploads/2025/11/order_img03.jpg);
}
.delivery-oder04 .wpcf7-list-item .wpcf7-list-item-label::before {
  background-image: url(https://saihouji-sasebo.or.jp/teramoto/wp-content/uploads/2025/11/order_img04.jpg);
}
.delivery-oder05 .wpcf7-list-item .wpcf7-list-item-label::before {
  background-image: url(https://saihouji-sasebo.or.jp/teramoto/wp-content/uploads/2025/11/order_img05.jpg);
}
.delivery-oder06 .wpcf7-list-item .wpcf7-list-item-label::before {
  background-image: url(https://saihouji-sasebo.or.jp/teramoto/wp-content/uploads/2025/11/order_img06.jpg);
}
/* チェック後のボタン */
.delivery-menu-box input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  /*filter: drop-shadow(0px 0px 10px rgba(0,0,0,.7));*/
  border: 5px solid #ffea00;
}

.wpcf7-form-control-wrap {
  margin-bottom: 0;
}
.wpcf7-form-control-wrap select {
  width: auto !important;
}
.delivery-menu-box {
  float: left;
  margin: 0 25px;
}
.wpcf7-list-item-label {
  font-size: 0;
}

.delivery-menu-box input[type="text"] {
  display: inline-block;
  width: 6em;
  max-width: 100%;
  padding: 0.5em;
  box-sizing: border-box;
  margin: 0.5em 0;
}

/*
span.wpcf7-list-item.first input[type=radio],
span.wpcf7-list-item.last input[type=radio] {
  display: none;
}
span.wpcf7-list-item.last span {
  display: none;
}
*/


/* 画像付きチェックボックスやめる */
.delivery-img-box div {
  float: left;
  display: inline;
  margin-right: 20px;
  margin-bottom: 50px;
}
.delivery-img-box p {
  margin-bottom: 5px;
  font-weight: 600;
}
.delivery-img-box img {
  width: 300px;
}
.delivery-menu-box2 input[type="text"] {
  display: inline-block;
  width: 6em;
  max-width: 100%;
  padding: 0.5em;
  box-sizing: border-box;
  margin: 0.5em 0;
}
.delivery-menu-box2 .kazu-box {
  margin-left: 20px;
}




@media screen and (max-width: 599px) {

/* チェック前のボタン */
.delivery-oder01 .wpcf7-list-item .wpcf7-list-item-label::before,
.delivery-oder02 .wpcf7-list-item .wpcf7-list-item-label::before,
.delivery-oder03 .wpcf7-list-item .wpcf7-list-item-label::before,
.delivery-oder04 .wpcf7-list-item .wpcf7-list-item-label::before,
.delivery-oder05 .wpcf7-list-item .wpcf7-list-item-label::before,
.delivery-oder06 .wpcf7-list-item .wpcf7-list-item-label::before {
  height: 248px;
  width: 330px;
}

.delivery-menu-box {
  float: none;
  margin: 0 10px;
}


/* 画像付きチェックボックスやめる */
.delivery-menu-box2 .kazu-box {
  display: block;
  margin-left: 0px;

}


}




/* テーブル
---------------------------------------------------- */
table.type3 {
	border: none;
}
table.type3 caption {
	text-align: right !important;
}
table.type3 tr th {
  background-color: #f5f5f5;
}
table.type3 tr th,
table.type3 tr td {
  padding: 20px 10px;
  /*border-top: none !important;*/
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #ccc !important;
  text-align: left;
}
table.type3 img {
  width: 50%;
}

table.type4 {
	border: none;
}
table.type4 caption {
	text-align: right !important;
}
table.type4 tr th,
table.type4 tr td {
  padding: 20px 10px;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #ccc !important;
  text-align: left;
}
@media screen and (max-width: 767px) {
table.type4 tr th,
table.type4 tr td {
  padding: 20px 0px;
  text-align: left;
}
}
@media screen and (max-width: 599px) {
table.type3 tr th,
table.type3 tr td {
    display: block;
}
table.type3 img {
  width: 100%;
}

}


/* 送信フォーム
---------------------------------------------------- */
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
-webkit-appearance: none;
border-radius: 0;
}

.required {
    background-color: #db3936;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 2px 5px;
    margin-left: 8px;
    font-size: 12px !important;
    color: #fff !important;
}
input, textarea, select {
    max-width: 100% !important;
    width: auto;
}


select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    background-color: #fafafa;
    border: 1px solid #dbdbdb;
    height: 50px;
    padding: 4px 20px;
    margin-top: 5px;
    margin-bottom: 30px;
}
textarea {
	margin-bottom: 30px !important;
}
input[type=checkbox] {
	margin-right: 5px;
}
input[type=radio] {
	margin-right: 5px;
}
.wpcf7-submit {
	background-color: #df5a76 !important;
	padding: 0 50px !important;
	font-weight: 600 !important;
	font-size: 18px !important;
	height: 4rem !important;
	color: #fff;
	cursor: pointer;
	cursor: hand;
}
.form-mida {
	font-size: 16px;
	font-weight: 700;
}
label {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
textarea {
    width: 100%;
    height: 200px;
    padding: 15px 20px;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-top: -25px !important;
}

.wpcf7-turnstile.cf-turnstile {
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    width: 100%;
}
}




/* モバイル
---------------------------------------------------- */
@media screen and (max-width: 780px) {




}


@media screen and (max-width: 599px) {
table.type3 tr th, table.type3 tr td {
    display: block;
}


}

