@charset "utf-8";

/*  Typo
----------------------------------------------- */
body, div, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, blockquote, th, td {
	margin: 0; 
	padding: 0;
	}
body { line-height: 1.5 !important; }
td, p, ul, ol { line-height: 1.5 !important; } 
img { border: 0; vertical-align: top; }
ul, ol { list-style: none; }
p { margin: 1em 0; }
table{
	border-collapse: collapse; 
	border-spacing: 0;
	}
a {
	text-decoration: underline !important;
	color: #dc0030 !important;
}
a:hover { text-decoration: none; }
a:hover img {
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
	}
@media only screen and (max-width: 1024px) {
	.hover { text-decoration: none; }
	.hover img {
		filter: alpha(opacity=25);
		-moz-opacity: 0.25;
		opacity: 0.25;
		}
	}

@media print, screen and (min-width: 768px) {
    a[href^="tel:"]{
        pointer-events: none;
        text-decoration: none !important;
        color: #000000 !important;
    }
}

/*  Layout
----------------------------------------------- */
.inner {
	width: 95%;
	max-width: 960px;
	margin: 0 auto;
	}
#container { padding: 30px 0; }
@media only screen and (min-width: 1024px) {
	#container {
		padding: 30px 0 80px;
		background: url(https://u.jimcdn.com/cms/o/s8ee6e758996eadcb/userlayout/img/bg-main.png?t=1594787743) repeat-x center bottom;
		}
	}

/*  Header
----------------------------------------------- */
.cycle-slideshow img,
#header img {
	width: 100%;
	height: auto;
	}
#header { width: 100%; }
#header .headinfo {
	z-index: 100000;
	position: relative;
	width: 100%;
	height: 130px;
	margin: -50px 0 0;
	background: url(https://u.jimcdn.com/cms/o/s8ee6e758996eadcb/userlayout/img/bg-headersp.png?t=1594787724) repeat-x center bottom;
	}
#header .headinfo .pc { display: none; }
#header .headinfo .sp {
	width: 300px;
	margin: 0 auto;
	padding: 30px 0 0;
	}
@media only screen and (min-width: 1024px) {
	#header .headinfo {
		height: 180px;
		margin: -150px 0 0;
		background: url(https://u.jimcdn.com/cms/o/s8ee6e758996eadcb/userlayout/img/bg-headerpc.png?t=1594787711) repeat-x center bottom;
		}
	#header .headinfo .sp { display: none; }
	#header .headinfo .pc {
		display: block;
		width: 280px;
		margin: 0 0 0 auto;
		}
	#header .headinfo .inner {
		height: 180px;
		background: url(https://u.jimcdn.com/cms/o/s8ee6e758996eadcb/userlayout/img/bg-headinfo.png?t=1594787734) no-repeat 0 0;
		}
	#header .fixed {
		z-index: 100001;
		position: fixed;
		top: 0;
		margin: 0;
		padding: 0;
		width: 100%;
		background: url(https://u.jimcdn.com/cms/o/s8ee6e758996eadcb/userlayout/img/bg-headerpc.png?t=1594787711) #fff repeat-x center bottom;
		}
	}
.cycle-slideshow { display: none; }
.cc-page-index .cycle-slideshow { display: block; }
.cc-page-index .headimage { display: none; }
.headimage .head-kani,
.headimage .head-suisan,
.headimage .head-blog,
.headimage .head-contact { display: none; }

/*  Footer
----------------------------------------------- */
#footer {
	width: 100%;
	padding: 30px 0;
	}
#footer .gutter { padding: 30px 0 0; }
#footer .gutter a { color: #032d68 !important; }

/*  Smartphone Navigation
----------------------------------------------- */
.spmenu {
	z-index: 2000001;
	position: fixed;
	bottom: 0;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr;
	grid-template-columns: repeat(4,1fr);
	grid-column-gap: 0;
	-moz-columns: auto 4;
	-moz-column-gap: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	}
.spmenu li {
	box-sizing: border-box;
	border-left: 1px solid #fff;
	background: #307867;
	}
.spmenu li:first-child { border-left: none; }
.spmenu li:nth-child(4n+1) { -ms-grid-column: 1; }
.spmenu li:nth-child(4n+2) { -ms-grid-column: 3; }
.spmenu li:nth-child(4n+3) { -ms-grid-column: 5; }
.spmenu li:nth-child(4n+0) { -ms-grid-column: 7; }
.spmenu li a {
	display: block;
	width: 100%;
	padding: 5px 0;
	}
.spmenu img {
	display: block;
	margin: 0 auto;
	}
.toggle {
	display: block;
	cursor: pointer;
	padding: 5px 0;
	}
