@CHARSET "UTF-8";
/*
Theme Name: 一般社団法人これから
date: 2024.12.02
*** basic setting on css/destyle.css ***
*/


/* = common setting
-------------------------------------------------------------- */ 

:root {
  --main_green: #357048; 
	--l_green: #a3b294;
	--green02: #88A17C;
	--green03: #6C8F65;
  --bk: #222;
	--bg: #F3F2EB;
}

*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	margin: 0;
	font-size: 1.4rem;
	font-weight: 400;
	font-family: "Montserrat","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
	color: var(--main_green);
	line-height: 1.7;
	letter-spacing: 1px;
	background: var(--bg);
}

.font_mincho{
	font-family: "dnp-shuei-mincho-pr6", "游明朝体", "Yu Mincho", YuMincho , sans-serif;
	font-weight: 400;
	font-style: normal;
}
.font_en{
	font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}


/* =layouts
-------------------------------------------------------------- */

body,
#page{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#site_footer{
  margin-top: auto;
}

table{
	width: 100%;
	border-collapse: collapse;
  border-spacing: 0;
}
table th{
	padding: 1rem;
	text-align: left;
  width: 30%;
	font-weight: 400;
}
table td{
	padding: 1rem;
}

.txt_right{
	text-align: right;
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-weight: 700;
}
ul,dl,dt,dd{
	margin: 0;
	padding: 0;
	font-weight: 400;
}
li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
p{
	margin: 0;
}
.pc_only{
	display: none;
}

.wrapper{
	width: 90%;
	max-width: 1050px;
	margin: 0 auto;
}
.short_wrap{
	max-width: 800px;
}
.page_container{
	padding: 3rem 0 5rem;
	position: relative;
	z-index: 5;
}
.section{
	padding: 4rem 0;
	position: relative;
	z-index: 5;
}
.hidden{
	overflow: hidden;
}

/* Clearing floats */
.clear:after{
	clear: both;
}
.clear:before,
.clear:after{
	display: table;
	content: "";
}

.txt_right{
	text-align: right;
}
.txt_vertical{
	writing-mode: vertical-rl;
}
.txt_small{
	font-size: 70%;
}
.txt_large{
	font-size: 150%;
}

