@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav.gnav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav.gnav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  WEBフォント
 ================================================*/

@font-face {
	font-family: 'Bad Script', cursive;
	font-family: 'Kosugi', sans-serif;
	font-family: 'Kosugi Maru', sans-serif;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-family: 'Sawarabi Gothic', sans-serif;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-family: 'Shippori Mincho B1', serif;
	font-family: 'Yusei Magic', sans-serif;
}



/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 1.0rem;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;line-height: 1.6;
	-webkit-text-size-adjust: 100%;

}

#contents {
/*	width: 1080px;*/
	margin: 0 auto;
}

header + #contents {
	padding-top: 65px;
}



div.covid19 {
	background: #ffffff;
	border: solid 15px #e6e6e6;
	padding: 0 3%;

}

.fit {
	width: fit-content;
	margin: 0 auto;
}

.fit2 {
	margin: 0 auto;
	width: 78%;
}


.menu_photo {
    text-align: center;
}

.menu_list {
	width:78%;
	margin: 15px auto 20px;
}

.inner {
	position: relative;
	width: 1080px;
	margin: 0 auto;
}

a {

	color: #0553ab;
	text-decoration: none;
}
a:hover {
	color: #010079;
	text-decoration: underline
}

i {
	font-size: 2.0rem;
}

h1 {
	font-size: 2.0rem;
	font-family: 'Sawarabi Mincho', sans-serif;
}

h2 {
	margin-top: 20px;
	margin-bottom: 0.5em;
	font-size: 1.8rem;
	font-family: 'Sawarabi Mincho', sans-serif;
	color: #000000;
	text-align: center;
	line-height: 1.0;
	letter-spacing: 3px;
}


h2 span {
	position: relative;
	font-size: 1.0rem;
	font-family: 'Bad Script', cursive;
	color: #cb262c;
	letter-spacing: 1px;
}

h2 span:before {
	position: absolute;
	top: 50%;
	left: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #cb262c;
}

h2 span:after {
	position: absolute;
	top: 50%;
	right: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #cb262c;
}

h2.covid19 {
	font-size: 2.0rem;
	margin: 0 0 0 0;
	padding: 15px 0;
	font-family: 'Kosugi Maru', sans-serif;
	color:#000000;
}



h3 {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-size: 1.3rem;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: bold;
	color: #cb262c;
}

