/*! normalize.css v2.0.1 | MIT License | git.io/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/ * Corrects block display not defined in IE8/9. */

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {display: block}

/* Corrects inline-block display not defined in IE8/9. */

audio,canvas,video {display : inline-block}
    
/* Prevents modern browsers from displaying 'audio' without controls */

audio:not([controls]) { display: none;height: 0}

/* Addresses styling for 'hidden' attribute not present in IE8/9. */

[hidden] {display: none}


/* =============================================================================
   Base
   ========================================================================== */

/* 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom. */

html {
    font-family: sans-serif; /* 1 */
/* 日本語のfont-familyへの対応 */
    font-family: "Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo",sans-serif;
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */}

/* Removes default margin. */
body { margin : 0}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre { margin: 0 ;} /*上方向のmarginを0にします */

p {line-height: 1.8em;}

ul, li{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style:none;
}

/* =============================================================================
   Links
   ========================================================================== */

/* Addresses `outline` inconsistency between Chrome and other browsers. */

a:focus { outline: thin dotted}

/* Improves readability when focused and also mouse hovered in all browsers. */

a:hover,a:active { outline : 0}


/* =============================================================================
   Typography
   ========================================================================== */

html { font-size: 75%} /* レスポンシブ   タイプセッティングへの対応 */

/* Addresses `h1` font sizes within `section` and `article` in Firefox 4+, Safari 5, and Chrome. */

/* 禁則処理の追加 */
p,li,dt,dd,th,td,pre{
-ms-line-break: strict;
line-break: strict;
-ms-word-break: break-strict;
word-break: break-strict}

/*Addresses styling not present in IE 8/9, Safari 5, and Chrome.*/

abbr[title] { border-bottom : 1px dotted}

/* Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.*/

b, strong { font-weight : bold}

/*Addresses styling not present in Safari 5 and Chrome.*/
dfn { font-style: italic}

/*Addresses styling not present in IE 8/9.*/
mark { background: #ff0;
color: #000}

/* Corrects font family set oddly in Safari 5 and Chrome.*/
code, kbd, pre, samp {
font-family: monospace, serif;
font-size: 1em}

/*Improves readability of pre-formatted text in all browsers.*/
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word}


/*Sets consistent quote types.*/
q {quotes: “\201C” “\201D” “\2018” “\2019”;}

/*Addresses inconsistent and variable font size in all browsers.*/
small {font-size: 80%;}

/*Prevents `sub` and `sup` affecting `line-height` in all browsers.*/
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline}

sup {top: -0.5em}
sub {bottom: -0.25em}


/*=================================================================
   Embedded content
=================================================================*/
/*Removes border when inside `a` element in IE 8/9.*/


img {
max-width :100%; /* フルードイメージへの対応 */
vertical-align: middle; /* 追加箇所 */
border: 0}

/* IE8 max-widthバグへの対応*/
/* .ie8 img{width: auto; height: auto} */

/* Corrects overflow displayed oddly in IE 9.*/
svg:not(:root) {overflow: hidden}


/* =============================================================================
   Figures
   ========================================================================== */

/*Addresses margin not present in IE6/7/8/9, S5, O11*/

figure {margin: 0}


/* =============================================================================
   Forms
   ========================================================================== */


/* Define consistent border, margin, and padding*/

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/* 1. Corrects color not being inherited in IE 8/9.
 2. Remove padding so people aren’t caught out if they zero out fieldsets. */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */}

/* 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome */

button, input, select, textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 2 */
	margin: 0; /* 3 */}

/*Addresses Firefox 4+ setting `line-height` on `input` using `!important` in  the UA stylesheet.*/

button,input {line-height: normal; /* 1 */}

/* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`  and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type `input` and others. */

button,
input[type="button"],  /* 1 */
input[type="reset"], 
input[type="submit"] {
-webkit-appearance: button; /* 2 */
cursor: pointer; /* 3 */}/
}

/*Re-set default cursor for disabled elements. */
button[disabled],
input[disabled] {cursor: default}


/* 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9*/

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none}

/* Removes inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0}

/* 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers. */
textarea {
overflow: auto; /* 1 */
vertical-align: top; /* 2 */}


/* =============================================================================
   Tables
   ========================================================================== */

/* 
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* リセット記述終了 */

/* clearfix
------------------------------------------------------------*/
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height:0;
}

div,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre {
	box-sizing: border-box;	
}

/*下部に固定されるトップに戻るボタン*/
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 100%;
	z-index: 99;
}
#page-top a {
	background: rgba(204,204,204,0.5);
	text-decoration: none;
	color: #fff;
	padding: 12px 20px;
	text-align: center;
	display: block;
	border-radius: 2em;
}
#page-top a:hover {
	text-decoration: none !important;
	background: rgba(204,204,204,0.8);
}

/*以下共通パーツ-----------------------------------------------------------*/

