@charset "UTF-8";
/*
Theme Name: Coccou
Author: Catwork Co., Ltd.
Version: 1.0.0
*/

/* Reset
----------------------------------------------------------- */
:root {
	/* bodyの背景色 */
	--body-bg-color: #fff;

	/* メインのフォントファミリー */
	--main-font: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

	/* メインのフォントカラー */
	--main-font-color: #222;

	/* h2~h5タグまでのフォントウェイト */
	--h-tag-weight: bold;

	/* ここはブログで使用します */
	--main-color: #c9bc9c;
	--main-light-color: #efefef;
}

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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	zoom:1;	/* hasLayout in IE */
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font:inherit;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	vertical-align:baseline;
	background:transparent;
	-webkit-text-size-adjust: 100%;
	word-break:break-all;
}
header, menu, nav, footer,
section,article, aside,
details, summary,
figure, figcaption{display:block;}
table{
	border-collapse:collapse;
	border-spacing:0;
}
::placeholder{
	color: #949292;
}
q, blockquote{quotes:none;}
q:before, q:after, blockquote:before, blockquote:after{
	content:"";
	content:none;
}
img{
	font-size:0;
	line-height:0;
	vertical-align:bottom;
	height:auto;
	max-width:100%;
}
input[type="text"],
input[type="email"] {
	border-radius: 0;
	-webkit-appearance: none;
	line-height: normal;
	color: var(--main-font-color);
}
a{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color: var(--main-font-color);
}
a:focus{ outline:none; }
a img{
	border:none;
	vertical-align:middle;
}
textarea{overflow:auto;}
label{cursor:pointer;}
.clearfix:after{
	display:block;
	visibility:hidden;
	content:".";
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}
* html .clearfix{ zoom:1; }
*:first-child + html .clearfix{ zoom:1; }
a{ text-decoration:none; }
strong{ font-weight:normal; }
ul,ol{ list-style-type:none; }
body{
	font-family: var(--main-font);
	font-size:16px;
	line-height:1.5;
	color: var(--main-font-color);
	background: var(--body-bg-color);
}
.wrap{
	width:100%;
	overflow-x:hidden;
}
h2,h3,h4,h5{
	font-weight: var(--h-tag-weight);
}
.inner{
	margin:0 auto;
	width:1200px;
}


/* wordpress ブロックcss
----------------------------------------------------------- */
.wp-block-embed iframe {
    max-width: 100%;
	position: relative !important;
	margin-bottom: 30px;
	pointer-events: none;
}
.wp-block-embed__wrapper {
    position: relative;
}
.wp-block-table{
	padding-bottom: 30px;
	overflow-x: auto;
}
.wp-block-table table {
    border-collapse: collapse;
	width: 100%;
}
.wp-block-table td, .wp-block-table th {
    padding: 0.5em;
    border: 1px solid #777777;
    word-break: normal;
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: transparent;
}
.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
}
.wp-block-table thead{
	background: #aa843f;
	color: #fff;
}
.wp-block-table tfoot{
	background: #aa843f;
	color: #fff;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: rgba(157, 190, 76, 0.4);
}
.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
    background-color: rgba(255,255,255,1);
}
.wp-block-table figcaption{
	text-align: center;
}
.blogcont ul{
	padding:0 0 30px 30px;
	list-style: disc;
}
.blogcont ol {
	padding: 0 0 30px 30px;
	list-style: decimal;
}
.blogcont ul.pager{
	padding: 0;
	list-style: none;
}
.blogcont a{
	font-weight: bold;
	text-decoration: underline;
}
.blogcont ul.pager a{
	text-decoration:none;
}

/* 引用 */
blockquote.wp-block-quote {
	border-left: 1px solid;
    padding-left: 15px;
}
blockquote.wp-block-quote p {
	padding-bottom: 10px !important;
}

/* 埋め込みコンテンツ */
figure.wp-block-embed {
	margin-top: 30px;
}
blockquote.wp-block-quote cite {
	color: currentColor;
	font-size: 14px;
	color: #aaaaaa;
}

/* ギャラリー　*/
figure.wp-block-gallery {
	display: flex;
}
figure.wp-block-gallery.columns-1 figure.wp-block-image {
	width: 100%;
}
figure.wp-block-gallery.columns-2 figure.wp-block-image {
	width: 48%;
}
figure.wp-block-gallery.columns-3 figure.wp-block-image {
	width: 32%;
}
figure.wp-block-gallery.columns-4 figure.wp-block-image {
	width: 23%;
}
figure.wp-block-gallery.columns-5 figure.wp-block-image {
	width: 18%;
}
figure.wp-block-gallery.columns-6 figure.wp-block-image {
	width: 15%;
}
figure.wp-block-gallery figure.wp-block-image.is-style-rounded img {
	border-radius: 15px;
}

/* 動画 */
.wp-block-video {
	margin-top: 30px;
}
.wp-block-video video {
	max-width: 100%;
}

/* その他 */
.wp-block-embed__wrapper {
	position: relative;
}
.wp-block-embed__wrapper .wp-embedded-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.wp-block-embed__wrapper .wp-embedded-content a {
	display: block;
	width: 100%;
	height: 100%;
}
iframe.wp-embedded-content {
	margin-bottom: 0;
}
/* color */
:root .has-pale-pink-color {
    color: #f78da7
}
:root .has-vivid-red-color {
    color: #cf2e2e
}
:root .has-luminous-vivid-orange-color {
    color: #ff6900
}
:root .has-luminous-vivid-amber-color {
    color: #fcb900
}
:root .has-light-green-cyan-color {
    color: #7bdcb5
}
:root .has-vivid-green-cyan-color {
    color: #00d084
}
:root .has-pale-cyan-blue-color {
    color: #8ed1fc
}
:root .has-vivid-cyan-blue-color {
    color: #0693e3
}
:root .has-vivid-purple-color {
    color: #9b51e0
}
:root .has-white-color {
    color: #fff
}
:root .has-very-light-gray-color {
    color: #eee
}
:root .has-cyan-bluish-gray-color {
    color: #abb8c3
}
:root .has-very-dark-gray-color {
    color: #313131
}
:root .has-black-color {
    color: #000
}

/* bg */
:root .has-background {
	padding-left: 20px;
}
:root .has-vivid-cyan-blue-background-color {
	background: #0693E3;
}
:root .has-black-background-color {
	background: #000;
}
:root .has-cyan-bluish-gray-background-color {
	background: #ABB8C3;
}
:root .has-white-background-color {
	background: #fff;
}
:root .has-pale-pink-background-color {
	background: #F78DA7;
}
:root .has-vivid-red-background-color {
	background: #CF2E2E;
}
:root .has-luminous-vivid-orange-background-color {
	background: #FF6900;
}
:root .has-luminous-vivid-amber-background-color {
	background: #FCB900;
} 
:root .has-light-green-cyan-background-color {
	background: #7BDCB5;
}
:root .has-vivid-green-cyan-background-color {
	background: #00D084;
} 
:root .has-pale-cyan-blue-background-color {
	background: #8ED1FC;
}
:root .has-vivid-cyan-blue-background-color {
	background: #0693E3;
}
:root .has-vivid-purple-background-color {
	background: #9B51E0;
}
/* font */
:root .has-small-font-size {
	font-size: 13px;
}
:root .has-medium-font-size {
	font-size: 20px;
}
:root .has-large-font-size {
	font-size: 36px;
}
:root .has-x-large-font-size {
	font-size: 42px;
}


/*===============================================
横幅1200px以下
===============================================*/
@media screen and (max-width: 1240px) and (min-width: 441px){
	html,
	body,
	.wrap{
		width:1240px;
	}
}

/*===============================================
横幅441px以上
===============================================*/
@media screen and (min-width: 441px) {
	a {
		transition: all .5s;
	}
	a:hover{
		opacity:0.8;
		filter:alpha(opacity=80);
		-moz-opacity:0.8;
		transition: all .5s;
	}
	.sp{
		display:none;
	}
	p {
		line-height: 2;
	}

	/* スムーススクロール設定 */
	html {
		scroll-behavior: smooth;
	}
	:root {
		--header-height: 135px;
	}


    /*  home header
    ------------------------------------------------------------------------*/
    .home header {
        width: 100%;
        height: 110px;
        z-index: 100;
        position: relative;
    }
    .home header.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;
        background: rgba(255,255,255,0.8);
        z-index: 10000;
        animation-name: slideIn;
        animation-fill-mode: forwards;
        animation-duration: 0.3s;
        animation-timing-function: linear;
        opacity: 0;
    }
    @keyframes slideIn {
        0% {
        opacity: 0;
        transform: translate(0 , -70px);
        }
        100% {
        opacity: 1;
        transform: translate(0 , 0);
        }
    }

    .home header .text01 {
        position: absolute;
        top: 26px;
        left: 290px;
        color: #fff;
        line-height: 1.25;
        text-shadow: 0 0 10px rgba(0,0,0,0.2);
    }
    .home header.fixed .text01 {
        position: absolute;
        top: 15px;
        left: 220px;
        color: #222;
        font-size: 14px;
        line-height: 1.3;
        text-shadow: none;
    }

    .home header .logo {
        position: absolute;
        top: 20px;
        left: 28px;
        display: block;
        width: 249px;
    }
    .home header .logo a{
        display: block;
        height: 0;
        padding: 60px 0 0;
        overflow: hidden;
        background: url("img/header_logo.png") no-repeat;
    }

    .home header.fixed .logo {
        position: absolute;
        top: 50%;
        left: 50px;
        transform: translateY(-50%);
        width: 150px;
    }
    .home header.fixed .logo a{
        display: block;
        height: 0;
        padding: 39px 0 0;
        overflow: hidden;
        background: url("img/header_logo.png")no-repeat;
        background-size: 150px;
        filter: brightness(0) saturate(100%) invert(10%) sepia(13%) saturate(22%) hue-rotate(329deg) brightness(101%) contrast(93%);
    }
    .home header .btn_box {
        display: none;
    }
    .home header .btn_box {
        position: absolute;
        top: 25px;
        right: 75px;
        display: flex;
        justify-content: space-between;
        width: 64px;
    }
    .home header .btn_box a {
        display: block;
        width: 20px;
        height: 20px;
        background: url(img/header_icon.png) no-repeat;
        filter: brightness(0) saturate(100%) invert(10%) sepia(13%) saturate(22%) hue-rotate(329deg) brightness(101%) contrast(93%);
        padding: 20px 0 0;
        box-sizing: border-box;
        overflow: hidden;
    }

    /*  common header
    ------------------------------------------------------------------------*/
    .common header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;
        background: #fff;
        z-index: 10000;
    }
    .common header .text01 {
        position: fixed;
        top: 18px;
        left: 240px;
        color: #222;
        font-size: 14px;
        line-height: 1.3;
        text-shadow: none;
    }
    .common header .logo {
        position: fixed;
        top: 12px;
        left: 30px;
        width: 200px;
    }
    .common header .logo a {
        display: block;
        height: 0;
        padding: 50px 0 0;
        overflow: hidden;
        background: url("img/header_logo.png")no-repeat center / cover;	
        background-size: 200px;
        filter: brightness(0) saturate(100%) invert(10%) sepia(13%) saturate(22%) hue-rotate(329deg) brightness(101%) contrast(93%);
    }
    .common header .btn_box {
        position: absolute;
        top: 25px;
        right: 75px;
        display: flex;
        justify-content: space-between;
        width: 64px;
    }
    .common header .btn_box .button a {
        display: block;
        width: 20px;
        height: 20px;
        background: url("img/header_icon.png")no-repeat;
        padding: 20px 0 0;
        box-sizing: border-box;
        overflow: hidden;
        filter: brightness(0) saturate(100%) invert(10%) sepia(13%) saturate(22%) hue-rotate(329deg) brightness(101%) contrast(93%);
    }
    .common header.fixed .btn_box {
        position: absolute;
        top: 25px;
        right: 75px;
        display: flex;
        justify-content: space-between;
        width: 64px;
    }
    .common header.fixed .btn_box .button a {
        display: block;
        width: 20px;
        height: 20px;
        background: url("img/header_icon.png")no-repeat;
        filter: brightness(0) saturate(100%) invert(10%) sepia(13%) saturate(22%) hue-rotate(329deg) brightness(101%) contrast(93%);
        padding: 20px 0 0;
        box-sizing: border-box;
        overflow: hidden;
    }
    .common header #nav-btn {
        position: absolute;
        top: 12px;
        right: 50px;
        display: block;
        width: 50px;
        height: 50px;
        box-sizing: border-box;
        transition: all .5s;
    }
    header nav {
        position: fixed;
        top: 0;
        right: 0;
    }
    header #nav-btn {
        display: none;
    }
    header.fixed #nav-btn {
        position: absolute;
        top: 12px;
        right: 50px;
        display: block;
        width: 50px;
        height: 50px;
        box-sizing: border-box;
        transition: all .5s;
    }
    header .menu-btn,
    header .menu-btn span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    header .menu-btn {
        position: absolute;
        width: 35px;
        height: 7px;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        cursor: pointer;
        z-index: 10002;
    }
    header .menu-btn span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background: #222;
    }
    header .menu-btn span:nth-of-type(1) {
        top: 0;
    }
    header .menu-btn span:nth-of-type(2) {
        bottom: 0;
    }
    header #nav-btn.active .menu-btn span:nth-of-type(1) {
        -webkit-transform: translateY(3px) rotate(-15deg);
        transform: translateY(3px) rotate(-15deg);
        background: #222;
    }
    header #nav-btn.active .menu-btn span:nth-of-type(2) {
        -webkit-transform: translateY(-3px) rotate(15deg);
        transform: translateY(-3px) rotate(15deg);
        background: #222;
    }
    header #nav {
        display: none;
    }
    header #nav-btn.active + #nav {
        display: flex;
        overflow: scroll;
        position: absolute;
        top: 0;
        left: -600px;
        background: #fff;
        width: 600px;
        height: 100vh;
        z-index: 10001;
    }
    #nav .nav_logo {
        filter: brightness(0) saturate(100%) invert(10%) sepia(13%) saturate(22%) hue-rotate(329deg) brightness(101%) contrast(93%);
    }
    header #nav-btn.active + #nav .nav_logo {
        display: none;
    }
    header #nav-btn.active + #nav .nav_btn_box {
        position: fixed;
        top: 25px;
        right: 120px;
    }
    header #nav-btn.active + #nav .nav_btn_box .button a {
        display: block;
        width: 20px;
        height: 20px;
        background: url("img/header_icon.png") no-repeat;
        filter: brightness(0) saturate(100%) invert(10%) sepia(13%) saturate(22%) hue-rotate(329deg) brightness(101%) contrast(93%);
        padding: 20px 0 0;
        box-sizing: border-box;
        overflow: hidden;
    }

    header #nav-btn.active + #nav .inner {
        padding: 100px 70px 50px;
        box-sizing: border-box;
        position: relative;
    }
    header #nav-btn.active + #nav .inner .cocco_logo img {
        display: none;
    }
    header #nav-btn.active + #nav .inner .nav_box {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 360px;
        height: 380px;
    }
    header #nav-btn.active + #nav .inner .nav_box > li {
        width: 180px;
        font-size: 14px;
        margin-bottom: 40px;
    }
    header #nav-btn.active + #nav .inner .nav_box > li:first-of-type {
        padding-top: -6px;
    }
    header #nav-btn.active + #nav .inner .nav_box li a:hover {
        text-decoration: underline;
    }
    header #nav-btn.active + #nav .inner .nav_box ul {
        padding: 3px 0 0 10px;
    }
    header #nav-btn.active + #nav .inner .nav_box ul li {
        margin-top: 20px;
    }
    header #nav-btn.active + #nav .inner .nav_box ul li::before {
        content: "・";
        padding-right: 4px;
    }
    header #nav-btn.active + #nav .inner .in_btn_box {
        display: none;
    }
    header #nav-btn.active + #nav .inner .close {
        display: block;
        cursor: pointer;
        font-size: 14px;
        letter-spacing: 1px;
        margin-top: 10px;
    }


