@charset "utf-8";
/*
=======================================
  Reset 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, main, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-size: 1.6rem; /* 16px*/
  line-height: 2;
}
h1 {
  font-size: 36px; /* IE8以下とAndroid4.3以下用フォールバック */
  font-size: calc(3.4rem + ((1vw - 0.64rem) * 2.1429)); /* 24px~36pxで可変*/
  line-height: 1.3;
}
h2 {
  font-size: 24px; /* IE8以下とAndroid4.3以下用フォールバック */
  font-size: calc(3rem + ((1vw - 0.64rem) * 0.7143)); /* 20px~24pxで可変*/
  line-height: 1.3;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
ul, ol {
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img, input, select, textarea {
  vertical-align: middle;
}
h2 {
  text-align: center;
  font-size: 40px;
  padding: 20px;
  box-sizing: border-box;
}
/*セクション間隔*/
section + section {
  margin-bottom: 30px;
}
/* End hide from IE-mac */
/*
=========================================
  Base Layout
=========================================
*/
/*container*/
/*
=========================================
  Modules（Block）
=========================================
*/
/*header
--------------------*/
/*global navigation
--------------------*/
/*Google Map
--------------------*/
/*information
--------------------*/
/*footer
--------------------*/
/*
=========================================
  Modules（Parts）
=========================================
*/
/*
=========================================
  Utilities
=========================================
*/
/*

mainv
--------------------*/
  .pc { display:block; }
  .sp { display:none; }

.dai{
	font-size: 2.5rem;
}

.sho{
		font-size: 0.9rem;
	text-align: center;
	}
.multi-bg {
  height: 800px;
  background: url("img/mvglass.png") right top no-repeat, url("img/mvbk.jpg") center no-repeat;
  background-size: auto, cover;
}
.parent {
  /*親要素はrelativeに*/
  position: relative;
}
.center {
  position: absolute;
  botom: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
/*container*/
.container {
  max-width: 940px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 30px;
}
/*テキストアライン中央寄せ*/
.ctr {
  text-align: center;
}
/* マージン
---------------------------------*/
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.p0 {
  padding: 0 !important;
}
.p5 {
  padding: 5px !important;
}
.p10 {
  padding: 10px !important;
}
.p15 {
  padding: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.p30 {
  padding: 30px !important;
}
.p35 {
  padding: 35px !important;
}
.p40 {
  padding: 40px !important;
}
.p45 {
  padding: 45px !important;
}
.p50 {
  padding: 50px !important;
}
.p60 {
  padding: 60px !important;
}
.p70 {
  padding: 70px !important;
}
.w10 {
  width: 10%
}
.w20 {
  width: 20%
}
.w30 {
  width: 30%
}
.w40 {
  width: 40%
}
.w50 {
  width: 50%
}
.w60 {
  width: 60%
}
.w70 {
  width: 70%
}
.w80 {
  width: 80%
}
.w90 {
  width: 90%
}

.w100 {
  width: 100%
}
/* 左右行揃え
---------------------------------*/
.ta-l {
  text-align: left;
}
.ta-r {
  text-align: right;
}
.ta-c {
  text-align: center;
}
/* フロート／フロート解除
---------------------------------*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.fl-img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.fr-img {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.clear {
  clear: both;
}
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #6E5116;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  position: absolute;
  bottom: -40px;
}
.red {
  padding: 0.2em;
  width: 100%;
  height: auto;
  background-color: #c1280b;
  box-sizing: border-box;
  font-size: 1.8em;
  color: #ffffff;
}
.waku {
  padding: 0.2em;
  width: 100%;
  height: 100%;
  border: solid 1px #707070;
  box-sizing: border-box;
  font-size: 1em;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
figure {
  position: relative;
  display: inline-block;
  outline: 10px solid #ffffff;
  outline-offset: -10px;
}
figure img {
  vertical-align: top;
}
figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 24px;
  font-size: 86%;
  color: #fff;
  text-shadow: 0 0 10px #000000;
}
.line {
  text-align: center;
  width: 100%;
  padding: 10px;
  border: solid 1px #707070;
  box-sizing: border-box;
}
.under {
  border-bottom: double 6px #cb4a32;
  width: 200px;
}
.blockc {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.box3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box3 li {
  width: 30%;
  height: auto;
  margin-bottom: 20px;
}
.box2 {
  display: flex;
  flex-wrap: wrap;
}
.box2 li {
  width: 46%;
  margin-top: 6%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
*, *:before, *:after {
  box-sizing: border-box;
}


.ochugen{
	margin: auto;
	height:auto;
	width: auto;

}


.col_3 {
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.col_3 > div {
  width: 33.33333%;
  padding: 10px;
}
@media screen and (max-width: 960px) {
  .col_3 > div {
    width: 50%;
  }
	

}
@media screen and (max-width: 480px) {
  .col_3 > div {
    width: 100%;
  }
}
.container2 {
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
}
.style5 {
  border-top: 1px dashed #8c8b8b;
}
.txtRed {
  color: #c1280b;
}
.btn {
  position: relative;
}
.btn p {
  position: absolute;
  top: 50%;
  left: 50%;
  color: white; /*文字は白に*/
  font-weight: bold; /*太字に*/
  font-size: 3em; /*サイズ3倍*/
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  /*文字の装飾*/
  text-shadow: 2px 2px 3px #000000;
}
.btn img {
  width: 100%;
}
.boxten {
  padding: 0.5em 1em;
  margin: 2em 0;
  border: dashed 1px #c1280b; /*点線*/
  box-sizing: border-box;
}
.boxten p {
  margin: 0;
  padding: 0;
}
/* ！*/
.balloonex {
  position: relative;
  padding: auto;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  letter-spacing: auto;
  font-size: 5em;
  background-color: #c1280b;
}
.balloonex::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 2px;
  bottom: 2px;
  border-right: 20px solid #c1280b;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(-45deg);
}
.right {
  margin: 0 0 0 auto;
}

.bkw {
  background: #FFFFFF;
  margin: 2% 4% 20px 2%;
  padding: 2% 4%;
}
.bkw2 {
  background: #FFFFFF;
  margin: auto 0 10px 20px;
  padding: 2% 4%;
  height: 254px;
}
.under2 {
  border-bottom: dotted 2px #9C9797;
  font-size: 1.2em;
}
.col2 {
  width: 50%;
}
.col2_2 {
  width: 50%;

}

.gyaku{ display: flex;

  flex-flow: row-reverse;	
align-items: center
}

@media screen and (max-width:800px)

{
	
	  .pc { display:none; }
  .sp { display:block; }

.gyaku{
	flex-wrap: wrap;
	position: relative;
	height: auto;
	text-align: center;
}
	.gyaku img{
	padding-top: 150px;
	margin-bottom: 0px;
	
}
	



	.txt2 {
		position: absolute;
  height: 50px;
width: 100%;
margin: auto;

    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);


	}
		
	.txt3 {
font-size: -1em;
  height: auto;
margin-top: 0px;
margin-bottom: 100px;


}
	.sho{
		text-align: left;
	}
	
	}



.float_box-wrap {
  overflow: auto;
  /* 高さを出す */
}
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  -webkit-box-sizing: border-box;
}
.cp_qa .cp_qanda {
  line-height: 2.0;
  position: relative;
  margin: 90px 10px 10px 120px;
  padding: 10px 10px 0px 10px;
  border-left: 2px solid #333333;
}
.cp_qa .quest {
  position: absolute;
  margin-left: -200px;
  padding-left: -200px;
  left: 6em;
  display: inline-block;
  width: 6em;
  text-align: left;
}
.cp_qa .cp_qanda::before {
  font-family: serif;
  font-size: 4em;
  position: absolute;
  left: -1em;
  display: inline-block;
  width: 5em;
  content: 'Q';
  opacity: 0.1;
}
.cp_qa .answer {
  width: 100%;
  height: 100%;
}
.redbk {
  color: #ffffff;
  width: 100%;
  background: #c1280b;
}
.bkft {
  background: url("img/mvbk.jpg") center no-repeat;
  background-size: cover;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.whitebk {
  background: #ffffff;
}
.table {
  border: 4px solid #c1280b;
  box-sizing: border-box;
}
.tablem {
  margin: 3%;
  padding: 3%;
}
.entryTable {
  width: 100%;
  box-sizing: border-box;
}
.entryTable tr {
  border: 2px solid #cecdcd;
  padding: 2em;
  box-sizing: border-box;
}
.entryTable th {
  background: #feefcf;
  width: 10em;
  text-align: left;
}
.entryTable th, td {
  margin: 1em;
  padding: 1em;
}
.entryTable input[type="text"] {
  width: 48%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 1em;
}
.entryTable textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 1em;
}
.entryTable input[name="address1"], .entryTable input[name="address2"], .entryTable input[name="fld5"], .entryTable input[name="fld6"], .entryTable input[name="fld16"], .entryTable input[name="fld17"], .entryTable input[name="fld26"], .entryTable input[name="fld27"], .entryTable input[name="fld36"], .entryTable input[name="fld37"], .entryTable input[type="tel"], .entryTable input[type="email"], .entryTable fld5 {
  width: 100%;
  font-size: 1em;
}
textarea {
  width: 60%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 1em;
  margin-top: 20px;
}
select {
  font-size: 1em;
  width: 30%;
}
.entryTable select {
  width: 15%;
  padding: 10px;
  font-size: 1em;
}
#owabi {
  width: auto;
  height: auto;
  border: dashed 1px #707070;
  background-color: #ffffff;
  position: relative;
}
#owabitxt {
  width: 60%;
  margin: 20px auto 20px 20px;
}
#wmn {
  position: absolute;
  width: 30%;
  bottom: 0px;
  right: 0px;
}
#bottle {
  position: absolute;
  width: auto;
  right: 40%;
  bottom: 10%;
}
#truck {
  position: absolute;
  bottom: 60px;
  width: auto;
}
#mond {
  position: absolute;
  right: 20px;
  bottom: 100px;
}
#leftTop {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 20px
}
#rightTop {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 20px
}
@media screen and (max-width: 800px) { /* 800px以下*/
  * {
    width: auto;
    float: none;
  }
  .fl {
    width: 100%;
  }
  .fr {
    width: 100%;
  }
  #nat {
    background:
      url("img/bk_nat.jpg") no-repeat;
    height: auto;
  }
  body {
    line-height: 2;
  }
  h1 {
    font-size: 1.4rem; /* 24px*/
  }
  h2 {
    font-size: 2.8rem; /* */
  }
  select {
    font-size: 1em;
    width: 90%;
  }
  .wrap {
    overflow: hidden;
  }
  #rightTop {
    position: absolute;
    top: 700px;
    right: 0px;
    padding: 20px;
    background: #ffffff;
    opacity: 0.9;
  }
  #leftTop {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  #bottle {
    position: absolute;
    right: 20%;
    bottom: 18%;
    width: 60%;
  }
  #truck {
    position: absolute;
    bottom: 13%;
    width: auto;
  }
  #mond {
    position: absolute;
    right: 10px;
    bottom: 20%;
    width: 22%;
  }
 
  #prize {
    background:
      url("img/prize.png") right no-repeat;
    background-size: cover;
    height: auto;
  }
  .bkw2 {
    background: #FFFFFF;
    margin: 10px;
    padding: 10px;
    height: auto;
  }
  .under2 {
    border-bottom: dotted 2px #9C9797;
    font-size: 1em;
  }
  .container {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .btn p {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white; /*文字は白に*/
    font-weight: bold; /*太字に*/
    font-size: 1.4em; /*サイズ3倍*/
  }
  .entryTable select {
    width: 90%;
    padding: 10px;
    margin: 10px;
    font-size: 1em;
  }
  table th, table td {
    width: 90%; /* テーブルの見出しの横幅を指定する */
    display: block; /* ブロックレベル要素化する */
    border-top: 1px solid #666; /* セルの境界線を実線で指定する */
  }
  .entryTable th {
    background: #feefcf;
    width: 90%;
    text-align: left;
  }
  #owabi {
    width: auto;
    height: 750px;
    border: dashed 1px #707070;
    background-color: #ffffff;
    position: relative;
  }
  #owabitxt {
    width: 90%;
  }
  #wmn {
    position: absolute;
    width: 100%;
    bottom: 0px;
    text-align: center;
  }
  #pz1 {
    width: 100%;
  }
  #pz2 {
    width: 100%;
  }
  #pz3 {
    width: 100%;
  }
}