@charset "utf-8";
@media print, screen and (min-width:751px){
/*-------------------------------------
  下層共通
--------------------------------------*/
#breadcrumb ul {
  width: 1100px;
  margin: 0 auto;
}
#breadcrumb li {
  position: relative;
  display: inline-block;
  color: #1a1a1a;
  font-size: 14px;
  padding-right: 25px;
}
#breadcrumb li:last-child {
  padding-right: 0;
}
#breadcrumb li a {
  color: #1a1a1a;
  text-decoration: underline;
}
#breadcrumb li a:hover {
  text-decoration: none;
}
#breadcrumb li:before {
  position: absolute;
  content: "＞";
  right: 0;
  top: 0;
  font-weight: bold;
}
#breadcrumb li:last-child:before {
  content: none;
}

/*-------------------------------------
  トップページ
--------------------------------------*/
#top #sec_01 {
  width: 100%;
  padding: 85px 0;
}
#top #sec_01 .sec_inner {
  width: 1100px;
  margin: 0 auto;
  display: flex;
}
#top #sec_01 .sec_inner > div img{
  max-width: 100%;
}

#top #sec_01 .left_col {
  width: 33%;
}
#top #sec_01 a {
  display: inline-block;
}
#top #sec_01 .img_box{
  text-align: center;
}

#top #sec_01 .right_col {

  width: 33%;
}

#top #sec_02 {
  width: 100%;
  background:url(../Images/common/cts_bg02.jpg) repeat;
  padding: 85px 0;
}
#top #sec_02 .sec_inner {
  width: 1100px;
  margin: 0 auto;
}
#top #sec_02 ul li {
  float: left;
  width: 332px;
  margin-right: 52px;
}
#top #sec_02 ul li:nth-child(3n) {
  margin-right: 0;
}
#top #sec_02 ul li a {
  display: block;
  text-decoration: none;
  transition: 0.2s;
}
#top #sec_02 ul li a:hover {
  opacity: 0.85;
}
#top #sec_02 ul li .img_box {
  border: 1px solid #ccc;
  margin-bottom: 5px;
}
#top #sec_02 ul li .txt {
  height: 40px;
  text-align: center;
  background:url(../Images/common/item_icon01.png) no-repeat left 105px bottom;
}
#top #sec_02 ul li a:hover .txt {
  background:url(../Images/common/item_icon01.png) no-repeat left 105px bottom;
}
#top #sec_02 ul li .txt img {
  vertical-align: 3px;
  padding-right: 10px;
}
#top #sec_02 ul li .txt h2 {
  display: inline;
  color: #1a1a1a;
  font-size: 20px;
}
#top #sec_02 ul li a:hover .txt h2 {
  color: #750f18;
}
#top #sec_03 {
  width: 100%;
  background:url(../Images/common/cts_bg03.jpg) repeat;
}
#top #sec_03 .sec_inner {
  width: 1100px;
  margin: 0 auto;
}
#top #sec_03 .img_box {
  float: left;
  width: 550px;
}

#top #sec_03 .txt_box {
  float: right;
  width: 390px;
  padding-top: 90px;
  margin-right:40px;
}
#top #sec_03 .txt_box h2 {
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  margin-bottom: 35px;
}
#top #sec_03 .txt_box .txt {
  color: #fff;
  font-size: 15px;
  margin-bottom: 30px;
  padding-left: 20px;
}
#top #sec_03 .txt_box .link_btn {
  text-align: center;
}
#top #sec_03 .txt_box .link_btn a {
  display: inline-block;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: bold;
  background:url(../Images/common/arrow_black01.png) no-repeat left 40px center, #fff;
  padding: 12px 40px 12px 64px;
  text-decoration: none;
  transition: 0.3s;
}
#top #sec_03 .txt_box .link_btn a:hover {
  color: #fff;
  background:url(../Images/common/arrow_white01.png) no-repeat left 40px center, #750f18;
}
#top #sec_04 {
  width: 100%;
  background:url(../Images/common/cts_bg04.jpg) repeat;
}
#top #sec_04 .sec_inner {
  width: 1100px;
  margin: 0 auto;
}
#top #sec_04 .img_box {
  float: right;
  width: 550px;
}
#top #sec_04 .txt_box {
  float: left;
  width: 540px;
  padding-top: 90px;
}
#top #sec_04 .txt_box h2 {
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  margin-bottom: 35px;
}
#top #sec_04 .txt_box .txt {
  color: #fff;
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px;
}
#top #sec_04 .txt_box .link_btn {
  text-align: center;
}
#top #sec_04 .txt_box .link_btn a {
  display: inline-block;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: bold;
  background:url(../Images/common/arrow_black01.png) no-repeat left 40px center, #fff;
  padding: 12px 40px 12px 64px;
  text-decoration: none;
  transition: 0.3s;
}
#top #sec_04 .txt_box .link_btn a:hover {
  color: #fff;
  background:url(../Images/common/arrow_white01.png) no-repeat left 40px center, #1a1a1a;
}
#top #banner_area {
  width: 100%;
  background: #FEFEFE;
  padding: 60px 0;
}
#top #banner_area .sec_inner {
  width: 1100px;
  margin: 0 auto;
}
#top #banner_area .img_box a {
  display: block;
  transition: 0.4s;
}
#top #banner_area .img_box a:hover {
  opacity: 0.8;
}
/*-------------------------------------
  プライバシーポリシー
--------------------------------------*/
#privacypolicy #mainimage {
  background:url(../Images/privacypolicy/h2_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#privacypolicy #sec_01 .txt {
  text-align: center;
  margin-bottom: 50px;
}
#privacypolicy #sec_01 .privacypolicy_box dt {
  color: #750f18;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}
