/*
Theme Name:		 Shiosai 2.0
Theme URI:		 http://childtheme-generator.com/
Description:	 Shiosai is a child theme of WP Bootstrap Starter, created by ChildTheme-Generator.com
Author:			 Tsutomu Ishida
Author URI:		 http://childtheme-generator.com/
Template:		 wp-bootstrap-starter
Version:		 1.4.0
Text Domain:	 kayo-corporation
*/


/*
    Add your custom styles here
*/

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');

@font-face{
	font-family: '07LogoTypeGothic7';
	src: url('fonts/07LogoTypeGothic7.woff') format('woff'), /* モダンブラウザ用 */
		 url('fonts/07LogoTypeGothic7.ttf') format('truetype'); /* iOS, Android用 */
	font-weight: 400;
	font-style: normal;
}
@font-face{
	font-family: 'JennaSue';
	src: url('fonts/JennaSue.woff') format('woff'), /* モダンブラウザ用 */
		 url('fonts/JennaSue.ttf') format('truetype'); /* iOS, Android用 */
	font-weight: 400;
	font-style: normal;
}



body {
	font-family: '07LogoTypeGothic7';
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #40220F;

	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-print-color-adjust: exact;
	letter-spacing: 0.04em;
	word-break: break-word;

	@media only screen and(-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

}

a {color: #40220F;}
a:hover {color: #444; text-decoration: none; }
a:active {text-decoration: none; opacity: 0.5; }

*:focus {
	outline: none;
}
input, input:focus,
textarea, textarea:focus,
select, select:focus {
    outline: none !important;
    box-shadow: none !important;
}
button.close:focus,
.flavour-button, .flavour-button:focus,
.button.focus, .button:focus,
.btn.focus, .btn:focus,
.btn-primary.focus, .btn-primary:focus {
    outline: none !important;
    box-shadow: none !important;
}

.wp-block-image {
	margin-bottom: 35px;
}

h3 {
	font-size: 16px;
	font-weight: 400;
	color: #004184;
	margin: 30px 0 10px;
	-webkit-font-smoothing: antialiased;
}

.small {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 10px;
	color: #141414;
}

.small2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 10px;
	text-align:above right;
	float: right;
	color: #141414;
}


img {
	-webkit-backface-visibility: hidden;
}


/*//////////////////////////////////////////////
    BOOTSTRAP
//////////////////////////////////////////////*/

.gutter-30 {
  margin-right: -30px;
  margin-left: -30px;
}
.gutter-30 > .col,
.gutter-30 > [class*="col-"] {
   padding-right: 30px;
   padding-left: 30px;
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
}

.fade {
    transition: opacity .45s ease-out;
}

@media (max-width: 991px) {
	.gutter-30 {
	  margin-right: -15px;
	  margin-left: -15px;
	}
	.gutter-30 > .col,
	.gutter-30 > [class*="col-"] {
	   padding-right: 15px;
	   padding-left: 15px;
	}
}
@media (max-width: 575px) {
	.row {
	}
}

/*//////////////////////////////////////////////
    CONTENT
//////////////////////////////////////////////*/
.object-fit-img {
	object-fit: cover;
	object-position: center;
	font-family: 'Noto Sans JP', sans-serif;
}
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
.circumstance .fadein {
  transform: translateY(20px);
}
.soil .fadein {
  transform: translateY(50px);
}
.method .fadein {
  transform: translateY(80px);
}
img {
    white-space: pre;
}

/*//////////////////////////////////////////////
    HEADER
//////////////////////////////////////////////*/
header#masthead {
	position: fixed;
	width: 100%;
    background-color: rgba(0,0,0,0);
	box-shadow: none;
	z-index: 100;
	-webkit-transition-duration: 0.75s;
	padding: 0;
}
header#masthead.sticky-top {
	background-color: #fff;
	color: #5D5958;
	box-shadow: 0 0.5rem 0.8rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
	-webkit-transition-duration: 0.75s;
	height: 50px;
	transition: 0.5s;
}
img.top-logo-middle {
    display: block;
    position: absolute;
	width: 126px;
	height: auto;;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
	z-index: 50;
}
header#masthead.sticky-top .navbar-brand {
	position: absolute;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
}
header#masthead.sticky-top .navbar-brand a:hover {
	opacity: 1;
}
header#masthead #main-nav {
	margin-top: 210px;
}
header#masthead.sticky-top #main-nav {
	margin-top: 0;
    -ms-flex-pack: flex-end !important;
    justify-content: flex-end !important;
	margin-right: 180px;
}
header#masthead .sns-buttons {
    position: absolute;
    top: 20px;
    right: 20px;
	line-height: 1;
}
header#masthead .sns-buttons a {
	padding: 0;
	margin: 0 0 0 20px;
	font-size: 18px;
	color: #40220F;
	line-height: 1;
	transition: 0.5s;
}
header#masthead .sns-buttons a img {
	margin-top: -4px;
	transition: 0.5s;
}
header#masthead.sticky-top .sns-buttons {
	display: none !important;
}
header#masthead .shoplink-button {
	opacity: 0;
	transition: 0.5s;
}
header#masthead.sticky-top .shoplink-button {
	position: absolute;
	display: block;
	width: 160px;
	height: 50px;
	top: 0;
	right: 0;
	opacity: 1;
}
header#masthead.sticky-top .shoplink-button .inner {
	position: relative;
	height: 50px;
	width: 160px;
}
header#masthead .shoplink-button .inner img {
	display: none;
	opacity: 0;
}
header#masthead.sticky-top .shoplink-button .inner img {
	position: absolute;
	display: block;
	opacity: 1;
}
header#masthead.sticky-top a.mouseover-2 {
	display: block;
	height: 50px;
}
header#masthead.sticky-top a.mouseover-2 img.shoplink-off {
	opacity: 1;
	transition: 0.5s;
}

