@charset "utf-8";


/* <RESET> */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,i,a,span{
	margin:0;
	padding:0;
	word-break: normal;
	font-style:normal;
    font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html{font-size: 62.5%;}
body,input,select,option,textarea,button,pre{
	font-size: 1.6rem;
	line-height:2;
	color:#333333;
	font-family: 'Noto Serif JP', sans-serif;
	box-sizing:border-box;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
pre{
	border: none;
	overflow: visible;
	white-space:normal;
}
html,body{ height: 100%; }
body{
	overflow-x: hidden;
	text-align: center;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
img{
	border:0;
	vertical-align:top;
    max-width: 100%;
}
ul,ol{
	list-style:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}
textarea{
	font-size:100%;
}
th {
	text-align:left;
	font-weight:normal;
}
address,em{
	font-style:normal;
	font-weight:normal;
}
sup{
	font-weight:normal;
}
a{
    filter:alpha(opacity=1);
    opacity:1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
	color: #086c2d;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
a:hover img,
input:hover{
    filter:alpha(opacity=0.6);
    opacity:0.6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
/* </ RESET> */


/* <MODULE> */
.smt{ display: none; }
.pc{ display:inherit; }
.cf:after{
	clear: both;
	content:"";
	display: table;
}
.center{
	text-align: center !important;
}
ul.list-p{
	list-style:none outside;
	margin-left: 20px;
}
ul.list-p li{
	text-indent: -6px;
}
ul.list-p li:before{
  position: relative;
  top: -2px;
  left: -12px;
  display: inline-block;
  width: 6px;
  height: 6px;
  content: '';
  border-radius: 100%;
  background: #005323;
}
.ttl1{
	font-size: 2.8rem;
    color: #086c2d;
    font-weight: bold;
    border-top: solid 1px #79a520;
    border-bottom: solid 1px #79a520;
    text-align: center;
    padding: 60px 0 40px;
    margin: 60px 0 52px;
    position: relative;
    letter-spacing: 0.2em;
}
.ttl1:before{
    position: absolute;
    content:"";
    display: inline-block;
    background:url("../images/top/b3-icon.png") no-repeat left top;
    width: 80px;
    height: 80px;
    top: -40px;
    left: calc(50% - 40px);
}
.ttl2{
	max-width: 1110px;
	margin: 0 auto 24px;
    color: #086c2d;
    font-size: 2.4rem;
	padding: 0 0 16px;
	font-weight: bold;
    line-height: 1.5;
    border-bottom: solid 1px #00b24c;
}
.b0{
    max-width: 1110px;
    margin: 100px auto 70px;
    text-align: left;
}
ol.list{
    padding-left: 20px;
    list-style:decimal outside;
}

/* </ MODULE> */


/* <LAYOUT> */
#offcanvas-layer,
#offcanvas-menu,
#offcanvas-button{
	display: none;
}
#wrapper{
	/*max-width:1440px;
	margin: 0 auto;*/
	text-align: left;
}
#header{
	max-width:1110px;
	margin: 0 auto;
    text-align: left;
	padding: 20px 0;
}
#header .logo{
    float: left;
}
.subnav{
    display: flex;
    justify-content: space-between;
}
#header .subnav{
    float: right;
    padding: 6px 0 12px;
}
.subnav li:not(:first-child){
    padding-left: 14px;
}
.subnav li.mail a{
    display: inline-block;
    width: 122px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #086c2d;
    text-decoration: none;
    font-size: 1.4rem;
}
.subnav li.fb a{
    display: inline-block;
    width: 32px;
    line-height: 32px;
    font-size: 2.6rem;
    text-align: center;
    color: #fff;
    background: #1877f2;
    border-radius: 50%;
}
.gnav{
    display: flex;
    justify-content: space-between;
}
#header .gnav{
    float: right;
    width: 735px;
}
.gnav a{
    text-decoration: none;
    color: #333;
}
.gnav a:before{
    content:"\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    margin-right: 10px;
	vertical-align: middle;
    color: #79a520;
}

