@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap');

html{
font-size: 62.5%;
}
body {
    font-size:1.6rem;
    font-feature-settings: 'palt';
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-family: 'Noto Sans Japanese';
    line-height: 1.8;
    color: #111111;
    text-align: justify;
}
h1{
	max-width: 200px;
}
h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 4.2rem;
    text-align: center;
    margin-bottom: 6rem;
}
h2.h2_ja{
    font-family: 'Noto Sans Japanese';
    font-size: 3.2rem;
}
h2 span{
    position: relative;
    display: block;
    font-family: 'Noto Sans Japanese';
    font-size: 2.2rem;
    padding-top: 6rem;
    background: url(../img/com/h2_ico.svg) top center no-repeat;
}
h2.h2_ja span{
    padding-top: 8rem;
    background: url(../img/com/h2_ico.svg) top 1.5rem center no-repeat;
}
h2 span.white{
    position: relative;
    display: block;
    font-family: 'Noto Sans Japanese';
    font-size: 2.2rem;
    padding-top: 6rem;
    background: url("../img/com/h2_ico_w.svg") top center no-repeat;
	background-size:170px;
	
}
@media screen and (max-width:1050px) {
body {
    font-size:1.6rem;
}
h2{
    font-size: 4.5rem;
    margin-bottom: 3rem;
}
h2.h2_ja{
    font-family: 'Noto Sans Japanese';
    font-size: 3rem;
}
h2 span{
    padding-top: 3em;
    font-size: 2rem;
}
}
@media screen and (max-width:890px) {
body {
    font-size:1.4rem;
}
h2{
    font-size: 3.5rem;
    margin-bottom: 3rem;
}
h2 span{
    padding-top: 2.5em;
}
}
img{
    display: block;
    max-width: 100%;
    margin: auto;
}
a{
	color: #000;
}
.font_white{
    color: #fff;
}
.w1300,
.w1035,
.w900{
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
}
.w1035{
    max-width: 900px;
}
.w900{
    max-width: 900px;
}
.green_bg{
	background: #00a59b;
	color: #fff;
}
@media screen and (max-width:1050px) {
.w900,
.w1035{
    max-width: 95%;
}
}
.flex_set{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wrap{
    padding: 8rem 0;
}
.wrap.pb0{
    padding-bottom: 0;
}
.pc{
    display: block;
}
@media screen and (max-width:1050px) {
.wrap{
    padding: 5rem 0;
}
}
@media screen and (max-width:650px) {
.pc{
    display: none !important;
}
.wrap{
    padding: 4rem 0 4.5rem;
}
}
.link_btn{
    text-align: right;
    margin: 8rem 0 5rem;
}
.link_btn a{
    color: #00a59b;
    padding: 1.5rem;
    border: 1px solid #00a59b;
    transition: .5s;
}
@media screen and (max-width:1050px) {
.link_btn{
    text-align: right;
    margin: 5rem 0 3rem;
}
}
.link_btn a:hover{
    color: #fff;
    background:  #00a59b;
}
.header_line{
    position: relative;
    background: #00a59b;
} 
.header_logo{
    position: absolute;
    top: 20px;
    left: 60px;
}
.header_nav{
    display: flex;
    justify-content: flex-end;
    height: 8rem;
    padding: 0.5rem 0;
	max-width: 90%;
	margin: auto;
}
.header_nav li a{
    position: relative;
    display: block;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    margin-left: 40px;
    padding: 1rem 0.5rem;
    transition: .5s;
}
.header_nav li a:hover{
    color: #efec92;
}
.header_nav li a span{
    display: block;
    text-align: center;
    font-size: 1rem;
}
.header_nav li ul {
    position: absolute;
    padding-top: 1.1rem;
}
.header_nav li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
}
.header_nav li li a {
    border-top: 1px solid #fff;
    background: #00a59b;
    color: #fff;
    margin-top: 0;
    line-height: 2;
}
.header_nav li:hover > ul > li {
    height: 5rem;
    width: 250px;
    overflow: visible;
}
@media screen and (max-width:1050px) {
.header_logo{
    position: absolute;
    top: 0;
    left: 0;
    max-width: 200px;
}
.header_nav{
    height: 7rem;
    padding: 0.5rem 0;
}
.header_nav li a{
    font-size: 1.6rem;
    margin-left: 20px;
    padding: 0.5rem;
}
.header_nav li ul {
    padding-top: 0.9rem;
}
.header_nav li:hover > ul > li {
    height: 4rem;
    width: 200px;
    overflow: visible;
}
}
@media screen and (max-width:650px) {
.header_logo{
    max-width: 100px;
    z-index: 1000;
}
.header_line{
    padding-top: 4rem;
} 
.header_nav{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 4rem 0 0;
    flex-wrap: wrap;
    background: #00a59b;
    z-index: 999;
}
.header_nav li {
    width: 100%;
    line-height: 3;
}
.header_nav li a{
    border-top: 1px solid #fff;
    margin: 0;
}
.header_nav li a span{
    display: none;
}
.header_nav li ul {
    position: static;
    padding-top: 0;
}
.header_nav li li {
    height: auto;
}
.header_nav li li a{
    margin: 0;
    line-height: 3;
}
.header_nav li:hover > ul > li {
    height: auto;
    width: auto;
}
}
.main_img{
    width: 100%;
    height: auto;
}
@media screen and (max-width:650px) {
.main_img{
    position: relative;
    width: 100%;
    height: 230px;
}
.main_img img{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: inherit;
    height: 230px;
    width: 100%;
    object-fit: cover;
}

}
.top_bg01{
    background: url(../img/top/bg_cont01.jpg) no-repeat center center;
    background-size: cover;
}
.top_business{
	padding-bottom:4rem;
}
.top_business li{
    width: 32%;
    background: #fff;
    border-radius: 5px;
    border: 5px solid #fff;
    padding: 1.5rem 0.5rem;
    text-align: center;
    transition: .5s;
}
.top_business li:hover{
    border: 5px solid #00a59b;
}
.top_business li a{
    color:  #00a59b;
}
.top_vendor,
.top_lunch,
.top_curves{
    display: block;
    padding-top: 6rem;
}
.top_vendor{
    background: url(../img/com/ico_vendor.svg) no-repeat top 1.5rem center;
}
.top_lunch{
    background: url(../img/com/ico_lunch.svg) no-repeat top 1.5rem center;
}
.top_curves{
    background: url(../img/com/ico_curves.svg) no-repeat top 1.5rem center;
}
.strength_vendor,
.strength_lunch,
.strength_curves{
    display: block;
    color: #00a59b;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    padding-top: 9rem;
    padding-bottom: 1rem;
}
.strength_vendor{
    background: url(../img/com/ico_vendor.svg) no-repeat top 4rem center;
}
.strength_lunch{
    background: url(../img/com/ico_lunch.svg) no-repeat top 4rem center;
}
.strength_curves{
    background: url(../img/com/ico_curves.svg) no-repeat top 4rem center;
}

