@charset "utf-8";
/*
Theme Name: katsushikaya.com
Theme URI: https://www.katsushikaya.com/
Description: pcbrain
Version: 1.0
Author: pcbrain.co.jp
*/

/* ============================================================

	Eric Meyer's Reset CSS 2.0

============================================================ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/* ============================================================

	Reset CSS + α

============================================================ */

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

a[href^="tel:"]:hover {
	text-decoration: none;
}

a.black {
	color: #333;
	text-decoration: none;
}

a {
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

a:hover img.alpha {
	filter:Alpha(opacity=70);
	opacity:0.7;
	-ms-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s linear 0s;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix { min-height:1%; }
.clearfix:after { content:" "; display:block; height:0px; clear:both; visibility:hidden; }
.clearfix { display:inline-table; }
* html .clearfix { height:1px; }
.clearfix { display:block; }

img,textarea,iframe {
	vertical-align: middle;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
	font-weight: 700;
}

b {
	font-weight: 400;
	background: #ff0;
}

/* ============================================================

	Primary Styles

============================================================ */

body {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	color: #333;
	min-width: 1040px;
}

.fabric {
	background: url(img/fabric.png) repeat;
}

/* ============================================================

	Rayout

============================================================ */

.container {
	width: 1040px;
	margin: 0 auto;
}

.main {
	padding: 80px 0;
}

.main_fabric {
	padding: 80px 0;
	background: url(img/fabric.png) repeat;
	margin-bottom: 80px;
}

section + section {
	margin-top: 80px;
}

/* ----- flex ----- */
.flex_top {
    display: -webkit-flex;
    display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: box;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
.flex_center {
    display: -webkit-flex;
    display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: box;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items:center;
}
.flex_btm {
    display: -webkit-flex;
    display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: box;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items:flex-end;
}

/* ----- width ----- */
.w10 { width: 10px; }
.w20 { width: 20px; }
.w30 { width: 30px; }
.w40 { width: 40px; }
.w50 { width: 50px; }
.w60 { width: 60px; }
.w70 { width: 70px; }
.w80 { width: 80px; }
.w90 { width: 90px; }
.w100 { width: 100px; }

.w110 { width: 110px; }
.w120 { width: 120px; }
.w130 { width: 130px; }
.w140 { width: 140px; }
.w150 { width: 150px; }
.w160 { width: 160px; }
.w170 { width: 170px; }
.w180 { width: 180px; }
.w190 { width: 190px; }
.w200 { width: 200px; }

.w210 { width: 210px; }
.w220 { width: 220px; }
.w230 { width: 230px; }
.w240 { width: 240px; }
.w250 { width: 250px; }
.w260 { width: 260px; }
.w270 { width: 270px; }
.w280 { width: 280px; }
.w290 { width: 290px; }
.w300 { width: 300px; }

.w310 { width: 310px; }
.w320 { width: 320px; }
.w330 { width: 330px; }
.w340 { width: 340px; }
.w350 { width: 350px; }
.w360 { width: 360px; }
.w370 { width: 370px; }
.w380 { width: 380px; }
.w390 { width: 390px; }
.w400 { width: 400px; }

.w410 { width: 410px; }
.w420 { width: 420px; }
.w430 { width: 430px; }
.w440 { width: 440px; }
.w450 { width: 450px; }
.w460 { width: 460px; }
.w470 { width: 470px; }
.w480 { width: 480px; }
.w490 { width: 490px; }
.w500 { width: 500px; }

.w510 { width: 510px; }
.w520 { width: 520px; }
.w530 { width: 530px; }
.w540 { width: 540px; }
.w550 { width: 550px; }
.w560 { width: 560px; }
.w570 { width: 570px; }
.w580 { width: 580px; }
.w590 { width: 590px; }
.w600 { width: 600px; }

.w610 { width: 610px; }
.w620 { width: 620px; }
.w630 { width: 630px; }
.w640 { width: 640px; }
.w650 { width: 650px; }
.w660 { width: 660px; }
.w670 { width: 670px; }
.w680 { width: 680px; }
.w690 { width: 690px; }
.w700 { width: 700px; }

.w710 { width: 710px; }
.w720 { width: 720px; }
.w730 { width: 730px; }
.w740 { width: 740px; }
.w750 { width: 750px; }
.w760 { width: 760px; }
.w770 { width: 770px; }
.w780 { width: 780px; }
.w790 { width: 790px; }
.w800 { width: 800px; }

.w810 { width: 810px; }
.w820 { width: 820px; }
.w830 { width: 830px; }
.w840 { width: 840px; }
.w850 { width: 850px; }
.w860 { width: 860px; }
.w870 { width: 870px; }
.w880 { width: 880px; }
.w890 { width: 890px; }
.w900 { width: 900px; }

.w910 { width: 910px; }
.w920 { width: 920px; }
.w930 { width: 930px; }
.w940 { width: 940px; }
.w950 { width: 950px; }
.w960 { width: 960px; }
.w970 { width: 970px; }
.w980 { width: 980px; }
.w990 { width: 990px; }
.w1000 { width: 1000px; }

.w1010 { width: 1010px; }
.w1020 { width: 1020px; }
.w1030 { width: 1030px; }
.w1040 { width: 1040px; }

/* ----- margin-top ----- */
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt90 { margin-top: 90px; }
.mt100 { margin-top: 100px; }

/* ============================================================

	footer

============================================================ */

#footer {
	background: url(img/fabric.png) repeat;
	padding-top: 40px;
	margin-top: 80px;
}

.this_site_company {
	font-weight: 700;
	margin-top: 20px;
}

.fnav li {
	float: left;
	width: 50%;
}
.fnav a {
	color: #333;
	text-decoration: none;
	position: relative;
	display: inline-block;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.fnav a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #333;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.fnav a:hover {
	color: #333;
}
.fnav a:hover::after {
	width: 100%;
}

#copy {
	margin-top: 40px;
	border-top: 1px solid rgba(196,192,178,0.5);
	text-align: center;
	line-height: 1;
	padding: 20px 0;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
}

/* ============================================================

	header

============================================================ */

#header {
	background-image: url(img/roof.png);
	background-repeat: repeat-x;
	background-position: top center;
	padding-top: 60px;
}

