@charset "UTF-8";
/*-----Reset---------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 100%;
	vertical-align:baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section {
	display:block;
}
body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
ol, ul {
	list-style: none;
	list-style-type: none;
}
.cF:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
a {
	transition: all 0.4s ease;
}
a:hover {
	opacity: 0.8;
}


/*------Reset END-----*/
/*----Layout Type-------*/
#mid #content-main {

}
#mid #my_explore {

}
#top #nav_section {
	text-align: right;
}
#top .inn {
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
@media screen and (min-width: 641px) {
#top header {
	order: 1;
}
#top #nav_section {
	width: 100%;
	order: 3;
	margin-top: -50px;
}
#top .mainImg {
	order:2;
}
}
@media screen and (max-width: 641px) {
..all-wrapper {
	position: relative;
}
#top #nav_section {
	position: fixed;
	height: 100%;
	top: 0;
	width: 260px;
	z-index: 3;
}
#top #nav_section ul li {
	width: 260px;
}
}
/*----Layout Type END---*/
/*----Width Type-------*/


/*----Width Type END---*/
/*----------------------------------------------------------------------------------------------------------------------
******Common******
----------------------------------------------------------------------------------------------------------------------*/
body {
	background-color: #fff;
	background-image: linear-gradient(-45deg, rgba(238, 238, 238, 0.48) 25%, transparent 25%, transparent 50%, rgba(238, 238, 238, 0.48) 50%, rgba(238, 238, 238, 0.48) 75%, transparent 75%, transparent 100%), linear-gradient(45deg, rgba(238, 238, 238, 0.47) 25%, transparent 25%, transparent 50%,  rgba(242, 242, 242, 0.51) 50%, #f2f2f2 75%, transparent 75%, transparent 100%);
	background-size: 52px 52px;
	border-top: solid 10px #960d0d;
	border-bottom: solid 10px #960d0d;;
}
/*----Design SP--------------------------------------------------------------*/
#page_navigation {
	background: #fff;
}
#page_navigation a {color:#444 !important;}
#page_navigation a {
	color: #444;
}
@media screen and (max-width: 640px) {
body {
	width:100%;
	font-size: 100%;
}
.mid01 .content_box1 .text-box1 p:before {
	content: "";
	display: block;
	float: left;
	margin-right: 10px;
	background: url('../img/ryokocamera-bg01.png') no-repeat center;
	border: solid 1px #ccc;
	background-size: 98%;
	width: 100px;
	height: 70px;
}
.all-wrapper {
	width: 100%;
}
.inn {
	width: 100%;
	margin:0 auto;
}
header a {
	text-decoration: underline; ;
}
#top a {
	color: #217AC0;
}
#mid #article a {
	color: #217AC0;
}
#bottom #my_explore a {
	color: #ffffff;
}
footer a {
	color: #217AC0;
}
header {
	width: 100%;
}
header .inn {
	display: flex;
	align-items: flex-start;
	border-bottom: solid 1px #477326;
	padding: 10px;
	flex-direction: column;
	width: 100%;
}
header #head-site {
}
header .inn:before {
	float: left;
	display:block;
	width: 15vw;
	height: 15vw;
	background: url('../img/ryokocamera-bg01.png') no-repeat center #fff;
	background-size: 100%;
}
header h1 {
	font-size: 20px;
	margin-bottom: 2px;
	font-weight: bold;
	color: #960d0d;;
}
header #lead-my_title  p {
	font-size: 14px;
	margin-bottom: 2px;
}
.btn_hamburger {
    width: 30px;
}
.btn_hamburger a {
    position: relative;
    display: block;
    height: 24px;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
}
.btn_hamburger span {
    position: absolute;
    display: inline-block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #161b1d;
    border-radius: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
}
.btn_hamburger span:nth-of-type(1) {
    top: 0;
}
.btn_hamburger span:nth-of-type(2) {
    top: 11px;
}
.btn_hamburger span:nth-of-type(3) {
    bottom: 0;
}
.btn_hamburger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #161b1d;
    border-radius: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.btn_hamburger .active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn_hamburger .active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.btn_hamburger .active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) scale(0);
    -ms-transform: translateY(20px) scale(0);
    transform: translateY(20px) scale(0);
}
.btn_hamburger .active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) scale(0);
    -ms-transform: translateY(-20px) scale(0);
    transform: translateY(-20px) scale(0);
}
.btn_hamburger {
	position: fixed;
	bottom: 49px;
	background: #fff;
	padding: 10px;
	width: 50px !important;
	border: solid 1px #ccc;
	box-shadow: 2px 2px 3px #ccc;
	z-index: 2;
}
.btn_hamburger:after {
	content: "●";
	color: #e2233c;
	position: absolute;
	bottom: 22px;
	right: -11px;
	font-size: 30px;

}
#top #page_navigation {
	padding: 4px;
	font-size: 12px;
	width: 100%;
	margin-bottom: 10px;
}
#top #page_navigation ul li {
display: inline-block;
}
#top nav {
	display: none;
	position: absolute;
	right: 0;
	width: 100%;
	background: #401602;
	top: 80px;
}
#top nav a {
	color: #fff;
	text-decoration: none;
	display: block;
}
#top #nav_section ul {
}
#top #nav_section ul li {
	float: none;
	text-align: left;
	border-bottom: solid 1px #fff;
	padding: 10px 15px;
}
#top .mainImg {
	width: 100%;
	background: url('../img/ryokocamera-header01.jpg') no-repeat center;
	background-size: 100%;
	height: 50vw;
}
#mid {
	margin-bottom: 10px;
	font-size: 14px;
}
#mid .inn {
	background: #fff;
}

