@charset "UTF-8";
/* CSS Document */
html{
	height:100%;
	overflow:auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
html::-webkit-scrollbar {
    display:none;
}
body{
	width:100%;
	font-size:1em;
    line-height: 180%;
	font-family:"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" ,Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,  "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight:400;
    color: #000000;
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;
	animation-name: fadein;
    animation-duration: 500ms;
    animation-timing-function: linear;
}
@keyframes fadein {
    0% {
		opacity:0;
    }
    100% {
		opacity:1;
    }
}
html.stoped,
body.stoped{
	overflow: hidden;
}
*{
	box-sizing:border-box;
	margin:0px;
	padding:0px;
}
:not(input){
	caret-color: rgba(0,0,0,1);
}

/*WEBfont Font-License(http://hp.vector.co.jp/authors/VA039499/)*/
@font-face {
    font-family: 'HuiFontP29';
    src: url('../font/HuiFontP29.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.hui {
    font-family: 'HuiFontP29', "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "Meiryo UI" , "メイリオ" , sans-serif;
}
a {
    overflow: hidden;
    outline: none;
}
a:link,a:hover,a:visited{
	text-decoration:none;
}
a,a::before,a::after{
	transition: all ease 200ms;	
}
li{
	list-style-type:none;
}
img{
	vertical-align: bottom;
	border-style:none;
	box-shadow: #000 0 0 0;
	height:auto;
	width:100%;
}
input[type="text"]:focus {
  outline: 0;
}
x:-moz-any-link, x:default {
	box-shadow: #000 0 0 0;
}
table,th,td{
border-collapse: collapse;
border: 0 ;
}
input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder{
    color: #ccc;
    font-weight: normal;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
textarea{
	resize: none;
}
span.sub {
    font-size: 70%;
}
/*==============================
　All wrap
==============================*/
#contents_wrap{
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	position: relative;
    overflow: hidden;
}
.head_logo {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 90vw;
    max-width: 404px;
    text-align: center;
    border-radius: 0 0 20px 0;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    overflow: hidden;
    background: #ffffff;
}
.head_logo .link_logo {
    background: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.head_logo .svg {
    width: 306px;
    height: 32px;
}
.move{
    transition: all ease-out 800ms;
    opacity: 0;
    transform: translateY(50px);
}
.moved{
    opacity: 1;
    transform: translateY(0);
}
/*==============================
　Header
==============================*/
header{
	width: 150px;
	background: #fcfaf7;
	position: relative;
    min-height: 730px;/*コンテンツが少ないページ用の最低値保証*/
/*	overflow: scroll;*/
}
header .inner{
}
header .action_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
    flex-wrap: wrap;
}
header .action_flex li {
    width: 50%;
    height: 100%;
	max-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b22222;
}
header .action_flex li:last-child {
    border-left: 1px solid #ffffff;
}
.action_flex .link_btn {
    color: #ffffff;
    font-size: 0.875em;
    text-align: center;
    line-height: 120%;
	display: block;
    width: 100%;
}
header .action_flex li.w100{
	width: 100%;
    height: 70px;
    border-bottom: 1px solid #fff;
}
.action_flex .w100 .link_btn .img {
    margin: 0 10px;
}
.action_flex .w100 .link_btn {
    display: flex;
    justify-content: center;
}
.action_flex .link_btn .img {
    width: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6px;
}
header nav.global .btn {
    color: #000000;
    text-align: center;
    padding: 10px 0 5px;
    display: block;
    border-bottom: 1px solid #cecece;
	cursor: pointer;
}
header nav.global .btn .img {
    width: 30px;
    margin: 0 auto;
}
.btn .img .on{
	display: none;
}
.btn:hover .img .on,
input[type="checkbox"]:checked + .btn .img .on{
	display: inline;
}
.btn:hover .img .off,
input[type="checkbox"]:checked + .btn .img .off{
	display: none;
}
.global_megamenu.park_open{
	height: 100vh;
    overflow: scroll;
}
header nav.global .park_btn .btn {
    padding-top: 15px;
}
header nav.global .park_btn .img {
    width: 40px;
}
header nav.global .park_btn .name {
    width: 110px;
    margin: 0 auto;
}
header nav.global .park_btn .mega_flex .flex_r {
    width: 260px;
}
header nav.global .park_btn .mega_flex .img {
    width: 130px;
    height: 100px;
    display: flex;
    align-items: center;
}
header nav.global .park_btn .mega_flex .name {
    width: 100%;
}
input[type="checkbox"]:checked + .btn{
	background: #ffe866;
	color: #b22222;
}
header nav.sub {
    margin-bottom: 2em;
}
header nav.sub li a {
    text-align: center;
    color: #ffffff;
    display: block;
    background: #b22222;
    font-size: 0.825em;
    line-height: 120%;
    width: 90%;
    margin: 12px auto;
    border-radius: 6px;
    padding: 0.5em 0;
	border:1px solid #b22222;
}
header nav.sub li a:hover{
	background: #ffffff;
	color: #b22222;
}
/*==============================
　Megamenu
==============================*/
nav.global_megamenu {
    position: absolute;
    top: 0;
    right: -480px;
    width: 100vw;
    max-width: 480px;
	transition: all ease 500ms;
	opacity: 0;
    z-index: 50;
}
input[type="checkbox"]:checked ~ nav.global_megamenu{
    right: 150px;
	opacity: 1;
}
/*
nav.global_megamenu::after {
    content: "";
    position: fixed;
    background: rgba(0,0,0,0.3);
    width: calc(100vw - 150px);
    height: 100vh;
    top: 0;
    left: 0;
}
*/
nav.global_megamenu ul {
/*    height: 100vh;
    min-height: 100%;*/
    background: #b22222;
    padding: 25px;
    border-radius: 0 0 0 30px;
	transition: all ease 500ms;
}
.scroll-end nav.global_megamenu ul {
    border-radius: 30px 0 0 30px;
}
.global_megamenu a {
    display: block;
    color: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #800d23;
}
.global_megamenu li:last-child a{
	border-bottom: none;
}
.mega_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mega_flex .img {
    width: 200px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 20px;
}
.company_open .mega_flex .img{
	width: 160px;
}
.mega_flex .flex_r {
    width: 190px;
}
.mega_flex .name {
    font-size: 1.1em;
    line-height: 150%;
    font-weight: bold;
}
.mega_flex .mega_btn {
    background: #ffffff;
    color: #000000;
    text-align: center;
    padding: 5px 0;
    position: relative;
    font-size: 0.935em;
    margin-top: 15px;
}
.mega_flex .mega_btn::before {
    content: "-";
    display: inline-block;
    position: absolute;
    color: #b22222;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 5px;
    height: 5px;
    line-height: 5px;
    right: 20px;
    transform: scale(6,1);
}
.mega_flex .mega_btn::after {
    content: "▼";
    display: inline-block;
    position: absolute;
    right: 5px;
    font-size: 5px;
    transform: rotate(-90deg);
    color: #b22222;
    top: 0;
    bottom: 0;
    margin: auto;
}

.global_megamenu a:hover {
    background: #ffffff;
}
.global_megamenu a:hover .mega_flex .name{
	color: #b22222;	
}
.global_megamenu a:hover .mega_flex .mega_btn{
	color: #ffffff;
	background: #b22222;
}
.global_megamenu a:hover .mega_flex .mega_btn::before,
.global_megamenu a:hover .mega_flex .mega_btn::after{
	color: #ffffff;
}
/*==============================
　DrawerBtn
==============================*/
.drawer_btn,
.drawer_logo{
	display: none;
}
/*==============================
　Main
==============================*/
main{
	width: calc(100% - 150px);
	min-height: 100px;
}
/*==============================
　Footer
==============================*/
footer{
    padding-top: 84px;
	background: #ffe866;
}
footer .inner{
	background-image: url("../img/common/footer_cloud_l.png"),url("../img/common/footer_cloud_r.png");
	background-repeat: no-repeat;
	background-position: left bottom,right bottom;
}
/*水引*/
footer .mizuhiki{
	width: 100%;
	height: 56px;
	background: url("../img/common/footer_mizuhiki_bg.png") no-repeat center/100% 100%;
}
footer .mizuhiki .img{
	width: 100%;
	max-width: 1080px;
	margin-left: auto;
	height: 56px;
	background: url("../img/common/footer_mizuhiki.png") no-repeat center right;
}

/*------embed_contents------*/
.embed_contents {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
	width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.embed_contents .ttl {
    text-align: center;
    font-size: 1.25em;
    margin-bottom: 10px;
}
.movie_wrap{
    width: 90%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-bottom: 30px;
}
.movie_wrap video {
    width: 100%;
    height: auto;
}
.facebook_wrap {
	width: 430px;
    overflow: hidden;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 30px;
}
.facebook_wrap .fb-page{
	width: 100%;
	height: 100%;
}

/*------contact_btn------*/
footer .contact_btn {
    margin-top: 35px;
}
footer .contact_btn a {
    display: block;
    width: 86%;
    max-width: 600px;
    margin: 0 auto 50px;
    background: #b22222;
    color: #ffffff;
    font-size: 1.4em;
    line-height: 120%;
    padding: 30px 70px;
    text-align: center;
    border-radius: 15px;
    position: relative;
    border: 1px solid #b22222;
}
footer .contact_btn a:hover{
    color: #b22222;
    background: #ffffff;
}
footer .contact_btn a::before,
footer .contact_btn a::after{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
footer .contact_btn a::before {
    content: "";
    width: 50px;
    height: 1px;
    background: #fff;
    right: 20px;
}
footer .contact_btn a::after {
    content: "▼";
    transform: rotate(-90deg);
    font-size: 10px;
    width: 10px;
    height: 10px;
    line-height: 100%;
    right: 15px;
}
footer .contact_btn a:hover::before{
    background: #b22222;
}
footer .contact_btn a:hover::before,
footer .contact_btn a:hover::after{
    right: 0px;
}
/*------global navi------*/
footer ul.global {
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
    margin-bottom: 30px;
}
footer ul.global li {
    border-left: 1px solid #000;
    padding: 0 1em;
    margin-bottom: 10px;
    line-height: 100%;
}
footer ul.global li:first-child{
	border-left: none;
}
footer ul.global a {
    color: #000;
    line-height: 120%;
	display: inline-block;
	position: relative;
}
footer ul.global a::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	display: block;
	height: 2px;
	width:0;
	background: #b22222;
}
footer ul.global a:hover{
	color: #b22222;
}
footer ul.global a:hover::after{
	width: 100%;
}
/*------roof------*/
.footer_roof {
    background: #e5b449;
    color: #ffffff;
    text-align: center;
    margin-top: -1px;
}
/*外部リンクバナー*/
.footer_roof .bnr_links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.footer_roof .bnr_links li{
    margin: 0 5px 10px;
}
.footer_roof .bnr_links li img {
    width: auto;
}
.footer_roof .bnr_links a{
	display: inline-block;
}
.footer_roof .bnr_links a:hover{
	box-shadow: 3px 3px 0 #b22222;
}
/*-----copyright------*/
.footer_roof small {
    display: block;
    padding: 1em 0;
    padding: 1em 0 2em;
}
/*-----totop------*/
.totop {
    position: fixed;
    right: 165px;
    bottom: -100px;
    z-index: 3;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 70px;
	cursor: pointer;
	transition: all ease 500ms;
}
.totop.show{
    bottom: 15px;
}
.totop::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 5px solid #b22222;
    border-left: 5px solid #b22222;
    transform: scale(1.2,1) rotate(45deg);
    margin-bottom: 3px;
}
.totop .txt {
    font-size: 0.8em;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
}
.totop:hover{
    padding-bottom: 5px;
}
/*==============================
　googleSearch
==============================*/
.modal_search {
    background: rgba(255,255,255,0.9);
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
	animation-name: fadein;
    animation-duration: 200ms;
    animation-timing-function: linear;
	display: none;
}
#g_search:checked + .modal_search{
	display: flex;
}
.modal_search_inner {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.modal_search_inner .ttl {
    font-size: 1.3em;
    margin-bottom: 10px;
    color: #b22222;
    font-weight: bold;
}
.modal_search_inner form{
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal_search input[type="text"] {
    border: 1px solid #b22222 !important;
    font-size: 1.3em;
    padding: 10px !important;
    border-radius: 6px 0 0 6px;
    box-shadow: none;
    width: calc(96vw - 80px);
    max-width: 500px;
    line-height: 140%;
    display: inline-block;
    height: auto;
}
.modal_search input[type="submit"] {
    border: 1px solid #b22222;
    font-size: 1.3em;
    padding: 10px;;
    border-radius: 0 6px 6px 0;
    background: #b22222;
    color: #ffffff;
    line-height: 140%;
}
/*==============================
　横スクロール指南
==============================*/
.spscroll {
    position: relative;
}
.spscroll::before {
    content: "左右にスクロールできます";
    display: block;
    color: #ffffff;
    background-color: rgba(0,0,0,0.75);
    background-image: url(../img/common/icon_swipe.png);
	background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100px 100px;
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 15px;
    border-radius: 10px;
    width: 62.5vw;
	max-width: 250px;
    height: calc(100px + 1em + 1.5em);
    text-align: center;
    padding: 1em 0 0;
    box-sizing: border-box;
	font-size: 1.2em;
}
.moved .spscroll::before{		
	animation-name: scrollswipe;
    animation-duration: 2000ms;
    animation-timing-function: ease-out;
    animation-delay: 500ms;
	animation-fill-mode:forwards;
}
@keyframes scrollswipe {
	0% {
		background-position: left bottom;
    }
    50% {
		background-position: right bottom;
    }
	75% {
		background-position: right bottom;
		opacity: 1;
    }
    100% {
		background-position: right bottom;
		opacity: 0;
    }
}

/*==============================
　下層ページ共通
==============================*/
.under_head {
    height: 316px;
    display: flex;
    align-items: center;
}
.page_ttl {
	width: 48.8%;
    height: 100%;
    display: flex;
    align-items: center;
	background: url("../img/common/head_bg.jpg") repeat-x center right;
}
.page_ttl .inner {
    color: #fff;
    border-left: 2px solid #fff;
    margin-left: 10%;
    padding-left: 2em;
    padding: 3px 0 3px 2.2em;
    margin-top: 45px;
}
.page_ttl .inner .ttl {
    font-size: 2.3em;
    margin-bottom: 5px;
    letter-spacing: 2.5px;
    line-height: 120%;
}
.page_ttl .inner .sub_ttl {
    letter-spacing: 2px;
}
.page_img {
    width: 51.2%;
    height: 100%;
    overflow: hidden;
    position: relative;
    /*旧版用*/
    background-size: cover;
    background-position: center;
}
.page_img img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.page_img::before{
  content: '';
  background-image: url(../img/common/head_bg_mask.png);
  background-repeat: no-repeat;
  height: 100%;
  width: 50px;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/*旧版用*/
.page_img p img {
    width: auto;
}
/*パンくず*/
.pankz {
    background: #fff0f0;
}
.pankz ul {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
	flex-wrap: wrap;
    font-size: 0.875em;
    line-height: 100%;
    padding: 1em;
}
.pankz li:not(:last-child)::after {
    content: ">";
    margin-left: 1em;
    margin-right: 1em;
}
.pankz li,
.pankz a{
	color: #595757;
}
.pankz a:hover{
	text-decoration: underline;
}
/*----container_wrap----*/
.container_wrap {
    width: 92%;
    max-width: 1000px;
    margin: 60px auto 120px;
}
.container_wrap h2.ttl {
    color: #40220f;
    font-size: 1.875em;
    line-height: 120%;
    padding: 13px 1em;
    border-radius: 10px;
    background-image: url(../img/common/bg_h2_pic.png),url(../img/common/bg_h2_dotted.png);
    background-repeat: no-repeat,repeat;
    background-position: right bottom,center;
    background-size: auto 85%,auto;
    background-color: #fdf3bd;
    margin-bottom: 35px;
}
.container_wrap h2.ttl.green{background-color: #e3f4d5;}
.container_wrap h2.ttl.pink{background-color: #ffdddd;}
.container_wrap h2.ttl.blue{background-color: #d7edf1;}
.container_wrap h3.ttl {
    font-size: 1.7em;
    font-weight: bold;
    color: #40220f;
    font-feature-settings: "palt"1;
    letter-spacing: 1.5px;
    background: url(../img/company/dotted.png) repeat-x left bottom;
    padding: 0 0 15px 15px;
	margin-bottom: 30px;
}
.container_wrap h4.ttl {
    background: #fefae6;
    border-bottom: 1px solid #edd2a3;
    border-top: 1px solid #edd2a3;
    color: #a28047;
    font-size: 1.2em;
    line-height: 100%;
    padding: 12px 15px;
    margin-bottom: 30px;
}
/*----画像右下のイメージ表記----*/
.img.img_note{
    position: relative;
}
.img.img_note::before {
    content: "イメージ";
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 2;
    bottom: 5px;
    right: 15px;
    color: #ffffff;
}
/*----開閉アコーディオン----*/
.acd-label {
    background: #fefae6;
    color: #40220f;
    font-size: 1.43em;
    display: block;
    margin-bottom: 1px;
    padding: 20px 1em 20px 3.5em;
    position: relative;
    border: 1px solid #edd2a3;
}
.acd-label ::before {
    content: url(../img/product/business/ico_gohan.svg);
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0.8em;
}
.acd-label:after {
    background: #FFF;
    border: 1px solid #b19f8b;
    color: #b19f8b;
    box-sizing: border-box;
    content: '+';
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 26px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}
.acd-check:checked + .acd-label:after {
    content: '-';
}
.acd-content {
    border-left: 1px solid #edd2a3;
    border-right: 1px solid #edd2a3;
    border-bottom: 1px solid #edd2a3;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 40px;
    transition: .5s;
    visibility: hidden;
	transform: scale(1,0);
	transform-origin: top;
	margin-bottom: 15px;
}
.acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    visibility: visible;
	transform: scale(1,1);
    padding: 40px;
    margin-bottom: 30px;
}
/*==============================
404ページ
==============================*/
.notfound .btn_flex {
    display: flex;
    justify-content: space-around;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
.notfound .text_wrap{
	margin-bottom: 50px;
}
.nf_link_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #b22222;
    width: 80%;
    max-width: 360px;
    border-radius: 8px;
    color: #fff;
    padding: 1em 5px;
	cursor: pointer;
	border: 1px solid #b22222;
	transition: all ease 300ms;
	margin-bottom: 20px;
}
.nf_link_btn:hover{
	background: #ffffff;
	color: #b22222;
}
.nf_link_btn .img{
	width: 30px;
}
@media screen and (min-width:769px) {
/*==============================
　Header controll - Scroll fixed
==============================*/
header .inner.scroll-now {
    position: fixed;
    top: 0;
    width: 150px;
    z-index: 4;
}
header .inner.scroll-end {
    position: absolute;
    top: auto;
	bottom: 0;
}
header .inner.scroll-now nav.global_megamenu{
	position: fixed;
	animation-name: fadein;
    animation-duration: 200ms;
    animation-timing-function: linear;
}
header .inner.scroll-end nav.global_megamenu{
    position: absolute;
}
input[type="checkbox"] ~ label.floatbg {
    display: block;
    width: calc(100vw - 150px);
    height: 0;
    position: fixed;
    background: rgba(255,255,255,0.8);
    top: 0;
    right: 150px;
    z-index: 3;
	transition: all ease 300ms;
}
input[type="checkbox"]:checked ~ label.floatbg {
    height: 100vh;
}
.scroll-end nav.global input[type="checkbox"]:checked ~ label.floatbg {
	top: auto;
	bottom: 0;
    position: absolute;
}
}
@media screen and (max-width:768px) {
#contents_wrap{
	display: block;
}
main {
    width: 100%;
}

/*==============================
　DrawerBtn
==============================*/
.drawer_logo {
    display: block;
    background: #ffffff;
    padding: 12px 10px;
}
.drawer_logo .svg{
    width: 306px;
    height: 32px;
}
.drawer_btn {
	display:block; 
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 9999;
    width: 60px;
    height: 52px;
}
input#menu_open:checked ~ .drawer_btn span {
	background: #000000;
}
.drawer_btn label {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding: 10px;
}
.drawer_btn span {
    width: 100%;
    display: block;
    height: 3px;
    background: #000;
	transition: all ease 400ms;
}
input#menu_open:checked ~ .drawer_btn span:nth-of-type(1){
    transform: rotate(45deg);
    margin: 0;
    margin-top: 15px;
}
input#menu_open:checked ~ .drawer_btn span:nth-of-type(2){
	opacity: 0;
}
input#menu_open:checked ~ .drawer_btn span:nth-of-type(3){
    transform: rotate(-45deg);
    margin: 0;
    margin-top: -22px;
}
/*==============================
　Header
==============================*/
header {
    width: 100%;
	max-width: 640px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9998;
    overflow-y: scroll;
	transition: all ease 500ms;
	opacity: 0;
	transform: translateX(100vw);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding-bottom: 80px;
}
header .inner {
    padding-bottom: 30vh;
}
input#menu_open:checked ~ header {
	opacity: 1;
	transform: translateX(0);
}

.action_flex .link_btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    font-size: inherit;
}
.action_flex .link_btn .img {
    margin: 0 1em 0 0;
}
header nav.global ul {
    display: flex;
    flex-wrap: wrap;
}
header nav.global li {
    width: 100%;
}

