@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&amp;subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&amp;subset=japanese");

/* <RESET> */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
}
input,textarea {
	margin: 0;
}
table {
	font-size: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
fieldset,img {
	border: 0;
	vertical-align:bottom;
}
a:hover img{                  
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
/* 点滅 */
.blinking,
#cboxPrevious,
#cboxNext{
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
abbr,acronym {
	border: 0;
}
body,input,select,button,textarea {
  font-family: "Noto Serif JP", serif;
	color:#333;
}
i{
	font-style:normal;
}
/* </RESET> */


/* <LAYOUT> */
html {
	overflow-y: scroll;
}
body{
	text-align:center;
	background: #3E3A39;
}
a{
	color:#fff;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
/* </LAYOUT> */


/* <MODULE> */

/*usually use*/
.b{ font-weight:bold; }
.left{ text-align:left !important; }
.c,.center{ text-align:center !important; }
.left{ text-align:left !important; }
.right{ text-align:right !important; }
.rem{ color:#f00; }
.large{font-size:150%;/*21px*/}
.small{font-size:85.7%;/*12px*/}
.clear{ clear:both; }
.kome{
	text-indent:-1em;
	padding-left:1em;
}
.imgL{ float: left;margin:0 1.5em 1.5em 0; }
.imgR{ float:right;margin:0 0 1.5em 1.5em; }
.mt-0{ margin-top:0 !important; }
.ml-25{ margin-left:25px !important; }
.mb-0{ margin-bottom:0 !important; }
.mb-15{ margin-bottom:15px !important; }
.mb-30{ margin-bottom:30px !important; }
.mb-60{ margin-bottom:60px !important; }
.cf:after{
	content: "";
	clear: both;
	display: block;
}

/*button*/
.txtbox .btn a,
.pd-box .info .spec .btn-shop a{
	display:block;	
	background:url(../images/bg-btn.png) repeat;
	text-align:center;
	line-height: 46px;
	font-size: 121.4%;/*17px*/
    text-shadow: 0 0 3px #000;
	font-weight: bold;
	position: relative;
	margin: 30px 15px;
}
.txtbox .btn,
.pd-box .info .spec .btn-shop{
	display:inline;
}
.pd-box .info .spec .btn-shop a{
	margin: 0;
}
.txtbox .btn a:hover,
.pd-box .info .spec .btn-shop a:hover{
	background-image:url(../images/bg-btn_over.png);
}
.txtbox .btn a:after,
.pd-box .info .spec .btn-shop a:after{
	position: absolute;
    border-right: 2px solid #ccc;
    border-top: 2px solid #ccc;
    transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
    content: "";
    display: block;
    height: 8px;
    right: 5%;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 8px;
}

/*font*/
.midashi-h1,
footer h2{
	background: #727171;
	font-size: 17px;/*17px*/
    line-height: 24px;
    font-weight: bold;
    color: #FFFFFF;
	padding: 10px 0;
}
.midashi-h2,
.txtbox .ttl,
#top-pop .ttl,
.ttl2,
.top-intro h2,
.products-drink h2,
.shopArea h4{
	font-size: 17px;
    line-height: 24px;
    font-weight: bold;
    margin: 25px 0 15px;
    text-shadow: 0 0 3px #000;
	color: #fff;
}

/*list*/
.top-intro ul li{
	position: relative;
	border-bottom: solid 1px #ccc;
}
.top-intro ul li:after{
	position: absolute;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
    content: "";
    display: block;
    height: 28px;
    right: 5%;
    margin-top: -14px;
    position: absolute;
    top: 50%;
    width: 28px;
}
.top-intro ul li img{
	width: 100%;
}
/*.top-sake-btn{
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	width: 301px;
	margin: 0 auto;
}
.top-sake-btn ul{
	overflow: hidden;
}
.top-sake-btn ul li{
	display: inline;
}
.top-sake-btn ul li a{
	display: block;
	width: 150px;
	height: 150px;
	float: left;
	position: relative;
	text-align: center;
	text-indent: -9999px;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat:  no-repeat;
	background-position: center center;
	background-image:url(../images/top-sake1.png);
}
.top-sake-btn ul li:first-child a{
	border-right: solid 1px #999;
}
.top-sake-btn ul li:last-child a{
	width: 49%;
	border-right: none;
	background-image:url(../images/top-sake2.png);
}*/
.top-sake-btn{
	margin-bottom: 10px;
}
.top-sake-btn ul{
	overflow: hidden;
}
.top-sake-btn li{
	width: 49%;
	float: left;
	margin: 0 2% 0 0;
}
.top-sake-btn li:nth-child(2n){
	margin-right: 0;
}
.top-sake-btn li img{
	width: 100%;
}



/*table*/
.com-box table{
	margin: 15px 0 5px;
	border:solid 1px #fff;
}
.com-box table th{
	background: #fff;
	color: #000;
	border:solid 1px #000;
	text-align: left;
	padding: 4px;
	width: 25%;
}
.com-box table td{
	color: #000;
	border:solid 1px #000;
	text-align: left;
	padding: 4px;
	width: 75%;
}
.shopArea table{
	border: solid 1px #fff;
	color: #fff;
	font-size: 85.7%;/*12px*/
	line-height: 15px;
}
.shopArea table th{
	border: solid 1px #fff;
	padding: 4px;
	background: #666;
	text-align: center;
}
.shopArea table th:nth-child(4),
.shopArea table th:nth-child(5),
.shopArea table th:nth-child(6),
.shopArea table td:nth-child(4),
.shopArea table td:nth-child(5),
.shopArea table td:nth-child(6)
{
	display: none;
}
.shopArea table th.widthA{
	width: 30%;
}
.shopArea table th.widthB{
	width: 40%;
}
.shopArea table th.widthC{
	width: 30%;
}

.shopArea table td{
	border: solid 1px #fff;
	padding: 4px;
	text-align: left;
}
.shopArea table td.d1 i:nth-child(1){
	background:url(../images/icon-d1.png) no-repeat left top;
}
.shopArea table td.d2 i:nth-child(2){
	background:url(../images/icon-d2.png) no-repeat left top;
}
.shopArea table td.d3 i:nth-child(3){
	background:url(../images/icon-d3.png) no-repeat left top;
}
.shopArea table td.d1 i:nth-child(1),
.shopArea table td.d2 i:nth-child(2),
.shopArea table td.d3 i:nth-child(3){
	display: inline-block;
	height: 12px;
	width: 12px;
	-webkit-background-size: contain;
	background-size: contain;
	margin-right: 4px;
}
.shopArea table td i:nth-child(4):after{
	display: block;
	content:"";
	width: 1px;
	height: 1px;
}

/*block*/
.main img,
.pd-top img{
	width: 100%;
	height: auto;
}
.top-prize{
	margin: 15px 15%;
	overflow: hidden;
}
.top-prize li{
	float: left;
}
.top-prize li:first-child{
	width: 27.8%;
	margin-right: 7%;
}
.top-prize li:last-child{
	width: 65.2%;
}
.top-prize li img{
	width: 100%;
}
.introbox{
	margin: 15px 3% 30px;
/*	color: #fff;*/
}
.introbox p{
	font-size: max(4vw,13px);
    line-height: 1.3;
    font-weight: normal;
	margin: 0 0 15px;
}
.introbox ul.ban li{
  margin:20px 10px 0;
  text-align: center;
}
.introbox ul.ban li img{
  width: 100%;
}
ul.fb{
	overflow: hidden;
	margin:0 20%;
	display: flex;
    justify-content: space-between;
    align-items:center;
}
ul.fb li{
/*width: 31.6%;*/
	text-align:center;
}
ul.fb+ul.fb li{
width: 100%;
margin-top:10px;
}
ul.fb li img{
	max-height: 30px;
}
.txtbox{
	margin: 15px 3%;
/*	color: #fff;*/
}
.btn-in-image{
	margin: 0 3% !important;
}
.btn-in-image .btn a{
	margin-top: -75px !important;
}
.txtbox p{
	margin-bottom: 1em;
}
.txtbox p:last-child{
	margin-bottom: 0;
}
.top-photo img{
	width: 100%;
}
#top-pop{
	padding: 15px 3%;
	background:url(../images/top-bg1.png) repeat;
	color: #fff;
}
#top-pop ul{
	overflow: hidden;
}
#top-pop li{
	width: 49%;
	float: left;
	margin: 0 2% 5px 0;
	position: relative;
}
#top-pop li:nth-child(2n){
	margin-right: 0;
}
#top-pop li img{
	width: 100%;
}
#top-pop li:after{
	content:"";
	position: absolute;
	bottom:5%;
	right:5%;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent; 
	border-left: 10px solid #fff;
	z-index:9999;
}

