@charset "utf-8";

header {
	width: 100% !important;
	position: fixed;
	background-color: #fff;
	z-index: 50;
}

header .site-title {
	margin: 1em;
}

header .site-title a {
	margin: 0 0 1% 2%;
}

main {
	padding-top:75px;
}

.osusume main {
	padding-top: 0;
}

#topCopy:before,
#ekiya:before,
#onomichi:before {
    content: "";
    display: block;
    height: 75px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -75px; /* heightと同じ分のネガティブマージン */
    visibility: hidden;
}

.chirashiBnr {
	position: absolute;
	top: 125px;
	right: 0;
	margin: 20px 0;
	background-color: #fff;
	border-radius: 10px 0 0 10px;
	padding: 25px 15px 15px;
	text-align: center;
	box-shadow: -5px 5px 10px -5px #777777;
	transition: 0.3s;
	z-index: 200;
}

nav.main-navigation {
	clear:inherit;
	margin:1.2em 0;
	float: right;
	width: 75%;
}

nav.main-navigation li {
  width: 170px;
}


nav.main-navigation li.company a {
	background-size: 85%;
}

h3#osusume {
	margin: 2em 0;
}

#topCopy img {
	width: 100%;
	height: auto;
}

.pickupContent {
	width: 100%;
	margin:2em 0;
	padding: 0;
	position:relative;
	display:block;
}

main #pickup .sp-slide {
	position: absolute !important;
	width:500px !important;
	display: inline-block;
	padding-left:0;
	vertical-align:top;
	margin: 0;
}

.sp-button {
	background-color: #ccc !important;
    border: 2px solid #ccc !important;
}

.sp-selected-button {
	background-color: #666 !important;
	border: 2px solid #666!important;
}

h3#riyuu {
	margin: 1em 0 2em;
}

.riyuu {
	width: 90%;
}

.riyuu img {
	max-width: 100%;
	height: auto;
}

main .katayama {
	background-image: none;
	padding: 0 !important;
	position: absolute;
	bottom: 0;
	right: -120px;
}

main .katayama img {
	width: 270px;
	height: auto;
	vertical-align: bottom;
}

main .content .detail .index {
	color: #000;
	border-radius: 10px;
	border: 1px solid #000;
	padding: 1% 7%;
	font-size:120%;
}

main .lineup {
	width:602px;
	margin:0 auto;
	padding: 3% 0 0;
	position:relative;
	display:block;
}

main .lineupBnr {
    display: inline-block;
    margin: 2em 1.5em;
	width: 42%;
}

h4#komi {
	padding: 0 0 2em;
}

main .content .left {
	width: 465px;
	height: inherit;
	margin: 0 auto;
}

main .content .left h3,
main .content .right h3 {
	text-align: center;
	margin: 0 0 1em;
}

main .content .left h3 img,
main .content .right h3 img {
	height: 30px;
	width: auto;
}

main .content .right {
	width: 465px;
	margin: 0 auto;
}

#sb_instagram {
	width: 400px !important;
}

.lineBnr {
	clear: both;
	text-align: center;
}

.ft {
	padding: 1.5em 0;
	width: 1040px;
}

footer {
    background-color: #fff;
}

footer #footerFix {
	width: 100%;
	transition: all 0.3s ease; /* ← 戻る動きを滑らかに */
	z-index: 100;
	background-color: #fff;
	border: 1px solid #009844;
	overflow: hidden;
	padding: 0;
	width: 99.85%;
	color: #009844;
}

footer #footerFix.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
}

footer #footerFix ul {
	margin: 0;
}

footer #footerFix ul li {
	display: inline;
	font-size: 120%;
}

footer #footerFix ul li img {
	vertical-align: middle;
	margin: 0 1em;
}

footer #footerFix ul li a {
	color: #009844;
}

footer #footerFix ul li.contact a {
	color: #fff;
	background-color: #009844;
	border-radius: 10px;
	border: 1px solid #fff;
	margin: 0 1em;
	padding: 1% 2em;
}

footer #footerFix ul li.tel::before {
	content: "";
	display: inline-block;
	width: 35px;
	height: 35px;
	background-image: url('/wpcms/wp-content/themes/ishiyoshi/images/common/icon_tel.png?2025');
	background-position: center;
	background-size: contain;
	vertical-align: middle;
	margin-right: 0.5em;
}

