@charset "utf-8";
/* CSS Document */
.all {
  min-height: 100svh;   /* 繝｢繝舌う繝ｫ縺ｮ繧｢繝峨Ξ繧ｹ繝舌・螟牙虚縺ｫ繧ょｼｷ縺・*/
  padding-top: 130px;   /* 蝗ｺ螳壹・繝・ム繝ｼ蛻・・菴咏區 */
}
div.animation_box {
  position: relative !important; /* 莉･蜑阪・ absolute 繧堤┌蜉ｹ蛹・*/
  left: auto !important;
  top: auto !important;
  width: auto !important;
  padding: 40px 200px 120px 200px; /* 譌｢蟄倥ョ繧ｶ繧､繝ｳ縺ｫ霑代＞菴咏區 */
  z-index: 1;
  box-sizing: border-box;
  margin-right: 35%;
	font-family: "Noto Serif JP", serif;
}
/* スライドショー　*/
.container {
  position: fixed;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  pointer-events: none; 

}
.slider-area{
  /*position: relative; width: 100%; height: 100%; padding: 0; margin: 0;*/
}
.slider-item{
  position: absolute; inset: 0; opacity: 0; z-index: 0;
  animation: slideShow 30s linear infinite 0s;
}
.slider-item:nth-child(2){ animation-delay: 10s; }
.slider-item:nth-child(3){ animation-delay: 20s; }
.slider-item img{
  width: 100%; height: 100%; object-fit: cover; opacity: 0.8;
}

@keyframes slideShow{
  0%{ opacity: 0; animation-timing-function: ease-in; }
  8%{ opacity: 1; animation-timing-function: ease-out; }
  20%{ opacity: 1; }
  40%,100%{ opacity: 0; }
}

/* 見出し */
h1{
  font-size: 2.2em;
  font-weight: 400;
  padding: 0 0 35px 0;
  margin: 0;
  line-height: 160%;
}
h2 {
	font-size: 1.4em;
	font-weight: 400;
	padding: 15px 10px;
	margin: 0;
	line-height: 160%;
	border-top: solid 1px #0e3460;
	/*border-bottom: dashed 1px #0e3460;*/
}
.lasth2 {
	border-bottom: solid 1px #0e3460;
	/*border-bottom: dashed 1px #0e3460;*/
}
.bottom50 {
	padding: 0 0 60px 0 !important;
}
.dl {
	clear: both;
	overflow: hidden;
	padding: 0;
	margin: 0 0 60px 0;
	border: dashed 1px #0e3460;
}
.shikakudl {
	display: inline-block;
	padding: 0 0 40px 0;
	margin: 0;
	vertical-align: top;
}
.shikakudl dt {
	padding: 0 0 3px 0;
	margin: 0;
	font-weight: bold;
}
.shikakudl dd {
	padding: 0 0 20px 0;
	margin: 0;
}
.shikakudl dd:before {
	content: "-";
	padding-right: 10px;
}

/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 0;
	margin: 0;
	display: block;
}
.Label::before{		/*タイトル横の矢印*/
	content:"＋";
	width: 6px;
	height: 6px;
	/*border-top: 2px solid black;
	border-right: 2px solid black;
	-webkit-transform: rotate(45deg);*/
	position: absolute;
	top:calc( 50% - 10px );
	right: 20px;
	/*transform: rotate(135deg);*/
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	/*margin-bottom:10px;*/
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
	border-top: dashed 1px #0e3460;
}
.toggle:checked + .Label::before {
	/*transform: rotate(-45deg) !important;*/
	content:"―";
}
.nomikatadl {
	line-height: 180%;
	padding: 0;
	margin: 0 0 30px 0;
}
.nomikatadl dt{
	font-size: 1.2em;
	font-weight: 550;
	padding: 10px 0 5px 0;
	border-bottom: dotted 1px #0e3460;
	margin: 0 0 5px 0;
	display: block;
}
.nomikatadl dd{
	font-weight: 400;
	font-size: 1em;
	padding: 0 20px;
	margin: 0;
}
.nomikatadl dd:before{
	content: "-";
	padding: 0;
	margin: 0;
}
@media (max-width: 900px){
  div.animation_box{
    position: relative !important;
    top: auto !important; left: auto !important;
    width: 100% !important;
    padding: 24px 5vw !important;
    writing-mode: horizontal-tb !important;
  }
  h1{
    font-size: 1.8rem !important;
    line-height: 1.6 !important;
    padding-bottom: 16px !important;
  }
h2 {
	font-size: 1.15em;
	font-weight: 400;
	padding: 15px 10px;
	margin: 0;
	line-height: 160%;
	border-top: solid 1px #0e3460;
	/*border-bottom: dashed 1px #0e3460;*/
}
  .container{
    position: relative !important;
    width: 100% !important;
    height: 40vh !important;
    top: auto !important; right: auto !important;
    margin-top: 8px;
  }
  .slider-area{ height: 100% !important; }

  .comment{ font-size: 1rem !important; line-height: 1.7 !important; }
	.flow07 > li dl dd {
  margin: 0;
	font-size: 0.9em;
}
}