#header .phone {
	width: 50%;
	float: left;
	text-align: right;
	line-height: 1;
	font-size: 12px;
	color: #371610;
}
#header .phone span {
	display: block;
}
#header .phone span a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 40px;
	color: #371610;
	text-decoration: none;
}

#header .mail {
	width: 50%;
	float: right;
	padding-left: 20px;
}

/* ============================================================

	globalnav

============================================================ */

#globalnav {
	margin: 20px 0;
}
#globalnav ul {
	width: 1040px;
	margin: 0 auto;
	border-radius: 4px;
	overflow: hidden;
}
#globalnav li {
	float: left;
	width: 20%;
	border-right: 1px solid #c4c0b2;
}
#globalnav li:last-child {
	border-right: none;
}
#globalnav a {
	width: 100%;
	display: block;
	text-align: center;
	background: #e1dfd8;
	line-height: 40px;
	text-decoration: none;
	color: #333;
	font-weight: 700;
}
#globalnav a:hover {
	background: rgba(196,192,178,0.66);
	letter-spacing: 1px;
}

/* ============================================================

	共通パーツ

============================================================ */

/* ----- separator ----- */
.separator {
	text-align: center;
	margin-bottom: 40px;
}

/* ----- youtubeS ----- */
.youtubeS {
	background: #000;
}
.youtubeS p {
	text-align: center;
	padding: 20px 0;
}
.youtubeS a {
	display: inline-block;
	border: 1px solid white;
	color: white;
	border-radius: 4px;
	line-height: 31px;
	padding: 0 40px;
	text-decoration: none;
	font-weight: 700;
}
.youtubeS a:hover {
	background: white;
	color: black;
}

/* ----- banners ----- */
.banners li {
	float: left;
}
.banners li:nth-child(1) {
	width: 510px;
	margin-bottom: 20px;
}
.banners li:nth-child(2) {
	width: 245px;
	margin-right: 20px;
}
.banners li:nth-child(3) {
	width: 245px;
}

/* ----- cta ----- */
#cta {
	border: 2px solid #009044;
	width: 1040px;
	margin: 20px auto 0 auto;
}

#cta .catch {
	width: 416px;
	background-color: #009044;
	background-image: url(img/cta_catch.png);
	background-repeat: no-repeat;
	background-position: right;
	color: white;
	line-height: 28px;
	padding: 20px 0;
	text-align: center;
}
#cta .catch span {
	display: block;
	font-size: 28px;
	font-weight: 700;
}

#cta .phone {
	width: 50%;
	float: left;
	text-align: right;
	line-height: 1;
	font-size: 12px;
	color: #009044;
}
#cta .phone span {
	display: block;
}
#cta .phone span a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 40px;
	color: #009044;
	text-decoration: none;
}

#cta .mail {
	width: 50%;
	float: right;
	padding: 0 20px;
}

/* ============================================================

	buttons

============================================================ */

