﻿@charset "UTF-8";

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* Google font Icon */
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");


/*========================
NEWS & CHECK
========================*/
.topinfo {
  width:100%;
	max-width: 1240px;
  margin: 0 auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
}
.topinfo_news {
	width: 60%;

	padding: 0 0 0 32px;
}
.topinfo_links {
	width: 40%;
	padding: 0 32px 0 42px;
}
@media screen and (max-width: 1000px) {
.topinfo_news {
	width: 55%;
	}
.topinfo_links {
	width: 45%;
	}
}
@media screen and (max-width: 840px) {
.topinfo {
	display: block;
	flex-direction: column;
	}
.topinfo_news {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 0 0 0 0;
	}
.topinfo_links {
	width: 100%;
	margin: 0 auto;
	padding: 42px 18px 0 18px;
	}
}
@media screen and (max-width: 640px) {
.topinfo_links {
	padding: 42px 12px 0 12px;
	}
}

/*-------------------------
お知らせ
--------------------------*/
details {
  border-top: 1px solid #BBB;
  padding: 0.8em 0;
}
details:last-child{
  border-bottom: 1px solid #BBB;
}
.newsarticle{
  padding: 1.2em 2em 0;
  font-size: 0.9em;
}
.newsarticle p{
  margin-bottom: 0.6em;
}
summary {
  display: block;
  cursor: pointer;
  list-style: none;
  outline: none;
  position: relative;
  padding: 0 2em 0 0;
}
summary .ctg{
  display: inline-block;
	width: 9em;
	padding: 0.5em 0.8em;
  color: #FFF;
  font-size: 0.75em;
	line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
	background-color: #AAA;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
	text-align: center;
	white-space: nowrap;
	margin-right: 0.4em;
}
summary .ctg_orange{
  display: inline-block;
	width: 9em;
	padding: 0.5em 0.8em;
  color: #FFF;
  font-size: 0.75em;
	line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
	background-color: #EC9240;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
	text-align: center;
	white-space: nowrap;
	margin-right: 0.4em;
}
summary .date{
  display: inline;
  color: #999;
  font-size: 0.9em;
  letter-spacing: 0.08em;
}
summary h2{
  color: #333;
  font-size: 0.95em;
  font-weight: 500;
  line-height: 1.65;
	margin-top: 0.6em;
	margin-left: 0.6em;
}
summary::-webkit-details-marker {
	display: none;
}
summary:after {
  position: absolute;
  top: 50%;
  right: -0.25em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 3em;
  line-height: 1;
  color: #999;
  font-family:"Material Symbols Rounded";
	content: "\e5cc"; /*右向き矢じり*/
  font-variation-settings:
  'FILL' 1,
  'wght' 100
}
details[open] summary:after {
  font-family:"Material Symbols Rounded";
	content: "\e316"; /*上向き矢じり*/
  font-variation-settings:
  'FILL' 1,
  'wght' 200
}
@media screen and (max-width: 1240px) {
summary {
  font-size: 0.9em;
  }
}
@media screen and (max-width: 840px) {
summary {
  font-size: 0.95em;
  }
}
@media screen and (max-width: 650px) {
details {
  padding: 0.8em 0.8em;
  }
}
@media screen and (max-width: 480px) {
.newsarticle{
  padding: 1.2em 0.8em 0;
  }
summary h2{
  font-size: 1em;
	}
}

details[open] .newsarticle {
  animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
0% {
  opacity: 0;
  transform: translateY(-10px);
  }
100% {
  opacity: 1;
  transform: none;
  }
}

/*詳細リンクボタン*/
.topinfo_news .btn{
  width: 100%;
	display: block;
	color: #FFF;
  background: #999999;
  background: linear-gradient(0deg,rgba(153, 153, 153, 1) 0%, rgba(178, 178, 178, 1) 100%);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
	text-decoration: none;
	padding: 1em 0.5em;
	transition: 0.3s;
	position: relative;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  font-size: 1.05em;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin: 12px 0;
}
.topinfo_news .btn:after {
	position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.4em;
  font-family:"Material Symbols Rounded";
	content: "\e5e1"; /*矢じりのみ矢印*/
  font-variation-settings:
  'FILL' 0,
  'wght' 200
}