@media (min-width: 992px) {
	header#masthead.sticky-top .navbar-brand {
    	top: 0;
		left: 25px;
	}
	header#masthead .navbar-brand .top-logo {
		opacity: 0;
		transition: 0.5s;
	}
	header#masthead.sticky-top .navbar-brand .top-logo {
		height: 152px;
		width: 152px;
		background-image: url(images/logo-shiosai-round@2x.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		opacity: 1;
	}
	header#masthead .sns-buttons a:hover,
	header#masthead .sns-buttons a:hover img {
		opacity: 0.5;
	}
	header#masthead.sticky-top a.mouseover-2:hover img.shoplink-off {
		opacity: 0;
		transition: 0.5s;
	}
	header#masthead.sticky-top a.mouseover-2:hover img.shoplink-on {
		opacity: 1;
		transition: 0.5s;
	}

}

@media (max-width: 991px) {
	header#masthead.sticky-top .navbar-brand {
    	top: 11px;
		left: 50px;
	}
	header#masthead .navbar-brand .top-logo-2 {
		opacity: 0;
		transition: 0.5s;
	}
	header#masthead.sticky-top .navbar-brand .top-logo-2 {
		height: 26px;
		width: 120px;
		background-image: url("images/shiosai-logo-sm.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto;
		opacity: 1;
	}
	header#masthead .sns-buttons a:active,
	header#masthead .sns-buttons a:active img {
		opacity: 0.5;
	}
	header#masthead.sticky-top a.mouseover-2:hover img.shoplink-off {
		opacity: 1
	}
	header#masthead.sticky-top a.mouseover-2:active img.shoplink-off {
		opacity: 0
	}
}

@media (max-width: 767px) {
	img.top-logo-middle {
    	display: block;
	}
}

@media (max-width: 575px) {
	img.top-logo-middle {
		width: 100px;
	    top: 55px;
	}
}


/*//////////////////////////////////////////////
    FOOTER
//////////////////////////////////////////////*/
footer#colophon {
	height: 270px;
	background-color: transparent !important;
	background-image: url(images/bottom_background_v2.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
footer#colophon a .logo-bottom {
	margin: 60px 0 35px;
	opacity: 1;
	transition: 0.5s;
}
.site-info,
.site-info a {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	color: #3B4043;
	transition: 0.5s;
}
.site-info a:hover {
	opacity: 0.5;
}
a.go-top {
	position: fixed;
	display: none;
	bottom: 84px;
	right: 8px;
    padding: 1px 0;
	width: 30px;
	height: 30px;
	border-radius: 2px;
	background-color: #D54B92;
	opacity: 0.5;
	transition: 0.5s;
	z-index: 10;
}
a.go-top.block {
	display: block;
    text-align: center;
}
a.go-top:hover {
	opacity: 1;
}

@media (min-width: 992px) {
	footer#colophon a:hover .logo-bottom {
		opacity: 0.5;
	}
}
@media (max-width: 991px) {
	footer#colophon a:active .logo-bottom {
		opacity: 0.5;
	}
}









/*//////////////////////////////////////////////
    MENU
//////////////////////////////////////////////*/
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
	color: #40220F !important;
	padding: 12px 0 12px 15px;
	margin-left: 0px;
	font-family: '07LogoTypeGothic7';
	font-size: 16px;
	font-weight: 400 !important;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
	background-position: left;
	background-repeat: no-repeat;
	opacity: 1;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a img {
	width: 20px;
	margin: -3px 5px 0 0;
	opacity: 0;
	transition: 0.5s;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover img {
	opacity: 1;
}
body:not(.theme-preset-active) #masthead.sticky-top .navbar-nav > li > a {
	color: #5D5958 !important;
}
#masthead .navbar-brand {
	padding: 0;
	transition: 0.5s;
}
#masthead #nav-toggle {
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
	width: 50px;
    cursor: pointer;
	transition: 0.5s;
}
#masthead.sticky-top #nav-toggle {
    top: 0;
}
#nav-toggle > div {
    position: relative;
    width: 6px;
	height: 26px;
	transition: 0.5s;
}
#nav-toggle > div span {
    width: 6px;
    height: 6px;
	border-radius: 3px;
    left: 0;
    display: block;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
}
#nav-toggle > div span:nth-child(1) {
      top: 0;
    }
