@charset "UTF-8";
/* CSS Document */

#jimiuma h3,
#jimiuma h4,
#jimiuma h5,
#jimiuma p,
#jimiuma li,
#jimiuma div {
font-family:'メイリオ', 'Meiryo', sans-serif!important;
font-feature-settings: "palt";
margin: 0;
padding: 0;
}
.stripe{
  position: relative;
  padding: 0.3em;
}
.stripe:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: repeating-linear-gradient(-45deg, #D9E021, #D9E021 2px, #539500 2px, #539500 4px);
}


 @media all and (min-width:481px) {

#jimiuma{
width: 100%;
margin: 0 auto;
background-color: #FED505;
padding-bottom: 5px;
}
#jimiuma .contents_block {
width: 1200px;
margin: 0 auto;
}
#jimiuma #mainv {
width: 100%;
margin: 0 auto;
}
#jimiuma #mainv img {
width: 100%;
}
#jimiuma #cm_nav_bg {
width: 100%;
margin: 0 auto;
background: #000000;
background: -moz-linear-gradient(left, #000000 0%, #000000 50%, #6a3906 50%, #6a3906 100%);
background: -webkit-linear-gradient(left, #000000 0%,#000000 50%,#6a3906 50%,#6a3906 100%);
background: linear-gradient(to right, #000000 0%,#000000 50%,#6a3906 50%,#6a3906 100%);
}
#jimiuma .cm_nav {
width: 1200px;
margin: 0 auto;
display: table;
border-collapse: separate;
}
#jimiuma .cm_nav .webcm {
width: 75%;
display: table-cell;
vertical-align: top;
background-color: #000;
}
#jimiuma .cm_nav .genteicm {
width: 25%;
display: table-cell;
vertical-align: bottom;
background-color: #6A3906;
}
#jimiuma .webcm_ttl {
margin: 20px auto;
text-align: center;
}
#jimiuma .webcm_ttl img {
height: 80px;
width: auto;
}
#jimiuma .gentei_ttl {
margin: 20px auto;
text-align: center;
}
#jimiuma .gentei_ttl img {
height: 56px;
width: auto;
}

#jimiuma .webcm_block {
width: 100%;
margin: 0 auto;
display: table;
border-collapse: separate;
border-spacing: 10px 0;
table-layout: fixed;
}
#jimiuma .webcm_block .item {
display: table-cell;
vertical-align: top;
}
#jimiuma .mvbox {
width: 260px;
margin: 0 auto;
}
#jimiuma .mvbox img {
width: 100%;
}
#jimiuma .mvbox p {
color: #fff;
font-size: 15px;
line-height: 1.6;
text-align: center;
padding:10px 0;
font-feature-settings: "palt";
}
#jimiuma .mvbox a:hover {
opacity: 0.7;
transition: .3s;
}
#jimiuma .btl_img {
margin: 0 auto 10px;
text-align: right;
}
#jimiuma .btl_img img {
height: 128px!important;
width: auto;
}


#jimiuma #rettl {
width: 100%;
margin: 0 auto;
background-color: #fff;
}
#jimiuma #rettl h3 {
text-align: center;
margin: 0;
}
#jimiuma #rettl h3 img {
width: 768px;
height: auto;
}
#jimiuma .rttl {
width: 1200px;
margin: 0 auto;
background-color: #6A3906;
position: relative;
height: 70px;
}
#jimiuma .rttl h4 {
font-size: 42px;
color: #fff;
position: absolute;
top: 17px;
left: 10px;
line-height: 1;
}
#jimiuma .rcap {
position: absolute;
top: 10px;
right: 10px;
font-size: 11px;
color: #fff;
text-align: right;
padding-right: 10px;
}
#jimiuma .circle_icon {
position: absolute;
right: 0;
top:35px;
z-index: 10;
}
#jimiuma .circle_icon img {
height: 74px;
width: auto;
}
#jimiuma .recbox {
width: 1200px;
margin: 0 auto 50px;
display: table;
border-collapse: separate;
border-spacing: 0;
}
#jimiuma .recbox .ph-img {
width: 500px;
display: table-cell;
vertical-align: top;
}
#jimiuma .recbox .ph-img img {
width: 100%;
height: 500px;
}
#jimiuma .rectxt {
display: table-cell;
vertical-align: top;
padding-left: 30px;
padding-top: 70px;
}
#jimiuma .rectxt h5 {
font-size: 16px;
background-color: #000;
padding: 5px;
color: #fff;
margin-bottom: 10px;
}
#jimiuma .rectxt .honbun {
font-size: 16px;
color: #000;
line-height: 1.5;
padding-bottom: 15px;
}
#jimiuma .rectxt ul li {
font-size: 16px;
color: #000;
line-height: 1.5;
text-indent: -1em;
margin-left: 1em;
list-style-type: none;
}
#jimiuma .rectxt .caption {
font-size: 14px;
line-height: 1.5;
color: #000;
text-align: right;
}
#jimiuma .rectxt .caption_l {
font-size: 14px;
line-height: 1.5;
color: #000;
text-align: left;
}



#mvbox {
  background-color: #000;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: auto;
  overflow: hidden;
  }
  #mvbox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
#mvbox_wrap {
  overflow: hidden;