/*詳細リンクボタンオレンジ*/
.topinfo_news .btn_orange{
  width: 100%;
	display: block;
	color: #FFF;
  background: #EC9240;
  background: linear-gradient(0deg,rgba(236, 146, 64, 1) 0%, rgba(239, 166, 99, 1) 100%);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
	text-decoration: none;
	padding: 1em 0.5em;
	transition: 0.3s;
	position: relative;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  font-size: 1.05em;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin: 12px 0;
}
.topinfo_news .btn_orange:after {
	position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.4em;
  font-family:"Material Symbols Rounded";
	content: "\e5e1"; /*矢じりのみ矢印*/
  font-variation-settings:
  'FILL' 0,
  'wght' 200
}

/*-------------------------
アプロの最新情報はこちらもチェック
--------------------------*/
.checkcomment {
	text-align: center;
	margin: 24px 0;
}
.checkcomment img{
	width: 100%;
	max-width: 320px;
}
@media screen and (max-width: 840px) {
.checkcomment {
	margin: 0 0 24px;
  }
}
@media screen and (max-width: 480px) {
.checkcomment img{
	max-width: 260px;
	}
}

/* リンク並び */
.toplinkwrap {
	display: block;
}
.toplinkwrap li{
  width: 100%;
  margin:0 0 24px 0;
}
.toplinkwrap a{
  text-decoration: none;
	font-weight: 400;
	color: #444;
}
@media screen and (max-width: 840px) {
.toplinkwrap {
  width:100%;
	max-width: 640px;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:center;
	flex-wrap: wrap;
	}
.toplinkwrap li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding: 0 12px 12px;
  margin:0 0 12px 0;
	}
}
@media screen and (max-width: 540px) {
.toplinkwrap {
	display: block;
	flex-direction: column;
	max-width: 420px;
	}
.toplinkwrap li{
  width: 100%;
  max-width:100%;
  margin:0 0 24px 0;
  padding: 0 18px 0;
	}
}

/* リンク中身 */
.toplink {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.toplink_icon{
  position:relative;
  width:68px;
  height:68px;
  margin: 0 auto;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  cursor:pointer;
	background: rgb(204,204,204);
	background: linear-gradient(0deg, rgba(204,204,204,1) 0%, rgba(238,238,238,1) 100%);
}
.toplink_icon img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 2.2em;
  height: auto;
}
.toplink_text {
	flex: 1;
	margin: 0 0 0 18px;
	line-height: 1.5;
}
.toplink_text p{
	font-size: 0.95em;
	font-weight: 700;
	margin-bottom: 0.2em;
}
.toplink_text span{
  display: block;
	font-size: 0.75em;
	font-weight: 400;
	line-height: 1.5;
}
.toplinkwrap a:hover .toplink_icon{
  background: #C4E6E4;
}
.toplinkwrap a:hover .toplink_text h3{
  text-decoration: underline;
}
@media screen and (max-width: 1240px) {
.toplink_icon{
  width:62px;
  height:62px;
	}
.toplink_icon img{
  width: 2em;
	}
.toplink_text p{
	font-size: 0.9em;
	}
}
@media screen and (max-width: 640px) {
.toplink_text {
	margin: 0 0 0 12px;
	}
}
@media screen and (max-width: 540px) {
.toplink_text p{
	font-size: 0.95em;
	}
.toplink_text span{
	font-size: 0.8em;
	}
}