#mid #content-main {
	width: 100%;
	padding: 20px;
	line-height: 1.5;
	float: none;
}
#mid #content-main h2 {
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	background: #ffffff;
	color: #477326;
	padding: 5px;
	border: double;
	border-left: solid 5px #401602;
}

#mid #content-main #article .content_box,
#mid #content-main #article .content_box1,
#mid #content-main #article .content_box2 {
	margin-bottom: 25px;
	padding: 10px;
	background: #fbfae4;;
}
#bottom #my_explore {
	width: 100%;
	padding: 0;
	float: none;
	margin: 0 auto;
}
#bottom #my_explore h3 {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding: 20px 10px;
	background: #960d0d;
}
#bottom #my_explore h3:before {
	content: "■";
	margin-right: 10px;
	color: #ffffff;
}
#bottom div {
	margin-bottom: 20px;
}
#bottom #my_explore ul {
	border-bottom: solid 1px #fff;
}
#bottom #my_explore ul li {
	color: #f8fff2;
	padding-left: 5vw;
	padding: 20px;
	border-top: solid 1px #fff;
	position: relative;
	background: #8d968a;
	font-weight: normal;
}
#bottom #my_explore ul li:after {
	content: ">>";
	display: block;
	position: absolute;
	right: 5vw;
	top: 50%;
	line-height: 0;
}
#bottom #my_explore ul li a {
	text-decoration: none;
	display: block;
	font-weight: normal;
	padding: 4px 0;
}
.last-p {
	position: fixed;
	bottom: 8px;
	right: 10px;
	font-size: 77%;
	width: 88px;
	z-index: 4;
}
.last-p a {
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
	width: 88px;
	padding: 14px 3px;
	background: #960d0d;
	border: double;
}
.last-p a:hover {
	text-decoration: none;
	opacity: 1;
}
footer {
	padding: 20px;
	text-align: center;
}
footer .inn {
}
}
/*----Design SP- END--------------------------------------------------------------*/

