/* CSS Document */
@charset "shift_jis";

/*=======================================��PC�X�}�z�؂�ւ���=======================================*/

.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width: 749px) {
.pc { display: none !important; }
.sp { display: block !important; }
}    


.none{display: none;}

/*=======================================�����Z�b�gCSS��=======================================*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Noto Sans Japanese', 'Open Sans', /*Verdana,*/ "segoe UI", "���S�V�b�N", 'Yu Gothic', YuGothic, '�q���M�m�p�S ProN W3', 'Hiragino Kaku Gothic ProN', ���C���I, Meiryo, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
	color: #000;
}


/*=======================================���w�b�h�i�r��=======================================*/
.site-header{
    /*background: #234f5a;*/
	background: #B22029;
    padding: 30px 0;
    position: absolute;
    width: 100%;
	z-index: 999999;
}

@media (max-width: 749px){
.site-header{
    padding: 5px 0;
}
}

.site-header nav.gnav{
	width: 1200px;
	margin: 0 auto;
}

@media (max-width: 749px){
.site-header nav.gnav{
	width: 100%;
}
}

.site-header.fixed{
    position: fixed;
    top: 0;
}

ul.gnav__menu{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 749px){
ul.gnav__menu{
display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}
	
ul.gnav__menu li{
	width: 22%;
	padding: 2.5% 0;
	margin: 1% 1.1%;
	border: 1px solid #fff;
}

	
/*ul.gnav__menu li{
	width: 24.5%;
	padding: 1.5% 0;
	margin: 1% 0;
	border-right: 1px solid #fff;
}
ul.gnav__menu li:nth-child(4n){
	border-right: none;
}*/
	
}


ul.gnav__menu a{
	color: #fff;
	font-weight: bold;
	position: relative;
	display: inline-block;
  	text-decoration: none;
}

@media (max-width: 749px){
ul.gnav__menu a{
	font-size:3vw;
}
}


ul.gnav__menu a::after {
  position: absolute;
  bottom: -7px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  color: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
@media (max-width: 749px){
ul.gnav__menu a::after {
	bottom: -4px;
}
}


ul.gnav__menu a:hover::after {
  transform: scale(1, 1);
}


/*=======================================���Ŕ�=======================================*/

#wrap{
	margin: 0 auto;
	text-align: center;
	background-color: #f0ece3;
}

@media (max-width: 749px){
#wrap{
	overflow: hidden;
}
}

div.main_visual{
	width: 100%;
	background: url(https://image.wowma.click/59232720/image/outdoorlife/title.jpg?1) no-repeat center;
  	/*width: 100%;*/
  	display: block;
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 749px){
div.main_visual{
	width: 100%;
	background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/59232720/image/outdoorlife/title_smp.jpg) no-repeat center;
	background-size:cover;
	height:100vw;
	padding-top: 12vw;
}
}

h1{
	font-size: 1em;
	margin: 2%;
	text-align: center;
	line-height: 1.5;
	font-weight: 700;
}

@media (max-width: 749px){
	
h1{
	font-size: 3.75vw;
	margin: 2%;
	text-align: center;
	line-height: 1.5;
	font-weight: 700;
}
	
h1 img{
	width: 100%;
	margin-top: 14%;
}
}
	
ul#scene{
	display: flex;
	align-items: center;
	justify-content: center;

}

ul#scene li{
	margin: 1% 1.5%;
}

@media (max-width: 749px){
ul#scene{
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;

}
ul#scene li{
	width: 30%;
}
}



h2{
	/*font-weight: 700;*/
	font-size: 3em;
	/*margin: 2% 0 0;*/
	text-align: center;
	padding: 24px 30px;
	/*background-color: #d63534;*/
	color: #000;
}

@media (max-width: 749px){
h2{
	font-size: 7.5vw;
	padding: 10px 0;
}
}

span.bold{
	font-weight: bold;
}

p.sub-title{
	font-family: 'Satisfy', cursive;
	font-weight: 400;
	font-size: 0.5em;
	letter-spacing: 2;
	margin-top: 1%;
	text-align: center;
	color: #9A9A9A;
}

@media (max-width: 749px){
p.sub-title{
	margin-top: 3%;
}
}

h3{
	font-size: 1.25em;
	font-weight: 500;
	margin-bottom: 0.5%;
	margin-top: 3%;
}