/* ----- button_orange ----- */
.button_orange a {
	display: block;
	background: #f64501;
	color: white;
	width: 100%;
	line-height: 48px;
	border: 4px solid #fba280;
	border-radius: 4px;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}
.button_orange a:hover {
	border: 4px solid #f64501;
	letter-spacing: 1px;
}

/* ----- button_beige ----- */
.button_beige a {
	display: block;
	background: #c4c0b2;
	color: white;
	width: 100%;
	line-height: 48px;
	border-radius: 24px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}
.button_beige a:hover {
	letter-spacing: 1px;
	background: #aca899;
}

/* ============================================================

	見出し

============================================================ */

/* ----- page_header ----- */
#page_header {
	color: white;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	background-image: url(img/page_header.png);
	background-repeat: repeat-x;
	background-position: center center;
	display: table;
	height: 300px;
	width: 100%;
}
#page_header h1 {
	display: table-cell;
	vertical-align: middle;
	text-shadow: 0 0 5px rgba(0,0,0,0.50);
}
#page_header .en {
	font-family: 'Raleway', sans-serif;
	font-size: 60px;
	display: block;
	letter-spacing: 2px;
	font-weight: 900;
	line-height: 0.8;
	margin-bottom: 20px;
}

/* ----- section_header ----- */
.section_header {
	color: #371610;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	background-image: url(img/stripe_border.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 23px;
	margin-bottom: 40px;
}
.section_header .en {
	font-family: 'Raleway', sans-serif;
	font-size: 60px;
	display: block;
	letter-spacing: 2px;
	font-weight: 900;
	line-height: 0.8;
}
.section_header small {
	font-size: 15px;
}

/* ============================================================

	その他のパーツ

============================================================ */

/* ----- breadcrumbs ----- */
#breadcrumbs {
	background-image: url(img/stripe_border.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	padding: 20px 0 23px 0;
	font-size: 12px;
}
#breadcrumbs a {
	color: #333;
	font-weight: 700;
	text-decoration: underline;
}
#breadcrumbs a:hover {
	text-decoration: none;
}