/* home
------------------------------------------------------------------------*/
	
	/* key */
	.home .key {
		background: url(img/home_mv_img.png) no-repeat center / cover;
		height: 950px;
		margin: -110px 0 0;
		position: relative;
	}
	.home .key .text01 {
		display: block;
		height: 0;
		overflow: hidden;
		padding-top: 510px;
		width: 211px;
		background: url(img/home_mv_text01.png) no-repeat;

		position: absolute;
		top: 315px;
		left: 190px;
	}
	@media screen and (max-width: 2100px) and (min-width: 441px){
		.home .key .text01 {
			left: 120px;
		}
	}
	.home .key .box {
		position: absolute;
		top: 0;
		right: 80px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-content: flex-start;
		width: 240px;
		height: 100%;
		background: rgba(255,255,255,0.75);
		padding: 40px 0 0;
		box-sizing: border-box;
		z-index: 999;
	}
	.home .key .box .nav {
		margin: 100px 0 0 0;
		text-align: center;
	}
	.home .key .box .nav > li {
		margin-bottom: 40px;
		font-size: 14px;
	}
	.home .key .box .nav li ul {
		padding-top: 4px;
		text-align: left;
	}
	.home .key .box .nav li ul li {
		margin-top: 19px;
	}
	.home .key .box .nav li ul li::before {
		content: "・";
		padding-right: 2px;
	}
	.home .key .box .nav li span,
	.home .key .box .nav li a {
		font-weight: bold;
	}
	.home .key .box .nav li a:hover {
		text-decoration: underline;
	}
	.home .key .box .btn_box {
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.home .key .box .btn_box .button img {
		filter: brightness(0) saturate(100%) invert(10%) sepia(13%) saturate(22%) hue-rotate(329deg) brightness(101%) contrast(93%);
	}
	
	
	/* cont01 */
	.home .cont01 {
		width: 100%;
		padding: 150px 0;
		box-sizing: border-box;
	}
	.home .cont01 .flex_box {
		display: flex;
		flex-direction: column;
		gap: 100px 0;
	}
	.home .cont01 .flex_box .cont {
		width: 1420px;
		min-height: 595px;
		margin: 0 auto;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		gap: 0 60px;

		padding-top: 70px;
		margin-top: -70px;
	}
	.home .cont01 .flex_box .cont:nth-of-type(even){
		flex-direction: row-reverse;
	}
	.home .cont01 .flex_box .cont .text_box {
		text-align: center;
		width: 280px;
	}
	.home .cont01 .flex_box .cont h2 {
		font-size: 42px;
		line-height: 1;
		letter-spacing: -1px;
		position: relative;
	}
	.home .cont01 .flex_box .cont h2::after {
		content: "Hamburger";
		color: #a48b78;
		font-size: 20px;
		letter-spacing: 3px;
		position: absolute;
		bottom: -35px;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	}
	.home .cont01 .flex_box .cont:nth-of-type(1) h2::before {
		content: "";
		background: url(img/home_text01.png) no-repeat center / cover;
		width: 93px;
		height: 68px;
		position: absolute;
		top: -72px;
		left: -25px;
	}
	.home .cont01 .flex_box .cont:nth-of-type(2) h2,
	.home .cont01 .flex_box .cont:nth-of-type(3) h2 {
		letter-spacing: 3px;
	}
	.home .cont01 .flex_box .cont:nth-of-type(2) h2::after {
		content: "Chicken dishes";
	}
	.home .cont01 .flex_box .cont:nth-of-type(3) h2::after {
		content: "Township";
	}
	.home .cont01 .flex_box .cont:nth-of-type(4) h2::after {
		content: "Selected Gourmet";
	}
	.home .cont01 .flex_box .cont .text01 {
		font-size: 20px;
		letter-spacing: 1px;
		line-height: 2;
		font-weight: bold;
		text-align: left;
		margin-top: 100px;
		text-align: justify;
	}
	.home .cont01 .flex_box .cont .button {
		display: block;
		width: 280px;
		height: 30px;
		border-bottom: 1px solid #a48b78;
		color: #a48b78;
		font-size: 16px;
		text-align: left;
		line-height: 20px;
		letter-spacing: 1px;
		margin-top: 80px;
	}
	.home .cont01 .flex_box .cont .button span {
		display: inline-block;
		vertical-align: middle;
		color: #a48b78;
		line-height: 1;
		position: relative;
		width: 0.6em;
		height: 0.6em;
		transform: translateX(-25%) rotate(45deg);
		right: -170px;
		transition: .5s;
	}
	.home .cont01 .flex_box .cont .button span::before,
	.home .cont01 .flex_box .cont .button span::after {
		content: '';
		position: absolute;
		background: currentColor;
		border-radius: 0.1em;
	}
	.home .cont01 .flex_box .cont .button span::before {
		top: 0;
		left: 0;
		right: 0;
		height: 0.1em;
	}
	.home .cont01 .flex_box .cont .button span::after {
		top: 0;
		right: 0;
		bottom: 0;
		width: 0.1em;		  
	}
	.home .cont01 .flex_box .cont:hover .button span {
		right: -185px;
	}

	/* cont02 */
	.home .cont02 {
		background: #efefef;
	}
	.home .cont02 .inner {
		padding: 100px 0 140px;
	}
	.home .cont02 .inner h2 {
		font-size: 20px;
		padding-top: 65px;
		line-height: 1;
		text-align: center;
		position: relative;
	}
	.home .cont02 .inner h2::before {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url(img/home_text02.png) no-repeat;
		width: 300px;
		height: 38px;
		}
	.home .cont02 .inner ul {
		display: flex;
		flex-wrap: wrap;
		width: 1200px;
		margin: 55px 0 0;
		position: relative;
	}
	.home .cont02 .inner ul li a {
		display: block;
		width: 600px;
		height: 294px;
		overflow: hidden;
		position: relative;
	}
	.home .cont02 .inner ul li a:hover {
		opacity: 1;
	}
	.home .cont02 .inner ul li a::before {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		background: rgba(137,137,137,0);
		mix-blend-mode: multiply;
		width: 100%;
		height: 100%;
		z-index: 10;
	}
	.home .cont02 .inner ul li a:hover::before {
		mix-blend-mode: normal;
	}
	.home .cont02 .inner ul li a img {
		transition: .5s;
		filter: brightness(45%) contrast(1.35);
	}
	.home .cont02 .inner ul li a:hover img {
		transform: scale(1.1);
		transition: .5s;
		filter: brightness(1) contrast(1);
	}
	.home .cont02 .inner ul li a span {
		position: absolute;
		top: 112px;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		color: #fff;
		font-size: 40px;
		font-weight: bold;
		letter-spacing: 2px;
		text-align: center;
		line-height: 1;
		z-index: 11;
	}
	.home .cont02 .inner ul li a span::after {
		position: absolute;
		bottom: -34px;
		left: 50%;
		transform: translateX(-50%);
		content: "Hamburger";
		color: #fff;
		font-weight: normal;
		font-size: 20px;
		letter-spacing: 4px;
		width: 100%;
	}
	.home .cont02 .inner ul li:nth-of-type(2) a span::after {
		content: "Chicken dishes";
	}
	.home .cont02 .inner ul li:nth-of-type(3) a span::after {
		content: "Township";
	}
	.home .cont02 .inner ul li:nth-of-type(4) a span::after {
		content: "Selected Gourmet";
	}

	/* cont03 */
	.home .cont03 {
		background: url(img/home_bg01.png) no-repeat center top / cover;
		padding-top: 150px;
	}
	.home .cont03 .inner_wrap {
		background: rgba(255,255,255,0.8);
	}
	.home .cont03 .inner {
		padding: 170px 0 105px;
	}
	.home .cont03 .inner .text_box01 {
		display: flex;
		justify-content: flex-start;
		width: 1200px;
		padding: 0 0 190px 60px;
		box-sizing: border-box;
		position: relative;
	}
	.home .cont03 .inner .text_box01 h2 {
		font-size: 40px;
		line-height: 2;
		letter-spacing: 2px;
		padding-top: 70px;
		margin-right: 100px;
		position: relative;
	}
	.home .cont03 .inner .text_box01 h2::before {
		position: absolute;
		top: 0;
		left: 0;
		content: "About Us";
		color: #a48b78;
		font-size: 24px;
		letter-spacing: 5px;
	}
	.home .cont03 .inner .text_box01 .text01 {
		line-height: 3;
	}
	.home .cont03 .inner .text_box01 .img01 {
		position: absolute;
		bottom: -540px;
		left: -200px;
	}
	.home .cont03 .inner .text_box01 .img02 {
		position: absolute;
		bottom: -210px;
		right: 30px;
	}
	.home .cont03 .inner .text_box02 {
		height: 1140px;
		box-sizing: border-box;
		position: relative;
	}
	.home .cont03 .inner .text_box02 h3 {
		position: absolute;
		top: 350px;
		right: 110px;
		display: inline-block;
		writing-mode: vertical-rl;
		font-size: 48px;
		line-height: 1;
		letter-spacing: 5px;
	}
	.home .cont03 .inner .text_box02 .text02 {
		position: absolute;
		top: 350px;
		right: 200px;
		display: inline-block;
		writing-mode: vertical-rl;
		font-size: 28px;
		line-height: 2;
		letter-spacing: 3px;
	}
	.home .cont03 .inner .text_box02 .img03 {
		position: absolute;
		bottom: 80px;
		left: -50px;
	}
	
	/* cont04 ----------------------------------------------*/
	.home .cont04 {
		background: #fff;
		padding: 150px 0;
		box-sizing: border-box;
	}
	.home .cont04 h2 {
		font-size: 20px;
		padding-top: 65px;
		line-height: 1;
		text-align: center;
		position: relative;
	}
	.home .cont04 h2::before {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url(img/home_text03.png) no-repeat;
		width: 364px;
		height: 38px;
		}
	.home .cont04 ul {
		display: flex;
		justify-content: center;
		gap: 0 30px;
		background: linear-gradient(#fff 205px , #efefef 205px);
		padding: 60px 0;
		box-sizing: border-box;
	}
	.home .cont04 ul li {
		width: 351px;
		height: 351px;
		background: url("img/home_img12.png")no-repeat;
		padding: 215px 0 0;
		box-sizing: border-box;
		font-size: 20px;
		line-height: 1.6;
		text-align: center;
	}
	.home .cont04 ul li:nth-of-type(2){
		background: url("img/home_img13.png")no-repeat;
	}
	.home .cont04 ul li:nth-of-type(3){
		background: url("img/home_img14.png")no-repeat;
	}
	
	/* cont05 */
	.home .cont05 {
		background: #c9bc9c;
	}
	.home .cont05 .inner {
		padding: 103px 0 70px 90px;
		box-sizing: border-box;
		position: relative;
	}
	.home .cont05 .inner h2 {
		color: #fff;
		font-size: 40px;
		line-height: 1;
		letter-spacing: 2px;
		text-shadow: 0 0 10px rgba(0,0,0,0.3);
		position: relative;
	}
	.home .cont05 .inner h2::before {
		position: absolute;
		top: -34px;
		left: 0;
		content: "";
		background: url(img/home_text04.png) no-repeat center / cover;
		filter: drop-shadow(0 0 10px rgba(0,0,0,0.5));
		width: 200px;
		height: 19px;
		}
	.home .cont05 .inner .text01 {
		font-size: 20px;
		line-height: 1.8;
		color: #fff;
		text-shadow: 0 0 10px rgba(0,0,0,0.5);
		margin-top: 30px;
	}
	.home .cont05 .inner .button a {
		display: block;
		width: 330px;
		height: 30px;
		border-bottom: 1px solid #222;
		font-size: 16px;
		line-height: 30px;
		letter-spacing: 1px;
		margin-top: 30px;
	}

	.home .cont05 .inner .button span {
		display: inline-block;
		vertical-align: middle;
		color: #222;
		line-height: 1;
		position: relative;
		width: 0.6em;
		height: 0.6em;
		transform: translateX(-25%) rotate(45deg);
		right: -220px;
        transition: 0.5s;
	}
	.home .cont05 .inner .button span::before,
	.home .cont05 .inner .button span::after {
		content: '';
		position: absolute;
		background: currentColor;
		border-radius: 0.1em;
	}
	.home .cont05 .inner .button span::before {
		top: 0;
		left: 0;
		right: 0;
		height: 0.1em;
	}
	.home .cont05 .inner .button span::after {
		top: 0;
		right: 0;
		bottom: 0;
		width: 0.1em;		  
	}
	.home .cont05 .inner .button:hover span {
		right: -230px;
	}
	.home .cont05 .inner ul {
		position: absolute;
		top: 78px;
		right: 88px;
		display: block;
		background: rgba(255,255,255,0.75);
		padding: 50px 50px 44px 60px;
		box-sizing: border-box;
	}
	.home .cont05 .inner ul li {
		font-size: 18px;
		line-height: 2.45;
		padding-left: 30px;
		position: relative;
	}
	.home .cont05 .inner ul li::before {
		content: "1.";
		position: absolute;
		top: -2px;
		left: 0;
	}
	.home .cont05 .inner ul li:nth-of-type(2)::before {
		content: "2.";
		top: -1px;
	}
	.home .cont05 .inner ul li:nth-of-type(3)::before {
		content: "3.";
		top: -1px;
	}


/* common
------------------------------------------------------------------------*/

/* key */
.common .key {
    height: 423px;
    padding: 260px 0 0;
    box-sizing: border-box;
    text-align: center;
}
/* 各ページのkeyをまとめて記述 */
/* concept */
.concept .key {
	background: url("img/concept_key.png")center center /cover no-repeat;
}
.concept .key .text::before {
	background: url(img/concept_key_text.png) no-repeat;
	width: 261px;
	height: 38px;
}
/* item */
.item .key {
	background: url("img/item_key.png")center center /cover no-repeat;
}
.item .key .text::before {
	background: url(img/item_key_text.png) no-repeat;
	width: 133px;
	height: 38px;
}
/* guide */
.guide .key {
	background: url("img/guide_key.png")center center /cover no-repeat;
}
.guide .key .text::before {
	background: url(img/guide_key_text.png) no-repeat;
	width: 172px;
	height: 38px;
}
/* corporate */
.corporate .key {
	background: url("img/corporate_key.png")center center /cover no-repeat;
}
.corporate .key .text::before {
	background: url(img/corporate_key_text.png) no-repeat;
	width: 691px;
	height: 38px;
}
/* faq */
.faq .key {
	background: url("img/faq_key.png")center center /cover no-repeat;
}
.faq .key .text::before {
	background: url(img/faq_key_text.png) no-repeat;
	width: 126px;
	height: 45px;
}

/* contact */
.contact .key { 
    background: url("img/common_key.png")center center /cover no-repeat;
}
.contact .key .text::before {
	background: url(img/contact_key_text.png) no-repeat;
	width: 271px;
	height: 38px;
}

/* company */
.company .key {
    background: url("img/common_key.png")center center /cover no-repeat;
}
.company .key .text::before {
	background: url(img/company_key_text.png) no-repeat;
	width: 273px;
	height: 38px;
}

/* privacy */
.privacy .key {
    background: url("img/common_key.png")center center /cover no-repeat;
}
.privacy .key .text::before {
	background: url(img/privacy_key_text.png) no-repeat;
	width: 236px;
	height: 38px;
}

/* thanks */
.thanks .key {
    background: url("img/common_key.png")center center /cover no-repeat;
}
.thanks .key .text::before {
	background: url(img/thanks_key_text.png) no-repeat;
	width: 22apx;
	height: 39px;
}

/* yonmaruyon */
.yonmaruyon .key {
    background: url("img/common_key.png")center center /cover no-repeat;
}
.yonmaruyon .key .text::before {
	background: url(img/yonmaruyon_key_text.png) no-repeat;
	width: 514px;
	height: 47px;
}
.common .key .text {
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    position: relative;
}
.common .key .text::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

	/* pankuzu */
	.pankuzu ul {
		display: flex;
		padding-top: 20px;
	}
	.pankuzu ul li {
		position: relative;
		padding-right: 25px;
		margin-right: 25px;
		font-size: 14px;
	}
	.pankuzu ul li a {
		font-size: 14px;
		position: relative;
	}
	.pankuzu ul li a:before {
		content: ">";
		position: absolute;
		top: 50%;
		right: -30px;
		transform: translateY(-50%);
	}
	.pankuzu ul li:last-of-type {
		margin-right: 0;
		padding-right: 0;
	}

	/* .pager テンプレもデザインのページャーに揃える */

	.pager{
		padding: 60px 0 0;
		text-align: center;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px 10px;
	}
	.pager .page-numbers{
		border: 2px solid var(--main-color);
		background: #fff;
		color: var(--main-color);
		font-weight: bold;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		box-sizing: border-box;
	}
	.pager .page-numbers.current {
		border: none;
		background: var(--main-color);
		color: #fff;
		box-sizing: border-box;
	}
	.pager .page-numbers.prev,
	.pager .page-numbers.next{
		border: 2px solid var(--main-color);
		background: #fff;
		color: var(--main-color);
		font-weight: bold;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		box-sizing: border-box;
		padding-top: 3px;
	}
	.pager .page-numbers.next {
		padding-left: 3px;
	}



/* ここから各下層ページ
------------------------------------------------------------------------*/

/* concept
------------------------------------------------------------------------*/

	/* cont01 */
	.concept .cont01 .text_box {
		padding: 155px 0 230px 540px;
		box-sizing: border-box;
		position: relative;
	}
	.concept .cont01 h2 {
		position: absolute;
		top: 150px;
		left: 95px;
		display: inline-block;
		writing-mode: vertical-rl;
		font-size: 22px;
		font-weight: bold;
	}
	.concept .cont01 h2 > span {
		display: block;
		font-size: 42px;
		line-height: 1.9;
		letter-spacing: 5px;
		margin-left: 50px;
	}
	.concept .cont01 h2 > span span {
		padding: 0 16px 0 0;
		border-right: 1px solid #222;
	}
	.concept .cont01 .text01 {
		padding: 60px 0 0;
		font-size: 20px;
		line-height: 2.4;
	}
	.concept .cont01 .img_box {
		display: flex;
		justify-content: space-between;
		gap: 30px;
	}
	.concept .cont01 .img_box div .text02 {
		text-align: center;
		font-size: 20px;
		margin-top: 10px;
	}

	/* cont02 */
	.concept .cont02 .inner {
		padding: 200px 0 100px;
		box-sizing: border-box;
		position: relative;
	}
	.concept .cont02 .inner h2 {
		font-size: 20px;
		padding-top: 65px;
		line-height: 1;
		text-align: center;
		position: relative;
	}
	.concept .cont02 .inner h2::before {
		content: "";
		background: url(img/concept_cont02_text01.png) no-repeat;
		width: 172px;
		height: 38px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.concept .cont02 .inner > .cont {
		display: flex;
		align-content: center;
		flex-wrap: wrap;
		height: 580px;
		padding: 0 0 0 620px;
		box-sizing: border-box;
		margin-top: 60px;
		position: relative;
	}
	.concept .cont02 .inner > .cont::after{
		position: absolute;
		top: 50%;
		left: 300px;
		transform: translateY(-50%);
		content: "";
		background: #efefef;
		width: 2000px;
		height: 100%;
		z-index: -1;
	}
	.concept .cont02 .inner > .cont:nth-of-type(2) {
		padding: 0 500px 0 0px;
	}
	.concept .cont02 .inner > .cont:nth-of-type(2)::after {
		position: absolute;
		top: 50%;
		left: auto;
		right: 300px;
	}
	.concept .cont02 .inner > .cont h3 {
		font-size: 36px;
		line-height: 1.2;
		padding-left: 90px;
		box-sizing: border-box;
		position: relative;
	}
	.concept .cont02 .inner > .cont h3::before {
		content: "POINT";
		font-size: 14px;
		color: #222;
		position: absolute;
		top: -15px;
		left: 0;
	}
	.concept .cont02 .inner > .cont h3::after {
		content: "01";
		font-size: 46px;
		color: #222;
		font-weight: normal;
		position: absolute;
		top: -5px;
		left: 0;
	}
	.concept .cont02 .inner > .cont.cont:nth-of-type(2) h3::after {
		content: "02";
	}
	.concept .cont02 .inner > .cont.cont:nth-of-type(3) h3::after {
		content: "03";
	}
	.concept .cont02 .inner > .cont .text01 {
		font-size: 18px;
		line-height: 2.42;
		margin-top: 32px;
	}
	.concept .cont02 .inner > .cont .img {
		position: absolute;
		top: 50%;
		left: -300px;
		transform: translateY(-50%);
	}
	.concept .cont02 .inner > .cont:nth-of-type(2) .img {
		position: absolute;
		top: 50%;
		left: auto;
		right: -300px;
	}
    /* item
------------------------------------------------------------------------*/

	.item .pankuzu {
		background: #efefef;
	}

	/* cont01 */
	.item .cont01 {
		background: #efefef;
		padding-bottom: 150px;
	}
	.item .cont01 .inner h2 {
		padding-top: 150px;
		margin-bottom: 110px;
		text-align: center;
		font-size: 42px;
		line-height: 1;
		letter-spacing: -1px;
		position: relative;
	}
	.item .cont01 .inner h2::after {
		content: "Hamburger";
		color: #a48b78;
		font-size: 20px;
		letter-spacing: 3px;
		position: absolute;
		bottom: -35px;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	}
	.item .cont01 .inner h2:nth-of-type(1)::before {
		content: "";
		background: url(img/item_text01.png) no-repeat;
		width: 96px;
		height: 69px;
		position: absolute;
        top: 95px;
        left: 410px;
	}
	.item .cont01 .inner h2:nth-of-type(2),
	.item .cont01 .inner h2:nth-of-type(3) {
		letter-spacing: 3px;
	}
	.item .cont01 .inner h2:nth-of-type(2)::after {
		content: "Chicken dishes";
	}
	.item .cont01 .inner h2:nth-of-type(3)::after {
		content: "Township";
	}
	.item .cont01 .inner h2:nth-of-type(4)::after {
		content: "Selected Gourmet";
	}
	.item .cont01 .inner .item_box {
		display: flex;
		flex-wrap: wrap;
		gap: 45px;
	}
	.item .cont01 .inner .item_box .cont {
		width: 370px;
		background: #fff;
	}
	.item .cont01 .inner .item_box .cont .text_box {
		padding: 25px 25px 30px;
		box-sizing: border-box;
	}
	.item .cont01 .inner .item_box .cont .text_box .name {
		font-size: 20px;
		line-height: 1.3;
		padding-bottom: 5px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.item .cont01 .inner .item_box .cont .text_box .price {
		font-size: 18px;
	}
	.item .cont01 .inner .item_box .cont .text_box .price span {
		display: inline-block;
		font-size: 20px;
		letter-spacing: 2px;
		padding-left: 10px;
	}
	.item .cont01 .inner .item_box .cont .text_box .text01 {
		font-size: 14px;
		line-height: 1.7;
		margin: 5px 0 20px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.item .cont01 .inner .item_box .cont form {
		display: flex;
		justify-content: space-between;
	}
	.item .cont01 .inner .item_box .cont input[name="item_count"] {
		width: 55px;
		height: 36px;
		border: 1px solid #C9BC9C;
		box-sizing: border-box;
		font-size: 18px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: center;
		font-size: 14px;
	}
	.item .cont01 .inner .item_box .cont input[type="submit"] {
		appearance: none;
		-webkit-appearance: none;
		border-radius: 0;
		width: 255px;
		height: 36px;
		line-height: 33px;
		background: #C9BC9C;
		border: 1px solid #C9BC9C;
		box-sizing: border-box;
		color: #fff;
		font-size: 14px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: center;
		padding-left: 30px !important;
		box-sizing: border-box;
		text-shadow: 0 0 10px rgba(0,0,0,0.1);
		cursor: pointer;
	}
	.item .cont01 .inner .item_box .cont input[type="submit"]:hover{
		background: #fff;
		color: #C9BC9C;
		text-shadow: none;
	}
	.item .cont01 .inner .item_box .cont .text_box form span {
		position: relative;
	}
	.item .cont01 .inner .item_box .cont .text_box form span::before {
		content: "";
		background: url(img/item_icon.png) no-repeat center / cover;
		width: 25px;
		height: 25px;
		position: absolute;
		top: 5px;
		left: -210px;
	}
	.item .cont01 .inner .item_box .cont .text_box form:hover span::before {
		filter: brightness(0) saturate(100%) invert(78%) sepia(19%) saturate(361%) hue-rotate(5deg) brightness(95%) contrast(88%);
		pointer-events: none;
	}


/* guide
------------------------------------------------------------------------*/

	/* cont01 */
	.guide .cont01 .inner {
		padding: 118px 100px 0;
		box-sizing: border-box;
	}
	.guide .cont01 .inner h2 {
		padding: 0 0 15px;
		font-size: 20px;
		border-bottom: 1px solid #a48b78;
		box-sizing: border-box;
	}
	.guide .cont01 .inner .text01 {
		line-height: 2;
		margin-top: 30px;
		margin-bottom: 25px;
	}
	.guide .cont01 .inner .tel {
		display: block;
		height: 0;
		overflow: hidden;
		padding-top: 30px;
        width: 335px;
		background: url(img/guide_tel.png) no-repeat center / cover;
	}
	.guide .cont01 .inner .text02 {
		margin-top: 15px;
		line-height: 1;
	}
	
	/* cont02 */
	.guide .cont02 .inner {
		padding: 88px 100px 0;
		box-sizing: border-box;
	}
	.guide .cont02 .inner h2 {
		padding: 0 0 15px;
		font-size: 20px;
		border-bottom: 1px solid #a48b78;
		box-sizing: border-box;
	}
	.guide .cont02 .inner .text01 {
		line-height: 2;
		margin-top: 30px;
	}
	.guide .cont02 .inner table {
		margin: 22px 0;
	}
	.guide .cont02 .inner table th {
		width: 330px;
		line-height: 2;
		text-align: left;
	}
	.guide .cont02 .inner table td {
		line-height: 2;
	}
	.guide .cont02 .inner .text02 {
		font-size: 14px;
        margin-top: 15px;
		line-height: 2;
	}
	.guide .cont02 .inner .text02::before {
		content: "※";
	}
	
	/* cont03 */
	.guide .cont03 .inner {
		padding: 88px 100px 0;
		box-sizing: border-box;
	}
	.guide .cont03 .inner h2 {
		padding: 0 0 15px;
		font-size: 20px;
		border-bottom: 1px solid #a48b78;
		box-sizing: border-box;
	}
	.guide .cont03 .inner .text01 {
		line-height: 2;
		margin-top: 30px;
	}
	.guide .cont03 .inner .text02 {
		margin-top: 15px;
		font-size: 14px;
		line-height: 2;
	}
	.guide .cont03 .inner .text02::before {
		content: "※";
	}
	
	/* cont04 */
	.guide .cont04 .inner {
		padding: 88px 100px 0;
		box-sizing: border-box;
	}
	.guide .cont04 .inner h2 {
		padding: 0 0 15px;
		font-size: 20px;
		border-bottom: 1px solid #a48b78;
		box-sizing: border-box;
	}
	.guide .cont04 .inner .text01 {
		line-height: 2;
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.guide .cont04 .inner .img {
		margin: -15px 0;
	}
	.guide .cont04 .inner table th {
		width: 330px;
		line-height: 2;
		text-align: left;
	}
	.guide .cont04 .inner table th::before {
		content: "・";
	}
	.guide .cont04 .inner table td {
		line-height: 2;
	}
	
	/* cont05 */
	.guide .cont05 .inner {
		padding: 88px 100px 0;
		box-sizing: border-box;
	}
	.guide .cont05 .inner h2 {
		padding: 0 0 15px;
		font-size: 20px;
		border-bottom: 1px solid #a48b78;
		box-sizing: border-box;
	}
	.guide .cont05 .inner .text01 {
		line-height: 2;
		margin-top: 30px;
	}
	
	/* cont06 */
	.guide .cont06 .inner {
		padding: 88px 100px 10px;
		box-sizing: border-box;
	}
	.guide .cont06 .inner h2 {
		padding: 0 0 15px;
		font-size: 20px;
		border-bottom: 1px solid #a48b78;
		box-sizing: border-box;
	}
	.guide .cont06 .inner .text01 {
		line-height: 2;
		margin-top: 30px;
	}
	

/* corporate
------------------------------------------------------------------------*/

	/* cont01 */
	.corporate .cont01 {
		padding: 190px 0 230px 540px;
		box-sizing: border-box;
		position: relative;
	}
	.corporate .cont01 h2 {
		position: absolute;
		top: 100px;
		left: 120px;
		font-size: 28px;
		color: #a48b78;
		margin-left: 50px;
	}
	.corporate .cont01 h3 {
		position: absolute;
		top: 200px;
		left: 95px;
		display: inline-block;
		writing-mode: vertical-rl;
		font-size: 32px;
		line-height: 1.9;
		letter-spacing: 5px;
		font-weight: bold;
		margin-left: 50px;
	}
	.corporate .cont01 .text01 {
		padding: 60px 0 0;
		font-size: 20px;
		line-height: 2.4;
	}

	/* cont02 */
	.corporate .cont02 .top_img {
		margin-top: 40px;
		text-align: center;
	}
	.corporate .cont02 .inner {
		padding: 170px 0 20px;
	}
	.corporate .cont02 .inner h2 {
		font-size: 20px;
		padding-top: 65px;
		letter-spacing: 2px;
		line-height: 1;
		text-align: center;
		position: relative;
	}
	.corporate .cont02 .inner h2::before {
		content: "";
		background: url(img/corporate_cont02_text01.png) no-repeat;
		width: 225px;
		height: 38px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.corporate .cont02 .inner .text01 {
		font-size: 20px;
		text-align: center;
		line-height: 1.9;
		margin-top: 50px;
	}
	.corporate .cont02 .inner .cont {
		display: flex;
		align-content: center;
		flex-wrap: wrap;
		height: 510px;
		padding: 0 0 0 620px;
		box-sizing: border-box;
		margin-top: 60px;
		position: relative;
	}
	.corporate .cont02 .inner .cont::after {
		position: absolute;
		top: 50%;
		left: 300px;
		transform: translateY(-50%);
		content: "";
		background: #efefef;
		width: 2000px;
		height: 100%;
		z-index: -1;
	}
	.corporate .cont02 .inner .cont:nth-of-type(2) {
		padding: 0 500px 0 0px;
	}
	.corporate .cont02 .inner .cont:nth-of-type(2)::after {
		position: absolute;
		top: 50%;
		left: auto;
		right: 300px;
	}
	.corporate .cont02 .inner .cont h3 {
		padding-top: 65px;
		font-size: 24px;
		line-height: 1.9;
	}
	.corporate .cont02 .inner .cont h3::before {
		content: "SERVICE.01";
		font-size: 20px;
		color: #a48b78;
		font-weight: normal;
		letter-spacing: 2px;
		position: absolute;
		top: 125px;
	}
	.corporate .cont02 .inner .cont:nth-of-type(2) h3::before {
		content: "SERVICE.02";
		top: 135px;
	}
	.corporate .cont02 .inner .cont:nth-of-type(3) h3::before {
		content: "SERVICE.03";
		top: 135px;
	}
	.corporate .cont02 .inner .cont .text02 {
		line-height: 2;
		margin-top: 40px;
	}
	.corporate .cont02 .inner .cont .img {
		position: absolute;
		top: 50%;
		left: -300px;
		transform: translateY(-50%);
	}
	.corporate .cont02 .inner .cont:nth-of-type(2) .img {
		position: absolute;
		top: 50%;
		left: auto;
		right: -300px;
	}


/* faq
------------------------------------------------------------------------*/

	/* cont01 */
	.faq .cont01 {
		box-sizing: border-box;
		margin: 100px auto 0;
		width: 900px;
	}
	.faq .cont01 h2 {
		padding: 0 0 10px;
		font-weight: bold;
		font-size: 24px;
		border-bottom: 1px solid #a48b78;
		margin-bottom: 60px;
		box-sizing: border-box;
	}
	.faq .cont01 .box:nth-of-type(n+2) {
		margin-top: 50px;
	}
	.faq .cont01 .box p {
		padding-left: 50px;
		position: relative;
		line-height: 1.8;
	}
	.faq .cont01 .box .text01::before {
		content: 'Q';
		color: #222;
		position: absolute;
		top: -2px;
		left: 0;
		font-size: 18px;
	}
	.faq .cont01 .box .text02::before {
		content: 'A';
		color: #a48b78;
		position: absolute;
		top: -2px;
		left: 0;
		font-size: 18px;
	}
	.faq .cont01 .box .text02 {
		margin-top: 15px;
	}


/* contact
------------------------------------------------------------------------*/

	/* cont01 */
	.contact .cont01 {
		margin: 80px auto 0;
	}
	.contact .cont01 .text {
		text-align: center;
		font-size: 18px;
		line-height: 2;
	}
	.contact .cont01 .btn-flex {
		margin-top: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 0 20px;
	}
	.contact .cont01 .btn-flex .btn a {
		line-height: 1;
		width: 300px;
		padding: 13px 0;
		text-align: center;
		display: block;
		color: #fff;
		text-shadow: 0 0 10px rgba(0,0,0,0.3);
		background: #c9bc9c;
		border: 2px solid #c9bc9c;
		transition: all .5s;
	}
	.contact .cont01 .btn-flex .btn a:hover {
		color: #c9bc9c;
		background: #fff;
		transition: all .5s;
		opacity: 1;
		text-shadow: none;
	}

	/* cont02 */
	.contact .cont02 {
		width: 1000px;
		margin: 120px auto 0;
	}
	.contact .cont02 h2 {
		padding: 0 0 0 15px;
		font-size: 24px;
		margin: 0 auto 10px;
		position: relative;
		border-bottom: 1px solid #a48b78;
		box-sizing: border-box;
	}
	.contact .cont02 .tel {
		margin-top: 20px;
		display: flex;
		align-items: center;
		gap: 0 20px;
	}
	.contact .cont02 .tel a {
		display: block;
		height: 0;
		overflow: hidden;
        padding-top: 32px;
        width: 350px;
		background: url(img/contact_tel.png) no-repeat center / cover;
		position: relative;
	}
	.contact .cont02 .tel span {
		font-size: 18px;
		margin: 15px 0 0 20px;
	}
	.contact .cont02 .text {
		margin-top: 30px;
		margin-left: 10px;
		line-height: 2;
	}

	/* cont03 */
	.contact .cont03 {
		width: 1000px;
		margin: 120px auto;
	}
	.contact .cont03 h2 {
		padding: 0 0 0 15px;
		font-size: 24px;
		margin: 0 auto 10px;
		position: relative;
		border-bottom: 1px solid #a48b78;
		box-sizing: border-box;
	}
	.contact .cont03 .lead {
		line-height: 2;
		margin-top: 30px;
	}
	.contact .cont03 table {
		width: 1020px;
		margin: 10px auto 0 -10px;
		border-collapse: separate;
		border-spacing: 10px;
	}
	.contact .cont03 table th {
		width: 260px;
		text-align: left;
		vertical-align: middle;
		padding-left: 20px;
		box-sizing: border-box;
		position: relative;
		background: #c9bc9c;
		color: #fff;
		text-shadow: 0 0 10px rgba(0,0,0,0.3);
		font-weight: bold;
	}
	.contact .cont03 table th span {
		font-weight: bold;
	}
	.contact .cont03 table td {
		vertical-align: middle;
		padding: 0 !important;
		height: 60px;
	}
	.contact .cont03 table tr:first-of-type td {
		border: 1px solid #c9bc9c;
		padding: 0 0 0 15px !important;
	}
	.contact .cont03 table tr:first-of-type td .flex {
		display: flex;
	}
	.contact .cont03 table tr:first-of-type td span {
		display: flex;
		align-items: center;
		gap: 0 5px;
	}
	.contact .cont03 table tr:first-of-type td span input {
		margin: 0 !important;
	}
	.contact .cont03 table tr:nth-of-type(6) td {
		border: 1px solid #c9bc9c;
		padding: 15px !important;
	}
	.contact .cont03 table tr:first-of-type td span:nth-of-type(n+2) {
		margin-left: 25px;
	}
	.contact .cont03 table td input[type="text"],
	.contact .cont03 table td input[type="email"],
	.contact .cont03 table td input[type="tel"],
	.contact .cont03 table td textarea {
		width:100% !important;
		height: 60px !important;
		font-size:16px;
		font: inherit;
		padding: 5px;
		box-sizing: border-box;
		border: 1px solid #c9bc9c;
		padding: 20px 15px;
	}
	.contact .cont03 table tr:nth-of-type(6) td span.span01 {
		display: flex;
		align-items: center;
	}
	.contact .cont03 table tr:nth-of-type(6) td span.span01:nth-of-type(n+2) {
		margin-top: 10px;
	}
	.contact .cont03 table tr:nth-of-type(6) td input {
		width: 605px !important;
		margin-left: 10px;
		border: none !important;
		background: #efefef;
	}
	.contact .cont03 table tr:nth-of-type(6) td span.span01:first-of-type input {
		width: 250px !important;
	}
	.contact .cont03 table td textarea{
		height: 150px !important;
		vertical-align: middle;
		resize:none
	}
	.contact .cont03 .privacy_check {
		text-align: center;
		padding: 30px 0 35px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	.contact .cont03 .privacy_check div.mfp_err {
		text-align: center;
		width: 1000px;
		margin: 0 auto;
		padding: 10px 0;
		box-sizing: border-box;
		background: url(img/mfp_error.gif) no-repeat top 12px left 320px;
	}
	.contact .cont03 .privacy_check input {
		width: 15px;
		height: 15px;
		margin: 0 5px;
	}
	.contact .cont03 .privacy_check label {
		margin: 0 5px!important;
	}
	.contact .cont03 .privacy_check label a {
        text-decoration: underline;
    }
	.contact .cont03 .button {
		text-align: center;
		margin-bottom: 40px;
	}
	.contact .cont03 .button input[type="submit"] {
		width: 300px;
		padding: 15px 0;
		font-size: 16px;
		box-sizing: border-box;
		cursor: pointer;
		margin: auto;
		border: none;
		letter-spacing: 1px;
		display: block;
		background: #c9bc9c;
		color: #fff;
		text-shadow: 0 0 10px rgba(0,0,0,0.3);
		border: 1px solid #c9bc9c;
		transition: all .5s;
		-webkit-appearance: none;
		border-radius: 0px !important;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.contact .cont03 .button input:hover {
		color: #c9bc9c;
		background: #fff;
		transition: all .5s;
		text-shadow: none;
	}

/* ここから各テンプレートページ
------------------------------------------------------------------------*/

/* company
------------------------------------------------------------------------*/
	/* company 共通 */
	.company .cont01 h2,
	.company .cont02 h2,
	.company .cont03 h2 {
		font-size: 28px;
		text-align: center;
		padding-bottom: 30px;
		font-weight: bold;
		position: relative;
	}
	.company .cont01 h2::before,
	.company .cont02 h2::before,
	.company .cont03 h2::before {
        content: '';
        font-size: 16px;
        font-weight: bold;
        color: var(--main-color);
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .company .cont01 h2::before {
        content: "OUTLINE";
    }
    .company .cont02 h2::before {
        content: "Specified Commercial Transaction Law";
    }
    .company .cont03 h2::before {
        content: "GREETING";
    }
	.company table {
		width: 100%;
		text-align: left;
		margin: 40px auto 0;
	}
	.company table tr {
		border-top: 1px solid #fff;
	}
	.company table tr:last-of-type {
		border-bottom: 1px solid #fff;
	}
	.company table th {
		width: 250px;
		padding: 23px 0 20px 50px;
		font-weight: bold;
		vertical-align: middle;
	}
	.company table td {
		padding: 23px 0 20px;
		vertical-align: middle;
	}

	/* cont01 */
	.company .cont01 {
		margin: 100px auto 0;
		padding: 100px 0;
		background: var(--main-light-color);
	}
	.company .cont01 .inner {
		width: 1000px;
	}
	
	/* cont02 */
	.company .cont02 {
		width: 1000px;
		margin: 110px auto 0;
	}
	.company .cont02 table tr {
		border-top: 1px solid #ededed;
	}
	.company .cont02 table tr:last-of-type {
		border-bottom: 1px solid #ededed;
	}

	/* cont03 */
	.company .cont03 {
		padding: 100px 0 0;
	}
	.company .cont03 .flex {
		/* display: flex;
		align-items: center; */
		padding-top: 50px;
	}
	.company .cont03 .flex .text_box {
		/* padding-left: 50px;
		width: 550px; */
        padding-left: 50px;
        width: 900px;
        margin: 0 auto;
	}
	.company .cont03 .flex .text_box .text02 {
		text-align: right;
		font-size: 24px;
		margin-top: 40px;
		font-weight: bold;
	}
	.company .cont03 .flex .text_box .text02 span {
		font-size: 16px;
		font-weight: bold;
	}
	.company .cont03 .img {
		flex-shrink: 0;
	}

/* thanks
------------------------------------------------------------------------*/
	.thanks .cont01{
		padding: 70px 0 100px;
		text-align: center;
	}
	.thanks .cont01 h2{
		text-align: center;
		font-size: 24px;
	}
	.thanks .cont01 .text{
		margin: 40px 0 0;
		font-weight: bold;
	}
	.thanks .cont01 .button {
		margin-top: 50px;
	}
	.thanks .cont01 .button a{
		width: 360px;
		border-radius: 60px;
		line-height: 1;
		padding: 20px 0;
		font-size: 16px;
		box-sizing: border-box;
		cursor: pointer;
		margin: auto;
		border: none;
		display: block;
		color: #fff;
		background: var(--main-color);
		border: 1px solid var(--main-color);
		transition: all .5s;
	}
	.thanks .cont01 .button a:hover {
		background: #fff;
		color: var(--main-color);
		transition: all .5s;
	}


/* privacy
------------------------------------------------------------------------*/
	.privacy .cont01 {
		width: 1000px;
		margin: 50px auto 100px;
	}
	.privacy .cont01 h2 {
		font-size: 28px;
		text-align: center;
	}
	.privacy .cont01 .text01 {
		margin-top: 35px;
		line-height: 2;
	}
	.privacy .cont01 .box {
		margin-top: 30px;
		padding-bottom: 30px;
		border-bottom: 1px dashed var(--main-color);
	}
	.privacy .cont01 .box:first-of-type {
		margin-top: 45px;
	}
	.privacy .cont01 .box:last-of-type {
		border-bottom: none;
	}
	.privacy .cont01 .box h3 {
		font-size: 20px;
	}
	.privacy .cont01 .box .text02 {
		line-height: 2;
		margin-top: 10px;
	}
	.privacy .cont01 .box .text02 a {
		text-decoration: underline;
	}
	.privacy .cont01 .box ul {
		margin-top: 15px;
	}
	.privacy .cont01 .box ul li:nth-of-type(n+2) {
		margin-top: 8px;
	}
	.privacy .cont01 .box .text03 {
		line-height: 2;
		display: inline-block;
		padding: 25px 30px;
		background: #eeeeee;
		margin-top: 20px;
	}

/* yonmaruyon yonichimaru
------------------------------------------------------------------------*/
	.yonmaruyon .cont01 {
		padding: 70px 0 0;
		text-align: center;
	}
	.yonmaruyon .cont01 h2{
		text-align: center;
		font-size: 24px;
	}
	.yonmaruyon .cont01 .text{
		margin: 30px 0 0;
		font-weight: bold;
	}
	.yonmaruyon .cont01 .button {
		margin-top: 40px;
	}
	.yonmaruyon .cont01 .button a {
		width: 360px;
		border-radius: 60px;
		line-height: 1;
		padding: 20px 0;
		font-size: 16px;
		box-sizing: border-box;
		cursor: pointer;
		margin: auto;
		border: none;
		display: block;
		color: #fff;
		background: var(--main-color);
		border: 1px solid var(--main-color);
		transition: all .5s;
	}
	.yonmaruyon .cont01 .button a:hover {
		background: #fff;
		color: var(--main-color);
		transition: all .5s;
	}

/* contact_box
------------------------------------------------------------------------*/
	.contact_box {
		background: #fff;
		padding: 100px 0;
	}
	.contact_box .inner {
		display: flex;
		justify-content: center;
		align-content: flex-start;
		flex-wrap: wrap;
		width: 1200px;
		height: 414px;
		background: url("img/contact_box_bg.png")no-repeat;
		padding: 78px 0 0;
		box-sizing: border-box;
		color: #fff;
		text-align: center;
		position: relative;
	}
	.contact_box .inner h2 {
		width: 900px;
		padding: 60px 0 38px;
		line-height: 1;
		font-size: 20px;
		border-bottom: 1px solid #fff;
		position: relative;
	}
	.contact_box .inner h2::before {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url(img/contact_box_text.png) no-repeat;
		width: 272px;
		height: 38px;
	}
	.contact_box .inner .cont {
		width: 450px;
		box-sizing: border-box;
		margin: 40px 0 0;
		text-align: center;
	}
	.contact_box .inner .cont:nth-of-type(2) {
		border-left: 1px solid #fff;
	}
	.contact_box .inner .cont h3 {
		line-height: 1;
		letter-spacing: 1px;
	}
	.contact_box .inner .cont .tel {
		line-height: 1;
		margin: 15px 0 7px;
	}
	.contact_box .inner .cont .tel a {
		display: block;
		height: 0;
		overflow: hidden;
		padding-top: 39px;
		width: 354px;
		background: url(img/contact_box_tel.png) no-repeat center / 80%;
		margin: 0 auto;
	}
	.contact_box .inner .cont .button a {
		display: block;
		width: 320px;
		background: #c9bc9c;
		border: 1px solid #c9bc9c;
		padding: 14px 0;
		color: #fff;
		font-size: 14px;
		text-align: center;
		text-shadow: 0 0 10px rgba(0,0,0,0.15);
		margin: 28px auto 0;
		transition: .5s;
	}
	.contact_box .inner .cont .button a:hover {
		color: #c9bc9c;
		text-shadow: none;
		background: #fff;
		opacity: 1;
	}


/* footer
------------------------------------------------------------------------*/
	footer {
		padding: 75px 0 90px;
		background: #efefef;
	}
	footer .inner {
		display: flex;
		justify-content: space-between;
		font-size: 16px;
	}
	footer .inner h2 {
		margin: 0 0 60px;
	}
	footer .inner .address_box .text01 {
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
	}
	footer .inner .address_box .text02 {
		font-size: 24px;
		line-height: 1;
		font-weight: bold;
		margin: 18px 0;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	}
	footer .inner .address_box .text03 {
		display: block;
		height: 0;
		overflow: hidden;
		padding-top: 31px;
		width: 338px;
		background: url(img/footer_text01.png) no-repeat;
	}
	footer .inner .address_box .place {
		line-height: 1.65;
		margin-top: 30px;
	}
	footer .inner .address_box .tel {
		display: inline-block;
		line-height: 1.65;
	}
	footer .inner .address_box .tel::before {
		content: "TEL：";
	}
	footer .inner .address_box .fax {
		display: inline-block;
		line-height: 1.65;
		margin-left: 25px;
	}
	footer .inner .address_box .fax::before {
		content: "FAX：";
	}
	footer .inner .cont_box {
		display: flex;
		gap: 0 50px;
	}
	footer .inner .cont h3 {
		display: block;
		height: 0;
		overflow: hidden;
		padding-top: 20px;
		width: 123px;
		background: url("img/footer_sitemap.png") no-repeat;
	}
	footer .inner .cont:nth-of-type(2) h3 {
		width: 157px;
		background: url("img/footer_cate.png") no-repeat;
	}
	footer .inner .cont ul {
		margin-top: 34px;
	}
	footer .inner .cont ul li {
		line-height: 1;
		margin-bottom: 28px;
	}
	footer .inner .cont ul li::before {
		content: "・";
	}
	footer .inner .cont ul li a:hover {
		text-decoration: underline;
	}
	footer .copy {
		text-align: center;
		font-size: 12px;
		margin-top: 46px;
	}

}


/*===============================================
横幅431px以下 sp
===============================================*/

@media screen and (max-width: 441px) {
	html,
	body,
	.wrap{
		width: 440px;
		position: relative;
	}
	.inner{
		box-sizing: border-box;
		padding: 0 30px;
		width: auto;
	}
	img{
		max-width: 100%;
	}
	.pc{
		display: none;
	}
	.sp {
		display: block;
	}
	p {
		line-height: 1.8;
		font-size: 14px;
	}

	/* スムーススクロール設定 */
	html {
		scroll-behavior: smooth;
	}
	:root {
		--header-height: 80px;
	}


    /*  home header
    ------------------------------------------------------------------------*/

    .home header {
        width: 100%;
        height: 55px;
        z-index: 100;
        position: relative;
    }
    .home header.fixed::after {
        position: fixed;
        top: 0;
        left: 0;
        content: "";
        background: rgba(255,255,255,0.8);
        width: 100%;
        height: 55px;
        animation-name: slideIn;
        animation-fill-mode: forwards;
        animation-duration: 0.1s;
        animation-timing-function: linear;
        opacity: 0;
        z-index: -1;
    }
    @keyframes slideIn {
        0% {
        opacity: 0;
        transform: translate(0 , -55px);
        }
        100% {
        opacity: 1;
        transform: translate(0 , 0);
        }
    }
    .home header .text01 {
        position: fixed;
        top: 65px;
        left: 10px;
        color: #fff;
        font-size: 12px;
        line-height: 1.3;
        text-shadow: 0 0 10px rgba(0,0,0,0.2);
    }
    .home header .logo {
        position: fixed;
        top: 10px;
        left: 10px;
        width: 200px;
        
    }
    .home header .logo a {
        display: block;
        height: 0;
        padding: 49px 0 0;
        overflow: hidden;
        background: url("img/header_logo.png")no-repeat center / cover;
    }
    .home header .btn_box {
        position: fixed;
        top: 15px;
        right: 70px;
    }
    .home header .btn_box .button a {
        display: block;
        width: 20px;
        height: 0;
        background: url("img/header_icon.png")no-repeat;
        padding: 20px 0 0;
        box-sizing: border-box;
        overflow: hidden;
    }
    .home header.fixed .logo {
        position: fixed;
        top: 10px;
        left: -20px;
    }
    .home header.fixed .logo a {
        display: block;
        width: 200px;
        height: 0;
        padding: 35px 0 0;
        overflow: hidden;
        background: url("img/header_logo.png")no-repeat center / cover;	
        background-size: 140px;
        filter: brightness(0) saturate(100%) invert(10%) sepia(13%) saturate(22%) hue-rotate(329deg) brightness(101%) contrast(93%);
    }
    .home header.fixed .text01 {
        position: fixed;
        top: 15px;
        left: 155px;
        color: #222;
        font-size: 10px;
        line-height: 1.3;
        text-shadow: none;
    }
    .home header.fixed .btn_box {
        position: fixed;
        top: 15px;
        right: 70px;
    }
    .home header.fixed .btn_box .button a {
        display: block;
        width: 20px;
        height: 20px;
        background: url("img/header_icon.png")no-repeat;
        padding: 20px 0 0;
        box-sizing: border-box;
        overflow: hidden;
        filter: brightness(0) saturate(100%) invert(10%) sepia(13%) saturate(22%) hue-rotate(329deg) brightness(101%) contrast(93%);
    }

    /* common header */
    .common header {
        width: 100%;
        height: 55px;
        z-index: 100;
        position: relative;
    }
    .common header h1 {
        display: none;
    }
    .common header::after {
        position: fixed;
        top: 0;
        left: 0;
        content: "";
        background: rgba(255,255,255,0.8);
        width: 100%;
        height: 55px;
        z-index: -1;
    }
    .common header .text01 {
        position: fixed;
        top: 15px;
        left: 155px;
        color: #222;
        font-size: 10px;
        line-height: 1.3;
        text-shadow: none;
    }
    .common header .logo {
        display: block;
        position: fixed;
        top: 10px;
        left: -20px;
    }
    .common header .logo a {
        display: block;
        width: 200px;
        height: 0;
        padding: 35px 0 0;
        overflow: hidden;
        background: url("img/header_logo.png")no-repeat center / cover;	
        background-size: 140px;
        filter: brightness(0) saturate(100%) invert(10%) sepia(13%) saturate(22%) hue-rotate(329deg) brightness(101%) contrast(93%);
    }
    .common header .btn_box {
        position: fixed;
        top: 15px;
        right: 70px;
    }
    .common header .btn_box .button a {
        display: block;
        width: 20px;
        height: 20px;
        background: url("img/header_icon.png")no-repeat;
        filter: brightness(0) saturate(100%) invert(10%) sepia(13%) saturate(22%) hue-rotate(329deg) brightness(101%) contrast(93%);
        padding: 20px 0 0;
        box-sizing: border-box;
        overflow: hidden;
    }
    
    header nav {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
    }
    header #nav-btn {
        position: absolute;
        top: 3px;
        right: 10px;
        display: block;
        width: 50px;
        height: 50px;
        box-sizing: border-box;
        transition: all .5s;
    }
    header .menu-btn,
    header .menu-btn span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    header .menu-btn {
        position: absolute;
        width: 30px;
        height: 7px;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        cursor: pointer;
        z-index: 10002;
    }
    header .menu-btn span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff;
    }
    header.fixed .menu-btn span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: #222;
    }
    header .menu-btn span:nth-of-type(1) {
        top: 0;
    }
    header .menu-btn span:nth-of-type(2) {
        bottom: 0;
    }
    header #nav-btn.active .menu-btn span:nth-of-type(1) {
        -webkit-transform: translateY(2.5px) rotate(-15deg);
        transform: translateY(2.5px) rotate(-15deg);
        background: #222;
    }
    header #nav-btn.active .menu-btn span:nth-of-type(2) {
        -webkit-transform: translateY(-2.5px) rotate(15deg);
        transform: translateY(-2.5px) rotate(15deg);
        background: #222;
    }
    header #nav {
        display: none;
    }
    header #nav-btn.active + #nav .nav_logo img {
        position: fixed;
        top: 10px;
        left: 10px;
        width: 140px;
        box-sizing: border-box;
        filter: brightness(0) saturate(100%) invert(10%) sepia(13%) saturate(22%) hue-rotate(329deg) brightness(101%) contrast(93%);
    }
    header #nav-btn.active + #nav {
        display: block;
        overflow: auto;
        position: absolute;
        top: 0;
        left: -440px;
        background: #fff;
        width: 440px;
        height: 100%;
        z-index: 10001;
    }
    header #nav-btn.active + #nav .nav_btn_box {
        position: fixed;
        top: 15px;
        right: 70px;
    }
    header #nav-btn.active + #nav .nav_btn_box .button a {
        display: block;
        width: 20px;
        height: 20px;
        background: url("img/header_icon.png")no-repeat;
        filter: brightness(0) saturate(100%) invert(10%) sepia(13%) saturate(22%) hue-rotate(329deg) brightness(101%) contrast(93%);
        padding: 20px 0 0;
        box-sizing: border-box;
        overflow: hidden;
    }

    header #nav-btn.active + #nav .inner {
        padding: 60px 0 0;
        box-sizing: border-box;
        position: relative;
    }
    header #nav-btn.active + #nav .inner .cocco_logo img {
        margin-left: 10px;
        width: 140px;
    }
    header #nav-btn.active + #nav .inner .nav_box {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 350px;
        height: 340px;
        margin: 50px 0 0 80px;
        box-sizing: border-box;
    }
    header #nav-btn.active + #nav .inner .nav_box > li {
        width: 175px;
        margin-bottom: 30px;
    }
    header #nav-btn.active + #nav .inner .nav_box ul {
        padding: 3px 0 0;
    }
    header #nav-btn.active + #nav .inner .nav_box ul li {
        font-size: 14px;
        margin-top: 20px;
        padding-left: 12px;
        position: relative;
    }
    header #nav-btn.active + #nav .inner .nav_box ul li::before {
        content: "・";
        position: absolute;
        top: 1px;
        left: -4px;
    }
    header #nav-btn.active + #nav .inner .in_btn_box {
        display: none;
    }
    header #nav-btn.active + #nav .inner .close {
        display: none;
    }