.com-box{
	margin: 15px 3%;
}
.com-box .pac img{
	width: 100%;
	height: auto;
}
.com-box p{
	color: #000;
	font-size: 13px;
	text-align: left
}





/* 商品詳細 */
.b0{
  margin: 40px 20px 60px;
}
header+.b0{
  margin-top: 0;
}
.b0 *{
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
	text-align: left;
}
.b0 ul {
  list-style: disc outside;
  margin-left: 1em;
}
.b0 p b,.b0 p strong{
  font-style: italic;
  font-size: 20px;
}
.b0 img {
  max-width: 100%;
  height: auto;
}
.b0 .img {
  margin: 40px -20px 0;
  text-align: center;
}
.b0 > .img:first-child {
  margin-top: 0;
}
.b0 p + p, .b0 ul + p {
  margin-top: 20px;
}
.b0 .maintitle{
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  color: #F5D020;
  margin: 0 0 50px;
  text-shadow: 0 0 3px #000;
	text-align: center;
  font-family: "Noto Serif JP", serif;
}
.b0 .subtitle{
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  margin: 0 -20px 20px;
	padding: 0 20px 10px;
  text-shadow: 0 0 3px #000;
	border-bottom:solid 1px #d5a44a;
	text-align: center;
  font-family: "Noto Serif JP", serif;
}
.b0 .subtitle.itemname{
  font-size: min(52px,10vw);
  font-family: "Noto Serif JP", serif;
	line-height: 1;
}
.b0 .subtitle.itemname small{
  font-size: min(23px,7.8vw);
	line-height: 1;
	display: block;
	text-align: center;
	padding: 10px 0px 10px;
}
.b0 .img+.subtitle{
  margin-top: 40px;
}
.b0 .subtitle i{
  font-size: 21px;
}
.pd-box{
	margin:20px auto;
	text-align: left;
}
.pd-box p.pac{
	display: none;
}
.pd-box .info{
}
.pd-box .info .desc{
	margin-bottom: 30px;
}
.pd-box .info .desc ul {
  list-style: disc outside;
  margin-left: 1em;
}
.pd-box .info .spec{
}
.pd-box .info > ul{
  clear: both;
  width: 100%;
	display: grid;
	grid-template-columns:repeat(3,1fr);
	gap:3%;
	list-style: none;
  margin-left: 0;
	margin-top: 20px;
}
.photodl{
	display: none;
}
.pd-box .info .spec dl{
	width:100%;
	overflow:hidden; /*floatしたので高さ確保*/
    border:1px solid #898989;
    border-top:none;
	font-size:14px;
	background:#727171;
	box-sizing:border-box;
}
.pd-box .info .spec dt{
    width:33%;
    float:left;
    padding:5px 10px;
    border-top:1px solid #898989;
	color:#fff;
}
.pd-box .info .spec dd{
   	margin-left:36%; /*dtの横幅にあわせて(padding含)*/
   	padding:5px 10px;
   	border-left:1px solid #898989;
   	border-top:1px solid #898989;
	background:#3E3A39;
}
.pd-box .info .spec dd:after{
    clear:both;
}
.pd-box .info .btn-shop2{
	display:inline;
}
.pd-box .info .btn-shop2 a{
	display: block;
	padding: 18px 0;
	text-align: center;
	margin:20px 0;
	background: #fff url(../images/top/btn-buy2-deco.png) no-repeat right bottom;
	opacity:0.5;
}
.pd-box .info .btn-shop2 a:hover{
	opacity:0.7;
}