.underline{
	background: linear-gradient(to bottom , rgba(255,255,255,0) 50%, #ffff00 51%);
	font-weight: 700;
}



/* =link
-------------------------------------------------------------- */

a{
	outline: none;
	color: var(--main_green);
	text-decoration: none;
	transition: .3s;
}
*:focus {
  outline: none;
}

input[type="submit"]{
	outline: 0;
	box-shadow: none;
	cursor: pointer;
}
label{
	cursor: pointer;
}

.btn_link{
	background: #fff;
	border: var(--main_green) solid 1px;
	color: var(--main_green);
	display: block;
	padding: 1.5rem 1rem;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
  position: relative;
	transition: .3s;
}
.btn_link::after{
	content: '';
	position: absolute;
	bottom: 1rem;
	right: 0;
	background: var(--main_green);
	width: 5rem;
	height: 1px;
	transition: .3s;
}

.link_none{
  pointer-events: none !important;
  cursor: default !important;
  opacity: .3;
}



/* =media
-------------------------------------------------------------- */

img,
svg{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
iframe{
	max-width: 100%;
}
.img_clip{
	position: relative;
	overflow: hidden;
	display: block;
}
.img_clip::before{
	content: '';
	padding-top: 70%;
	display: block;
	background: #ccc;
}
.img_clip img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s;
}
.img_round{
	border-top-right-radius: 2rem;
}
.youtube_wrap{
  position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.youtube_wrap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




/* =tub
-------------------------------------------------------------- */

summary{
	cursor: pointer;
}
summary::marker{
  content: none;
}
summary::-webkit-details-marker{
  display: none;
}

.accordion dd{
	display: none;
}

.tub{
	display: flex;
}
.tub_cont{
	display: none;
}
.cont_current{
	display: block;
}



/* =slick base
-------------------------------------------------------------- */

.slick-arrow{
	width: 1rem;
  height: 1rem;
  z-index: 10;
}
.slick-prev{
  left: -5px;
}
.slick-next{
  right: -5px;
}
.slick-arrow::before{
	content: '' !important;
  width: 100%;
  height: 100%;
  border-top: #000 solid 1px;
  border-left: #000 solid 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
}
.slick-prev:before{
  transform: translate(-35%,-50%) rotate(-45deg);
}
.slick-next:before{
  transform: translate(-65%,-50%) rotate(135deg);
}
.slick-slide:focus{
  outline: 0;
}
.slick-dots > li:first-child:last-child {
   display: none;
}
.slick-dots{
	bottom: 1rem;
	z-index: 10;
}
.slick-dots li{
	width: 3rem;
	height: 1rem;
}
.slick-dots li button{
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 50px;
}
.slick-dots li.slick-active button{
	background: #ccc;
}
.slick-dots li button:before{
	content: none;
}




/* =entry base
-------------------------------------------------------------- */

.blog_list{
	margin-bottom: 3rem;
}
.news_box{
	display: flex;
	border-bottom: var(--main_green) dotted 1px;
	padding: 1rem 0;
}
.news_box__thumb{
	flex: 0 0 30%;
	margin-right: 1rem;
}
.news_box__inner{
	flex: 1;
}
.news_box__detail{
	margin: 1rem 0;
	display: flex;
	line-height: 1.2;
	font-size: 80%;
}
.news_cat__wrap{
	margin-left: .5rem;
	padding-left: .5rem;
	border-left: var(--main_green) solid 1px;
}
.news_cat__wrap li:not(:last-child)::after{
	content: '/';
}
.news_title{
	line-height: 1.5;
}
.entry_header{
	border-bottom: var(--main_green) solid 3px;
	margin-bottom: 3rem;
	padding-bottom: 1.5rem;
}
.entry_header .news_box__detail{
	font-size: 1.4rem;
}
.entry_header h1{
	font-size: 2.2rem;
	line-height: 1.5;
}
.entry_content{
	padding-bottom: 3rem;
}
.entry_content h2{
	font-size: 1.8rem;
	margin: 4rem 0 2rem;
	padding: 1rem 2rem 1rem 1.5rem;
	border-top-right-radius: 2rem;
	background: var(--green02);
	color: #fff;
	line-height: 1.5;
}
.entry_content h3{
	font-size: 1.6rem;
	margin: 3rem 0 2rem;
	line-height: 1.5;
	border-left: var(--main_green) solid .5rem;
	padding-left: 1.5rem;
}
.entry_content h4{
	font-size: 1.4rem;
	margin: 2rem 0;
}
.entry_content p{
	word-break: break-all;
	margin-bottom: 2rem;
}
.entry_content img{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.entry_content a{
	text-decoration: underline;
}
.entry_content a:hover{
	text-decoration: none;
	background: var(--l_green);
	color: #fff;
}
.entry_content strong{
	background: linear-gradient(to bottom , rgba(255,255,255,0) 50%, #ffff00 51%);
	font-weight: 700;
}
.side_box{
	margin-bottom: 4rem;
}
.side_box h2{
	border-left: var(--main_green) solid .5rem;
	font-size: 1.4rem;
	margin-bottom: 1rem;
	line-height: 1.4;
	padding-left: 1.5rem;
}
#searchform div{
	display: flex;
	align-items: center;
}
.screen-reader-text{
	display: none;
}
#searchsubmit{
	background: var(--main_green);
	color: #fff;
	border-radius: .5rem;
	width: 5rem;
	margin-left: .5rem;
	align-self: stretch;
	text-align: center;
	font-size: 1.2rem;
}
#searchform input[type="text"]{
	flex: 1;
	margin: 0;
	width: 100%;
	padding: .5rem 1rem;
  line-height: 1.7;
  font-size: 1.2rem;
  border: var(--main_green) solid 1px;
	border-radius: .5rem;
	background: #fff;
}
.side_box .input_box{
	font-size: 1.2rem;
}

.side_list .news_box{
	font-size: 1.2rem;
	border-bottom: var(--main_green) dotted 2px;
}
.side_list .news_box__detail{
	margin: 0 0 .3rem;
}
.side_category li a{
	display: block;
	padding: .5rem 0;
	border-bottom: var(--main_green) dotted 2px;
}
.side_category li a::before{
	content: '▶';
	margin-right: .5rem;
}





/* =page nav
-------------------------------------------------------------- */

.page_links{
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 3rem 0;
}
.page_links a, 
.page_links span{
  text-decoration: none;
	font-size: 1.4rem;
	padding: 0 .5rem;
}
.page_links span.current{
	color: var(--orange);
}
.page_links a:hover{
	text-decoration: underline;
}
.page_links a.next{
  margin-left: 1rem;
}
.page_links a.prev{
  margin-right: 1rem;
}


.nav_single{
	clear: both;
	display: flex;
  justify-content: center;
  margin: 5rem 0;
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
	font-size: 1.2rem;
}
.nav_single li{
	width: 50%;
}
.nav_single li a{
	display: block;
	padding: 1.5rem 0;
}
.nav_single li.nav_next{
	text-align: right;
}
.nav_archive{
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
}






/* =header
-------------------------------------------------------------- */

#site_header{
  padding: 0 1rem;
	display: flex;
	align-items: center;
	height: 7rem;
}
#header_logo{
  display: block;
  width: 200px;
  margin: 0 auto 0 0;
}
#header_nav__btn{
	position: fixed;
	top: 1rem;
	right: 1rem;
	width: 5rem;
	height: 5rem;
	text-align: center;
	z-index: 9999;
  cursor: pointer;
	background: var(--main_green);
	border-radius: 1rem;
	border: var(--main_green) solid 1px;
}
#header_nav__btn .border_wrap{
  position: absolute;
	left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
