@charset "Shift_JIS";

.disnone{display:none!important;}

/*759.9px以下*/
@media screen and (max-width: 759.9px) {
/*----------------------------------------------------------------
  Common Set
----------------------------------------------------------------*/
.spnone,.smpnone{display:none !important;}
#dirPathBlock,
#anchorLinkBlock {
    font-size: 10px;
    margin: 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}

/*nav list*/
#headline nav ul li{
	width: 50%;
    float: left;
    padding: 8px 0;
    display: block;
    text-align: center;
    font-size: 14px;
    border-right: 1px dotted #fff;
    border-bottom: 1px dotted #FFF;
    box-sizing: border-box;
}
#headline nav ul li:nth-of-type(even){border-right: none;}
#headline nav ul li:nth-of-type(n+3){border-bottom: none;}
#headline nav ul li a{color: #FFF;}

/*nav arealist*/
#link01 nav ul li,
#link02 nav ul li{
	width: 25%;
    float: left;
	padding: 0 0 8px;
    display: block;
    text-align: center;
    font-size: 14px;
	border-right: 1px dotted #fff;
    box-sizing: border-box;
}
#link02 nav ul li{
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}
#link01 nav ul li:last-child,
#link02 nav ul li:last-child{border-right: none;}
/*#link01 nav ul li a,
#link02 nav ul li a{position: relative;}
#link01 nav ul li a:before,
#link02 nav ul li a:before{
	content: "\25BC";
	position:absolute;
	top:0;
	left: -24px;
}*/

/* layout
----------------------------------------------- */
#wrapper{
	margin:0 auto;
	-webkit-text-size-adjust: 100%;
	font-size:14px;
}
#wrapper #middleArea{
	width: 100% !important;
	padding: 0;
}
.headerbg{background: #1a79af;}
#headline{
	overflow: hidden;
	position: relative;
	background: #1a79af;
}

/* Headline
----------------------------------------------- */
.headerbg h1{
	color: #fff;
	padding: 5px 0;
	font-size: 0.8em;
	font-weight: normal;
	margin-bottom: 0;
}
#headline h2 img{width: 100%;}
#headline p{
	text-align: center;
	font-size: 0.8em;
	z-index: 1000;
	color: #333;
	text-shadow: 1px 0px 0px white, -1px 0px 0px white, 0px 1px 0px white, 0px -1px 0px white;
	font-weight:bold;
	padding: 5px 0;
}

/*title*/
#title {
	width: 100%;
	position: relative;
	background: url(../images/bg.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 0px;
}
#title h2 {
    width: 100%;
    height: auto;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #FFF;
    font-weight: bold;
    text-shadow: 1px 1px 4px rgba(000,000,000,0.8), 0px 1px 0px rgba(255,255,255,0.3);
    display: block;
    text-align: center;
}
#title p img {
    width: 80%;
    margin: 0 auto;
}
#title #area_name_title{
	position: absolute;
    bottom: 0;
    font-size: 16px;
    width: 100%;
    line-height: 2;
    margin: 0 0 1% 0;
    padding: 0;
}
#headline #title > p {
	font-size:14px;
	line-height: 1.2;
	color:#403A3A;
    position: absolute;
    bottom: 15px;
    z-index: 1000;
    color: #333;
    text-shadow: 1px 1px 1px white, -1px -1px 1px white, 1px 1px 1px white, -1px -1px 1px white;
    font-weight: bold;
    margin: 0 auto;
    width: 100%;
}
#headline #title > p:nth-of-type(2) {bottom: 0px;}
#title > p .ticblue{color:#0062AC;}
#title > p .tif38{font-size:18px;}
#title > p .tif34{font-size:16px;}
#title > p .tif30{font-size:14px;}
#title > p .tif24{font-size:12px;}
#title > p .tif20{font-size:10px;}
#title > p .tif16{font-size:8px;}

