#wrap {
    font-size: 1em;
    line-height: 2.2;
    color: #333;
}
a {
    color: blue;
    text-decoration: none;
	transition: 0.5s ;
	
}
a:hover {
    color: #51F3E6;
	
}
#topimg {
    position: relative;
	width: 100%;
	height: 0;
	padding-top:calc(500 / 1800 * 100%);
    background: url("../img/ofuna_top.jpg") center center / cover no-repeat;
}
#headbar {
    font-size: 1.2em;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.8;
	color: #fff;
	font-weight: bold;
}
#header #topimg .shareList2 {
    margin-left: 5%;
}
#topmenub {
	padding-left: 5%;
	padding-right: 5%;
}
#header {
	background-color: #FF5310;
	position: relative;
}
#wrap #header #menu {
    display: flex;
    width: 100%;
    justify-content: space-around;
    line-height: 40px;
    text-align: center;
    margin-right: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#menu li {
	width: 20%;
    border-right: 1px solid #FFFFFF;
}
#menu li:first-child {
    border-left: 1px solid #FFFFFF;
}
#menu li a {
    display: block;
    text-decoration: none;
	color: #fff;
	transition: color .3s;
}
#menu li a:hover {
	color: #FCEB05;
}
#main {
	padding: 5%;
}
#wrap #main .con {
	margin-top: 100px;
}
h1 {
    text-align: center;
    font-size: 1.5em;
    border-bottom: 1px solid #333;
	line-height: 1.5;
	margin-bottom: 50px;
}
h2 {
    margin-top: 30px;
    margin-bottom: 5px;
    font-weight: bold;
}
#main .con .shop {
	display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: none;
}
.con .shop dt {
	background: #f5f5f5;
	padding: 5px;
	width: 130px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.con .shop dd {
	background: #fff;
	padding: 5px;
	width: calc(100% - 130px);
	border-bottom: 1px solid #ccc;
}
#main .con .menu {
	display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: none;
	font-size: 0.9em;
}
.con .menu dt {
	background: #f5f5f5;
	padding: 5px;
	width: 70%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.con .menu dd {
	background: #fff;
	padding: 5px;
	width: 15%;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
#main .con .kome {
    font-size: 0.8em;
    line-height: 1.5;
    margin-top: 5px;
}
#main .con .attention {
    font-size: 0.9em;
    background-color: #DDF3F6;
	margin-top: 70px;
    padding: 15px;
}
#wrap footer {
	color: #fff;
	background-color: #FF5310;
	position: relative;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 0.9em;
}
#menu2 {
    display: flex;
    width: 100%;
    justify-content: space-around;
    line-height: 30px;
    text-align: center;
    margin-right: 30px;
	padding-top: 3px;
	padding-bottom: 30px;
}
#menu2 li {
	width: 25%;
    border-right: 1px solid #FFFFFF;
}
#menu2 li:first-child {
    border-left: 1px solid #FFFFFF;
}
#menu2 li a {
    display: block;
    text-decoration: none;
	color: #fff;
	transition: color .3s;
}
#menu2 li a:hover {
	color: #FCEB05;
}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop i {
  padding-top: 6px
}
#pageTop a {
	display: block;
	z-index: 999;
	padding: 10px 10px 5px 10px;
	border-radius: 40px;
	width: 55px;
	height: 55px;
	background-color: #9FD6D2;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-size: 1.5em;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}