#guide{
    background:url("../images/footer-bg.jpg") no-repeat center top;
    background-size: cover;
    padding: 70px 0;
    position: relative;
}
#guide .info{
    background: rgba(255,255,255,0.7);
    max-width: 720px;
    margin: 0 auto;
    padding: 52px 0 0;
}
#guide .info dl{
    display: flex;
    justify-content:center;
    margin: 0 auto;
    line-height: 1.5;
}
#guide .info dl dt{
    font-size: 2.8rem;
    padding: 0 30px;
    letter-spacing: 0.2em;
}
#guide .info dl dd{
    padding: 8px 30px 0;
}
#guide .info dl dd p{
    font-size: 2.4rem;
    margin-top: 12px;
}
#guide .subnav{
    margin-top: 52px;
    padding: 30px 0 25px;
    background: #fff;
    justify-content: center;
}
#guide .subnav li:not(:first-child){
    padding-left: 24px;
}
#guide .place{
    color: #fff;
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 1.2rem;
    text-shadow:0 0 3px rgba(0,0,0,1);
}
#footer .gnav{
    max-width: 720px;
    margin: 0 auto;
    padding: 30px 0;
}
#footer .btm{
    background: #333;
}
#footer .btm .inner{
    display: flex;
    justify-content: space-between;
    max-width: 1110px;
    margin: 0 auto;
    align-items: center
}
#footer .btm .copy{
    font-size: 1.4rem;
    color: #ccc;
}
#footer .btm .ban{
    display: flex;
    padding: 30px 0;
}
#footer .btm .ban li{
    padding-left: 30px;
}
/* </ LAYOUT> */


/* <OTHER LIBRARY> */
#pageTop {
    position: fixed;
    bottom: 100px;
    right: 40px;
	z-index: 10000;
}
#pageTop img{
    width: 40px;
    height: 40px;
}

/* </OTHER LIBRARY> */


/* <TOP> */
#top-main{
	margin-bottom: 100px;
}
#top-main #slider{
	width: 100%;
}
#top-main #slider .catch{
	position: absolute;
	left:calc(50% - 350px);
	top:36%;
	z-index: 3;
}
#top-main .txt{
    max-width: 1090px;
    margin: -60px auto 0;
    position: relative;
    z-index: 2;
    background: #fff;
    border:solid 10px #fff;
    box-shadow:0 0 10px rgba(0,0,0,0.5);
}
#top-main .txt p{
    border:solid 1px #aabc87;
    font-size: 2rem;
    left: 2;
    text-align: center;
    color: #086c2d;
    padding: 60px 0;
}

#top-b1{
    display: flex;
    justify-content: space-between;
    max-width: 1110px;
    margin: 0 auto 120px;
}
#top-b1 .fb-page{
    width: 500px;
}
#top-b1 .calendar{
    width: 540px;
}
#top-b1 .calendar iframe{
    width: 100%;
    height: 390px;
}

#ibent h2{
	color: #FFFFFF;
	background: #79A520;
    padding: 10px 0;
    margin: 0 0 20px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;

}