@media (max-width: 749px){
h3{
	font-size: 3.5vw;
	margin-top: 8%;
}
}

article{
	padding: 2% 0;
}


/*------------------------�R���e���c------------------------*/
section.midasi{
	padding-top: 4em;
}

@media (max-width: 749px){
section.midasi{
	padding-top: 1em;
}
}


div.col3{
	width: 1200px;
	display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
	margin: 1% auto;
	background-color: #fff;
	padding: 1% 0;
}

@media (max-width: 749px){
div.col3{
	width: 100%;
}
}


div.col3 a{
	width: 100%;
	display: block;
}

div.list{
	width: 27.1%;
	/*background-color: #565656;*/
	padding: 2%;
	border: 1px solid #ccc;
	margin: 1%;
	position: relative;
}

@media (max-width: 749px){
div.list{
	width: 45.3%;
	padding: 1%;
}
}

div.icon{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
	margin: 3% 0;
	height: 3em;
}

@media (max-width: 749px){
div.icon{
	height:17vw;
	align-content: flex-start;
}
}

div.icon p{
	border: #ccc 1px solid;
	padding: 2%;
	margin: 0.5%;
	font-size: 0.75em;
	color: #111;
	font-weight: 600;
}

@media (max-width: 749px){
div.icon p{
	font-size: 2.5vw;
}
}

p.name{
	text-align: left;
	font-weight: bold;
	margin: 5% 0;
    height: 2em;
	line-height: 1.5;
}

@media (max-width: 749px){
p.name{
	font-size: 3vw;
	height: 10vw;
	line-height: 1.7;
}
}

div.prices{
	text-align: right;
	font-size: 1.75em;
	font-weight: bold;
	margin-top: 7%;
	color: #d63534;
}
div.baika {
	display: block;
	position: relative;
	vertical-align: middle;
}
div.baika-icon{
	position: absolute;
	right: 37%;
	top:-5px;
}
div.baika-icon img{
	width: 100px;
}
.price_number{
	position: relative;
}
.price_number:before{
	content: "\0a5";
    font-size: 70%;
}
.zeikomi{
    font-size: 23%;
    white-space: nowrap;
}

@media (max-width: 749px){
div.baika-icon {
    width: 50%;
    display: block;
    position: absolute;
    right: 57%;
    top: -5px;
}
div.baika-icon img{
	width: 80%;
}
}



@media (max-width: 749px){
div.prices{
	margin-right: 5%;
	margin-top: 5%;
	font-size: 5vw;
}
}

.triangle {
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #b22029;
}

@media (max-width: 749px){
.triangle {
  bottom: 5px;
  right: 5px;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #b22029;
}
}

.osusume {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30%;
}

.sp-osusume {
	padding: 0.25em 0;
	background-color: #ffff00;
	color: #000000;
	font-weight: 800;
}
@media (max-width: 749px){
.sp-osusume {
	padding: 1vw 0.5vw;
	background-color: #ffff00;
	color: #000000;
	display: inline!important;
	font-weight: 800;
}
}


/*------------------------�t�b�^�[------------------------*/
div.footer{
	text-align: center;
	/*margin: 2% 5%;*/
	padding: 4%;
	background-color: #000;
	color: #A4A4A4!important;
}

div.footer a{
	color: #A4A4A4;
}

@media (max-width: 749px){
div.footer{
	font-size: 4vw;
	margin: 5% auto 3%;
	padding: 15% 0;
}
}



/*------------------------top�ɂ��ǂ�------------------------*/

div.top{ position: fixed; bottom: 5%; right: 5%; z-index: 99999999;}
div.top:hover{  
    border-bottom-color: transparent;
    transform: translateY(0.1875em)}
/*---PC�̂�------*/
@media (min-width: 750px){
div.top{ display: none;}
}
/*---�X�}�z�̂�------*/
@media (max-width: 749px){
div.top{     width: 25vw;}
}

/*------------------------2021/8/17�ǉ�------------------------*/
.sale{
	color: #225603;
}
.sale-icon {
	display: block;
	position: absolute;
	top: -7px;
	left: -7px;
	width: 35%;
}
@media (max-width: 749px){
.sale-icon {
	display: block;
	position: absolute;
	top: -1%;
	left: -2%;
	width: 45%;
}
}