#header_nav__btn .border{
	width: 30px;
	height: 3px;
	background: #fff;
	border-radius: 3px;
  display: block;
  margin-bottom: 5px;
  transition: all .4s;
	box-sizing: border-box;
}
#header_nav__btn .border:last-child{
  margin: 0;
}
.nav_active #header_nav__btn{
	background: #fff;
}
.nav_active #header_nav__btn .border{
  background: var(--main_green);
}
.nav_active #header_nav__btn .border:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.nav_active #header_nav__btn .border:nth-of-type(2) {
	opacity: 0;
}
.nav_active #header_nav__btn .border:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

#header_nav__inner{
	width: 100%;
	height: 100%;
	background: var(--green03);
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	padding: 8rem 5% 0;
}
.nav_active #header_nav__inner{
	opacity: 1;
	visibility: visible;
}
.main_navigation{
	position: relative;
}
.main_navigation li{
	margin-bottom: 1rem;
	background: #fff;
	border-radius: 1rem;
}
.nav_link{
	display: block;
	padding: 2rem;
	position: relative;
	font-size: 1.6rem;
}
.nav_link::after{
	content: '';
	border-top: var(--main_green) solid 1px;
	border-right: var(--main_green) solid 1px;
	width: 1rem;
	height: 1rem;
	position: absolute;
	right: 2rem;
	top: 50%;
	translate: 0 -50%;
	rotate: 45deg;
}
.sub_nav{
	padding: 0 2rem 1rem;
}
.sub_nav ul{
	border-top: var(--l_green) dotted 2px;
	padding-left: 2rem;
}
.sub_nav ul li a{
	padding: 1rem 0;
	display: block;
	font-weight: 700;
}
.sub_nav ul li a::before{
	content: '';
	width: 2rem;
	height: 1px;
	background: var(--main_green);
	display: inline-block;
	vertical-align: middle;
	margin-right: 1rem;
}




/* =footer
-------------------------------------------------------------- */

#site_footer{
	background: #fff;
}
#site_footer__inner{
	padding: 4rem 0;
}
#footer_logo{
	width: 200px;
	display: block;
}
#footer_top p{
	margin: 2rem 0;
	font-size: 1.2rem;
}
#footer_bottom{
	border-top: var(--green02) solid 1px;
	padding-top: 2rem;
}
#footer_bottom p{
	margin-top: 1rem;
	font-size: 1.2rem;
}
#footer_copy{
	padding: 2rem 0;
	text-align: center;
	font-size: 1rem;
	text-align: center;
	background: var(--main_green);
	color: #fff;
}




/* =common
-------------------------------------------------------------- */