.calendar h2{
    border-bottom: solid 1px #79a520;
    color: #086c2d;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.calendar h2:before{
    background:url("../images/top/icon-cal.png");
    width: 26px;
    height: 26px;
    content:"";
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
#top-b2{
    background:url("../images/top/b2-bg.jpg") no-repeat center top;
    position: relative;
    color: #fff;
    margin: 0 auto 150px;
}
#top-b2:before{
    content:"";
    background:url("../images/top/b2-icon.png") no-repeat left top;
    width: 80px;
    height: 80px;
    position: absolute;
    left: calc(50% - 40px);
    top:-40px;
}
#top-b2 h2{
    font-size: 2.8rem;
    text-align: center;
    padding: 72px 0 56px;
}
#top-b2>p{
    max-width: 730px;
    margin: 0 auto 56px;
    text-align: left;
}
#top-b2 ul{
    max-width: 1110px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#top-b2 ul li{
    width: 350px;
    max-width: 350px;
}
#top-b2 ul li .info{
    padding: 0 36px 48px;
    background: #086c2d;
}
#top-b2 ul li:last-of-type .info{ background: #587b11; }
#top-b2 ul li h3{
    padding: 36px 0 20px;
    text-align: center;
    font-size: 1.8rem;
}
#top-b2 ul li h3 a{
    color: #fff;
    text-decoration: none;
}
i.fa-window-restore{
    margin-left: 5px;
}
#top-b3 .intro{
    max-width: 730px;
    margin: 0 auto 60px;
}
#top-b3 h3{
    background: #dae7f8;
    padding: 10px 0;
    margin: 0 0 40px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
}
#top-b3 h3:last-of-type{
    background: #f9e9ed;
    margin-top: 30px;
}
#top-b3 ul{
    max-width: 1110px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#top-b3 ul:after{
    content:"";
    width: 350px;
}
#top-b3 ul li{
    width: 350px;
}
#top-b3 ul li a{
    display: block;
    padding: 20px;
    color: #fff;
    background: -moz-linear-gradient(left,  #79a520 0%, #286c0a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #79a520 0%,#286c0a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #79a520 0%,#286c0a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    text-decoration: none;
    margin-bottom: 30px;
    position: relative;
}
#top-b3 ul li a:after{
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	font-weight: 900;
    position: absolute;
    right: 20px;
    top:calc(50% - 14px);
    color: #79a520;
}
#top-b4{
    border-top: solid 1px #79a520;
    margin: 70px auto;
    padding: 52px 0 0;
    max-width: 1110px;
}
#top-b4 .ttl{
    text-align: center;
    margin-bottom: 36px;
}
#top-b4 h2{
    font-size: 2rem;
    color: #086c2d;
    position: relative;
}
#top-b4 h2:after{
    content:"";
    position: absolute;
    bottom:-10px;
    left: calc(50% - 80px);
    background: #79a520;
    width: 160px;
    height: 2px;
    display: block;
}
#top-b4 .movie{
    text-align: center;
}
#top-b4 .movie iframe{
    width: 100%;
    max-width: 730px;
    height: 400px;
}
#top-b4 .info dl{
    display: flex;
    justify-content:space-between;
}
#top-b4 .info dl:not(:last-child){
    margin-bottom: 12px;
}
#top-b4 dl dt{
    width: 130px;
}
#top-b4 dl dd{
    flex:1;
}
#top-ban{
    background: #efefef;
    padding: 60px 0 30px;
}
#top-ban ul{
    max-width: 1110px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
#top-ban ul li{
    margin-right: 29px;
    margin-bottom: 30px;
}
#top-ban ul li:nth-of-type(5){
    margin-right: 0;
}
/* </TOP> */

.attention-b{
    margin-bottom: 120px;
}
.attention-b h2:not(:first-child){
    margin-top: 40px;
}
.attention-b p+ol,
.attention-b ol+p{
    margin: 20px 0;
}
.attention-b2{
    margin: 100px auto 120px;
}

.ichiba-topic{
    margin: 0 0 70px;
    display: flex;
    justify-content: space-between;
}
.ichiba-topic .photo img{
    width: 400px;
    border:solid 1px #e5e5e5;
    padding: 1px;
}
.ichiba-topic .info{
    flex:1;
    padding-left: 40px;
}
.ichiba-topic .info h2{
	color: #00000;
    background: #DAE7F8;
    padding: 10px 0;
    margin: 0 0 20px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;

}
.ichiba-topic .info dl{
    margin: 20px 0 0;
}
.ichiba-topic .info dl:after{
    clear: both;
    display: table;
    content:"";
}
.ichiba-topic .info dl dt{
    background: #f3f3f3;
    width: 6em;
    padding: 0 0.5em;
    float: left;
    clear: left;
    margin-right: 1em;
    margin-bottom: 6px;
}
.ichiba-topic .info dl dt.half{
    clear:none;
}
.ichiba-topic .info dl dd{
    float: left;
    width: calc(100% - 7em);
    margin-bottom: 6px;
    text-align: left;
}
.ichiba-topic .info dl dd.half{
    width: 30%;
}
.tokusanhin-b h2{
    width: 100%;
    margin: 0 0 40px;
}