.open .spmenu { justify-items: flex-end; }
.open .spmenu li:first-child,
.open .spmenu li:nth-child(2),
.open .spmenu li:nth-child(3) { visibility: hidden; }
.open li.toggle {
	z-index: 2000001;
	width: 50px;
	height: 50px;
	border-left: none;
	background: url(https://u.jimcdn.com/cms/o/s8ee6e758996eadcb/userlayout/img/bt-spclose.png?t=1594787807) no-repeat 0 0;
	}
.open .toggle img { display: none; }
@media only screen and (min-width: 640px) {}
@media only screen and (min-width: 1024px) {
	.spmenu { display: none; }
	}

/*  Navigation
----------------------------------------------- */
#navigation .inner {
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	}
#footmenu { display: none; }
@media only screen and (min-width: 1024px) {
	#navigation,
	#footmenu {
		display: block;
		width: 100%;
		}
	#navigation {
		background: #187bc3;
		background: -webkit-linear-gradient(top,  #187bc3 0%,#187fc3 30%,#187fc3 76%,#8ec7ed 100%);
		background: linear-gradient(to bottom,  #187bc3 0%,#187fc3 30%,#187fc3 76%,#8ec7ed 100%);
		}
	#navigation .inner {
		position: static;
		visibility: visible;
		opacity: 1;
		width: 95%;
		height: auto;
		background: none;
		}
	#footmenu { background: #032d68; }
	}
ul.cc-nav-level-0 {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	visibility: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin: 0;
	padding: 50px 10px;
	box-sizing: border-box;
	}
ul.cc-nav-level-0 li {
	width: 95%;
	margin: 0 auto;
	border-top: 1px dotted #fff;
	}
ul.cc-nav-level-0 li:first-child { border-top: none; }
ul.cc-nav-level-0 li a {
	display: block;
	padding: 5px 0;
	color: #fff !important;
	font-size: 14px;
	text-decoration: none;
	}
ul.cc-nav-level-0 li a:hover { color: #999 !important; }
.open #navigation .inner {
	z-index: 2000000;
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: visible;
	opacity: 1;
	max-width: initial;
	}
ul.cc-nav-level-0 li ul {
	visibility: hidden;
	position: static;
	margin: 0;
	padding: 0;
	}
.open ul.cc-nav-level-0,
.open ul.cc-nav-level-0 li ul { visibility: visible; }
.spmenu ul.cc-nav-level-0 li ul li a { padding: 5px 10px 5px 30px; }
ul.cc-nav-level-1 li a::before,
ul.cc-nav-level-2 li a::before {
	content: "■";
	display: inline-block;
	padding: 0 5px;
	}
.j-textWithImage figure { z-index: 0 !important; }
@media only screen and (min-width: 1024px) {
	ul.cc-nav-level-0 {
		*zoom: 1; /*forIE6,7*/
		position: static;
		visibility: visible;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: center;
		justify-content: center;
		padding: 0;
		}
	ul.cc-nav-level-0 li {
		white-space: nowrap;
		width: auto !important;
		margin: 0 !important;
		line-height: 1;
		border-top: none;
		border-right: 1px solid #fff;
		}
	ul.cc-nav-level-0 li:first-child { border-left: 1px solid #fff; }
	ul.cc-nav-level-0 li a {
		padding: 15px 20px;
		color: #fff !important;
		font-size: 16px !important;
		text-align: center;
		text-decoration: none !important;
		}
	ul.cc-nav-level-0 li+li { border-top: none; }
	ul.cc-nav-level-0 li a:hover {
		color: #126195 !important;
		background: rgba(255,255,255,.3);
		}
	ul.cc-nav-level-0 li > ul { display: inline; }
	ul.cc-nav-level-0 li:hover > ul { visibility: visible; }
	ul.cc-nav-level-0 li ul {
		visibility: hidden;
		position: absolute;
		z-index: 300000 !important;
		margin: 0;
		padding: 0;
		}
	ul.cc-nav-level-0 li {
		white-space: nowrap;
		width: auto !important;
		margin: 0 !important;
		line-height: 1;
		border-top: none;
		
		}
	ul.cc-nav-level-0 li ul li {
		position: relative;
		clear: left;
		width: auto !important;
		margin: 0;
		padding: 0;
		line-height: normal;
		border-top: 1px solid #fff;
		border-right: none;
		}
	ul.cc-nav-level-0 li ul li:first-child {
		border-top: none;
		border-left: none;
		}
	ul.cc-nav-level-0 li ul li ul {
		top: 0;
		left: 100%;
		}
	ul.cc-nav-level-0 li ul li ul.cc-nav-level-2 {
		top: -30px;
		left: 200px;
		}
	ul.cc-nav-level-0 li ul.cc-nav-level-1 li,ul.cc-nav-level-0 li ul.cc-nav-level-2 li { font-size: 14px; }
	ul.cc-nav-level-0 li ul.cc-nav-level-1 a,ul.cc-nav-level-0 li ul.cc-nav-level-2 a {
		filter: alpha(opacity=9);
		-ms-filter: "alpha(opacity=90)";
		-moz-opacity: 0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;
		display: block;
		padding: 5px 10px;
		color: #fff !important;
		text-align: left;
		text-decoration: none;
		background: rgba(56,75,86,0.8);
		}
	ul.cc-nav-level-0 li ul.cc-nav-level-1 a:hover,ul.cc-nav-level-0 li ul.cc-nav-level-2 a:hover {
		color: #594652 !important;
		text-decoration: none;
		background: rgba(122,166,193,1);
		}
	ul.mainNav2,
	ul.mainNav3 { display: none; }
	ul.mainNav1 {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: center;
		justify-content: center;
		margin: 0;
		padding: 0;
		}
	ul.mainNav1 li {
		white-space: nowrap;
		display: inline;
		width: auto !important;
		margin: 0 !important;
		line-height: 1;
		border-top: none !important;
		}
	ul.mainNav1 li a {
		display: block;
		padding: 10px 20px;
		color: #fff !important;
		font-size: 16px !important;
		text-align: center !important;
		text-decoration: none !important;
		}
	ul.mainNav1 li a:hover {
		color: #754b6b !important;
		background: rgba(255,255,255,.3);
		}
	}

/*  Page
----------------------------------------------- */
#container .j-header {
	display: table;
	width: 100%;
	}