.page_header{
	position: relative;
	z-index: 5;
	height: 18rem;
}
.page_header::before{
	content: '';
	background: linear-gradient(to bottom, #f3f2eb ,#a3b294);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -5;
}
.page_header__inner{
	height: 80%;
	display: flex;
	align-items: center;
	position: relative;
}
.page_header__img{
	position: absolute;
	right: 0;
	top: 0;
	background: url('images/common/header.jpg') no-repeat center center / cover;
	width: 50%;
	height: 100%;
	border-top-left-radius: 1rem;
	border-bottom-left-radius: 1rem;
	overflow: hidden;
}
#page_about .page_header__img{
	background: url('images/about/header.jpg') no-repeat center center / cover;
}
#page_business .page_header__img{
	background: url('images/business/header.jpg?ver=202401160926') no-repeat center center / cover;
}
#page_contact .page_header__img{
	background: url('images/contact/header.jpg') no-repeat center center / cover;
}
.page_title{
	font-size: 2.6rem;
	position: relative;
	z-index: 20;
	text-shadow: 0 0 3px var(--l_green);
}

#breadcrumbs{
	padding: 1rem 5%;
	font-size: 1rem;
	text-align: right;
}
#breadcrumbs a:hover{
	text-decoration: underline;
}
.bg_white{
	background: #fff;
}

.wave{
	background: url('images/common/wave.svg') no-repeat center top / cover;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 5rem;
	z-index: -1;
}
.wave_reverse{
	rotate: 180deg;
	background: url('images/common/wave.svg') no-repeat center top / cover;
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 5rem;
	z-index: -1;
}
.section_title{
	font-size: 2.4rem;
	margin-bottom: 3rem;
	line-height: 1.5;
}

.no_posts{
	text-align: center;
	padding: 3rem 0;
	background: var(--green02);
	color: #fff;
}

#message_404 .btn_link{
	margin: 3rem 0 0;
}

.bnr_cafe{
	border: var(--main_green) solid 2px;
	background: #fff;
	display: block;
}
.bnr_cafe .img_clip{
	width: 100%;
}
.bnr_cafe .img_clip::before{
	padding-top: 30%;
}
.bnr_cafe__logo{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem 0;
}
.bnr_cafe__logo img{
	width: 60%;
}

.main_container{
	padding-bottom: 3rem;
}
.side_container{
	max-width: 40rem;
}
.side_container__sticky{
	background: #fff;
	padding: 2rem 5%;
	border-radius: 1rem;
}





/* =top
-------------------------------------------------------------- */

#main_visual{
	height: auto;
}
#main_visual .wrapper{
	width: 100%;
	position: relative;
	max-width: 1200px;
	padding-bottom: 8rem;
}
.main_visual__img{
	border-top-right-radius: 3rem;
	width: 35%;
}
#main_visual__img01{
	width: 65%;
}
#main_visual__img01::before{
	padding-top: 160%;
}
#main_visual__img02{
	position: absolute;
	bottom: 0;
	left: 5%;
	z-index: 5;
	width: 80%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#main_visual__img02 .main_visual__img{
	width: 48%;
}
#main_visual__img02 .main_visual__img:last-child{
	margin-top: -3rem;
}
#main_visual__txt{
	position: absolute;
	z-index: 20;
	top: 2rem;
	right: 5%;
	width: 10rem;
}
#main_visual__title{
	font-size: 3rem;
	line-height: 1.4;
}
#main_visual__title span:last-child{
	margin-top: 1em;
}

#main_visual__arrow{
	position: absolute;
	z-index: 10;
	opacity: .3;
	top: 50%;
	right: 0;
	width: 60%;
	translate: 0 -50%;
}

#top_message__txt p{
	margin-bottom: 2rem;
}
#top_message__txt .font_mincho{
	margin-top: 5rem;
	font-size: 110%;
}
#top_message__links{
	margin: 4rem 0 5rem;
}
#top_message__links li{
	margin-bottom: 2rem;
}

#top_message__img{
	width: 80%;
	height: 13rem;
	background: url('images/top/message_img.jpg') no-repeat center center / cover;
	border-top-left-radius: 2rem;
	margin: 0 0 -6rem auto;
}