#canBuy{
	padding: 0 0 30px;
}
.products-list li{
	width: 23.8%;
	float: left;
	margin: 0 1.6% 0 0;
	text-align: center;
}
.products-list li:nth-child(4){
	margin-right: 0;
}
.products-list li img{
	width: 100%;
}
.products-drink{
	background: url(../images/products/box-p4-bg.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 0 0 15px 0;
}
.products-drink h2{
	background: #3E3A39;
	padding: 15px 0;
	margin: 0 0 15px;
}
.products-drink p.info{
	margin:15px 3%;
	background:rgba(255,255,255,0.6);
	padding: 10px;
}
.products-drink dl{
	overflow:hidden;
	margin:15px 3%;
	background:rgba(255,255,255,0.6);
}
.products-drink dt{
	width:25%;
	float:left;
}
.products-drink dt img{
	width:100%;
}
.products-drink dd{
	width:72%;
	float:right;
	text-align: left;
	padding-top: 10px;
	text-shadow:0 0 3px #fff;
	line-height: 1.5;
}
.products-drink dd h3{
	font-weight:bold;
}
.clickablemap{
	margin:15px 3%;
}
#clickablemap1 img[usemap] {
    max-width: 100%;
    height: auto;
}
.icon-info{
	margin: 0 3%;
	padding: 10px;
	background: #333;
	color: #fff;
	border: solid 1px #ccc;
}
.icon-info .midashi-h2{
	margin: 0 0 5px;
}
.icon-info img{
	vertical-align: middle;
	margin-right: 4px;
}
.shopArea{
	margin: 15px 3%;
}
div.shoplistMenu{
	overflow:hidden;
	padding: 20px 0 30px;
}
div.shoplistMenu ul{
	overflow: hidden;
}
div.shoplistMenu li{
	display:inline; 
	line-height:30px;
	width: 33%;
	float: left;
	text-align: center;
}
div.shoplistMenu li:first-child{
	border-left:none;
}
div.shoplistMenu li a{
	display:inline; 
	color:#fff;
	text-decoration:underline;
}
div.shoplistMenu li a:hover{
	color:#F00;
	text-decoration:none;
}
.contMedia{
	margin: 0 3%;
}
.contMedia h3 {
	background:url(../images/bg-btn.png) repeat;
	text-align:center;
	line-height: 46px;
	font-size: 121.4%;/*17px*/
    text-shadow: 0 0 3px #000;
	font-weight: bold;
	position: relative;
	margin: 0 0 15px;
	color: #fff;
}
.contMedia p.mediaDate {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: #fff 1px solid;
	color: #fff;
}
.mediaImg2{
	margin: 0 0 15px;
}
.mediaCont{
	margin: 0 0 60px;
	color: #fff;
}
.mediaExplan2 a{
	text-decoration: underline;
}
.wp-pagenavi {
	clear: both;
	color: #fff;
	font-size: 114%;
	margin: 0 3% 15px;
}
.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 8px;
	margin: 2px;
	display: inline-block;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current{
	border-color: #000;
}
.wp-pagenavi span.current {
	font-weight: bold;
}
.wp-pagenavi .pages,
.wp-pagenavi .last{
	white-space: nowrap;
}