#privacypolicy #sec_01 .privacypolicy_box dd {
  margin-bottom: 50px;
}
#privacypolicy #sec_01 .privacypolicy_box dd:last-child {
  margin-bottom: 0;
}

/*-------------------------------------
  会社概要
--------------------------------------*/


 #company #mainimage {
    background: url(../Images/company/h2_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

#company h3{
  font-size:22px;
  margin:80px 0 30px 0;
  text-align: center;
  background-position:410px;
}

#company h3:before {
  content:url(../Images/company/logo.png);
  padding-right:15px;
}

#company .leftbox{
  float:left;
  width:430px;
}

#company .rightbox{
  background-color:#fff;
  border:solid 1px #E1E1E1;
  width:670px;
  float:right;
  padding:20px 20px 20px 20px;
  margin-bottom:40px;
}

#company .rightbox th {
  width:120px;
    font-weight: bold;
  text-align: left;
    padding: 20px 20px;
    vertical-align: top;
}

#company .rightbox td {
  width:550px;
  padding: 20px 0;
    vertical-align: top;
}


#company .access{
  background-color:#FCF9EE;
  border:solid 1px #E1E1E1;
  width:1100px;
  height:530px;
  padding:50px 70px 50px 70px;
  margin-top:20px;
}

#company .access .access_left{
  float:left;
  margin-bottom:20px;
}


#company .access .access_right{
   float:left;
   margin-left:45px;
}


#company .access .access_right .shopname{
  font-size:22px;
  font-weight:bold;
}

/*-------------------------------------
  酒造りの思い
--------------------------------------*/

#making_sake #mainimage {
    background: url(../Images/making_sake/h2_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

#making_sake h3{
  font-size:22px;
  margin-bottom:20px;
  text-align: center;
  }

#making_sake .explain p{
  text-align:center;
}

#making_sake .category{
  margin-bottom:200px;
}


#making_sake .category ul{
  text-align:center;
  margin-top:80px;
}

#making_sake .category ul li {
    width: 226px;
    float: left;
    font-size: 22px;
    border-bottom: solid 1px;
    margin: 0 70px 0 70px;
    font-size: 18px;
    font-weight: bold;
}

/*hover action*/
#making_sake .category ul li a {
    text-decoration: none;
    color: #000;
  display:inline-block;
  padding:0.5em 0em;
  position:relative;
}

#making_sake .category ul li a:after{
    content:url(../Images/common/triangle.png);
    position:absolute;
    transition:0.2s;
    z-index:-1;
    opacity:0;
    top: 90%;
    left:0;
    right:0;
    margin:0 auto;
}

#making_sake .category ul li a:hover:after{
    opacity:1;
    top:120%;
}

/*hover action end*/



#making_sake .bg{
  position:absolute;
    bottom: -250px;
    z-index: 1;
}


#making_sake .cate{
  margin-top : -100px;
    padding-top : 100px;
  position: relative;
  margin-bottom:350px;
}

#making_sake .cate h4{
  font-size:24px;
  text-align: center;
  margin-bottom:20px;
}

#making_sake .cate h4:before {
  content:url(../Images/company/logo.png);
  padding-right:15px;
}

#making_sake .cate:nth-of-type(even) .bg{
  right:-200px;
}
#making_sake .cate:nth-of-type(odd) .bg{
  left:-200px;
}

#making_sake .cate .txtbox{
  position: absolute;
  z-index:3;
  width:600px;
  background-color:#fff;
  padding:20px 30px 20px 30px;
  bottom:-100px;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
}

#making_sake .cate .txtbox p {
  font-size:14px;
}

#making_sake .cate:nth-of-type(even) .txtbox{
  right:0
}
#making_sake .cate .imgbox{
  text-align:right;
  position: relative;
  z-index: 2;
}
#making_sake .cate:nth-of-type(even) .imgbox{
  text-align:left;
}


/*-------------------------------------
  酒と三輪の歴史
--------------------------------------*/

#history #mainimage {
    background: url(../Images/history/h2_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

#history h3{
  font-size:22px;
  margin-bottom:20px;
  text-align: center;
  }

#history .explain p{
  text-align:center;
}