/* ----- 動画をレスポンシブ化 ----- */
.movie_wrap {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}
.movie_wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/* ----- カテゴリアイコン ----- */
.icon_cat a {
	background-image: url(img/icon_cat.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 26px;
	color: #f64501;
	text-decoration: none;
	font-size: 12px;
}
.icon_cat a:hover {
	text-decoration: underline;
}

/* ----- pageList ----- */
.pageList {
	text-align: center;
	margin-top: 40px;
	font-size: 12px;
	font-weight: 700;
}
.pageList a {
	padding: 5px 0;
	display: inline-block;
	margin: 0 5px;
	text-decoration: none;
	color: white;
	background-color: #db3400;
	width: 120px;
}
.pageList a.list {
	color: white;
	background-color: #db3400;
	width: 60px;
}
.pageList a:hover {
	opacity: 0.7;
}

/* ----- wp-pagenavi ----- */

.wp-pagenavi {
	background: url(img/fabric.png) repeat;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 80px;
	font-size: 12px;
	font-weight: 700;
}
.wp-pagenavi .pages {
    color: white;
    border: none;
	background: #ccc;
	padding: 4px 8px;
	text-align: center;
	display: inline-block;
}
.wp-pagenavi .current {
    background: #db3400;
    color: white !important;
    padding: 4px 0;
	width: 30px;
	text-align: center;
	display: inline-block;
	border: none !important;
}
.wp-pagenavi a {
    background: white !important;
    color: #db3400;
    border: 1px solid #db3400 !important;
    padding: 4px 0;
	width: 30px;
	text-align: center;
	display: inline-block;
}
.wp-pagenavi a:hover {
    background: #db3400 !important;
    border: 1px solid #db3400 !important;
	color: white;
}

/* ━━━━━━━━━━ ▲▲▲▲▲共通スタイル　/　固有スタイル▼▼▼▼▼ ━━━━━━━━━━ */

/* ============================================================

	movie - archive

============================================================ */

.youtubeL .you_body {
	background: #222;
	border-radius: 4px 4px 0 0;
	padding: 20px 100px;
}
.youtubeL .you_head {
	background: black;
	border-radius: 0 0 4px 4px;
	padding: 20px 100px;
}
.youtubeL .you_head span {
	color: white;
	font-weight: 700;
	background-image: url(img/you_head.png);
	background-repeat: no-repeat;
	padding-left: 38px;
	background-position: center left;
}
.youtubeL + .youtubeL {
	margin-top: 40px;
}

/* ============================================================

	single-sale（販売用のパン）

============================================================ */

.sale_photo {
	position: relative;
}
.sale_photo img.radius {
	border-radius: 8px;
}
.sale_photo .sale_badge {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.sale_desc {
	font-size: 20px;
}

.saleTbl {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border-top: 1px solid #e1dfd8;
	margin-top: 20px;
}
.saleTbl th {
	width: 20%;
	border-bottom: 1px solid #e1dfd8;
	padding: 20px 0;
	text-align: left;
	font-weight: 700;
}
.saleTbl td {
	width: 80%;
	border-bottom: 1px solid #e1dfd8;
	padding: 20px 0;
	text-align: left;
}
.saleTbl td.price {
	color: #d30e00;
}
.saleTbl td.price span {
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
}

.sale_freeimage {
	margin-top: 40px;
}
.sale_freeimage img + img {
	margin-top: 20px;
}

.sale_supplement {
	margin-top: 40px;
}
.sale_supplement img {
	width: 160px;
	height: auto;
	float: right;
	margin: 0 0 20px 20px;
	border-radius: 8px;
}

/* ============================================================

	archive-sale（販売用のパン）

============================================================ */

.saleUI_wrap {
	margin-top: -40px;
}

.saleUI {
	width: 500px;
	float: left;
	margin-top: 40px;
	border-radius: 8px;
}
.saleUI:nth-child(odd){ margin-right: 40px; }

.saleUI a {
	text-decoration: none;
	box-shadow:0px 0px 20px -4px rgba(0,0,0,0.1);
	display: block;
	border-radius: 8px;
	background: white;
}
.saleUI a:hover {
	box-shadow:0px 0px 40px -4px rgba(0,0,0,0.2);
	border-radius: 8px;
	filter:Alpha(opacity=70);
	opacity:0.7;
}

/* head */
.saleUI .head {
	position: relative;
}
.saleUI .head img.radius {
	border-radius: 8px 8px 0 0;
	width: 100%;
	height: auto;
}
.saleUI .head .sale_badge {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

/* title */
.saleUI .title {
	text-align: center;
	color: black;
	line-height: 1;
	padding: 20px 0;
	border-bottom: 1px solid #e1dfd8;
	font-size: 24px;
	font-weight: 700;
}

/* body */
.saleUI .body {
	padding: 30px;
	color: #333 !important;
}

/* link */
.saleUI .link {
	background-color: #009044;
	background-image: url(img/saleUI_link.png);
	background-repeat: no-repeat;
	background-position: top 12px right 12px;
	color: white;
	border-radius: 0 0 8px 8px;
	text-align: center;
	line-height: 40px;
}

/* ============================================================

	single-blog（スタッフブログ）

============================================================ */

article.blog {
	width: 840px;
	margin: 0 auto;
	border-bottom: 1px solid #c4c0b2;
	padding-bottom: 40px;
}

/* blog_head */
article.blog .blog_head * + * {
	margin-top: 10px;
}
article.blog date {
	color: black;
	font-family: 'Roboto Condensed', sans-serif;
}
article.blog h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	color: black;
}

/* blog_catch */
article.blog .blog_catch {
	margin: 40px 0;
}
article.blog .blog_catch img {
	width: 100%;
	height: auto;
}

/* blog_body */
article.blog .blog_body * + * {
	margin-top: 40px;
}
article.blog .blog_body h3 {
	font-size: 24px;
	font-weight: 700;
	border-left: 4px solid #d70c18;
	padding: 10px 0 10px 24px;
	color: black;
	line-height: 1.2;
}
article.blog .blog_body h4 {
	font-size: 20px;
	font-weight: 700;
	color: black;
	line-height: 1.2;
}
article.blog .blog_body img {
	max-width: 840px;
	height: auto;
}

/* related */
.related {
	margin-top: 80px;
}

/* ============================================================

	archive-blog（スタッフブログ）

============================================================ */

.blogUI_wrap {
	margin-top: -40px;
}

.blogUI {
	width: 320px;
	float: left;
	margin-top: 40px;
	margin-right: 40px;
}
.blogUI:nth-child(3),
.blogUI:nth-child(6),
.blogUI:nth-child(9),
.blogUI:nth-child(12),
.blogUI:nth-child(15),
.blogUI:nth-child(18) {
	margin-right: 0;
}

.blogUI .catch {
	margin-bottom: 20px;
}
.blogUI .catch img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}
.blogUI date {
	color: black;
	font-family: 'Roboto Condensed', sans-serif;
}
.blogUI h2 {
	color: black;
	font-weight: 700;
}
.blogUI .body {
	font-size: 12px;
	color: #333;
	padding-bottom: 20px;
}
.blogUI .cat {
	border-top: 1px solid #e1dfd8;
	padding-top: 20px;
}

.blogUI a.post {
	display: block;
	text-decoration: none;
}
.blogUI a.post:hover {
	filter:Alpha(opacity=70);
	opacity:0.7;
}

/* buttons */
.buttons {
	width: 100%;
	height: 40px;
	margin-bottom: 40px;
	position: relative;
}
.acMenu1 {
	float: left;
	margin-right: 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.acMenu1 dt {
	display: block;
	width: 250px;
	line-height: 40px;
	text-align: center;
	cursor:pointer;
	background: #f64501;
	color: white;
	font-family: 'Roboto Condensed', sans-serif;
	background-image: url(img/pulldown.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
}
.acMenu1 dt:hover {
	filter:Alpha(opacity=70);
	opacity:0.7;
}
.acMenu1 dd {
	background:#e1dfd8;
	width:250px;
	text-align:center;
	display:none;
	color: black;
}
.acMenu1 dd li {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	line-height: 40px;
}
.acMenu1 dd a {
	color: black;
}

.acMenu2 {
	float: left;
	position: absolute;
	top: 0;
	left: 270px;
	z-index: 100;
}
.acMenu2 dt {
	display: block;
	width: 250px;
	line-height: 40px;
	text-align: center;
	cursor:pointer;
	background: #f64501;
	color: white;
	font-family: 'Roboto Condensed', sans-serif;
	background-image: url(img/pulldown.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
}
.acMenu2 dt:hover {
	filter:Alpha(opacity=70);
	opacity:0.7;
}
.acMenu2 dd {
	background:#e1dfd8;
	width:250px;
	text-align:center;
	display:none;
	color: black;
}
.acMenu2 dd li {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	line-height: 40px;
}
.acMenu2 dd a {
	color: black;
}

/* ============================================================

	archive-event（直販イベント情報）

============================================================ */

.eventUI_wrap {
	border-top: 1px solid #e1dfd8;
}

.eventUI {
	width: 100%;
	border-right: 1px solid #e1dfd8;
	border-bottom: 1px solid #e1dfd8;
	border-left: 1px solid #e1dfd8;
}

.eventUI a {
	text-decoration: none;
	display: block;
}
.eventUI a:hover {
	background: #f64501;
}

.eventUI .ymd {
	width: 100px;
	height: 100px;
	background: #f64501;
	color: white;
	font-family: 'Roboto Condensed', sans-serif;
	display:table;
}
.eventUI .ymd ul {
	display: table-cell;
	vertical-align: middle;
}
.eventUI .ymd .yy {
	padding-left: 10px;
}
.eventUI .ymd .mm {
	text-align: center;
	font-size: 30px;
	line-height: 1.4;
}
.eventUI .ymd .dd {
	text-align: right;
	padding-right: 10px;
}

.eventUI .title {
	width: 938px;
	font-size: 20px;
	font-weight: 700;
	color: black;
	padding-left: 40px;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.eventUI a:hover .title {
	color: white;
	transform: translate(-20px,0);
}

/* ============================================================

	single-event（直販イベント情報）

============================================================ */

/* event_body */
article.event .event_body {
	background: url(img/stripe_repeat_xy.png) repeat;
	padding: 10px;
}
article.event .event_body .inner {
	background: white;
	padding: 40px;
}
article.event .event_body .inner .w500 * + *,
article.event .event_body .inner .col1 * + * {
	margin-top: 40px;
}
article.event .event_body h3 {
	font-size: 24px;
	font-weight: 700;
	border-left: 4px solid #d70c18;
	padding: 10px 0 10px 24px;
	color: black;
	line-height: 1.2;
}
article.event .event_body h4 {
	font-size: 20px;
	font-weight: 700;
	color: black;
	line-height: 1.2;
}
article.event .event_body .event_freeimage img {
	max-width: 100%;
	height: auto;
}
article.event .event_body .event_freeimage img + img {
	margin-top: 20px;
}

/* ============================================================

	page-contact（お問い合わせ）

============================================================ */

.box26 {
    position: relative;
    padding: 30px;
    border: 1px solid #e1dfd8;
    border-radius: 4px;
	color: #371610;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 20px;
    padding: 0 10px;
    line-height: 1;
    background: #FFF;
    font-weight: 700;
	font-size: 15px;
}

.box26 .phone {
	text-align: center;
	line-height: 1;
	font-size: 12px;
}
.box26 .phone span {
	display: block;
}
.box26 .phone span a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 40px;
	text-decoration: none;
	color: #371610;
}

#form {
	margin-top: 40px;
}

/* form_step */
.form_step {
    list-style: none;
    overflow: hidden;
}
.form_step li {
    float: left;
	background: #e1dfd8;
	position: relative;
	width: 33.3333333333%;
	padding: 0 40px;
	line-height: 50px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.form_step li.on {
	background: #f64501;
	color: white;
}
.form_step li:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #e1dfd8;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}
.form_step li.on:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #f64501;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}
.form_step li:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 2px;
    left: 100%;
    z-index: 1;
}

/* formTbl */
.formTbl {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 5px solid #e1dfd8;
	margin-top: 40px;
}
.formTbl th {
	width: 30%;
	border-bottom: 1px solid #e1dfd8;
	padding: 20px;
	text-align: left;
	font-weight: 700;
	background: #f7f7f5;
}
.formTbl td {
	width: 70%;
	border-bottom: 1px solid #e1dfd8;
	padding: 20px;
	text-align: left;
}
.formTbl .req {
    display: inline-block;
    background: #db3400;
    color: white;
    width: 60px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    float: right;
	line-height: 27px;
}
.formTbl .no-req {
    display: inline-block;
    background: #bbb;
    color: white;
    width: 60px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    float: right;
	line-height: 27px;
}

/* form elements */
#form input[type="text"],
#form input[type="email"] {
    border: 1px solid #e1dfd8;
    background: white;
    padding: 10px 20px;
    width: 50%;
    border-radius: 4px;
    box-shadow:0px 0px 6px 3px #f1f1f1 inset;
}
#form input[type="text"].w100p {
    width: 100%;
}
#form input[type="text"].w25p {
    width: 25%;
    margin-bottom: 10px;
}
#form textarea {
    border: 1px solid #e1dfd8;
    background: white;
    padding: 10px 20px;
    width: 100%;
    height: 200px;
    border-radius: 4px;
    box-shadow: 0px 0px 6px 3px #f1f1f1 inset;
}
#form input[type="text"]:focus,
#form input[type="email"]:focus,
#form textarea:focus {
    background: #ffd;
    box-shadow: none;
}
#form .submit {
    width: 50%;
    margin: 0 auto;
}
#form .submit input[type="submit"] {
    display: block;
	background: #f64501;
	color: white;
	width: 100%;
	line-height: 48px;
	border: 4px solid #fba280;
	border-radius: 4px;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	font-family: 'Noto Sans Japanese', sans-serif;
}
#form .submit input[type="submit"]:hover {
    border: 4px solid #f64501;
	letter-spacing: 1px;
	cursor : pointer;
}
span.wpcf7-list-item {
    display:block !important;
    margin:0 !important;
}
#form input::-webkit-input-placeholder { color: #ccc; font-weight: normal; }
#form input:-ms-input-placeholder { color: #ccc; font-weight: normal; }
#form input::-moz-placeholder { color: #ccc; font-weight: normal; }
#form textarea::-webkit-input-placeholder { color: #ccc; font-weight: normal; }
#form textarea:-ms-input-placeholder { color: #ccc; font-weight: normal; }
#form textarea::-moz-placeholder { color: #ccc; font-weight: normal; }