/* home
------------------------------------------------------------------------*/

	/* key */
	.home .key {
		height: 680px;
		background: url(img/home_mv_img_sp.png) no-repeat;
		margin: -55px 0 0;
		z-index: -1;
		position: relative;
	}
	.home .key .text01 {
		display: block;
		height: 0;
		overflow: hidden;
        padding-top: 380px;
        width: 160px;
		background: url(img/home_mv_text01.png) no-repeat center / cover;

		position: absolute;
        top: 270px;
        left: 25px;
		z-index: 1;
	}
	.home .key .box {
		display: none;
	}

	/* cont01 */
	.home .cont01 {
		width: 100%;
		background: #fff;
		padding: 100px 0 10px;
		box-sizing: border-box;
	}
	.home .cont01 .flex_box {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.home .cont01 .flex_box .cont {
		width: 440px;
		padding: 430px 0 70px;
		box-sizing: border-box;
		margin: -100px auto 0;
		text-align: center;
		position: relative;
	}
	.home .cont01 .flex_box .cont h2 {
		font-size: 30px;
		line-height: 1;
		letter-spacing: -1px;
		position: relative;
	}
	.home .cont01 .flex_box .cont h2::after {
		content: "Hamburger";
		color: #a48b78;
		font-size: 14px;
		letter-spacing: 3px;
		position: absolute;
		bottom: -25px;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	}
	.home .cont01 .flex_box .cont:nth-of-type(1) h2::before {
		content: "";
		background: url(img/home_text01.png) no-repeat center / cover;
        width: 62px;
        height: 45px;
        position: absolute;
        top: -20px;
        left: 82px;
	}
	.home .cont01 .flex_box .cont:nth-of-type(2) h2,
	.home .cont01 .flex_box .cont:nth-of-type(3) h2 {
		letter-spacing: 3px;
	}
	.home .cont01 .flex_box .cont:nth-of-type(1) h2::after {
		bottom: -21px;
	}
	.home .cont01 .flex_box .cont:nth-of-type(2) h2::after {
		content: "Chicken dishes";
	}
	.home .cont01 .flex_box .cont:nth-of-type(3) h2::after {
		content: "Township";
	}
	.home .cont01 .flex_box .cont:nth-of-type(4) h2::after {
		content: "Selected Gourmet";
	}
	.home .cont01 .flex_box .cont .text01 {
		padding: 0 35px;
		font-size: 14px;
		line-height: 2;
		text-align: left;
		margin-top: 50px;
	}
	.home .cont01 .flex_box .cont .img img {
		width: 440px;
	}
	.home .cont01 .flex_box .cont .img {
		position: absolute;
		top: 100px;
		left: 0;
	}
	.home .cont01 .flex_box .cont .button {
		display: block;
		width: 360px;
		height: 30px;
		border-bottom: 1px solid #a48b78;
		color: #a48b78;
		font-size: 14px;
		text-align: left;
		line-height: 30px;
		letter-spacing: 1px;
		margin: 20px 0 0 40px;
	}
	.home .cont01 .flex_box .cont .button span {
		display: inline-block;
		vertical-align: middle;
		color: #a48b78;
		line-height: 1;
		position: relative;
		width: 0.6em;
		height: 0.6em;
		transform: translateX(-25%) rotate(45deg);
		right: -270px;
	}
	.home .cont01 .flex_box .cont .button span::before,
	.home .cont01 .flex_box .cont .button span::after {
		content: '';
		position: absolute;
		background: currentColor;
		border-radius: 0.1em;
	}
	.home .cont01 .flex_box .cont .button span::before {
		top: 0;
		left: 0;
		right: 0;
		height: 0.1em;
	}
	.home .cont01 .flex_box .cont .button span::after {
		top: 0;
		right: 0;
		bottom: 0;
		width: 0.1em;		  
	}

	/* cont02 */
	.home .cont02 {
		background: #efefef;
	}
	.home .cont02 .inner {
		padding: 60px 0 70px;
	}
	.home .cont02 .inner h2 {
		padding-top: 38px;
		font-size: 14px;
		line-height: 1;
		letter-spacing: 2px;
		text-align: center;
		position: relative;
	}
	.home .cont02 .inner h2::before {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url(img/home_text02.png) no-repeat center / cover;
        width: 162px;
        height: 20px;
	}
	.home .cont02 .inner ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 440px;
		margin: 35px 0 0;
		position: relative;
	}
	.home .cont02 .inner ul li a {
		display: block;
		width: 350px;
		height: 175px;
		margin-top: 10px;
		position: relative;
	}
	.home .cont02 .inner ul li a::before {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: "";
		background: rgba(137,137,137,0.8);
		mix-blend-mode: multiply;
		width: 100%;
		height: 100px;
		z-index: 10;
	}
	.home .cont02 .inner ul li a span {
		position: absolute;
		top: 62px;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		color: #fff;
		font-size: 24px;
		line-height: 1;
		letter-spacing: 5px;
		text-align: center;
		z-index: 11;
	}
	.home .cont02 .inner ul li a span::after {
		position: absolute;
		bottom: -34px;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;

		content: "Hamburger";
		color: #fff;
		font-weight: normal;
		font-size: 14px;
		letter-spacing: 4px;
		margin: 0 auto;
	}
	.home .cont02 .inner ul li:nth-of-type(2) a span::after {
		content: "Chicken dishes";
	}
	.home .cont02 .inner ul li:nth-of-type(3) a span::after {
		content: "Township";
	}
	.home .cont02 .inner ul li:nth-of-type(4) a span::after {
		content: "Selected Gourmet";
	}

	/* cont03 */
	.home .cont03 {
		background: url(img/home_bg01_sp.png) no-repeat;
		padding-top: 70px;
	}
	.home .cont03 .inner_wrap {
		background: rgba(255,255,255,0.8);
	}
	.home .cont03 .inner {
		padding: 70px 20px 60px;
	}
	.home .cont03 .inner .text_box01 {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		width: 380px;
        padding: 0 0 365px;
		box-sizing: border-box;
		position: relative;
	}
	.home .cont03 .inner .text_box01 h2 {
		font-size: 26px;
		line-height: 1.8;
		letter-spacing: 1px;
		padding-top: 40px;
		position: relative;
	}
	.home .cont03 .inner .text_box01 h2::before {
		position: absolute;
		top: 0;
		left: 0;
		content: "About Us";
		color: #a48b78;
		font-size: 16px;
		letter-spacing: 3px;
	}
	.home .cont03 .inner .text_box01 .text01 {
		font-size: 14px;
		line-height: 2.3;
		margin-top: 30px;
		flex-shrink: 1;
	}
	.home .cont03 .inner .text_box01 .img {
		position: absolute;
		bottom: 0;
		left: -70px;
	}
	.home .cont03 .inner .text_box01 .img img {
		width: 400px;
	}
	.home .cont03 .inner .text_box01 .img02 {
		bottom: 190px;
		left: auto;
		right: -40px;
	}
	.home .cont03 .inner .text_box01 .img02 img {
		width: 200px;
	}
	.home .cont03 .inner .text_box02 {
		height: 400px;
		box-sizing: border-box;
		position: relative;
	}
	.home .cont03 .inner .text_box02 h3 {
		position: absolute;
		top: 40px;
		right: 10px;
		display: inline-block;
		writing-mode: vertical-rl;
		font-size: 24px;
		line-height: 1.9;
		letter-spacing: 3px;
	}
	.home .cont03 .inner .text_box02 .text02 {
		position: absolute;
		top: 40px;
		right: 65px;
		display: inline-block;
		writing-mode: vertical-rl;
		font-size: 14px;
		line-height: 2;
		letter-spacing: 1px;
	}
	.home .cont03 .inner .text_box02 .img03 {
		position: absolute;
		top: 130px;
		left: -70px;
	}
	.home .cont03 .inner .text_box02 .img03 img {
		width: 300px;
	}

	/* cont04 */
	.home .cont04 {
		background: #fff;
		padding: 70px 0;
		box-sizing: border-box;
	}
	.home .cont04 h2 {
		padding-top: 38px;
		font-size: 14px;
		line-height: 1;
		letter-spacing: 1px;
		text-align: center;
		position: relative;
	}
	.home .cont04 h2::before {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url(img/home_text03.png) no-repeat center / cover;
        width: 175px;
        height: 18px;
	}
	.home .cont04 ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 390px;
		background: linear-gradient(#fff 90px , #efefef 90px);
		padding: 0 0 10px;
		box-sizing: border-box;
		margin: 43px auto 0;
	}
	.home .cont04 ul li{
		width: 180px;
		height: 180px;
		background: url("img/home_img12.png")no-repeat;
		background-size: 180px;
		padding: 106px 0 0;
		box-sizing: border-box;
		font-size: 12px;
		line-height: 1.6;
		text-align: center;
		margin: 0 7px;
	}
	.home .cont04 ul li:nth-of-type(2){
		background: url("img/home_img13.png")no-repeat;
		background-size: 180px;
	}
	.home .cont04 ul li:nth-of-type(3){
		background: url("img/home_img14.png")no-repeat;
		background-size: 180px;
	}

	/* cont05 */
	.home .cont05 {
		background: #c9bc9c;
	}
	.home .cont05 .inner {
		padding: 75px 30px 30px;
		box-sizing: border-box;
		position: relative;
	}
	.home .cont05 .inner h2 {
		color: #fff;
		font-size: 26px;
		line-height: 1;
		letter-spacing: 2px;
		text-align: center;
		text-shadow: 0 0 10px rgba(0,0,0,0.3);
		position: relative;
	}
	.home .cont05 .inner h2::before {
		position: absolute;
		top: -23px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url(img/home_text04.png) no-repeat center / cover;
		filter: drop-shadow(0 0 10px rgba(0,0,0,0.5));
		width: 120px;
		height: 12px;
	}
	.home .cont05 .inner .text01 {
		font-size: 13px;
		line-height: 1.9;
		color: #fff;
		text-align: center;
		margin-top: 22px;
		text-shadow: 0 0 10px rgba(0,0,0,0.5);
	}
	.home .cont05 .inner .button a {
		display: block;
		width: 350px;
		height: 30px;
		border-bottom: 1px solid #222;
		font-size: 14px;
		line-height: 30px;
		letter-spacing: 1px;
		margin: 40px auto 30px;
	}
	.home .cont05 .inner .button span {
		display: inline-block;
		vertical-align: middle;
		color: #222;
		line-height: 1;
		position: relative;
		width: 0.6em;
		height: 0.6em;
		transform: translateX(-25%) rotate(45deg);
		right: -265px;
	}
	.home .cont05 .inner .button span::before,
	.home .cont05 .inner .button span::after {
		content: '';
		position: absolute;
		background: currentColor;
		border-radius: 0.1em;
	}
	.home .cont05 .inner .button span::before {
		top: 0;
		left: 0;
		right: 0;
		height: 0.1em;
	}
	.home .cont05 .inner .button span::after {
		top: 0;
		right: 0;
		bottom: 0;
		width: 0.1em;		  
	}
	.home .cont05 .inner ul{
		display: block;
		background: rgba(255,255,255,0.75);
		padding: 16px 20px;
		box-sizing: border-box;
		margin-top: 25px;
	}
	.home .cont05 .inner ul li{
		font-size: 13px;
		line-height: 2;
	}
	.home .cont05 .inner ul li::before{
		content: "1.";
		padding-right: 12px;
	}
	.home .cont05 .inner ul li:nth-of-type(2)::before{
		content: "2.";
	}
	.home .cont05 .inner ul li:nth-of-type(3)::before{
		content: "3.";
	}