h3.covid19_b {
	margin: 15px 0 5px 0;
	font-size: 1.5rem;
	font-family: 'Sawarabi Mincho', sans-serif;
	text-align: center;
	color: #010079;
	text-shadow: 0 0 5px white;
	padding: 0.1em 0.3em;
	background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

h3.covid19_o {
	margin: 15px 0 5px 0;
	font-size: 1.5rem;
	font-family: 'Sawarabi Mincho', sans-serif;
	text-align: center;
	color: #D54D00;
	text-shadow: 0 0 5px white;
	padding: 0.1em 0.3em;
	background: -webkit-repeating-linear-gradient(-45deg, #FFF2C8, #FFF2C8 3px,#f1f1f1 3px, #f1f1f1 7px);
	background: repeating-linear-gradient(-45deg, #FFF2C8, #FFF2C8 3px,#f1f1f1 3px, #f1f1f1 7px);
}

h4 {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-size: 1.2rem;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: bold;
}

h4.menu_title {
	font-size: 1.4rem;
	position: relative;
	padding: 0.5rem 0rem;
	color: #cb262c;
}

h4.menu_title:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	content: '';
	background-image: -webkit-repeating-linear-gradient(135deg, #cb262c, #cb262c 1px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #cb262c, #cb262c 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

h5 {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-size: 1.1rem;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: bold;
}

h5.op_menu_title {
	font-size: 1.3rem;
	font-family: 'Sawarabi Mincho', sans-serif;
	text-align: center;
	margin-top:25px;
}

h6 {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-size: 1.0rem;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: bold;
}

p {
	margin:0;
	font-size: 1.0rem;
	font-family: 'Kosugi', sans-serif;
}

p.caption {
	font-size: 1.25rem;
	font-family: 'Shippori Mincho B1', serif;
	margin: 15px 0;
}
p.covid19 {
	text-align: center;
	line-height: 2em;
	font-size: 1.2rem;
}

p.caution01 {
	margin-top: 10px;
	font-size: 1.1rem;
	font-family: 'Shippori Mincho B1';
	border-bottom: dotted;
	display: inline-block;

}

span.red {
    padding: 0 3px;
    font-size: 150%;
    color: #ff0000;
}

span.faceup {
    font-size: 85%;
    font-family: 'Yusei Magic', sans-serif;
}

p.caution02 {
	color: #cb262c;
	font-weight: bolder;
	font-size: 1.1rem;
	font-family: 'Kosugi';
	text-align: center;
}

p.caution03 {
	color: #cb262c;
	font-weight: bolder;
	font-size: 1.0rem;
	font-family: 'Kosugi';
	text-align: center;
}


p.menu_info {
	margin-top: 5px;
	font-size: 0.9rem;
	font-family: 'Shippori Mincho B1';
	font-weight: bold;
	margin-bottom: 80px;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}



em {
	font-weight: bold;
}

strong {
	font-weight: bold;
	color: #ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #ddd;
	border-left: 5px solid #ddd;
}

ul,ol,dl {
	margin: 0 0 1em 0;
}
ul li {
	list-style: decimal;
}

ul.covid19 {
	margin-left: 5%;
	line-height: 1.9em;
	font-size: 0.95rem;
}

ol li {
	list-style: decimal;
}
li {
	margin-left: 2em;
}

li.covid19 {
	list-style: disc
}

dt {
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #ddd;
}
dd {
	margin-bottom: 1em;
}


dl.menu {
	width:100%;
	font-size: 1rem;
}

dl.menu div {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 10px 0;
	padding: 10px 0;
}

dl.menu div::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 100%;
	border-bottom: dotted 1px #000;
}

dl.menu dt {
	margin:0;
	padding: 0 5px 0 0;
	background-color: #ecebeb;
	z-index: 2;
	font-size: 1.2rem;
	font-family: 'Sawarabi Mincho';
	font-weight:bold;
	letter-spacing: 0.1rem;
	text-align: left;
	border-bottom: none;
}

span.menu_info01 {
	font-size: 1.1rem;
	font-family: 'Sawarabi Mincho';
	letter-spacing: 0rem;
	padding-left: 7px;
}

span.menu_info02 {
	font-size: 0.9rem;
	font-family: 'Sawarabi Gothic';
	letter-spacing: 0rem;
	color: #0553ab;
	padding: 2px 7px;
	border: solid 1px #0553ab;
}

dl.menu dd{
	margin:0;
	padding: 0 0 0 5px;
	background-color: #ecebeb;
	font-size: 1.3rem;
	font-family: 'Sawarabi Mincho';
	z-index: 2;
	text-align: right;
  }
  
span.menu_tax {
	font-size: 78%;	
	padding-left: 3px;
}

.line_he4 {
	line-height: 4.0rem;
}

.line_he6 {
	line-height: 6.0rem;
}



table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #eabdbd;
	background: #f5d4d4;
	width: 22%;
}
td {
	padding: 10px;
	text-align: left;
	border: 1px solid #eabdbd;
	background: #ffffff;
}

address {
	display: block;
	font-style: normal;
}

/*================================================
 *  商品一覧ページ
 ================================================*/


.theitem img {
	max-width: 80%;
}

.theitem.center a {
	color: #000;
}

.theitem.center a:hover {
	color: #000;
	text-decoration: none;
}

.fourCol .inner .theitem h3 {
	font-size: 0.9rem;
	line-height: 1.1rem;
	margin: 3px 0 0 0;
	padding: 0 0;
}

.fourCol .inner .theitem h4 {
	font-size: 0.8rem;
	line-height: 1.0rem;
	text-align: center;
	margin: 0 0;
	padding: 0 0;
}

.fourCol .inner .theitem p {
	font-size: 0.8rem;
	line-height: 1.1rem;
	text-align: center;
	margin: 0 0;
	padding: 0 0;
}
/*================================================
 *  商品個別
 ================================================*/
div.cosme_item {
	margin: 50px 0;
}

.cosme_item h2 {
	font-size: 2.0rem;
    	font-family: 'Sawarabi Mincho', sans-serif;
	letter-spacing: 4px;
	font-weight: bold;
	border-bottom: 2px solid #cc252f;
	padding-bottom: 10px;
	text-align: center;
}

p.item_caption {
	font-size: 1.4rem;
	font-family: 'Sawarabi Mincho', sans-serif;
	text-shadow: 1px 1px 1px black;
}

p.price {
	font-size: 1.2rem;
	font-family: 'Sawarabi Gothic';
	letter-spacing: 1px;
}

span.jpy {
	font-size: 80%;
	margin-left: 10px;
}

span.tax {
	font-size: 80%;
	margin-left: 5px;
}

p.capacity {
	font-size: 1.2rem;
	font-family: 'Sawarabi Gothic';
	letter-spacing: 1px;
}

span.gram {
    margin-left: 10px;
}

.badge {
    margin-bottom: 5px;
}

.effect_skin {
	background: #62b2b4;
	padding: 3px 5px;
	font-size: 1.3rem;
	font-family: 'Kosugi Maru';
	border-radius: 15px;
	color:#ffffff;
}

.effect_icon {
	background: #c3bd90;
	padding: 3px 3px;
	font-size: 0.9rem;
	font-family: 'Kosugi Maru';
	color:#ffffff;
}


.font_adjust {
	font-size: 80%;
	letter-spacing: 0px;
}

.fourCol.justify_adjust {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 78%;
}
/*================================================
 *  FontAwesome
 ================================================*/
.icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f329";
}

/*================================================
 *  汎用クラス
 ================================================*/
.bgi_w {
	background: #ecebeb;
	padding: 20px 0;
	
}

.bgi_p {
	background: #f9e3e4;
	padding: 20px 0;
}



/* 中央寄せ */
.center {
	text-align: center;
}

/* 左寄せ */
.left {
	text-align: left;
}

/* 右寄せ */
.right {
	text-align: right;
}

/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin: 0 auto 0px auto;
	text-align:center;
}
.imgC img {
	margin-bottom:0px;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:0px;
}
.imgL img {
	float:left;
	margin:0 20px 40px 0;
}