.complete {
	margin-top: 40px;
	text-align: center;
	border: 5px solid #e1dfd8;
	padding: 40px;
}
.complete a {
	color: #f64501;
	font-weight: 700;
	text-decoration: underline;
}
.complete a:hover {
	text-decoration: none;
}

/* ============================================================

	page-corporate（会社案内）

============================================================ */

/* greeting */
.greeting_name {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: right;
	font-weight: bold;
	line-height: 1;
	margin: 20px 0;
}
.greeting_name span {
	font-size: 30px;
}

.greeting_position {
	width: 506px;
	margin: -6px -3px 0 -3px;
}
.greeting_position li {
	float: left;
	margin: 6px 3px 0 3px;
	width: 247px;
	background: #e1dfd8;
	border-left: 5px solid #f64501;
	padding-left: 15px;
	line-height: 32px;
}
.greeting_position li.full {
	float: left;
	margin: 6px 3px 0 3px;
	width: 500px;
	background: #e1dfd8;
	border-left: 5px solid #f64501;
	padding-left: 15px;
	line-height: 32px;
}

/* comTbl */
.comTbl {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.comTbl th {
	width: 30%;
	border-bottom: 1px solid black;
	padding: 20px;
	text-align: left;
	font-weight: 700;
}
.comTbl td {
	width: 70%;
	border-bottom: 1px solid #e1dfd8;
	padding: 20px;
	text-align: left;
}

.comTbl tr:first-child th {
	border-top: 1px solid black;
}
.comTbl tr:first-child td {
	border-top: 1px solid #e1dfd8;
}

/* ============================================================

	page-bread（葛飾屋のパン）

============================================================ */

.bread_txt {
	margin-bottom: 40px;
}
.bread_txt h3 {
	margin-bottom: 20px;
	background: #f64501;
	color: white;
	font-weight: 400;
	font-size: 20px;
	padding: 0 20px;
	line-height: 40px;
}

/* ============================================================

	page-buy（パンの購入方法）

============================================================ */

.buyUI {
	border: 4px solid #f64501;
}
.buyUI .head {
	background: #f64501;
	color: white;
	font-size: 20px;
	text-align: center;
	padding: 20px 0;
}
.buyUI .head h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.buyUI .head img {
	margin-top: -54px;
}
.buyUI .body {
	padding: 30px;
}
.buyUI .foot {
	padding: 20px;
	background: #e1dfd8;
}
.buyUI .foot h3 {
	position: relative;
	display: inline-block;
	padding: 0 30px;
	font-weight: 700;
}
.buyUI .foot h3:before,
.buyUI .foot h3:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: black;
}
.buyUI .foot h3:before {left:0;}
.buyUI .foot h3:after {right: 0;}