/* common
------------------------------------------------------------------------*/


/* nav */
.common header #nav-btn {
    position: absolute;
    top: 3px;
    right: 10px;
    display: block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    transition: all .5s;
}
header .menu-btn span {
    background: #222;
}

/* key */
.common .key {
    height: 250px;
    padding: 140px 0 0;
    box-sizing: border-box;
    text-align: center;
}
/* 各ページのkeyをまとめて記述 */
/* concept */
.concept .key {
	background: url("img/concept_key_sp.png")center center /cover no-repeat;
}
.concept .key .text::before {
	background: url(img/concept_key_text.png) no-repeat;
	background-size: 210px;
	width: 210px;
	height: 32px;
}
/* item */
.item .key {
	background: url("img/item_key_sp.png")center center /cover no-repeat;
}
.item .key .text::before {
	background: url(img/item_key_text.png) no-repeat;
	background-size: 110px;
	width: 110px;
	height: 32px;
}
/* guide */
.guide .key {
	background: url("img/guide_key_sp.png")center center /cover no-repeat;
}
.guide .key .text::before {
	background: url(img/guide_key_text.png) no-repeat;
	background-size: 135px;
	width: 135px;
	height: 30px;
}
/* corporate */
.corporate .key {
	background: url("img/corporate_key_sp.png")center center /cover no-repeat;
}
.corporate .key .text::before {
	background: url(img/corporate_key_text.png) no-repeat;
	background-size: 400px;
	width: 400px;
	height: 24px;
}
/* faq */
.faq .key {
	background: url("img/faq_key_sp.png")center center /cover no-repeat;
}
.faq .key .text::before {
	background: url(img/faq_key_text.png) no-repeat;
	background-size: 100px;
	width: 100px;
	height: 37px;
}