@media screen and (max-width:767px) {
	.imgL {
		margin-bottom:20px;
	}
	.imgL img {
		float:none;
		margin:0 0 10px 0;
	}
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:0px;
}
.imgR img {
	float:right;
	margin:0 0 40px 10px;
}

@media screen and (max-width:767px) {
	.imgR {
		clear:both;
		overflow:hidden;
		margin-bottom:20px;
	}
	.imgR img {
		float:right;
		margin:0 0 10px 0;
	}
}

/* 写真ズーム */
.zoom {
	overflow: hidden;
}
.zoom img {
	display: block;
	-moz-transition: -moz-transform 0.8s linear;
	-webkit-transition: -webkit-transform 0.8s linear;
	-o-transition: -o-transform 0.8s linear;
	-ms-transition: -ms-transform 0.8s linear;
	transition: transform 0.8s linear;
}
.zoom img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.zoom img {
	margin-bottom: 0;
}

/* オーバーレイ */
.overlay {
	position: relative;
}
.overlay::after{
	background: rgba(0,0,0,.5);
	content: "　";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .3s ease-out;
	pointer-events: none;
}
.overlay:hover::after {
	background: rgba(0,0,0,.1);
	transition: all .3s ease-out;
}
.overlay img {
	margin-bottom: 0;
}

/* ボタン */
.btn a {
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: #b52228;
	border: 5px double #ffffff;
}
.btn a:hover {
	color: #fff;
	background: #fb8f93;
}

.btn2 {
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: #b52228;
	border: 5px double #ffffff;
}

/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position:relative;
	overflow:hidden;
	margin-bottom:60px;
}
.twoCol .inner {
	position: relative;
	overflow:hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 48.98%;
	width: calc((480 / 980) *100%);
	height: auto;
	margin:0 0 20px 0;
}
.twoCol .inner h4 {
	width: 100%;
	margin-top: 0.5em;
	text-align: left;
}
.twoCol .inner p {
	width: 100%;
	margin-bottom: 0;
	text-align: justify;
}
.twoCol .inner > a {
	width: 100%;
	height: 100%;
}
.twoCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.twoCol .inner img {
	width:100%;
}
.twoCol .inner .btn {
	margin-top: auto;
	padding-top: 20px;
}
.twoCol .inner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

@media screen and (max-width:767px) {
	.twoCol {
		display: block;
		margin-bottom:20px;
	}
	.twoCol .inner {
		width :100%;
		margin:0 0 10px 0;
	}
}

/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom:0px;
}
.threeCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 32.14%;
	width: calc((315 / 980) *100%);
	margin: 0 0 20px 0;
}