/* </MODULE> */


/* <HEADER> */
#wrapper{
  padding-top:50px;
}
header{
	height: 50px;
	text-align: left;
  padding-right: 50px;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #3E3A39;
  box-sizing: border-box;
  z-index: 999999;
}
header .logo{
	width: 100%;
}
header .logo img{
	width: 153px;
	height: 30px;
/*	padding: 10px;*/
	margin-left: 10px;
}
header .en a{
  display: inline-block;
  background: #fff;
  border-radius: 4px;
  color: #333;
  padding: 0 2vw;
  line-height: 24px;
	font-size: 12px;
}
header .fb img{
  width: 24px;
  height: 24px;
/*	padding: 10px;*/
	margin-right: 10px;
}
#navToggle {
    position:absolute;
    right:13px;
    top:13px;
    width:30px;
    height:25px;
    cursor:pointer;
}
#navToggle div {position:relative}
#navToggle span {
    display:block;
    position:absolute;
    width:100%;
    border-bottom:solid 3px #999;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#navToggle span:nth-child(1) {top:0}
#navToggle span:nth-child(2) {top:11px}
#navToggle span:nth-child(3) {top:22px}

header ul {
    font-size:14px;
    line-height:1;
}
header ul li {
    margin-left:3px;
    display:inline-block;
}
header ul li:last-child::after {content:''}
header ul li a {color:inherit}

