@charset "UTF-8";

/*スマホ・共通
--------------------------------------------------------------------------------*/
h1,h2{
}
#topicpath{
	display:none;
}

#topmaincontent h1{
	margin:-1% 0 1em;
}
#topmaincontent h2{
	display:block !important;
}

#logo {
	display: flex;
	justify-content: center;
	align-content: center;
}
#logo img {
	width: 200px;
	height: auto;
	transition: .3s;
}
@media screen and (max-width: 767px){
#logo img {
	width: 160px;
}
}

#top_image_area {
	margin-bottom: 40px;
}
#catch {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.top_img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-bottom: 20px;
}

/*タイトル*/
#contents_topimg {
text-align: center;
padding: 0 0 20px 0;
/*padding: 20px;*/
}

#contents_topimg img {
}

#report {
	background-color: #f5f5f5 !important;
}

#report h2 {
  /*background: url("../img/icon-bicycles.png") no-repeat;
  background-position: bottom right;
  background-size: 180px;
  min-height: 66px;*/
  position: relative;
}
#report h2 span {
	font-size: 0.8em;
}
#report h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #6db17f, #6db17f 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #6db17f, #6db17f 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.report_youtube {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.report_youtube h3 {
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #6db17f;
	font-size: 3em !important;
	width: calc( 100% - 720px );
	text-align: center;
}
.report_youtube h3:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #e36053;
}
#report .youtube {
	width: 720px;
	height: 405px;
}

#report ul.slider {
	padding: 0;
}
.slick-track {
	z-index: 0 !important;
}
.slick-prev:before,
.slick-next:before {
    color: #e36053 !important;
	font-size: 40px !important;
}
.slick-prev,
.slick-next {
	z-index: 1;
	width: 40px !important;
	height: 40px !important;
}
.slick-prev {
	left: 25px !important;
}
.slick-next {
	right: 25px !important;
}
.slick-dots li button:before {
	width: 12px !important;
	height: 12px !important;
	font-size: 12px !important;
	color: #e36053 !important;
}
.slider .slick-slide {
  opacity: .3;
  transition-duration: 0.3s;
}
.slider .slick-slide.slick-current {
  opacity: 1;
}

#report dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*margin-bottom: 60px;*/
	width: 1024px;
	margin: 0;
	padding: 0;
}
#report dl:last-of-type {
	margin-bottom: 0;
}
#report dl dt,
#report dl dd {
	margin: 0;
}
#report dl dt span {
	display: block;
	font-size: 1.5em;
	color: #333;
}
#report dl dd {
	padding: 2em;
	background-color: #fff;
	font-size: 1em;
}
#report dl dt {
	width: 40%;
	margin-bottom: 20px;
	padding-left: 20px;
}
#report dl dd {
	width: 60%;
	margin-bottom: 20px;
}
#report dl dd p {
	/*text-indent: 1em;*/
}

#avantgardey {
	/*font-size: 0.8em;*/
	color: #000082;
	/*border: 2px solid #db4c2f;*/
	background-color: #fffbe9;
	padding: 8px;
	margin-top: 80px;
}

.links {
	color: #e36053;
	background-color: #eee;
	text-indent: 0em !important;
}
.links a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

@media screen and (max-width: 960px){
#report h2 span {
	font-size: 1em;
}
.report_youtube {
	flex-wrap: wrap;
}
.report_youtube h3 {
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #6db17f;
	font-size: 3em !important;
	width: 100%;
}
#report .youtube {
	width: 100%;
	max-height: 405px;
}
#report dl {
	padding-left: 8px;
	padding-right: 8px;
	width: 100%;
}
#report dl dt span {
	display: inline-block;
	margin-left: 0.5em;
	margin-right: 0.5em;
}
#report dl dd {
	font-size: 1em;
}
#report dl dt,
#report dl dd {
	width: 100%;
}
.slick-prev:before,
.slick-next:before {
	opacity: 0.3 !important;
}
}
@media screen and (max-width: 480px) {
#report dl dt span {
	display: block;
}
}


#coupon div.inner {
	background-color: #f5f5f5;
}
#coupon h2 a {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 330px;
	font-weight: 100;
	justify-content: space-between;
	align-content: center;
	position: relative;
}
#coupon h2 a img,
#coupon h2 a span {
	width: 50%;
}
#coupon h2 a img {
	object-fit: cover;
}
#coupon h2 a span {
	text-align: center;
	line-height: 330px;
}
#coupon h2 a::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url("../img/icon-arrow-r.png") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#about {
	padding: 0 !important;
}
#about div.inner {
	background-color: #f5f5f5;
	padding: 40px;
}
#about div.inner h3 {
	color: #6db17f;
	margin-bottom: 10px;
}
#about div.inner h3 span {
	border-bottom: 2px solid #6db17f;
}