/* contact */
.contact .key {
	background: url("img/common_key_sp.png")center center /cover no-repeat;
}
.contact .key .text::before {
	background: url(img/contact_key_text.png) no-repeat;
	background-size: 200px;
	width: 200px;
	height: 29px;
}
/* company */
.company .key {
	background: url("img/common_key_sp.png")center center /cover no-repeat;
}
.company .key .text::before {
	background: url(img/company_key_text.png) no-repeat;
	width: 200px;
	height: 38px;
    background-size: 200px;
}

/* privacy */
.privacy .key {
	background: url("img/common_key_sp.png")center center /cover no-repeat;
}
.privacy .key .text::before {
	background: url(img/privacy_key_text.png) no-repeat;
	width: 180px;
	height: 38px;
    background-size: 180px;
}
/* thanks */
.thanks .key {
	background: url("img/common_key_sp.png")center center /cover no-repeat;
}
.thanks .key .text::before {
	background: url(img/thanks_key_text.png) no-repeat;
	width: 180px;
	height: 38px;
    background-size: 180px;
}

/* yonmaruyon */
.yonmaruyon .key {
	background: url("img/common_key_sp.png")center center /cover no-repeat;
}
.yonmaruyon .key .text::before {
	background: url(img/yonmaruyon_key_text.png) no-repeat;
	width: 290px;
    height: 148px;
    background-size: 290px;
}