/*header menu*/
header nav {
    position: absolute;
	z-index:9999;
    right:0;
    top: -500px;
    width:100%;
	background: rgba(255,255,255,.8);
    -webkit-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    transition:.5s ease-in-out;
    text-align:left;
}
header ul li {
    display:block;
    margin:0 10px;
    border-bottom:dotted 1px #fff;
    line-height:3;
}
header ul li a {display:block}
header ul li:last-child {border-bottom:none}
 
/* Toggle(Button) */
#navToggle {display:block}
 
/* Click Toggle(Button) */
.openNav #navToggle span:nth-child(1) {
    top: 11px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
    top: 11px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    transform:rotate(45deg);
}
 
/*header menu*/
.openNav nav {
    -moz-transform: translateY(551px);
    -webkit-transform: translateY(551px);
    transform: translateY(551px);
}

/* </ HEADER> */


/* <FOOTER> */
footer {
	color: #fff;
}
footer nav ul li{
	display: inline;
}
footer nav ul li a{
	font-size: 15px;
	display: block;
	background: #fff;
	border-bottom: solid 1px #ccc;
	line-height: 46px;
	padding: 0 0 0 7%;
	text-align: left;
	position: relative;
	color: #333;
}
footer nav ul li a:after{
	position: absolute;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
    content: "";
    display: block;
    height: 8px;
    right: 5%;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 8px;
}
footer .logo{
	margin: 15px 0;
	display: grid;
	place-items:center;
}
footer .logo img{
/*	width: 46%;*/
}
footer address{
	margin: 0 3%;
}
footer ul.contact{
	margin: 15px 3%;
	overflow:hidden;
}
footer ul.contact li{
}
footer ul.contact li span{
	width: 100%;
	display:inline-block;
	line-height:37px;
	color:#fff;
	border-style:none;
	border:solid 1px #524E4D;
	background: #171312;
	text-align:center;
}
footer ul.contact li span:before{
	content:"";
	display:inline-block;
	width:24px;
	height:24px;
	background-repeat:no-repeat;
	vertical-align:top;
	background-size:24px 24px;
	margin-right: 5px;
	margin-top: 5px;
	background-image:url(../images/icon-mail.png);
}
footer .note{
	margin:0 10%;
}
footer ul.fb{
	margin-top:15px;
	margin-bottom: 30px;
	align-items: center;
	justify-content: center;
  gap: 15%;
}
footer .copy{
	background: #14100F;
	color: #fff;
	line-height: 24px;
	text-align: center;
}
/* </ FOOTER> */



