@charset "UTF-8";
/* CSS Document */
/*================================================
 *  汎用クラス
 ================================================*/ 
:root {
  --baseFC: #4E4B49;
  --baseFF: 'Poppins', 'Zen Kaku Gothic New', sans-serif;
  --mainColor: #0C1B36;
  --subColor: #B8C8E6;
  --hXColor: #705C3D;
  --linkColor: var(--baseFC);
  --bgColor: #F5F5F5;
  --contentWidth: 100rem;
  --sectionPadding: 16rem;
  --contentMargin: 6.4rem;
  --innerPadding: 5rem;
  --borderColor-table: #707070;
  --outer-height: 100vh;
  --bgLogo: /*var(--bgColor)*/ #fff;
}
.page_header {
  justify-content: center;
  align-items: center;
}
.page_h1 {
  color: var(--mainColor);
  text-align: center;
  font-size: 5.6rem;
  font-weight: 600;
  margin-top: 8.6rem;
}
.page_h1::after {
  content: attr(data-h1title);
  display: block;
  font-size: initial;
}
.h1_sub {
  display: block;
  color: var(--subColor);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
}
.page_h2 {
  /*
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
*/
  color: var(--mainColor);
  font-size: 4.8rem;
  font-weight: 500;
	line-height: 1.2;
  /*
  text-decoration: underline var(--subColor) 10px;
  text-decoration-skip-ink: none;
  text-underline-offset: -3px;
*/
}

.line_dec{
	background:linear-gradient(0deg, var(--subColor) 30%, transparent 30%);
}

.h2_sub {
  color: var(--baseFC);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
}
.page_h3 {
  font-weight: 500;
	color: var(--mainColor);
}
.page_h4 {
	
  font-weight: 500;
}

.pl_1em{
	padding-left: 1em;
}
/*各ページヘッダー*/
/*余白*/
.page_h2 + * {
  margin-top: var(--contentMargin);
}
.page_h3 + p {
  margin-top: 3.2rem;
}
.page_h4 + * {
  margin-top: calc(var(--contentMargin) / 2);
}
.box_img {
  margin-top: 6.4rem;
}

/*リンク*/
.text-link {
  font-weight: bold;
  color: var(--mainColor);
  text-decoration: underline;
}
.fc-wh {
  color: #fff;
}
.fc-mc {
  color: var(--mainColor);
}
.fs-sm {
  font-size: 0.85em;
  margin-left: 5px;
  margin-right: 5px;
}
.bg-lg {
  background: var(--subColor);
}
.bg-wh {
  background: #fff;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.text-notes {
  font-size: 0.85em;
  margin-top: 0.5em;
}
.text-block {
  display: block;
}
.table_list {
  width: 100%;
}
.list-disc {
  list-style: disc;
  margin-left: 1.5em;
}
/*表示非表示切替*/
.hidden {
  display: none !important;
}
.fade-in, .fade-delay {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s;
}
/* フェードインするためのクラス */
.fade-in.show, .fade-delay.show {
  opacity: 1;
  transform: translateY(0);
}
/*================================================
 * 共通
 ================================================*/
/*---* ヘッダー *---*/
body {
  background: var(--bgColor);
}
html {
  scroll-behavior: smooth;
}
#header_g {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /*padding: 1.5rem 3rem;*/
}
.header-logo {
  top: 0;
  left: 0;
}
.header-logo .logo {
  display: block;
  padding: 1em;
  color: var(--mainColor);
  transition: 0.2s;
}
svg {
  fill: currentColor;
}
.icon-svg {
  margin-right: 1rem;
}
.icon-svg svg {
  width: 26px;
  height: 26px;
  vertical-align: middle;
}

svg.icon{
display:block;
}

.nav_link {
  font-size: 1.6rem;
  line-height: 1.0;
color: var(--mainColor);
	display: flex;
	flex-direction: column;
	row-gap: 0.5em;
}