/* Contents
----------------------------------------------- */
h2{
	clear:both;
	font-size: 24px;
	font-weight: normal;
	margin:30px 0;
	color: #04976e;
}
h1,h2{color:#43280b;}
table {border-collapse: collapse;}
img {
	border: none;
	vertical-align: bottom;
}
ol, ul, li {
	list-style-type: none;
	margin: 0; padding: 0;
}
p{
	line-height: 1.3;
	color:#43280b;
}
h3{
	text-align:center;
    text-indent: -1em;
    font-size: 18px;
	color: #04976e;
	font-weight: bold;
    margin: 0 0 5px 0;
}

/* section
----------------------------------------------- */
.section {padding: 10px 0;}
.section:nth-of-type(odd){background: #f6fcff;}
.section:nth-of-type(even){background: #fff;}
.section .inner{
	width:94%;
	margin: 0 auto;
}
.section .inner h2 {
	font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    margin: 10px 0 18px 0;
    color: #04976e;
    padding: 5px 0 5px 0;
    display: block;
    text-align: center;
    overflow: hidden;
    border-bottom: 2px dotted #04976e;
    border-top: 3px solid #04976e;
}

/*観光支援*/
.tourism-support_box {
	width: 98%;
	font-size: 16px;
    background: #FFF;
    padding: 10px;
    margin: 0 1% 10%!important;
    box-sizing: border-box;
	position: relative;
}
.tourism-support_box dt {
	font-weight:bold;
	margin-bottom: 2%;
}
.tourism-support_box dt span.icon {
	background: #de1e46;
    padding: 0 10px;
    color: #FFF;
    position: absolute;
    top: 20px;
    left: 20px;
}
.tourism-support_box dd span.icon{
	background: #1a79af;
    margin: 10px 0 5px;
    padding: 2px 0;
    text-align: center;
    color: #FFF;
    display: block;
}

/*online*/
#online .cp_detail__box {
    width: 100%;
    height: auto;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: #FFF;
    padding: 10px;
    margin: 0 0 15px!important;
	font-size: 14px;
    -moz-box-shadow: 0px 1px 3px rgba(89,46,0,0.3);
    -webkit-box-shadow: 0px 1px 3px rgb(89 46 0 / 30%);
    box-sizing: border-box;
}
#online .cp_detail__box dt{
	width: 35%;
	float: left;
	display: block;
	margin: 0 2% 10px 0;
}
#online .cp_detail__box dt img{width: 100%;}
#online .cp_detail__box dd.cp_detail {
	width: 63%;
	float: left;
	display: block;
}
#online .cp_detail__box dd.cp_detail ul {
	margin-bottom: 5px;
	display: flex;
}
#online .cp_detail__box dd.cp_detail li {
	width: 31.33333%;
    margin: 0 1%;
    padding: 2px 0;
    font-size: 10px;
	border:1px solid #333333;
	border-radius: 4px;
	box-sizing:border-box;

}
#online .cp_detail__box .cp_conditions li:first-child {
    font-weight: bold;
    font-size: 1.1em;
    display: inline-block;
    margin-bottom: 10px;
}
#online .cp_detail__box dd.cp_detail div{
	border: 2px solid #333;
	border-radius:5px;
	margin-bottom:10px;
}
#online .cp_detail__box dd.cp_detail div p{
	width: 100%;
    display: block;
    font-weight: bold;
    font-size: 14px;
    padding-top: 2px;
}
#online .cp_detail__box dd.cp_detail div p strong {
    font-size: 20px;
    color: #F00;
}
#online .cp_detail__box dd.cp_detail div p.kinds{
    background: #333;
	padding-top: 0;
}
#online .cp_detail__box dd.cp_detail div p.kinds em{
    color: #FFF;
    font-size: 12px;
    display: block;
}
#online .cp_detail__box dd.cp_detail > p {margin: 0 0 5px;}
#online .cp_detail__box .check_details {font-size: 13px;}
#online .cp_detail__box .cp_conditions {
    border-top: 1px dotted #222;
    padding-top: 10px;
	clear: both;
}
/*#online .cp_detail__box .cp_conditions li:first-child span{
	float: left;
}*/
#online .cp_detail__box .cp_conditions li:first-child b{
	display: flex;
	font-weight: normal;
}
#online .cp_detail__box:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
}
#online .cp_detail__box a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
}
#online .cp_detail__box span.icon{
	display: inline-flex;
    border: 1px solid #ea616e;
    list-style: none;
    text-align: center;
    margin: 0 0 5px 0;
    padding: 0 5px;
    color: #ea616e;
    font-weight: bold;
    box-sizing: border-box;
}