#history .category{
  margin-bottom:200px;
}


#history .category ul{
  text-align:center;
  margin-top:80px;
}

#history .category ul li {
  width:260px;
  float:left;
  border-bottom:solid 1px;
  margin:0 45px 0 45px;
  font-size:17px;
  font-weight:bold;
}

/*hover action*/
#history .category ul li a {
    text-decoration: none;
    color: #000;
  display:inline-block;
  padding:0.5em 0em;
  position:relative;
}

#history .category ul li a:after{
    content:url(../Images/common/triangle.png);
    position:absolute;
    transition:0.2s;
    z-index:-1;
    opacity:0;
    top: 90%;
    left:0;
    right:0;
    margin:0 auto;
}

#history .category ul li a:hover:after{
    opacity:1;
    top:120%;
}

/*hover action end*/

#history .cate{
  margin-top : -100px;
    padding-top : 100px;
  position: relative;
  margin-bottom:350px;
}

#history .bg{
  position:absolute;
    bottom: -250px;
    z-index: 1;
}

#history .cate h4{
  font-size:24px;
  text-align: center;
  margin-bottom:20px;
}

#history .cate h4:before {
  content:url(../Images/company/logo.png);
  padding-right:15px;
}


#history .cate:nth-of-type(even) .bg{
  right:-200px;
}
#history .cate:nth-of-type(odd) .bg{
  left:-200px;
}

#history .cate .txtbox{
  position: absolute;
  z-index:3;
  width:600px;
  background-color:#fff;
  padding:20px 30px 20px 30px;
  bottom:-100px;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
}

#history .cate .txtbox p {
  font-size:14px;
}

#history .cate:nth-of-type(even) .txtbox{
  right:0
}
#history .cate .imgbox{
  text-align:right;
  z-index:2;
}
#history .cate:nth-of-type(even) .imgbox{
  text-align:left;
  position: relative;
}
#history .cate:nth-of-type(odd) .imgbox{
  position: relative;
}


/*-------------------------------------
  利き酒体験
--------------------------------------*/

#tasting_sake #mainimage {
    background: url(../Images/tasting_sake/h2_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

#tasting_sake h3{
  font-size:22px;
  margin-bottom:20px;
  text-align: center;
  }

#tasting_sake .category ul{
  text-align:center;
  margin-top:80px;
}

#tasting_sake .category ul li {
  width:210px;
  float:left;
  font-size:22px;
  border-bottom:solid 1px;
  margin:0 75px 0 75px;
  font-size:18px;
  font-weight:bold;
}

#tasting_sake .explain p{
  text-align:center;
}

#tasting_sake .explain img{
  margin-top:20px;
}

#tasting_sake .link_btn p{
  text-align: center;
}

#tasting_sake .link_btn a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: url(../Images/common/arrow_white01.png) no-repeat left 40px center, #000;
    padding: 12px 40px 12px 64px;
  border:solid 1px #000;
    text-decoration: none;
  margin:80px 0 80px 20px;
  text-align: center;
}

#tasting_sake .link_btn a:hover {
  color: #000;
  background:url(../Images/common/arrow_black01.png) no-repeat left 40px center;
}

#tasting_sake .category ul{
  text-align:center;
  margin-top:80px;
}

#tasting_sake .category ul li {
  width:210px;
  float:left;
  font-size:22px;
  border-bottom:solid 1px;
  margin:0 75px 0 75px;
  font-size:18px;
  font-weight:bold;
}

#tasting_sake .cate{
  margin-top : -100px;
    padding-top : 100px;
}

#tasting_sake .book{
  margin-bottom: 100px;
}

/*hover action*/
#tasting_sake .category ul li a {
    text-decoration: none;
    color: #000;
  display:inline-block;
  padding:0.5em 0em;
  position:relative;
}

#tasting_sake .category ul li a:after{
    content:url(../Images/common/triangle.png);
    position:absolute;
    transition:0.2s;
    z-index:-1;
    opacity:0;
    top: 90%;
    left:0;
    right:0;
    margin:0 auto;
}

#tasting_sake .category ul li a:hover:after{
    opacity:1;
    top:120%;
}

/*hover action end*/

/*#tasting_sake .cate{
  margin-top : -100px;
    padding-top : 100px;
}*/

#tasting_sake .cate h4{
  font-size:24px;
  text-align: center;
  margin-bottom:20px;
  margin-top:200px;
  padding-right:45px;
}



#tasting_sake .cate h4:before {
  content:url(../Images/company/logo.png);
  padding-right:15px;
}


/*-------------------------------------
  酒の聖地巡盃ツアー
--------------------------------------*/

#miwa_tour #mainimage {
    background: url(../Images/miwa_tour/h2_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

#miwa_tour h3{
  font-size:22px;
  margin-bottom:20px;
  text-align: center;
  }

#miwa_tour .category ul{
  text-align:center;
  margin-top:80px;
}