.nav_link:hover .nav_dec{
	opacity: 1;
}

.nav_dec{
	display: block;
	width: 8.8rem;
	line-height: 0;
	margin: auto;
	opacity: 0;
	transition: 0.3s;
}

.link-block {
  text-align: center;
  margin-top: var(--contentMargin);
}
.btn-link {
  display: inline-block;
  text-align: center;
  border: 1px solid var(--catColor);
  border-radius: 10px;
  padding: 0.5em 1em 0.5em 2.5em;
  position: relative;
  background: #fff;
}
@media (hover: hover) {
  a:hover {
  
  }
  
  .btn-link:hover {
    color: #fff;
  }
}
@media (hover: none) {
  a:active {
	  opacity: 0.8;
  }
  .nav_link:active {
    color: var(--mainColor);
  }
  .btn-link:active {
    color: #fff;
  }
}
.text-link {
  text-decoration: underline;
}
.text-link svg {
  width: 2rem;
  vertical-align: top;
}
.link_viewmore {
  display: inline-block;
  margin-top: 3.2rem;
}
.link_size {
  width: 8.8rem;
}
.link_text {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.viewmore_top {}
.viewmore_bottom {}

.contact{
	color: var(--mainColor);
	font-size: 2.4rem;
	font-weight: 500;
}
.tel i{
	padding-right: 1em;
	width: 4.8rem;
}
.site i{
	padding-right: 1em;
	width: 4.8rem;
}
.icon_mr i{
	padding-right: 1em;
	width: 4.8rem;
vertical-align: middle;
}

.flex_nowrap{
		display: flex;
	}

/*----* トップページ *----*/
.mv {
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 2rem;
  text-align: center;
}
@supports (-webkit-touch-callout: none) {
  .mv {
    min-height: -webkit-fill-available;
  }
}
.mv_logo {
  text-align: center;
  color: #fff;
}
.mv_logo svg {
  width: 300px;
  height: 200px;
}

.swiper-slide{
	height: 100vh;
}

.swiper-slide .image{
	height: 100%;
	object-fit: cover;
}

.link_viewmore:hover .viewmore_top{
	    transform: rotate(-8deg);
	
}.link_viewmore:hover .viewmore_bottom{
	    transform: rotate(8deg);
}
.link_viewmore .link_size{
	    color:var(--mainColor);
}

.link_viewmore:hover .link_size{
	    color:var(--subColor);
}

.business_img{
	cursor: pointer;
  overflow: hidden;
}

.business_img img{
	height: auto;
  transition: transform .6s ease;
}
.link_business:hover .business_img img {
  transform: scale(1.1);
}

.link_business:hover .viewmore_top{
	    transform: rotate(16deg);
	transform-origin: center;
	
}
.link_business:hover .viewmore_bottom{
	    transform: rotate(-16deg);
	transform-origin: center;
}
.col-txt{
	position: relative;
}

.business_txt{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
}
.business_txt span{
	display: block;
}
.txt_eg{
	font-size: 2.4rem;
	font-weight: 500;
}

.small_icon{
	display: flex;
    flex-direction: column;
    gap: 1.6rem;
	align-items: center;
	margin-top: 1em;
}

/*----* 事業内容 *----*/
.cafe_logo{
	background: #fff;
	justify-content: center;
	align-items: center;
	gap: 12rem;
	padding-top: 3.2rem;
    padding-bottom: 3.2rem;
}

.cafe_txt{
	color: var(--mainColor);
	text-align: center;
    margin-top: 4rem;
	font-weight: 500;
}

.cafe_logo_img{
	width: 26rem;
}
.cafe_txt span{
	display: block;
}

.cafe_name{
	font-size:2.4rem;
}

.sns_title{
	display: block;
}

.business_dec {
	list-style-type:disc;
	padding-left: 1em;
}
/*----* お知らせ *----*/
#news .flex {
  align-items: center;
  gap: 2em;
}
/*----* 会社情報 *----*/
.content-fit {
  width: fit-content;
  max-inline-size: max-content;
  margin-inline: auto;
}
#access .map {
  padding-top: 30%;
}
.map {
	margin-top: 3.2rem;
}
.google-map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
/*----*  *----*/
.table_list th{
	border-top: 1px solid var(--mainColor);
	padding-top: 3.2rem;
	padding-bottom: 3.2rem;
	white-space: nowrap;
	padding-right: 2.4rem;
	font-weight: 400;
}
.table_list td{
	border-top: 1px solid var(--mainColor);
	padding-top: 3.2rem;
	padding-bottom: 3.2rem;
}
.table_list tr:last-of-type th{
	border-bottom: 1px solid var(--mainColor);
}
.table_list tr:last-of-type td{
	border-bottom: 1px solid var(--mainColor);
}
.page_contents{
	margin-top: 3.2rem;
}
/*----*採用情報*----*/
#recruit /*----*お問合せ*----*/
.mailform dt {
  color: var(--mainColor);
  font-weight: bold;
}
.must {
  display: inline-block;
  background: #DD0000;
  font-size: 1rem;
  line-height: 1;
  padding: 5px 3px;
  border-radius: 4px;
  color: #fff;
  vertical-align: middle;
  margin-left: 5px;
}
.mfp input[type="text"], .mfp input[type="tel"], .mfp input[type="email"], .mfp textarea {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  font-size: inherit;
  font-family: var(--baseFF);
}
.mfp input[type="radio"] {
  transform: scale(1.5);
  margin: 0 0.5em 0;
}
.form_chexbox {
  margin-right: 1em;
  display: inline-block;
}
.mfp_element_button {
  transition: 0.2s;
}
.btn-submit, #mfp_button_send {
  margin-right: 1em;
}
.btn-no, #mfp_button_cancel {
  background: #fff;
  color: gray;
}