#nav-toggle > div span:nth-child(2) {
      top: 10px;
    }
#nav-toggle > div span:nth-child(3) {
      top: 20px;
    }
#masthead #nav-toggle > div span {
    background: #40220F;
}
#masthead.sticky-top #nav-toggle > div span {
    background: #40220F;
}
.open #masthead #nav-toggle > div span {
    background: #40220F !important;
	opacity: 0.5;
}

/* z-index */
#nav-toggle {
    z-index: 1000;
}
#nav-sm {
    background-color: rgba(255,255,255,0.90);
    color: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
}
.open #nav-sm {
    visibility: visible;
    opacity: 1;
}
#nav-sm ul {
	list-style: none;
	padding: 0;
}
#nav-sm ul li a {
	font-family: '07LogoTypeGothic7';
	font-size: 25px;
	color: #5D5958;
	margin: 20px 0;
	padding: 0 40px;
}
#nav-sm ul li a:hover {
	background-image: url("images/img-flower.png");
	background-position: left center;
	background-repeat: no-repeat;
	opacity: 1;
}
#nav-sm .sns-buttons a {
	color: #5D5958;
	font-size: 2rem;
}
#nav-sm .sns-buttons img {
	margin: 0 8px;
}
#nav-sm img.close-nav {
	margin-top: 20px;
}
#nav-sm img.close-nav:hover {
	cursor: pointer;
}

/*//////////////////////////////////////////////
    SLIDER
//////////////////////////////////////////////*/

.slides {
	max-width: 100%; margin: 0;
}
.slides .slide {
	width: 100%;
	height: 100vh;
	background-position: center;
	background-size: cover;
}
.slides {
    display: none;
}
.slides.slick-initialized {
    display: block;
}

@media (orientation: portrait) {
	.portrait {
		display: block !important;
	}
	.landscape {
		display: none !important;
	}
}

@media (orientation: landscape) {
	.portrait {
		display: none !important;
	}
	.landscape {
		display: block !important;
	}
}


/*//////////////////////////////////////////////
    LOADER
//////////////////////////////////////////////*/

#loader {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 200;
}
#loader .loader-slide {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;

}
#loader .loader-slide img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 124px;
	height: 144px;
}
#loader .loader-slide.open {
	animation-name: fade;
	animation-fill-mode: forwards;
	animation-duration: 0.5s;
	animation-delay: 0.5s;
}
@keyframes fade {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}


/*//////////////////////////////////////////////
    FRONT PAGE
//////////////////////////////////////////////*/

#page.site {
}

section.jumbotron {
	padding: 0;
	margin-bottom: 0;
}
#content.site-content {
	padding-top: 0px;
	padding-bottom: 0px;
}
section.contents-1 {
	padding: 40px 0;
}
.contents-1 {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.contents-1 h2 {
	font-family: '07LogoTypeGothic7';
	font-size: 30px;
	font-weight: 400;
	color: #40220F;
	text-align: center;
	margin-bottom: 40px;
	-webkit-font-smoothing: antialiased;
}
.contents-1 h2 br {
	display: none;
}
section#concept {
	padding: 120px 0 60px;
	background-color: #f0e8d5;
	background-image:url(images/shiosai_submain.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}
section#concept p {
	text-align: center;
	line-height: 36px;
}
section#purchase {
	padding: 50px 0 20px;
}
section#purchase p {
	line-height: 28px;
	text-align: center;
}
a.link-box {
	display: block;
}
a.link-box .inner {
	position: relative;
	margin: 0 auto;
	width: 500px;
	height: 200px;
	max-width: 100%;
}
a.link-box .inner img {
	position: absolute;
	max-width: 100%;
}
a.link-box:hover {
	-webkit-transition-duration: 0.5s;
}
@media (min-width: 992px) {
	a.link-box:hover {
		opacity: 1;
	}
	a.link-box:hover .inner img.up {
		opacity: 0;
		-webkit-transition-duration: 0.5s;
	}
}
@media (max-width: 991px) {
	a.link-box:active .inner img.up {
		opacity: 0;
	}
}

section#reasons {
	padding: 100px 0 20px;
	background-image:url(images/reason_background.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}