header nav.global .btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 15px;
}
header nav.global .btn .img {
    margin: 0;
    margin-right: 1em;
}
header nav.global .park_btn .name {
    margin: 0;
    width: 160px;
}
header nav.sub li a {
    padding: 0.75em;
}
	
header .action_flex li,
header .action_flex li.w100{
	height:50px;
}
header .action_flex {
    height: 100px;
}
/*==============================
　Megamenu
==============================*/
nav.global_megamenu:not(.xxx) {
    position: static;
    max-width: none;
    opacity: 1;
	transform: scale(1,0);
	transform-origin:top;
    overflow: hidden;
	height: 0;
    transition: all ease 300ms;
}
input[type="checkbox"]:checked ~ nav.global_megamenu{
	transform: scale(1,1);
	height: auto;
    border-bottom: 1px solid #cecece;
}
nav.global_megamenu ul {
    height: auto;
	padding: 0 15px;
	background: none;
}
.global_megamenu a {
    border-bottom-style: dotted;
}
.mega_flex {
    justify-content: flex-start;
}
.mega_flex .name{
    color: #b22222;
    font-weight: normal;
	}
.mega_flex .mega_btn {
    background: #b22;
    color: #fff;
}
.mega_flex .mega_btn::before,
	.mega_flex .mega_btn::after{
		color: #ffffff;
	}