.common .key .text {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    position: relative;
}
.common .key .text::before {
    content: "";
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
}
	/* pankuzu */
	.pankuzu {
		padding-top: 20px;
	}
	.pankuzu ul {
		display: flex;
		flex-wrap: wrap;
	}
	.pankuzu ul li {
		position: relative;
		padding-right: 20px;
		margin-right: 20px;
		font-size: 14px;
	}
	.pankuzu ul li a {
		font-size: 14px;
		position: relative;
	}
    .pankuzu ul li a:after {
        content: ">";
        position: absolute;
        top: 45%;
        right: -25px;
        transform: translateY(-50%);
    }
	.pankuzu ul li:last-of-type {
		margin-right: 0;
		padding-right: 0;
	}

	/* .pager テンプレもデザインのページャーに揃える */
	
	.pager{
		padding: 0;
		margin: 60px 0 0;
		gap: 20px 0;
	}
	.pager-box {
		width: 100%;
	}
	.pager-box.prev-pager-box {
		margin-left: 10px;
	}
	.pager-box.next-pager-box {
		margin-right: 10px;
	}
	.pager-box a {
		display: flex;
		align-items: center;
		text-decoration: none !important;
		text-align: left;
		font-size: 14px;
		position: relative;
		justify-content: flex-end;
	}
	.pager-box.prev-pager-box a {
		flex-direction: row-reverse;
		justify-content: flex-end;
	}
    .pager-box.prev-pager-box a::before {
        content: "";
        width: 25px;
        height: 25px;
        background: var(--main-color);
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: -10px;
        transform: translateY(-50%);
    }
    .pager-box.prev-pager-box a::after {
        content: "";
        width: 0;
        height: 0;
        border-right: 6px solid #fff;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        position: absolute;
        top: 50%;
        left: -2px;
        transform: translateY(-50%);
    }
    .pager-box.next-pager-box a::before {
        content: "";
        width: 25px;
        height: 25px;
        background: var(--main-color);
        border-radius: 50%;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
    }
    .pager-box.next-pager-box a::after {
        content: "";
        width: 0;
        height: 0;
        border-left: 6px solid #fff;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        position: absolute;
        top: 50%;
        right: -2px;
        transform: translateY(-50%);
    }
	.pager-box.prev-pager-box a .text-box {
		padding-left: 20px;
	}
	.pager-box.next-pager-box a .text-box {
		padding-right: 20px;
	}
	.pager-box a p {
		margin: 0 !important;
		line-height: 1.5 !important;
	}
	.pager-box a .ttl {
		font-weight: bold;
		margin-bottom: 10px !important;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.pager-box a .img {
		flex-shrink: 0;
	}
	.pager-box a .img img {
		width: 150px !important;
		border-radius: 5px !important;
	}

/* ここから各下層ページ
------------------------------------------------------------------------*/
/* concept
------------------------------------------------------------------------*/

	/* cont01 */
	.concept .cont01 .text_box {
		padding: 230px 0 70px;
		box-sizing: border-box;
		position: relative;
	}
	.concept .cont01 h2 {
		position: absolute;
		top: 70px;
		left: 50%;
		transform: translateX(-50%);
		display: inline-block;
		writing-mode: vertical-rl;
		font-size: 14px;
	}
	.concept .cont01 h2 > span{
		display: block;
		font-size: 26px;
		line-height: 2;
		letter-spacing: 5px;
	}
	.concept .cont01 h2 > span span {
		padding: 0 13px 0 0;
		border-right: 1px solid #222;
	}
	.concept .cont01 .text01 {
		text-align: center;
		padding-top: 70px;
		font-size: 14px;
		line-height: 2.1;
	}
	.concept .cont01 .img_box div:nth-of-type(2) .img {
		margin-top: 30px;
	}
	.concept .cont01 .text02 {
		text-align: center;
		font-size: 14px;
		margin-top: 10px;
	}

	/* cont02 */
	.concept .cont02 .inner {
		padding: 100px 0 0;
		box-sizing: border-box;
		position: relative;
	}
	.concept .cont02 .inner h2 {
		padding-top: 38px;
		font-size: 14px;
		line-height: 1;
		text-align: center;
		position: relative;
	}
	.concept .cont02 .inner h2::before {
		content: "";
		background: url(img/concept_cont02_text01.png) no-repeat center / cover;
		width: 96px;
		height: 20px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.concept .cont02 .inner > .cont {
		display: flex;
		align-content: center;
		flex-wrap: wrap;
		padding: 140px 30px 30px;
		box-sizing: border-box;
		margin-top: 140px;
		position: relative;
	}
	.concept .cont02 .inner > .cont::after {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		background: #efefef;
		width: 440px;
		height: 100%;
		z-index: -1;
	}
	.concept .cont02 .inner > .cont h3 {
		font-size: 20px;
		line-height: 1;
		padding-left: 60px;
		position: relative;
	}
	.concept .cont02 .inner > .cont h3::before {
		content: "POINT";
		font-size: 10px;
		color: #222;
		position: absolute;
		top: -15px;
		left: 0;
	}
	.concept .cont02 .inner > .cont h3::after {
		content: "01";
		font-size: 34px;
		color: #222;
		font-weight: normal;
		position: absolute;
		top: -7px;
		left: 0;
	}
	.concept .cont02 .inner > .cont.cont:nth-of-type(2) h3::after {
		content: "02";
	}
	.concept .cont02 .inner > .cont.cont:nth-of-type(3) h3::after {
		content: "03";
	}
	.concept .cont02 .inner > .cont .text01 {
		font-style: 14px;
		line-height: 2;
		margin-top: 15px;
		text-align: justify;
	}
	.concept .cont02 .inner > .cont .img {
		position: absolute;
		top: -100px;
		left: 50%;
		transform: translateX(-50%);
		width: 390px;
	}
	.concept .cont02 .inner > .cont .img img {
		width: 100%;
	}
/* item
------------------------------------------------------------------------*/

.item .pankuzu {
    background: #efefef;
}

/* cont01 */
.item .cont01 {
    background: #efefef;
    padding-bottom: 60px;
}
.item .cont01 .inner h2 {
    padding-top: 80px;
    margin-bottom: 60px;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -1px;
    position: relative;
}
.item .cont01 .inner h2::after {
    content: "Hamburger";
    color: #a48b78;
    font-size: 14px;
    letter-spacing: 3px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.item .cont01 .inner h2:nth-of-type(1)::before {
    content: "";
    background: url(img/item_text01.png) no-repeat center / cover;
    width: 62px;
    height: 45px;
    position: absolute;
    top: 39px;
    left: 63px;
}
.item .cont01 .inner h2:nth-of-type(2),
.item .cont01 .inner h2:nth-of-type(3) {
    letter-spacing: 3px;
}
.item .cont01 .inner h2:nth-of-type(2)::after {
    content: "Chicken dishes";
}
.item .cont01 .inner h2:nth-of-type(3)::after {
    content: "Township";
}
.item .cont01 .inner h2:nth-of-type(4)::after {
    content: "Selected Gourmet";
}
.item .cont01 .inner .item_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.item .cont01 .inner .item_box .cont {
    width: 370px;
    background: #fff;
}
.item .cont01 .inner .item_box .cont .text_box {
    padding: 25px 25px 30px;
    box-sizing: border-box;
}
.item .cont01 .inner .item_box .cont .text_box .name {
    font-size: 20px;
    line-height: 1.3;
    padding-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.item .cont01 .inner .item_box .cont .text_box .price {
    font-size: 18px;
}
.item .cont01 .inner .item_box .cont .text_box .price span {
    display: inline-block;
    font-size: 20px;
    letter-spacing: 2px;
    padding-left: 10px;
}
.item .cont01 .inner .item_box .cont .text_box .text01 {
    font-size: 14px;
    line-height: 1.7;
    margin: 5px 0 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.item .cont01 .inner .item_box .cont form {
    display: flex;
    justify-content: space-between;
}
.item .cont01 .inner .item_box .cont input[name="item_count"] {
    width: 55px;
    height: 36px;
    border: 1px solid #C9BC9C;
    box-sizing: border-box;
    font-size: 18px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    font-size: 14px;
}
.item .cont01 .inner .item_box .cont input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    width: 255px;
    height: 36px;
    line-height: 33px;
    background: #C9BC9C;
    border: 1px solid #C9BC9C;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    padding-left: 30px !important;
    box-sizing: border-box;
    text-shadow: 0 0 10px rgba(0,0,0,0.1);
    cursor: pointer;
}
.item .cont01 .inner .item_box .cont input[type="submit"]:hover{
    background: #fff;
    color: #C9BC9C;
    text-shadow: none;
}
.item .cont01 .inner .item_box .cont .text_box form span {
    position: relative;
}
.item .cont01 .inner .item_box .cont .text_box form span::before {
    content: "";
    background: url(img/item_icon.png) no-repeat center / cover;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    left: -210px;
}

/* guide
------------------------------------------------------------------------*/

	/* cont01 */
	.guide .cont01 .inner {
		padding: 78px 30px 0;
		box-sizing: border-box;
	}
	.guide .cont01 .inner h2 {
		padding: 0 0 10px;
		border-bottom: 1px solid #a48b78;
		box-sizing: border-box;
	}
	.guide .cont01 .inner .text01 {
		font-size: 14px;
		line-height: 2;
		margin-top: 24px;
		margin-bottom: 20px;
	}
	.guide .cont01 .inner .tel {
		display: block;
		height: 0;
		overflow: hidden;
		padding-top: 21px;
        width: 235px;
		background: url(img/guide_tel.png) no-repeat center / cover;
	}
	.guide .cont01 .inner .text02 {
		margin-top: 12px;
		font-size: 14px;
		line-height: 1;
	}
	
	/* cont02 */
	.guide .cont02 .inner {
		padding: 70px 30px 0;
		box-sizing: border-box;
	}
	.guide .cont02 .inner h2 {
		padding: 0 0 10px;
		border-bottom: 1px solid #a48b78;
		box-sizing: border-box;
	}
	.guide .cont02 .inner .text01 {
		font-size: 14px;
		line-height: 2;
		margin-top: 24px;
	}
	.guide .cont02 .inner table {
		margin: 22px 0;
		font-size: 14px;
	}
	.guide .cont02 .inner table th {
		width: 320px;
		line-height: 2;
		text-align: left;
	}
	.guide .cont02 .inner table td {
		line-height: 2;
	}
	.guide .cont02 .inner .text02 {
		font-size: 12px;
		line-height: 2;
		letter-spacing: -0.2px;
		text-indent: -1em;
		padding-left: 1em;
	}
	.guide .cont02 .inner .text02::before {
		content: "※";
	}
	.guide .cont02 .inner .text02:nth-of-type(2) {
        margin-top: 15px;
    }
	
	/* cont03 */
	.guide .cont03 .inner {
		padding: 70px 30px 0;
		box-sizing: border-box;
	}
	.guide .cont03 .inner h2 {
		padding: 0 0 10px;
		border-bottom: 1px solid #a48b78;
		box-sizing: border-box;
	}
	.guide .cont03 .inner .text01 {
		font-size: 14px;
		line-height: 2;
		margin-top: 24px;
	}
	.guide .cont03 .inner .text02 {
		margin-top: 12px;
		font-size: 12px;
		line-height: 2;
		letter-spacing: -0.2px;
		text-indent: -1em;
		padding-left: 1em;
	}
	.guide .cont03 .inner .text02::before{
		content: "※";
	}
	
	/* cont04 */
	.guide .cont04 .inner {
		padding: 70px 30px 0;
		box-sizing: border-box;
	}
	.guide .cont04 .inner h2 {
		padding: 0 0 10px;
		border-bottom: 1px solid #a48b78;
		box-sizing: border-box;
	}
	.guide .cont04 .inner .text01 {
		font-size: 14px;
		line-height: 2;
		margin-top: 24px;
		margin-bottom: 7px;
	}
	.guide .cont04 .inner .img {
		margin: -10px 0;
	}
	.guide .cont04 .inner table {
		font-size: 14px;
	}
	.guide .cont04 .inner table th {
		width: 320px;
		line-height: 2;
		text-align: left;
	}
	.guide .cont04 .inner table th::before {
		content: "・";
	}
	.guide .cont04 .inner table td {
		line-height: 2;
	}
	
	/* cont05 */
	.guide .cont05 .inner {
		padding: 70px 30px 0;
		box-sizing: border-box;
	}
	.guide .cont05 .inner h2 {
		padding: 0 0 10px;
		letter-spacing: -0.6px;
		border-bottom: 1px solid #a48b78;
		box-sizing: border-box;
	}
	.guide .cont05 .inner .text01 {
		font-size: 14px;
		line-height: 2;
		margin-top: 24px;
	}
	
	/* cont06 */
	.guide .cont06 .inner {
		padding: 70px 30px 10px;
		box-sizing: border-box;
	}
	.guide .cont06 .inner h2 {
		padding: 8px 0 10px;
		letter-spacing: -0.6px;
		border-bottom: 1px solid #a48b78;
		box-sizing: border-box;
	}
	.guide .cont06 .inner .text01 {
		font-size: 14px;
		line-height: 2;
		margin-top: 24px;
	}
	

/* corporate
------------------------------------------------------------------------*/

	/* cont01 */
	.corporate .cont01 {
		padding: 420px 0 70px;
		box-sizing: border-box;
		position: relative;
	}
	.corporate .cont01 h2 {
		position: absolute;
		top: 70px;
		left: 50%;
		transform: translateX(-50%);
		font-size: 20px;
		color: #a48b78;
	}
	.corporate .cont01 h3 {
		position: absolute;
		top: 130px;
		left: 50%;
		transform: translateX(-50%);
		line-height: 1.8;
		display: inline-block;
		writing-mode: vertical-rl;
		font-size: 26px;
	}
	.corporate .cont01 .text01 {
		text-align: center;
		padding-top: 40px;
		font-size: 14px;
		line-height: 2.1;
	}

	/* cont02 */
	.corporate .cont02 .inner {
		padding: 100px 0 0;
		box-sizing: border-box;
		position: relative;
	}
	.corporate .cont02 .inner h2 {
		padding-top: 38px;
		font-size: 14px;
		line-height: 1;
		letter-spacing: 2px;
		text-align: center;
		position: relative;
	}
	.corporate .cont02 .inner h2::before {
		content: "";
		background: url(img/corporate_cont02_text01.png) no-repeat center / cover;
		width: 128px;
		height: 20px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.corporate .cont02 .inner .text01 {
		text-align: center;
		font-size: 14px;
		line-height: 2;
		margin-top: 40px;
	}
	.corporate .cont02 .inner > .cont {
		display: flex;
		align-content: center;
		flex-wrap: wrap;
		padding: 140px 30px 30px;
		box-sizing: border-box;
		margin-top: 140px;
		position: relative;
	}
	.corporate .cont02 .inner > .cont::after {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		background: #efefef;
		width: 440px;
		height: 100%;
		z-index: -1;
	}
	.corporate .cont02 .inner > .cont h3 {
		font-size: 20px;
		line-height: 1.4;
		position: relative;
	}
	.corporate .cont02 .inner > .cont h3::before {
		content: "SERVICE.01";
		font-size: 18px;
		color: #a48b78;
		font-weight: normal;
		letter-spacing: 2px;
		position: absolute;
		top: -35px;
	}
	.corporate .cont02 .inner > .cont:nth-of-type(2) h3::before {
		content: "SERVICE.02";
	}
	.corporate .cont02 .inner > .cont:nth-of-type(3) h3::before {
		content: "SERVICE.03";
	}
	.corporate .cont02 .inner > .cont .text02 {
		font-size: 14px;
		line-height: 2;
		margin-top: 30px;
		margin-top: 15px;
		text-align: justify;
	}
	.corporate .cont02 .inner .cont .img {
		position: absolute;
		top: -100px;
		left: 50%;
		transform: translateX(-50%);
		width: 390px;
	}
	.corporate .cont02 .inner .cont .img img {
		width: 100%;
	}


/* faq
------------------------------------------------------------------------*/

	/* cont01 */
	.faq .cont01 {
		box-sizing: border-box;
		margin: 70px auto 0;
	}
	.faq .cont01 h2 {
		padding: 0 0 10px;
		font-weight: bold;
		border-bottom: 1px solid #a48b78;
		box-sizing: border-box;
		margin-bottom: 24px;		
	}
	.faq .cont01 .box:nth-of-type(n+2) {
		margin-top: 35px;
	}
	.faq .cont01 .box p {
		padding-left: 30px;
		line-height: 1.8;
		position: relative;
		font-size: 14px;
	}
	.faq .cont01 .box .text01::before {
		content: 'Q';
		color: #222;
		position: absolute;
		top: -2px;
		left: 0;
		font-size: 16px;
	}
	.faq .cont01 .box .text02::before {
		content: 'A';
		color: #a48b78;
		position: absolute;
		top: -2px;
		left: 0;
		font-size: 16px;
	}
	.faq .cont01 .box .text02 {
		margin-top: 15px;
		line-height: 1.8;
	}


/* contact
------------------------------------------------------------------------*/
	/* cont01 */
	.contact .cont01 {
		margin: 50px auto 0;
	}
	.contact .cont01 .text {
		text-align: center;
		line-height: 1.8;
	}
	.contact .cont01 .btn-flex {
		margin-top: 25px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap: 15px 0;
	}
	.contact .cont01 .btn-flex .btn a {
		line-height: 1;
		width: 250px;
		padding: 13px 0;
		text-align: center;
		display: block;
		color: #fff;
		text-shadow: 0 0 10px rgba(0,0,0,0.3);
		background: #c9bc9c;
		border: 2px solid #c9bc9c;
		transition: all .5s;
	}

	/* cont02 */
	.contact .cont02 {
		width: 100%;
		padding: 0 30px;
		box-sizing: border-box;
		margin: 70px auto 0;
	}
	.contact .cont02 h2 {
		padding: 0 0 0 10px;
		font-size: 20px;
		width: 100%;
		position: relative;
		box-sizing: border-box;
		border-bottom: 1px solid #a48b78;
	}
	.contact .cont02 .tel {
		margin-top: 30px;
		font-size: 14px;
		display: flex;
		flex-direction: column;
	}
	.contact .cont02 .tel a {
		display: block;
		height: 0;
		overflow: hidden;
		padding-top: 26px;
        width: 283px;
		background: url(img/contact_tel.png) no-repeat center / cover;
		position: relative;
	}
	.contact .cont02 .tel span {
		font-size: 14px;
		margin: 10px 0 0 0;
	}
	.contact .cont02 .text {
		font-size: 14px;
		line-height: 2;
		margin-top: 10px;
	}

	/* cont03 */
	.contact .cont03 {
		width: 100%;
		box-sizing: border-box;
		padding: 0 30px;
		margin: 70px auto 20px;
	}
	.contact .cont03 h2 {
		padding: 0 0 0 10px;
		font-size: 20px;
		width: 100%;
		position: relative;
		box-sizing: border-box;
		border-bottom: 1px solid #a48b78;
	}
	.contact .cont03 .lead {
		font-size: 14px;
		line-height: 2;
		margin-top: 30px;
	}
	.contact .cont03 table {
		width: 100%;
		margin: 20px auto 0;
		border-collapse: collapse;
	}
	.form .cont03 table tr {
		display: block !important;
		margin-bottom: 20px !important;
	}
	.contact .cont03 table th {
		text-align: left;
		padding: 11px 0 0 15px;
		position: relative;
		box-sizing: border-box;
		display: block;
		height: 45px;
		background: #c9bc9c;
		color: #fff;

		text-shadow: 0 0 10px rgba(0,0,0,0.3);		font-weight: bold;
	}
	.contact .cont03 table th span {
		color:#fff;
		font-weight: bold;
	}
	.contact .cont03 table td {
		display: block;
		padding: 0 0 20px;
		box-sizing: border-box;
	}
	.contact .cont03 table tr:first-of-type td {
		border: 1px solid #c9bc9c;
		padding: 20px 15px !important;
		font-size: 14px;
		margin-bottom: 20px;
		box-sizing: border-box;
	}
	.contact .cont03 table tr:first-of-type td .flex {
		display: flex;
		flex-wrap: wrap;
	}
	.contact .cont03 table tr:first-of-type td span {
		display: flex;
		align-items: center;
		gap: 5px;
	}
	.contact .cont03 table tr:first-of-type td span:nth-of-type(4) {
		margin-left: 0 !important;
	}
	.contact .cont03 table tr:first-of-type td span input {
		margin: 0 !important;
	}
	.contact .cont03 table tr:nth-of-type(6) td {
		border: 1px solid #c9bc9c;
		padding: 15px !important;
		margin-bottom: 20px;
		box-sizing: border-box;
	}
	.contact .cont03 table tr:first-of-type td span:nth-of-type(n+2) {
		margin-left: 20px;
	}
	.contact .cont03 table td input[type="text"],
	.contact .cont03 table td input[type="email"],
	.contact .cont03 table td input[type="tel"],
	.contact .cont03 table td textarea {
		background: #fff;
		width:100% !important;
		font-size:16px;
		font: inherit;
		padding: 10px 10px 10px 15px;
		border: 1px solid #c9bc9c;
		box-sizing: border-box;
		height: 60px;
		-webkit-appearance: none;
		border-radius: 0px !important;
		border-top: none !important;
	}
	.contact .cont03 table tr:nth-of-type(6) td span.span01 {
		display: flex;
		align-items: center;
		font-size: 14px;
	}
	.contact .cont03 table tr:nth-of-type(6) td span.span01:nth-of-type(n+2) {
		margin-top: 10px;
	}
	.contact .cont03 table tr:nth-of-type(6) td input {
		width: 260px !important;
		margin-left: 15px;
		border: none !important;
		background: #efefef;
	}
	.contact .cont03 table tr:nth-of-type(6) td span.span01:first-of-type input {
		width: 150px !important;
	}
	.contact .cont03 table td textarea{
		height: 150px !important;
		vertical-align: middle;
	}
	.contact .cont03 .privacy_check {
		text-align: center;
		padding: 20px 0 35px;
		box-sizing: border-box;
	}
	.contact .cont03 .privacy_check div.mfp_err {
		text-align: center;
		background: url(img/mfp_error.gif) no-repeat top 7px left 30px;
	}
	.contact .cont03 .privacy_check input {
		width: 15px;
		height: 15px;
		border-radius: 3px;
		margin: 0 5px !important;
	}
	.contact .cont03 .privacy_check label {
		margin: 0 5px !important;
	}
	.contact .cont03 .button {
		text-align: center;
		margin-bottom: 55px;
	}
	.contact .cont03 .button input[type="submit"] {
		width: 310px;
		font-size: 16px;
		box-sizing: border-box;
		cursor: pointer;
		margin: auto;
		border: none;
		display: block;
		background: #c9bc9c;
		color: #fff;
		text-shadow: 0 0 10px rgba(0,0,0,0.3);
		border: 1px solid #c9bc9c;
		height: 60px;
		line-height: 60px;
		letter-spacing: 1px;
		-webkit-appearance: none;
		border-radius: 0px !important;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}



/* ここから各テンプレートページ
------------------------------------------------------------------------*/

/* company
------------------------------------------------------------------------*/
	/* company 共通 */
	.company .cont01 h2,
	.company .cont02 h2,
	.company .cont03 h2 {
		font-size: 22px;
		text-align: center;
		padding-bottom: 25px;
		font-weight: bold;
		position: relative;
	}
	.company .cont01 h2::before,
	.company .cont02 h2::before,
	.company .cont03 h2::before {
		content: '';
		font-size: 12px;
		font-weight: bold;
		color: var(--main-color);
		width: 100%;
		text-align: center;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.company .cont01 h2::before {
		content: "OUTLINE";
	}
	.company .cont02 h2::before {
		content: "Specified Commercial Transaction Law";
	}
	.company .cont03 h2::before {
		content: "GREETING";
	}
	.company table {
		width: 100%;
		text-align: left;
		margin: 40px auto 0;
		font-size: 14px;
	}
	.company table tr {
		border-top: 1px solid #fff;
		padding: 20px;
		display: block;
	}
	.company table tr:last-of-type {
		border-bottom: 1px solid #fff;
	}
	.company table th {
		display: block;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.company table td {
		display: block;
	}

	/* cont01 */
	.company .cont01 {
		margin-top: 60px;
		padding: 60px 0;
		background: var(--main-light-color);
	}

	/* cont02 */
	.company .cont02 {
		margin-top: 60px;
		padding: 0 15px;
	}
	.company .cont02 table tr {
		border-top: 1px solid #ededed;
	}
	.company .cont02 table tr:last-of-type {
		border-bottom: 1px solid #ededed;
	}

	/* cont03 */
	.company .cont03 {
		padding: 30px 15px 0;
	}
	.company .cont03 .flex {
		margin-top: 20px;
	}
	.company .cont03 .flex .text_box {
		padding-top: 20px;
		line-height: 1.9;
	}
	.company .cont03 .flex .text_box .text02 {
		text-align: right;
		font-size: 18px;
		margin-top: 15px;
		font-weight: bold;
	}
	.company .cont03 .flex .text_box .text02 span {
		font-size: 14px;
		font-weight: bold;
	}
	.company .cont03 .flex .img img {
		width: 100%;
		border-radius: 10px;
	}


/* thanks
------------------------------------------------------------------------*/
	.thanks .cont01{
		padding: 50px 15px 70px;
		text-align: center;
	}
	.thanks .cont01 h2{
		text-align: center;
		font-size: 18px;
	}
	.thanks .cont01 .text{
		margin: 30px 0 0;
		font-weight: bold;
	}
	.thanks .cont01 .button {
		margin-top: 40px;
	}
	.thanks .cont01 .button a{
		width: 280px;
		border-radius: 60px;
		line-height: 1;
		padding: 20px 0;
		font-size: 16px;
		box-sizing: border-box;
		cursor: pointer;
		margin: auto;
		border: none;
		display: block;
		color: #fff;
		background: var(--main-color);
	}


/* privacy
------------------------------------------------------------------------*/
	.privacy .cont01 {
		padding: 50px 15px 0;
	}
	.privacy .cont01 h2 {
		font-size: 24px;
		text-align: center;
	}
	.privacy .cont01 .text01 {
		margin-top: 20px;
		font-size: 14px;
		line-height: 2;
	}
	.privacy .cont01 .box {
		margin-top: 30px;
		padding-bottom: 25px;
		border-bottom: 1px dashed var(--main-color);
	}
	.privacy .cont01 .box:first-of-type {
		margin-top: 30px;
	}
	.privacy .cont01 .box:last-of-type {
		border-bottom: none;
	}
	.privacy .cont01 .box h3 {
		font-size: 18px;
	}
	.privacy .cont01 .box .text02 {
		line-height: 2;
		margin-top: 10px;
		font-size: 14px;
	}
	.privacy .cont01 .box .text02 a {
		text-decoration: underline;
	}
	.privacy .cont01 .box ul {
		margin-top: 15px;
	}
	.privacy .cont01 .box ul li {
		font-size: 14px;
	}
	.privacy .cont01 .box ul li:nth-of-type(n+2) {
		margin-top: 10px;
	}
	.privacy .cont01 .box .text03 {
		line-height: 2;
		display: inline-block;
		padding: 25px;
		background: #eeeeee;
		margin-top: 20px;
		font-size: 14px;
	}


/* yonmaruyon yonichimaru
------------------------------------------------------------------------*/

	.yonmaruyon .cont01,
	.yonichimaru .cont01{
		padding: 50px 0 0;
		text-align: center;
	}
	.yonmaruyon .cont01 h2,
	.yonichimaru .cont01 h2{
		text-align: center;
		font-size: 20px;
	}
	.yonmaruyon .cont01 .text,
	.yonichimaru .cont01 .text{
		margin: 30px 0 0;
		font-weight: bold;
	}
	.yonmaruyon .cont01 .button ,
	.yonichimaru .cont01 .button {
		margin-top: 40px;
	}
	.yonmaruyon .cont01 .button a,
	.yonichimaru .cont01 .button a{
		width: 280px;
		border-radius: 60px;
		line-height: 1;
		padding: 20px 0;
		font-size: 16px;
		box-sizing: border-box;
		cursor: pointer;
		margin: auto;
		border: none;
		display: block;
		color: #fff;
		background: var(--main-color);
	}


/* contact_box
------------------------------------------------------------------------*/

	.contact_box {
		background: #fff;
		padding: 60px 20px;
	}
	.contact_box .inner {
		display: flex;
		justify-content: center;
		align-content: flex-start;
		flex-wrap: wrap;
		width: 380px;
		background: url("img/contact_box_bg_sp.png")no-repeat;
		padding: 45px 0;
		box-sizing: border-box;
		color: #fff;
		text-align: center;
		position: relative;
	}
	.contact_box .inner h2 {
		width: 350px;
		padding: 37px 0 25px;
		font-size: 14px;
		line-height: 1;
		letter-spacing: 1px;
		border-bottom: 1px solid #fff;
		position: relative;
	}
	.contact_box .inner h2::before {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url(img/contact_box_text.png) no-repeat center / cover;
		width: 172px;
		height: 24px;
	}
	.contact_box .inner .cont {
		width: 300px;
		box-sizing: border-box;
		padding: 30px 0 24px;
		text-align: center;
	}
	.contact_box .inner .cont:nth-of-type(2) {
		border-top: 1px solid #fff;
		padding-bottom: 0;
	}
	.contact_box .inner .cont h3 {
		font-size: 12px;
		line-height: 1;
		letter-spacing: 1px;
	}
	.contact_box .inner .cont .tel {
		line-height: 1;
		margin: 10px 0 6px;
	}
	.contact_box .inner .cont .tel a {
		display: block;
		height: 0;
		overflow: hidden;
		padding-top: 39px;
		background: url(img/contact_box_tel.png) no-repeat center / 80%;
		margin: 0 auto;
	}
	.contact_box .inner .cont .button a {
		display: block;
		background: #c9bc9c;
		padding: 14px 0;
		color: #fff;
		font-size: 14px;
		text-align: center;
		text-shadow: 0 0 10px rgba(0,0,0,0.15);
		margin: 20px auto 0;
	}


/* footer
------------------------------------------------------------------------*/
	footer {
		padding: 70px 0 80px;
		background: #efefef;
	}
	footer .inner {
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
		font-size: 14px;
	}
	footer .inner h2 {
		margin-top: 40px;
		width: 100%;
		text-align: center;
	}
	footer .inner h2 img{
		width: 230px;
	}
	footer .inner .address_box {
		text-align: center;
	}
	footer .inner .address_box .text01 {
		display: none;
	}
	footer .inner .address_box .text02 {
		font-size: 18px;
		line-height: 1;
		font-weight: bold;
		margin: 30px 0 10px;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	}
	footer .inner .address_box .text02::before {
		content: "運営会社：";
		font-size: 16px;
		font-weight: bold;
		line-height: 1;
	}
	footer .inner .address_box .text03 {
		display: block;
		height: 0;
		overflow: hidden;
		padding-top: 20px;
		width: 222px;
		background: url(img/footer_text01.png) no-repeat center / cover;
		margin: 0 auto;
	}
	footer .inner .address_box .place {
		font-size: 14px;
		line-height: 1.6;
		margin-top: 18px;
	}
	footer .inner .address_box .tel {
		display: inline-block;
		font-size: 14px;
		line-height: 1.86;
	}
	footer .inner .address_box .tel::before {
		content: "TEL：";
	}
	footer .inner .address_box .fax {
		display: inline-block;
		font-size: 14px;
		line-height: 1.86;
		margin-left: 20px;
	}
	footer .inner .address_box .fax::before {
		content: "FAX：";
	}
	footer .inner .cont_box {
		display: flex;
		justify-content: center;
		gap: 0 50px;
	}
	footer .inner .cont h3 {
		display: block;
		height: 0;
		overflow: hidden;
		padding-top: 16px;
		width: 98px;
		background: url("img/footer_sitemap.png") no-repeat center / cover;
	}
	footer .inner .cont:nth-of-type(2) h3 {
		width: 127px;
		background: url("img/footer_cate.png") no-repeat center / cover;
	}
	footer .inner .cont ul {
		margin-top: 30px;
	}
	footer .inner .cont ul li {
		line-height: 1;
		margin-bottom: 26px;
	}
	footer .inner .cont ul li::before {
		content: "・";
	}
	footer .copy {
		text-align: center;
		font-size: 12px;
		margin-top: 36px;
	}

}


/* フェードアニメーション css
------------------------------------------------------------------------*/
/*ふわっと出る*/
.mv01_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 0
}
.mv01_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}

/*下から*/
.mv02_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(0, 100px, 0);
	-moz-transform: scale(1, 1) translate3d(0, 100px, 0);
	-ms-transform: scale(1, 1) translate3d(0, 100px, 0);
	-o-transform: scale(1, 1) translate3d(0, 100px, 0);
	transform: scale(1, 1) translate3d(0, 100px, 0);
	opacity: 0
}
.mv02_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}

/*右から*/
.mv03_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(100px, 0, 0);
	-moz-transform: scale(1, 1) translate3d(100px, 0, 0);
	-ms-transform: scale(1, 1) translate3d(100px, 0, 0);
	-o-transform: scale(1, 1) translate3d(100px, 0, 0);
	transform: scale(1, 1) translate3d(100px, 0, 0);
	opacity: 0
}
.mv03_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}