section#reasons p {
	text-align: center;
}
.reason { margin-bottom: 30px; }
.reason img { margin-bottom: 25px; }
.reason h3 {
	font-family: '07LogoTypeGothic7';
	font-size: 20px;
}
.reason h3 span { font-size: 30px; }
.reason.circumstance h2 { color: #4E90B9; }
.reason.soil h2 { color: #4A7C33; }
.reason.method h2 { color: #D54B92; }
.reason p {
    text-align: left !important;
    background-image: url(images/reason-line.png);
    line-height: 28px;
    padding-bottom: 5px;
}
section#motobu-peninsula {
	padding: 0;
}
section#motobu-peninsula .bg-motobu-peninsula {
	padding-top: 80px;
	padding-bottom: 270px;
	background-color: #E5D8C5;
	background-image:url(images/motobu_map_background_v2.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-top, .bg-bottom {
	height: 20px;
	padding: 0;
	background-color: transparent;
	background-image:url("images/motobu_map_background_top.png");
	background-position: top;
	background-repeat: repeat-x;
	background-size: auto;
}
.bg-bottom {
	background-image:url("images/motobu_map_background_bottom.png");
	background-position: bottom;
}
.bg-centre {
	background-image:url("images/bg-centre.jpg");
}
section#motobu-peninsula p {
    line-height: 28px;
}
section#motobu-peninsula img.map {
	margin-bottom: 30px;
}
section#motobu-peninsula img.fruits {
	max-width: 468px;
}
section#products {
	padding: 90px 0 20px;
}
section#products .product {
	min-height: 330px;
	background-position: center;
	background-size: cover;
}
section#products .product .inner {
	margin: 60px auto 0;
	width: 350px;
}
section#products .product-1 { background-image:url("images/lineup_giftbottle.jpg") }
section#products .product-2 { background-image:url("images/lineup_stand.jpg") }
section#products .product-3 { background-image:url("images/lineup_table.jpg") }
section#products .product-4 { background-image:url("images/lineup_petitbottle.jpg"); background-position-x: 60%; }
section#products .product-5 { background-image:url("images/lineup_giftset.jpg") }
section#products .product-6 { background-color: #F8FAFB }

section#products .product .inner h3 {
	font-family: '07LogoTypeGothic7';
	font-size: 30px;
	padding-bottom: 0;
    -webkit-font-smoothing: antialiased;
}
section#products .product-1 .inner h3 { color: #7E4084; }
section#products .product-2 .inner h3 { color: #F39800; }
section#products .product-3 .inner h3 { color: #689D4D; }
section#products .product-4 .inner h3 { color: #D54B92; }
section#products .product-5 .inner h3 { color: #306999; }
section#products .product .inner .spec {
	font-family: '07LogoTypeGothic7';
	font-size: 14px;
	line-height: 20px;
	color: #141414;
}
section#products .product .inner p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #141414;
	text-align: justify !important;
	letter-spacing: 0;
}
section#products .product .inner p a {
	font-size: 12px;
	color: #D54B92;
}
section#products .product .inner p a:hover {
	cursor: pointer;
}
section#products img.arr-pink {
	height: 12px;
    margin-top: -2px;
}
section#products .product-6 {
    min-height: auto;
}
section#products .product-6 .inner {
    width: 100% !important;
    margin: 40px 0;
}
section#products .product-6 .inner p {
    text-align: center !important;
    margin-top: 10px;
}
section#products .product-5 .banners .inner {
    margin: 0;
    height: 26px;
}
section#products .product-5 .banners .inner img {
}
section#products .product-5 .banners a img.up {
    opacity: 0;
}
section#products .product-5 .banners a:hover img.up {
    opacity: 1;
}

@media (max-width: 991px) {
    section#products .product-5 .inner-1 {
        margin-top: 10px !important;
    }
    section#products .product-5 .banners .inner.one {
        margin: 10px 0 5px !important;
    }
}


section#message {
	padding: 90px 0 30px;
	background-image: url("images/bg-slogan.jpg");
	background-position: center;
	background-size: cover;
}
section#message .jp {
	line-height: 36px;
}
section#message .en p span {
	font-family: 'JennaSue';
	font-size: 22px;
}
#petit-bottle .modal-header h2, #petit-bottle .modal-header .flavour-en { color: #B5366A; }
#petit-bottle .modal-header h2 {
	font-family: '07LogoTypeGothic7';
	font-size: 24px;
	margin-bottom: 0;
	padding: 20px;
}
a.modal-open:hover {
	cursor: pointer;
}

#enquiry .inner {
	padding: 70px 0;
}
#enquiry form p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	color: #3B4043;
	line-height: 1;
	margin: 20px 0 10px;
}
#enquiry form p.small {
	line-height: 1.5;
}
#enquiry form p span {
	color: #D80C18;
}
#enquiry form input::-webkit-input-placeholder,
#enquiry form textarea::-webkit-input-placeholder {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	color: #D0D0D0;
}
#enquiry form input:-ms-input-placeholder,
#enquiry form textarea:-ms-input-placeholder {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	color: #D0D0D0;
}
#enquiry form input::-moz-placeholder,
#enquiry form textarea::-moz-placeholder {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	color: #D0D0D0;
}
#enquiry form p.text-bottom {
	font-family: '07LogoTypeGothic7';
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #40220F;
}
#enquiry form .wpcf7-submit {
	width: 148px;
	height: 48px;
	line-height: 48px;
	padding: 0;
	margin-left: 30px;
	background-color: #40220F;
	border:none;
}
#enquiry form input.form-control {
	font-family: 'Noto Sans JP', sans-serif;
    height: calc(2.5em + 1rem + 2px);
    font-size: 1rem;
    color: #495057;
    border-radius: 0;
}
#enquiry form textarea.form-control {
	font-family: 'Noto Sans JP', sans-serif;
    padding: 15px;
    border-radius: 0;
	height: 258px !important;
}
#enquiry form .wpcf7-not-valid-tip {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	color: #D80C18;
}
#enquiry form .wpcf7-validation-errors {
	text-align: center;
	color: #fff;
	background-color: #D80C18;
	border: none;
}
#enquiry form .wpcf7-mail-sent-ok {
	border: none;
	text-align: center;
	max-width: 680px;
    margin: 50px auto;
}
#enquiry form span.wpcf7-list-item-label {
	color: #3B4043;
}

