@charset "utf-8";
/* CSS Document */




html,body {position: relative; background: #fff;}

.cf:before,.cf:after {
	content:"";
	display:table;
}
.cf:after { clear:both;}
.cf {zoom:1;}

.posrtv{position: relative;}

.headMenuBox {
	display: block;
	width: 100%;
	position:fixed;
  top: -140px;
	left: 0;
	padding: 0;
	font-size: 12px;
	z-index: 9999;
}
.headAbove{
	background: rgba(255,255,255,1);
}
.headLogo{
	height: 43px;
	width: 90%;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.headLogo img{
    height: 31px;
    width: 200px;
	margin: 0 0 0 0;
	text-align: center;
	position:absolute;
    top: 50%;
    left:111px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}


.navigationrms{
	display: table;
	width: 100%;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}



.navi-list{
	display: table-cell;
	width: 10%!important;
	text-align:center;
	font-size: 12px!important;
	vertical-align: middle;
	line-height: 1.2;
	letter-spacing: -1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #f3f3f2;
	height: 40px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.navi-list a{
	display: block;
	padding: 0px;
	color:#000!important;
	text-decoration: none;
	vertical-align: middle;
}

.navi-list{
	border-left: 1px solid #fff;
}


.gnavi {
	height: 160px;
  width: 100%;
  padding:10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ffffe0), color-stop(0.58, #89ce03));
  background: -webkit-linear-gradient(top, #89ce03 57%, #ffffe0 100%);
  background: -moz-linear-gradient(top, #89ce03 57%, #ffffe0 100%);
  background: -o-linear-gradient(top, #89ce03 57%, #ffffe0 100%);
  background: -ms-linear-gradient(top, #89ce03 57%, #ffffe0 100%);
  background: linear-gradient(to bottom, #89ce03 57%, #ffffe0 100%);
}

.gnavi .wrapper {
	width:1200px;
	height: 160px;
	margin: 10px auto;
}

.gnavi .navi {
	clear:both;
	margin:0;
}

.gnavi .navi ul {
	text-align:center;
}

.gnavi .navi li {
	display:inline-block;
	padding:0 3px;
}

.gnavi .navi li+ li {
  border-left: 0;
}

.gnavi .navi li a {
	text-decoration:none;
	color:#333;
}
.gnav{
	height: 40px;
}
.gnav > ul {
  width:1200px;
  display: table;
  margin: 0px auto;
}
.gnav > ul > li {
  display: table-cell;
  margin-right: 2em;
  padding: 5px 10px 10px;
  text-align: center;
  border-left: 1px solid #fff;
}

.gnav > ul > li:first-child {
  border-left: 0;

}
.gnav > ul > li:hover {
  color: #F0F0F0;
  background-color: #fff;
}
.gnav > ul > li:hover > a {
  color: #fff;
}
.gnav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}
.gnav > ul > li > a {
  padding: 10px 1em 0px ;
  transition: all .2s ease-in;
  text-decoration:none;
}

.gnav > ul .menu {
  transition: all .2s ease-in;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  margin-top:0px;
  left: 0;
  text-align: center;
  z-index:9999;
  position: absolute;
  background-color:#fff;
}
.gnav > ul .menu .menu_inner {
  padding: 5px 0;
	
}
.gnav > ul .menu .menu_inner li {
  display: inline-block;
  width:300px;
  height:40px;
  background-color: #F0F0F0;
  padding-top:15px;
  margin: 5px ;
	
}

.gnav > ul .menu .menu_inner li:hover {
  background-color: #dcdcdc;
	
}
.gnav > ul .menu a {
  color: #333631;
  text-decoration:none;
}

.backgr nav{	padding:0;
	background:#f0f0f0;
	overflow:hidden;
	
}
.backgr{height:40px;}

input#drawer {display: none; }

.btnDraw {
	position: absolute;
	top: -7px;
	right: 10px;
	padding: 7px;
	display: block;
	width: 26px;
	color: #fff!important;
	font-size: 12px;
	letter-spacing: -1px;
	text-align: center;
	z-index: 99999;

	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.btnDraw img {
	padding-top: 7px;
}


#menuBadge {
	position: relative;
	z-index: 1000;
}
#menuBadge > p {
	position: absolute;
	width: 25px;
	height: 14px;
	background: #e61212;
	left: 9px;
	top: -10px;
	border-radius: 7px;
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}

span.BadgeNum {
    font-size: 7pt;
    color: #FFF;
    position: relative;
    top: 0px;
    left: 4px;
}


.drawer_Box { height: 0; }

.contMenu{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	right: -100%;
	top: 0;
-webkit-transition: all 400ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
   -moz-transition: all 400ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
     -o-transition: all 400ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
        transition: all 400ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
-webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
   -moz-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
     -o-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
        transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
	background: #fff;
	z-index: 999999999;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	border-left: 1px solid #cdcdcd;
}

.contMenu iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
	margin: 0;
}
.offBtn {
	position: fixed;
	display: none;
	right:-100%;
}


input[type="checkbox"].drawer_on:checked + .drawer_off + .contMenu > .offBtn {
    display: block;
    width: 45px;
    height: 45px;
    background: #333;
    color: #000;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
}

input[type="checkbox"].drawer_on:checked + .drawer_off + .contMenu > .offBtn::after {
    content: "×";
    color: #fff;
    font-size: 30px;
}

input[type="checkbox"].drawer_on:checked + .drawer_off + .contMenu {right: 0;}

.drawer_off {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(255,255,255,.70);
    z-index: -100;
    -webkit-transition: .2s ease-out, .1s z-index ease-out;
    -moz-transition: .2s ease-out, .1s z-index ease-out;
    -o-transition: .2s ease-out, .1s z-index ease-out;
    transition: .2s ease-out, .1s z-index ease-out;
}
input[type="checkbox"].drawer_on:checked+.drawer_off {
	opacity: 1;
	-webkit-transition: .2s ease-in, .1s z-index ease-in;
	-moz-transition: .2s ease-in, .1s z-index ease-in;
	-o-transition: .2s ease-in, .1s z-index ease-in;
	transition: .2s ease-in, .1s z-index ease-in;
	z-index: 99999;
}


#displayModeLink {
    padding-bottom: 15%!important;
}


iframe {
  margin: 0 0 12px;
}

ul.foo {
margin: auto;
  border: none;
  padding:0;
  font-size:0px;
}

ul.foo li {
  border: none;
  display: inline-block;
  text-align: center;
  font-size:16px;
}

ul.foo li a {
  display: block;
}

/*ボックス全体*/
.accbox {
    margin: 1em 0;
    padding: 0;
    max-width: 250px;/*最大幅*/
}

/*ラベル*/
.accbox label {
	height: 40px;
    display:list-item;
    margin: 0px;
    padding:5px;
    background :#fff;
    cursor :pointer;
    transition: all 0.5s;
	vertical-align:middle;
	border-bottom:dotted 1px #a4a4a4;
}
/*ラベル*/
.accbox label .flo{
float:right;
	padding-top: 7px;
}



/*ラベルホバー時*/
.accbox label:hover {
    background :#ECECEC;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    padding: 2px 5px;
    background: #fff;
    opacity: 1;
}

.accshow a{
   color: #000;
	text-decoration: none;
}
.accshow a:hover{
   color: #666;
}


.menu_kotei{
    background: #fff;
    display: flex;
    padding: 0px;
    position: absolute;
    justify-content: space-between;
    width: 100%;
}
.menu_kotei.fixed{
    position: fixed;
    top: 0;
}
.headerlogo_box{
	display: table;
	width: 100%;
	height: 110px;
}
.headerlogo_boxslide{
	display: table;
	width: 100%;
	height: 70px;
	padding: 10px 0px;
}
.headerlogo_boxslidecell1{
display:table-cell;
	vertical-align: middle;
	text-align: left;
	width: 50%;
}

.headerlogo_boxslidecell2{
display:table-cell;
	vertical-align: bottom;
	text-align: right;
	width: 10%;
}

.headerlogo_boxslidecell2 img{
	height: 60px;
}

.headerlogo_boxslidecell3{
display:table-cell;
	vertical-align: bottom;
	text-align: right;
	width: 20%;
}
.headerlogo_boxslidecell4{
display:table-cell;
	vertical-align: bottom;
	text-align: right;
	width: 20%;
}

.headerlogo_box_cell{
	display:table-cell;
	vertical-align: middle;
}
.headerlogo_box_cellhanbargu{
	display:table-cell;
	vertical-align: middle;
	width: 0%;
}

.headerlogo_box_cell1{
	display:table-cell;
	vertical-align: middle;
	text-align: right;
	width: 25%;
}
.headerlogo_box_cell2{
	display:table-cell;
	vertical-align: middle;
	padding-left: 40px;
	text-align: left;
	width: 35%;
}
.headerlogo_box_cell3{
	display:table-cell;
	text-align:center;
	width: 10%;
	vertical-align: middle;
}

.headerlogo_box_cell3 img{
	height: 80px;
}

.headerlogo_box_cell4{
	display:table-cell;
	text-align:right;
	width: 280px;
	vertical-align: bottom;
}

.headerlogo_box_cell5{
	display: none;
	width: 15%;
	vertical-align: middle;
}

.headerlogo_box_cell5 img {
	width: 45px;
}


.headertopmenuboxtable{
	display: table;
	width: 100%;
	background-color: #ececec;
	height: 50px;
}
.headertopmenuboxtablecell1{
	display: table-cell;
	vertical-align: middle;
}
.headertopmenuboxtablecell2{
	display: table-cell;
	text-align: right;
}

.headertopmenubox{
	vertical-align:middle;
	list-style: none;
	text-align: right;
}

.headertopmenubox li{
	display: inline-block;
}


 .main_aria a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

 .main_aria img {
margin-top: 15px;
	 
}

table.calen { border-collapse:collapse; font-size:11pt; background-color:#ffffff; }
table.calen th { border:1px solid #a57d6b; height:30px; }
table.calen td { border:1px solid #a57d6b; text-align:center; height:30px; width:30px; }
table.calen .sat { color:blue; }
table.calen .sun { color:red; }
table.calen .today { background-color:#ffffff; font-weight:bold; }
table.calen tr.bg1 { background-color:#ffffff; }
table.calen tr.bg2 { background-color:#ffffff; }


@media screen and (max-width:896px) { 
	.sumahokesu {
	 display:none;
	 }
		.headerlogo_box{
	width: 100%;
	height: 60px;
			vertical-align: middle;
			}
	.headertopmenubox{display: none;}
	.headMenuBox{display: none;}
	.headerlogo_box{
background-color: #fff;
    position:fixed;
    justify-content: space-between;
    width: 100%;
		z-index: 999;
		top: 0;
	 }
	.headerlogo_box_cellhanbargu{width:50px;}
.headerlogo_box_cell1{
	width: 70%;
	text-align:center;
		padding:0;
	}

.headerlogo_box_cell1{width: 70%;}
.headerlogo_box_cell2{display:none;}
.headerlogo_box_cell3{display:none;}
.headerlogo_box_cell4{display:none;}
.headerlogo_box_cell5{display:table-cell;}
}




.tophaikei{
	background-color: #ECECEC;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
レフトナビエリア スケジュール
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.schedule{width:100%px;border:1px solid #CCCCCC;}
.schedule h5{margin-top:15px;margin-bottom:10px;text-align:center;}
.schedule caption{
	margin:0 auto 3px;
	padding:3px;
	font-family:"ＭＳ Ｐゴシック", Osaka;
	font-size:90%;
	text-align:center;
	color:#333333;
	background-color:#FFCCCC;
	text-align:center;
}
.schedule table{margin:0 auto 15px;width:100%;}
.schedule table td{
	padding:2px;
	font-family:"ＭＳ Ｐゴシック", Osaka;
	font-size:90%;
	text-align:center;
	color:#333333;
}
.schedule table td.horiday{
	padding:2px;
	font-family:"ＭＳ Ｐゴシック", Osaka;
	font-size:90%;
	text-align:center;
	color:#d30052;
	background-color:#FFCCCC;
}


/* 横線を引く */
p.title_line {
   border-bottom: 1px dashed #000;
	font-size: 1.5em;
	font-weight: 900;
	padding-top: 5px;
}






/*ドロップメニュー*/

.main_navi {
	width:100%;
}

.main_navi li {
	float:left;
	width:13%;
	padding:0 5px;
	text-align:center;
	font-size:0.9em;
	border-left:1px solid #000000;
}

.main_navi li.end {
	border-right:1px solid #000000;
}

.main_navi li a ,
.sub_navi li a {
	color:#000000;
}

.main_navi li a:hover ,
.sub_navi li a:hover {
	color:#e60012;
}
.dropmenu li ul.navi_end {
	top: 100%;
	left: -125px;
}

.dropmenu li ul.navi_end li{
  width: 100%;
}
.clearfix {	zoom: 1; clear:both; }

.clearfix:after { height: 0; visibility: hidden; content: "."; display: block; clear: both; }

img {
	border:none;
	margin:0;
	padding:0;
}

.sub_navi {
	float:right;
	width:400px;
	font-size:0.9em;
}

.sub_navi li {
	float:left;
	text-align:center;
	width:20%;
}

.dropmenu{
	*zoom: 1;
	list-style-type: none;
}
.dropmenu:before, .dropmenu:after{
	content: "";
	display: table;
}
.dropmenu:after{
	clear: both;
}
.dropmenu li{
	position: relative;
}
.dropmenu li a{
	display: block;
	margin: 0;
	background: #ffffff;
	text-decoration: none;
}
.dropmenu li ul{
	list-style: none;
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
.dropmenu li ul li{
	width: 275px;
	border-right:none;
	border-left:none;
}

div #nav_back {
	height: 0px ;
	width: 100%;
	background: #FFFFFF;

}
div #nav_back.is-fixed  {
	position: fixed;
	left:0;
	height: 164px ;
	width: 100%;
	background: #FFFFFF;

}

.dropmenu li ul.navi_end {
	top: 100%;
	left: -125px;
}
/*
.dropmenu li ul.navi_end li{
  width: 100%;
}
*/

.dropmenu li ul li a{
	padding: 10px 15px;
	border-top: 1px #e60012 dotted;
	background: #ffffff;
	text-align: left;
}
.dropmenu li:hover > a{
	background: #ffffff;
}
.dropmenu li a:hover{
	background: #ffffff;
}

#fade-in li ul{
 	visibility: hidden;
	opacity: 0;
	transition: 0s;
}
#fade-in li:hover ul{
	visibility: visible;
	opacity: 1;
}
#fade-in li ul li a{
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}
#fade-in li:hover ul li a{
	visibility: visible;
	opacity: 1;
}



.fs-l-footer h1{
	background-color: #F0F0F0;
	font-size: 14px;
	text-align: center;
	padding: 3px 0px;
}
.red_font{
	color: #A20002;
}

.fs-l-footer{
	background-color: #FFFFFF;
}

.left_style img{
	padding-top:14px;
}

.fs-p-headerNavBar{background-color:#ECECEC;}
.fs-p-headerNavigation__link:visited{color: #000;}
.fs-p-productSearch__formOpen{display: none;}
.fs-p-headerNavBar{
	border-bottom:0;
}

.slick-dotted .slick-current img {
  opacity: 1;
}

.fs-preview-header { display: none; }

.fs-p-productSearch__search{height:350px;overflow:hidden;width:224px;}
.fs-p-productSearch__form{height:350px;}
.fs-p-productSearch__inputTable{width:150px;}

.fs-p-productSearch__form{
padding: 20px 32px;
width:100%;
}

body{padding: 0;text-align: left;font-size: 1.4rem;}
.fs-p-headerNavBar input{margin: 0;}
.fs-p-productSearch{padding:15px 0px;}
@media screen and (max-width: 896px) {
.fs-p-logo__image{width:initial;}
.fs-p-drawerButton__label{display:none;}
.fs-p-productSearch__form{padding: 20px 32px;width:90%;}
.fs-p-logo__image {max-height:90px;}
	body{top:90px;}
}
.fs-l-header{padding-top: 0;}
@media screen and (max-width: 1200px){
.fs-l-sideArea {
    width: 240px;
}
	.headertopmenuboxtable{display: none;}
}
@media screen and (max-width: 896px) {
.fs-p-logo__image{width:initial;}
.fs-p-drawerButton__label{display:none;}
.fs-p-productSearch__form{
padding: 20px 32px;
width:90%;
}
}
/*================================================
 *  かくのやだより
 ================================================*/
.content-wrapper {
    width: 100%;
    padding:20px 20px;
    margin-bottom: 30px;
    color: #648FA9;
	border : solid 2px #EFF2F4;
}
.content-wrapper img{
    margin: 20px 0;
}

.m-red {
    color: #fff;
    font: bold;
    background: #ff6347;
    padding: 2px;
    margin-left: 5px;
}

.letds {
    padding: 0;
    margin: 0;
    width: 100%;
}

.letds li {
    padding:10px 10px;
    margin: 3px;
width: 32%;
    box-sizing:border-box;
    display: inline-block;;
    text-align: left;
    border: thin solid #eeeeee;
}

@media screen and (max-width: 896px){
.letds li {
    width: 100%;
}
}

/*================================================
 *  味方
 ================================================*/

#mikata_contents {
	width:760px;
}

#mikata_contents img {
	width: 100%;
}


/*================================================
 *  いちご煮
 ================================================*/

#ichigo_contents {
	width:760px;
	margin:0 auto;
}

#ichigo_contents p {
    line-height: 1.7;
    font-size: 16px;
}

#ichigo_contents h1 {
  color: #000;
  padding: 0.5em 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}

#ichigo_contents h2 {
  padding: 0.4em 0.5em;
  color: #000;
  background: #f4f4f4;
  border-left: solid 5px #000;
}

#ichigo_contents h3 {
  font-size:19px;
  position: relative;
  padding: 0.6em;
  background: #f7b977;
}

#ichigo_contents h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #f7b977;
  width: 0;
  height: 0;
}

#ichigo_contents h4 {
  padding: 0.4em 0.5em;
  margin-bottom:0.25em;
  font-size:18px;
  color:#e65305;
  font-weight:bold;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	float:left;
	margin:0 2em 2em 0;
	border-radius:5px;
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}