.buyUI .foot ul.thumb li {
	width: 98px;
	float: left;
	margin: 20px 20px 0 0;
}
.buyUI .foot ul.thumb li:nth-child(4),
.buyUI .foot ul.thumb li:nth-child(8),
.buyUI .foot ul.thumb li:nth-child(12),
.buyUI .foot ul.thumb li:nth-child(16) {
	margin: 20px 0 0 0;
}
.buyUI .foot ul.thumb li a {
	display: block;
	border: 4px solid white;
}
.buyUI .foot ul.thumb li a:hover {
	display: block;
	border: 4px solid #f64501;
}
.buyUI .foot ul.thumb li img {
	width: 100%;
	height: auto;
}

.buyEnd {
	text-align: center;
}
.buyEnd p {
	font-size: 20px;
}
.buyEnd .mail {
	width: 50%;
	margin: 20px auto 0 auto;
}

/* ============================================================

	top

============================================================ */

/* -------------------- top_sec1 -------------------- */
.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
    height: 460px;
}
.wideslider_top {
    width: 100%;
    height: 10px !important;
	min-height: 10px !important;
	background: url(img/stripe_repeat.png) repeat;
	margin-bottom: 10px;
	display: block;
}
.wideslider_btm {
    width: 100%;
    height: 10px !important;
	min-height: 10px !important;
	background: url(img/stripe_repeat.png) repeat;
	margin-top: 10px;
	display: block;
}
 