.tokusanhin-topic{
    margin: 0 0 70px;
    display: flex;
    justify-content: space-between;
}
.tokusanhin-topic h3{
    background: #f9e9ed;
    padding: 10px 0;
    margin: 0 0 20px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
}
.tokusanhin-topic .photo img{
    width: 400px;
    border:solid 1px #e5e5e5;
    padding: 1px;
}
.tokusanhin-topic .info{
    flex:1;
    padding-left: 40px;
}
.tokusanhin-topic .info .seller{
    border:solid 1px #79a520;
    margin: 20px 0 0;
    padding: 10px 10px 4px;
}
.tokusanhin-topic .info h4{
    background: #79a520;
    color: #fff;
    display: inline-block;
    margin: 0 0 10px;
    padding: 0 10px;
}
.tokusanhin-topic .info dl{
    margin-right: -1em;
    overflow: hidden;
}
.tokusanhin-topic .info dl dt{
    background: #f3f3f3;
    width: 5em;
    padding: 0 0.5em;
    margin-right: 1em;
    float: left;
    margin-bottom: 6px;
}
.tokusanhin-topic .info dl dd{
    margin-bottom: 6px;
    width: calc(50% - 6em);
    float: left;
}
.tokusanhin-topic .info dl dd a{
    text-decoration: none;
}
.tokusanhin-topic .info dl dd a:after{
	font-family: "Font Awesome 5 Free";
	content: '\f2d2';
    margin-left: 5px;
}
.info-b1{
    max-width: 1030px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.info-b1 dt{
    width: 280px;
}
.info-b1 dt img{
    padding: 1px;
    border: solid 1px #e5e5e5;
}
.info-b1 dd{
    flex:1;
    padding-left: 40px;
}
.info-b1 dd p{
    margin: 0 0 1em;
}
.info-b1 dd .sign{
    text-align: right;
    font-size: 2rem;
    font-weight: bold;
    margin: 20px 0 0;
}
.info-b2 .catch{
    max-width: 1010px;
    margin: 40px auto 0;
    position: relative;
    z-index: 2;
    background: #fff;
    border:solid 10px #fff;
    box-shadow:0 0 10px rgba(0,0,0,0.5);
}
.info-b2 .catch p{
    border:solid 1px #aabc87;
    font-size: 2rem;
    left: 2;
    text-align: center;
    color: #086c2d;
    padding: 60px 0;
}
.info-b3{
    max-width: 1030px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.info-b3 li{
    width: 30%;
}
.info-b3 h3{
    font-size: 2rem;
    font-weight: bold;
    color: #086c2d;
    text-align: center;
    margin: 0 0 10px;
}
.info-b3 .photo{
    margin: 0 0 10px;
}
.info-b4{
    margin: 40px 40px 0;
    border: solid 1px #d4d4d4;
    width: 100%;
}
.info-b4 th{
    width: 20%;
    border: solid 1px #d4d4d4;
    padding: 4px 16px;
    text-align: center;
    background: #086c2d;
    color: #fff;
}
.info-b4 td{
    width: 80%;
    border: solid 1px #d4d4d4;
    padding: 4px 16px;
}
#access-b dl{
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#access-b dl:nth-of-type(2n){
    flex-direction: row-reverse;
}
#access-b dl dt{
    width: 50%;
}
#access-b dl dt iframe{
    width: 100%;
    height: 400px;
}
#access-b dl dd{
    flex:1;
}
#access-b dl:nth-of-type(2n+1) dd{
    padding-left: 60px;
}
#access-b dl dd h3 {
    margin: 0 0 24px;
    font-size: 2.8rem;
    font-weight: bold;
    color: #005323;
}
#access-b dl dd h4 {
    margin: 24px 0 0;
    font-size: 1.8rem;
    font-weight: bold;
    color: #005323;
}
.event-b1 .ichiba-topic .info h2{
    background: #79a520;
    color: #fff;
}
.img-ttl{
    background:url("") no-repeat center top;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    margin: 60px 0 52px;
    padding: 120px 0 100px;
    position: relative;
}
#info-ttl{ background-image: url(../images/info/main-bg.jpg); }
#calendar-ttl{ background-image: url(../images/calendar/main-bg.jpg); }
.img-ttl:before {
    position: absolute;
    content: "";
    display: inline-block;
    background: url("../images/top/b3-icon.png") no-repeat left top;
    width: 80px;
    height: 80px;
    top: -40px;
    left: calc(50% - 40px);
}
.img-ttl h1{
    font-size: 2.8rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: relative;
    letter-spacing: 0.2em;
}
.img-ttl p{
    color: #fff;
    padding: 20px 0 0;
    text-align: center;
}






/*▼スマホ対応*/
@media screen and (max-width: 768px) {

html{font-size: 54.6875%;}
/* <MODULE> */
.smt{ display: inherit; }
.pc{ display: none; }
/* </ MODULE> */

/*オフキャンバス設定*/
body{
    position: relative;
	overflow-x: hidden;
}
#wrapper{
    position: relative;
	overflow-x: hidden;
	right: 0;
	min-width:initial;
	padding-top: 52px;
}
#offcanvas-menu{
	display: block;
	position: fixed;
	top: 0;
	padding-top: 52px;
	right: -300px;
	width: 300px;
	height: 100%;
	background: #fff;
	z-index: 100000;
	overflow-y: auto;
}
#offcanvas-menu ul{
	margin: 0 16px;
}
#offcanvas-menu li{
	display: inline;
}
#offcanvas-menu li a{
	font-size: 1.8rem;
	padding: 13px 12px;
    display: block;
    border-bottom: solid 1px #cccccc;
    text-align: left;
    position: relative;
    text-decoration:none;
}