.inner.covid19 {
}

.threeCol .inner h4 {
	width: 100%;
	margin-top: 0.5em;
	text-align: left;
}

.threeCol .inner h4.covid19 {
	text-align: center;
}
.threeCol .inner p {
	width: 100%;
	margin-bottom: 0;
	text-align: justify;
	font-size: 0.8rem;
}

.threeCol .inner p.covid19 {
	text-align: center;
	font-size: 1.45rem;
	margin-top:10px;
}

.threeCol .inner > a {
	width: 100%;
	height: 100%;
}
.threeCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.threeCol .inner img {
	width: 100%;
}
.threeCol .inner .btn {
	margin-top: auto;
	padding-top: 20px;
}
.threeCol .inner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 1.0rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

@media screen and (max-width:767px) {
	.threeCol {
		display: block;
		margin-bottom: 20px;
	}
	.threeCol .inner {
		width : 100%;
		margin: 0 0 10px 0;
	}
}

/* 4カラム（スマートフォンでは2カラム) */
.fourCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom:0;
}
.fourCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 23.46%;
	width: calc((230 / 980) *100%);
	margin: 0 0 20px 0;
}
.fourCol .inner h4 {
	width: 100%;
	margin-top: 0.5em;
	text-align: left;
}
.fourCol .inner p {
	width: 100%;
	margin-bottom: 0;
	text-align: justify;
}
.fourCol .inner > a {
	width: 100%;
	height: 100%;
}
.fourCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.fourCol .inner img {
	width: 100%;
}
.fourCol .inner .btn {
	margin-top: auto;
	padding-top: 20px;
}
.fourCol .inner .text {
	position: absolute;
	top: 70%;
	left: 100%;
	-webkit-transform: translateY(50%) translateX(-100%);
	transform: translateY(50%) translateX(-100%);
	font-size: 0.8rem;
	font-family: 'Kosugi', sans-serif;
	font-weight: bold;
	color: #000;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

.fourCol.last {
    justify-content: flex-start;
}

@media screen and (max-width:767px) {
	.fourCol {
		margin-bottom: 20px;
	}
	.fourCol .inner {
		box-sizing: border-box;
		width: 48.98%;
		width: calc((480 / 980) *100%);
		margin-bottom: 10px;
	}

	.inner.none {
		display: none;
	}
}

/* お知らせ */
.information {
	margin-bottom: 80px;
}

.information dt {
	clear: both;
	float: left;
	margin: 0;
	padding: 10px 0;
	vertical-align: top;
	border-bottom: none;
	font-size: 1.1rem;
	font-family: 'Sawarabi Gothic', sans-serif;
}

.information dd {
	margin: 0;
	padding: 10px 0 10px 8em;
	vertical-align: top;
	border-bottom: 1px dotted #333;
	font-size: 1.2rem;
	font-family: 'Sawarabi Mincho', sans-serif;
}

@media screen and (max-width:767px) {
	.information {
		margin: 0 10px 40px;
	}

	.information dt {
		float: none;
		margin: 0;
		padding: 10px 0 0 0;
		vertical-align: top;
		border-bottom: none;
	}

	.information dd {
		margin: 0;
		padding: 0 0 10px 0;
		vertical-align: top;
		border-bottom: 1px dotted #333;
	}
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #ffffff;
	z-index: 100;
}

header:after {
	content: ""; 
	display: block;
	clear: both;
}

header h1 {
	float: left;
	height: 64px;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
}

header h1 img {
	vertical-align: middle;
}

@media screen and (max-width:768px) {
	header h1 {
		padding: 0 0 0 10px;
		
	}
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
/* PC用 */
@media print, screen and (min-width:967px) {
	nav.gnav:after {
		content: '';
		display: block;
		clear: both;
	}
	nav.gnav {
		display: block !important;
		float: right;
	}

	/* 共通 */
	nav.gnav ul {
		margin: 0;
		padding: 0;
	}
	nav.gnav ul li {
		position: relative;
		line-height: 50px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	nav.gnav ul li a {
		display: block;
		background: #ffffff;
		color: #000000;
		font-size: 0.85rem;
		font-family: 'Shippori Mincho B1';
		font-weight: bold;
		text-decoration: none;
	}
	nav.gnav ul li:hover > a {
		background: #ffffff;
		color: #cb262d;
	}

	/* 1段目 */
	nav.gnav > ul > li {
		position: relative;
		width: 140px;
		float: left;
		margin: 0;
		padding: 0;
		text-align: center;
		list-style: none;
		line-height: 64px;
	}
	nav.gnav > ul > li.subnav a {
		padding-right: 20px;
	}
	nav.gnav > ul > li.subnav > a:after {
		position: absolute;
		content: "";
		top: 50%;
		width: 0;
		height: 0;
		margin-top: -2.5px;
		margin-left: 10px;
		border: 5px solid transparent;
		border-top-color: #cb262c;
	}

	/* 2段目 */
	nav.gnav ul li ul {
		position: absolute;
		z-index: 3;
		top: 100%;
		left: 0;
		width: 230px;
		margin: 0;
		padding: 0;
	}
	nav.gnav ul li ul li {
		overflow: hidden;
		height: 0;
		color: #fff;
		transition: .2s;
	}
	nav.gnav ul li ul li a {
		padding: 0 15px;
		text-align: left;
		background: #ffe8e8;
		font-weight: normal;
	}
	nav.gnav ul li ul li a:hover {
		background: #f5d4d4;
	}
	nav.gnav ul li:hover > ul > li {
		overflow: visible;
		height: 40px;
		line-height: 40px;
		border-bottom: 1px solid #555;
	}
	nav.gnav ul li:hover ul li:last-child {
		border-bottom: none;
	}
	nav.gnav > ul > li:last-child > ul {
		left: -60px;
	}
	nav.gnav ul li ul li ul:before {
		position: absolute;
		content: "";
		top: 17.5px;
		left: -20px;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-left-color: #ff0000;
	}
	nav.gnav > ul > li:last-child ul li ul:before {
		position: absolute;
		content: "";
		top: 17.5px;
		left: 200%;
		margin-left: -20px;
		border: 5px solid transparent;
		border-right-color: #ff0000;
	}

	/* 3段目 */
	nav.gnav ul li ul li ul {
		top: 0;
		left: 100%;
	}
	nav.gnav ul li ul li ul li {
		width: 100%;
	}
	nav.gnav ul li ul li:hover > ul > li {
		border-bottom: 1px solid #555;
	}
	nav.gnav > ul > li:last-child > ul li ul {
		left: -100%;
	}
	nav.gnav ul li ul li ul li a {
		background: #f5d4d4;
	}
	nav.gnav ul li ul li ul li a:hover {
		background: #f5d4d4;
	}

	/* 3段目 */
	nav.gnav > ul {
		display: block !important;
	}
	#spMenu {
		display: none;
	}
}

/* タブレット・スマートフォン用 */
@media screen and (max-width:966px) {
	nav.gnav {
		display: none;
	}
	nav.gnav ul {
		margin: 0;
		padding: 0;
	}
	nav.gnav > ul {
		z-index: 2;
		overflow: auto;
		position: fixed;
		top: 65px;
		right: 0;
		width: 100%;
		height: 88%;
		height: -webkit-calc(100% - 50px);
		height: calc(100% - 50px);
	}
	nav.gnav li {
		position: relative;
		width: 100%;
		float: none;
		margin: 0;
		text-align: left;
		list-style: none;
		border-bottom: 1px solid #333;
		background: #000;
	}
	nav.gnav li:first-child {
		border-top: 0;
	}
	nav.gnav li:last-child {
		border-bottom: 0;
	}
	nav.gnav li a {
		display: block;
		padding: 10px 20px;
		color: #000;
		text-decoration: none;
		background: #ffe8e8;
	}
	nav.gnav li a:hover {
		color: #000;
		background: #f5d4d4;
	}
	nav.gnav ul ul {
		display: none;
		position: relative;
	}
	nav.gnav li li a {
		box-sizing: border-box;
		width: 100%;
		padding: 10px 30px 10px 34px;
		text-align: left;
	}
	nav.gnav li li li a {
		padding: 10px 20px 10px 48px;
	}

	nav.gnav .subnav > a:before {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: #000;
	}
	nav.gnav .subnav > a:after {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -10px;
		background: #ffe8e8;
	}
	nav.gnav .subnav a:hover:after {
		background: #f5d4d4;
	}
	nav.gnav .subnav.active > a:before {
		margin-top: 0;
	}
	nav.gnav .subnav.active > a:after {
		margin-top: 5px;
	}

	.spMenuWrap {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-ms-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
		background: transparent;
	}

	#spMenu {
		position: absolute;
		top: 25px;
		right: 15px;
	}

	#spMenu:hover {
		cursor: pointer;
	}

	#navBtn {
		display: inline-block;
		position: relative;
		width: 30px;
		height: 30px;
		border-radius: 5%;
		background: #cb262c;
	}
	#navBtnIcon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 14px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #f1f1f1;
		transition: .2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 14px;
		height: 2px;
		background: #f1f1f1;
		transition: 0.3s;
	}
	#navBtnIcon:before {
		margin-top: -6px;
	}
	#navBtnIcon:after {
		margin-top: 4px;
	}
	#navBtn .close {
		background: transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top: 0;
	}
	#navBtn .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#navBtn .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
}