.insert .outer {
    border: 1px solid;
    border-radius: 9px;
    padding: 20px 30px;
}
.insert .outer p {
    margin-bottom: 0;
}
.insert .outer .sns-buttons a {
    display: block;
    font-size: 36px;
    margin-left: 10px;
}



@media (min-width: 1200px) {
	section#motobu-peninsula img.map {
		max-width: none;
	}
}
@media (max-width: 991px) {
	section#concept {
		background-position-x: 55%;
	}
	section#concept p {
	    text-shadow: -1px 0 #f0e8d5, 0 1px #f0e8d5, 1px 0 #f0e8d5, 0 -1px #f0e8d5;
	}
	section#products .product .inner {
		margin: 50px auto 0;
		width: 300px;
	}
	section#products .product-6 .inner {
		margin: 50px auto;
	}
	section#products .product .inner p:last-of-type {
		margin-bottom: 0;
	}
	section#products .product-1 { background-position-x: 47%; }
	section#products .product-2 { background-position-x: 57%; }
	section#products .product-3 { background-position-x: 47%; }
	section#products .product-4 { background-position-x: 56%; }
}
@media screen and (min-width: 575px) and (max-width: 767px) {
	section#concept p {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	section#products p,
	section#reasons p,
	section#purchase p  {
		text-align: justify;
	}
	section#products p br,
	section#purchase p br,
	#enquiry form p.text-bottom br {
		display: none;
	}
	section#products .product {
		background-image: none;
		margin-bottom: 20px;
	}
	section#products .product .image {
		height: 300px;
		background-position: center;
		background-size: cover;
	}
	section#products .product .inner {
		width: 100%;
		margin: 0;
		padding: 50px 20px;
	}
	section#products .product-5 .naka {
        width: 160px;
        margin: 0 auto;
    }
	section#products .product-5 .inner.inner-2 {
		padding: 0;
        background-color: transparent;
	}
	section#products .product-5 .inner.inner-2.one {
        margin-top: 20px !important;
    }
	section#products .product-1 .inner { background-color: rgba(50,0,105,0.20); }
	section#products .product-2 .inner { background-color: rgba(243,152,0,0.20); }
	section#products .product-3 .inner { background-color: rgba(74,124,51,0.20); }
	section#products .product-4 .inner { background-color: rgba(213,57,146,0.20); }
	section#products .product-5 .inner { background-color: rgba(48,105,153,0.20); }
	section#purchase {
		padding-top: 0;
	}
	section#motobu-peninsula img.map {
		max-width: 330px;
		height: auto;
	}
}
@media (max-width: 575px) {
	.contents-1 h1 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	section#concept {
		padding: 50px 0;
		background-position: center top;
		background-size: 1000px;
	}
	section#concept h1 {
		text-align: left;
		font-size: 30px !important;
		margin-bottom: 50px !important;
	}
	section#message .jp h1 br,
	section#concept h1 br {
		display: block;
	}
	section#message .jp p,
	section#concept p {
		text-align: justify;
		line-height: 28px;
	}
	section#message .jp p br,
	section#concept p br,
	section#reasons p br {
		display: none;
	}
}

@media (max-width: 479px) {
	section#purchase a.link-box .inner {
		height: 138px;
	}
	section#motobu-peninsula img.fruits {
		max-width: 100%;
		height: auto;
	}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    section#motobu-peninsula img.map {
        width: 100%;
    }
}


/*//////////////////////////////////////////////
    食卓を彩る10種類のフレーバー
//////////////////////////////////////////////*/

#flavours .inner {
	padding: 50px 0;
}
#flavours .inner header p {
	line-height: 28px;
	text-align: center;
}
.flavour-buttons {
}
button.flavour-button {
	position: relative;
	background: none;
    border: none;
	width: 130px;
	margin: 10px 30px;
	padding: 0;
	z-index: 1;
}
button.flavour-button p {
	margin-bottom: 0;
}
button.flavour-button img.arrow {
	position: absolute;
	opacity: 0;
	left: 50%;
	transform:translateX(-50%);
	transition: 0.5s;
}
button.flavour-button.top[aria-expanded="true"] img.arrow {
	opacity: 1;
	bottom: -18px;
}
button.flavour-button.bottom[aria-expanded="true"] img.arrow {
	opacity: 1;
	top: -18px;
}