.wideslider ul {
    float: left;
    display: inline;
    overflow: hidden;
}

.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}

.wideslider ul li img {
    width: 100%;
    display: none;
}
 
.wideslider_base {
    top: 0;
    position: absolute;
	height: 600px;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
 
}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {
	background: white url(img/prev.jpg) no-repeat right center;
}
.slider_next {
	background: white url(img/next.jpg) no-repeat left center;
} 
.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
	display: none;
}

.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #333;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}

/* -------------------- top_sec2 -------------------- */
.top_sec2  {
	padding: 40px 0 40px 0;
}

/* -------------------- top_sec3 -------------------- */
.top_sec3  {
	padding: 40px 0 40px 0;
	background: url(img/fabric.png) repeat;
}

.saleUI_mini_wrap {}
.saleUI_mini {
	width: 400px;
	float: left;
	border-radius: 8px;
	margin: 0 20px;
}
.saleUI_mini a {
	text-decoration: none;
	box-shadow:0px 0px 20px -4px rgba(0,0,0,0.1);
	display: block;
	border-radius: 8px;
	background: white;
}
.saleUI_mini a:hover {
	box-shadow:0px 0px 40px -4px rgba(0,0,0,0.2);
	border-radius: 8px;
	filter:Alpha(opacity=70);
	opacity:0.7;
}