/* タブレット・スマートフォン用 */
@media screen and (max-width:966px) {

	p {
		font-size: 0.9rem;
	}
	
	h2 {
		font-size: 1.2rem;
	}

	h2 span {
		font-size: 0.8rem;
	}

	h2.covid19 {
		font-size: 0.9rem;
		letter-spacing: 0px;
		padding: 10px 0 0 0;
		font-weight: 600;
	}

	h3.covid19_b {
		font-size: 0.9rem;
		
	}
	
	h3.covid19_o {
		font-size: 0.9rem;
	}
	
	li.covid19 {
		font-size: 0.8rem;
		font-family: 'Kosugi Maru';
		line-height: 1.0rem;
		padding-bottom: 10px;
		margin-left: -0.5em;
		list-style: inside;
	}
	p.covid19 {
		padding-bottom: 5px;
		line-height: 1.0rem;
		font-size: 0.75rem;
	}

	.information dd {
		font-size: 85%;
	}
	
	.btn {
		font-size: 90%;
	}
	
	p.caption {
		font-size: 0.9rem;
	}
	
	h4.menu_title {
		text-align: center;
		font-size: 1.2rem;
	}
	
	p.caution02 {
		font-size: 0.8rem;
	}

	p.caution03 {
		font-size: 0.7rem;
	}
	
	.menu_list {
		width: 100%;
		margin-bottom:0;
	}
	
	dl.menu {
		margin-bottom: 0;
	}
	
	dl.menu div {
		margin: 0 0;
    		padding: 0 0;
	}
	
	dl.menu dt {
		font-size: 0.8rem;
		letter-spacing: 0;
		width: 55%;
	}
	
	span.menu_info02 {
		font-size: 0.6rem;
		padding: 1px;
	}
	
	dl.menu dd {
		font-size: 0.8rem;
	}
	
	p.menu_info {
		font-size: 0.7rem;
	}
	
	h5.op_menu_title {
		font-size: 1.0rem;
	}
	
	span.menu_info01 {
		font-size: 0.7rem;
	}
	
	
	.fourCol .inner .theitem h3 {
		font-size: 0.7rem;
	}
	
	.fourCol .inner .theitem h4 {
		font-size: 0.6rem;
	}
}
/*================================================
 *  フッター
 ================================================*/