.top_illust{
	position: absolute;
	z-index: -1;
}
#illust01{
	bottom: 25%;
	left: 0;
	width: 90%;
}
#illust02{
	width: 90%;
	right: 0;
	bottom: 1rem;
}
#illust03{
	bottom: 3rem;
	left: 0;
	width: 70%;
	z-index: 5;
}
#top_blog{
	z-index: 2;
	padding: 8rem 0 5rem;
}
#top_recruit__txt{
	position: relative;
	z-index: 10;
}
#top_recruit__txt .btn_link{
	margin-top: 4rem;
}
#top_recruit__img{
	text-align: center;
	width: 80%;
	margin: 3rem auto 0;
}






/* =Contact
-------------------------------------------------------------- */

.require{
	background: #960014;
	color: #fff;
	font-size: 1.2rem;
	padding: .5rem 1rem;
	border-radius: 50px;
	margin-right: 1rem;
}
.input_box{
	width: 100%;
	padding: .5rem 1rem;
	margin-bottom: 3px;
  line-height: 1.7;
  font-size: 1.6rem;
  border: var(--main_green) solid 1px;
	border-radius: .5rem;
	background: #fff;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f4f4f4 inset;
}
.input_box.short_box{
	width: 150px;
}
.form_wrap input[type="radio"],
.form_wrap input[type="checkbox"]{
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
.form_wrap label{
	cursor: pointer;
}
.wpcf7 form .wpcf7-response-output{
	text-align: center;
	padding: 1rem;
}
.btn_submit{
	background: var(--main_green);
	color: #fff;
	border-radius: 1rem;
	font-weight: 700;
	max-width: 400px;
}
.form_wrap input[disabled]{
	background: #ccc !important;
	border: #ccc solid 1px;
	color: #fff !important;
	box-shadow: none;
	transform: none;
}

.form_wrap th{
	display: block;
	width: 100%;
	padding: 0 0 1rem;
	font-size: 1.4rem;
	font-weight: 700;
}
.form_wrap td{
	display: block;
	padding: 0 0 3rem;
	border-bottom: #ccc solid 1px;
	margin-bottom: 2rem;
}
.form_wrap .attention{
	border: var(--main_green) solid 1px;
	padding: 1rem 5%;
	margin-top: .5rem;
	font-size: 1.2rem;
	word-break: break-all;
}
.form_wrap .attention p{
	margin: 1rem 0;
}
.policy_check{
	text-align: center;
	margin: 3rem 0;
}
.policy_check p{
	margin: 1rem 0;
}
.policy_check a{
	text-decoration: underline;
}
.policy_check a:hover{
	text-decoration: none;
}
.form_wrap .wpcf7-not-valid-tip{
	font-weight: 700;
	color: #960014;
}
.form_wrap .wpcf7-list-item{
	display: block;
	margin: .5rem 0;
}
.form_recaptcha{
	border: var(--green03) solid 1px;
	padding: 2rem 5%;
	margin: 3rem auto 0;
	max-width: 500px;
	font-size: 1.2rem;
}
.form_recaptcha p{
	margin: 0;
	text-align: left;
}
.form_recaptcha p a{
	text-decoration: underline;
	margin: 0 5px;
}
.grecaptcha-badge{
	visibility: hidden;
}

.policy_block{
	margin-bottom: 5rem;
}
.policy_block h2{
	border-bottom: var(--green03) solid 1px;
	margin-bottom: 2rem;
}
.policy_block p{
	margin-bottom: 2rem;
}





/* =about
-------------------------------------------------------------- */

.about_section{
	margin-bottom: 5rem;
}
.about_section .section_title{
	position: relative;
	padding-bottom: 3rem;
}
.about_section .section_title::after{
	content: '';
	background: var(--main_green);
	width: 5rem;
	height: .2rem;
	position: absolute;
	bottom: 0;
	left: 0;
}
#message_txt p{
	margin-bottom: 2rem;
}