/* head */
.saleUI_mini .head {
	position: relative;
}
.saleUI_mini .head img.radius {
	border-radius: 8px 8px 0 0;
	width: 100%;
	height: auto;
}
.saleUI_mini .head .sale_badge {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

/* title */
.saleUI_mini .title {
	text-align: center;
	color: black;
	line-height: 1;
	padding: 20px 0;
	border-bottom: 1px solid #e1dfd8;
	font-size: 24px;
	font-weight: 700;
}

/* body */
.saleUI_mini .body {
	padding: 30px;
	color: #333 !important;
}

/* link */
.saleUI_mini .link {
	background-color: #009044;
	background-image: url(img/saleUI_link.png);
	background-repeat: no-repeat;
	background-position: top 12px right 12px;
	color: white;
	border-radius: 0 0 8px 8px;
	text-align: center;
	line-height: 40px;
}

/* Loop Slider */
.simply-scroll-container {
    position: relative;
}
.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}
.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.simply-scroll-list .saleUI_mini {
    float: left; /* Horizontal scroll only */
    padding: 0;
    margin: 0 20px;
    width: 400px;
    height: auto;
}

/* -------------------- top_sec4 -------------------- */
.top_sec4  {
	padding: 40px 0 60px 0;
}
.top_sec4 .btn {
	width: 50%;
	margin: 40px auto 0 auto;
}
.overflow_auto {
	overflow: auto;
	height: 300px;
}

/* eventUI_mini */
.eventUI_mini {
	border-top: 1px solid #e1dfd8;
}
.eventUI_mini li {
	border-bottom: 1px solid #e1dfd8;
}
.eventUI_mini span {
	font-family: 'Roboto Condensed', sans-serif;
}
.eventUI_mini a {
	color: black;
	text-decoration: none;
	display: block;
	padding: 20px 0;
}
.eventUI_mini a:hover {
	text-decoration: underline;
	opacity: 0.7;
}

/* blogUI_mini */
.blogUI_mini {
	border-top: 1px solid #e1dfd8;
}
.blogUI_mini li {
	border-bottom: 1px solid #e1dfd8;
}
.blogUI_mini li .thumb {
	float: left;
	width: 120px;
	margin-right: 20px;
}
.blogUI_mini li .thumb img {
	width: 120px;
	height: auto;
	border-radius: 8px;
}
.blogUI_mini li .text {
	float: left;
	width: calc(100% - 140px);
	line-height: 24px;
}
.blogUI_mini span {
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
}
.blogUI_mini a {
	color: black;
	text-decoration: none;
	display: block;
	padding: 20px 0;
}
.blogUI_mini a:hover {
	text-decoration: underline;
	opacity: 0.7;
}

/* ============================================================

	link

============================================================ */

.linkpage a {
	color: #f64501;
	text-decoration: underline;
}
.linkpage a:hover {
	text-decoration: none;
}

/* ============================================================

	給食用のパン archive

============================================================ */

.schoolUI_wrap {
	margin: -40px -20px 0 -20px;
	width: 1080px;
}

.schoolUI {
	width: 320px;
	float: left;
	margin: 40px 20px 0 20px;
	border-radius: 8px;
}

.schoolUI a {
	text-decoration: none;
	box-shadow:0px 0px 20px -4px rgba(0,0,0,0.1);
	display: block;
	border-radius: 8px;
	background: white;
}
.schoolUI a:hover {
	box-shadow:0px 0px 40px -4px rgba(0,0,0,0.2);
	border-radius: 8px;
	filter:Alpha(opacity=70);
	opacity:0.7;
}

/* head */
.schoolUI .head {
	width: 320px;
	height: 192px;
	overflow: hidden;
}
.schoolUI .head img.radius {
	border-radius: 8px 8px 0 0;
	width: 100%;
	height: auto;
}

/* title */
.schoolUI .title {
	text-align: center;
	color: black;
	line-height: 1;
	padding: 20px 0;
	border-bottom: 1px solid #e1dfd8;
	font-size: 18px;
	font-weight: 700;
}

/* link */
.schoolUI .link {
	background-color: #009044;
	background-image: url(img/saleUI_link.png);
	background-repeat: no-repeat;
	background-position: top 12px right 12px;
	color: white;
	border-radius: 0 0 8px 8px;
	text-align: center;
	line-height: 40px;
}

.genen {
	text-align: center;
	margin-bottom: 40px;
	font-size: 16px;
	font-weight: 700;
}

/* ============================================================

	給食用のパン single

============================================================ */

.school_photo {
	position: relative;
}
.school_photo img.radius {
	border-radius: 8px;
	width: 100%;
	height: auto;
}
.school_pdf {
	border: 1px solid #e1dfd8;
	border-radius: 8px;
	padding: 40px;
}
.school_pdf img {
	width: 100%;
	height: auto;
}
.school_pdf img:hover {
	opacity: 0.7;
}
.school_supplement {
	margin-top: 40px;
}