/*offline*/
#offline > p {
    color: red;
    font-size: 16px;
    text-align: center;
    margin: 0 0 3% 0;
}
#offline .cp_detail__box{
    width: 100%;
    height: auto;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: #FFF;
    padding: 10px;
    margin: 0 0 15px!important;
	font-size: 14px;
    -moz-box-shadow: 0px 1px 3px rgba(89,46,0,0.3);
    -webkit-box-shadow: 0px 1px 3px rgb(89 46 0 / 30%);
    box-sizing: border-box;
}
#offline .cp_detail__box dt h4{
	margin: 5px 0 10px;
	font-weight: bold;
}
#offline .cp_detail__box dd.cp_detail {margin-bottom: 10px;}
.orangebtn {display: flex;}
.orangebtn a{
	background: #E26600 url(/shared2021/common/images/im_arrow.png) no-repeat scroll 5% center;
    font-size: 14px;
    display: block;
    width: 48%;
    margin: 0 auto;
    padding: 5px 0;
    color: #FFF;
    text-align: center;
}

/*qa*/
#qanda_box .inner > div {
    margin: 5% 2%;
}
#qanda_box .inner > div:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#qanda_box .inner div > div {
    padding: 10px;
    margin-bottom: 2%;
    background: #fff;
}
#qanda_box b.qaicon {
    background: #04976e;
    font-size: 14px;
    margin: 0 2% 1% 0;
    color: #FFF;
    width: 15%;
    text-align: center;
    float: left;
}
#qanda_box h3 {
    font-size: 14px;
    margin: 0 0 2% 0;
    color: #04976e;
    line-height: 1.6;
    text-align: left;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
	text-indent: 0;
}
#qanda_box .inner > div p span{
	width: 83%;
	float:left;
	display:block;
}
#qanda_box div p {
    font-size: 14px;
    line-height: 1.6;
}
    
.faq{
    line-height: 35px;    
}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
/*----------------------------------------------------------------
  Common Set
----------------------------------------------------------------*/
.pcnone {display:none!important;}
.clearFloat:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearFloat { 
	display: inline-table; 
	min-height: 1%; 
}

/* image-style
----------------------------------------------------------- */
img {
	max-width: 100%;
	height: auto;
	margin: 0;
}
.contInner02 .column2Area .section{
	width: 100%;
	max-width:950px;
	min-width:760px;
	margin: auto;
	float:none!important;
	overflow:hidden;
}

/*panlist*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	max-width:970px;
	min-width:760px;
    margin: 0 auto 15px;
    display: block;
    font-size: 13px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}

/*nav list*/
#headline nav{padding: 12px 0;}
#headline nav ul{
	width: 100%;
	max-width:950px;
	min-width:760px;
	margin: auto;
	display: flex;
}
#headline nav ul li{
	width: 25%;
    display: block;
    text-align: center;
    font-size: 18px;
	border-right: 1px dotted #fff;
}
#headline nav ul li:last-child{border-right: none;}
#headline nav ul li a{color: #FFF;position: relative;}
#headline nav ul li a:before{
	content: "\25BC";
	position:absolute;
	top:0;
	left: -35px;
}

/*nav arealist*/
#link01 nav,
#link02 nav{padding: 12px 0;}
#link01 nav ul,
#link02 nav ul{
	width: 100%;
	max-width:950px;
	min-width:760px;
	margin: auto;
	display: flex;
}
#link01 nav ul li,
#link02 nav ul li{
	width: 33.33333%;
    display: block;
    text-align: center;
    font-size: 18px;
	border-right: 1px dotted #fff;
}
#link01 nav ul li:last-child,
#link02 nav ul li:last-child{border-right: none;}
#link01 nav ul li a,
#link02 nav ul li a{position: relative;}
#link01 nav ul li a:before,
#link02 nav ul li a:before{
	content: "\25BC";
	position:absolute;
	top:0;
	left: -24px;
}

/* layout
----------------------------------------------- */
.inner {margin: 0 auto;}
#wrapper {
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
}
#wrapper #middleArea {
  width: 100% !important;
  padding: 0;
}
.headerbg {
	width: 100%;
	max-width:950px;
	min-width:760px;
	background: #1a79af;
	display:block;
	margin:0 auto;
}
#headline {
  max-height: 600px;
  overflow: hidden;
  position: relative;
  background: #1a79af;
}

/* Headline
----------------------------------------------- */
.headerbg h1 {
	width: 100%;
	max-width:970px;
	min-width:760px;
	color: #fff;
	padding: 8px 0;
	margin: 0;
}

/*pamlist*/
#wrapper #pastlist {padding: 0;}

/*title*/
#title {
  margin: 0;
  padding: 0;
  height: 360px;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: url(../images/bg.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.strikethrough-line {
    text-decoration-line: line-through;
}	
@media (min-width: 760px) and (max-width: 940px) {
#title {height: 300px;}
}

#title h2 {
	height: 100%;
	position: absolute;
	top: 0px;
	left: 3px;
	right: 0;
	margin: auto;
	color: #FFF;
	font-weight: bold;
	display: block;
}
#title h2 img {height: 100%;}
#title p#area_name_title{
	position:absolute;
	left:0;
	bottom:7%;
	font-size:32px;
}

