/*!
Theme Name: delicakitchen
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: delicakitchen
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

delicakitchen is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/
body {
	margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
	display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/
a {
	background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
	font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
* Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/
img {
	border-style: none;
}

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

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
	overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
	text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*		`fieldset` elements in all browsers.
*/
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
	vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
	overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
	display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
	display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/
template {
	display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
width: 100%;
}

.map_list{    border: 1px #000000 solid;
    padding: 3px;
    font-size: 50%;
    vertical-align: middle;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.recruit_button{
    margin: auto 10px;
    width: 100%; /*50%;*/
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



/*-----------------------------------------------------------
* Reset CSS
-----------------------------------------------------------*/

html{
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}

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

table{
	border-collapse:collapse;
	border-spacing:0;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:0;
}

hr,legend {
	display:none;
}

p {
	margin:0;
	padding:0;
}

/* end MacIE5 */
img{
	border:0;
	vertical-align:bottom;
	margin:0 auto;
	padding:0;
	max-width: 100%;
}

a{
	color: #000;
	text-decoration: none;
}
/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display:inline-block;
}

/* Hides from mac */
* html .clearfix {height: 1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/



/*-----------------------------------------------------------
* Custom CSS
-----------------------------------------------------------*/

body{
	color:#000000;
	font-family:-apple-system,"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size:16px;
	line-height:1;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	box-sizing: border-box;
}

.container{
	max-width:1200px;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0;
	box-sizing: border-box;
}

.header_top{
	letter-spacing: -0.4em;
	padding: 20px 0;
}

.header_top .header_logo{
	letter-spacing: 0;
	width: 450px;
	display: inline-block;
	vertical-align: middle;
}

.header_top .right_nav{
	width: calc(100% - 450px);
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}

.header_top .right_nav li{
	letter-spacing: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.header_top .right_nav li:last-child{
	margin-right: 0;
}

.header_top .right_nav li a {
	width: 80px;
	height: 80px;
	display: block;
	border: 1px solid #F58756;
	border-radius: 100%;
	display: flex;
}

.header_top .right_nav li a img{
	width: auto;
	height:60px; /*42px;*/
	margin:auto auto;
	display: block;
}

.main_top {
	padding: 140px 0;
	text-align: center;
	background: url(/wp/wp-content/uploads/2021/12/main.jpg) no-repeat center;
	background-size: cover;
}

.main_top span {
	display: block;
	font-weight: bold;
	color: #FFF;
	font-size: 62px;
	line-height: 1.4;
	margin-bottom: 40px;
	text-shadow: 0 0 10px rgb(0, 0, 0);
}

.main_top img{
	width: 150px;
	-webkit-filter: drop-shadow(0 0 10px #000);
	filter: drop-shadow(0 0 10px #000);
}

.lineup{
	padding: 120px 0;
}

.sec_ttl{
	text-align: center;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	font-size: 43px;
	color: #625149;
	padding-bottom: 6px;
	margin-bottom: 60px;
}

.sec_ttl {
    display: flex;
    align-items: center;
}

.sec_ttl:before,
.sec_ttl:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #625149;
}

.sec_ttl:before {
    margin-right: 1rem;
}

.sec_ttl:after {
    margin-left: 1rem;
}





.lineup ul{
	letter-spacing: -0.4em;
}

.lineup ul li{
	display: inline-block;
	vertical-align: top;
    /* width: calc(50% - 20px);*/
	width: 100%;
	margin-right: 40px;
}

.lineup ul li:nth-child(2n){
	margin-right: 0;
}

.lineup ul li .img {
	display: block;
	width: 100% !important;
	margin-bottom: 20px;
	cursor:pointer;
}


.lineup ul li img{    width: 100% !important;
    object-fit: cover;
    height: 400px;}

.popup_link img{
	height: 500px !important;
}


.lineup ul li .luc_btm{
	display: flex;
	position: relative;
	padding-bottom: 50px;
}

.lineup ul li .coupon {
	position: absolute;
	width: 170px;
	letter-spacing: 0;
	background: #00305B;
	text-align: center;
	height: 40px;
	line-height: 40px;
	bottom: 0;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;

}

.lineup ul li .coupon a {
	color: #FFF;
	font-size: 26px;
}

.lineup ul li .lu_cate{
	width: 100px;
	min-width: 80px;
	height: 80px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	margin-right: 10px;
	overflow: hidden;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	font-size: 22px;
	color: #fff;
	padding: 10px 10px;
	box-sizing: border-box;
	height: 100%;
	font-weight: bold;
}

.lineup ul li .lu_cate.new{
	background:#5A6C38;
	line-height: 60px;
}

.lineup ul li .lu_cate.osusume{
	background:#EE4061;
	line-height: 60px;
	font-size: 15px;
}

.lineup ul li .lu_cate.kikangentei{
	background:#F58756;
	line-height: 30px;
}

.lineup ul li .lu_cate:last-child{
	margin-right: 20px;
}

.lineup ul li h3 {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	font-size: 28px;
	font-weight: bold;
	width: 100%;
	line-height: 40px;
	color: #625149;
	position:relative;
	box-sizing: border-box;
	width: 100%;
	padding-right: 50px;
	cursor:pointer;
}

.lineup ul li h3:before{
	content: "";
	width: 50px;
	height: 50px;
	background: url(/wp/wp-content/uploads/2021/12/arrow_right.png) no-repeat 17px center, #625149;
	background-size: 22px;
	position: absolute;
	border-radius: 100%;
	right: 0;
	top: 15px;
	display:none;
}

.popup_box{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;
	z-index:99;
	letter-spacing:0;
	display: flex;
}

li.opened .popup_box {
	visibility: visible;
	opacity: 1;
}

.popup_box .close_bg{
	position:absolute;
	width:100%;
	height:100%;
	z-index:98;
}

.popup_box .popup_content{
	background: #fff;
	width: calc(100% - 20px);
	max-width:500px;
	position: relative;
	transition: 0.02s ;
	box-sizing:border-box;
	margin:auto auto;
	padding: 20px;
	z-index:99;
}

.popup_box .popup_content .box{
	border:1px solid #625049;
	padding:10px 10px 10px 10px;
	letter-spacing:-0.4em;
}

.popup_box .popup_content .close {
	padding: 0 10px;
	line-height: 18px;
	background: #625049;
	display: block;
	height: 20px;
	border-radius: 12px;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	letter-spacing: 0;
	text-align: center;
	width: 95px;
	margin:0 auto;
}

.popup_box .popup_content .close > span{
	color:#F58756;

}

.popup_box .popup_content .close > span > span {
	font-size: 16px;
	margin-right: 6px;
	vertical-align: revert;
}

.popup_box .popup_content .left {
	letter-spacing: 0;
	display: block;
	width: 100%;
}

.popup_box .popup_content .right{
	letter-spacing:0;
	display:block;
	width:100%;
	color:#62514A;
	line-height:1.4;
	text-align:left;
	margin-bottom: 20px;
}

.popup_box .popup_content .right span{
	display:block;
	margin-top:10px;
	font-size:14px;
}

.popup_box .popup_content .left .ppp_ttl {
	background: #E0DCDB;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	border-radius: 5px;
	color: #62514A;
	font-weight: bold;
	margin-bottom: 20px;
}

.popup_box .popup_content .left .img {
	margin-bottom:10px;
	text-align: center;
}











.topics{

}

.topics .container{
	padding: 60px 0px;
	background: url(/wp/wp-content/uploads/2021/12/tpcs_bg.jpg) center no-repeat;
	background-size: cover;
}

.topics.archive .container{
	background:none;
	padding:0 0;
}

.topics ul{

}

.topics ul li {
	padding: 25px 20px;
	border-bottom: dashed 2px #625149;
	letter-spacing: -0.4em;
}

.topics ul li:last-child {
	border-bottom: none;
}

.topics ul li .img {
	width: 400px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	margin-right: 20px;
}

.topics ul li .img img{
	width:100%;
	display: block;
	height:300px;
    object-fit: cover;
}

.topics ul li .tbc_list{
	width: calc(100% - 425px);
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
}

.topics ul li .tbc_list .date{
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
	color: #625149;
	margin-right: 30px;
}

.topics ul li .tbc_list .cate{
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	padding: 0 5px;
	line-height: 30px;
	text-decoration: none;
}

.topics ul li .tbc_list .cate.kikangentei{
	background:#5A6C38;
}

.topics ul li .tbc_list .cate.natsunoshinshohin{
	background:#F58756;
}

.topics ul li .tbc_list .cate.osusume{
	background:#EE4061;
}

.topics ul li .tbc_list h3{
	width: 100%;
	font-size: 28px;
	line-height: 1.3;
}

.topics ul li .tbc_list h3 a{
	color: #625149;
}

.topics .more{
	padding: 0 15px 0 55px;
	line-height: 35px;
	background: #625049;
	display: block;
	height: 35px;
	border-top-left-radius: 35px;
	border-bottom-left-radius: 35px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0;
	text-align: center;
	margin: 0 0px 0 auto;
	width:fit-content;
}

.topics .more > span {
	color: #F58756;
	display:inline-block;
	vertical-align:bottom;
}

.topics .more img {
	width: 20px;
	margin-left: 25px;
	display: inline-block;
	vertical-align: middle;
}

.sns_bnnr{
	padding: 50px 0 100px 0; /*120px 0;*/
	letter-spacing: -0.4em;
}

.sns_bnnr .fbanner{
	display: inline-block;
	vertical-align: bottom;
	letter-spacing: 0;
	width: 735px;
	margin-right: 2%;
}

.sns_bnnr .fbanner a{

}

.sns_bnnr .fbanner img{

}

.sns_bnnr .insta{
	letter-spacing: 0;
	display: inline-block;
	vertical-align: bottom;
	width: 35%;
	margin-left: 1%;
    background: url(/wp/wp-content/uploads/2021/12/backgra.jpg);
    background-size: cover;
	padding:20px;
}

.sns_bnnr .insta_frame{
	border-radius:30px;
	background:#ffffff;
	padding:10px;
}

.sns_bnnr .insta .insta_logo{
	width: 40px;
	display: block;
	margin: 0 auto 0px;
}

.sns_bnnr .insta .insta_sample{
	width: 100%;
	display: block;
}

footer{
	margin: 25px 0 40px;
}

.footer_top  .footer_logo{
	display: inline-block;
	vertical-align: bottom;
	margin-right: 80px;
	letter-spacing:-0.4em;
}

.footer_top  .footer_logo .f_one{
	width: 300px;
	margin-right:50px; /*10px;*/
	display:inline-block;
	vertical-align:bottom;
}

.footer_top  .footer_logo .f_two{
	width: 160px; /*140px;*/
	display:inline-block;
	vertical-align:bottom;
}

.footer_top  .recruit_nav{
	display: inline-block;
	vertical-align: bottom;
}

.footer_top  .recruit_nav a{
	border-right: 2px solid #625149;
	border-left: 2px solid #625149;
	line-height: 30px;
	padding: 0 25px;
	display: block;
}

.scrollup {
	position: fixed;
	bottom: 60px;
	right: 40px;
	font-size:120%;
	z-index: 100;
	display: none;
	color: #625149;
}

.scrollup img{
	width: 9px;
	margin-right: 10px;
}

.menu_sec{
	/* background: url(/wp/wp-content/uploads/2021/12/menu_bg.jpg) repeat left top; */
}

.header_page_menu .container{
	border-bottom: 2px solid #625149;
	padding-top: 20px;
	padding-bottom: 20px;
}

.header_page_menu{
	letter-spacing: -0.4em;
}

.header_page_menu .menu_logo{
	letter-spacing: 0;
	vertical-align: middle;
	width: 80px;
	height: 80px;
	border: 1px solid #F58756;
	border-radius: 100%;
	display: inline-flex;
	background: #FFF;
	box-sizing: border-box;
	vertical-align: middle;
}

.header_page_menu .menu_logo img{
	width: auto;
	height: 52px;
	margin: auto auto;
	display: block;
}

.header_page_menu ul{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 300px);
	margin-left: 40px;
}

.header_page_menu ul li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	width: calc(100% / 5);
	color: #625149;
	box-sizing: border-box;
	text-align: center;
	font-size: 25px;
	padding-bottom: 60px;
}

.header_page_menu ul li:first-child{
background:url(/wp/wp-content/uploads/2021/12/menu_icon_03.png);
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: bottom;
}
.header_page_menu ul li:nth-child(2){
background:url(/wp/wp-content/uploads/2021/12/menu_icon_05.png);
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: bottom;
}
.header_page_menu ul li:nth-child(3){
background:url(/wp/wp-content/uploads/2021/12/menu_icon_07.png);
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: bottom;
}
.header_page_menu ul li:nth-child(4){
background:url(/wp/wp-content/uploads/2021/12/menu_icon_09.png);
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: bottom;
}
.header_page_menu ul li:nth-child(5){
background:url(/wp/wp-content/uploads/2021/12/menu_icon_04.png);
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: bottom;
}

.sl_box_frame{
	display:block;
    margin: 35px 0 0 0;
}

ul.shop_icon{
	width: 800px;
    right: 0;
    float: right;
}


ul.shop_icon li{
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	width: calc(100% / 7);
	color: #625149;
	box-sizing: border-box;
    text-align: left;
    font-size: 12px;
    padding-bottom: 60px;
	padding:0px !important;
	border:0 !important;
    vertical-align: middle;
    margin: 0 !important;
}

ul.shop_icon li img{
	width:53px;
    vertical-align: middle;
}

.clear{
	clear:both;
}


ul.shop_info_s{
    padding: 0 !important;
    width: 350px;
    position: absolute;
    right: 10px;
    top: 50px !important;
    text-align: end;
}

ul.shop_info{
    padding: 0 !important;
    width: 350px;
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: end;
}
ul.shop_info li{
	padding:0 !important;
	display: inline-block;
	width: calc(100% / 7);
	border:0 !important;
    margin: 0 !important;
}
ul.shop_info li img{
	width:53px;
}




.header_page_menu ul li a{
	color: #625149;
	display: block;
	line-height: 40px;
}

.header_page_menu ul li a::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(87, 175, 109, .1);
	border-radius: 10px;
	opacity: 0;
	transition: opacity ease .3s;
}

.header_page_menu ul li a:hover::before {
	opacity: 1;
}

.header_page_menu ul li a.current{
	border-bottom:1px solid #000000;
}

.header_page_menu h2.title {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	font-size: 32px;
	margin-left: 20px;
}

.header_page_menu h2.title span {
	margin-left:40px;
}

.header_page_menu .news_months {
	letter-spacing: 0;
	display: inline-block;
	float: right;
	margin-top: -10px; /*20px;*/
}

.header_page_menu .news_months .widget {
	margin: 0 0 0 0;
	background:#E0DCDB;
	display:block;
	font-size: 23px;
	color: #62514A;
	padding:8px 15px;
	border-radius:5px;
}

.header_page_menu .news_months .widget h2.widget-title {
	display: inline-block;
	vertical-align: middle;
	margin-right: 110px;
	font-size: 23px;
	color: #62514A;

}

.header_page_menu .news_months .widget select {
	background: none;
	border: none;
	font-size: 23px;
	color: #62514A;
	width: auto;
	text-align: right;
}













.menu_items{
	padding-bottom: 60px;
}

.menu_items ul{
	letter-spacing: -0.4em;
}

.menu_items ul li{
	position: relative;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: bottom;
	width: calc(25% - 24px);
	margin-right: 24px;
	margin-top: 60px;
	text-align: center;
	cursor:pointer;
}

.menu_items ul li:nth-child(4n){
	margin-right: 0;
}


.menu_items ul li img{
	width: 90%;
}

.menu_items ul li > span{
	color: #625149;
	font-size: 14px;
	line-height: 26px;
	height: 70px;
	font-weight: bold;
	display: flex;
	background: #ffb94f; /*rgba(98, 81,73, .4);*/
	border-radius: 20px;
	margin-top: 20px;
}

.menu_items ul li > span > span{
	display: block;
	margin: auto;
	padding: 0px 6px;
}

.single {

}

.single h2{
	margin-bottom:30px;
	font-size:22px;
	font-weight:bold;
	color:#F58656;
	text-align:center;
	border-top:2px solid #F58656;
	border-bottom:2px solid #F58656;
	line-height:40px;
}

.single img{
	max-width:100%;
	display:block;
	margin:0 auto 30px;
}

.single p{
	margin-bottom:20px;
	line-height:1.8;
}

.single h3{
	background:#F58656;
	display:block;
	color:#FFF;
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	padding:0 10px;
	box-sizing:border-box;
	margin-bottom:20px;
}

.single h4{
	border-left: 10px solid #F58656;
	border-bottom: 2px solid #F58656;
	display:block;
	color:#F58656;
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	padding:0 10px;
	box-sizing:border-box;
	margin-bottom:20px;
}

.archive .archive_title{
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: bold;
	color: #F58656;
	text-align: center;
	border-top: 2px solid #F58656;
	border-bottom: 2px solid #F58656;
	line-height: 40px;
}

.breadcrumb {
	margin-bottom: 20px;
	font-size: 12px;
	color: #666;
	background: #f1f1f1;
	line-height: 24px;
}

.breadcrumb a{
	color:#F58656;
}

/*-------------BXSLIDER------------------*/
.bx-wrapper .bx-pager{
	position: absolute;
	bottom: -30px;
	width: auto !important;
	right: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #c1c1c1;
	width: 14px;
	height: 14px;
	border-radius: 7px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #5A6C38;
}


/*-----------------------------------------*/

.topics_archive{

}

.topics_archive ul{
	padding: 40px 90px;
}

.topics_archive ul li{
	letter-spacing:-0.4em;
	margin-bottom:30px;
}

.topics_archive ul li:last-child{
	margin-bottom:0;
}

.topics_archive ul li .date{
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	font-size: 24px;
	margin-right: 60px;
	width: 150px;
	color: #62514A;
}

.topics_archive ul li .cate{
	display:inline-block;
	vertical-align:middle;
	letter-spacing:0;
	font-size:22px;
	line-height:38px;
	height:40px;
	border:1px solid;
	box-sizing:border-box;
	width:130px;
	text-align:center;
	border-radius:10px;
	margin-right:25px;
}

.topics_archive ul li .cate.natsunoshinshohin{
	color:#5A6C35;
}

.topics_archive ul li .cate.kikangentei{
	color:#F58654;
}

.topics_archive ul li .cate.osusume{
	color:#F58654;
}

.topics_archive ul li .cate.notice{
	color:#EE3C60;
}

.topics_archive ul li .cate a{
	display:inline-block;
	vertical-align:middle;
	letter-spacing:0;
}

.topics_archive ul li h3{
	display:inline-block;
	vertical-align:middle;
	letter-spacing:0;
	width:calc(100% - 365px);
}

.topics_archive ul li h3 a{
	color: #62514A;
	font-size: 20px;
	line-height: 1.5;
}

.topics_archive ul li h3 a .pdf_link{
	width:26px;
	display:inline-block;
}

.topics_archive ul li h3 a img{
	display:inline-block;
	vertical-align:middle;
	letter-spacing:0;
}

.shoplist_archive{

}

.shoplist_archive .sl_box{
	padding:40px 40px;
	box-sizing:border-box;
}

.shoplist_archive .sl_sbttl{
	margin-bottom:20px;
	color:#62514A;
	font-size:30px;
    float: left;
}

.shoplist_archive ul{

}

.shoplist_archive ul li{
	margin-bottom:20px;
	padding:24px;
	box-sizing:border-box;
	border:1px solid #62514A;
	color:#62514A;
	position:relative;
}

.shoplist_archive ul li h3 {
	font-size: 26px;
	border-bottom: 2px solid;
	display: block;
	width: fit-content;
	line-height: 34px;
	margin-bottom: 15px;
}

.shoplist_archive ul li h3 a{
	color:#62514A;
}

.shoplist_archive ul li .info {
	font-size: 20px;
	line-height: 1.6;
	display: inline-block;
	vertical-align:bottom;
}

.shoplist_archive ul li .right_side {
	position: absolute;
	font-size:22px;
	text-align:center;
	bottom:24px;
	right:24px;
}

.shoplist_archive ul li .right_side span {
	display: block;
	font-size: 14px;
	border: 1px solid #62514A;
	height: 24px;
	width: 145px;
	line-height: 22px;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 5px;
}

.shoplist_archive ul li .right_side a {
	color:#62514A;
}


.shoplist_archive ul li .right_side img{
float:right;
}

.bx-wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}