.contact{
		margin-top: 6.4rem;
		margin-bottom: 6.4rem;
	}
/*----*プライバシーポリシー*----*/
.pp_text + .pp_text {
  margin-top: 5rem;
}
.pp_text .page_3 + p {
  margin-top: 1em;
}
.pp_list1{
	counter-reset: listnum;
}

.pp_list1 li::before {
		counter-increment: listnum;
	content: counter(listnum) ".";
		padding-right: 15px;
}

.pp_list2{
	counter-reset: listnum;
	margin-left:2em; 
	}
	
	.pp_list2 li::before {
		counter-increment: listnum;
		content: "(" counter(listnum) ") ";}

.pp_list3{
	counter-reset: listnum;
	margin-left:2em; 
	}
	
	.pp_list3 li::before {
		counter-increment: listnum;
		content: counter(listnum) ") ";}
/*----* フッター *----*/
#footer {
  background: var(--mainColor);
  color: #fff;
}
.footer-logo {
  color: #fff;
  max-width: 400px;
}
.footer-logo svg {
  width: 100%;
  max-width: 400px;
}
#footer .nav_link {
  color: #fff;
  white-space: nowrap;
}
#footer .page-text + .page-text {
  margin-top: var(--contentMargin);
}
/*.footer-logo .logo{
    display: inline-block;
    padding: 1rem 1em;
    background: var(--bgLogo);
}*/
#footer .col-tel {
  margin-top: 0.5em;
}

#footer .sns_icon i{
	color: #fff;
	font-size: 4rem;
}

.co_name{
		padding-bottom: 1em;
	}

.co_add{
		margin-bottom: 4.8rem;
	}