footer {
	clear: both;
	background: #ddd;
}

.fnav {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 50px;
	padding: 20px 0;
}

.fnav > ul {
	width: 33%;
	margin-bottom: 0;
	font-size: 12px;
}
.fnav > ul li {
	text-align: left;
}

.copyright {
	padding: 20px 0;
	color: #fff;
	font-size: 0.7rem;
	text-align: center;
	background: #b52228;
}

@media screen and (max-width:767px) {
	footer {
		margin-top: 0;
	}

	.fnav {
		display: block;
		margin: 0;
	}
	.fnav > ul {
		width: 100%;
	}
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
	z-index:3;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#111;
}
.totop img:hover {
	background:#222;
}

/*================================================
 *  スライドショー
 ================================================*/
.slide {
	overflow: hidden;
	position: relative;
}
.slideInner {
	list-style: none;
	margin: 0;
	padding: 0;
}
.slideInner li {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

/*================================================
 *  タブレット・スマートフォン向けデザイン
 ================================================*/
/* テンプレートより小さくなった場合に適用 */
@media screen and (max-width:979px) {
	.inner {
		width: 100%;
	}

	#contents {
		box-sizing: border-box;
		padding: 0 0;
	}


	footer {
		width: 100%;
	}

	.lock {
		position: fixed;
		z-index: -1;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
	}
}