@media screen and (min-width: 1200px) {

}

@media screen and (min-width: 1000px) {
	.sp_no{
		display: none !important;
	}
}

@media screen and (min-width: 768px) {

}

@media screen and (max-width: 1200px) {
	.container{
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 1000px) {
	.pc_no{
		display: none !important;
	}
	.header_top .header_logo {
		width: 200px;
	}
	.header_top .right_nav {
		width: calc(100% - 200px);
	}
}

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

.topics ul li .img img{
	width:100%;
	display: block;
	height:60px;
}
	ul.shop_icon{
		    width: 100%;
	}

	ul.shop_icon li{
    width: calc(100% / 6);
    font-size: 10px;
	}

	ul.shop_info{
    width: 100%;
    position: relative;
    right: 17px;

	}
	ul.shop_info_s{
		top:10px !important;
	}

.lineup ul li img{
    height: 160px;}

	.popup_box .popup_content{
		max-width:460px;
		padding: 10px;
	}

	.header_top .header_logo {
		width: 80px;
	}

	.header_top .right_nav {
		width: calc(100% - 80px);
	}

	.header_top .right_nav li a {
		width: 50px;
		height: 50px;
	}

	.header_top .right_nav li a img {
		height: 38px; /*28px;*/
	}

	.main_top span {
		font-size: 40px;
	}

	.main_top img {
		width: 120px;
	}

	.main_top {
		padding: 100px 0;
	}

	.lineup {
		padding: 40px 0;
	}

	.sec_ttl {
		margin-bottom: 30px;
	}

	.lineup ul li {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.lineup ul li .img {
		display: inline-block;
		width: 40%;
		margin-bottom: 0;
		margin-right: 10px;
		vertical-align: middle;
	}

	.lineup ul li .luc_btm {
		display: inline-block;
		vertical-align: middle;
		width: calc(100% - 10px);
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.lineup ul li .coupon {
		width: 90px;
		height: 20px;
		line-height: 20px;
		border-top-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	.lineup ul li .coupon a{
		font-size: 14px;

	}

	.lineup ul li h3{
		padding-right: 0px;
	}

	.lineup ul li h3:before {
		content: "";
		width: 30px;
		height: 30px;
		background: url(/wp/wp-content/uploads/2021/12/arrow_right.png) no-repeat 10px center, #625149;
		background-size: 14px;
		top:auto;
		bottom: 100%;
	}

	.lineup ul li h3 {
		font-size: 16px;
		line-height: 1.6;
	}

	.lineup ul li .lu_cate.new {
		line-height: 40px;
	}

	.lineup ul li .lu_cate {
		width: 65px;
		min-width: 50px;
		height: 50px;
		border-top-left-radius: 10px;
		border-bottom-right-radius: 10px;
		margin-bottom: 10px;
		font-size: 14px;
		padding: 5px 5px;
	}

	.topics .container {
		padding: 30px 10px;
	}

	.topics ul li {
		padding: 10px 0;
	}

	.topics ul li .img {
		width: 100px;
		margin-right: 10px;
	}

	.topics ul li .tbc_list {
		width: calc(100% - 110px);
	}

	.topics ul li .tbc_list .date {
		font-size: 14px;
		margin-right: 10px;
	}

	.topics ul li .tbc_list .cate {
		font-size: 14px;
		padding: 0 5px;
		line-height: 20px;
	}

	.topics ul li .tbc_list h3 {
		font-size: 14px;
	}

	.sns_bnnr {
		padding: 30px 0;
	}

	.sns_bnnr .fbanner {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.sns_bnnr .insta {
		margin: 0 auto;
		display: block;
		width: 100%;
	}

	.scrollup {
		display: none !important;
	}

	.footer_top  .footer_logo .f_two {
		width: 80px;
	}

	.footer_top  .footer_logo .f_one {
		width: 150px;
		margin-right:10px;
	}

	.footer_top  .footer_logo {
		margin-right: 20px;
	}

	.footer_top  .recruit_nav a {
		line-height: 20px;
		padding: 0 10px;
	}

	.menu_sec .menu_items ul li {
		width: calc(50% - 10px);
		margin-right: 20px;
	}

	.menu_sec .menu_items ul li:nth-child(2n) {
		margin-right: 0;
	}

	.menu_sec .menu_items ul li > span {
		line-height: 25px;
		height: 50px;
		border-radius: 5px;
		margin-top: 10px;
	}

	.menu_sec .menu_items ul li > span > span {
		font-size: 12px;
		padding: 0 5px;
	}

	.header_page_menu .menu_logo {
		width: 50px;
		height: 50px;
	}

	.header_page_menu .menu_logo img {
		height: 28px;
	}

	.header_page_menu ul {
		width: calc(100% - 60px);
		margin-left: 10px;
	}

	.header_page_menu ul li {
		width: calc(100% / 3);
		font-size: 16px;
	}

	.header_page_menu ul li:nth-child(1),
	.header_page_menu ul li:nth-child(2),
	.header_page_menu ul li:nth-child(3) {
		margin-bottom: 5px;
	}

	.header_page_menu ul li:nth-child(3n + 1) {
		border-left: 2px solid #625149;
	}

	.header_page_menu ul li a {
		line-height: 20px;
		font-weight: bold;
	}

	.popup_box .popup_content .left .img{
		width:100%;
	}

	.topics_archive ul li .cate {
		margin-right: 10px;
		height: 30px;
		line-height: 28px;
		font-size: 18px;
	}


	.topics_archive ul li .date {
		margin-right: 0;
		width: calc(100% - 140px);
		font-size: 20px;
	}

	.topics_archive ul li h3 {
		display: block;
		width: 100%;
		margin-top: 10px;
		line-height: 1.6;
	}

	.topics_archive ul{
		padding: 30px 0px;
	}

	.topics_archive ul li h3 a {
		color: #62514A;
		font-size: 18px;
	}

	.header_page_menu h2.title {
		font-size: 18px;
		margin-left: 10px;
	}

	.header_page_menu h2.title span {
		margin-left: 10px;
	}

	.shoplist_archive .sl_box {
		padding: 30px 0;
	}

	.shoplist_archive ul li {
		padding: 10px;
	}

	.shoplist_archive ul li h3 {
		font-size: 20px;
	}

	.shoplist_archive ul li .info {
		font-size: 14px;
		display: block;
	}

	.shoplist_archive ul li .right_side {
		position: relative;
		bottom: 0;
		right: 0;
		margin-top: 20px;
	}

	.shoplist_archive ul li .right_side span {
		width: 100%;
		margin-bottom: 10px;
	}

	.lineup ul li .lu_cate.osusume {
		line-height: 40px;
		font-size: 10px;
	}

	.lineup ul li .lu_cate.kikangentei {
		line-height: 40px;
		font-size: 10px;
	}

	.popup_box .popup_content .left .ppp_ttl {
		line-height: 20px;
		padding: 5px 0;
		font-size: 16px;
	}

	.topics .more{
		margin: 0 0 0 auto;
	}

	.header_page_menu .news_months {
		float: none;
		display: block;
		margin-top: 20px;
	}

	.header_page_menu .news_months .widget h2.widget-title {
		margin-right: 10px;
		font-size: 18px;
	}

	.header_page_menu .news_months .widget select {
		font-size: 18px;
	}

}

/********** 20220322 追加 **********/
@media screen and (max-width: 360px) {
	.header_top .right_nav li a {
		width: 40px;
		height: 40px;
	}
	.header_top .right_nav li a img {
		height: 32px;
	}
}

.pg-top-new-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	max-width: 1400px;
	margin: 50px auto 0 auto;
	padding: 0 5px;
}
.pg-top-new-menu__menu {
	width: 100%;
}
.pg-top-new-menu__nav {
	width: 100%;
	padding: 5px;
}
.pg-top-new-menu__menu-title,
.pg-top-new-menu__nav-title {
	text-align: center;
	margin-bottom: .5em;
}
.pg-top-new-menu__nav-link {
	text-align: center;
}
.pg-top-new-menu__nav-link a {
	-webkit-transition: opacity ease .3s;
	-o-transition: opacity ease .3s;
	transition: opacity ease .3s;
}
.pg-top-new-menu__nav-link a:hover {
	opacity: .75;
}
.pg-top-new-menu__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.pg-top-new-menu-item {
	color: #634e43;
	width: 100%;
	margin-bottom: 2em;
}
.pg-top-new-menu-item__popup {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}
.pg-top-new-menu-item__image-area {
	width: 60%;
}
.pg-top-new-menu-item__text-area {
	width: 40%;
	padding-left: .5em;
}
.pg-top-new-menu-item__image {
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 2px;
}
.pg-top-new-menu-item__image::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	padding-top: 66.66666%;
}
.pg-top-new-menu-item__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding-top: .5em;
	line-height: 1.2;
}
.pg-top-new-menu-item__date {
	font-size: 18px;
	padding: 2px .33333em;
	order: 1;
	width: 100%;
}
.pg-top-new-menu-item__cat {
	font-size: 16px;
	padding: 2px .5em;
	color: #fff;
	background-color: #e73556;
	border-radius: 2px;
}
.pg-top-new-menu-item__header {
	display: block;
	line-height: 1.125;
	padding-top: 5px;
}
.pg-top-new-menu-item__title {
	display: inline;
	font-size: 18px;
}
.pg-top-new-menu-item__subtitle {
	display: inline;
	font-size: 16px;
}

@media screen and (min-width: 768px) {
	.pg-top-new-menu {
		padding: 0 10px;
	}
	.pg-top-new-menu__menu {
		padding-right: 5px;
		width: 78%;
	}
	.pg-top-new-menu__nav {
		width: 22%;
	}
	.pg-top-new-menu__menu-title {
		text-align: left;
	}
	.pg-top-new-menu-item {
		width: 32%;
	}
	.pg-top-new-menu-item__popup {
		display: block;
	}
	.pg-top-new-menu-item__image-area {
		width: 100%;
	}
	.pg-top-new-menu-item__text-area {
		width: 100%;
		padding-left: 0;
	}
	.pg-top-new-menu-item__date {
		order: 0;
		width: auto;
		padding: 2px 0;
		margin-right: .5em;
	}
	.pg-top-new-menu-item__title {
		font-size: 20px;
	}
	.pg-top-new-menu-item__subtitle {
		display: inline;
		font-size: 16px;
	}
}

.pg-top-section {
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: 2em;
}

.pg-top-news-list {
  font-size: 1em;
  margin-bottom: 4em;
}

.pg-top-news-list__container {
  margin-left: auto;
  margin-right: auto;
}

.pg-top-news-list__title {
  color: #634e43;
  font-size: 1.75em;
  font-weight: 400;
	text-align: center;
  line-height: 1.125;
  border-bottom: 2px solid #f6ab00;
  padding: .2em 0;
}

.pg-top-news-list__title img {
  width: auto;
  height: 1em;
}

.pg-top-news-list__news {
  font-size: 1em;
  list-style-type: none;
  margin: 1.5em auto;
}

.pg-top-news-list__link {
  text-align: right;
}

.pg-top-news-list__link-btn {
  position: relative;
  color: #634e43;
  font-size: 1em;
  line-height: 1.125;
  display: inline-block;
  padding: .2em 1.6em .25em 1.2em;
  margin-right: .5em;
  border: 1px solid #634e43;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.pg-top-news-list__link-btn:hover {
	color: #634e43;
	background-color: rgba(0, 46, 93, .1);
}

.pg-top-news-list__link-btn:before,
.pg-top-news-list__link-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: .6em;
  height: .6em;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #634e43;
  -webkit-transform: translateY(-50%) scaleX(.75) rotate(45deg);
      -ms-transform: translateY(-50%) scaleX(.75) rotate(45deg);
          transform: translateY(-50%) scaleX(.75) rotate(45deg);
}