/*-----totop------*/
.totop{
	right: 15px;
}
}
@media screen and (min-width:601px) {
/*==============================
　Header controll - Low height
==============================*/
header .inner.overflow-s,
.overflow-s nav.global_megamenu ul{
    height: 100vh;
    overflow-y: scroll;
    -ms-overflow-style: none;
}
header .inner.overflow-s::-webkit-scrollbar {
	  display:none;
}
header .inner.overflow-s.scroll-end,
.overflow-s.scroll-end nav.global_megamenu ul,
header .inner .global .park_btn nav.global_megamenu ul{
    height: auto;
	overflow: unset;
}
header nav.global .btn:hover{
	background: #ecebe9;
	color: #b22222;
}
/*
header nav.global .btn:hover .img,
input[type="checkbox"]:checked + .btn .img{
	margin-top: -5px;
	margin-bottom: 5px
}
*/
/*==============================
　Delete
==============================*/
.sp{
	display: none !important;
}
}
@media screen and (max-width:600px) {
body{
	font-size: 0.875em;	
}
/*==============================
　Header
==============================*/
.head_logo {
    position: static;
    text-align: left;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
}
.head_logo .link_logo {
    padding: 12px 10px;
}

.head_logo .svg,
.drawer_logo .svg{
    width: 229px;
    height: 24px;
}
.drawer_btn{
	top: 0;		
}
.drawer_btn span{
	background: #000000;
}
/*==============================
　Megamenu
==============================*/
	
.global_megamenu a {
    padding: 10px 0;
}
.mega_flex .img {
    width: 100px;
}
.company_open .mega_flex .img {
    width: 80px;
}
.mega_flex .flex_r {
    width: calc(100% - 120px);
}
.mega_flex .mega_btn {
    line-height: 100%;
    padding: 7px 0;
    margin-top: 4px;
}
header nav.global .park_btn .mega_flex .img {
    width: 65px;
    height: 50px;
}
	
/*==============================
　Footer
==============================*/
footer {
    padding-top: 40px;
}
footer .inner {
    background-position: left top,right bottom;
}
.embed_contents {
    display: block;
}
.facebook_wrap {
	width: 320px;
	height: 310px;
}
footer .contact_btn a {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 1em;
    font-size: 1.15em;
    text-align: left;
}
footer ul.global li {
    border-left: none;
}
.footer_roof .bnr_links li img {
    height: 33.5px;
}
/*-----totop------*/
.totop {
    background: rgba(255,255,255,0.8);
    border-radius: 10px;
    padding: 5px 0;
    width: 50px;
    height: auto;
}
.totop::before {
    margin-bottom: 0;
    border-width: 3px;
}
.totop .img {
    display: none;
}
/*==============================
　下層ページ共通
==============================*/
.under_head {
    height: 158px;
}
.page_ttl {
    background-size: auto 100%;
}
.page_ttl .inner {
    margin-top: 0;
    padding: 0;
    border-left: none;
    font-size: 0.65em;
}
.page_ttl .inner .ttl {
    letter-spacing: 1px;
}
.page_img > p,
.page_img > p img {
    height: 100%;
}
.container_wrap {
    margin: 20px auto 50px;
}
.container_wrap h2.ttl {
    margin-bottom: 20px;
    font-size: 1.3em;
    border-radius: 6px;
}
.container_wrap h3.ttl {
    font-size: 1.6em;
    line-height: 140%;
    padding-left: 0;
    text-align: center;
    margin-bottom: 20px;
}
.container_wrap h4.ttl{
    margin-bottom: 20px;
}
/*----開閉アコーディオン----*/
.acd-content,
.acd-check:checked + .acd-label + .acd-content{
      padding: 15px;
  }
.acd-label {
    font-size: 1.1em;
    padding: 12px 3em 12px 4em;
}
.acd-label:after{
    right: 3%;
}
/*==============================
　Delete
==============================*/
.pc{
	display: none !important;
}
}

