@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/

#pagetitle {
  background: url("../img/orikuwa_img/pagetitle_bg_sp.jpg") bottom center no-repeat;
background-size:cover ;
  width: 100%;
  height:200px;
	overflow: hidden;
}

#pagetitle .container {
  position: relative;
  height: 200px;
}

#pagetitle .title_tx {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#pagetitle .title_tx img {
    width: 300px;
    height: auto;
}

@media print,
screen and (min-width:768px) {
  #pagetitle {
    background: url("../img/orikuwa_img/pagetitle_bg.jpg") center no-repeat;
    background-size: cover;
    height: 300px;
    margin-top: -45px;
  }
#pagetitle .container {
  position: relative;
	width: auto;
  height: 300px;
    padding-top: 35px;
}
#pagetitle .title_tx img {
    width: auto;
    height: auto;
}
}

/*------------------------------------------------------------content*/

.orikuwa_area {
  padding: 0 0 30px;
  background: #fff0e3;
	margin-top: -5px;

}
#orikuwa02 {
	padding-top: 45px;
	margin-top: -45px;
}
@media print,
  screen and (min-width:768px) {
#orikuwa02 {
	padding-top: 65px;
	margin-top: -65px;
}
#orikuwa_cts {
	padding: 30px 0 0;
  width: 1140px;
  margin: 0 auto 100px;
  display: flex;
box-sizing: border-box;
}

#orikuwa_main {
  width: calc(100% - 263px - 30px);
  height:2900px;
  margin-right: 30px;
  box-sizing: border-box;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  left: auto;
  right: auto;
  margin-right: auto;
  width: 263px;
  height:550px;
}

}
#orikuwa_cts .ori_title01 {
  margin: 2em auto 1em;
  padding: 0.4em 0.6em;
  text-align: center;
  background: #ff7800;
  color: #fff;
  font-size:26px;
  line-height: 1.4;
  font-family: "NotoSerifBold";
  position: relative;
}

#orikuwa_cts .ori_title01:first-of-type {
  margin-top: 0;
}

#orikuwa_cts .ori_title01::after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border: 20px solid transparent;
  border-top: 20px solid #ff7800;
  width: 0;
  height: 0;
}

#orikuwa_cts .ori_title02 {
  padding: 0.35em 0;
  text-align: center;
  color: #ff7800;
  font-size: 30px;
  line-height: 1.4;
  font-family: "NotoSerifBold";
}

@media print,
  screen and (min-width:768px) {
    #orikuwa_cts .ori_title01 {
        padding: 0.4em 0;
      font-size: 30px;
      
    }
}

.intro_tx figure{
  margin: 10px auto;
}

.intro_tx p {
  display: block;
  line-height: 1.75;
  text-align: left;
  text-shadow: 0 1px 1px #fff;
}
.intro_tx {
}
.ph_list {
  width: 100%;
  margin: 2em auto 1em;
}
.ph_list li{
  margin-bottom: 15px;
}
.ph_list img {
  border-radius: 3px;
  box-shadow: 0px 5px 0px -1px rgba(255, 120, 0, 0.3);
}
.movie li {
    margin-bottom: 10px;
}
.movie li video {
    width: 100%;
}

@media print,
screen and (min-width:576px) {
.movie {
    display: flex;
    justify-content: space-between;
}
.movie li {
    width: 49%;
}
}

@media print,
screen and (min-width:768px) {
  .intro_tx {
  background: url(../img/orikuwa_img/intro_bg.png) no-repeat right center;
}
.intro_tx p {
  display: block;
  width: 65%;
  }
  .intro_tx figure{
display: none;
}

  .ph_list {
    display: flex;
    justify-content: space-between;
  }
  .ph_list li{
    margin-bottom: 0;
  }
  .ph_list.li3 li {
    width: 33%;
  }

}


.item_area .in_box {
  padding: 15px 10px 15px 0;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 3px;
}

.item_tx {
  box-sizing: border-box;
}

.item_tx h3 {
  margin-bottom: 0.6em;
  background: #419a88;
  color: #fff;
  font-size: 18px;
  height: 40px;
  /*高さ*/
  line-height: 40px;
  /*高さ*/
  position: relative;
}

.item_tx h3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;

}

