@charset "utf-8";
/*===========================
add
===========================*/

/*-----------
   色変更   
-----------*/


/* humberger area*/

.slicknav_btn {
    background-color: #ffad36;  /* MENU背景　*/
}

.slicknav_menu {
    background-color: #f2f2f2;  /* 背景　*/
}

.slicknav_nav li {
    background-color: #ffad36;  /* ナビ色　*/
}

.slicknav_nav a {
    border-bottom: 1px solid #fcfcfc;  /* 下線　*/
}

.slicknav_nav li:first-child {
	border-top: 1px solid #fcfcfc; /* 最初の上線　*/
}


.slicknav_nav .slicknav_row:hover {
	background: #F98D17;
	color: #fff;
}

.slicknav_nav a:hover {
	background: #F98D17; /* オーバー時背景色　*/
    color:  #fff; /* オーバー時文字色　*/
}


/* column  */ 

.column1_100p {
	border:1px solid #e1e1e1;
	background: rgba(255,255,255,.9);
}

.column1_80p {
	border:1px solid #EBC97A;
	background: rgba(255,255,255,.9);
}

.column1_60p {
	border:1px solid #EBC97A;
	background: rgba(255,255,255,.9);
}

.column2_80p {
	border:3px double #EBC97A;
	background: rgba(255,255,255,.9);
}

.column2_60p {
	border:3px double #EBC97A;
	background: rgba(255,255,255,.9);
}


.column3_80p {
	border:4px dashed #EBC97A;
	background: rgba(255,255,255,.95);
}

.column3_60p {
	border:4px dashed #EBC97A;
	background: rgba(255,255,255,.95);
}

.column4_80p {
	border:4px dashed #EBC97A;
	background: rgba(255,255,255,.95);
}

.column4_60p {
	border:4px dashed #EBC97A;;
	background: rgba(255,255,255,.95);
}

/* table  */ 

table.table3 th {
	background-color:#FEEDD3;
	color:#333;
	text-align:left;
}

table.table2 th {
	background-color:#FEEDD3;
	color:#333;
}

.tdColorBeige {
	background:#FEF8E9 !important;
	text-align:center;
	vertical-align:middle;
}

table.table2 td.tdBgC01 {
	background-color:#FFF;
}

table.table2 td.tdBgC02 {
	background-color:#EEE;
}

table.table2 td.tdBgC03 {
	background-color:#DDD;
}


table.table2 td.tdBgC04 {
	background-color:#CCC;
}


table.table2 td.tdBgC05 {
	background-color:#BBB;
}



/* addon-circle */ 

.circle-big::before {
	color: #FFF;
	background:#F59338;
}


ol.liFeature li::before {
	color: #FFF;
	background:#EEB853;
}

/* buttons */

.txtBnr a {
	background-color:#EA8E1E;
	color:#FFF;
}



.txtBnr2 a {
	color:#FFF;
	background-color:#EA8E1E;;
	margin:0.4em 0;
}



.txtBnr3 a {
	color:#FFF;
	background-color:#EA8E1E;
}

.txtBnrInline a {
	color:#FFF;
	background-color:#EA8E1E;
}



/* contactBtn */


.txtContacBnr a {
	color:#FFF;
	background-color:#F75846;
}

.txtContacBnrPC {
	color:#FFF;
	background-color:#F75846;
}

/* catch */

h3.h3Catch1 {
	color:#EEA011;
}

h3.h3Catch2 {
	color:#EEA011;
}

/* catchiphrase */

.catch1 {
	color:#EEA011;
}

.catch2 {
	color:#EEA011;
}

.catchS {
	color:#EEA011;
}

/* list */

ul.liCircle li::before {
	background:#F3AC56;
}

/* flow */


.area_flowC .inner_flow {
	border:1px solid #E1E1E1;
	background: rgba(250,250,250,.85);
}




.area_flowC .inner_flow .largeTxt {
	color:#dd443b;
	border-bottom:1px dotted #CCC;
}