button.flavour-button img.flavour-icon {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}
button.flavour-button img.flavour-icon:hover {
	-webkit-transform: rotate(5deg) scale(1.1);
	transform: rotate(5deg) scale(1.1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}



.flavour-box {
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}
#shimatogarashi .flavour-box { background-image: url("images/flavour_background_redpepper.jpg"); }
#hibiscus .flavour-box { background-image: url("images/flavour_background_hibiscus.jpg"); }
#beniimo .flavour-box { background-image: url("images/flavour_background_beniimo.jpg"); }
#shekwasha .flavour-box { background-image: url("images/flavour_background_hiramilemon.jpg"); }
#mozuku .flavour-box { background-image: url("images/flavour_background_mozuku.jpg"); }
#ukon .flavour-box { background-image: url("images/flavour_background_ukon.jpg"); }
#dragonfruit .flavour-box { background-image: url("images/flavour_background_dragon.jpg"); }
#papayapine .flavour-box { background-image: url("images/flavour_background_papaya.jpg"); }
#goya .flavour-box { background-image: url("images/flavour_background_goya.jpg"); }
#pipatsu .flavour-box { background-image: url("images/flavour_background_longpepper.jpg"); }
#flavours .flavour-box .image .inner {
	padding: 30px 0px 30px 40px;
}
#flavours .flavour-box .image img {
	width: 100%;
	box-shadow:0px 3px 6px 0px rgba(0,0,0,0.16);
}
#flavours .flavour-box .info .inner {
	padding: 70px 40px 30px 40px;
	text-align: center;
}
#flavours h3 {
	font-family: '07LogoTypeGothic7';
	font-size: 32px;
	font-weight: 400;
    margin-top: 5px;
	margin-bottom: 20px;
	padding-bottom: 0;
}
#flavours .flavour-en {
	font-family: "Century Gothic", san-serif;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0px;
}
#flavours .flavour-box .info .inner p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	line-height: 26px;
	text-align: left;
	margin-bottom: 0;
}
#flavours .flavour-box .info .inner p.small {
	font-size: 10px;
	text-align: center;
}
#flavours .flavour-box .info .inner .button {
	width: 140px;
	font-size: 12px;
	color: #fff;
	padding: 12px 0;
	line-height: 1;
	margin: 30px 0;
}
#flavours .flavour-box .line {
	background-image: url("images/line-1.png");
    background-position: center;
	background-repeat: repeat-x;
	background-size: auto;
    height: 15px;
    margin: 0px;
}
#flavours .flavour-box a.collapse-close img {
	position: absolute;
	top: 30px;
	right: 0;
}
#flavours .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.5s ease-out;
    transition: height 0.5s ease-out;
}
#shimatogarashi h3, #shimatogarashi .flavour-en { color: #D80C18; }
#shimatogarashi .button { background-color: #D80C18; }
#hibiscus h3, #hibiscus .flavour-en { color: #B5366A; }
#hibiscus .button { background-color: #B5366A; }
#beniimo h3, #beniimo .flavour-en { color: #7E4084; }
#beniimo .button { background-color: #7E4084; }
#shekwasha h3, #shekwasha .flavour-en { color: #689D4D; }
#shekwasha .button { background-color: #689D4D; }
#mozuku h3, #mozuku .flavour-en { color: #004184; }
#mozuku .button { background-color: #004184; }
#ukon h3, #ukon .flavour-en { color: #EA5504; }
#ukon .button { background-color: #EA5504; }
#dragonfruit h3, #dragonfruit .flavour-en { color: #D54B92; }
#dragonfruit .button { background-color: #D54B92; }
#papayapine h3, #papayapine .flavour-en { color: #F39800; }
#papayapine .button { background-color: #F39800; }
#goya h3, #goya .flavour-en { color: #37795C; }
#goya .button { background-color: #37795C; }
#pipatsu h3, #pipatsu .flavour-en { color: #5D5958; }
#pipatsu .button { background-color: #5D5958; }

.modal-body {
	min-height: 500px;
}
.modal .modal-dialog {
	max-width: 600px;
}
.modal-content {
	background-image: url("images/bg-centre.jpg");
}
.modal-header {
	border-bottom: none;
	padding-bottom: 0;
}
#flavours .modal-header h2 {
	font-size: 24px;
	margin-bottom: 0;
	-webkit-font-smoothing: antialiased;
}
.modal-header .flavour-en {
	font-size: 18px;
	margin: 0;
}
.modal-header img {
	max-height: 90px;
}
.modal-content p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin: 10px 0 0;
}
.modal-header .close {
	opacity: 1;
	transition: 0.5s;
}
.modal-header .close:active {
	opacity: 0.5;
	cursor: pointer;
}

#modal-sm .modal-header,
#modal-sm .modal-body,
#modal-sm .modal-footer {
	position: relative;
	padding: 0;
}
#modal-sm .modal-header {
	min-height: 80px;
}
#modal-sm .modal-content {
	padding: 20px;
	border: 0;
	border-radius: 0;
	background-repeat: no-repeat;
	background-position: top;
	background-size: auto 1400px;
}
#modal-sm #shimatogarashi-sm .modal-content { background-image: url("images/flavour_background_redpepper.jpg"); }
#modal-sm #hibiscus-sm .modal-content { background-image: url("images/flavour_background_hibiscus.jpg"); }
#modal-sm #beniimo-sm .modal-content { background-image: url("images/flavour_background_beniimo.jpg"); }
#modal-sm #shekwasha-sm .modal-content { background-image: url("images/flavour_background_hiramilemon.jpg"); }
#modal-sm #mozuku-sm .modal-content { background-image: url("images/flavour_background_mozuku.jpg"); }
#modal-sm #ukon-sm .modal-content { background-image: url("images/flavour_background_ukon.jpg"); }
#modal-sm #dragonfruit-sm .modal-content { background-image: url("images/flavour_background_dragon.jpg"); }
#modal-sm #papayapine-sm .modal-content { background-image: url("images/flavour_background_papaya.jpg"); }
#modal-sm #goya-sm .modal-content { background-image: url("images/flavour_background_goya.jpg"); }
#modal-sm #pipatsu-sm .modal-content { background-image: url("images/flavour_background_longpepper.jpg"); }

