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

#pagetitle {
  background: url("../img/orikuwa_img/pagetitle_bg_sp.jpg") bottom center no-repeat;
  background-size:cover;
}
#pagetitle h2 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;
  }
#pagetitle h2 img {
    width: auto;
    height: auto;
}
}

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

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

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

#orikuwa_main {
  width: calc(100% - 263px - 30px);
  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:700px;
}

}
#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;
      
    }
}

.fig_box figure {
  margin-top: 15px;
  text-align: center;
}
.fig_box figure img {
  width: 100%;
  max-width: 360px;
  height: auto;
}
@media print,
  screen and (min-width:768px) {
.fig_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fig_box > div {
  width: calc(100% - 405px);
  margin-top: 0;
  text-align: left;
}
.fig_box figure {
  width: 375px;
  margin-top: 0;
  text-align: center;
}
.fig_box figure img {
  width: auto;
  max-width: 100%;
  height: auto;
}
}

.ph_list {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}
.ph_list li{
  width: 32%;
}
.ph_list li img {
  width: 100%;
  height: auto;
}
@media print,
screen and (min-width:768px) {
.ph_list {
  margin: 30px 0;
}
}

.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%;
}
}



.item_list > li {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: dotted 1px #333;
}
.item_list > li > div {
  width: calc(100% - 100px);
}
.item_list > li h4 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 14px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 700;
  border-bottom: solid 3px #ff7800;
}

.item_list > li div .item_ul {
  padding-right: 10px;
}
.item_list > li div .item_ul li {
  display: inline;
}
.item_list > li div .item_ul li:not(:last-of-type)::after {
  content: "／";

}

.item_list > li figure {
  width: 100px;
}

.item_list > li figure img {
  width: 100%;
  height: auto;
}


.item_dl{
  text-align: left;
}
.item_dl dt{
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 17px;
  font-weight: 700;
  color: #ff450b;
}
.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_list > li {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.item_list > li > div {
  width: calc(100% - 149px);
}
.item_list > li h4 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 14px;
  line-height: 1.3;
  font-size: 22px;
  font-weight: 700;
  border-bottom: solid 3px #ff7800;
}
.item_dl{
  padding-right: 20px;
}
.item_dl dt{
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 19px;
  font-weight: 700;
  color: #ff450b;
}
.item_list > li figure {
  width: 149px;
}
.item_list > li div .item_ul {
  padding-right: 20px;
}
}
/* orikuwa_side */

#orikuwa_side{}

#orikuwa_side h3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 4px 10px;
  line-height: 1.2;
	font-size: 18px;
  font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	color: #fff;
	text-align: center;
  background: #35979c;
}
#orikuwa_side h3::before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
	content: "";
  border: solid 20px transparent;
  border-left: solid 20px #55aeb2;
  border-bottom: solid 20px #247e84;
}
#orikuwa_side h3::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
	content: "";
  border: solid 20px transparent;
  border-right: solid 20px #55aeb2;
  border-bottom: solid 20px #247e84;
}
#orikuwa_side h3 > span {
  position: relative;
  z-index: 1;
}
@media print,
screen and (min-width:768px) {
#orikuwa_side h3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  margin-bottom: 20px;
  padding: 8px 10px;
  line-height: 1.2;
	font-size: 19px;
  font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	color: #fff;
	text-align: center;
  background: #35979c;
}
#orikuwa_side h3::before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
	content: "";
  border: solid 35px transparent;
  border-left: solid 35px #55aeb2;
  border-bottom: solid 35px #247e84;
}
#orikuwa_side h3::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
	content: "";
  border: solid 35px transparent;
  border-right: solid 35px #55aeb2;
  border-bottom: solid 35px #247e84;
}
}

/*カレンダー更新プログラム（フッター）フォーマット*/
#orikuwa_side .calendar {
    width: 100%;
    padding: 0 0 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: 14px;
  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-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
}
#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: #fbf7ee;
    font-weight: 700;
}
#orikuwa_side .calendar table td {
  font-family: 'Roboto', sans-serif;
}
#orikuwa_side .calendar table td.color01 {
  color: #fff;
    font-weight: 700;
    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 .btn_link {
  margin-top: 10px!important;
}
.side_bnr .btn_link a {
  width: 100%!important;
  min-width: 100%!important;
}