ul.circle {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:98%;
    margin-right:2%;
    position: relative;
}
ul.circle li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}

ul.circle-2col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-2col li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:48%;
    margin-right:2%;
    position: relative;
}
ul.circle-2col li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}
ul.circle-2col li.long {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:60%;
    margin-right:2%;
    position: relative;
}
ul.circle-3col {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}
ul.circle-3col li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width: 30%;
    margin-right: 2%;
    position: relative;
}
ul.circle-3col li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}

@media only screen and (max-width: 768px) {
ul.circle-2col li,ul.circle-2col li.long,ul.circle-3col li{
    width:98%;
}
}
.wrap-h2 {
  width:96%;
  margin:4% auto 6%;
}
.wrap-h3 {
  width:96%;
  margin:4% auto 6%;
}
.wrap-h4 {
  width:96%;
  margin:4% auto 6%;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.flex-2col {
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
}
.flex-2col > li{
  width:49%;
  margin:2% 0% 0 1%; 
}
.flex-2col > li:nth-of-type(odd){
  width:47.5%;
  margin:2% 2.5% 0 0%; 
}
.flex-2col > li:nth-of-type(even){
  width:47.5%;
  margin:2% 0 0 2.5%;
}
.flex-2col-start {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-2col-start > li{
  width:48%;
  margin:2% 0 0 2%; 
}
.flex-2col-start > li:nth-of-type(odd){
  width:47.5%;
  margin:2% 2.5% 0 0%; 
}
.flex-2col-start > li:nth-of-type(even){
  width:47.5%;
  margin:2% 0 0 2.5%; 
}
.flex-list2 {
  width:18% !important;
  margin:0 0 0 0% !important;  
}
.flex-list3 {
  width:28% !important;
  margin:0 0 0 2% !important;  
}
.flex-list4 {
  width:38% !important;
  margin:0 0 0 2% !important;  
}
.flex-list5 {
  width:49% !important;
  margin:0% 1% 0 0% !important;  
}
.flex-list6 {
  width:58% !important;
  margin:0% 0 0 2% !important;  
}
.flex-list7 {
  width:68% !important;
  margin:0% 0 0 2% !important;  
}
.flex-list8 {
  width:78% !important;
  margin:0% 0 0 2% !important;  
}
.flex-list9 {
  width:88% !important;
  margin:0% 0 0 2% !important;  
}
.flex-3col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-3col > li{
  width:32%;
  margin:2% 0 0 2%; 
}
.flex-3col > li:first-child{
  width:32%;
  margin:2% 0 0 0%; 
}

@media only screen and (max-width: 768px) {
.flex-2col > li,.flex-2col-start > li{
  width:100% !important;
  margin:2% auto !important; 
}
.flex-3col > li,.flex-3col > li:first-child{
  width:100%;
  margin:2% auto !important; 
}
.flex-list2,.flex-list3,.flex-list4,.flex-list5,.flex-list6,.flex-list7,.flex-list8,.flex-list9 {
  width:100% !important;
  margin:2% auto !important;  
}

}
/* txt */
.txt2 {
   font-size:1.2rem;
   font-weight:800;
}
.txtbold {
   font-weight:bold;
}
.tx-center {
   text-align:center
}
.tx-left {
   text-align:left;
}
.tx-right {
   text-align:right;
}
.tx_marker {
   background:linear-gradient(transparent 75%, #fff799 75%);
   font-weight:bold;
   display:inline;
}
/* color */

.red {
	color: #bc2d2d;
}
.green {
	color: #3b7a28;
}
.brown {
	color: #a67435;
}
.blue {
	color: #325f99;
}
.catchcopy {
    font-size: 2rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
    line-height: 1.3em;
    color: #E0625E;
}
.catchcopy2 {
    font-size: 2.2rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 600;
    line-height: 1.3em;
    color: #E0625E;
}
.col_red {
	color:#F33;
}
.col_green {
	color: #1a9651 !important;
}
.col_blue {
	color: #06C;
}
.col_orange {
	color: #F06000;
}
.tx-70p  {
	font-size:70% !important;
	letter-spacing:normal;
}	
.tx-80p  {
	font-size:80% !important;
	letter-spacing:normal;
}
.tx-90p  {
	font-size:90% !important;
	letter-spacing:normal;
}
.tx100p    {
	font-size:100% !important;
	letter-spacing:normal;
}
.tx-110p {
    font-size: 110% !important;
	letter-spacing:normal;
}
.tx-120p    {
	font-size:120% !important;
	letter-spacing:normal;
}
.tx-130p    {
	font-size:130% !important;
	letter-spacing:normal;
}
.tx-140p    {
	font-size:140% !important;
	letter-spacing:normal;
	line-height:1.4em;
}
.tx-150p    {
	font-size:150% !important;
	letter-spacing:normal;
}
.tx-160p    {
	font-size:160% !important;
	letter-spacing:normal;
}
.tx-170p    {
	font-size:170% !important;
	letter-spacing:normal;
}
.tx-180p    {
	font-size:180% !important;
	letter-spacing:normal;
}
.tx-230p    {
	font-size:230% !important;
	letter-spacing:normal;
}
.tx-300p    {
	font-size:300% !important;
	letter-spacing:normal;
}
.mar0 {
    margin:0 auto;
}
.txsize1 {
   font-size:1.2rem;
   font-weight:800;
   color:#F33;
   text-align:center;
}
.txtstyle1 {
	font-size: 1.16em;
	font-weight: bold;
}
.txtstyle2 {
	font-size: 1.24em;
	font-weight: bold;
}
.ex {
    padding-left:1em;
    text-indent:-1em;
}

@media only screen and (max-width: 768px) {
.tx-230p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.tx-180p {
    font-size: 110% !important;
    letter-spacing: nomal;
}	


}


@media only screen and (max-width: 600px) {
.line-h2 {
    line-height: 1.5;
}
.tx-230p {
    font-size: 130% !important;
    letter-spacing: nomal;
}
.tx-180p,.tx-170p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.tx-160p,.tx-150p {
    font-size: 110% !important;
    letter-spacing: nomal;
}
.tx-140p,.tx-130p,.tx-120p,.tx-110p {
    font-size: 100% !important;
    letter-spacing: nomal;
}
}
/*===========================
spacer
===========================*/


.mt10 {
	margin-top:10px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt40 {
	margin-top:40px !important;
}
.mt50 {
	margin-top:50px !important;
}
.mt60 {
	margin-top:60px !important;
}
.mt70 {
	margin-top:70px !important;
}
.mt80 {
	margin-top:80px !important;
}
.mt0{
	margin-top:0px !important;}
	
.mb10 {
	margin-bottom:10px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.mb40 {
	margin-bottom:40px !important;
}
.mb50 {
	margin-bottom:50px !important;
}
.mb60 {
	margin-bottom:60px !important;
}
.mb70 {
	margin-bottom:70px !important;
}
.mb80 {
	margin-bottom:80px !important;
}
.mb0{
	margin-bottom:0px !important;}

@media screen and (max-width: 768px) {
.mt10,.mt20,.mt30 {
     margin-top:4% !important;
}
.mb10,.mb20,.mb30 {
     margin-bottom:4% !important;
}
.mt40,.mt50,.mt60 {
     margin-top:5% !important;
}
.mb40,.mb50,.mb60 {
     margin-bottom:5% !important;
}
.mt70,.mt80 {
     margin-top:8% !important;
}
.mb70,.mb80 {
     margin-bottom:8% !important;
}
}

.btn-b a {
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    position: relative;
    display: inline-block;
    padding: 0 1.3em 0 1em;
    line-height: 30px;
    background: #f2ab1d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.btn-b a::after {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 2%;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
}
.btn-b a::after {
    border-left: 4px solid #fff;
}
.btn-b a:hover {
    opacity:0.7;
}

.res-img90 {
    width:90% !important;
	height:auto !important;
}
.res-img80 {
    width:80% !important;
	height:auto !important;
}
.res-img70 {
    width:70% !important;
	height:auto !important;
}
.res-img60 {
    width:60% !important;
	height:auto !important;
}
.res-img50 {
    width:50% !important;
	height:auto !important;
}
.res-img40 {
    width:40% !important;
	height:auto !important;
}
.res-img30 {
    width:30% !important;
	height:auto !important;
}
.res-img20 {
    width:20% !important;
	height:auto !important;
}
@media only screen and (max-width: 768px) {
.res-img90,.res-img80,.res-img70,.res-img60{
     width:100% !important;
	height:auto !important;  
}
}

table.tbl-1 th {
    width:50%;
}
.tbl-1 td {
    text-align:center;
}
.tbl-2 th {
    width:40% !important;
}
.tbl-2 td {
    text-align:center;
}

@media only screen and (max-width: 768px) {
table th ,table td,.tbl-1 th,.tbl-1 td,table.tbl-1 th{
    display: block;
    width: 100%;
    box-sizing: border-box;
}
table.tbl-2 th,table.tbl-2 td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
}

}

@media only screen and (max-width: 768px) {
.table-scroll {
    overflow-x: auto;
    width: 100%;
    border-right: 2px solid #ccc;
}
.table-scroll::-webkit-scrollbar {
    height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background:#CCC;
}
.table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background:#999;
}
.table-scroll table {
    table-layout: fixed;
    min-width: 100%;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    margin-bottom:0px;
}
.table-scroll table th {
    width:400px !important;
    min-width: 450px;
    display:table-cell;
    padding:2%;
    font-size:12px;
    border: 1px #ccc solid;
}
.table-scroll table td {
    width: 90px;
    min-width: 130px;
    display:table-cell;
    font-size:12px;
    word-wrap: break-word;
    white-space:normal;
}
.table-scroll table th.th-01 {
    width:200px !important;
    min-width: 250px;
    display:table-cell;
    padding:2%;
    font-size:12px;
    border: 1px #ccc solid;
}
.table-scroll table td.td-01 {
    width: 90px;
    min-width: 130px;
    display:table-cell;
    font-size:12px;
    word-wrap: break-word;
    white-space:normal;
}

}
.box-sd {
    padding: 2rem;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
}
.box-sd02 {
    padding: 2rem;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
	box-shadow: 5px 6px 10px -6px rgba(0,0,0,0.6);
}
.box-sd03 {
    padding: 2rem;
    background-color: #eef4f9;
    border: 1px solid #999;
    box-sizing: border-box;
}
.box-sd06 {
    padding: 2rem;
    background-color: #fef8eb;
    border: 2px solid #bcbbb9;
    box-sizing: border-box;
}


@media only screen and (max-width: 768px) {
.box-sd,.box-sd03,.box-sd06 {
    padding: 1.2rem;
    box-sizing: border-box;
}

}
.img-line {
   box-shadow: 5px 6px 10px -6px rgba(0,0,0,0.6);
}

.catch01 {
    font-size:1.2em;
	text-align:center;
	font-weight:900;
	color:#F00;
	margin-bottom:0.7em;
}
.h4-ttl {
   text-align:center;
}
.product-wrap {
    border: 1px solid #fff;
    padding: 0% 0% 0%;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 1px 0px 0px 1px #ffffff;
    border-radius: 3px;
    position: relative;
}
.ribbon20 {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    box-sizing: border-box;
    padding: 0 12px;
    margin: 0;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: white;
    background: #A30015;
    box-shadow: 0 2px 2px rgb(0 0 0 / 12%);
}
.ribbon20:before {
    position: absolute;
    content: '';
    top: 0;
    left: -7px;
    border: none;
    height: 38px;
    width: 7px;
    background: #A30015;
    border-radius: 5px 0 0 5px;
}
.ribbon20:after {
    position: absolute;
    content: '';
    bottom: -7px;
    left: -5px;
    border: none;
    height: 7px;
    width: 5px;
    background: #A30015;
    border-radius: 5px 0 0 5px;
}
.product-wrap img {
    padding: 2px;
    border: 2px solid #d7d8da;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 6px 1px #ccc;
}
.ttl-wrap {
    position:relative;
	    text-align: center !important;
}
.tag_circle {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 22px;
    padding: 2px;
    border: dashed 1px #ccc;
    border-radius: 50%;
    color: #ccc;
    font-size: 0.8rem;
    font-weight: normal;
    margin: 5px 2px;
}

[class^="icon-"], [class*=" icon-"], [class^="icon-line-"], [class*=" icon-line-"], [class^="icon-line2-"], [class*=" icon-line2-"], .side-header #primary-menu ul > li.sub-menu > a:after {
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-angle-down:before {
    content: "\e7a7";
}
*, *::before, *::after {
    box-sizing: border-box;
}
.h2-ttl,h2-ttl02 {
    text-align:center;
	margin-bottom: 0em;
	font-size: 2.0em;
}

.h3-ttl {
    font-size: 1.5em;
    text-align: center;
    margin: 0 0 .75em 0;
    padding: 0 0.5em 0.3em 0.5em;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 0.6em;
}

.bgcolor-05 {
    padding: 6.4em 10px 4.4em;
	background:url(../img/content/bg-section01.png);
	background-repeat:repeat-x;
}
.bgcolor-06 {
    padding: 6.4em 10px 4.4em;
	background:url(../img/content/bg-section02.png);
	background-repeat:no-repeat;
	background-size:cover;
}
.table2.th-01 th {
    width:40%;
}
.table2.th-01 td {
    text-align:center;
	vertical-align:middle;
}
.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
@media only screen and (max-width: 600px) {
.pc-disp {
    display:none;
}
.sp-disp {
    display:block; 
}
}
.wd40{
   width:40% !important;
   margin:auto;
}
.wd50 {
  width:50% !important;
  margin:0 auto;
}
.wd60 {
  width:60% !important;
  margin:0 auto;
}
.wd70 {
  width:70% !important;
  margin:0 auto;
}
.wd80 {
  width:80% !important;
  margin:0 auto;
}
.wd85 {
  width:85% !important;
  margin:0 auto;
}
.wd90 {
  width:90% !important;
  margin:0 auto;
}
.wd95 {
  width:95% !important;
  margin:0 auto;
}

@media only screen and (max-width: 768px) {
.wd40,.wd50,.wd60,.wd70,.wd80,.wd85,.wd90,.wd95{
   width:100% !important;
   margin:auto;
}
}

.ttl-wrap:after {
    content: '';
    display: block;
    margin-top: 0px;
    width: 100px;
    border-top: 2px solid #ffad36;
	margin: 20px auto 0;
}
.h2-subttl {
    font-size: 1.0em;
    line-height: 1.3em;
    text-align: center;
	color:#999;
}
.icn-news{ 
	line-height: 1rem; /* ケースによって調整する */
	text-align: center;
    position:relative;
	margin-bottom:0.2em;
	padding-bottom: 0px;
	line-height: 1.0em;
}
.icn-news::after {
    content: url(../img/content/news.png);
    position: absolute;
    top: -46px;
    display: block;
    width: 100%;
}
.icn-greeting{ 
	line-height: 1rem; /* ケースによって調整する */
	text-align: center;
    position:relative;
	margin-bottom:0.2em;
	padding-bottom: 0px;
	line-height: 1.0em;
}
.icn-greeting::after {
    content: url(../img/content/greeting.png);
    position: absolute;
    top: -46px;
    display: block;
    width: 100%;
}
.icn-request{ 
	line-height: 1rem; /* ケースによって調整する */
	text-align: center;
    position:relative;
	margin-bottom:0.2em;
	padding-bottom: 0px;
	line-height: 1.0em;
}
.icn-request::after {
    content: url(../img/content/request.png);
    position: absolute;
    top: -46px;
    display: block;
    width: 100%;
}
.icn-wine { 
	line-height: 1rem; /* ケースによって調整する */
	text-align: center;
    position:relative;
	margin-bottom:0.2em;
	padding-bottom: 0px;
	line-height: 1.0em;
}
.icn-wine::after {
    content: url(../img/content/wine.png);
    position: absolute;
    top: -46px;
    display: block;
    width: 100%;
}
.icn-beer { 
	line-height: 1rem; /* ケースによって調整する */
	text-align: center;
    position:relative;
	margin-bottom:0.2em;
	padding-bottom: 0px;
	line-height: 1.0em;
}
.icn-beer::after {
    content: url(../img/content/beer.png);
    position: absolute;
    top: -46px;
    display: block;
    width: 100%;
}
.icn-information { 
	line-height: 1rem; /* ケースによって調整する */
	text-align: center;
    position:relative;
	margin-bottom:0.2em;
	padding-bottom: 0px;
	line-height: 1.0em;
}
.icn-information::after {
    content: url(../img/content/information.png);
    position: absolute;
    top: -46px;
    display: block;
    width: 100%;
}
.icn-arrival { 
	line-height: 1rem; /* ケースによって調整する */
	text-align: center;
    position:relative;
	margin-bottom:0.2em;
	padding-bottom: 0px;
	line-height: 1.0em;
}
.icn-arrival::after {
    content: url(../img/content/arrival.png);
    position: absolute;
    top: -46px;
    display: block;
    width: 100%;
}
.icn-liquor { 
	line-height: 1rem; /* ケースによって調整する */
	text-align: center;
    position:relative;
	margin-bottom:0.2em;
	padding-bottom: 0px;
	line-height: 1.0em;
}
.icn-liquor::after {
    content: url(../img/content/liquor.png);
    position: absolute;
    top: -46px;
    display: block;
    width: 100%;
}
.icn-company{ 
	line-height: 1rem; /* ケースによって調整する */
	text-align: center;
    position:relative;
	margin-bottom:0.2em;
	padding-bottom: 0px;
	line-height: 1.0em;
}
.icn-company::after {
    content: url(../img/content/company.png);
    position: absolute;
    top: -40px;
    display: block;
    width: 100%;
}
.icn-access { 
	line-height: 1rem; /* ケースによって調整する */
	text-align: center;
    position:relative;
	margin-bottom:0.2em;
	padding-bottom: 0px;
	line-height: 1.0em;
}
.icn-access::after {
    content: url(../img/content/distination.png);
    position: absolute;
    top: -40px;
    display: block;
    width: 100%;
}
.icn-exchange { 
	line-height: 1rem; /* ケースによって調整する */
	text-align: center;
    position:relative;
	margin-bottom:0.2em;
	padding-bottom: 0px;
	line-height: 1.0em;
}
.icn-exchange::after {
    content: url(../img/content/exchange.png);
    position: absolute;
    top: -46px;
    display: block;
    width: 100%;
}
.icn-legal { 
	line-height: 1rem; /* ケースによって調整する */
	text-align: center;
    position:relative;
	margin-bottom:0.2em;
	padding-bottom: 0px;
	line-height: 1.0em;
}
.icn-legal::after {
    content: url(../img/content/legal.png);
    position: absolute;
    top: -46px;
    display: block;
    width: 100%;
}
.icn-pay { 
	line-height: 1rem; /* ケースによって調整する */
	text-align: center;
    position:relative;
	margin-bottom:0.2em;
	padding-bottom: 0px;
	line-height: 1.0em;
}
.icn-pay::after {
    content: url(../img/content/pay.png);
    position: absolute;
    top: -46px;
    display: block;
    width: 100%;
}
.icn-shipping{ 
	line-height: 1rem; /* ケースによって調整する */
	text-align: center;
    position:relative;
	margin-bottom:0.2em;
	padding-bottom: 0px;
	line-height: 1.0em;
}
.icn-shipping::after {
    content: url(../img/content/shipping.png);
    position: absolute;
    top: -40px;
    display: block;
    width: 100%;
}
.icn-mail { 
	line-height: 1rem; /* ケースによって調整する */
	text-align: center;
    position:relative;
	margin-bottom:0.2em;
	padding-bottom: 0px;
	line-height: 1.0em;
}
.icn-mail::after {
    content: url(../img/content/mail.png);
    position: absolute;
    top: -46px;
    display: block;
    width: 100%;
}
.icn-policy { 
	line-height: 1rem; /* ケースによって調整する */
	text-align: center;
    position:relative;
	margin-bottom:0.2em;
	padding-bottom: 0px;
	line-height: 1.0em;
}
.icn-policy::after {
    content: url(../img/content/policy.png);
    position: absolute;
    top: -46px;
    display: block;
    width: 100%;
}
.tx-flex {
    text-align:center;
}

@media only screen and (max-width: 768px) {
.h3-ttl {
    font-size: 1.2em;
    text-align: center;
    margin: 0 0 .75em 0;
    padding: 0 0.5em 0.3em 0.5em;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 0.6em;
}
.tx-flex {
    text-align:left;
}
.h2-ttl {
    text-align: center;
    margin-bottom: 0em;
    font-size: 1.6em;
}
.h2-ttl02 {
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.6em;
}
.btn-b a {
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    position: relative;
    display: inline-block;
    padding: 0.6em 1.3em 0.6em 1em;
    line-height: 1.6;
	margin:0 auto;
	width:100%;
    background: #f2ab1d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.ttl-wrap:after {
    content: '';
    display: block;
    margin-top: 0px;
    width: 100px;
    border-top: 2px solid #ffad36;
	margin: 10px auto 0;
}
.h2-subttl {
  margin-top: 0.5em;
}
.lay2 h2,.lay2R h2 {
   text-align:center;
}
}
@media (min-width: 769px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
.footerDataWrap .contPadMB a {
    color: #333 !important;
    text-decoration: none;
}
.footerDataWrap .contPadMB a:hover {
    cursor: pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.tel-a a:hover {
    cursor: pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.box29 {
    background: #faf2e1;
	border:1px dotted #7c7b7a;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #f1c263;
    padding: 0.5em 0;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 div {
    padding: 15px 20px;
    margin: 0;
}


.btn-animation-02 {
  display: inline-block;
  width: 300px;
  text-align: center;
  background-color: #f2ab1d;
  border: 2px solid #f2ab1d;
  font-size: 16px;
  color: #f2ab1d !important;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
}

.btn-animation-02 span {
  position: relative;
  z-index: 1;
}

.btn-animation-02::before,
.btn-animation-02::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-animation-02::before {
  left: 0;
}
.btn-animation-02::after {
  right: 0;
}

.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
  width: 0;
  background-color: #FFF;
}

.btn-animation-02:hover {
  color: #FFF!important;
}

@media screen and (max-width: 768px) {
.btn-animation-02 {
  display: inline-block;
  width: 80%;
  text-align: center;
  background-color: #f2ab1d;
  border: 2px solid #f2ab1d;
  font-size: 16px;
  color: #f2ab1d !important;
  text-decoration: none;
  font-weight: bold;
  padding: 2% 10%;
  border-radius: 4px;
  position: relative;
  box-sizing:border-box;
}
}

.titleWrap a {
  text-decoration:none;
  color:#333;
}
.titleWrap a img{
  vertical-align: middle;
}
.top-bls li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC;
}
.data {
    margin-left: 15px;
    display: inline-block;
}
.title {
    margin-left: 15px;
    display: inline-block;
}
@media only screen and (max-width: 600px) {
.title {
    margin-left: 0;
    display: block;
}
.data {
    margin-left: 0;
    display: block;
    margin-top: 15px;
}
.top-bls li {
    text-align:center;
}
}