#miwa_tour .category ul li {
  width:210px;
  float:left;
  font-size:22px;
  border-bottom:solid 1px;
  margin:0 75px 0 75px;
  font-size:18px;
  font-weight:bold;
}

#miwa_tour .cate{
  margin-top : -100px;
    padding-top : 100px;
}

#miwa_tour .explain p{
  text-align:center;
}

#miwa_tour .explain img{
  margin-top:20px;
}

#miwa_tour .link_btn p{
  text-align: center;
}

#miwa_tour .link_btn a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: url(../Images/common/arrow_white01.png) no-repeat left 40px center, #000;
    padding: 12px 40px 12px 64px;
  border:solid 1px #000;
    text-decoration: none;
  margin:80px 0 80px 20px;
  text-align: center;
}

#miwa_tour .link_btn a:hover {
  color: #000;
  background:url(../Images/common/arrow_black01.png) no-repeat left 40px center;
}

#miwa_tour .category ul{
  text-align:center;
  margin-top:80px;
}

#miwa_tour .category ul li {
  width:210px;
  float:left;
  font-size:22px;
  border-bottom:solid 1px;
  margin:0 75px 0 75px;
  font-size:18px;
  font-weight:bold;
}

#miwa_tour .book{
  margin-bottom: 100px;
}

/*hover action*/
#miwa_tour .category ul li a {
    text-decoration: none;
    color: #000;
  display:inline-block;
  padding:0.5em 0em;
  position:relative;
}

#miwa_tour .category ul li a:after{
    content:url(../Images/common/triangle.png);
    position:absolute;
    transition:0.2s;
    z-index:-1;
    opacity:0;
    top: 90%;
    left:0;
    right:0;
    margin:0 auto;
}

#miwa_tour .category ul li a:hover:after{
    opacity:1;
    top:120%;
}

/*hover action end*/

#miwa_tour .cate h4{
  font-size:24px;
  text-align: center;
  margin-bottom:20px;
  margin-top:200px;
  padding-right:45px;
}

#miwa_tour .cate h4:before {
  content:url(../Images/company/logo.png);
  padding-right:15px;
}

#miwa_tour .tour_schedule{
    background-color: rgba(0,0,0,0.08);
  margin: 0 auto;
  padding:20px 0 20px 0;
  text-align: center;
}
#miwa_tour .tour_schedule h5{
  text-align:center;
  margin-bottom:12px;
  font-size:18px;
}

#miwa_tour .tour_schedule .tour_spot{
  text-align:left;
}
#miwa_tour .tour_schedule .tour_spot .shrine{
  font-weight:bold;
}
#miwa_tour .tour_schedule .tour_spot .tour_top{
  font-weight:bold;
}

#miwa_tour .tour_schedule p{
  text-align: left;
    margin: 0 auto;
    display: inline-block;
  font-size:14px;
}

#miwa_tour .tour_schedule .imgbox{
  float:left;
  padding-left:40px;
  position: relative;
  min-height: 200px;
}

#miwa_tour .tour_schedule .imgbox img{
  position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

#miwa_tour .tour_schedule .txtbox{
  float:right;
  padding-right:0px;
  width:650px;
}

#miwa_tour .arrow{
  text-align:center;
  margin:30px 0 30px 0;
}




/*-------------------------------------
  三諸杉
--------------------------------------*/

#mimurosugi_kanji #mainimage {
    background: url(../Images/mimurosugi_kanji/h2_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

#mimurosugi_kanji h3{
  margin-bottom:20px;
  text-align: center;
  }

#mimurosugi_kanji .explain p{
  text-align:center;
}

#mimurosugi_kanji .sec_01{
  margin-top:100px;
  position:  relative;
}
#mimurosugi_kanji .sec_01:last-child{
  margin-bottom:200px;
  position:  relative;
}

#mimurosugi_kanji .sec_01:before{
  position:absolute;
  content:'';
  width:100%;
  height:225px;
  background:url(../Images/mimurosugi_kanji/pattern.png);
  top:100px;
  left:0;
  z-index:1;
}
#mimurosugi_kanji .product_detail{
  position:relative;
  z-index:2;
    margin-top: 150px;
}
#mimurosugi_kanji .img_box{
  float:left;
  width:468px;
}
#mimurosugi_kanji .img_box img{
  width:100%;
  height:auto;
}

#mimurosugi_kanji .product_detail .img_box img{
  padding:10px;
  border:solid 1px #a3a1a1;
  background-color: #fff;
}

#mimurosugi_kanji .text_box{
  float:right;
  width:390px;
  color:#000;
  margin-top:130px;
}

#mimurosugi_kanji .text_box table{
  margin-top:85px;
}
#mimurosugi_kanji .text_box table td{
  border-bottom: solid 1px #999;
  padding:15px;
  line-height: 1.2;
  font-size:14px;
}

#mimurosugi_kanji .text_box table .content{
  width:145px;
}

#mimurosugi_kanji .text_box_btm {
  margin-top:40px;
}