/*========================
PICK UP
========================*/
.pickup {
  width:100%;
	max-width: 1240px;
  margin: auto;
  padding:0 18px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
	flex-wrap: wrap;
	margin-top: 64px;
}
.pickup li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding: 0 8px 12px;
}
.pickup li img {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
@media screen and (max-width: 840px) {
.pickup {
	margin-top: 12px;
	}
}
@media screen and (max-width: 640px) {
.pickup {
	display: block;
	flex-direction: column;
	margin-top: 12px;
	}
.pickup li{
  width: 100%;
  max-width:100%;
  padding: 0 0 18px;
	}
.pickup li img {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  }
}
@media screen and (max-width: 540px) {
.pickup {
	margin-top: 42px;
	}
}


/*========================
ITEM
========================*/
/*-------------------------
商品カテゴリ
--------------------------*/
.search {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0.3em 1.2em;
  line-height: 1;
  font-size: 0.85em;
  font-weight: 500;
  white-space: nowrap;
  border-top: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
  flex-wrap: nowrap;
  margin-bottom: 42px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: grab;
}
.search:active {
  cursor: grabbing;
}
.search li{
  cursor: pointer;
  text-align: center;
  padding: 1.3em 1.6em;
}
.search li.is-active {
  background-color: #EEE;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  transition :0.5s;
}
.search li.is-hide {
  display: none;
}
@media screen and (max-width: 1240px) {
.search {
  font-size: 0.8em;
  }
.search li{
  padding: 1.2em 1.3em;
  }
}
@media screen and (max-width: 1000px) {
.search {
  justify-content: flex-start;
  }
}
@media screen and (max-width: 640px) {
.search {
  margin-bottom: 24px;
  font-size: 0.85em;
  }
}

/*-------------------------
商品サムネイル一覧
--------------------------*/
.itemlist {
  width:100%;
  max-width: 1240px;
  margin: 0 auto;
  padding:0 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.itemlist li{
  width: 20%;
  max-width:20%;
  width: calc(100% / 5);
  padding: 0 12px 24px;
  text-align: center;
}
.itemlist li a{
  text-decoration: none;
  font-weight: 400;
  color: #444;
}
.itemlist a:hover .itemimg{
  border: 1px solid #777;
  opacity: 1.0;
  filter:progid:DXImageTransform.Microsoft.Alpha(Style=0,Opacity=100,FinishOpacity=100);
  transition :0.5s;
}
.itemlist .itemimg{
  width: 100%;
  max-width: 480px;
  border: 1px solid #DDD;
}
.itemlist li h4{
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1.65;
  margin: 0.8em 0 0.3em;
  letter-spacing: 0.02em;
}
.itemlist li h3{
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1;
  line-height: 1.65;
  letter-spacing: 0.03em;
  color: #222;
}
@media screen and (max-width: 1240px) {
.itemlist {
  max-width: 1000px;
  }
.itemlist li{
  width: 25%;
  max-width:25%;
  width: calc(100% / 4);
  }
}
@media screen and (max-width: 960px) {
.itemlist {
  max-width: 740px;
  }
.itemlist li{
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  }
}
@media screen and (max-width: 640px) {
.itemlist {
  max-width: 420px;
  padding:0 12px;
  }
.itemlist li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding: 0 12px 18px;
  }
}
@media screen and (max-width: 480px) {
.itemlist li{
  padding: 0 8px 18px;
  }
.itemlist li h4{
  font-size: 0.75em;
  }
}

/*ラベル*/
.itemlist li .photo{
  position: relative;
  width: 100%;
  height: auto;
}
.itemlist li .photo .label {
  position: absolute;
  top: 1px;
  right: 1px;
  max-width: 60px;
  border: 0;
}
@media screen and (max-width: 767px) {
.itemlist li .photo .label {
  max-width: 50px;
  }
}
@media screen and (max-width: 480px) {
.itemlist li .photo .label {
  max-width: 42px;
  }
}


/*========================
ABOUT US
========================*/
.slogan {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url(../img/slogan_bg.png);
  margin-top: 100px;
  margin-bottom: 84px;
}
.slogan img{
  width: 100%;
  max-width: 360px;
  margin-top: -124px;
}
@media screen and (max-width: 1000px) {
.slogan {
  margin-top: 84px;
  margin-bottom: 64px;
  }
.slogan img{
  max-width: 320px;
  margin-top: -100px;
  }
}
@media screen and (max-width: 767px) {
.slogan {
  margin-top: 64px;
  }
.slogan img{
  max-width: 280px;
  margin-top: -92px;
  }
}
@media screen and (max-width: 640px) {
.slogan {
  margin-bottom: 48px;
  }
.slogan img{
  max-width: 240px;
  margin-top: -84px;
  }
}
@media screen and (max-width: 480px) {
.slogan {
  margin-top: 48px;
  margin-bottom: 42px;
  }
.slogan img{
  max-width: 200px;
  margin-top: -64px;
  }
}

/*-------------------------
ポリシー
--------------------------*/
.policy {
  text-align: center;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 840px) {
.policy {
  font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
.policy {
  text-align: left;
  padding: 0 42px;
  }
}
@media screen and (max-width: 480px) {
.policy {
  padding: 0 32px;
  }
.policy br{
  display: none;
  }
}

/*-------------------------
スタッフ紹介
--------------------------*/
.staff {
  width:100%;
  height: auto;
  margin: auto;
  padding:0 42px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:flex-start;
  flex-wrap: wrap;
}
.staff li{
  max-width:240px;
  padding: 0 18px 24px;
  text-align: center;
}
.staff li:first-child{
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 18px 32px;
  margin-bottom: 12px;
}
.staff .staffimg {
  width: 100%;
  max-width: 148px;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border: 1px solid #D0C1AE;
  padding: 3px;
  margin-bottom: 12px;
}
.staff h4 {
  font-size: 0.8em;
  font-weight: 400;
  margin-bottom: 8px;
}
.staff .staffname {
  width: 100%;
  max-width: 142px;
  margin-bottom: 8px;
}
.staff li:first-child .staffname{
  width: 100%;
  max-width: 184px;
  margin-bottom: 8px;
}
.staff p {
  text-align: left !important;
  font-size: 0.8em;
  font-weight: 400;
}
@media screen and (max-width: 1320px) {
.staff {
  max-width: 960px;
  }
.staff li{
  width: 33.33%;
  max-width:240px;
  width: calc(100% / 3);
  }
}
@media screen and (max-width: 960px) {
.staff {
  padding:0 24px;
  }
.staff .staffimg {
  max-width: 124px;
  }
.staff h4 {
  font-size: 0.8em;
  }
.staff li:first-child .staffname{
  max-width: 164px;
  }
}
@media screen and (max-width: 640px) {
.staff {
  padding:0 12px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items:stretch;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: grab;
  }
.staff:active {
  cursor: grabbing;
  }
.staff li{
  width: 200px;
  max-width:none;
  min-width: 200px;
  padding: 6px 15px 0 18px;
  border-right: 2px dotted #DDD;
  border-radius : 2px;
  margin: 0 auto;
  }
.staff li:last-child{
  border-right: 0;
  }
.staff li:first-child{
  width: 200px;
  max-width:none;
  min-width: 200px;
  text-align: center;
  padding: 6px 15px 0 18px;
  margin-bottom: 0;
  }
.staff .staffimg {
  max-width: 100px;
  }
.staff .staffname {
  max-width: 124px;
  }
.staff li:first-child .staffname{
  max-width: 124px;
  }
}

/* 美紀社長 */
.miki {
  width:100%;
  max-width: 540px;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.miki_img{
  width: 200px;
}
.miki_img img {
  width: 100%;
  max-width: 200px;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border: 1px solid #D0C1AE;
  padding: 3px;
}
.miki_text{
  flex: 1;
  padding: 0 0 0 24px;
}
@media screen and (max-width: 960px) {
.miki_img{
  width: 164px;
  }
.miki_img img {
  max-width: 164px;
  }
}
@media screen and (max-width: 640px) {
.miki {
  max-width: 100%;
  display: block;
  flex-direction: column;
  }
.miki_img{
  width: 100%;
  margin-bottom: 12px;
}
.miki_img img {
  max-width: 100px;
  }
.miki_text{
  padding: 0 0 0 0;
  }
}

/*-------------------------
企業情報
--------------------------*/
.informationwrap {
  width: 100%;
  margin: 0 auto;
  padding: 1px 32px 0;
  background: #EFEBE4;
  margin-top: 64px;
}

.information {
  width:100%;
  max-width: 1240px;
	height: auto;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:stretch;
  margin-top: -64px;
}
.information li:first-child{
  width: 50%;
	height: auto;
  padding: 0;
  background-image: url(../img/imacoco.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}
.information li:last-child{
  width: 50%;
	height: auto;
  background-color: #FFF;
  font-size: 0.9em;
  line-height: 2;
  padding: 42px 48px;
}
@media screen and (max-width: 1240px) {
.information li:first-child{
  width: 40%;
  }
.information li:last-child{
  width: 60%;
  }
}
@media screen and (max-width: 960px) {
.informationwrap {
  margin-top: 48px;
  }
.information {
  max-width: 640px;
  display: block;
  flex-direction: column;
  margin-top: -48px;
  }
.information li:first-child{
  width: 100%;
	height: 300px;
  }
.information li:last-child{
  width: 100%;
  padding: 42px;
  }
}
@media screen and (max-width: 480px) {
.informationwrap {
  padding: 1px 18px 0;
  margin-top: 32px;
  }
.information {
  margin-top: -32px;
  }
.information li:first-child{
	height: 200px;
  }
.information li:last-child{
  padding: 32px 24px;
  font-size: 0.95em;
  }
}

.information h1 {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1;
  color: #222;
  white-space: nowrap;
  margin-bottom: 15px;
}
.information h2 {
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1;
  color: #222;
  white-space: nowrap;
  margin: 0 0 10px;
}
.information .contactway {
  font-size: 0.95em;
  line-height: 1.85;
  margin: 32px 0;
  font-weight: 500;
}
.information .imacocotext {
  font-size: 0.9em;
  line-height: 1.9;
}
/*アイコン付きTELリンク*/
.information .tel{
  position:relative;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 1.3em;
  line-height: 1;
  padding: 0 0 0 1.3em;
  color: #444;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  margin: 0 auto;
  letter-spacing: 0.08em;
  margin: 0.5em 0 0.5em;
}
.information .tel:before{
	position: absolute;
  top: 52%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.1em;
  font-family:"Material Symbols Rounded";
	content: "\e0b0"; /*電話*/
  font-variation-settings:
  'FILL' 1,
  'wght' 400
}

/*GoogleMapはこちらボタン*/
.information .mapbtn {
	display: inline-block;
	color: #444;
	background-color: #FFF;
	text-decoration: none;
	padding: 0.8em 2.2em 0.8em 1.2em;
  border: 1px solid #555;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
	transition: 0.3s;
	position: relative;
  line-height: 1;
  white-space: nowrap;
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin: 12px 0 0;
}
.information .mapbtn:after {
	position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.5em;
  font-family:"Material Symbols Rounded";
	content: "\e5cc"; /*矢じりのみ矢印*/
  font-variation-settings:
  'FILL' 0,
  'wght' 300
}
.information .mapbtn:hover{
	background-color: #EEE;
	transition: 0.3s;
}


/*========================
CONTACT
========================*/
.forminner {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 24px 32px 64px;
}
.forminner p{
  display: inline-block;
  font-size: 0.95em;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  color: #222;
  margin: 24px 0 12px;
}
@media screen and (max-width: 640px) {
.forminner {
  padding: 0 32px 48px;
  }
}

/*-------------------------
フォームスタイリング
--------------------------*/
/* 入力・選択欄 */
form input[type='text'],
form input[type='search'],
form input[type='tel'],
form input[type='url'],
form input[type='email'],
form input[type='password'],
form input[type='date'],
form input[type='datetime'],
form input[type='datetime-local'],
form input[type='month'],
form input[type='week'],
form input[type='time'],
form input[type='number'],
form select {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  width:100%;
  outline: none;
  border: none;
  background:#EEE;
  padding:0.6em;
  font-size:1.1em;
}
form .shortinput {
  width: 60%;
  max-width: 10em;
  margin-right: 0.5em;
}
form select::-ms-expand {
  display: none;
}
form textarea{
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  width:100%;
  outline: none;
  border: none;
  background:#EEE;
  padding:0.6em;
  font-size:1.05em;
  height:8em;
}
form input::placeholder,
form textarea::placeholder {
	color: #BBB;
}
/* Edge */
form input::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
	color: #BBB;
}
/* IE11 & IE10 */
form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
	color: #BBB;
}
/* ラジオボタン・チェックボックス */
form input[type="radio"] , 
form input[type="checkbox"]{
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  margin:0 0.8em 0 0;
}
form label {
  cursor:pointer;
  display: inline-block;
  text-indent:-1.5em;
  line-height: 1.6;
  margin: 0.4em 1em 0.4em 2em;
}
/* ボタン */
form input[type='submit'],
form input[type='reset'],
form input[type='button'],
form button {
	width: 100%;
	max-width: 640px;
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  font-size:1.15em;
  cursor: pointer;
  padding: 1em 4em;
  background-color: #444;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  border: 0;
  letter-spacing: 0.06em;
  margin: 0 auto;
  margin-top: 24px;
}
@media screen and (max-width: 480px) {
form input[type='submit'],
form input[type='reset'],
form input[type='button'],
form button {
  padding: 1em 2em;
  }
}
/* 必須項目アイコン */
form .hissu {
  width: auto;
  display: inline-block;
  font-size:0.65em;
  line-height:1;
  color:#B1453E;
  background-color:#FFF;
  border: 1px solid #B1453E;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  padding:0.3em 0.6em;
  font-weight:500;
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin: 0 0 0 0.8em;
}


/*========================
送信完了画面
========================*/
.thanks {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 0 32px;
}
.thanks img{
  width: 100%;
  max-width: 320px;
  margin-bottom: 32px;
}
.thanks .message {
  font-size: 0.9em;
  margin-top: 24px;
}
@media screen and (max-width: 480px) {
.thanks img{
  max-width: 240px;
  }
}