#container .j-header h1,
#container .j-header h2,
#container .j-header h3,
#container .j-blog-meta h1,
#container .j-blog-meta h2,
#container .j-blog-meta h3 {
	width: 100%;
	margin: 0 0 10px;
	}
#container .j-header h1,
#container .j-header h2 {
	display: table-cell;
	vertical-align: middle;
	}
#container .j-header h1 {
	height: 145px;
	padding: 0 0 5px 230px;
	box-sizing: border-box;
	background: url(https://u.jimcdn.com/cms/o/s8ee6e758996eadcb/userlayout/img/bg-pagetitlepc.png?t=1594787750) no-repeat left bottom;
	}
#container .j-header h2 {
	height: 105px;
	padding: 0 0 5px 175px;
	box-sizing: border-box;
	background: url(https://u.jimcdn.com/cms/o/s8ee6e758996eadcb/userlayout/img/bg-titlepc.png?t=1594787783) no-repeat left bottom;
	}
#container .j-header h3 {
	padding: 0 0 5px;
	border-bottom: 3px solid #195dc3;
	}
#container .j-blog-meta a { text-decoration: none; }
#container .j-blog-meta h1,
#container .j-blog-meta h2,
#container .j-blog-meta h3 { padding: 0 0 5px; }
#container .j-blog-meta h1 { border-bottom: 5px solid #dc0530; }
#container .j-blog-meta h2 { border-bottom: 3px solid #0c3270; }
#container .j-blog-meta h3 { border-bottom: 1px solid #195dc3; }
@media only screen and (max-width: 1024px) {
	#container .j-header h1,
	#container .j-blog-meta h1,
	#container .j-header h2,
	#container .j-blog-meta h2 {
		height: auto;
		padding: 0;
		background: none;
		}
	}
@media only screen and (max-width: 479px) {
	#cc-inner .j-calltoaction-wrapper { text-align: center; }
	.j-textWithImage .cc-imagewrapper {
		float: none !important;
		width: 100% !important;
		margin: 0 auto 5px !important;
		}
	#cc-inner .j-textWithImage p { margin: 12px 0 0; }
	.cc-imagewrapper img {
		display: block !important;
		margin: 0 auto !important;
		}
	.cc-m-hgrid-column.last {
		float: none;
		width: 100% !important;
		}
	.cc-m-hgrid-column {
		float: none;
		width: 100% !important;
		}
	}
.n { box-sizing: border-box; }

/*  Toppage
----------------------------------------------- */
.cc-page-index #cc-m-10320947468 { display: none; }
.cc-page-index #cc-m-10320947368 {
	padding: 140px 10px 10px !important;
	box-sizing: border-box;
	border: 3px solid #dc0630;
	background: url(https://u.jimcdn.com/cms/o/s8ee6e758996eadcb/userlayout/img/bg-takeoutsp.png?t=1594787769) no-repeat center top 10px;
	}
@media only screen and (min-width: 480px) {
	.cc-page-index #cc-m-10320947468 { display: block; }
	}
@media only screen and (min-width: 640px) {
	.cc-page-index #cc-m-10320947368 {
		padding: 175px 10px 10px !important;
		background: url(https://u.jimcdn.com/cms/o/s8ee6e758996eadcb/userlayout/img/bg-takeouttab.png?t=1594787777) no-repeat center top 10px;
		}
	}
@media only screen and (min-width: 1024px) {
	.cc-page-index #cc-matrix-2815532068 {
		min-height: 426px;
		background: url(https://u.jimcdn.com/cms/o/s8ee6e758996eadcb/userlayout/img/bg-topimage.png?t=1594787795) no-repeat 0 0;
		}
	.cc-page-index #cc-m-10320947368 {
		height: 744px;
		padding: 230px 30px 30px !important;
		border: none;
		background: url(https://u.jimcdn.com/cms/o/s8ee6e758996eadcb/userlayout/img/bg-takeoutpc.png?t=1594787764) no-repeat 0 0;
		background-size: 960px auto;
		}
	}