.imgR img {
	float:right;
	margin:0 0 2em 2em;
	border-radius:5px;
}

/*================================================
 *  いちご煮
 ================================================*/


/*================================================
 *  ダケデリ_LP
 ================================================*/

.dakederi_page_style{
	width: 100%;
	text-align: center;
	position: relative;
}

.dakederi_page_style a{
	margin-top: 30px;
	display: block;
}

.dakederi_top_style{
	width: 100%;
	text-align: center;
	position: relative;
	
}

.dakederi_top_style a{
	margin-top: 30px;
	margin-bottom: 50px;
	display: block;
}

@media screen and (max-width: 896px) {
	.dakederi_top_style,
	.dakederi_page_style{
		top: -90px;
	}
}

/*================================================
 *  よくある質問
 ================================================*/
.c10{clear:both;height:10px;font-size:0;line-height:0;}
.CrossHead {
	padding:0px;
	margin:20px 0 5px 0;
	border-bottom:2px solid #DDDDDD;
}



/*================================================
 *  よくある質問
 ================================================*/
.headertopmenuboxtablecell2 a{text-decoration: none;vertical-align: middle;}

@media screen and (max-width: 600px) {
div.fs-pt-column {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;  
}
}

div.fs-pt-column > *:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
}
div.fs-pt-column > *:nth-child(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
}
div.fs-pt-column > *:nth-child(4) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
}