@media screen and (max-width:890px) {
.top_vendor{
    background-size: 2.5rem;
}
.top_lunch{
    background: url(../img/com/ico_lunch.svg) no-repeat top 2rem center;
    background-size: 3rem;
}
.top_curves{
    background: url(../img/com/ico_curves.svg) no-repeat top 2rem center;
    background-size: 2.5rem;
}
}
.top_news_list{
    padding-bottom: 5rem;
}
.top_news_list dt,
.top_news_list dd{
    border-bottom: 1px solid #000;
    padding: 1.5rem;
}
.top_news_list dt{
    width: 25%;
    color:  #00a59b;
}
.top_news_list dd{
    width: 75%;
}
@media screen and (max-width:650px) {
    .top_news_list{
        padding-bottom: 3rem;
    }
}
.links_bg{
    background: url(../img/com/bg_links.jpg) no-repeat center center;
    background-size: cover;
}
.footer_area{
    background:  #00a59b;
    color: #fff;
    text-align: center;
    padding:1rem 0; 
}
.footer_nav{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding:3rem 0; 
}
.footer_nav a{
    color: #fff;
    padding: 0 1rem;
    transition: 1s;
}
.footer_nav a:hover{
    color: #efec92;
}
.copy{
    border-top: 1px solid #fff;
    padding-top: 1rem;
}

