﻿@charset "UTF-8";

/*  reset  */
* { margin:0; padding:0;}
img { vertical-align: bottom; }
body { margin: 0; }
ul, li { list-style: none; list-style-position: outside; padding: 0; margin: 0; }
h2,h3 { margin: 0; }

.contents a {
	text-decoration: none;
}

.showSP { display: none; }
.showPC { display: block; }

/* common */
.WrapTop,
.contents .inner {
	width: 980px;
	margin: 0 auto;
}
#Container {
	overflow: hidden;
	width: 100%;
	max-width: 1440px;
	min-width: 1280px;
	font-size: 16px;
}
.contents {
	color: #000;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
	font-weight: bold;
}
.contents,
.pageBottom {
	opacity: 0;
	transition: all 0.5s cubic-bezier(0.68, 0.13, 0.58, 0.92);
}
h1,h2,h3,h4 {
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}
.contents .inner {
	position: relative;
	margin-top: 61px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-bottom: 40px;
}
.contents h1 img {
	width: 607px;
}

@media only screen and (max-width: 750px){
.contents h1 img{
	width: 100%;
}
}
.contents .inner h2.lantern {
	position: relative;
	top: -16px;
	margin: 0;
}
.red {
	color: #d00a20;
}
.corner.left,
.corner.right {
	position: absolute;
	top: -10px;
	width: 23.2vw;
	max-width: 338px;
	min-width: 220px;
}
.corner.left { left: 0;}
.corner.right { right: 0; }
.corner img { width: 100%; }

/* nav */
.nav {
	text-align: center;
	background: #fff;
	display: block;
}
.nav.fixed.pc {
	border-bottom: solid 5px #ffed57;
}
.nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	max-width: 1440px;
	background: #fff;
	padding: 15px 0 0;
	margin: 0;
}
.nav.fixed.fixedHide {
	display: none;
}
.nav.fixed > ul > li {
	padding-bottom: 15px;
}
.nav > ul {
	margin: 0 auto;
	padding: 30px 0 0;
	max-width: 980px;
	width: 79%;
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	flex-wrap: wrap;
}
.nav > ul:after {
	display: block;
	content: "";
	clear: both;
}
.nav.fixed ul {
	padding: 0;
}
.nav > ul > li {
	padding-left: 3px;
	background: url(../img/nav_border.gif) no-repeat top left;
	padding-bottom: 30px;
}
.nav li:first-child,
.nav li:nth-of-type(6) {
	padding-left: 0;
	background: none;
}

/* .nav li:nth-of-type(1) a { background: url(../img/nav_menu01_on.gif) no-repeat center; }
.nav li:nth-of-type(2) a { background: url(../img/nav_menu11_on.gif) no-repeat center; }
.nav li:nth-of-type(3) a { background: url(../img/nav_menu12_on.gif) no-repeat center; }
.nav li:nth-of-type(4) a { background: url(../img/nav_menu13_on.gif) no-repeat center; }
.nav li:nth-of-type(5) a { background: url(../img/nav_menu02_on.gif) no-repeat center; }
.nav li:nth-of-type(6) a { background: url(../img/nav_menu03_on.gif) no-repeat center; }
.nav li:nth-of-type(7) a { background: url(../img/nav_menu04_on.gif) no-repeat center; }
.nav li:nth-of-type(8) a { background: url(../img/nav_menu09_on.gif) no-repeat center; }
.nav li:nth-of-type(9) a { background: url(../img/nav_menu10_on.gif) no-repeat center; } */
/*.nav li:nth-of-type(10) a { background: url(../img/nav_menu10_on.gif) no-repeat center; }*/
.nav li a {
	display: block;
}
.nav li img { display: block; }
.nav li span { display: none; }
.nav.fixed + .oden {
	margin-top: 146px;
}
.nav.fixed + .topSec {
	margin-top: 146px;
}
.underDot {
	display: inline-block;
	background: url(../img/txt_bg_dot.gif) repeat-x bottom;
	line-height: 1.8;
	margin-bottom: 5px;
}