#offcanvas-menu li a:after{
	font-family: "Font Awesome 5 Free";
	content: '\f061';
	font-weight: 900;
	vertical-align: middle;
    right: 12px;
	top:18px;
	position: absolute;
}
#offcanvas-menu ul ul li a:after {
	top: 50%;
	margin-top: -4px;
}
#offcanvas-menu>ul>li.art.close>a:after{
    background: url(../images/common/arrow-below2.png) no-repeat left top;
	transform: scale(1, -1);
}
#offcanvas-menu ul ul{
	margin: 0;
	display: none;
}
#offcanvas-menu ul ul li a{
	font-size: 12px;
	padding: 6px 22px 6px 32px;
}
#offcanvas-menu ul ul li a span{
	display: block;
	margin-bottom: 4px;
	font-size: 16px;
}
#offcanvas-container{
	display: block;
	position: relative;
	top:0 ;
	right:0 ;
	width: 100%;
}
#offcanvas-button{
	display: block;
	background: #086c2d;
	width: 52px;
	height: 52px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999999999999;
}
#offcanvas-button:after{
	content:"MENU";
    color: #fff;
    bottom: 6px;
    position: absolute;
    text-align: center;
    left: 0;
    font-size: 9px;
	font-family: 'Cormorant Garamond';
    width: 100%;
}
#offcanvas-button span,
#offcanvas-button span:before,
#offcanvas-button span:after{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 26px;
    cursor: pointer;
    background: #fff;
    display: block;
    content: '';
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
#offcanvas-button span{
	transform: translate3d(-50%,-4px,0);
	-webkit-transform: translate3d(-50%,-4px,0);
}
#offcanvas-button span:before {
    transform: translate3d(-50%,-10px,0);
    -webkit-transform: translate3d(-50%,-10px,0);
}
#offcanvas-button span:after {
    transform: translate3d(-50%,7px,0);
    -webkit-transform: translate3d(-50%,7px,0);
}
#offcanvas-button.close:after{
	content:"";
}
#offcanvas-button.close span{
	background-color: transparent;	
}
#offcanvas-button.close span:before {
    -ms-transform: translateX(-50%)rotate(45deg);
    transform: translateX(-50%)rotate(45deg);
    -webkit-transform: translateX(-50%)rotate(45deg);
	top:4px;
	width: 36px;
}
#offcanvas-button.close span:after {
    -ms-transform: translateX(-50%)translateY(-10px)rotate(-45deg);
    transform: translateX(-50%)translateY(-10px)rotate(-45deg);
    -webkit-transform: translateX(-50%)translateY(-10px)rotate(-45deg);
    top: 14px;
	width: 36px;
}

/* <LAYOUT> */
#header{
	padding:0;
	width: 100%;
	height:52px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100001;
	background: #fff;
}
#header .logo{
	padding: 10px 0 0 20px;
	float: left; 
}
#header .logo img{
	height: 32px;
}
#header .subnav,
#header .gnav{
	display: none;
}
/* </ LAYOUT> */


/* <OTHER LIBRARY> */
#pageTop {
    position: fixed;
    bottom: 50px;
    right: 40px;
	z-index: 10000;
	width: 40px;
	height: 40px;
}
#pageTop img{
	width: 100%;
}

/* </OTHER LIBRARY> */