.copyright {
  color: var(--bgColor);
}
#gotop {
  width: 14rem;
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.btn + .btn {
  margin-left: 30px;
}
/*お知らせ*/
.pager {
  margin-top: var(--contentMargin);
  text-align: center;
}
.pager a {
  display: inline-block;
  margin-left: 1em;
  padding: 0.8em;
  font-weight: 700;
  line-height: 1;
  transition: 0.2s;
}
.overPagerPattern {
  display: inline-block;
  margin-left: 1em;
}
.pager a:hover {
  opacity: 0.8;
}
a.current {
  background: #fff;
  color: var(--salonColor);
}
#news .tn_date {
  margin-top: 1em;
}
#news .news_title {
  font-weight: 700;
}
.tn_date {
  display: block;
}
.news_img img {
  display: block;
}
.newMark {
  font-size: 0.8em;
  font-weight: 700;
  color: var(--catColor);
}
/*アニメーション*/
.slide_box {
  overflow: hidden;
}
.slideInner {
  width: 100%;
  height: inherit;
  opacity: 0;
}
@keyframes play {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
/*================================================
 *  PC用(769px以上)
 ================================================*/
@media (min-width: 769px) {
  a {
    transition: 0.2s;
  }
  .body_wrap {
    display: flex;
    flex-direction: row-reverse;
	overflow-x: clip;
  }
  .body_wrap main:has(.swiper) {
    flex: 1;
    width: 0;
  }
  .body_wrap main {
    flex: 1;
  }

	#hrader{
		
	}
  #header_g {
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
  }
  .header-wrap {
    flex-grow: 1;
	  height: 100vh;
	  display: flex;
	  flex-direction: column;
	  padding: 1em;
  }
  #index .header-wrap  {
 background: #fff;
  }
	
	.header-nav{
		position: fixed;
		bottom: 8rem;
	mix-blend-mode: difference;
	}
	
  .nav_link {
    text-align: center;
    cursor: pointer;
    padding: 1.5rem 0;
  }
  .nav_link {
    transition: .2s;
  }
	
	.nav_menu_list{
		display: flex;
		flex-direction: column;
		gap:2.4rem;
	}
  .nav_menu_list a {
    font-size: 3.2rem;
	  color: #F5F5F5;
  }
  .flex-col2 {
    display: flex;
  }
  .flex-col2 [class*="col-"], .flex-col2_g [class*="col-"] {
    flex: 1 0;
  }
  .btn-link + .btn-link {
    margin-inline-start: var(--contentMargin);
  }
	
	img.img_wide{
		width: 100vw;
		margin-right: calc(50% - 50vw);
	}
	
	.container{
		max-width: 1280px;
		margin-left: auto;
    margin-right: 0;
	}
	
  /*はじめに*/
  /*k各ページ共通*/
  .page_h2 + .c-txt {
    margin-top: 5rem;
  }
	
	.page_h3 {
		margin-top: 16rem;}
	
	
  .table_list tbody th {
    width: 30rem;
	padding-left: 3.2rem;
  }
	
	.section + .section{
	padding-top: 0;
}
  /*  */
	.cafe_logo{
		margin-top: 6.4rem;
	}
	.mg_img_pc{
		margin-top: 6.4rem;
	}
	.mg_top{
		margin-top: 16rem;
	}
	
	.business_contents{
		display: flex;
		gap:max(8.3%,3.2rem);
		margin-top: 16rem;
	}
	
	.business_img_box{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 3.2rem;
	}
	
	.pd_box{
		padding-left:6.4rem; 
		padding-right:6.4rem;
	}
	
	.img_box{
		flex-grow: 1;
		gap:3.2rem;
	}
	.cafe_img{
		max-width: 560px;
	}
	.col_end{
		align-self: flex-end;
	}
	
	.coffee_img{
		margin-top: 8.8rem;
	}
	
	.take_img{
		margin-top: 16rem;
	}
	.night_left{
		max-width: 488px;
	}
	
	.night_right{
		max-width: 640px;
		margin-left: auto;
		margin-right: 0;
		margin-top: 3.2rem;
	}

	.acccess_img{
		margin-top: 5.6rem;
	}
	
	#sns .contact{
		margin-bottom:0;
	}
   /*  */

	.grid-content p{
		margin-top: 4rem;
	}
	
	.mt_4em{
		margin-top: 4rem;
	}
	
	.box_img{
		gap: 7.2rem;
	}
  /*採用  */
  /*  */
  .mailform dt {
    flex-basis: 15em;
    padding: 1.5rem 1rem;
  }
  .mailform dd {
    flex-basis: calc(100% - 15em);
    padding: 1.5rem 1rem;
  }
	
	.icon_mr{
		margin-right: 8.8rem;
	}
	
	.flex_img{
		display: flex;
		gap:6.4rem;
	}
  /*フッター*/
  #footer .flex-col2 {
    gap: var(--contentMargin);
  }
	
	#footer{
		padding: 16rem 6.4rem 4.8rem 6.4rem;
	}
	
	.footer_wrap{
		display: flex;
		align-items: flex-end;
		gap: 3.2rem;
	}
	
	.footer_copyright{
		border-top: 1px solid #fff;
		display: flex;
    flex-direction: row-reverse;
	 flex-grow: 1;
        justify-content: space-between;
	}
	
	.footer_info{
		margin-top: 4.8rem;
	}
	
  /*お知らせ*/
  /*フェードインするためのクラス 横並び要素を遅らせて表示*/
  .fade-delay {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s;
    transition-delay: 0.5s;
  }
	/*プライバシーポリシー*/
	.pp_h2{
		font-weight: 500;
	}
	
	.pp_box{
		margin-top: 6.4rem;
	}
}
/*================================================
*  PC(1600pxのコンテンツ幅以下の時) 
================================================*/
@media (max-width: 1600px) {
	.container-grid {
		padding-left:6.4rem; 
		padding-right:6.4rem;
	}
	
}