#modal-sm a.close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	opacity: 1;
}
#modal-sm a.close:hover {
	opacity: .5;
}
#modal-sm .modal-header img {
	position: absolute;
	max-height: 60px;
}
#modal-sm .modal-header .title {
	margin: 0 0 0 60px;
}
#modal-sm #shimatogarashi-sm h3, #modal-sm #shimatogarashi-sm .flavour-en { color: #D80C18 }
#modal-sm #hibiscus-sm h3, #modal-sm #hibiscus-sm .flavour-en { color: #B5366A }
#modal-sm #beniimo-sm h3, #modal-sm #beniimo-sm .flavour-en { color: #7E4084 }
#modal-sm #shekwasha-sm h3, #modal-sm #shekwasha-sm .flavour-en { color: #689D4D }
#modal-sm #mozuku-sm h3, #modal-sm #mozuku-sm .flavour-en { color: #004184 }
#modal-sm #ukon-sm h3, #modal-sm #ukon-sm .flavour-en { color: #EA5504 }
#modal-sm #dragonfruit-sm h3, #modal-sm #dragonfruit-sm .flavour-en { color: #D54B92 }
#modal-sm #papayapine-sm h3, #modal-sm #papayapine-sm .flavour-en { color: #F39800 }
#modal-sm #goya-sm h3, #modal-sm #goya-sm .flavour-en { color: #37795C }
#modal-sm #pipatsu-sm h3, #modal-sm #pipatsu-sm .flavour-en { color: #5D5958 }

#modal-sm #shimatogarashi-sm button {
	color: #FFFFFF;
	font-size: 14px;
}
#modal-sm #shimatogarashi-sm button.recommend { background-color: #D80C18 }

#modal-sm .modal-body p {
	font-size: 14px;
	line-height: 1.8;
	margin: 0 0 10px;
}
#modal-sm .modal-body p.small {
	font-size: 10px;
	line-height: 1.4;
	text-align: center;
}
#modal-sm .modal-body img {
	width: 100%;
	margin: 0;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

#modal-sm .collapse-body {
	padding: 10px;
	background-image: url(images/bg-centre.jpg);
}
#modal-sm .collapse img {
	margin: 0 0 10px;
}
#modal-sm .collapse button {
	background-color: #40220F;
}
#modal-sm button:hover {
	opacity: .5;
}
#modal-sm .modal-footer {
	border: none;
	height: 54px;
    margin-top: 20px;
}
#modal-sm .modal-footer .close {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

#modal-sm h3.recommend {
	width: 100%;
	padding: 10px;
	border-radius: 4px;
	font-family: '07LogoTypeGothic7';
	color: #FFFFFF;
	margin: 30px 0 20px;
}
#modal-sm #shimatogarashi-sm h3.recommend  { background-color: #D80C18; }
#modal-sm #hibiscus-sm h3.recommend  { background-color: #B5366A; }
#modal-sm #beniimo-sm h3.recommend  { background-color: #7E4084; }
#modal-sm #shekwasha-sm h3.recommend  { background-color: #689D4D; }
#modal-sm #mozuku-sm h3.recommend  { background-color: #004184; }
#modal-sm #ukon-sm h3.recommend  { background-color: #EA5504; }
#modal-sm #dragonfruit-sm h3.recommend  { background-color: #D54B92; }
#modal-sm #papayapine-sm h3.recommend  { background-color: #F39800; }
#modal-sm #goya-sm h3.recommend  { background-color: #37795C; }
#modal-sm #pipatsu-sm h3.recommend  { background-color: #5D5958; }


@media screen and (min-width: 992px) and (max-width: 1199px) {
	#our-business .middle {
		padding: 30px 20px;
	}
	#our-business .middle img.title {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 991px) {
	#our-business .middle {
		width: 460px;
		margin: 0 auto;
		padding: 50px 30px 30px;
	}
	#our-business .middle img.title {
		margin: 0 auto 20px;
	}
	#our-business .middle > div {
		margin-bottom: 530px;
	}
	#our-business .image-boxes {
		position: absolute;
		width: 100%;
		top: 210px;
		left: 50%;
		transform: translateX(-50%);
	}
	#our-business .image-boxes .image {
		width: 100%;
		height: 500px;
		background-position: center;
		background-size: cover;
	}
	#flavours .flavour-box .image .inner {
		padding: 0 30px 40px;
	}
	#flavours .modal-header h2 {
		font-size: 28px;
		margin-bottom: 0;
	}
	#flavours .modal-header .flavour-en {
		margin: 0;
	}
}

