@charset "utf-8";

/* ====================================================== */
/*common*/
/* ====================================================== */
#container{
  padding-bottom: 10%;
}
#conteiner .txt{
  font-size: 150%;
  font-feature-settings : "palt";
}


/* ====================================================== */
/*page*/
/* ====================================================== */
/* ======================= */
/*nav*/
/* ======================= */
.page_nav{
  margin: 3% 0 0;
}
.page_nav:after,.page_nav:before {content: '';display: table;}
.page_nav:after {clear: both;}
.page_nav{zoom: 1;}

.page_nav li{
  float: left;
  margin-left: 2%;
  margin-top: 2%;
  width: 32%;
}
.page_nav li:nth-child(3n+1){margin-left: 0;}
.page_nav li span{
  width: 100%;
  margin-right: -0;
  padding-right: 0;
  background-position: 90% center;
}
.page_nav li a.current{
  color: #fff;
  background-color: #99331f;
}

/* ======================= */
/*ttl*/
/* ======================= */
.min{
  display: block;
  margin-top: 8%;
  margin-bottom: -3%;
  font-size: 150%;
  color: #543021;
}


/* ======================= */
/*check*/
/* ======================= */
.page_chk{
  margin-top: 5%;
}
.page_chk li{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 4%;
  padding-left: 18px;
  font-size: 150%;
  color: #456000;
  background: url(../images/page_chk.png) no-repeat left 5px;
  -webkit-background-size: 14px auto;
  background-size: 14px auto;
}
.page_chk li:first-child{margin-top: 0;}
.page_chk li span{
  display: inline-block;
  width: 100%;
  border-bottom: 1px dashed #456000;
}

/* ======================= */
/*box*/
/* ======================= */
.cmn_box .txt{
  /*margin-top: 0;*/
  letter-spacing: -0.04em;
}
.cmn_box .img{
  margin: 5% auto 0;
}
.spw52{
  width: 52%;
}

/* ======================= */
/*condition*/
/* ======================= */
.page_cdn{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5%;
  padding: 5%;
  border: 1px solid #dfdfdf;
}
.page_cdn .sub{
  font-size: 150%;
  color: #de5319;
}
.page_cdn .dsc{
  margin-top: 3%;
  font-size: 150%;
  line-height: 1.5;
}

/* ======================= */
/*bnr*/
/* ======================= */
.page_bnr{
  position: relative;
  margin-top: 12%;
}
.page_bnr .btn{
  position: absolute;
  bottom: 7%;
  left: 50%;
  margin-left: -32%;
  width: 64%;
}

/* ======================= */
/*btm*/
/* ======================= */
.page_btm{
  margin-top: calc(10% - 15px);
  margin-bottom: 2%;
}
.page_btm .page_nav{
  margin-top: -2%;
}

/* ======================= */
/*btn*/
/* ======================= */
.page_btn{
  margin: 10% auto 0;
  width: 63%;
}

/* ======================= */
/*index*/
/* ======================= */
.idx_cap{
  display: block;
  margin-top: 5px;
  font-size: 130%;
}
.idx_cap .name{
  font-size: 125%;
}
.fc01{
    color:#981f46;
    font-weight:bold;
}
.fc02{
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,218,218,0.15) 15%,rgba(255,247,153,1.00) 15%,rgba(255,247,153,1.00) 85%,rgba(255,35,35,0.00) 85%,rgba(255,0,0,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,218,218,0.15) 15%,rgba(255,247,153,1.00) 15%,rgba(255,247,153,1.00) 85%,rgba(255,35,35,0.00) 85%,rgba(255,0,0,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,218,218,0.15) 15%,rgba(255,247,153,1.00) 15%,rgba(255,247,153,1.00) 85%,rgba(255,35,35,0.00) 85%,rgba(255,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(255,218,218,0.15) 15%,rgba(255,247,153,1.00) 15%,rgba(255,247,153,1.00) 85%,rgba(255,35,35,0.00) 85%,rgba(255,0,0,0.00) 100%);    
}
#itami_main{
    background-image: url(../../kampo/images/bk02.jpg);
    background-size: 100% auto;
}
#itami_main h3{
    text-align:center;
    font-size:20px;
    margin:1em 0;
    color:#981f46;
    
}
#itami_main img{
    margin:1em 0;
}
#itami_main ul{
    font-size: 16px;
    padding-left: 65px;
    background-repeat: no-repeat;
    background-size: 55px auto;
    margin-bottom: 1em;
    background-position: 0% center;
    width:330px;
    box-sizing: border-box;
    margin-left:auto;
    margin-right:auto;
}
@media screen and (max-width: 360px) {
	#itami_main ul{
		font-size: 13px;
		width:100%;
	}
}
#itami_main ul#bui01 li,#itami_main ul#bui02 li,#itami_main ul#bui03 li{
    background-image: url(../../about/images/about_img04.png);
    background-repeat: no-repeat;
    background-size: 20px auto;
    padding-left: 25px;
    background-position: 0% center;
}
#itami_main ul#bui01{
    
    background-image: url(../images/index_bui01.png);
}
#itami_main ul#bui02{
    
    background-image: url(../images/index_bui02.png);
}
#itami_main ul#bui03{
    
    background-image: url(../images/index_bui03.png);
}
#itami_main ul#bui04{
    border:dashed 1px #44392e;
    padding:1em;
    box-sizing: border-box;
}
#link_bt{
    padding: 15px 0;
    background-color: #ECEBEA;    
}
#link_bt a{
    display: block;
    margin-bottom:10px;
}
.path{
  
}
.path li{
    display:inline-block;
    font-size: 140%;
}
img#itami04{
	width:280px;
	display:block;
	margin:1em auto;
}
#link_bt{
  padding: 15px 0;
  background-color: #fff;
  text-align: center;
}
#link_bt img{
  width: 100%;
}
#link_bt a{
  display: inline-block;
  margin:10px;  
}