.wideslider {
	width: 100%;
	height: 223px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.wideslider p{
	top:0;
	left:50%;
	margin-left:-160px;
	text-align:center;
	position:absolute;
	z-index:99;
}
.wideslider p img{
	width: 320px;
}
.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
.wideslider ul li img{
	width: 100%;
}
.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(../images/wideslider/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../images/wideslider/next.jpg) no-repeat left center;}
.pagination {
	bottom: 20px;
	right: 10px;
	width: 80%;
	height: 10px;
	text-align: center;
	position: absolute;
	z-index: 200;
	text-align: right;
}

.pagination a {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	display: inline-block;
	overflow: hidden;
	background: #ccc;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}

.recruit-box{
	color: #fff;
	margin: 20px 20px 0;
	text-align: left;
}
.recruit-box .main dd{
	font-size: 18px;
	margin: 20px 0 40px;
	font-weight: bold;
	text-align: center;
}
.recruit-box .midashi-h3{
	font-size: 18px;
	border-bottom: solid 1px #fff;
	margin: 40px 0 10px;
	font-weight: bold;
}
.recruit-box .midashi-h3:before{
	content:"■";
	margin-right: 4px;
}
.recruit-box table{
	border: solid 1px #fff;
	color: #fff;
	line-height: 1.33;
}
.recruit-box table th{
	border: solid 1px #fff;
	padding: 4px 8px;
	background: #666;
	text-align: center;
	white-space: nowrap;
}
.recruit-box table td{
	border: solid 1px #fff;
	padding: 4px 8px;
	text-align: left;
}
.recruit-box .list-p {
    list-style: outside disc;
    padding-left: 20px;
	margin-bottom: 20px;
}
.recruit-box .flow{
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 10px;
}
.recruit-box .tel span{
	font-size: 32px;
	font-weight: bold;
}
.recruit-box p b{
  color:#F5D020;
  text-decoration:underline;
}
.prize-history{
	margin-top:2em;
	border-top:solid 1px #ccc;
	padding-top:1em;
	margin-left: 30%;
}
.prize-history dl{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	line-height: 1.5;
}
.prize-history dl dt{
	width: 60px;
	margin-right: 10px;
}
.prize-history dl dt img{
	width: 100%;
	height: auto;
}
.prize-history dl dd{
	flex:1;
	font-size: 14px;
}
.pd-box .info .prize-history dl dd ul{
    padding-top: 0;
}
.pd-box .info .prize-history dl dd ul li{
	width: auto;
	float: none;
	list-style:outside disc;
	margin: 0 0 0 20px;
}

/*25.01.17*/
#ryoan{
	padding: 1px 0 50px;
	background: #fff;
	color: #333;
}
#ryoan section{
	margin: 0 20px;
	text-align: left;
}
#ryoan img{ width: 640px;height:auto;max-width: 100%;display: block;margin:1.5em auto;border:solid 1px #d4d4d4; }

#ryoan h2{ font-weight: bold;font-size:8.5vw;margin:0 0 0.5em;text-align: center;line-height: 1; }
#ryoan h3{ font-weight: bold;font-size:5vw;margin:0 0 1.5em;text-align: center;line-height: 1.2; }
#ryoan h4{ font-weight: bold;font-size:5vw;margin:0 0 0.5em; }
#ryoan h5{ font-weight: bold;font-size:4vw;margin:2em 0 0.5em;line-height: 1.2; }
#ryoan p{
  font-size: 3.7vw;
	line-height: 1.8;
	margin:1em 0;
}
#ryoan p.intro{
  font-size: 4.5vw;
	margin-top: 0;
}
#ryoan .img+h4{
  margin-top: 0em;
}
#ryoan .note{
  background: #f3f3f3;
	font-size: 16px;
	padding: 1.5em 2em;
	margin: 2em 0 0;
}
#ryoan .note h6{
  font-size: 5vw;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1em;
}
#ryoan .note dl{
  font-size: 3.7vw;
}
#ryoan .note dl dt{
	font-weight: bold;
}
#ryoan .note dl dd{
	margin: 0 0 0.8em 1em;
}