@media screen and (max-width: 767px) {
	#our-business .middle > div {
		margin-bottom: 430px;
	}
	button.flavour-button {
		width: 120px;
	    margin: 5px 0;
	}
	button.flavour-button img.flavour-icon {
		height: 100px;
		width: auto;
	}
	button.flavour-button p {
		font-size: 14px;
	}
	.contents-1 p {
		text-align: justify;
		line-height: 26px;
		letter-spacing: 0;
	}
	#message.contents-1 .corp p {
		text-align: center;
	}
	section#reasons.contents-1 p {
		line-height: 28px;
		text-align: justify !important;
	}
	section#flavours .inner header p {
		line-height: 28px;
		text-align: justify !important;
	}
	section#flavours .inner header p br {
		display: none;
	}
	section#flavours button p {
		text-align: center;
	}
	#modal-sm .modal-header h2 {
		font-size: 24px !important;
	}
	#modal-sm .modal-header .flavour-en {
		font-size: 14px !important;
		margin: 3px 0 5px !important;
	}
	.modal-body {
		min-height: 300px;
	}
	#petit-bottle .modal-header h2 {
		padding: 10px 0 5px;
	}


}

@media screen and (max-width: 575px) {
	#flavours .inner header p br {
		display: none;
	}
}

@media screen and (max-width: 379px) {
	#our-business .image-boxes .image .outer {
		height: 260px;
	}
}

/*//////////////////////////////////////////////
    reCAPTCHA v3
//////////////////////////////////////////////*/

.grecaptcha-badge {
}

/*//////////////////////////////////////////////
    20230310 追記
//////////////////////////////////////////////*/

@media (max-width: 992px) {
  header#masthead .sns-buttons a:hover,
  header#masthead .sns-buttons a:hover img {
    opacity: 0.5;
  }
}

#nav-sm .sns-buttons a:hover img {
  opacity: 0.5;
}

#modal-sm #beniimo-sm h3.recommend,
#modal-sm #dragonfruit-sm h3.recommend,
#modal-sm #goya-sm h3.recommend,
#modal-sm #hibiscus-sm h3.recommend,
#modal-sm #mozuku-sm h3.recommend,
#modal-sm #papayapine-sm h3.recommend,
#modal-sm #pipatsu-sm h3.recommend,
#modal-sm #shekwasha-sm h3.recommend,
#modal-sm #shimatogarashi-sm h3.recommend,
#modal-sm #ukon-sm h3.recommend {
  color: #fff;
}
@media (max-width: 479px) {
  .contents-1 h2 span {
    display: inline-block;
  }

  .contents-1 h2 {
    margin-bottom: 80px;
  }

  body .slides .slide {
    height: 90vh;
  }

  body section#motobu-peninsula .bg-motobu-peninsula {
    background-image: url("images/motobu_map_background.jpg");
  }

  body section#motobu-peninsula .bg-motobu-peninsula {
    padding-bottom: 70px;
  }


/*////20230329 追記 フルーツだけ10px下に////*/
  body .sp-fruits{
  	position: relative;
  	height: 300px;
  }

  body .fruits{
  	position: absolute;
  	top: 30px;
  	left: 0;

  }

 /*/////20230329追記　H2マージン統一　//////*/
	body .contents-1 h2 {
  		margin-bottom: 50px;
  		padding: 0;
	}
	section#concept {
  	padding-top: 66px;
	}
	section#concept.contents-1 h2 {
  		margin-bottom: 86px;
	}
	section#concept p{
		margin-bottom: 0;
	}
	section#flavours.contents-1{
		padding-top: 27px;
	}
	section#flavours.contents-1 h2 {
  		margin-bottom: 39px;
	}

	section#reasons{
		padding: 50px 0 20px 0;
	}
	section#motobu-peninsula .bg-motobu-peninsula{
		padding-top: 50px;
	}
	section#products{
		padding: 50px 0 0 0;
	}
	section#products.contents-1{
		margin-bottom: 0;
	}
	section#products h3{
		margin: 0px 0 10px 0;
	}
	section#message{
		padding: 50px 0 0px 0;
	}
	section#enquiry.contents-1{
		padding: 0;
	}
	section#enquiry .inner {
  	padding: 50px 0;
	}
	body section#enquiry.contents-1 h2{
		margin-bottom: 40px;
	}
	span.wpcf7-list-item {
  		margin: 0;
	}
	#enquiry form .wpcf7-submit {
  		margin-left: 15px;
	}


	#modal-sm h3.recommend{
		width: 60%;
		margin: 0 auto;
		margin-bottom: 30px;
		margin-top: 50px;
	}
	#flavours h3{
		font-size: 20px;
	}

}

/*/////20230329追記　背景画像に線が入る対応　//////*/
@media screen and (max-width: 767px) {
section#motobu-peninsula .d-sm-block {
  display: none !important;
}
}
@media (max-width: 479px) {
section#motobu-peninsula .d-sm-block {
  display:block !important;
}
}