/* <TOP> */
#top-main{
    margin-bottom: 40px;
}
#top-main #slider{
    height:300px;
}
#top-main #slider .catch{
	position: absolute;
	left:calc(50% - 140px);
	top:180px;
	z-index: 3;
}
#top-main #slider .catch img{
    width: 280px;
}
.slick-slide img {
    display: block;
    width: auto !important;
    height: 300px;
    max-width: initial;
    max-width: auto;
}
#top-main .txt {
    margin: 20px;
    position: relative;
    z-index: 2;
    background: #fff;
    border: solid 10px #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
}
#top-main .txt p {
    border: solid 1px #aabc87;
    font-size: 1.8rem;
    text-align: center;
    color: #086c2d;
    padding: 20px;
}
#top-main .txt p br{
    display: none;
}
#top-b1 {
    display: block;
    margin: 0 20px 60px;
}
#top-b1 .fb-page {
    width: 100%;
    margin-bottom: 40px;
}
#top-b1 .calendar{
    width: 100%;
}
#top-b2 h2{
    padding: 72px 0 24px;
}
#top-b2>p{
    margin: 0 20px 30px;
}
#top-b2 ul {
    margin: 0 20px 40px;
    display: block;
}
#top-b2 ul li{
    width: 100%;
    margin: 0 auto 20px;
}
#top-b2 ul li h3 {
    padding: 20px 0 12px;
}
#top-b2 ul li .info {
    padding: 0 20px 20px;
}
#top-b3 .intro {
    margin: 0 20px 20px;
}
.ttl1 {
    padding: 40px 0 28px;
    margin: 40px 0 28px;
}
#top-b3 h3 {
    margin: 0 0 20px;
}
#top-b3 ul {
    margin: 0 20px;
    display: block;
}
#top-b3 ul li {
    width: 100%;
}
#top-b4 {
    margin: 70px auto;
    padding: 52px 20px 0;
    display: block;
}
#top-b4 .ttl {
    margin-bottom: 24px;
}
#top-b4 dl dt {
    width: 100px;
}
#top-ban ul li:nth-of-type(5) {
    margin-right: 29px;
}
#guide .info {
    margin: 0 20px;
    padding: 36px 0 0;
}
#guide .info dl {
    display: table;
}
#guide .subnav {
    margin-top: 36px;
}
#guide .subnav li:nth-of-type(1){
    display: none;
}
#footer .gnav{
    display: none;
}
#footer .btm .inner {
    display: block;
    padding: 20px;
}
#footer .btm .copy {
    text-align: center;
}
#footer .btm .ban {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    margin: 0 auto;
    align-items: center;
    max-width: 450px;
}
#footer .btm .ban li{
    width: 32%;
    padding-left: 0;
    background: #fff;
}
/* </TOP> */
.b0 {
    margin: 50px 20px 35px;
}
.img-ttl {
    padding: 60px 0 50px;
}
.info-b1 {
    display: block;
}
.info-b1 dt{
    text-align: center;
    width: auto;
}
.info-b1 dt img{
    width: 60%;
    max-width: 400px;
}
.info-b1 dd {
    padding: 20px 0 0;
}
.info-b2 .catch{
    margin: 20px;
    box-shadow:0 0 5px rgba(0,0,0,0.25);
}
.info-b2 .catch p{
    font-size: 1.8rem;
    padding: 20px;
}
.info-b2 .catch p br{
    display: none;
}
.info-b3 {
    display: block;
}
.info-b3 li {
    width: auto;
    margin: 0 0 20px;
}
.info-b4 {
    margin: 20px 0 0;
}
.info-b4 th {
    width: 30%;
}
.info-b4 td {
    width: 70%;
}
#access-b dl {
    display: block;
}
#access-b dl dt{
    width: auto;
}
#access-b dl:nth-of-type(2n+1) dd {
    padding-left: 0;
}
#access-b dl dd h3 {
    margin: 0 0 0;
}
#access-b dl dd h4 {
    margin: 16px 0 0;
}
.ichiba-topic {
    margin: 0 0 40px;
    display: block;
}
.ichiba-topic .photo img {
    width:calc(100% - 4px);
}
.ichiba-topic .info {
    padding-left: 0;
    margin-top: 20px;
}
.tokusanhin-b{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tokusanhin-topic {
    flex-wrap: wrap;
}
.tokusanhin-topic .photo {
    width: calc(100% - 4px);
    text-align: center;
    margin-bottom: 16px;
}
.tokusanhin-topic .info {
    margin: 10px 0 0;
    padding-left: 0;
}
.tokusanhin-topic h3 {
    font-size: 1.6rem;
}
.ichiba-topic .info dl dt.half{
    clear: left;
}
.ichiba-topic .info dl dd.half{
    width: calc(100% - 7em);
}
.tokusanhin-topic .info dl dd{
    width: calc(100% - 7em);
}
#guide .info dl dd p {
    font-size: 2rem;
}
	

}
#ibent




}
/*▲スマホ対応*/