footer #footerFix ul li.contact::before {
	content: "";
	display: inline-block;
	width: 36px;
	height: 35px;
	background-image: url('/wpcms/wp-content/themes/ishiyoshi/images/common/icon_contact.png?2025');
	background-position: center;
	background-size: contain;
	vertical-align: middle;
	margin-right: 0.5em;
}

footer .content .left {
	width:360px;
	height: unset;
	margin: 0;
}

footer .content .left #corpLogo {
	text-align: left;
}

footer .content .left #corpLogo img {
	width:320px;
	height: auto;
}

footer .content .right {
	float: right;
	width: 640px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

footer .content .right .shoplist {
    width: 32.5%;
    display: inline-block;
	margin: 0 auto;
}

footer .content .right .shoplist p {
    margin: 0 0.5em;
	font-size: 110%;
}

footer .content .right .shoplist .shopname {
    font-weight: bold;
	float: left;
}

footer .content .right .shoplist .shoplink {
    float: right;
	text-align: right;
	font-weight: bold;
}

footer .content .right .shoplist .shoplink a {
	color: #009844;
}

footer .content .right .shoplist .shoplink a:before{
	content:"\025b6";
	margin-right: 0.1em;
}

footer #footerMenu {
	margin: 0 auto 2em;
	width: 900px;
}

footer #footerMenu .footerBnr {
    display: inline-block;
    margin: 0 1em;
	width: 46.5%;
}

footer #footerMenu .footerBnr img {
	height: 80px;
	width: auto;
}

footer small {
	text-align:center;
	margin: 0 auto 2em;
	padding: 0 0 3em;
	display:block;
	background-color: #fff;
}

footer small .large {
	font-size: 120%;
}

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

#topCopy:before,
#ekiya:before,
#onomichi:before {
    content: "";
    display: block;
    height: 90px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -90px; /* heightと同じ分のネガティブマージン */
    visibility: hidden;
}

header .site-title {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	float:left;
	clear:both;
	padding-left: 0;
	width:100%;
	height: 90px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url("/wpcms/wp-content/themes/ishiyoshi/images/common/h1logo2025_off.png");
	background-repeat: no-repeat;
	background-size:contain;
}

header .menu-title {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	float:left;
	clear:both;
	padding-left: 0;
	width:100%;
	height:90px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url("/wpcms/wp-content/themes/ishiyoshi/images/common/h1logo2025_on.png");
	background-repeat: no-repeat;
	background-size:contain;
}

main {
	padding-top: 90px;
}
	
.container .sp-menu {
	z-index:88;
}

.container .sp-menu .mFooter {
	padding: 0 1em 20em;
}

.container .sp-menu .mFooter h3#corpmLogo {
    text-align: left;
    font-size: 200%;
    font-weight: bold;
}

.container .sp-menu label {
	padding: 0.1em 1.5em;
}

.container .sp-menu label.mContact a {
	background-image: url("/wpcms/wp-content/themes/ishiyoshi/images/common/footer_m_contact.png");
}
	
.container .sp-menu label:after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url('/wpcms/wp-content/themes/ishiyoshi/images/common/right.png');
	background-position: center;
	background-size: contain;
	vertical-align: middle;
	float: right;
	margin-top: -13%;
	margin-right: 5px;
	pointer-events: none;
}

.container .sp-menu input:checked ~ label::after {
	content: "";
	background-image: url('/wpcms/wp-content/themes/ishiyoshi/images/common/bottom.png');
}

.chirashiBnr {
	float: right;
	left: 63%;
	right: 0;
	top: 14px;
	z-index: 1000;
	margin: 0;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
	text-align: left;
	background-color: unset;
	width: 50px;
}
	
.chirashiBnr img {
	width: 50px;
	height: auto;
}

h3#osusume img {
    height: 28px;
}

h3#onayami {
    margin: 1em 0;
}
	
h3#onayami img {
	height: 64px;
}

main .content .detail {
	margin: 2em 0;
}

h3#lineup {
    margin: 2em 0 1em;
}