#mimurosugi_kanji #cts_inner{
  width:auto;
}
#mimurosugi_kanji .sec_inner{
  width:1100px;
  margin: 0 auto;
}
#mimurosugi_kanji .sec_01 .sec_inner{
  width: 950px;
}

#mimurosugi_kanji .name{
  text-align: center;
}

#mimurosugi_kanji .type01{
  color:#fff;
  background-color:#000;
  width: 100px;
    margin: 10px auto;
}
#mimurosugi_kanji .type02{
  color:#fff;
  background-color:#7B0103;
  width: 100px;
    margin: 10px auto;
}
#mimurosugi_kanji .type03{
  color:#fff;
  background-color:#00620E;
  width: 100px;
    margin: 10px auto;
}

#mimurosugi_kanji  .mainname{
  font-size: 32px;
  line-height: 1.4;
  font-weight:bold;
  border-bottom: solid 1px;
    display:inline-block;
    padding: 0 10px;
}

#mimurosugi_kanji  .mainname span{
  font-size:18px;
  padding-left:20px;
}
#mimurosugi_kanji .catch{
font-weight:bold;
}
#mimurosugi_kanji .english{
  font-size:12px;
  padding-top:5px;
  color:#DF0307;
}

#mimurosugi_kanji .english span{
  padding-left:20px;

}
#mimurosugi_kanji .no_text{
  color: #750f18;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
}

/*-------------------------------------
  みむろ杉
--------------------------------------*/

#mimurosugi_hiragana #mainimage {
    background: url(../Images/mimurosugi_hiragana/h2_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

#mimurosugi_hiragana h3{
  margin-bottom:40px;
  text-align: center;
  }

#mimurosugi_hiragana .explain p{
  text-align:center;
}

#mimurosugi_hiragana .sec_01{
  margin-top:100px;
  position:  relative;
}
#mimurosugi_hiragana .sec_01:last-child{
  margin-bottom:200px;
  position:  relative;
}

#mimurosugi_hiragana .sec_01:before{
  position:absolute;
  content:'';
  width:100%;
  height: 225px;
  background:url(../Images/mimurosugi_hiragana/pattern.png);
  top:100px;
  left:0;
  z-index:1;
}
#mimurosugi_hiragana .product_detail{
  position:relative;
  z-index:2;
    margin-top: 150px;
}
#mimurosugi_hiragana .img_box{
  float:left;
  width:468px;
}
  #mimurosugi_hiragana .img_box img{
  width:100%;
  height:auto;
}
#mimurosugi_hiragana .product_detail .img_box img{
  padding:10px;
  border:solid 1px #a3a1a1;
  background-color: #fff;
}

#mimurosugi_hiragana .text_box{
  float:right;
  color:#000;
  width:410px;
  margin-top: 125px;
}

#mimurosugi_hiragana .text_box table{
  margin-top:85px;
}
#mimurosugi_hiragana .text_box table td{
  border-bottom: solid 1px #999;
  padding:15px;
  line-height: 1.2;
  font-size:14px;
}

#mimurosugi_hiragana .text_box table .content{
  width:145px;
}

#mimurosugi_hiragana .text_box_btm {
  margin-top:40px;
}

#mimurosugi_hiragana #cts_inner{
  width:auto;
}
#mimurosugi_hiragana .sec_inner{
  width:1100px;
  margin: 0 auto;
}
#mimurosugi_hiragana .sec_01 .sec_inner{
  width: 950px;
}

#mimurosugi_hiragana .name{
  text-align: center;
}

#mimurosugi_hiragana .type01{
  color:#fff;
  background-color:#000;
  width: 100px;
    margin: 10px auto;
}
#mimurosugi_hiragana .type02{
  color:#fff;
  background-color:#7B0103;
  width: 100px;
    margin: 10px auto;
}
#mimurosugi_hiragana .type03{
  color:#fff;
  background-color:#00620E;
  width: 100px;
    margin: 10px auto;
}

#mimurosugi_hiragana  .mainname{
  font-size: 32px;
  line-height: 1.4;
  font-weight:bold;
  border-bottom: solid 1px;
  display:inline-block;
  padding: 0 10px;
}

#mimurosugi_hiragana  .mainname span{
  font-size:18px;
  padding-left:20px;
}
#mimurosugi_hiragana .catch{
font-weight:bold;
}
#mimurosugi_hiragana .english{
  font-size:12px;
  padding-top:5px;
  color:#DF0307;
}

#mimurosugi_hiragana .english span{
  padding-left:20px;

}
#mimurosugi_hiragana .no_text{
  color: #750f18;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
}

/*-------------------------------------
  サイトマップ
--------------------------------------*/


#sitemap .sitemaplist{
  padding-bottom: 30px;

}

#sitemap .sitemaplist .list{
  float:left;
  width: 21%;
    margin: 0 2% 0 2%;
    padding: 30px 0 0;
  border-top: 1px solid #dadada;
}