/*==============================
　ボタンアイコン一覧
==============================*/
.alfha_btn a::before{
	background-image: url("../img/common/ico_alpha.png");	
}
.alfha_btn a:hover::before{
	background-image: url("../img/common/ico_alpha_on.png");	
}
.genmai_btn a::before{
	background-image: url("../img/common/ico_genmai.png");	
}
.genmai_btn a:hover::before{
	background-image: url("../img/common/ico_genmai_on.png");	
}
.catalog_btn a::before{
	background-image: url("../img/common/ico_catalog.png");	
}
.catalog_btn a:hover::before{
	background-image: url("../img/common/ico_catalog_on.png");	
}
.pamph_btn a::before{
	background-image: url("../img/common/ico_pamph.png");	
}
.pamph_btn a:hover::before{
	background-image: url("../img/common/ico_pamph_on.png");	
}
.allergy_btn a::before{
	background-image: url("../img/common/ico_allergie.png");	
}
.allergy_btn a:hover::before{
	background-image: url("../img/common/ico_allergie_on.png");	
}
.stock_btn a::before{
	background-image: url("../img/common/ico_stock.png");	
}
.stock_btn a:hover::before{
	background-image: url("../img/common/ico_stock_on.png");	
}
.recipe_btn a::before{
	background-image: url("../img/common/ico_recipe.png");	
}
.recipe_btn a:hover::before{
	background-image: url("../img/common/ico_recipe_on.png");	
}
.tips_btn a::before{
	background-image: url("../img/common/ico_tips.png");	
}
.tips_btn a:hover::before{
	background-image: url("../img/common/ico_tips_on.png");	
}
.sosiki_btn a::before{
    background-image: url(../img/common/ico_sosiki.png);
}
.sosiki_btn a:hover::before{
    background-image: url(../img/common/ico_sosiki_on.png);
}
.busho_btn a::before {
    background-image: url(../img/common/ico_busho.png);
}
.busho_btn a:hover::before {
    background-image: url(../img/common/ico_busho_on.png);
}
.safety_btn a::before {
    background-image: url(../img/common/ico_safety.png);
}
.safety_btn a:hover::before {
    background-image: url(../img/common/ico_safety_on.png);
}
.check_btn a::before {
    background-image: url(../img/common/ico_check.png);
}
.check_btn a:hover::before {
    background-image: url(../img/common/ico_check_on.png);
}
.usually_btn a::before {
    background-image: url(../img/common/ico_usually.png);
}
.usually_btn a:hover::before {
    background-image: url(../img/common/ico_usually_on.png);
}
.party_btn a::before {
    background-image: url(../img/common/ico_party.png);
}
.party_btn a:hover::before {
    background-image: url(../img/common/ico_party_on.png);
}
.outdoor_btn a::before {
    background-image: url(../img/common/ico_outdoor.png);
}
.outdoor_btn a:hover::before {
    background-image: url(../img/common/ico_outdoor_on.png);
}
.allergy_btn a::before {
    background-image: url(../img/common/ico_allergy.png);
}
.allergy_btn a:hover::before {
    background-image: url(../img/common/ico_allergy_on.png);
}
.collabo_btn a::before {
    background-image: url(../img/common/ico_collabo.png);
}
.collabo_btn a:hover::before {
    background-image: url(../img/common/ico_collabo_on.png);
}
.movie_btn a::before {
    background-image: url(../img/common/ico_movie.png);
}
.movie_btn a:hover::before {
    background-image: url(../img/common/ico_movie_on.png);
}
.iza_btn a::before {
    background-image: url(../img/common/ico_iza.png);
}
.iza_btn a:hover::before {
    background-image: url(../img/common/ico_iza_on.png);
}
.gohan_btn a::before {
    background-image: url(../img/product/business/ico_gohan.svg);
    -webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
}
.gohan_btn a:hover::before {
    background-image: url(../img/product/business/ico_gohan.svg);
    -webkit-filter: brightness(1) invert(0);
filter: brightness(1) invert(0);
}
.jfs_btn a::before {
    background-image: url(../img/product/household/ico_jfs.png);
}
.btn.lp_btn a{
	color: #ffff9d;
}
.lp_btn a::before{
    background-image: url(../img/common/ico_lp.png);	
}