#shop h2 span,
#about h2 span,
#link h2 span {
	position: relative;
}
#shop h2 span::before,
#about h2 span::before,
#link h2 span::before {
  content: "";
  display: block;
  width: 40px;
  height: 30px;
  background: url("../img/title-icon-l.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: calc( 50% - 10px );
  left: -80px;
}
#shop h2 span::after,
#about h2 span::after,
#link h2 span::after {
  content: "";
  display: block;
  width: 40px;
  height: 30px;
  background: url("../img/title-icon-r.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: calc( 50% - 10px );
  right: -80px;
}
#about h2 {
	flex-wrap: wrap;
}
#about h2::after {
	content: "Business description";
	display: inline-block;
	text-align: center;
	width: 100%;
	font-size: 0.5em;
}

#shiplist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
#shiplist li {
	display: block;
	width: 48%;
	font-size: 1.5em;
	text-align: center;
}
#shiplist li a {
	display: block;
	position: relative;
	line-height: 1.2em;
}
#shiplist li a::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url("../img/icon-arrow-g.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 220px;
  right: 20px;
}
#shiplist li a img {
	width: 100%;
	height: 300px;
	opacity: 0.7;
	object-fit: cover;
}
#shiplist li a:hover img {
	opacity: 1;
}
@media screen and (max-width: 767px){
#shiplist li {
	width: 100%;
	margin-bottom: 20px;
}
}

#gmap div {
	background-color: #e0e9f8;
	height: 640px;
}
#gmap div iframe {
	width: 1024px;
	height: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1024px){
#gmap div iframe {
	width: 100%;
}
}


#sns {
	padding-bottom: 80px !important;
}
.sns_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0;
	padding: 0;
}
.sns_list li {
	list-style: none;
	line-height: 1em;
	text-align: center;
}
.sns_list li img{
	width: 80px;
	height: 80px;
	margin: 40px;
}

#form div.inner {
	border: 2px solid #e36053;
	display: flex;
	justify-content: center;
	align-items: center;
}
#form div.inner h2 {
	line-height: 200px;
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	height: 200px;
	text-align: center;
	position: relative;
}
#form div.inner a {
	display: block;
	width: 100%;
	height: 100%;
}
#form div.inner h2 span::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url("../img/icon-bell.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: calc( 50% - 30px );
  left: 10%;
}
#form div.inner h2 span::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url("../img/icon-arrow-r.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: calc( 50% - 30px );
  right: 10%;
}
@media screen and (max-width: 960px){
#form div.inner h2 span::before {
	background-position: left;
	top: 10%;
	left: 5%;
}
#form div.inner h2 span::after {
	background-position: right;
	top: 70%;
	right: 5%;
}
#form div.inner h2 span::before,
#form div.inner h2 span::after {
  width: 20%;
  height: 20%;
}
}

#link h2 {
	margin-bottom: 20px !important;
}
#link ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0;
	padding: 0;
}
#link li {
	list-style: none;
	margin: 10px;
}
#link li a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #eee;
	width: 240px;
	min-height: 60px;
	font-size: 1.2em;
}

#policy {
	font-size: 16px;
	color: #fff;
	background-color: transparent !important;
	border: 1px solid #fff;
	padding: 1em;
	margin-top: 40px;
}

#news div.inner {
    background-color: #fffbe9;
    padding: 40px;
}
#news dt {
	margin-top: 1em;
	color: #e36053;
}
#news dt:first-of-type {
	margin-top: 0;
}
#news a {
	color: #000082;
}
#news li {
	list-style: none;
}
#news ul {
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
}
#news ul:last-of-type {
	padding-bottom: 0;
	border-width: 0;
}
@media screen and (max-width: 480px) {
	#news dd {
		margin-left: 1em;
	}
}

/* スマホ
--------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
#topmaincontent h1{
	font-size:7vw;
}
dl.flow dd{
	margin:0.5em 0 0.5em 0em;
}

}
/* タブレット縦 
--------------------------------------------------------------------------------*/
@media screen and (min-width: 481px) {
}

/* PC 
--------------------------------------------------------------------------------*/
@media  screen and (min-width: 960px) {
}
