@charset "UTF-8";

@media screen and (max-width:900px){

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

img {
	width: 100%;
	height: auto;
}
/*------------------- ハンバーガー -------------------*/
.ham_navi {
	position: fixed;
	right: -320px;
	top: 0;
	width: 300px;
	height: 50vh;
	padding-top: 40px;
	background-color: #454343;
	transition: all .6s;
	z-index: 200;
	overflow-y: auto;
}
.ham_navi_list {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
}
.ham_navi_item {
	text-align: center;
	padding: 0 14px;
	width: 150px;
}
.ham_navi_item a {
	display: block;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	color: #ffffff !important;
	font-size: 1.2em;
}
.ham_navi_item a:hover {
	background-color: #eee;
}
.ham {
	position: fixed;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 300;
	background-color: crimson;
}
.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;
}
nav ul {
  justify-content: center;
}

/*------------------- ヘッダー -------------------*/
.main_visual {
  background: none;
	height: unset;
}
.main_visual_innner {

}
.mv_moji1 {
  font-size: 2em;
  top: 50px;
  left: 30px;
}
.mv_moji2 {
  font-size: 2em;
  top: 120px;
  left: 30px;
}
.mv_moji3 {
  font-size: 2em;
  top: 190px;
  left: 30px;
}
/*------------------- セクション -----------------*/


/*------------------- コンテナ -------------------*/
.container {
  width: 100%;
  margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
}
.menu_box {
  width: 100%;
  flex-direction: column;
}
.menu_img {
  width: 100%;
  box-sizing: border-box;
}
.shadow_button {
    margin: 30px auto;
}
/*メニュー部分*/
.box {
  display: block;
  padding: 20px;
}
.box:nth-child(even) img {
  margin: 0;
}
/*------------------- アーティクル ----------------*/


/*-------------------EC、カルーセル----------------*/
.multiple {
    padding: 0;
    width: 100%;
    margin: 40px auto !important;
		box-sizing: border-box;
}
.c_img {
    width: 100%;
}

/*------------------- フッター -------------------*/


/*------------------- トップへ戻る、小窓 -------------------*/
.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;
}

/*-----------------------アコーディオン------------------------*/
.section {
  margin: 40px auto;
  width: 100%;
}
/*-----------------------モーダル------------------------*/
.btn {
  margin: 0px auto 40px;
  width: 100%;
}
}