.item_tx h3:after {
  top: 0;
  right: 0;
  border-width: 20px 15px 20px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.item_area .item_ul {
  margin: 0 10px;
  text-align: left;
}

.item_area .item_ul li {
  display: inline;
  font-size: 14px;
}

.item_area .item_ul li:not(:last-of-type)::after {
  content: "／";

}

.item_area figure {
  width: 150px;
  margin: 0 auto;
  margin-top: 10px;
}

.item_area figure img {
  width: 100%;
}


.item_dl{
  margin-left: 1em;
  text-align: left;
}
.item_dl dt{
  font-size: 17px;
  font-weight: bold;
}
.item_dl dt .fas{
display: inline-block;
  margin-right: 0.3em;
  color: #419a88;
}
.item_dl dd{
  margin-bottom: 1em;
  margin-left: 0.2em;
}
.item_dl dd:last-of-type{
  margin-bottom: 0;
}

@media print,
screen and (min-width:768px) {

.item_area .in_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.item_tx {
  width: calc(100% - 149px);
}
  
.item_area figure {
margin-top: 0;
  margin-left: 10px;
  }
}
/* orikuwa_side */

#orikuwa_side{}

#orikuwa_side h3{
  margin-bottom: 0.6em;
  background: #419a88;
  color: #fff;
  font-size: 18px;
  min-height: 40px;
line-height: 1.2;

  position: relative;
}
#orikuwa_side h3 span{
  display: inline-block;
  padding: 0.7em 0;
}

#orikuwa_side h3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

#orikuwa_side h3:after {
  top: 0;
  right: 0;
  border-width: 34px 15px 34px 0px;
  border-color: transparent #fff0e3 transparent transparent;
  border-style: solid;
}
/*カレンダー更新プログラム（フッター）フォーマット*/
#orikuwa_side .calendar {
    width: 100%;
    padding: 20px 9px 10px;
    margin: 0 0 10px;
    background: #fff;
}
#orikuwa_side .calendar .cal_title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
#orikuwa_side .calendar .month {
  margin-bottom: 0.5em;
    font-size: 12px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
position: static;
top: auto;
right: auto;
    z-index: 999;
}
#orikuwa_side .calendar .month strong {
    font-size: 18px;
}
#orikuwa_side .calendar table {
    width: 100%;
    border-collapse: collapse;

}
#orikuwa_side .calendar table th, #orikuwa_side .calendar table td {
    font-size: 12px;
    text-align: center;
    padding: 5px 0;
  border: 1px solid #ddd;
}
#orikuwa_side .calendar table th {
    background: #ffe3cb;
    font-weight: bold;
}
#orikuwa_side .calendar table td.color01 {
  color: #fff;
    font-weight: bold;
    background: url(../img/common_img/holiday.png) no-repeat center center;
}
#orikuwa_side .calendar table td.color02 {
    font-weight: bold;
    background: url(../img/common_img/half.png) no-repeat center center;
}
#orikuwa_side .calendar table td.color03 {
    color: #fff;
    font-weight: bold;
    background: url(../img/common_img/monday.png) no-repeat center center;
}
#orikuwa_side .calendar ul.page_ctl {
    text-align: center;
    padding: 8px 10px;
    margin: 0 0 10px;
}
#orikuwa_side .calendar ul.page_ctl li {
    font-size: 12px;
    color: #389e7c;
}
#orikuwa_side .calendar ul.page_ctl li a {
    text-decoration: underline;
}
#orikuwa_side .calendar ul.page_ctl li a:hover {
    color: #999;
}
#orikuwa_side .calendar ul.page_ctl .ctl_left {
    float: left;
}
#orikuwa_side .calendar ul.page_ctl .ctl_right {
    float: right;
}
#orikuwa_side .calendar .tx_color01 {
    float: none;
  font-size: 13px;
  text-align: left;
    margin-right: 0;
    padding: 0 0 0 15px;
    background: url(../img/common_img/holiday_s.png) no-repeat left center;
}
#orikuwa_side .calendar .tx_color02 {
    float: left;
    padding: 0 0 0 15px;
    background: url(../img/common_img/half_s.png) no-repeat left center;
}
#orikuwa_side .calendar .tx_color03 {
    clear: both;
    padding: 0 0 0 15px;
    background: url(../img/common_img/monday_s.png) no-repeat left center;
}

@media print, screen and (min-width:768px) {
#orikuwa_side .calendar {
    width: 100%;
    margin: 0 auto 10px;
}
}


.side_bnr{}
.side_bnr li{
  margin-bottom: 10px;
}
.side_bnr li:hover img{
  opacity: 0.7;
  transition: 0.2s;
}
