@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

input, textarea,{
    margin: 0;
    padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse;
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
    outline:none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

.both{
    clear:both;
}

.inline_block {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

img {
    max-width:100%;
}

table {
    width:100%;
}

a,a:hover {
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}
.pr{position: relative;}

/*---------------------------------
add css standard start
--------------------------------*/
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; /* remember: box-sizing is not supported by IE7 :( */ outline: none; vertical-align: top; }
html { /*height: 100%;*/ width: 100%; }
html,
body { font: normal 14px 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; margin: 0; padding: 0; width: 100%; /*height: 100%;*/ color: #222; background: #e8f976; background: #fefefe; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td { margin: 0; padding: 0; font-weight: normal; }
p { margin: 0; padding: 0; font-weight: normal; }
a { color: inherit; outline: none; text-decoration: none; webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
a:focus { outline: none; }
*::-moz-selection {background: #222; color:#fefefe;}
*::selection { background: #222; color: #fefefe; }
h1,
h2,
h3,
h4,
h5 { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
/* ----- .transition03 ----- */
.transition03 { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.transition05 { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
/* ----- p ----- */
p { font-size: 14px; letter-spacing: .1em; line-height: 2.2; font-weight: 400; }
img {
    max-width: 100%;
}

.inline_block {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*---------------------------------
add css standard end
*/
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#menu-box {
    display: none;
}
#container{
width:100%;
min-width: 960px;
}
#footer{
    width:100%;
padding: 20px 25px 60px;
-webkit-background-size: 4px 4px;
-moz-background-size: 4px 4px;
background-size: 4px 4px;
background-color: #000;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, #2e2e2e), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #2e2e2e),
            color-stop(.75, #2e2e2e), color-stop(.75, transparent),
            to(transparent));
background-image: -webkit-linear-gradient(-45deg, #2e2e2e 25%, transparent 25%,
          transparent 50%, #2e2e2e 50%, #2e2e2e 75%,
          transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, #2e2e2e 25%, transparent 25%,
          transparent 50%, #2e2e2e 50%, #2e2e2e 75%,
          transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, #2e2e2e 25%, transparent 25%,
          transparent 50%, #2e2e2e 50%, #2e2e2e 75%,
          transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, #2e2e2e 25%, transparent 25%,
          transparent 50%, #2e2e2e 50%, #2e2e2e 75%,
          transparent 75%, transparent);
background-image: linear-gradient(-45deg, #2e2e2e 25%, transparent 25%,
          transparent 50%, #2e2e2e 50%, #2e2e2e 75%,
          transparent 75%, transparent);
}
.footNav li{
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding-left: 12px;
}
.icon_web{
    color: #000;
    background: #d9b909;
    padding: 5px;
}
.footSns{
    margin-top: 15px;
}
.footSns li{
    display: inline-block;
    padding-left: 12px;
    vertical-align: middle;
}
.footSns li img{
    padding-top: 10px;
}
.footL{float: left;}
.footR{float: right;}
.fl{float: left;}
.fr{float: right;}

.qr li{
	display:inline-block;
	text-align: center;
	color: #fff;
	font-size:10px;
	margin: 15px 0 0 12px;
}
.footR{
	width: 130px;
}
.footR img{
    width: 130px;
}
.modalMainTtl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
}
.modalTtl {
    font-weight: bold;
    margin-top: 24px;
    margin-bottom: 8px;
    text-align: left;
}
.modalTxt {
    text-align: left;
}
a.disabled {
    pointer-events: none;
    color: #aaa;
}

@media screen and (max-width: 768px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
min-width: 100%;
}
#header {
    width: 100%;
    display: block;
    background: url(../images/topImg.jpg) no-repeat;
    background-size: 100%;
    padding:20px;
}
#header .head-inner {
    border:3px solid #000;
    padding: 20px 0;
}
#menu{
    display: none;
  }
#menu li{
    width: 100%;
  }
#menu li a{
    display: block;
    width:100%;
    padding:10px;
    border-bottom: 1px dotted #ddd;
}
.web{
    display: inline;
    line-height: 45px;
    height: 45px;
    background: #d9b909;
    position: absolute;
    top: 0;
    right: 0;
    padding:0 3px;
    font-size: 12px;
}
#menu-box{
	display: block;
}
#toggle{
  display: block;
  position: relative;
  width: 100%;
  background: #222;
}
#toggle a{
  display: block;
  position: relative;
  padding: 12px 0 10px;
  border-bottom: 1px solid #444;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #222;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
#footer{
    width:100%;
padding: 20px 25px 25px;
-webkit-background-size: 4px 4px;
-moz-background-size: 4px 4px;
background-size: 4px 4px;
background-color: #000;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, #2e2e2e), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #2e2e2e),
            color-stop(.75, #2e2e2e), color-stop(.75, transparent),
            to(transparent));
background-image: -webkit-linear-gradient(-45deg, #2e2e2e 25%, transparent 25%,
          transparent 50%, #2e2e2e 50%, #2e2e2e 75%,
          transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, #2e2e2e 25%, transparent 25%,
          transparent 50%, #2e2e2e 50%, #2e2e2e 75%,
          transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, #2e2e2e 25%, transparent 25%,
          transparent 50%, #2e2e2e 50%, #2e2e2e 75%,
          transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, #2e2e2e 25%, transparent 25%,
          transparent 50%, #2e2e2e 50%, #2e2e2e 75%,
          transparent 75%, transparent);
background-image: linear-gradient(-45deg, #2e2e2e 25%, transparent 25%,
          transparent 50%, #2e2e2e 50%, #2e2e2e 75%,
          transparent 75%, transparent);
}
.footNav li{
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding-left: 12px;
}
.icon_web{
    color: #000;
    background: #d9b909;
    padding: 5px;
}
.footSns{
    margin-top: 15px;
}
.footSns li{
    display: inline-block;
    padding-left: 12px;
    vertical-align: middle;
}
.footSns li img{
    padding-top: 10px;
}

.fl{float: left;}
.fr{float: right;}
.qr{
	display:none;
}
.qr li{
	display:inline-block;
	text-align: center;
	color: #fff;
	font-size:10px;
	margin: 15px 0 0 12px;
}
.footL,
.footR{
	float: none;
}

.footR{
	margin-top: 25px;
	font-size: 0;
	width: 100%;
	text-align: center;
}

}