/*IEのみ有効*/
@media all and (-ms-high-contrast: none) {
body{
font-family:"Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
letter-spacing: 1.5px;
    }
header .inner,
header .inner.overflow-s,
.overflow-s nav.global_megamenu ul{
 -ms-overflow-style: auto;		
}
header nav.global > ul{
	-ms-overflow-style: none;
}
.movie_wrap,
.facebook_wrap{
    margin-left: 2%;
    margin-right: 2%;		
	}
}

/*====================
↓会社案内準備中（add 2021.02.04）
====================*/
.recruit .btn.pamph_btn,
#anchor_bosai .btn.pamphlet_btn,
#anchor_genmai .btn.pamphlet_btn{
    position: relative;
}
.recruit .btn.pamph_btn::before,
#anchor_bosai .btn.pamphlet_btn::before,
#anchor_genmai .btn.pamphlet_btn::before{
    content: "準備中";
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    width: 103%;
    height: 101%;
    background: rgba(255,255,255,0.8);
    z-index: 2;
}
/*====================
↑会社案内準備中（add 2021.02.04）
====================*/


/*====================
↓熱湯/水 時間表記（add 2023.05.01）
====================*/
.time_icon {
    display: inline-block;
    padding: 5px 0em;
    line-height: 100%;
    color: #fff;
    width: 50%;
    text-align: center;
}
.time_icon b {
    font-size: 120%;
}
.time_red {
    background: #fe0000;
}
.time_blue {
    background: #009afc;
}
/*====================
↑熱湯/水 時間表記（add 2023.05.01）
====================*/