/*================================================
*  PC(1280pxのコンテンツ幅以上の時) 
================================================*/
@media (min-width: 1281px) {
	.container-grid {
    display: grid;
    grid-template-columns: auto 392px minmax(50%,888px);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .grid-h2 {
    grid-area: 1 / 2 / 2 / 3;
  }
  .grid-content {
    grid-area: 1 / 3 / 2 / 4;
  }
	
.contact{
		margin-bottom: 16rem;
	}
}
/*================================================
*  PC(コンテンツ幅以下の時) 
================================================*/
@media screen and (max-width: 1280px) {
	
	.box_img{
		gap: 3.6rem;
	}
	
	.nav_menu_list{
		gap:0;
	}
	
	.container-grid {
        padding-left: 1em;
        padding-right: 1em;
	}
	.pd_box {
        padding-left: 1em;
        padding-right: 1em;
	}
	
	.nav_link{
		padding: 5px 0;
	}
			
	.table_list tbody th {
		width: 20rem;
	}
			
}
/*================================================
*  タブレット(960pxのコンテンツ幅以下の時) 
================================================*/
@media screen and (max-width: 1000px) and (min-width: 769px) {
  :root {
    --tbInnerPadding: 1em;
    --innerPadding: 1em;
  }
  .nav_link + .nav_link {
    margin-left: 2rem;
  }
  .header-nav nav {
    flex-basis: initial;
  }
  .inner {
    padding-left: var(--innerPadding);
    padding-right: var(--innerPadding);
  }
  .footer_flex {
    flex-wrap: wrap;
  }
  .nav_menu_list a {
    /*font-size: 1.8rem;*/
  }
  .header-wrap.container {
    padding-right: 0;
  }
  .top-news_post {
    display: block;
  }
  .tn_news {
    margin-left: 0;
  }
	.flex_img{
		gap:3.2rem;
	}
	.tel {
    margin-top: 3.2rem;
}
}

/*================================================
*  スマホ用
================================================*/
@media screen and (max-width: 768px) {
  :root {
    --sectionPadding: 8rem;
    --contentMargin: 6.4rem;
    --innerPadding: 1em;
    --menuWidth: 5rem;
    --menuWeight: 0.3rem;
    --menuBar: var(--mainColor);
  }
	.flex-col2 {
    display: flex;
		flex-direction: column;
  }

	.wrap_sp{
	padding-left: 1em;
    padding-right: 1em;
	}
	
  #header_g {
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
  }
  .header-logo {
    position: relative;
    z-index: 20;
  }
  
  .header-logo .logo svg {
    width: 74px;
	  height: 24px;
  }
  /*.logo .icon-svg{
      width: 45px;
  }*/
  .header-nav {
    display: none;
    background: var(--mainColor);
    padding: 10vh 3rem;
    /*transition: 0.5s;*/
    overflow: hidden;
    z-index: 25;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
  }
  #nav-btn {
    position: fixed;
    align-items: center;
    line-height: 1.0;
    width: var(--menuWidth);
    height: var(--menuWidth);
    z-index: 60;
    right: 0;
    top: 0;
    padding: 15px 7px;
    background: var(--bgColor);
  }
  .spMenu {
    width: 100%;
    position: relative;
    z-index: 100;
	display: flex;
    flex-direction: column;
    justify-content: center;
	  gap: 16px;
  }
 
  .spMenu::before {
    top: -1rem;
  }
  .spMenu::after {
    top: 1rem;
  }
	

	.menu_top,.menu_bottom{
		flex-grow: 1;
		flex-shrink: 0;
	}
  .menu_sp {
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.0;
    text-align: center;
    margin: 1.5rem auto 0;
    color: var(--menuBar);
  }
  #nav-btn .spMenu, #nav-btn .spMenu::before, #nav-btn .spMenu::after {
    transition: 0.2s;
  }
  #nav-btn.active {
    background: none;
  }
  #nav-btn.active .spMenu {
    position: relative;
    z-index: 100;
    display: block;
    width: 100%;
    height: var(--menuWeight);
    background: rgba(255, 255, 255, 0);
  }
  #nav-btn.active .spMenu::before, #nav-btn.active .spMenu::after {
    content: "";
    display: block;
    width: 100%;
    height: var(--menuWeight);
    background: var(--bgColor);
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: center;
  }
  #nav-btn.active .spMenu::before {
    transform: rotate(45deg);
  }
  #nav-btn.active .spMenu::after {
    transform: rotate(-45deg);
  }
  #nav-btn.active .menu_sp {
    opacity: 0;
    height: 1em;
  }
	#nav-btn.active .spMenu .menu_top, #nav-btn.active .spMenu .menu_bottom{
		display:none;
	}
  /*#nav-btn.active ~ .header-nav{
      display: block;
      height: calc(100vh - 74px);
      padding: 20px;
  }*/
  .header-logo_sp img {
    width: auto;
    zoom: 0.6;
  }
  .nav_menu_list {
    margin-top: var(--innerPadding);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*height: calc(100vh - 220px);*/
  }
  .nav_link {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 2;
	  color: #fff;
  }
	
	nav .sns_icon{
		color: #fff;
		
	}
	nav .sns_icon i{
		font-size: 4rem;
		padding-right:0
	}
  /*ヘッダーナビボタン*/
  /*汎用*/
  .page_h1 {
    font-size: 2.4em;
  }
	.page_h2{
		font-size: 2.4rem;
	}
  .page_h2::before {
    font-size: 1em;
  }
  .top_h2 {
    font-size: 3rem;
  }
	.mt32_sp{
		margin-top: 3.2rem;
	}
  /*.page-text {
      padding: var(--contentMargin) var(--innerPadding);
      --contentMargin:2em;
  }*/
  .page_header {
	  padding-right:50px;
  }