@media screen and (max-width:650px) {
.footer_area{
    background:  #00a59b;
    color: #fff;
    text-align: center;
    padding:1rem 0; 
}
.footer_nav{
    padding:3rem 0 3rem; 
}
}
.business_main_text{
	text-align: center;
}
.business_main_text .mb30{
	padding-bottom: 2rem;
}
.business_strength li{
		width: 48%;
		background: #fff;
		color: #00a59b;
		padding: 4rem;
		text-align: justify;
		border-radius: 10px;
}
.business_strength li img{
		max-height: 250px;
}
@media screen and (max-width:650px) {
    .business_strength.flex_set{
        justify-content: space-around;
    }
    .business_strength li{
        width: 100%;
        max-width: 450px;
        margin-bottom: 2rem;
        padding: 3rem 2rem;
    }
    .business_strength li:last-child{
        margin-bottom: 0;
    }
    .business_strength li img{
        max-width: 100%;
        width: 300px;
    }
}
.business_list li{
    width: 32%;
}
.business_list li a{
    display: block;
    border: 2px solid #00a59b;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #00a59b;
    padding: 1rem;
    border-radius: 15px;
    transition: .5s;
}
.business_list li a:hover{
    background: #00a59b;
    color: #fff;
}
@media screen and (max-width:650px) {
    .business_list.flex_set{
        justify-content: space-around;
    }
    .business_list li{
        width: 100%;
        max-width: 350px;
        margin-bottom: 2rem;
    }
    .business_list li:last-child{
        margin-bottom: 0;
    }
}
.business_lunch_main_text{
    text-align: justify;
    padding-left: 40%;
    background: url(../img/lunch/lunch_img01.png) no-repeat left top;
    background-size: contain;
}
@media screen and (max-width:1050px) {
.business_lunch_main_text{
    min-height: 300px;
    background-size: 250px;
    padding-left: 300px;
}
}
@media screen and (max-width:650px) {
.business_lunch_main_text{
    padding-left: 0;
    padding-top: 280px;
    background: url(../img/lunch/lunch_img01.png) no-repeat center top;
    background-size: 250px;
    }
}
.presidents_name{
    display: block;
    margin: 50px 0 0 auto;
}
.company_profile{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.company_profile dt,
.company_profile dd{
    border-bottom: 1px solid #fff;
    padding: 10px;
}
.company_profile dt{
    width: 18%;
}
.company_profile dd{
    width: 80%;
}
@media screen and (max-width:650px) {
.company_profile dt{
    width: 28%;
}
.company_profile dd{
    width: 70%;
}
}
.access_map_add{
    text-align: center;
}
.map{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 450px;
    margin-top: 50px;
}
.map iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width:650px) {
.map{
    padding-top: 350px;
}
}
.about_text{
    text-align: center;
}
.products_handled{
    display: block;
    max-width: 90%;
    margin: 50px auto;
}
.about_initiative li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.about_initiative_img{
    width: 20%;
}
.about_initiative_text{
    width: 78%;
}
@media screen and (max-width:650px) {
.about_text.pc_text{
    text-align: left;
}
.about_text.pc_text br{
    display: none;
}
.about_initiative{
    max-width: 350px;
    margin: auto
}
.about_initiative_img,
.about_initiative_text{
    width: 100%;
}
.about_initiative_img img{
    display: block;
    margin: 30px auto;
    width: 250px;
}
}
.about_initiative_ttl{
    color: #efec92;
    font-size: 2rem;
}
.product_img{
    display: block;
    width: 250px;
    margin: 30px auto 0;
}
.shops{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.shops li{
    width: 47%;
}
.shops li:nth-child(1),
.shops li:nth-child(2){
    margin-bottom: 5rem;
}
.shops li h3{
    position: relative;
    color: #00a59b;
    font-size: 2rem;
    padding: 10px 10px 5px 70px;
    margin-bottom: 20px;
    border-bottom: 3px solid #00a59b;
}
.shops li h3:before{
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 50px;
    width: 60px;
    background: url(../img/curves/shop_ico.png) no-repeat center center;
    background-size: contain;
}
.shops_map{
    display: block;
    width: auto;
    max-height: 300px;
    margin: 0 auto 2rem;
    overflow: hidden;
}
.shop_add{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.shop_add dt,
.shop_add dd{
    border-bottom: 1px solid #000;
    padding: 10px;
}
.shop_add dt{
    width: 30%;
}
.shop_add dd{
    width: 70%;
}
@media screen and (max-width:650px) {

.shops li{
    width: 100%;
    max-width: 450px;
}
}
.menu{
    display: none;
}
@media screen and (max-width:650px) {
.menu{
    display: block;
    width: 80px;
    top: 0;
    right:0;
    position:fixed;
    z-index:10000;
    border: 1px solid #00a59b;
    box-sizing: border-box;
    background:#fff;
    line-height: 3.8rem;
    text-align: center;
    color: #00a59b;
}
}
#PageTopBtn {
    max-width: 7rem;
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: .5s;
}
@media (max-width: 960px){
#PageTopBtn {
    max-width: 5rem;
    position: fixed;
    bottom: 20px;
    right: 10px;
}
}
.form{
    width:100%;
    padding:7% 0 5%;
    line-height:2em;
}
.form p{
    text-align: center;
    margin-bottom: 3rem;
}
.form table{
    max-width:1100px;
    width: 90%;
    text-align: left;
    margin-top: 2%;
    margin-right: 5%;
    margin-left: 5%;
}
.form table .abs {
    margin-left: 3px;
    color: #f00;
}
.form table th, .form table td{
    margin-bottom:0.5em;
    padding: 1em;
    vertical-align: center;
    text-align: left;
    border-bottom: 1px solid #999;
}
input,
textarea{
    line-height:1em;
    max-width:1000px;
    margin:0.2em auto 0.2em 0;
    padding:0.2em 1em;
    font-size: 100%;
    border:1px solid #000;
}
.form table th {
    width: 30%;
    font-weight:100;
    font-weight: bold;
}
.form table td {
    width: 70%;
    margin:2% 2.5%;
}
.form .submit {
    border: 0;
    text-align: center;
}
.form .submit input{
    line-height:1em;
    margin:1rem;
    padding: 1.5rem 2rem;
}

@media only screen and (max-width: 959px){
.form {
    width: 100%;
    display:block;
    margin:0 auto;
}
.form table {
    width: 94%;
    margin-right: 3%;
    margin-left: 3%;
}
.form table th {
    width: 40%;
}
.form table td {
    width: 60%;
}
}
@media only screen and (max-width: 620px){
.form {
    width: 100%;
    display:block;
    margin:0 auto;
}
.form table {
    width: 98%;
    margin-left: 1%;
}
.form table th {
    width: 30%;
}
.form table td {
    width: 70%;
}
}
.policy h3{
    color: #00a59b;
    margin: 3rem 0 0.5rem;
    padding: 0.5rem;
    border-bottom: 2px solid #00a59b;
}
.policy p{
    margin-bottom: 0.5rem;
    padding: 0 .5rem;
}
.links{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.links li{
    max-width: 32%;
    min-width: 350px;
    margin-bottom: 20px;
}
.links li:last-child{
    margin-bottom: 0;
}