#headline #title > p {
	font-size: 28px;
    color: #403A3A;
    position: absolute;
    bottom: 80px;
    z-index: 1000;
    color: #333;
    text-shadow: 2px 2px 3px white, -2px -2px 3px white, 2px 2px 3px white, -2px -2px 3px white;
    font-weight: bold;
    margin: 0 auto;
    width: 100%;
}
#headline #title > p:nth-of-type(2) {bottom: 32px;}
#title > p .ticblue{color:#0062AC;}
#title > p .tif38{font-size:38px;}
#title > p .tif34{font-size:34px;}
#title > p .tif30{font-size:30px;}
#title > p .tif24{font-size:24px;}
#title > p .tif20{font-size:20px;}
#title > p .tif16{font-size:16px;}

/* Contents
----------------------------------------------- */
h1, h2 {
  font-size: 1.0em;
  color: #43280b;
}
table {border-collapse: collapse;}
img {
  border: none;
  vertical-align: bottom;
}
ol, ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
p {
  line-height: 1.3;
  color: #333;
}
h2 {
  clear: both;
  font-size: 36px;
  font-weight: normal;
  margin: 30px 0;
}
h3{
	font-size: 24px;
	margin:1% 0;
	color: #04976e;
	font-weight: bold;
}

/* section
----------------------------------------------- */
.section {padding: 30px 0;}
.section:nth-of-type(odd){background: #f6fcff;}
.section:nth-of-type(even){background: #fff;}
.section div.inner h2 {
	font-size: 32px;
    margin: 0 0 3% 0;
    color: #04976e;
    padding: 10px 0 10px 0;
    display: block;
    text-align: center;
    overflow: hidden;
    border-bottom: 2px dotted #04976e;
    border-top: 3px solid #04976e;
}

/* box-style
----------------------------------------------- */
.section div.inner {
	margin: 0 auto;
	width: 100%;
	max-width:970px;
	min-width:760px;
	font-size: 18px;
}

/*観光支援*/
#link00 .inner{font-size: 16px;}
.tourism-support_box {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #FFF;
    margin: 0 0 15px!important;
	padding: 5px 25px;
    box-sizing: border-box;
}
.tourism-support_box dt {
	font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.tourism-support_box dt span.icon {
    background: #de1e46;
    margin-right: 12px;
    padding: 0 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.tourism-support_box dd div{
	display: flex;
    align-items: baseline;
	margin-bottom: 10px;
}
.tourism-support_box dd span.icon{
	width: 20%;
	background: #1a79af;
    margin: 0 12px 5px 0;
    text-align: center;
    color: #FFF;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.tourism-support_box dd strong{
	width: 80%;
}
/*online*/
#online .cp_detail__box {
    width: 48%;
    height: auto;
    float: left;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    background: #FFF;
    padding: 10px;
    margin: 0 1% 15px!important;
	font-size: 16px;
    -moz-box-shadow: 0px 1px 3px rgba(89,46,0,0.3);
    -webkit-box-shadow: 0px 1px 3px rgb(89 46 0 / 30%);
    box-sizing: border-box;
}
#online .cp_detail__box dt{
	width: 40%;
	float: left;
	display: block;
	margin-right: 2%;
}
#online .cp_detail__box dd.cp_detail {
	width: 58%;
	float: left;
	display: block;
}
#online .cp_detail__box dd.cp_detail ul {
	margin-bottom: 5px;
	display: flex;
}
#online .cp_detail__box dd.cp_detail li {
	width: 31.33333%;
    margin: 0 1%;
    font-size: 14px;
	border:1px solid #333333;
	border-radius: 4px;
	box-sizing:border-box;
}
#online .cp_detail__box dd.cp_detail div{
	height: 72px;
	border: 2px solid #333;
	border-radius:5px;
}
#online .cp_detail__box dd.cp_detail div p{
	width: 92%;
    float: left;
    height: 72px;
    display: block;
    font-weight: bold;
    font-size: 18px;
    padding-top: 8px;
}
#online .cp_detail__box dd.cp_detail div .auto_waribiki{width:100%;}
#online .cp_detail__box dd.cp_detail div p strong {
    font-size: 24px;
    color: #F00;
}
#online .cp_detail__box dd.cp_detail div p.kinds{
	width: 8%;
    float: right;
    background: #333;
    border-left: 1px dotted #FFF;
    box-sizing: border-box;
}
/*#online .cp_detail__box dd.cp_detail div p.kinds.sale{text-indent: 8px;}*/
#online .cp_detail__box dd.cp_detail div p.kinds em{
    transform: rotate(90deg);
    color: #FFF;
    font-size: 14px;
    display: block;
}
#online .cp_detail__box dd.cp_detail > p {margin: 8px 0;}
#online .cp_detail__box .check_details {
	clear: both;
    font-size: 12px;
    margin: 3px 0 8px 5px
}
#online .cp_detail__box .cp_conditions {
    border-top: 1px dotted #222;
    padding-top: 10px;
	clear: both;
}
#online .cp_detail__box .cp_conditions li:first-child {
    font-weight: bold;
    font-size: 1.1em;
    display: inline-block;
    margin-bottom: 10px;
}
/*#online .cp_detail__box .cp_conditions li:first-child span{
	float: left;
}*/
#online .cp_detail__box .cp_conditions li:first-child b{
	display: flex;
	font-weight: normal;
}
#online .cp_detail__box:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
}
#online .cp_detail__box a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
}
#online .cp_detail__box span.icon{
	display: inline-flex;
    border: 1px solid #ea616e;
    list-style: none;
    text-align: center;
    margin: 0 0 5px 0;
    padding: 0 5px;
    color: #ea616e;
    font-weight: bold;
    box-sizing: border-box;
}