#sitemap .sitemaplist .list li{
  margin-bottom:30px;
}

#sitemap .sitemaplist .list .text{
  position: relative;
  display: inline-block;

}


#sitemap .sitemaplist .list .text:hover {
    text-decoration: none;
}

#sitemap .sitemaplist .list .text:before,
#sitemap .sitemaplist .list .text:after{
  position: absolute;
  top: 1.6em;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #82021d;
  transition: 0.3s;
}

#sitemap .sitemaplist .list .text:before{
  left: 50%;
}

#sitemap .sitemaplist .list .text:after{
  right: 50%;
}

#sitemap .sitemaplist .list .text:hover:before,
#sitemap .sitemaplist .list .text:hover:after{
  width: 50%;
}


#sitemap #mainimage {
  background:url(../Images/privacypolicy/h2_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/*-------------------------------------
  お問い合わせ
--------------------------------------*/
#contact #sec_01 .sec_inner .txt{
  text-align: center;
}
table.sheet_01 {
    border: solid 1px #646363;
}

#contact th{
  background-color:#fbf8eb;
  border: solid 1px #646363;
  padding:20px 0 20px 50px;
}
#contact td{
  border: solid 1px;
  padding:20px 0 20px 50px;
}

#contact .mfp_buttons {
  padding: 40px 0 0;
}


#contact .mfp_buttons button {
  display: inline-block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  background: #7B0103;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.1em;
  width: 260px;
  height: 50px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  transition: 0.4s;
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游ゴシック", "YuGothic", "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contact .mfp_buttons button:hover {
  background-color: #fff;
  border:solid 1px #000;
  color:#000;
}







/*mailformproを使用する場合、エラーメッセージなどのエフェクトがうざい場合は以下を使ってください。must-fillはサイト毎に変更必要です。*/
/* フォーム部品のボックスシャドウ打消し */
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea {
  box-shadow:none;
}
/* 入力エラーのチカチカなし、文字色 */
div.mfp_err {
  background:none;
  padding-left:0;
  color:#9F0104;
  font-weight:bold;
}
/* エラー箇所のフォーム部品を色つきで強調 */
.problem {
  background-color:#eee;
}
/* 入力OKのエフェクト */
div.mfp_ok {
  background-color:#ff7500;
  border-color:#ff7500;
  font-size:12px;
}
/* チェックボックスのエフェクト打消し */
form#mailformpro label.mfp_not_checked {
  padding:0;
  border:none;
}
form#mailformpro label.mfp_checked {
  padding:0;
  border:none;
  background:none;
}
/* ボタンのエフェクト打消し */
.mfp_element_submit, .mfp_element_reset, .mfp_element_button{
  font-size:0.8em;
  text-shadow:none;
}
/* 内容確認画面のテーブルを全幅 */
#mfp_confirm_table{
  width:100% !important;
  margin: 0 auto;
}
/* 内容確認画面のテーブルのデザイン */
#mfp_confirm_table th,
#mfp_confirm_table td {
  font-size: 14px !important;;
  border:1px solid #ddd;
  border-top:1px solid #ddd !important;
  line-height:1.5 !important;
}
#mfp_confirm_table th {
  width: 30% !important;
  padding:10px 10px !important;
  background:#4d4b4b;
  color: #fff;
  text-align:center !important;
}
.#mfp_confirm_table td {
  padding:15px 20px;
}
table#mfp_confirm_table tr.mfp_colored {
  background: #fff;
}
div#mfp_phase_confirm h4 {
  width:90% !important;
  margin: 30px auto 0;
  color: #e04;
  font-size:14px;
}
form#mailformpro {
  width: 960px;
  margin: 0 auto;
  margin-top: 30px;
  text-align: left;
}

.mfp .short{
  width:30%;
}

.mfp .middle{
  width:40%;
}

.mfp .long{
  width:70%;
}

/* 入力画面の「必須」のデザイン */
.must-fill {
  background:#df0307;
  padding:1px 3px;
  color:#fff;
  font-size:0.8em;
  display:block;
  border-radius:4px;
  float:right;
  margin-right: 15px;
}
.not_must-fill {
  background: #999;
  padding:1px 3px;
  color:#fff;
  font-size:0.8em;
  display:block;
  margin-left:10px;
  border-radius:4px;
  float:right;
  margin-right: 15px;
}
.mfp_element_textarea{
  width:370px !important;
  height:200px!important;
}

/*-------------------------------------
  お問い合わせ送信完了
--------------------------------------*/
#thanks .txt {
    text-align: center;
}
#thanks .toplink_btn a{
    display: inline-block;
    background-color: transparent;
  margin-top:30px;
    text-decoration: none;
    border: none;
  border-radius: 5px;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    background: #7B0103;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.1em;
    width: 260px;
    height: 50px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    transition: 0.4s;
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游ゴシック", "YuGothic", "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
  #thanks .toplink_btn{
    text-align:center;
  }