.fs-p-headerNavBar a{text-decoration: none;}
.fs-l-pageMain
{
width:760px;
	margin-left: auto;
	margin-right: auto;
}

	.fs-l-main{
		max-width: 1040px;
	}
	.fs_form{
		width: 760px;
	}

	@media screen and (min-width: 1200px){
.fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
    max-width: 760px;
}
}

@media screen and (max-width:1040px) { 
		.headerlogo_box_cell1 img{
			width:200px;
			
	}
	.headerlogo_box_cell1{
width: 70%;
	text-align:center;
		padding-top:0;
	}
	
	.headerlogo_box_cell1{width: 70%;}
.headerlogo_box_cell2{display:none;}
.headerlogo_box_cell3{display:none;}
.headerlogo_box_cell4{display:none;}
.headerlogo_box_cell5{display:table-cell;}
	
	.headerlogo_box
			{
				height: 90px;
			}
}


@media screen and (max-width:1200px) { 
	.tabkesu {
	 display:none;
	 }
}

@media screen and (max-width:896px) { 
	.sumahokotei {
	 background: #fff;
    display: flex;
    padding: 2px;
    position:fixed;
    justify-content: space-between;
    width: 100%;
		z-index: 999;
		top: 0;
	 }
	#ichigo_contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	

	#ichigo_contents h2 {
		margin-top:30px;
	}

	.conL {
		float:none;
		width:100%;
		padding-right:0;
	}

	

	
	.imgL {
		margin-bottom:30px;
	}
	.imgL img {
		display:block;
		float:none;
		max-width:100%;
		margin:0 auto 1em auto;
	}

	.imgR {
		margin-bottom:30px;
	}
	.imgR img {
		display:block;
		float:none;
		max-width:100%;
		margin:0 auto 1em auto;
	}
}