#idea_inner{
	border: var(--main_green) solid 2px;
	background: #fff;
	padding: 3rem 5% 4rem;
	border-radius: 2rem;
	text-align: center;
}
#idea .section_title{
	writing-mode: initial;
	width: 100%;
	padding: 0 0 2rem;
	margin: 0 0 2rem;
}
#idea .section_title::after{
	left: 50%;
	translate: -50% 0;
	width: 5rem;
	height: .2rem;
	position: absolute;
	bottom: 0;
	top: auto;
	right: auto;
}
#idea_txt p{
	font-size: 1.8rem;
	line-height: 2;
}
#details_table{
	border-top: var(--l_green) solid 2px;
}
#details_table tr{
	border-bottom: var(--l_green) solid 2px;
}
#details_table th{
	background: rgba(255,255,255,.5);
}




/* =business
-------------------------------------------------------------- */

.business_block{
	margin-bottom: 5rem;
}
.business_block__img{
	width: 80%;
	margin: 0 auto 1rem;
}
.business_block__img .img_clip{
	border-radius: 50%;
}
.business_block__img .img_clip::before{
	padding-top: 100%;
}
.business_title{
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
	font-size: 2rem;
	line-height: 1.5;
}
.business_title__num{
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	color: #fff;
	background: var(--main_green);
	font-size: 2rem;
	margin-right: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.business_title__txt{
	flex: 1;
}
.business_block__txt p{
	margin-bottom: 1rem;
}
.business_lists__box h3{
	margin: 2rem 0 1rem;
	background: var(--l_green);
	padding: 1rem;
	border-radius: 1rem;
	color: #fff;
}
.business_lists__box p{
	margin-bottom: 1rem;
}
#business02_attention{
	border: var(--green03) solid 1px;
	padding: 1rem 5%;
	margin-top: 2rem;
	font-size: 1.2rem;
	display: block;
}
#business02{
	margin-bottom: 5rem;
}
.business_lists__box .bnr_cafe{
	width: 80%;
	margin: 2rem 0 0;
}






/* =cafe
-------------------------------------------------------------- */

#cafe_header{
	margin: 0 auto;
	height: 30rem;
	
}
#cafe_header::before{
	background: url('images/cafe/bnr_img.jpg') no-repeat center center / cover;
}
#cafe_header__inner{
	height: 85%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#cafe_header__inner h1{
	background: #fff;
	border: var(--main_green) solid .3rem;
	padding: 2rem 5%;
	text-align: center;
	width: 60%;
	max-width: 500px;
}

#cafe_intro{
	margin-bottom: 5rem;
}
#cafe_intro__txt{
	margin-bottom: 3rem;
}
#cafe_intro p{
	text-align: center;
	font-size: 1.8rem;
	line-height: 2;
}
#cafe_intro__img{
	text-align: center;
	border: var(--main_green) solid .3rem;
	box-shadow: .5rem .5rem var(--green03);
	background: #fff;
	padding: 2rem 0;
}
#cafe_intro__img img{
	width: 100%;
}
.g_map{
	margin: 3rem 0 0;
}
.g_map iframe{
	width: 100%;
	height: 35rem;
}

.cafe_section h2{
	font-size: 2rem;
	margin-bottom: 2rem;
	padding: 1rem 1.5rem;
	background: var(--main_green);
	color: #fff;
	border-top-right-radius: 2rem;
}



/* =RWD
-------------------------------------------------------------- */