.brsp{
	display: none;
}
.font1 {
	font-family: 'Timmana', sans-serif;
}
a:hover img {
	filter: alpha(style=0, opacity=50);
	opacity: 0.5;
}
a :hover {
	text-decoration: underline !important;
}
.white {
	color: #FFF;
}
.whitelink a {
	color: #FFF;
}
.black {
	color: #000;
}
.deconone {
	text-decoration: none;
}
.bordernone {
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}
@media screen and (max-width: 800px) {
.spHidden{
	display: none !important;
}
}
/*wordpressのログイン中のヘッダーを消す*/
#wpadminbar {
	display: none;
}
html,body{
	position: relative;
}


.headerWrap{
	width: 100%;
	margin: auto;
	background-color: rgba(255,255,255,0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.headerDiv{
	max-width: 1260px;
	width: calc(100% - 16px);
	padding-top: 8px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-diretion: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: space-between;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: center;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.headerLogo1{
	width: clamp(0px, 14.31vw , 127px);
}
.headerLogo2{
	width: clamp(0px, 20.78vw ,185px);
}
.headerLogo3{
	width: clamp(0px, 10.05vw ,94px);
}
.headerLogo4{
	width: clamp(0px, 17.64vw ,157px);
}
.headerLogo5{
	width: clamp(0px, 8.23vw ,73px);
}
.headerLogo6{
	width: clamp(0px, 10.19vw ,91px);
}

.headerLogo1 img{
	width: 100%;
	display: block;
}
.headerLogo2 img{
	width: 100%;
	display: block;
}
.headerLogo3 img{
	width: 100%;
	display: block;
}
.headerLogo4 img{
	width: 100%;
	display: block;
}
.headerLogo5 img{
	width: 100%;
	display: block;
}
.headerLogo6 img{
	width: 100%;
	display: block;
}

.headerVR1{
	width: 1px;
	border-left: 1px solid #6a6c71;
	height: clamp(0px, 9.01vw ,70px);
}
.headerVR2{
	width: 1px;
	border-left: 1px solid #6a6c71;
	height: clamp(0px, 5.49vw ,52px);
}
@media screen and (max-width: 639px) {


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

}
.headerDIVHR{
	max-width: 1260px;
	width: calc(100% - 8px);
	margin: auto;
	display: table;
}
.headerDIVHRL{
	width: 8px;
	height: 8px;
	background-image:url(../images/header-hr-L.gif);
	background-size: 8px;
	background-position: center center;
	background-repeat: no-repeat;
	display: table-cell;
}
.headerDIVHRC{
	width: calc(100% - 16px);
	height: 8px;
	background-image:url(../images/header-hr-C.gif);
	background-size: contain;
	background-position: center center;
	background-repeat: repeat-x;
	display: table-cell;
}
.headerDIVHRR{
	width: 8px;
	height: 8px;
	background-image:url(../images/header-hr-R.gif);
	background-size: 8px;
	background-position: center center;
	background-repeat: no-repeat;
	display: table-cell;
}
.headerSpace{
	width: 100%;
	height: clamp(0px ,10.6vw , 92px);
	background-color: #fff;
}
.p1Wrap{
	width: 100%;
	background-image:url(../images/p1-bgpc_large.jpg);
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
	height: 100vh;
	position: relative;
}
@media screen and (max-width: 499px) {
	.headerSpace{
		width: 100%;
		height: clamp(0px ,12vw , 92px);
		background-color: #fff;
	}

}
.p1mouse{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 19%;
}
.p1logo{
	position: absolute;
	display: block;
	width: 35%;
	top: 55%;
    right: 17%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

}
@media screen and (max-width: 1466px) {
	.p1Wrap{
		/* background-position: 55% top; */
		
	}
	.p1mouse{
		width: 270px;
	}

}
@media screen and (max-width: 1359px) {
	.p1Wrap{
		/* background-position: 55% -15px; */
		margin-bottom: -15px;
		height: calc(100vh + 15px);
	}
	.p1mouse{
		width: 270px;
	}
	.p1logo{
		width: 40%;
	    right: 10%;
	}

}
@media screen and (max-width: 1119px) {
	.p1Wrap{
		
		/* background-position: 50% -20px; */
		margin-bottom: -20px;
		height: calc(100vh + 20px);
	}
	.p1mouse{
		width: 270px;
	}
	.p1logo{
		width: 50%;
	    right: 10%;
	}

}
@media screen and (max-width: 979px) {
	.p1Wrap{
		background-image:url(../images/p1-bg.jpg);
		background-position: 35% -25px;
		margin-bottom: -25px;
		height: calc(100vh + 25px);
	}
	.p1mouse{
		width: 270px;
	}
	.p1logo{
		width: 55%;
	    right: 5%;
	    top: 50%;
	}

}
@media screen and (max-width: 799px) {
	.p1Wrap{
		background-position: 38% -40px;
		margin-bottom: -40px;
		height: calc(100vh + 40px);
	}
	.p1mouse{
		width: 240px;
	}
	.p1logo{
		width: 65%;
	    right: 5%;
	    top: 50%;
	}

}
@media screen and (max-width: 599px) {
	.p1Wrap{
		background-position: 39% -35px;
		margin-bottom: -35px;
		height: calc(100vh + 35px);
	}
	.p1mouse{
		width: 200px;
	}
	.p1logo{
		width: 80%;
	    right: 0%;
	    top: 45%;
	}

}
@media screen and (max-width: 459px) {
	.p1Wrap{
		background-position: 40% -60px;
		margin-bottom: -60px;
		height: calc(100vh + 60px);
		max-height: 620px;
	}
	.p1mouse{
		width: 180px;
	}
	.p1logo{
		width: 90%;
	    right: 0%;
	    top: 51%;
	}

}

.p2Wrap{
	width: 100%;
	background-image:url(../images/p2-bg.jpg);
	background-size: 50%;
	background-position: center top;
	background-repeat: repeat;
	padding: 13% 0 100px 0;
}
.p2Div{
	width: 100%;
	max-width: 1200px;
	padding: 10% 20px 5% 20px;
	margin: auto auto 112px auto;
	position: relative;
	/*aspect-ratio: 120 / 65;*/
	height: 54.5vw;
    max-height: 660px;
	overflow: hidden;
}
.p2mouse{
	width: 27%;
	height: auto;
	display: block;
	position: absolute;
	top: 8%;
	left: 3%;
	z-index: 10;
}
.p2cheese{
	width: 50%;
	height: auto;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 12;
}
.p2Fukidashi-pc{
	width: 74%;
	height: auto;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 11;

}
@media screen and (max-width: 899px) {
	.p2Div{
		/*aspect-ratio: 120 / 73;*/
		height: 60vw;
	}
	.p2mouse{
		width: 27%;
		top: 8%;
		left: 0%;
	}
	.p2cheese{
		width: 50%;
		bottom: 5%;
		left: 0;
	}
	.p2Fukidashi-pc{
		width: 82%;
		bottom: 0;
		right: -3%;
		z-index: 11;
	}
}
@media screen and (max-width: 749px) {
	.p2Div{
		/*aspect-ratio: 120 / 105;*/
		height: 88vw;
	}
	.p2mouse{
		width: 32%;
		height: auto;
		display: block;
		position: absolute;
		top: 35%;
		left: 0%;
		z-index: 13;
	}
	.p2cheese{
		width: 55%;
		height: auto;
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 14;
	}
	.p2Fukidashi-pc{
		width: 82%;
		height: auto;
		display: block;
		position: absolute;
		bottom: initial;
		top: 0;
		right: 0;
		z-index: 11;

	}
}
@media screen and (max-width: 539px) {
	.p2Wrap {
		padding: 13% 0 48px 0;
	}
	.p2Div {
		margin: auto auto 68px auto;
	}
}
.p3Div{
	width: calc(100% - 32px);
	max-width: 1200px;
	padding: 72px 32px 16px 32px;
	margin: auto;
	background-color: rgba(255,255,255,0.8);
}
.p3Midashi{
	width: 90%;
	max-width: 600px;
	margin: auto;
}
.p3P1{
	text-align: center;
	font-size: 1.3em;
	margin: 7% auto 0 auto;
	font-weight: bold;
}
@media screen and (max-width: 539px) {
	.p3Div{
		width: calc(100% - 24px);
		padding: 42px 16px 16px 16px;
	}
	.p3P1{
		text-align: left;
		font-size: 1.1em;
		margin: 12% auto 12% auto;
		font-weight: bold;
		width: 96%;
	}
}
.p3P2{
	width: 100%;
	max-width: 800px;
	margin: 5% auto 0 auto;

}
@media screen and (max-width: 799px) {
	.p3P2{
		width: 82%;
		max-width: 400px;
		margin: 5% auto 0 auto;

	}
}
.p3P3{
	width: 100%;
	max-width: 500px;
	margin: 5% auto 0 auto;

}
.p3Flex1{
	width: 100%;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-diretion: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: center;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.p3CheeseDIV1{
	width: 23%;
	margin: 3% 1% ;
}
@media screen and (max-width: 639px) {
	.p3CheeseDIV1{
		width: 46%;
		margin: 3% 2% ;
	}

}
.p3CheesePhoto{
	border-radius: 30px;
	margin: 0 0 -10% 0;
}
.p3CheeseMidashi{
	width: 90%;
	display: block;
	margin: auto;
}


.p3CheeseP1{
	width: 98%;
	display: block;
	margin: 1em auto 0 auto;
	font-size: 1.1em;
	font-weight: bold;
}
@media screen and (max-width: 499px) {
	.p3CheeseMidashi{
		width: 100%;
	}
	.p3CheeseP1{
		margin: 1.0em auto 1em auto;
		font-size: 1.0em;
	}

}
.p3-2Div{
	width: 100%;
	max-width: 1200px;
	padding: 0 0 0 0;
	margin: auto;
}
.p3FukidashiDIV1{
	width: 100%;
	max-width: 800px;
	margin: auto;
	display: table;
}
.p3FukidashiDIV1TD1{
	width: 75%;
	margin: auto;
	display: table-cell;
	vertical-align: middle;
}
.p3FukidashiDIV1TD2{
	width: 25%;
	margin: auto;
	padding: 10% 0 0 0;
	display: table-cell;
	vertical-align: middle;
}
.p3P4{
	width: 100%;
	max-width: 860px;
	margin: 6% auto 0 auto;

}
@media screen and (max-width: 799px) {
	.p3P4{
		width: 90%;
		max-width: 440px;
		margin: 10% auto 0 auto;

	}
}
.p3Assolatte{
	text-align: right;
	font-size: 1.1em;
	margin: 4.5em 0 0 0;
}
@media screen and (max-width: 539px) {
	.p3Assolatte{
		font-size: 0.9em;
	}

}

.p4Wrap{
	width: 100%;
	background-image:url(../images/p4-map-pc.gif);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	height: 100vh;
	position: relative;
}
.p4DIV1{
	width: 100%;
	max-width: 1280px;
	margin: auto;
	height: 100%;
	/*background-color: rgba(0,0,0,0.1);*/
	position: relative;
}


.p4DIV2{
	width: 50%;
	position: absolute;
	top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.p4DIV2Head{
	width: 100%;
	background-image:url(../images/p4-bg-head.png);
	background-size: 100% 100%;
	background-position: center top;
	background-repeat: no-repeat;
	height: 24px;
}

.p4DIV2Foot{
	width: 100%;
	background-image:url(../images/p4-bg-foot.png);
	background-size: 100% 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 24px;
}
.p4DIV2Content{
	width: 100%;
	background-image:url(../images/p4-bg-middle.png);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: repeat-y;
	padding: 2em 0;
}
.p4DIV2Content h2{
	width: 100%;
	max-width: 600px;
	display: block;
	margin: auto;
}
.p4DIV2ContentP1{
	font-size: 1.3em;
	color: #555;
	line-height: 2em;
	text-align: left;
	font-weight: bold;
	padding: 1em 3.5em;
	margin: 2em 0;
}
.p4Animal{
	width: calc(90% - 3.5em);
	display: block;
	margin: 1em auto 0 auto;
}
.p4MapSP_root{
	display: none;
}
.p4Italianoshu{
	position: absolute;
	top: 18%;
	right: 0;
	width: 20%;
}

@media screen and (max-width: 1799px) {
	
}
@media screen and (max-width: 1069px) {
	.p4Wrap{
		width: 100%;
		background-image:url(../images/p4-map-pc.gif);
		background-size: cover;
		background-position: 58% top;
		background-repeat: no-repeat;
		height: 100vh;
		position: relative;
	}
	.p4DIV2{
		width: 40%;
	}
	.p4DIV2ContentP1{
		font-size: 1.2em;
		padding: 1em 2.5em;
	}
	.p4Italianoshu{
		right: 5%;
	}
}
@media screen and (max-width: 839px) {
	.p4Wrap{
		background-image:url(../images/p4-bg-sp.gif);
		background-size: 128px;
		background-position: center top;
		background-repeat: repeat;
		min-height: 100vh;
		height: auto !important;
		padding: 10% 0;
	}
	.p4DIV2{
		width: 100%;
		position: relative;
		top: initial;
		left: initial;
	    transform: translateY(0%);
	    -webkit-transform: translateY(0%);
	    -ms-transform: translateY(0%);

	}
	.p4DIV2Head{
		height: 18px;
	}

	.p4DIV2Foot{
		height: 18px;
	}
	.p4DIV2ContentP1{
		font-size: 1.2em;
		padding: 1em 3.5em;
	}
	.p4Italianoshu{
		display: none;
	}
	.p4MapSP_root{
		width: calc(90% - 1.0em);
		display: block;
		margin: 3em auto 0 auto;
		position: relative;
	}
	.p4_ship_sp{
		width: 24%;
        position: absolute;
        top: 55%;
        left: 33%;
        z-index: 10;
	}
	.p4MapSP{
		width: 100%;
		display: block;
		
	}
}

.p5Wrap{
	width: 100%;
	background-image:url(../images/p5-bg.gif);
	background-size: 360px;
	background-position: center top;
	background-repeat: repeat;
	padding: 10em 0;
}
.p5Div1{
	width: calc(100% - 2em);
	max-width: 1280px;
	background-color: rgba(255,255,255,0.8);
	margin: auto;
	padding: 11% 50px 100px 50px;
}
@media screen and (max-width: 699px) {
	.p5Div1{
		padding: 7% 1em 50px 1em ;
	}
}
.p5Div1 h2{
	width: 100%;
	max-width: 800px;
	margin: auto;
}

.p5Div1MesDIV1{
	width: 100%;
	max-width: 800px;
	margin: 8% auto 0 auto;
	position: relative;
}
.p5Div1MesDIV2{
	width: 100%;
	position: relative;
}
.p5Fukidashi{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 10;
}
.p5mouse{
	width: 40%;
	height: auto;
	display: block;
	position: absolute;
	z-index: 11;
	top: 15%;
	right: 0;
}
.p5illust1{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 12;
	margin: -12% 0 0 0;
}
.p5_linkbtn_repicelist{
	width: clamp(180px,45% ,350px);
	display: block;
	margin: 40px auto 0 auto;


}
.p5_linkbtn_repicelist img{
	width: 100%;
	display: block;
}
@media screen and (max-width: 699px) {
	.p5Div1MesDIV1{
		width: 100%;
		max-width: 400px;
	}
	.p5illust1{
		margin: -15% 0 0 0;
	}
}


.p5Head{
	width: 50%;
	max-width: 210px;
	display: block;
	height: auto;
	margin: auto;
}

@media screen and (max-width: 699px) {
	.p5Div1{
		padding: 7% 1em 50px 1em ;
	}
}



.p5Wrap{
	width: 100%;
	background-image:url(../images/p5-bg.gif);
	background-size: 360px;
	background-position: center top;
	background-repeat: repeat;
	padding: 10em 0;
}
.p5Div1{
	width: calc(100% - 2em);
	max-width: 1280px;
	background-color: rgba(255,255,255,0.8);
	margin: auto;
	padding: 11% 50px 100px 50px;
}
@media screen and (max-width: 699px) {
	.p5Div1{
		padding: 7% 1em 50px 1em ;
	}
}







.p6Wrap{
	width: 100%;
	background-image:url(../images/p2-bg.jpg);
	background-size: 50%;
	background-position: center top;
	background-repeat: repeat;
}
.p6Div1{
	width: 100%;
	max-width: 900px;
	padding: 5% 10px;
	margin: auto;
}
.p6Div1L{
	width: 53%;
	float: left;
	position: relative;
}
.p6Div1R{
	width: 40%;
	float: right;
	padding: 2em;
	border: 4px solid #e9ccad;
	background-color: #fff;
	border-radius: 20px;
	margin: 0 5% 0 0;

}
.p6Fukidashi{
	width: 90%;
	display: block;
	position: relative;
	z-index: 10;
	margin: 3% 0 0 0;
}
.p6Mouse{
	width: 45%;
	display: block;
	position: absolute;
	z-index: 11;
	top: 90%;
	right: 10%;
}
@media screen and (max-width: 649px) {
	.p6Div1{
		width: 100%;
		max-width: 900px;
		padding: 10% 10px;
		margin: auto;
	}
	.p6Div1L{
		width: 50%;
		float: left;
		position: relative;
	}
	.p6Div1R{
		width: 50%;
		float: right;
		padding: 1.5%;
		border: 4px solid #e9ccad;
		background-color: #fff;
		border-radius: 20px;
		margin: 0 0 0 0;

	}
	.p6Fukidashi{
		width: 98%;
		margin: 20% 0 0 0;
	}
	.p6Mouse{
		width: 45%;
		top: 90%;
		right: 10%;
	}
}

.footerWrap{
	position: relative;
	width: 100%;
}
.footerDIV1{
	width: 100%;
	max-width: 1200px;
	padding: 0.5em 20px 5px 20px;
	margin: auto;
}
.footerL{
	float: left;
	padding: 20px 10px 10px 20px;
}
.footerR{
	float: left;
	width: 100px;
}
.footerP1{
	font-size: 1.2em;
	color: #333;
	line-height: 1em;
	text-align: left;
	font-weight: bold;
}
.footerP2{
	margin: 0.5em 0 0 0;
	font-size: 1.1em;
	color: #333;
	line-height: 1.72em;
	text-align: left;
	font-weight: normal;
}
.footerP2 a{
	color: #333;
}
.footerInsta {
	text-decoration: none;
	color: #000;
	display: inline;
}
.footerInsta img{
	width: 20px;
	height: auto;
	margin: -3px 3px 0 1em;
}
.footerTwitter {
	text-decoration: none;
	color: #000;
}
.footerTwitter img{
	width: 20px;
	height: auto;
	margin: -3px 3px 0 0.3em;
}
.footerP3{
	clear: both;
	line-height: 1em;
	text-align: center;
	padding: 1em 0 0 0;
}

@media screen and (max-width: 835px) {
	
	.footerSNS {
		display: block;
		margin: 1.25em auto 0 auto;
	}
	.footerInsta img{
		width: 20px;
		height: auto;
		margin: -3px 3px 0 0;
	}

}
@media screen and (max-width: 649px) {
	.footerL{
		float: none;
		padding: 20px 10px 10px 0;
		
	}

	.footerR{
		float: none;
		width: 100px;
		margin: auto;
	}
	.footerP1{
		text-align: center;
	}
	.footerP2{
		text-align: center;
		font-size: 1.0em;
	}
	.footerInsta {
		margin: 1em auto 0 auto;
		font-size: 1.2em;
	}
	
}
.fix_btn_recipe{
	width: clamp(120px , 25% , 220px);
	display: block;
	position: fixed;
	left: 0;
	bottom: 30px;
	z-index: 20;
}
.fix_btn_recipe img{
	width: 100%;
	display: block;
}
/* レシピ一覧ページ */
.recipelistWrap{
	width: 100%;
	background-image:url(../images/p5-bg.gif);
	background-size: 360px;
	background-position: center top;
	background-repeat: repeat;
	padding: 10em 0;
}
.recipelistDiv1{
	width: calc(100% - 2em);
	max-width: 1280px;
	background-color: rgba(255,255,255,0.8);
	margin: auto;
	padding: 50px 50px 100px 50px;
}
@media screen and (max-width: 699px) {
	.recipelistWrap {
		padding: 2em 0;
	}
	.recipelistDiv1{
		padding: 1em 1em 50px 1em ;
	}
}
.recipelistDiv2{
	width: 100%;
	padding: 0 3em 0em 3em;
	background-color: #fff;
	border-radius: 30px;
	margin: 0;
}
@media screen and (max-width: 799px) {
	.recipelistDiv2{
		padding: 0 1em 1.5em 1em;
		border-radius: 20px;
	}
}

.recipelistDiv_head1{
	width: clamp(280px , 60% , 500px);
	    padding: 5em 0 0 0;
	margin: 0 auto;
}
.recipelistTopback{
	width: 100%;
	margin: 4em auto 0 auto;
	text-align: center;
}
.recipelistTopback a{
	color: #fff;
	font-weight: bold;
	background-color: #000;
	padding: 0.5em 1em;
	border-radius: 30px;
	text-decoration: none;
}
.recipelistTopback a:hover{
	text-decoration: underline;
}
@media screen and (max-width: 699px) {
	.recipelistDiv_head1{
			padding: 3em 0 0 0;
	}
	.recipelistTopback{
		margin: 3em auto 0 auto;
	}
}


.recipelist_searchDIV{
	width: 100%;
    margin: 16px auto 0 auto;
    border-radius: 20px;
    border: 3px solid #5da9e8;
    padding: 1.5em;
}
.recipelist_search_flex {
	display: flex;
	flex-wrap: wrap;
	gap: 1em 0;
}

.recipelist_checkboxLabel {
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	width: 33.3%;
	font-size: 1em;
	color: #000;
	line-height: 1.2em;
	text-align: left;
	font-weight: 900;
}
@media screen and (max-width: 1149px) {
	.recipelist_checkboxLabel {
		width: 50%;
	}
}
@media screen and (max-width: 849px) {
	.recipelist_checkboxLabel {
		width: 100%;
	}
}
@media screen and (max-width: 439px) {
	.recipelist_checkboxLabel{
		font-size: 0.9em;
	}
}


.recipelist_checkbox {
  appearance: none;
  position: relative;
  width: 19px;
  height: 19px;
  border: 2px solid #5da9e8;
  border-radius: 6px;
  cursor: pointer;
}

.recipelist_checkbox:checked {
  background-color: #5da9e8;
}

.recipelist_checkbox:checked::after {
    content: "";
    position: absolute;
    top: 3.5px;
    left: 2.5px;
    width: 8px;
    height: 4px;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    transform: rotate(-45deg);
}










.recipelistSearch_head1{
	font-size: 1.5em;
    color: #fff;
    line-height: 1em;
    text-align: center;
    font-weight: 900;
    margin: 2.8em auto 0 auto;
	background-color: #5da9e8;
	border-radius: 9999px;
	padding: 0.5em 2em;
	width: fit-content;
}

.recipelistSearch_head2{
	font-size: 1.5em;
    color: #fff;
    line-height: 1em;
    text-align: center;
    font-weight: 900;
    margin: 2.8em auto 0 auto;
	background-color: #d4b04f;
	border-radius: 9999px;
	padding: 0.5em 2em;
	width: fit-content;
}
.recipelistSearch_name{
	font-size: 1.6em;
    color: #000;
    line-height: 1.2em;
    text-align: center;
    font-weight: 900;
    margin: 1.5em auto 0 auto;
}
@media screen and (max-width: 699px) {

	.recipelistSearch_head1 {
		margin: 1.6em auto 0 auto;
	}
}
@media screen and (max-width: 539px) {
	.recipelistSearch_head1{
		font-size: 1.3em;
	}

	.recipelistSearch_head2{
		font-size: 1.3em;
	}
	.recipelistSearch_name{
		font-size: 1.2em;
	}
}


.recipelistSonotaBanner{
	width: 100%;
	max-width: 800px;
	margin: 8% auto 2.5% auto;
	display: block;
}
@media screen and (max-width: 699px) {
	.recipelistSonotaBanner{
		width: 100%;
		max-width: 500px;
		margin: 8% auto 0 auto;
		display: block;
	}
}

.recipelistDiv3{
	width: 100%;
	padding: 0 0 3em 0;
	background-color: #fff;
	border-radius: 30px;
	margin: 16px 0 0 0;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: space-between;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}



.recipelistSonotaBannerDIV{
	width: calc(50% - 1.0em);
	height: auto;
	border-radius: 18px;
	border: 3px solid #81573d;
	display: table;
	margin: 2em 0 0% 0;
}
.recipelistRecipeBannerDIV_kurashiru{
	border: 3px solid #d4b04f!important;
}
.recipelistSonotaBannerDIVL{
	display: table-cell;
	width: 100px;
	padding: 0;
	border-radius: 14px 0 0 14px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.recipelistSonotaBanner101{
	background-image:url(../images/thumb_recipe1.jpg);
}
.recipelistSonotaBanner102{
	background-image:url(../images/thumb_recipe2.jpg);
}
.recipelistSonotaBanner103{
	background-image:url(../images/thumb_recipe3.jpg);
}
.recipelistSonotaBanner104{
	background-image:url(../images/thumb_recipe4.jpg);
}
.recipelistSonotaBanner1{
	background-image:url(../images/thumb_sonota_1.jpg);
}
.recipelistSonotaBanner2{
	background-image:url(../images/thumb_sonota_2.jpg);
}
.recipelistSonotaBanner3{
	background-image:url(../images/thumb_sonota_3.jpg);
}
.recipelistSonotaBanner4{
	background-image:url(../images/thumb_sonota_4.jpg);
}
.recipelistSonotaBanner5{
	background-image:url(../images/thumb_sonota_5.jpg);
}
.recipelistSonotaBanner6{
	background-image:url(../images/thumb_sonota_6.jpg);
}
.recipelistSonotaBanner7{
	background-image:url(../images/thumb_sonota_7.jpg);
}
.recipelistSonotaBanner8{
	background-image:url(../images/thumb_sonota_8.jpg);
}
.recipelistSonotaBanner9{
	background-image:url(../images/thumb_sonota_9.jpg);
}
.recipelistSonotaBanner10{
	background-image:url(../images/thumb_sonota_10.jpg);
}
.recipelistSonotaBanner11{
	background-image:url(../images/thumb_sonota_11.jpg);
}
.recipelistSonotaBanner12{
	background-image:url(../images/thumb_sonota_12.jpg);
}
.recipelistSonotaBanner13{
	background-image:url(../images/thumb_sonota_13.jpg);
}
.recipelistSonotaBanner14{
	background-image:url(../images/thumb_sonota_14.jpg);
}
.recipelistSonotaBanner15{
	background-image:url(../images/thumb_sonota_15.jpg);
}
.recipelistSonotaBanner16{
	background-image:url(../images/thumb_sonota_16.jpg);
}
.recipelistSonotaBanner17{
	background-image:url(../images/thumb_sonota_17.jpg);
}
.recipelistSonotaBanner18{
	background-image:url(../images/thumb_sonota_18.jpg);
}
.recipelistSonotaBanner19{
	background-image:url(../images/thumb_sonota_19.jpg);
}
.recipelistSonotaBanner20{
	background-image:url(../images/thumb_sonota_20.jpg);
}
.recipelistSonotaBanner21{
	background-image:url(../images/thumb_sonota_21.jpg);
}
.recipelistSonotaBanner22{
	background-image:url(../images/thumb_sonota_22.jpg);
}
.recipelistSonotaBanner23{
	background-image:url(../images/thumb_sonota_23.jpg);
}
.recipelistSonotaBanner24{
	background-image:url(../images/thumb_sonota_24.jpg);
}
.recipelistSonotaBanner25{
	background-image:url(../images/thumb_sonota_25.jpg);
}
.recipelistSonotaBanner26{
	background-image:url(../images/thumb_sonota_26.jpg);
}
.recipelistSonotaBanner27{
	background-image:url(../images/thumb_sonota_27.jpg);
}
.recipelistSonotaBanner28{
	background-image:url(../images/thumb_sonota_28.jpg);
}
.recipelistSonotaBanner29{
	background-image:url(../images/thumb_sonota_29.jpg);
}
.recipelistSonotaBanner30{
	background-image:url(../images/thumb_sonota_30.jpg);
}

.recipelistSonotaBannerDIVR{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 0.5em 0;

}
.recipelistSonotaBannerDIVR p{
	text-align: left;
	font-size: 1.4em ;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0 1em;
	letter-spacing: -1px;
}
.recipelistSonotaBannerDIVR p span{
	font-size: 75% ;
	color: #000;
	display: block;
	margin: 0.3em 0 0 0;
	font-weight: normal;
	line-height: 1.2em;
	letter-spacing: 0;
}
.recipelistSonotaBannerDIVR a{
	display: block;
	width: 60%;
	max-width: 180px;
	margin: 1em auto 0 auto;
}
@media screen and (max-width: 1199px) {
	.recipelistSonotaBannerDIVL img{
		height: 115px;
	}
}
@media screen and (max-width: 949px) {
	.recipelistSonotaBannerDIVL img{
		height: 130px;
	}
}
@media screen and (max-width: 799px) {
	.recipelistDiv3{
		width: 100%;
		padding: 0 1em 1em 1em;
		margin: 5% 0 0 0;
	}
	.recipelistSonotaBannerDIV{
		width: 100%;
		margin: 1em 0 0% 0;
	}
	.recipelistSonotaBannerDIVL{
		width: 100px;
	}
	.recipelistSonotaBannerDIVR p{
		font-size: 1.2em ;
		font-weight: bold;
	}
	.recipelistSonotaBanner4BR{
		display: none;
	}
	.recipelistSonotaBannerDIVR a{
		width: 80%;
	}
}



/* レシピ個別ページ */
.recipePWrap{
	width: 100%;
	background-image:url(../images/p2-bg.jpg);
	background-size: 50%;
	background-position: center top;
	background-repeat: repeat;
}
.recipePArea{
	width: 100%;
	max-width: 1200px;
	padding: 4% 20px 5% 20px;
	margin: auto auto 0 auto;
	position: relative;
}
.recipePDiv1{
	width: 100%;
	padding: 7% 4em 2em 4em;
	background-color: #fff;
	border-radius: 30px;
	margin: 5% auto 0 auto;
	max-width: 1000px;
	
}
.recipePMidashi1{
	font-size: 2.4em;
	color: #333;
	line-height: 1.2em;
	text-align: center;
	font-weight: bold;
}
.recipePMidashi1Chuchaku{
	font-size: 1.2em;
    color: #333;
    line-height: 1.8em;
    text-align: center;
    font-weight: normal;
    margin: 0.25em auto 10% auto;
    width: 100%;
}
.recipePMidashi1Chuchaku2{
	font-size: 1.2em;
    color: #333;
    line-height: 1.8em;
    text-align: center;
    font-weight: normal;
    margin: 0.5em auto 5% auto;
}
.recipePThumb1{
	display: block;
    margin: 10% auto 0 auto;
    width: 70%;
    max-width: 400px;
}
.recipePZairyoDIV1{
	width: 100%;
	background-color: #fff1cc;
	padding: 2em 2em 0.5em 2em;
	box-shadow: 4px 4px 0 #ccc;
	margin: 1em auto 4em auto;
}
.recipePMidashi2{
	font-size: 1.8em;
	color: #333;
	line-height: 1em;
	text-align: left;
	font-weight: bold;
	margin-left: -0.6em;
}
.recipePMidashi2-2{
	font-size: 1.4em;
	color: #333;
	line-height: 1em;
	text-align: left;
	font-weight: bold;
	margin: 1em 0 -0.5em 0;
}
.recipePZairyoTable1{
	width: 100%;
	margin: 1em auto 2.5em auto;

}
.recipePZairyoTable1 tr{
	border-bottom: 2px dotted #ccc;
	
}
.recipePZairyoTable1 th{
	padding: 0.5em 0;
	text-align: left;
	font-size: 1.2em;
	color: #555;
	line-height: 1.4em;
	font-weight: bold;
	
}
.recipePZairyoTable1 td{
	padding: 0.5em 0;
	text-align: right;
	font-size: 1.2em;
	color: #555;
	line-height: 1.4em;
	font-weight: bold;
	
}
.recipePMidashi3{
	font-size: 1.8em;
	color: #333;
	line-height: 1em;
	text-align: left;
	font-weight: bold;
	margin: 2.5em 0 1.2em -0.6em;
}
.recipePMidashi4{
	font-size: 1.4em;
	color: #333;
	line-height: 1em;
	text-align: left;
	font-weight: bold;
	margin: 1em 0 0 0em;
}
.recipePP1{
	font-size: 1.2em;
	color: #555;
	line-height: 2em;
	text-align: left;
	font-weight: bold;
	margin: 1em auto 2em auto;
	width: 100%;
}
.recipePText_link_orangepagenet{
	font-size: 1.2em;
	color: #555;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
	margin: 2.5em auto 0 auto;
	width: 100%;
}
.recipePText_link_orangepagenet a{
	color: #db7900;
}
.recipePTextRight{
	font-size: 1.2em;
	color: #555;
	line-height: 2em;
	text-align: right;
	font-weight: normal;
	margin: 2.5em auto 0 auto;
	width: 100%;
}
.recipePMidashi3{
	font-size: 2.0em;
	color: #333;
	line-height: 1.2em;
	text-align: left;
	font-weight: bold;
	margin-left: 0em;
}
.recipeHR1{
	width: 100%;
	border-top: 2px dotted #ccc;
	margin-top: 3.5em;
}
.recipeTopback{
	width: 100%;
	margin: 2em auto 0 auto;
	text-align: center;
}
.recipeTopback a{
	color: #fff;
	font-weight: bold;
	background-color: #000;
	padding: 0.5em 1em;
	border-radius: 30px;
	text-decoration: none;
}
.recipeTopback a:hover{
	text-decoration: underline;
}
@media screen and (max-width: 649px) {
	.recipePDiv1{
		width: 100%;
		padding: 7% 2em 2em 2em;
		background-color: #fff;
		border-radius: 30px;
		margin: 5% auto 0 auto;
		max-width: 1000px;
		
	}
	.recipePZairyoTable1 th{
		font-size: 1.1em;
	}
	.recipePZairyoTable1 td{
		font-size: 1.1em;
	}
	.recipePMidashi1{
		font-size: 1.8em;
	}
	.recipePMidashi3{
		font-size: 1.5em;
	}
	.recipePP1{
		font-size: 1.1em;
	}
	.recipePTextRight{
		font-size: 1.1em;
	}
	.recipePText_link_orangepagenet{
		font-size: 1.1em;
	}
}
@media screen and (max-width: 499px) {
	.recipePZairyoTable1 th{
		font-size: 1.0em;
	}
	.recipePZairyoTable1 td{
		font-size: 1.1em;
	}
	.recipePMidashi1{
		font-size: 1.6em;
	}
	.recipePMidashi3{
		font-size: 1.5em;
	}
	.recipePP1{
		font-size: 1.0em;
	}
	.recipePTextRight{
		font-size: 1.0em;
	}
	.recipePText_link_orangepagenet{
		font-size: 1.0em;
	}
	.recipePText_link_orangepagenet .brsp{
		display: block;
	}
}