/*offline*/
#offline > p {
    color: red;
    font-size: 16px;
    text-align: center;
    margin: 0 0 3% 0;
}
#offline .cp_detail__box{
    width: 48%;
    height: auto;
    float: left;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    background: #FFF;
    padding: 10px;
    margin: 0 1% 15px!important;
	font-size: 16px;
    -moz-box-shadow: 0px 1px 3px rgba(89,46,0,0.3);
    -webkit-box-shadow: 0px 1px 3px rgb(89 46 0 / 30%);
    box-sizing: border-box;
}
#offline .cp_detail__box dt h4{
	margin: 5px 0 10px;
	font-weight: bold;
}
#offline .cp_detail__box dd.cp_detail {margin-bottom: 10px;}
.orangebtn {display: flex;}
.orangebtn a{
	background: #E26600 url(/shared2021/common/images/im_arrow.png) no-repeat scroll 5% center;
    font-size: 14px;
    display: block;
    width: 48%;
    margin: 0 auto;
    padding: 5px 0;
    color: #FFF;
    text-align: center;
}

/*qa*/
#qanda_box{
    margin: 4% 0;
}
#qanda_box .inner > div {
    margin: 2% 0;
}
#qanda_box .inner > div:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#qanda_box .inner div > div {
    padding: 10px;
    margin-bottom: 3%;
    background: #fff;
}
#qanda_box b.qaicon {
    background: #04976e;
    font-size: 18px;
    margin: 0 10px 1% 0;
    color: #FFF;
    width: 28px;
    height: 28px;
    text-align: center;
    float: left;
}
#qanda_box h3 {
    font-size: 18px;
    margin: 0 0 1%;
    padding-right: 24px;
    color: #04976e;
    line-height: 1.6;
    width: 100%;
    text-align: left;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
	text-indent: 0;
}
#qanda_box .inner > div p span{
	width:890px;
	float:left;
	display:block;
}
#qanda_box div p {
    font-size: 16px;
    line-height: 1.6;
}

/*アンカー*/
#anchorlinks {margin: 20px auto;}
#bnlinks {padding: 10px 0 0 !important;}
#anchorLinkBlock {
	width: 100%;
	max-width:970px;
	min-width:760px;
    margin: 10px auto !important;
    display: block;
}

}

/* attNews
----------------------------------------------------------- */
.attNews {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -moz-opacity: 1;
    background: #FFF;
    padding: 10px;
    margin: 0 0 15px!important;
    -moz-box-shadow: 0px 1px 3px rgba(89,46,0,0.3);
    -webkit-box-shadow: 0px 1px 3px rgb(89 46 0 / 30%);
    box-sizing: border-box;
    margin: 0 auto;
}
.attNewstext {
    text-align: center;
    margin-bottom: 10px;
    font-family: メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif";
    font-weight: bold;
}

/*一時停止中*/
.endcontents {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-top: 60px;
	z-index: 1;
}

.price_size{
    font-size: 22px !important;
}

.strikethrough-line {
    text-decoration-line: line-through;
}	