.pg-top-news-list__link-btn:before {
  right: 1em;
}
.pg-top-news-list__link-btn:after {
  right: .7em;
}

@media (min-width:48em) {
  .pg-top-news-list__title {
    font-size: 2.5em;
  }
  .pg-top-news-list__link-btn {
    font-size: 1.25em;
    margin-right: 1.5em;
  }
}

.pg-top-news {
  font-size: 1em;
  line-height: 1.33333;
}

.pg-top-news__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  color: #634e43;
  font-size: 1.25em;
  text-decoration: none;
  padding: .5em .25em .25em;
  margin-bottom: .5em;
  transition: background-color .3s ease;
}

.pg-top-news__link:hover {
	color: #634e43;
  background-color: rgba(87, 175, 109, .1);
}

.pg-top-news__icon {
  position: relative;
  top: -.125em;
  width: 2em;
  margin-right: .25em;
}

.pg-top-news__cat {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  width: 6em;
  padding: .125em;
  margin-right: 1em;
  /* background-color: #999; */
  border-radius: .15em;
}

.pg-top-news__cat--info {
  background-color: #002e5d;
}

.pg-top-news__cat--new {
  background-color: #d93515;
}

.pg-top-news__cat--open {
  background-color: #da6a47;
}

.pg-top-news__cat--reco {
  background-color: #999;
}