.container-grid {
		padding-left:1em; 
		padding-right:1em;
	}
.grid-content{
		margin-top: 3.2rem;
	}
  .table_list {
    border-collapse: collapse;
  }
  .table_list th, .table_list td {
  
  }
  .table_list tr:not(:first-of-type) th {
  }
  .dummy {
    display: none;
  }
  /**/
  .btn-link, .mfp_element_button {
    display: block;
    width: 100%;
    padding-left: 1em;
  }
  .btn-link + .btn-link {
    margin-block-start: 1em;
  }
  /*はじめに*/
  .mv {
    border-radius: 2.5rem;
    background: url("../images/sp_index_main.jpg") no-repeat center bottom/cover;
  }
  .mv_logo svg {
    width: 180px;
    height: 120px;
  }
  .col-txt .top_h2 + p {
    margin-top: 1em;
  }
  .col-tel + .col-tel {
    margin-top: var(--innerPadding);
  }
  /*  */
  .wide-sp {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  #access .map {
    padding-top: 100%;
  }
  /*  */
  /*お問い合わせ*/
  /* 事業内容 */
	.cafe_logo {
		padding: 4rem 5.6rem;
	}
	
.mail{
		margin-top: 3.2rem;
	}
	
	.mg_img_sp{
		margin-top: 3.2rem;
	}
	
	#business .container{
		margin-top: 3.2rem;
		margin-bottom: 6.4rem;
	}
	
	.cafe_img{
		margin-top: 1em;
		margin-bottom: 1em;
	}
	
	.mt_1em{
		margin-top: 1em;
	}
	
	.mt_2em{
		margin-top: 2em;
	}
	
	#business .section{
    padding-top: 0;
    padding-bottom: 0;
	}
	
	.page_h3{
		margin-top: 6.4rem;
	}
	
	#business .container-grid{
		margin-top: 6.4rem;
	}
	
  /*お問合せ*/
  .mfp_checks {
    margin-top: 4rem;
  }
  .mailform dd + dt {
    margin-top: 1em;
  }
  .form_chexbox {
    display: block;
  }
  .form_chexbox + .form_chexbox {
    margin-top: 0.5rem;
  }
  /*採用情報*/
	.tel{
		margin-top: 3.2rem;
	}
	.rec_img{
		margin-top: 3.2rem;
	}
	.contact{
		text-align: center;
	}
  /*プライバシーポリシー*/
  .pp_text + .pp_text {
    margin-top: 3rem;
  }
  /*フッター*/
  #footer .nav_link {
    padding: 5px 0;
  }
  .fn_link + .fn_link {
    margin-top: 1.5em;
  }
  .fn_link > .nav_link {
    font-size: 1.8rem;
  }
  #gotop {
    width: 7rem;
    bottom: 2.5em;
  }
	
	#footer{
		padding-top: 3.2rem;
		padding-bottom: 6.4rem;
		padding-left: 1em;
        padding-right: 1em;
	}
	.footer-logo{
		width: 24rem;
	}
	
	.footer_info{
		margin-top: 6.4rem;
		margin-bottom: 6.4rem;
	}
	.footer_copyright{
		border-top: 1px solid #fff;
	}
	
	.policy{
		margin-top: 3.2rem;
	}
	.copyright{
		margin-top: 6.4rem;
	}
	
	/*プライバシーポリシー*/
	.pp_box{
		margin-top: 4.8rem;
	}
	
  /*お知らせ*/
  #footer .page-text + .page-text {
    margin-top: var(--innerPadding);
  }
  #footer .col-txt + .col-txt {
    margin-top: var(--innerPadding);
  }
  .footer-access {
    margin-top: 1em;
  }
  .copyright {
    font-size: 1.4rem;
  }
}
/*================================================
*  古いiPhone対応
================================================*/
@media not all and (min-resolution: 0.001dpcm) {
  @supports not (translate: none) {
    .col-img + .col-img {
      margin-left: 2em;
    }
  }
}