/*----Design PC--------------------------------------------------------------*/
@media screen and (min-width: 641px) {
.sp {
	display: none;
}
#top header .inn {
	display: block;
}
.mid02 .content_box2 .text-box2 p:before {
	content: "";
	display: block;
	float: right;
	margin-left: 10px;
	background: url('../img/ryokocamera-bg01.png') no-repeat center #FFF;
	border: solid 1px #ccc;
	background-size: 100%;
	width: 200px;
	height: 150px;
}
.all-wrapper {
	width: 100%;
	margin: 20px 0;
}
.inn {
	width: 1150px;
	margin:0 auto;
}
header a {
	text-decoration: underline; ;
}
#top a {
	color: #3b6621;
	text-decoration: none;
	display: block;
	width: 100%;
}
#mid #article a {
	color: #217AC0;
}
#mid #my_explore a {
	color: #477326;
	text-decoration: none;
	display: block;
	height: 100%;
}
footer a {
	color: #217AC0;
}
header {
}
header .inn {
}
header #head-site {
	padding-left: 10px;
	border-radius: 20px 20px 0 0;
	padding: 20px 10px;
}
header .inn:before {
	float: left;
	display:block;
	width: 14vw;
	height: 14vw;
	background: url('../img/ryokocamera-bg01.png') no-repeat center #fff;
	background-size: 100%;
}
header h1 {
	font-size: 28px;
	margin-bottom: 10px;
	color: #401602;
}
header #lead-my_title  p {
	margin-bottom: 10px;
	color: #401602;
}
#top {
}
#top #page_navigation {
	padding: 10px;
	background: none;
	border-bottom: solid 1px #ccc;
}
#top #page_navigation ul li {
display: inline-block;
}
#top #nav_section {
}
#top #nav_section ul {
	width: 84%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#top #nav_section ul li {
	display: inline-block;
	margin: 0 5px 0 0;;
}
#top #nav_section ul li a {
	font-size: 12px;
	display: table-cell;
	width: 200px;
	height: 100px;
	background: #401602;
	color: #f3fff2;
	text-align: center;
	vertical-align: middle;
	padding: 0 10px;
	border-radius: 8px;
	border: double;
}
#top #nav_section ul li a:hover {
	background: #ccc;
	opacity: 1;
}
#top #nav_section ul li:last-child{
	border: none;
	margin-right: 0;
}
#top .mainImg {
	width: 100%;
	height: 450px;
	background: url('../img/ryokocamera-header01.jpg') no-repeat center transparent;
	background-size: 90%;
}
#mid {
	margin-bottom: 50px;
	padding: 20px 0;
}
#mid .inn {
	background: #fff;
	box-shadow: 5px 5px 0px #8d968a;
}

#mid #content-main {
	line-height: 1.5;
}
#mid #content-main h2 {
	font-size: 24px;
	margin-bottom: 20px;
	background: #ffffff;
	text-align: left;
	color: #401602;
	width: 1150px;
	margin: 0 auto;
	padding: 10px 50px;
	border: double;
	border-left: solid 5px #401602;
}
#mid #content-main #article .content_box,
#mid #content-main #article .content_box1,
#mid #content-main #article .content_box2 {
	margin-bottom: 50px;
	padding: 20px;
}
#mid #content-main #article p {
	padding: 10px 30px;
	background-color: #fbfae4;
}
#bottom #my_explore {
	padding: 20px;
	display: flex;
	justify-content: space-around;
}
#bottom #my_explore h3 {
	font-size: 20px;
	font-weight: bold;
	color: #8d968a;
	margin-bottom: 10px;
	border-bottom: solid 1px #ccc;
}
#bottom #my_explore h3:before {
	content:"■";
	margin-right: 10px;
	color:#8d968a;
}
#bottom #my_explore div {
	margin-bottom: 50px;
	width: 30%;
}
#bottom #my_explore ul li {
	margin-bottom: 10px;
	color: #ffffff;
	padding: 10px;
	background: #8d968a;
	border-radius: 4px;
	box-shadow: 2px 2px 0px #960d0d;
}
#bottom #my_explore ul li a {
	display: block;
	padding: 4px;
	color: #fff;;;
}
.last-p {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
.last-p a {
	background: #8d968a;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
.last-p a:hover {
	text-decoration: none;
	background: #383636;
	opacity: 1;
}
footer {
	padding: 20px;
	text-align: center;
}
footer .inn {
}
}
/*----Design PC- END--------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------
******Common END ******
----------------------------------------------------------------------------------------------------------------------*/