.pg-top-news__cat--recu {
  background-color: #57af6d;
}

.pg-top-news__pdf-icon {
  display: inline;
  width: auto;
  height: .8em;
  vertical-align: middle;
  margin-bottom: .2em;
  margin-left: .125em;
}

.pg-top-news__time {
  text-align: left;
  width: 6em;
  margin-right: .5em;
}

.pg-top-news__text, .pg-top-news__time {
  display: block;
  padding-top: .125em;
  vertical-align: middle;
}

.pg-top-news__text {
  font-weight: 400;
  width: 100%;
  margin: .125em 0 .5em;
}

@media (min-width:48em) {
  .pg-top-news__cat {
    margin-right: 1.5em;
  }
  .pg-top-news__link {
    font-size: 1.75em;
    padding-top: .25em;
  }
  .pg-top-news__text {
    width: auto;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
  }
}

@media (min-width:64em) {
  .pg-top-news__icon {
    /* position: absolute */;
    top: 2px;
    /* left: -55px; */
  }
}

/* TOPスライダー調整 */
.p-top-slider {
}
.p-top-slider__frame {
	width: 100%;
	max-width: max(600px, calc((2048 / 1152) * (100vh - 170px)));
	height: auto;
	margin: 0 auto;
}
.p-top-slider__frame-ratio {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.p-top-slider__slider {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.p-top-slider .top_slider img {
	width: 100%;
	height: auto;
	max-width: 100%;
}