@media screen and (min-width: 768px){
  .mobile_only{
		display: none;
	}
	.pc_only{
		display: block;
	}
  a[href*="tel:"] {
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
  }
  table th{
		padding: 1.5rem;
		width: 25%;
	}
	table td{
		padding: 1.5rem 2rem;
	}
	.page_container{
		padding: 0 0 8rem;
	}
	.section{
		padding: 5rem 0;
	}
	.wave{
		height: 10rem;
	}
	.section_title{
		font-size: 4rem;
	}
	.page_header{
		height: 25rem;
	}
	.page_title{
		font-size: 3.6rem;
	}
	.page_header__img{
		width: 55%;
		border-top-left-radius: 2rem;
		border-bottom-left-radius: 2rem;
	}
	.bnr_cafe{
		display: flex;
		height: 200px;
	}
	.bnr_cafe .img_clip{
		width: 50%;
	}
	.bnr_cafe__logo{
		width: 50%;
		padding: 0;
		align-self: stretch;
	}
	#main_visual__img01{
		width: 70%;
	}
	#main_visual__img01::before{
		padding-top: 70%;
	}
	#main_visual__img02{
		width: 70%;
	}
	#main_visual__img02 .main_visual__img{
		width: 43%;
	}
	#main_visual__img02 .main_visual__img:last-child{
		margin-top: -5rem;
	}
	#main_visual__txt{
		width: 16rem;
	}
	#main_visual__title{
		font-size: 4rem;
		letter-spacing: 8px;
	}
	#top_message__inner{
		display: flex;
		flex-direction: row-reverse;
	}
	#top_message__inner h2{
		width: 15%;
		writing-mode: vertical-rl;
		margin: 0 3rem;
	}
	#top_message__txt{
		flex: 1;
		padding-top: 5rem;
		padding-left: 3rem;
	}
	#top_message__links{
		display: flex;
		margin: 5rem 0 8rem;
	}
	#top_message__links li{
		width: 45%;
		padding-right: 2rem;
		margin: 0;
	}
	#top_message__links .btn_link{
		max-width: 100%;
	}
	#top_message__img{
		height: 23rem;
		margin-bottom: -7rem;
	}
	#top_blog{
		padding: 10rem 0 5rem;
	}
	#top_blog__inner{
		display: flex;
	}
	#top_blog__inner h2{
		width: 10%;
		writing-mode: vertical-rl;
		margin: 0 3rem;
	}
	#top_blog__list{
		flex: 1;
	}
	.blog_list{
		display: flex;
		flex-wrap: wrap;
	}
	.blog_list .news_box__wrap{
		width: 50%;
		padding: 0 1rem;
		margin-bottom: 2rem;
	}
	#page_blog .blog_list .news_box__wrap{
		width: 33.33%;
	}
	.blog_list .news_box{
		display: block;
		border: 0;
		padding: 0;
	}
	.blog_list .news_box__thumb{
		margin: 0;
	}
	#top_recruit h2{
		font-size: 3rem;
	}
	#top_recruit__inner{
		display: flex;
		align-items: center;
	}
	#top_recruit__txt{
		width: 55%;
	}
	#top_recruit__img{
		width: 45%;
		padding-left: 3rem;
	}
	#top_recruit__txt .btn_link{
		margin: 4rem 0 0;
	}
	.form_wrap th{
		display: table-cell;
		width: 35%;
		padding: 2.5rem 0;
	}
	.form_wrap td{
		display: table-cell;
		padding: 2rem;
		border: 0;
	}
	.about_section{
		margin-bottom: 8rem;
	}
	.about_section__inner{
		display: flex;
	}
	.about_section .section_title{
		writing-mode: vertical-rl;
		font-size: 3rem;
		width: 7rem;
		margin-right: 7rem;
		padding: 0 3rem 0 0;
		letter-spacing: 5px;
	}
	.about_section .section_title::after{
		width: .2rem;
		height: 5rem;
		left: auto;
		right: 0;
		bottom: auto;
		top: 0;
	}
	.about_section__block{
		flex: 1;
	}
	#page_about .page_container{
		padding-top: 3rem;
	}
	.business_block{
		display: flex;
		align-items: flex-start;
	}
	.business_block__img{
		width: 35%;
		margin: 0 3rem 0 0;
	}
	.business_block__txt{
		flex: 1;
		padding-top: 5rem;
	}
	.business_lists{
		display: flex;
		flex-wrap: wrap;
	}
	.business_lists__box{
		width: 50%;
		padding: 0 1rem;
		margin-bottom: 2rem;
	}
	.business_lists__box .bnr_cafe{
		height: 10rem;
	}
	#cafe_header{
		height: 50rem;
	}
	#cafe_header__inner{
		height: 90%;
	}
	#cafe_intro{
		margin-bottom: 8rem;
		max-width: 850px;
	}
	#cafe_intro__txt{
		margin: 2rem 0 5rem;
	}
	#cafe_intro__txt p{
		font-size: 2rem;
	}
}