#thanks .toplink_btn a:hover {
    background-color: #fff;
    border: solid 1px #000;
    color: #000;
}

/*-----------------------------------------------------
  ブログなどのページャー（Wordpress）
------------------------------------------------------*/
/* ナビゲーション全体のデザイン */
.wp-pagenavi {
  text-align: center;
  padding-top: 50px;
}
/* ボタン<a>タグのデザイン */
.wp-pagenavi a {
  padding: 0 10px;
  background: #fff;
  color: #7B0103;
  margin-right: 4px;
  display: inline-block;
  border: 1px solid #7B0103;
  line-height: 1.8;
}
/* ボタン<a>タグのホバー時のデザイン */
.wp-pagenavi a:hover {
  background: #7B0103;
  color: #fff;
  text-decoration: none;
}
/* 表示中のページ番号のデザイン */
.wp-pagenavi .current {
  padding: 0 10px;
  background: #7B0103;
  color: #fff;
  margin-right: 4px;
  display:inline-block;
  border: 1px solid #7B0103;
  line-height: 1.8;
}
/* 矢印（ < とか > ）のデザイン */
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  color: #7B0103;
  background: none;
  font-weight: bold;
  line-height: 1.8;
}

/*-----------------------------------------------------
  404
------------------------------------------------------*/
#not_found #mainimage {
  background:url(../Images/privacypolicy/h2_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#not_found h3{
  font-size:22px;
  margin-bottom:30px;
  text-align: center;
}
#not_found .txt {
  text-align:center;
  margin-bottom:30px;
}
#not_found .link_btn {
  text-align: center;
}
#not_found .link_btn a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background:#7B0103;
  border:1px solid #7B0103;
  padding: 12px 80px;
  text-decoration: none;
  transition: 0.3s;
}
#not_found .link_btn a:hover {
  color: #7B0103;
  background:#fff;
}



/*-----------------------------------------------------
  木桶菩提酛
------------------------------------------------------*/
#bodaimoto #mainimage {
    background: url(../Images/bodaimoto/h2_bg4.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
#bodaimoto02 #mainimage{
  background: none;
    height: 280px;
}
#bodaimoto02 #mainimage h2{
  text-shadow: none;
  color: #000;
  padding-top: 140px;
}
#bodaimoto .key{
  text-align: center;
}
#bodaimoto .key .read{
  margin-bottom:30px;
}
#bodaimoto .key .read h3{
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
}
#bodaimoto .mv_img{
   margin-bottom:40px;
}
#bodaimoto .mv_img img{
   max-width:100%;
}
#bodaimoto .pagenavi{
   display:flex;
   flex-wrap:wrap;
   align-items: flex-end;
    margin-bottom: 200px;
}
#bodaimoto .pagenavi li{
   width: 260px;
   border-bottom: solid 1px;
   margin: 0 45px;
}
#bodaimoto .pagenavi li:nth-child(n+4){
  margin-top:80px;
}
#bodaimoto .pagenavi li a{
  font-size: 17px;
  font-weight: bold;
  padding: 0.5em 0em;
  text-decoration: none;
  color: #000;
  display: block;
  position:relative;
}
#bodaimoto .pagenavi li a:after{
  content: url(../Images/common/triangle.png);
  position: absolute;
  transition: 0.2s;
  z-index: -1;
  opacity: 0;
  top: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#bodaimoto .pagenavi li a:hover:after{
    opacity: 1;
    top: 120%;
}
#bodaimoto section:nth-child(n+2){
  margin-top:100px;
}
#bodaimoto section .ttl{
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
#bodaimoto section .ttl span:before{
  content:"";
   background:url(../Images/bodaimoto/ttl_icon.png) no-repeat;
   width:20px;
   height:35px;
   display:inline-block;
   margin-right:10px;
   vertical-align:-1px;
}
#bodaimoto section .box{
  display:flex;
  justify-content: space-between;
  align-items:center;
}
#bodaimoto section .box:nth-child(odd){
  flex-direction:row-reverse;
}
#bodaimoto section .img{
  width:50%;
}
#bodaimoto section .img img{
  max-width:100%;
}
#bodaimoto section .txt{
  width: 47%;
  line-height:2;
}
#bodaimoto section .txt_area{
  background: #fff;
  padding: 45px;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
  position:relative;
  overflow: hidden;
}
#bodaimoto section .txt_area:before{
  content:"";
  background:url(../Images/common/bg_circle.png) no-repeat;
  width:625px;
  height:625px;
  display:block;
  opacity:0.3;
  position:absolute;
  right: -70px;
  bottom: -189px;
  z-index:1;
}
#bodaimoto section .txt_area p{
  margin-bottom: 1.5em;
  line-height: 2;
  position: relative;
  z-index: 2;
}
#bodaimoto section .name{
  text-align: right;
  line-height: 1;
  position:relative;
  z-index:3;
}
#bodaimoto section .name .lg{
  font-size: 22px;
  margin-bottom: 10px;
}
#bodaimoto section .name .sm{
  font-size: 32px;
}
#bodaimoto section .btn{
  text-align: center;
  margin-top: 20px;
}
#bodaimoto section .btn a{
  display: inline-block;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: bold;
  background: url(../Images/common/arrow_black01.png) no-repeat left 40px center, #fff;
  padding: 12px 40px 12px 64px;
  text-decoration: none;
  transition: 0.3s;
  border:1px solid #000;
  line-height: 1.5;
}
#bodaimoto section .btn a:hover{
  color: #fff;
  background: url(../Images/common/arrow_white01.png) no-repeat left 40px center, #1a1a1a;
}

