.caption {
    margin: 8px 0 0;
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1.6;
    word-break: break-all;
    color: #999;
}
.insta blockquote.instagram-media {
    margin: 0 auto !important;
    display: block;
}

.fb-page.fb_iframe_widget {
    margin: 0 auto;
    display: block;
    text-align: center;
}
.event {
    margin: 2rem 0;
}

.event .ttl {
    font-weight: bold;
    font-size: 2rem;
}

span.midashi_span {
	font-weight: bold;
	color: #333;
}

.l-main-area ol.mar_sm {
	margin: 20px 10px;
	font-size: 1.5rem;
}

.box_summary {
    padding: 4rem 2.5rem;
    margin: 4rem 0 5rem;
    background: -webkit-repeating-linear-gradient(-45deg, #fff9eb, #fff9eb 3px,#fff5df 3px, #fff5df 7px);
    background: repeating-linear-gradient(-45deg, #fff9eb, #fff9eb 3px,#fff5df 3px, #fff5df 7px);
}
.box_summary .box-title {
    font-size: 2.5rem;
    background: #f07900;
    padding: 1rem 4rem;
	margin-bottom: 2.5rem;
    color: #FFF;
    font-weight: bold;
	margin-top: 0;
}
.box_summary p {
    margin: 2rem 1rem;
}

.l-main-area--low h5.page_h5 {
	color: #333;
	font-size: 1.7rem;
	line-height: 1.5;
	border-bottom: dashed 1px #f07900;
	border-left: none;
	padding: 0.7rem 1rem;
	margin: 2rem 0;
}

.box_summary .box-about {
  display: flex;
  flex-wrap: wrap;
}

.box_summary .box-about .box1{
  width: 49%;
  margin-right: 0.5%;
}

.box_summary .box-about .box2{
  width: 49%;
  margin-left: 0.5%;
}

/*--------------------------------------
  toc_parts
---------------------------------------*/
.hidden_box {
  margin: 10px auto;
  max-width: 600px;
}

.hidden_box input {
  display: none;
}

.hidden_box label {
  background: #ffedcd;
  border: 3px solid #000;
  box-sizing: border-box;
  color:#333;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 700;
  height: 40px;
  margin: 0 auto -3px;
  position: relative;
  transition: .5s;
}

.hidden_box label:hover {
  background: #c5ac7e;
}

.hidden_box label::before {
  display: inline-block;
  transition: .2s;
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: 0px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(135deg);
  position: absolute;
  top: 26%;
  left: 14px;
}

.hidden_box label::after {
  content: "目次";
  position: absolute;
  top: 4%;
  right: 48%;
}

.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: .3s;
}

.tabopen:checked+.hidden_show {
  height: auto;
  padding: 0;
  background: #fff;
  opacity: 1;
  margin: 0 auto;
  z-index: 0;
  position: relative;
}

#toc {
  border: 3px solid #000;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 600px;
  padding: 10px;
}

#toc ul {
  margin: 0;
  padding: 0;
  position: relative;
}

#toc ul li {
  list-style: none;
  padding: 2px 0 2px 10px;
  position: relative;
}


















.btn-accordion {
  width: 417.31px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}

.btn-accordion.orange {
  width: 362px;
  margin: 3rem auto;
}

.btn-accordion span {
  width: 100%;
  background: #f4f4f3;
  color: #111;
  border: 1px solid #111;
  border-radius: 100px;
  padding: 16px 51px;
  display: inline-block;
  margin: 20px auto 50px;
  line-height: 1.4;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}

.btn-accordion.orange span {
  max-width: 500px;
  margin: 0;
  padding: 2rem 5rem 2rem 3rem;
  display: inline-block;
  border: 4px solid #f08300;
  background: #fff;
  box-shadow: 5px 5px 0 #ccc;
  border-radius: 100px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #f08300;
  text-decoration: none;
  text-align: center;
  position: relative;
  transition: 0.2s;
}

.btn-accordion.orange span:hover {
  opacity: 1;
  background: #f08300;
  color: #fff;
}

.btn-accordion.orange span:hover:after {
  background: url(img/arrow01_white_down.png) no-repeat center center;
  background-size: 100%;
}

.btn-accordion span:hover {
  opacity: 0.6;
}

.btn-accordion span:before {
  content: '目次';
}

.btn-accordion.orange span:before {
  content: '';
}

.btn-accordion span:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(https://www.mitsukaru-navi.com/wp/wp-content/uploads/mkjplus.png) no-repeat center center;
  background-size: 25px auto;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  transition: 0.2s;
}

.btn-accordion.orange span:after {
  content: '';
  width: 20px;
  height: 12px;
  background: url(img/arrow01_blue_down.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.btn-accordion.is-open span:before {
  content: '閉じる';
}

.btn-accordion.is-open.orange span:before {
  content: '';
}

.btn-accordion.is-open span:after {
  background: url(img/ico_minus.svg) no-repeat center center;
  background-size: 25px auto;
}

.btn-accordion.orange.is-open span:after {
  background: url(img/arrow01_white_down.png) no-repeat center center;
  background-size: 100%;
  transform: translateY(-50%) rotate(180deg);
}

.accordion-item {
  display: none;
}

.caption_page {
    color: #999!important;
    font-size: 1.2rem;
}

p.btn-more {
  background: #f07900;
  border-radius: 50px;
  box-shadow: 0px 3px 0px #b32e05;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 10px auto !important;
  padding: 10px 40px 10px 40px;
  position: relative;
  text-align: center;
  width: 240px;
}
p.more-close {
  background:#666;
  box-shadow: 0px 3px 0px #333;
}
p.btn-more:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -15px;
  height: 30px;
  width: 30px;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  display: inline-block;
}
p.btn-more.more-close:after {
  content: '－';
}
p.btn-more:hover {
  opacity: 0.7;;
}


/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 600px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.sns {
    display: flex;
}

.sns .event {
    margin: 0 0 0 2rem;
}
.sns .facebook {
    width: 50%;
}
.img2 {
    display: flex;
}

.img2 img {
    width: 48%;
    margin: 0 auto;
}	
}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/

    .twoimg {
        padding: 12px 0;
    }
.event {
    margin: 4rem 0;
}

.event ul {
    margin: 2rem 0;
}
.img2 img:first-child {
    margin-bottom: 10px;
}

.toc_parts {
	padding: 4rem 3.5rem;
}

.btn-accordion span {
	width: 90%;
	padding: 12px 50px;
	font-size: 2rem;
}

.l-main-area ul.size {
	font-size: 1.5rem;
}

.box_summary {
    padding-left: 1.7rem;
	padding-right: 1.7rem;
    margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.box_summary .box-title {
    font-size: 2rem;
    padding: 1.5rem 2rem;
}

.box_summary .box-about .box1{
  width: 100%;
  margin-right: 0;
}
.box_summary .box-about .box1 ul {
	margin-top: 0;
}
.box_summary .box-about .box2{
  width: 100%;
  margin-left: 0;
}
}