@charset "UTF-8";

@media(max-width:767px){
	.wrapper {
	  padding-bottom: 120% !important;/*←footerの高さ*/
	}
}
@media(max-width:1024px){

.pd{ display:none;}
.sd{ display: block;}

img {
	width: 100%;
	height: auto;
}
.wrapper {
  padding-bottom: 60%;/*←footerの高さ*/
}
/*------------------- ヘッダー -------------------*/
.main_visual {
	min-width: 100%;
	margin: 0;
	height: auto;
}
.main_visual_innner {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: none;
}
.mvi_text {
	font-size: 2.5em;
	/* top: 12%; */
	left: 10%;
	background-color: #eeeef0;
	opacity: 0.7;
	font-weight: bold;
}
.h_flex1 {
	flex: 1;
    align-items: center;
    padding-top: 12%;
}
.h_flex2 {
	width: 10%;
}
.logow {
	width: 80% !important;
}
/*------------------- ハンバーガー -------------------*/
.ham_navi {
	position: fixed;
	right: -320px;
	top: 0;
	width: 300px;
	height: 100vh;
	padding-top: 40px;
	background-color: #252525;
	transition: all .6s;
	z-index: 200;
	overflow-y: auto;
}
.ham_navi_list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
}
.ham_navi_item {
	text-align: center;
	padding: 0 14px;
}
.ham_navi_item a {
	display: block;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	color: #ffffff !important;
	font-size: 1.4em;
}
.ham_navi_item a:hover {
	background-color: #eee;
}
.ham {
	position: fixed;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 300;
}
.ham_line {
	position: absolute;
	left: 11px;
	width: 18px;
	height: 2px;
	background-color: #ffffff;
	transition: all .6s;
}
.ham_line1 {
	top: 14px;
}
.ham_line2 {
	top: 20px;
}
.ham_line3 {
	top: 26px;
}
.cv_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 200vw;
	height: 100vh;
	z-index: 100;
	background-color: beige;
	opacity: 0;
	visibility: hidden;
	transition: all .6s;
	cursor: pointer;
}

/* 表示された時用のCSS */
.navi_open .ham_navi {
	right: 0;
}
.navi_open .cv_bg {
	opacity: 0.9;
	visibility: visible;
}
.navi_open .ham_line1 {
	transform: rotate(45deg);
	top: 20px;
	background-color: #ffffff;
}
.navi_open .ham_line2 {
	width: 0;
	left: 50%;
	background-color: #ffffff;
}
.navi_open .ham_line3 {
	transform: rotate(-45deg);
	top: 20px;
	background-color: #ffffff;
}
/*------------------- ナビ ----------------------*/
header .h_container ul li {
    padding: 0px;
}
/*------------------- セクション -----------------*/

/*------------------- コンテナ -------------------*/

/*------------------- アーティクル ----------------*/
article {
	width: 100%;
	margin: 0 auto;
	padding: 15px;
	line-height: 1.6em;
	box-sizing: border-box;
}
article .box {
	background-color: #ffffff;
	padding: 20px;
	position: relative;
	border-radius: 10px;
}
article .fbox {
	display: block;
}
article .flex1 {
	flex: 50%;
	text-align: center;
	margin-bottom: 10px;
}
article .flex2 {
	flex: 1;
}
article .flex3 {
	margin-top: 20px;
}
/*------------------- ボックス -------------------*/
/*-------------------EC、カルーセル----------------*/

.multiple {
	padding: 0;
	width: 100%;
}
.multiple img {
	width: 100%;
}
.multiple div {
	margin: 0 10px;
}
/*------------------- フッター -------------------*/
footer {
	/* background-color: #e8e8e6; */
}
footer .fbox {
	display: block;
}

.copyrt {
	text-align: center;
	font-size: 0.9em;
	padding: 10px;
}
/*------------------- トップへ戻る、小窓 -------------------*/
.sp_w {
	width: 80% !important;
}

/*-----------------------スクロールで戻るボタン------------------------*/
#page-top {
	position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0.7;
}
#closebtn {
	width: 20%;
}
/*-----------------------横からスクロール------------------------*/
#wrap {
  width: 100%;
}
.slideConts {
  width: 90%;
  margin: 10px auto;
  transition: .5s;
  box-sizing: border-box;
}
.slideContsL {
  background-color: #f3e1e4;
  transform: translate(-100%, 0)
}
.slideContsR {
  background-color: #cfe1e6;
  transform: translate(100%, 0)
}
.slideContsL.show {
  transform: translate(0, 0)!important;
}
.slideContsR.show {
  transform: translate(0, 0)!important;
}

/*-----------------------アコーディオン------------------------*/
.acord {
	margin: 20px auto;
	width: 100%;
}
/*-----------------------モーダル------------------------*/
.modal {
	margin: 20px auto;
	width: 100%;
}
}