background: #000;
width: 100%;
height: 100%;
}
#lead {
width: 100%;
margin: 0 auto;
border-top:2px solid #fff;
background: #fed505;
background: -moz-linear-gradient(top, #fed505 0%, #fff1a9 100%);
background: -webkit-linear-gradient(top, #fed505 0%,#fff1a9 100%);
background: linear-gradient(to bottom, #fed505 0%,#fff1a9 100%);
}
#lead .about {
font-size: 42px;
text-align: center;
line-height: 1;
color: #000;
padding: 40px 0 20px;
font-weight: bold;
}
#lead .about span {
color: #6A3906;
}
#lead .lead_honbun {
font-size: 18px;
text-align: center;
line-height: 1.5;
color: #222;
padding-bottom: 20px;
}

}

 /* w480px以下
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
 @media all and (max-width:480px) {

#jimiuma{
width: 100%;
margin: 0 auto;
background-color: #FED505;
padding-bottom: 5px;
}
#jimiuma .contents_block {
width: 100%;
margin: 0 auto;
}
#jimiuma #mainv {
width: 100%;
margin: 0 auto;
border-top: 1px solid #fff;
}
#jimiuma #mainv img {
width: 100%;
}
#jimiuma #cm_nav_bg {
width: 100%;
margin: 0 auto;
background: #000000;
background: -moz-linear-gradient(left, #000000 0%, #000000 50%, #6a3906 50%, #6a3906 100%);
background: -webkit-linear-gradient(left, #000000 0%,#000000 50%,#6a3906 50%,#6a3906 100%);
background: linear-gradient(to right, #000000 0%,#000000 50%,#6a3906 50%,#6a3906 100%);
}
#jimiuma .cm_nav {
width: 100%;
margin: 0 auto;
display: block;
border-collapse: separate;
}
#jimiuma .cm_nav .webcm {
width: 100%;
display: block;
background-color: #000;
}
#jimiuma .cm_nav .genteicm {
width: 100%;
display: block;
background-color: #6A3906;
}

#jimiuma .webcm_block {
width: 100%;
margin: 0 auto;
display: table;
border-collapse: separate;
border-spacing: 5px 0;
table-layout: fixed;
}
#jimiuma .webcm_block .item {
display: table-cell;
vertical-align: top;
}
#jimiuma .mvbox {
width: 100%;
margin: 0 auto;
}
#jimiuma .cm_nav .genteicm .spmv {
width: 33%;
margin: 0 auto;
text-align: center;
}
#jimiuma .mvbox img {
width: 100%:
}

#jimiuma .mvbox p {
color: #fff;
font-size: 11px;
line-height: 1.4;
text-align: center;
padding: 5px 0;
}
#jimiuma .mvbox a:hover {
opacity: 0.7;
transition: .3s;
}
#jimiuma #rettl {
width: 100%;
margin: 0 auto;
background-color: #fff;
}
#jimiuma #rettl h3 {
text-align: center;
margin: 0;
}
#jimiuma #rettl h3 img {
width: 100%;
height: auto;
}
#jimiuma .rttl {
width: 100%;
margin: 0 auto;
background-color: #6A3906;
}
#jimiuma .rttl h4 {
font-size: 28px;
padding: 20px 10px 0 10px;
color: #fff;
}
#jimiuma .rcap {
font-size: 9px;
color: #fff;
padding-left: 1em;
}
#jimiuma .circle_icon {
width: 50%;
margin-left: 10px;
}
#jimiuma .circle_icon img {
width: 100%;
height: auto;
margin: 10px 0;
}
#jimiuma .recbox {
width: 100%;
margin: 0 auto 50px;
display: block;
}
#jimiuma .recbox .ph-img {
width: 100%;
display: block;
}
#jimiuma .recbox .ph-img img {
width: 100%;
}
#jimiuma .rectxt {
display: block;
width: 100%;
margin: 0 auto;
}
#jimiuma .rectxt h5 {
font-size: 14px;
background-color: #000;
padding: 3px;
color: #fff;
margin-bottom: 10px;
}
#jimiuma .rectxt .honbun {
font-size: 12px;
color: #000;
line-height: 1.5;
padding: 0 10px 15px 10px;
}
#jimiuma .rectxt ul li {
font-size: 12px;
color: #000;
line-height: 1.5;
text-indent: -1em;
margin-left: 1em;
list-style-type: none;
}
#jimiuma .rectxt .caption {
font-size: 11px;
line-height: 1.5;
color: #000;
padding: 0 10px;
text-align: center;
}
#jimiuma .rectxt .caption_l {
font-size: 11px;
line-height: 1.5;
color: #000;
padding: 0 10px;
}
#jimiuma .btl_img {
margin: 0 auto 10px;
text-align: center;
}
#jimiuma .btl_img img {
height: 128px!important;
width: auto;
}

#jimiuma .webcm_ttl {
width: 90%;
margin: 0 auto;
text-align: center;
padding: 10px 0;
}
#jimiuma .webcm_ttl img {
width: 100%;
}
#jimiuma .gentei_ttl {
width: 50%;
margin: 0 auto;
text-align: center;
padding: 10px 0;
}
#jimiuma .gentei_ttl img {
width: 100%;
}
#mvbox {
background-color: #000;
margin: 0 auto;
width: 100%;
text-align: center;
position: relative;
padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
height: auto;
overflow: hidden;
}
#mvbox iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#lead {
width: 100%;
margin: 0 auto;
border-top:1px solid #fff;
background: #fed505;
background: -moz-linear-gradient(top, #fed505 0%, #fff1a9 100%);
background: -webkit-linear-gradient(top, #fed505 0%,#fff1a9 100%);
background: linear-gradient(to bottom, #fed505 0%,#fff1a9 100%);
}
#lead .about {
font-size: 20px;
text-align: center;
line-height: 1;
color: #000;
padding: 20px 0;
font-weight: bold;
}
#lead .about span {
color: #6A3906;
}
#lead .lead_honbun {
font-size: 13px;
line-height: 1.5;
color: #222;
padding: 0 10px 10px;
}



}