.modal_wrap { display: none;}
html.stop {
	overflow: hidden;
	-ms-touch-action: none; /*for IE10*/
	touch-action: none;
}
.nav.pc .subMenu {
	opacity: 0;
}
.nav .subMenu {
	width: 400px;
	padding: 40px 22px 30px;
	z-index: 1000;
	box-sizing: border-box;
	transition: all 0.3s cubic-bezier(0.43, 0.15, 0.18, 0.54);
}
.nav .openMenu.menu1 .subMenu { background: url(../img/submenu1_bg.png) no-repeat top; }
.nav .openMenu.menu2 .subMenu { background: url(../img/submenu2_bg.png) no-repeat top; }
.nav.pc .openMenu > div {
	position: absolute;
	transition: all 0s cubic-bezier(0.43, 0.15, 0.18, 0.54);
	transition-delay: 0.3s;
}
.nav.pc .openMenu.menu1 > div {
	top: 54px;
	left: 580px;
	height: 135px;
}
.nav.pc .openMenu.menu2 > div {
	top: 115px;
	left: 485px;
	height: 317px;
}
.nav .subMenu li {
	width: 100%;
	background: url(../img/txt_bg_dot.gif) repeat-x bottom;
	margin-bottom: 14px;
}
.nav .subMenu li a {
	background: none;
	padding: 0 0 6px;
}
.nav .openMenu.menu1 .subMenu li:nth-of-type(1) a { background: url(../img/subnav1_menu01_on.gif) no-repeat; }
.nav .openMenu.menu1 .subMenu li:nth-of-type(2) a { background: url(../img/subnav1_menu02_on.gif) no-repeat; }

.nav .openMenu.menu2 .subMenu li:nth-of-type(1) a { background: url(../img/subnav2_menu01_on.gif) no-repeat; }
.nav .openMenu.menu2 .subMenu li:nth-of-type(2) a { background: url(../img/subnav2_menu02_on.gif) no-repeat; }
.nav .openMenu.menu2 .subMenu li:nth-of-type(3) a { background: url(../img/subnav2_menu03_on.gif) no-repeat; }
.nav .openMenu.menu2 .subMenu li:nth-of-type(4) a { background: url(../img/subnav2_menu06_on.gif) no-repeat; }
.nav .openMenu.menu2 .subMenu li:nth-of-type(5) a { background: url(../img/subnav2_menu07_on.gif) no-repeat; }
.nav .openMenu.menu2 .subMenu li:nth-of-type(6) a { background: url(../img/subnav2_menu08_on.gif) no-repeat; }
/*.nav .openMenu.menu2 .subMenu li:nth-of-type(7) a { background: url(../img/subnav2_menu08_on.gif) no-repeat; }*/
/*.nav .openMenu.menu2 .subMenu li:nth-of-type(5) a { background: url(../img/subnav2_menu05_on.gif) no-repeat; }*/

.nav.fixed .subMenu {
	padding: 35px 22px;
}
.nav.fixed .openMenu.menu1 > div {
	top: 25px;
}
.nav.fixed .openMenu.menu2 > div {
	top: 70px;
}
body:not(.tablet) .nav.pc .openMenu a {
	cursor: pointer;
}
.nav.pc .openMenu.menu1 > div,
.nav.pc .openMenu.menu2 > div {
	height: 0;
	overflow: hidden;
}
body:not(.tablet) .nav.pc .openMenu:hover > div {
	transition-delay: 0s;
}
body:not(.tablet) .nav.pc .openMenu.menu1:hover > div {
	height: 135px;
}
body:not(.tablet) .nav.pc .openMenu.menu2:hover > div {
	height: 317px;
}
body:not(.tablet) .nav.pc .openMenu:hover .subMenu {
	display: block;
	opacity: 1;
	transition: all 0.3s cubic-bezier(0.43, 0.15, 0.18, 0.54);
}
body.tablet .nav.pc .openMenu > a > img {
	opacity: 1 !important;
}
.nav.pc .openMenu.visible  > div{
	transition-delay: 0s;
}
.nav.pc .openMenu.menu1.visible > div {
	height: 135px;
}
.nav.pc .openMenu.menu2.visible > div {
	height: 317px;
}
.nav.pc .openMenu.visible > div .subMenu {
	display: block;
	opacity: 1;
	transition: all 0.3s cubic-bezier(0.43, 0.15, 0.18, 0.54);
}