@media screen and (min-width: 1024px){
  html{
    font-size: 75%;
		scroll-padding-top: 80px;
  }
	#page{
		padding-top: 8rem;
	}
	#site_header{
		padding: 0 3rem;
		height: 8rem;
		transition: .3s;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
	}
	.scroll #site_header{
		background: #fff;
		box-shadow: 0 2px 3px rgba(0,0,0,.1);
		height: 6.5rem;
	}
	#header_logo{
		width: 240px;
	}
	.scroll #header_logo{
		width: 210px;
	}
	#header_nav__btn{
		display: none;
	}
	#header_nav__inner{
		opacity: 1;
		visibility: visible;
		overflow: visible;
		position: static;
		background: none;
		padding: 0;
	}
	.main_navigation{
		display: flex;
		align-items: center;
	}
	.main_navigation li{
		background: none;
		margin: 0 0 0 2rem;
		position: relative;
	}
	.nav_link{
		padding: .5rem 0;
		font-size: 1.4rem;
	}
	.nav_link::after{
		content: none;
	}
	.nav_link::before{
		content: '';
		background: var(--main_green);
		width: 0;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.main_navigation li.current .nav_link::before,
	.nav_link:hover::before{
		opacity: 1;
		width: 100%;
	}
	.sub_nav{
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 100%;
		left: 50%;
		translate: -50% 0;
		z-index: 99;
		padding: 1rem 0 0;
	}
	.sub_nav::after{
		content: '';
		width: 1rem;
		height: 1rem;
		position: absolute;
		top: 0;
		left: 50%;
		translate: -50% 0;
		clip-path: polygon(50% 0,100% 100%,0 100%);
		background: var(--main_green);
	}
	.sub_nav ul{
		border: var(--main_green) solid 2px;
		padding: 0;
		overflow: hidden;
		border-radius: .5rem;
		background: #fff;
	}
	.sub_nav ul li{
		margin: 0;
	}
	.sub_nav ul li a::before{
		content: none;
	}
	.sub_nav ul li a{
		white-space: nowrap;
		padding: 1.5rem 3rem;
	}
	.main_navigation li:hover .sub_nav{
		opacity: 1;
		visibility: visible;
	}
	#footer_top{
		display: flex;
		align-items: center;
		padding-bottom: 3rem;
	}
	#footer_logo{
		width: 300px;
		margin-right: 3rem;
	}
	#footer_top p{
		margin: 0;
		flex: 1;
	}
	.wave{
		height: 15rem;
		bottom: -3rem;
	}
	#main_visual__arrow{
		width: 50%;
	}
	#top_message{
		padding: 2rem 0 0;
	}
	#top_message__txt{
		line-height: 2;
		font-size: 1.5rem;
		padding-top: 10rem;
	}
	#top_message__img{
		background-attachment: fixed;
		border-top-left-radius: 3rem;
	}
	#illust01{
		width: 70%;
		bottom: 30%;
	}
	#top_blog{
		padding: 20rem 0 8rem;
	}
	.blog_list .news_box__wrap{
		padding: 0 2rem;
	}
	#illust02{
		width: 70%;
	}
	#illust03{
		width: 65%;
	}
	#breadcrumbs{
		font-size: 1.2rem;
	}
	.container_wrap{
		display: flex;
		justify-content: space-between;
	}
	.main_container{
		width: 68%;
	}
	.side_container{
		width: 28%;
	}
	.side_container__sticky{
		padding: 3rem 2rem;
	}
	#page_blog .blog_list .news_box__wrap{
		width: 50%;
	}
	.business_lists__box{
		padding: 0 2rem;
	}
	.business_title{
		font-size: 2.4rem;
	}
}

@media screen and (min-width: 1250px){
	.main_navigation li{
		margin: 0 0 0 3rem;
	}
}



@media (hover: hover) {
  .img_opacity:hover img{
  	opacity: .8;
  }
  .hover_up:hover{
  	transform: translateY(-5px);
  	box-shadow: 0 12px 10px -6px rgba(0,0,0,.3);
  }
  .hover_up__img:hover img{
  	transform: translateY(-5px);
  	box-shadow: 0 12px 10px -6px rgba(0,0,0,.3);
  }
	.btn_link:hover::after{
		width: 0;
	}
	.sub_nav ul li a:hover{
		background: var(--main_green);
		color: #fff;
	}
	.btn_submit:hover{
		background: #fff;
		color: var(--main_green);
	}
	.news_box:hover .news_box__thumb img{
		scale: 1.1;
	}
}