/*左から*/
.mv04_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(-100px, 0, 0);
	-moz-transform: scale(1, 1) translate3d(-100px, 0, 0);
	-ms-transform: scale(1, 1) translate3d(-100px, 0, 0);
	-o-transform: scale(1, 1) translate3d(-100px, 0, 0);
	transform: scale(1, 1) translate3d(-100px, 0, 0);
	opacity: 0
}
.mv04_off{
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0, 0, 0);
    -o-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
    opacity: 1
}

/*mail form pro
----------------------------------------------------------*/
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}
form#mailformpro {
	padding: 10px 0px;
	box-sizing: border-box;
}
form#mailformpro dl dt {
	float: left;
	width: 160px;
	clear: both;
	font-size: 12px;
	padding: 10px 0px;
	text-align: right;
	border-top: solid 1px #CCC;
	margin: 0px;
}
form#mailformpro dl dd {
	border-top: solid 1px #CCC;
	margin: 0px;
	padding: 10px 5px 20px 170px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
form#mailformpro dl dd ul,form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.must {
	display: block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
}
.optionally {
	display: block;
	background-color: #06C;
	border: solid 2px #06C;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
}
form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
}
form#mailformpro label a {
    text-decoration: underline;
}
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	border-top: solid 1px #CCC;
	padding: 9px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(img/mfp_loading.gif);
}
.mfp_colored {
	background-color: #F6F7F9;
}
.mfp_achroma {
	background-color: #FFF;
}
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 14px;
	line-height: normal;
	background-image: url(img/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #FCC;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
	border-radius: 5px;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_price {
	color: #C00;
	font-size: 36px;
	padding: 10px;
	font-weight: bolder;
}
div#mfp_price span {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
button.mfp_next,button.mfp_prev {
	font-size: 18px;
	margin: 10px;
	padding: 5px 10px;
}
button.mfp_next {
	float: right;
}
button.mfp_prev {
	float: left;
}
ul#mfp_phase_stat {
	padding: 10px;
	text-align: center;
}
ul#mfp_phase_stat li {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 5px;
	margin: 0px 5px;
	list-style: none;
	font-size: 14px;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	box-shadow: none;
	color: #999;
	padding: 8px 0px;
}
ul#mfp_phase_stat li.mfp_active_phase {
	box-shadow: 0px 1px 6px #000;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #0068B7;
	border: solid 2px #0068B7;
	font-weight: bolder;
	color: #FFF;
	text-shadow: 0px 1px 3px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #EEE;
	border: solid 2px #EEE;
	color: #999;
	box-shadow: 0px 1px 6px #CCC;
}
div#mfp_shopping_cart {
	border: solid 1px #CCC;
	margin: 0px;
	padding: 0px;
}
div#mfp_shopping_cart p {
	margin: 0px;
	text-align: center;
	padding: 20px 10px;
	font-size: 12px;
	background-color: #FEE;
}
table.mfp_shoppingcart {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.mfp_shoppingcart thead tr td {
	background-color: #EEE;
	border-bottom: solid 1px #CCC;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}
table.mfp_shoppingcart tbody tr th,table.mfp_shoppingcart tbody tr td {
	font-size: 12px;
	padding: 5px;
	border-bottom: solid 1px #CCC;
}
table.mfp_shoppingcart tbody tr td select {
	display: block;
	margin: 0px auto;
	text-align: center;
}
table.mfp_shoppingcart tbody tr td select option {
	text-align: center;
}
table.mfp_shoppingcart tbody tr th span {
	display: block;
	font-weight: normal;
	font-size: 10px;
	color: #666;
	padding: 3px 0px;
}
table.mfp_shoppingcart tfoot tr td {
	padding: 5px;
	font-size: 16px;
	font-weight: bolder;
	color: #900;
}
td.msc_price {
	font-size: 12px;
	text-align: right;
}
div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
div.mfp_buttons button#mfp_button_send {
	padding: 10px 100px;
	background-color: #c9bc9c;
	border: 1px solid #c9bc9c;
	color: #FFFFFF;
	cursor: pointer;
}
div.mfp_buttons button#mfp_button_cancel {
	padding: 10px 100px;
	border: 1px solid #c9bc9c;
	color: #c9bc9c;
	cursor: pointer;
	background:#fff;
}
.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}
.mfp_element_checkbox,
.mfp_element_radio {
	vertical-align: middle;
	margin: 0px 2px;
}
.mfp_element_file {
	font-size: 12px;
	display: inline-block;
	padding: 10px 10px;
	vertical-align: middle;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
.mfp_element_reset {
	color: #333;
}
button.mfp_next,button.mfp_prev {
	font-size: 14px;
}
input#mfp_reserve_item,input#mfp_reserve_date {
	display: none;
}
div#mfp_reserve_wrapper {
	position: relative;
	overflow: hidden;
	border: solid 1px #CCC;
}
div#mfp_reserve_inner {
	position: relative;
	padding: 0px 0px 0px 100px;
	overflow: auto;
}
div#mfp_reserve_wrapper table {
	border-spacing: 0px;
	border-collapse: collapse;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_label {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	background-color: #FEE;
	z-index: 100;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value {
	padding: 0px 0px 0px 0px;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
	cursor: pointer;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
	background-color: #E8EEF9;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
	background-color: #0068B7;
	color: #FFF;
}
td.mfp_reserve_disabled {
	background-color: #CCC;
}
td.mfp_reserve_warning {
	background-color: #FFC;
}
div#mfp_reserve_wrapper table tr td,div#mfp_reserve_wrapper table tr th {
	border: solid 1px #CCC;
	padding: 0px 5px;
	font-size: 12px;
	text-align: center;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight: normal;
	height: 20px;
	text-align: left;
}
td.mfp_reserve_week_0 {
	color: #F00;
	background-color: #FEE;
}
td.mfp_reserve_week_6 {
	color: #00F;
	background-color: #EEF;
}
div.mfp_ok {
	border: solid 1px #111;
	display: inline-block;
	padding: 1px 10px;
	margin-top: 5px;
	color: #111;
	font-size: 12px;
	display: none;
}
div.prefcodeWrapper {
	position: relative;
}
div.prefcodeResult {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	border: solid 1px #CCC;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #CCC;
	display: none;
}
div.prefcodeResult div {
	cursor: pointer;
}
div.prefcodeResult div:hover {
	background-color: #C9EBFB;
}
div.prefcodeResult div.prefcodeNext {
	background-color: #EEE;
	text-align: center;
}
div.prefLoading {
	padding: 60px 100px;
	background: url(img/mfp_zip_loading.gif) no-repeat center center;
}
.hidefield {
	height: 0px;
	overflow: hidden;
}
.showfield {
	height: auto;
	overflow: visible;
}
div.mfp_attached_thumbnails {
	display: none;
	padding: 5px;
	margin: 5px auto;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
div.mfp_attached_thumbnails ul {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	border: solid 4px #FFF;
	margin: 5px;
	box-shadow: 0px 2px 5px #999;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li a {
	display: block;
	max-height: 100px;
	overflow: hidden;
}
div.mfp_attached_thumbnails ul li a img {
	display: block;
	max-width: 80px;
}
button.mfp_attached_reset {
	font-size: 14px;
}
div#mfp_OperationCheck div#mfp_OperationCheck_inner {
	display: none;
}
div#mfp_OperationCheck strong {
	background: #090;
	display: block;
	color: #222;
	text-align: center;
	border-radius: 3px;
}
div#mfp_OperationCheck * {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p {
	padding: 0px 5px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p a {
	color: #0C0;
	text-decoration: none;
}
div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
	text-decoration: underline;
}
div#mfp_OperationCheck p button {
	border: none;
	background: none;
	color: #0C0;
	cursor: pointer;
}
div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
	line-height: 12px;
	font-size: 12px;
	list-style: none;
	vertical-align: middle;
}
div#mfp_OperationCheck ul li {
	padding: 5px 10px;
}
div#mfp_OperationCheck ul li
{
	text-decoration: underline;
}
button#mfp_recorder_record,
button#mfp_recorder_clear,
button#mfp_recorder_restore {
	border-radius: 5px;
	padding: 5px 10px 5px 2em;
	border: solid 1px #CCC;
	background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -moz-linear-gradient(top, #EEE, #CCC);
	background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
	text-shadow: 0px 2px 0px #FFF;
	font-size: 16px;
	cursor: pointer;
	outline: none;
	display: inline-block;
	margin: 5px auto;
}
button#mfp_recorder_record {
	background: url(img/mfp_record_disabled.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button#mfp_recorder_clear {
	background: url(img/mfp_record_remove.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button#mfp_recorder_restore {
	background: url(img/mfp_record_restore.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button.enabled#mfp_recorder_record,
button.enabled#mfp_recorder_clear,
button.enabled#mfp_recorder_restore {
	background: url(img/mfp_record_enabled.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
div#mfp_recorder_wrap {
	border: solid 1px #CCC;
	padding: 10px;
	text-align: center;
	margin: 5px auto;
}
td.request_image {
	width: 100px;
}
td.request_image img {
	max-width: 100px;
}
span.mfp_tips {
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #FCC;
	display: block;
	border-radius: 5px;
	padding: 10px;
	margin: 2px;
	box-shadow: 0px 2px 10px #999;
}
span.mfp_tips strong {
	color: #800040;
}
span.mfp_tips span {
	display: block;
	padding: 10px;
	color: #008080;
}
span.mfp_tips em {
	font-style: normal;
	color: #090;
	font-weight: bold;
}
@media screen and (max-width: 1240px) {
	div#mfp_overlay_background{
		width:1240px !important;
		height: 100% !important;
	}
	div#mfp_overlay{
		width:1240px !important;
	}
}
@media screen and (max-width: 800px) {
	form#mailformpro dl dt {
		float: none;
		width: auto;
		font-size: 12px;
		padding: 5px;
		text-align: left;
	}
	form#mailformpro dl dd {
		clear: both;
		border-top: none;
		padding: 5px 15px;
		font-size: 12px;
		line-height: 1.5em;
	}
	div.mfp_buttons button {
		font-size: 14px;
	}
	div#mfp_phase_confirm h4 {
		font-size: 18px;
	}
	ul#mfp_phase_stat {
		padding: 0px;
		text-align: left;
	}
	ul#mfp_phase_stat li {
		text-align: center;
		padding: 5px 0px;
		border-radius: 3px;
		margin: 5px;
		list-style: none;
		font-size: 14px;
		width: 28%;
	}
	ul#mfp_phase_stat li.mfp_phase_arrow {
		bos-shadow: none;
		display: none;
	}
	table#mfp_confirm_table tr th {
		white-space: nowrap;
		width: 150px;
	}
	div#mfp_thanks {
		text-align: center;
		font-size: 18px;
		padding: 20px 0px;
	}
	div#mfp_thanks strong {
		color: #C00;
		font-size: 24px;
		display: block;
	}
}

@media screen and (max-width: 441px) {
	div#mfp_overlay_background{
		width:440px !important;
		height: 100% !important;
	}
	div#mfp_overlay{
		width:440px !important;
	}
	div#mfp_overlay_inner{
		width:390px;
		max-width:none;
	}
	div.mfp_buttons button#mfp_button_send {
		padding: 10px 0;
		width:300px;
		margin-bottom: 10px;
	}
	div.mfp_buttons button#mfp_button_cancel {
		padding: 9px 0;
		width:300px;
		margin-right: 3px;
	}
}