/* menubtn */
#menubtn { display: none; }

/* pageBottom */
.pageBottom {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: -70px;
}
.pageBottom .socialarea {
	position: absolute;
	left: calc(50% - 50px);
	top: 7px;
	overflow: hidden;
	width: 100px;
}
.pageBottom .socialarea > div {
	float: left;
	width: 44px;
}
.pageBottom .socialarea > div:nth-of-type(2) {
	float: right;
}
.pageBottom .socialarea > div img {
	width: 100%;
}
.pageBottom .socialarea a {
	display: block;
}
.pageBottom .pagetop {
	float: right;
	margin: 37px 30px 0 0;
	background: #fff;
}
.pageBottom .foot {
	height: 220px;
	background: url(../img/foot_bg.jpg) center 70px repeat-x;
}
.pageBottom .foot.bnr {
	height: 162px;
	padding-top: 150px;
}
.pageBottom .foot.bnr a {
	display: block;
	width: 629px;
	height: 110px;
	margin: 0 auto;
	background: url(../../oden/img/oden_foot_banner_bg.png) no-repeat;
}
.pageBottom .foot.bnr02 {
	height: 300px;
	padding-top: 160px;
	background: url(../img/foot_bg02_pc.jpg) center 70px repeat-x;
}
.pageBottom .foot.bnr02 .inner {
	width: 878px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.pageBottom .foot.bnr02 a {
	display: inline-block;
	float: left;
	margin-bottom: 20px;
	background: url(../img/foot_banner_pc_bg.png) no-repeat;
	width: 430px;
	text-align: left;
	overflow: hidden;
}

.tablet .pageBottom .foot.bnr02 a {
	background: none;
}
.pageBottom .foot.bnr02 a:nth-of-type(even) {
	float: right;
}
.pageBottom .foot.bnr02 a:last-child {
	float: none;
}


/* komichiSec */
.komichiSec {
	padding: 60px 0 70px;
}
.komichiSec .inner {
	background: none;
	padding-bottom: 0;
}
.contents .komichiSec h2 {
	margin-bottom: 30px;
}
.komichiSec .list {
	overflow: hidden;
	margin: 0 -8px;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.komichiSec .list a {
	color: #000;
	display: block;
	width: 25%;
	padding: 0 8px;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.komichiSec .list a p {
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	margin-top: 10px;
	background: url(../img/nabe_arrow.png) left center no-repeat;
	background-size: 10px auto;
	padding-left: 18px;
}
.komichiSec .list img {
	width: 100%;
	height: auto;
}

@media only screen and (min-width: 1440px) {
	.nav.fixed {
		left: calc(50% - 720px);
	}
}

@media only screen and (max-width: 1200px) {
	.nav ul {
		width: 100%;
	}
}
@media only screen and (min-width: 751px) {
	a.hover img {
		transition: all 0.22s cubic-bezier(0.43, 0.15, 0.18, 0.54);
		backface-visibility: hidden;
	}
	a.hover:hover img {
		opacity: 0.7;
	}
	a:active img,
	a:visited img,
	a:focus img {
		opacity: 1 !important;
	}
	.nav .none {
		cursor: default !important;
	}
	.nav .none img {
		opacity: 1 !important;
	}
	.nav a.hover:hover {
		opacity: 1 !important;
	}
	/* .nav a.hover:hover img {
		opacity: 0;
	} */
	.komichiSec .list a:hover p {
		opacity: 0.7;
	}
}

@media only screen and (max-width: 750px) {

	a img {
		opacity: 1 !important;
	}
	.showSP { display: block; }
	.showPC { display: none !important; }
	span.sp { display: inline !important; }
	#ModalBg.open {
		display: block !important;
		position: fixed;
		z-index: 3;
	}
	.contents a:hover {
		opacity: 1 !important;
	}
	.contents a:hover img {
		opacity: 1 !important;
	}
	.corner {
		display: none;
	}
	#Container {
		font-size: 12px;
		min-width: 100%;
	}
	.contents .inner {
		box-sizing: border-box;
		width: auto;
		padding: 3% 2.6%;
		margin: 3% 2.6%;
	}
	.underDot {
		display: block;
		background: none;
		margin: 0;
		padding: 0;
		text-align: left;
		font-size: 12px;
	}
	.underDot > span {
		display: inline-block;
    margin-bottom: 0.2em;
    line-height: 1.6;
		background: url(../img/txt_bg_dot.gif) repeat-x bottom;
	}
	.contents .inner h2.lantern {
		margin: 0 -2.9% 0;
		top: -5vw;
	}
	/* #menubtn */
	#menubtn {
		display: block;
		background: #d00a20;
		width: 13.4vw;
		height: 13.4vw;
		max-width: 70px;
		max-height: 70px;
		border-radius: 50%;
		border: 1px solid #fff;
		position: fixed;
		top: 3vw;
		right: 3vw;
		z-index: 9000;
		opacity: 0;
		transition: all 0.1s cubic-bezier(0.38, 0.84, 0.76, 1.01);
	}
	#menubtn p {
		position: relative;
		background: #fff;
		height: 3px;
		width: 42%;
		margin: 0 auto;
		top: calc(50% - 2px);
	}
	#menubtn p:before,
	#menubtn p:after {
		content: "";
		display: block;
		background: #fff;
		width: 100%;
		height: 3px;
		position: absolute;
	}
	#menubtn p:before {
		top: -2.1vw;
	}
	#menubtn p:after {
		top: 2.1vw;
	}
	#menubtn.open p {
		width: 45%;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#menubtn.open p:before {
		display: none;
	}
	#menubtn.open p:after {
		top: 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	#menubtn.mShow {
		opacity: 1;
	}

	/* nav */
	.nav.pc { display: none;}
	/* modal_wrap */
	.modal_wrap .nav li.openMenu > a:before {
		content: "";
		display: block;
		width: 20px;
		height: 20px;
		background: url(../img/menu_btn.gif) no-repeat !important;
		background-size: 100% auto !important;
		background-position: top left;
		position: absolute;
		left: 12px;
		top: 21px;
	}
	.modal_wrap .nav li.openMenu.open > a:before {
		background-position: bottom left !important;
	}
	#closeBtn_btm {
		display: block;
		width: 88%;
		margin: 0 auto;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}
	#closeBtn_top {
		display: block;
		position: absolute;
		top: 0px;
		right: 0;
		width: 40px;
		height: 40px;
		padding: 10px;
		z-index: 10001;
		box-sizing: border-box;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}
	#closeBtn_top:before,
	#closeBtn_top:after {
		content: "";
		display: block;
		background: #d00a20;
		width: calc(100% - 20px);
		height: 3px;
		position: absolute;
		top: calc(50% - 2px);
	}
	#closeBtn_top:after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.modal_wrap {
		display: none;
		position: fixed;
		z-index: 3;
		background: rgba(0,0,0,0.6);
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 15000;
		overflow: auto;
	}
	.modal_wrap .nav {
		position: relative;
		top: 5vw;
		left: 4%;
		width: 92%;
		margin-bottom: 40px;
		padding-bottom: 20px;
	}
	.modal_wrap .nav ul {
		padding: 0 0 20px;
	}
	.modal_wrap .nav ul li {
		width: 100% !important;
		text-align: left;
		padding-left: 0;
		background: url(../img/menu_dotline.gif) repeat-x left bottom !important;
		background-size: 100% auto !important;
		padding-bottom: 0;
	}
	.modal_wrap .nav li a {
		position: relative;
		color: #000;
		font-size: 15px;
		font-weight: bold;
		padding: 20px 10px 20px 44px;
		background: url(../img/menu_arrow_red.png) 20px 50% no-repeat !important;
		background-size: auto 0.8em !important;
		line-height: 1.4;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
		font-weight: bold;
		font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
	}
	.modal_wrap .nav .subMenu {
		display: none;
		position: relative;
		top: auto;
		left: auto;
		width: inherit;
		height: inherit;
		border: none;
		border-radius: 0;
		box-shadow: none;
		padding: 0;
		background: #d00a20 !important;
		z-index: 1000;
	}
	.modal_wrap .nav .subMenu.open {
		display: block;
	}
	.modal_wrap .nav .subMenu:before {
		display: none;
	}
	.modal_wrap .nav .subMenu li {
		width: 100%;
		background: none;
		border-bottom: 1px dotted #fff;
		margin-bottom: 0;
		background: none !important;
	}
	.modal_wrap .nav .subMenu li:last-child {
		border-bottom: none;
	}
	.modal_wrap .nav .subMenu li a {
		color: #fff;
		font-size: 12.5px;
		padding: 17px 10px 17px 50px;
		background: url(../img/menu_arrow_wh.png) 33px 48% no-repeat !important;
		background-size: auto 1em !important;
		line-height: 1.4;
	}
	.modal_wrap .nav .subMenu li a img {
		width: 335px;
		height: 16px;
	}
	.modal_wrap .nav.fixed .subMenu {
		top: 40px;
		padding: 20px 22px;
	}


	/* pageBottom */
	.pageBottom {
		margin-top: 0;
		padding-bottom: 37vw;
	}
	.pageBottom .socialarea {
		float: none;
		position: absolute;
		top: auto;
		bottom: 7vw;
		margin: 0;
		width: 90px;
	}
	.pageBottom .socialarea > div {
		width: 38px;
		height: 38px;
	}
	.pageBottom .socialarea > div a {
		background: none !important;
	}
	.pageBottom .pagetop {
		float: none;
		position: absolute;
		bottom: 22vw;
		left: 28%;
		width: 42%;
	}
	.pageBottom .foot {
		height: 20vw;
		background: url("../img/foot_bg.jpg") center top repeat-x;
		background-size: 150% auto;
	}
	/* foot */
	#Container .foot.bnr {
		padding: 5.3vw 0 3vw;
		height: auto;
	}
	#Container .foot.bnr a {
		width: 84%;
		height: auto;
		background: none;
	}
	.pageBottom .foot.bnr02 {
		height: auto;
		padding-top: 0;
		background: url(../img/foot_bg02_sp.jpg) center top repeat-x;
    background-size: 100% auto;
	}
	.pageBottom .foot.bnr02 .inner {
		width: auto;
    margin: 0 7%;
    padding: 10% 0 3.4%;
		overflow: visible;
	}
	.pageBottom .foot.bnr02 a {
		width: 100%;
    margin-bottom: 3.5%;
    background: none;
	}

	/* komichiSec */
	.komichiSec {
		padding: 4.5vw 0 6vw;
	}
	.contents .komichiSec h2 {
		margin-bottom: 4.4vw;
	}
	.komichiSec .inner {
		margin: 0;
	}
	.komichiSec .list {
	}
	.komichiSec .list a {
		width: 50%;
		margin-bottom: 17px;
	}
	.komichiSec .list a:last-child {
		float: none;
	}
	.komichiSec .list a p {
		font-size: 3.1vw;
		background-size: 9px auto;
	}
}

@media only screen and (max-width: 375px) {
	.underDot {
		font-size: calc(0.27vw * 12);
	}
	.modal_wrap .nav li a {
		font-size: 4vw;
	}
	.modal_wrap .nav .subMenu li a {
		font-size: 3.35vw;
	}
}