main .pickupContent {
	float:inherit;
	width: 100%;
	margin:0 auto;
}
	
main #pickup .sp-slide {
	width:100% !important;
	margin: 0 auto;
}
main #pickup .sp-slide img {
	max-width: 100%;
	display:block;
	margin: 0 auto;
}

main #pickup .sp-buttons {
	padding-top: 0 !important;
}
	
main #pickup .sp-button {
	width: 12px !important;
	height: 12px !important;
}

h3#riyuu img {
    height: 63px;
}

.riyuu {
	width: 100%;
}
	
main .katayama {
	display: none;
}

h3#lineup img {
    height: 25px;
}

h4#komi img {
    height: 60px;
}

main .content {
	float:inherit;
	width: 90%;
	margin:0 auto;
}

main .content .left {
	width: 100%;
	margin: 2em 0;
}
	
main .content .right {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

main .lineup {
	width: 100%;
}

main .lineupBnr {
	display: block;
	width: 90%;
	margin: 0 auto 1em;
}
	
main .lineupBnr img {
	max-width: 100%;
	height: auto;
}

main .content .left h3 img,
main .content .right h3 img {
	height: 25px;
}

main .content .left h4 img,
main .content .right h4 img {
	height: 48px;
}

#sb_instagram {
	width: 100% !important;
}

.lineBnr {
	margin: 0 0 2em;
}

.ft {
	padding: 0;
	width: 100%;
}


footer #footerFix {
	width: unset;
	position: fixed;
	bottom: 0;
}

footer #footerFix ul li {
    float: left;
    margin: 0;
    padding: 0.5em;
	font-size: 80%;
}

footer #footerFix ul li img {
    max-width: 90%;
}

footer #footerFix ul li.tel {
	width: 46%;
	text-align: center;
}
	
footer #footerFix ul li.tel::after {
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	width: 1px;
	height: 100px;
	background-color: #009844;
}

footer #footerFix ul li.contact {
	width: 46%;
	text-align: center;
}

footer #footerFix ul li.contact a {
	margin: 0.5em auto 0;
	padding: 1% 0;
	display: block;
	width: 60%;
}
	
footer #footerFix ul li.tel::before {
	content: none;
}

footer #footerFix ul li.contact::before {
	content: none;
}

footer .content {
	width: 90%;
}

footer .content .left {
	display: none;
}

footer .content .left #corpLogo img {
	max-width: 100%;
	height: auto;
}

footer .content .left p {
    margin: 0 0 2em;
}

footer .content .right {
	float: inherit;
	width: 100%;
}

footer .content .right .shoplist {
    width: 100%;
    display: block;
}

footer .content .right .shoplist p {
    margin: 0;
    width: 100%;
}

footer .content .right .shoplist .shopname {
    display: inline-block;
    width: 50%;
    margin: 0 0 2em;
}
footer .content .right .shoplist .shoplink {
    width: 50%;
	display: inline-block;
}
footer #footerMenu {
	margin: 0 auto 2em;
	width: 100%;
	display: block;
}
footer #footerMenu .footerBnr {
    display: block;
    margin: 1em auto;
    width: 90%;
}
footer #footerMenu .footerBnr img {
	max-width: 100%;
	height: auto;
}
footer small br {
	display: block;
}
footer small .large {
	font-size: 120%;
	margin: 0 0 1em;
}
#page-top {
    bottom: 70px;
}
}

/* モバイルメニュー改修 */
#menu_bar01:checked ~ #mobilenav {
	width: 96%;
}
#menu_bar01:checked ~ #mobilenav li {
	border-bottom: 1px solid #009844;
	padding: 2%;
}

#menu_bar01:checked ~ #mobilenav li:last-child {
	border-bottom: none;
}

#menu_bar01:checked ~ #mobilenav li#menu-item-120 {
	border-bottom: none;
}

#mobilenav li:before,
footer ul#footernav li:before {
	content: none !important;
}

#mobilenav li ul.sub-menu,
footer ul#footernav li ul.sub-menu {
	margin-left:0 !important;
}

#mobilenav li ul.sub-menu li:before,
footer ul#footernav li ul.sub-menu li:before {
	content: "\2026" !important;
	margin-left:0 !important;
}