/*-----------------------------------------------------
  三輪伝承蔵
------------------------------------------------------*/
.ftr_logo a,
.hdr_logo a {
        transition: all .4s;
}

.ftr_logo a::hover,
.hdr_logo a::hover {
            opacity: .6;
}
.c-flex {
    width: min(90%, 900px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.c-flex-item{
    width: min(100%, 400px);
}
.c-flex-item img{
    width: 100%;
}

#header .hdr_inner {
    width: 1250px;
    margin: 0 auto;
}

#gNavi ul{
        display: flex;
        align-items: center;
        text-align: center;
}
#gNavi a {
            line-height: 1.2 !important;
}

#company .miwadenshou h3:before {
    content: url(../Images/company/miwadenshou_logo.png);
    padding-right: 15px;
}

#company .miwadenshou h3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

#miwadenshou #mainimage {
    background: url(../Images/miwadenshou/h2_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

#miwadenshou .key {
    text-align: center;
}

#miwadenshou .key .read {
    margin-bottom: 30px;
}

#miwadenshou .key .read h3 {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
}

#miwadenshou .mv_img {
    margin-bottom: 40px;
}

#miwadenshou .mv_img img {
    max-width: 100%;
}

#miwadenshou .pagenavi {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 200px;
}

#miwadenshou .pagenavi li {
    width: 260px;
    border-bottom: solid 1px;
    margin: 0 45px;
}

#miwadenshou .pagenavi li:nth-child(n+4) {
    margin-top: 80px;
}

#miwadenshou .pagenavi li a {
    font-size: 17px;
    font-weight: bold;
    padding: 0.5em 0em;
    text-decoration: none;
    color: #000;
    display: block;
    position: relative;
}

#miwadenshou .pagenavi li a:after {
    content: url(../Images/common/triangle.png);
    position: absolute;
    transition: 0.2s;
    z-index: -1;
    opacity: 0;
    top: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#miwadenshou .pagenavi li a:hover:after {
    opacity: 1;
    top: 120%;
}

#miwadenshou section:nth-child(n+2) {
    margin-top: 100px;
}

#miwadenshou section .ttl {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

#miwadenshou section .ttl span:before {
    content: "";
    background: url(../Images/bodaimoto/ttl_icon.png) no-repeat;
    width: 20px;
    height: 35px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: -1px;
}

#miwadenshou section .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#miwadenshou section .box:nth-child(odd) {
    flex-direction: row-reverse;
}

#miwadenshou section .img {
    width: 50%;
}

#miwadenshou section .img img {
    max-width: 100%;
}

#miwadenshou section .txt {
    width: 47%;
    line-height: 2;
    padding: 10px 0;
}

#miwadenshou section .txt_area {
    background: #fff;
    padding: 45px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    position: relative;
    overflow: hidden;
}

#miwadenshou section .txt_area:before {
    content: "";
    background: url(../Images/common/bg_circle.png) no-repeat;
    width: 625px;
    height: 625px;
    display: block;
    opacity: 0.3;
    position: absolute;
    right: -70px;
    bottom: -189px;
    z-index: 1;
}

#miwadenshou section .txt_area p {
    margin-bottom: 1.5em;
    line-height: 2;
    position: relative;
    z-index: 2;
}

#miwadenshou section .name {
    text-align: right;
    line-height: 1;
    position: relative;
    z-index: 3;
}

#miwadenshou section .name .lg {
    font-size: 22px;
    margin-bottom: 10px;
}

#miwadenshou section .name .sm {
    font-size: 32px;
}

#miwadenshou section .btn {
    text-align: center;
    margin-top: 20px;
}

#miwadenshou section .btn a {
    display: inline-block;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: bold;
    background: url(../Images/common/arrow_black01.png) no-repeat left 40px center, #fff;
    padding: 12px 40px 12px 64px;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid #000;
    line-height: 1.5;
}

#miwadenshou section .btn a:hover {
    color: #fff;
    background: url(../Images/common/arrow_white01.png) no-repeat left 40px center, #1a1a1a;
}

#miwadenshou .read__exp {
    margin: 4rem auto;
    width: min(90%, 220px);

    h4 {
        font-size: 1.3em;
        margin-bottom: .5em;
    }

    p {
        text-align: left;
    }
}


}