


/* ///////// descriptions ///////// */
.descriptions {
	background: rgba(222, 222, 222, 1.0);
	margin: 0px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 0px;
	border-bottom: 1px solid rgba(255, 255, 255, 1.0);
}
.descriptions .cont-back {
	max-width: 1100px;
	margin: 0px auto;
	padding: 0px;
}
.cont-box {
	display: table;
	width: 100%;
	overflow: hidden;
}
.cont-box li {
	display: table-cell;
	overflow: hidden;
	position: relative;
}
.cont-box li.cont-screen {
	vertical-align: middle;
	width: 35%;
	
	top: 0px;
	right: 35%;
	transition: all 0.6s;
	transition-delay: 0.4s;
	transition-timing-function: ease-out;
}
.cont-box li.cont-screen .my-gallery {
	position: relative;
	padding: 28px 0px;
}
.cont-box li.cont-screen img {
	height: auto;
	width: 100%;
}
.cont-box li.cont-screen.myleft_active {
	top: 0px;
	right: 0%;
}



.cont-box li.cont-screen::after {
	position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 101%;
	background: radial-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.1));
}
.descriptions figure a {
  opacity: 0;
	-webkit-animation-duration: 1s;
  animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	animation-delay: 1.0s;
}



.cont-box li.cont-text {
	vertical-align: top;
	width: 65%;
	padding: 28px 15px;
	background: rgba(255, 255, 255, 1.0);
	border-bottom: 1px solid rgba(222, 222, 222, 1.0);
}
.cont-box li.cont-text h2 {
	font-size: 96%;
	line-height: 1.4em;
	font-weight: bold;
	color: rgba(20, 18, 111, 1.0);
}
.cont-box li.cont-text h2 dl {
	display: table;
}
.cont-box li.cont-text h2 dl dt {
	vertical-align: middle;
	display: table-cell;
	padding: 0px;
	max-width: calc(238px / 2);
	width: 46px;
}
.cont-box li.cont-text h2 dl dt img {
	height: auto;
	width: 100%;
}
.cont-box li.cont-text h2 dl dd {
	vertical-align: middle;
	display: table-cell;
}

.cont-box li.cont-text h3 {
	font-size: 100%;
	line-height: 1.1em;
	background: rgba(20, 18, 111, 1.0);
	margin: 12px 0px 6px;
	padding: 5px 15px;
	display: inline-block;
	color: rgba(255, 255, 255, 1.0);
	border-radius: 5px;
	/* border: 1px solid rgba(0, 160, 232, 1.0); */
}
.cont-box li.cont-text .desc-text {
	font-size: 92%;
	line-height: 1.5em;
}
.cont-box li.cont-text .cap-text {
	font-size: 86%;
	line-height: 1.5em;
	display: inline-block;
}

.descriptions figure a {
	position: relative;
	max-width: calc(370px / 2);
	display: block;
	margin: 0px auto;
	width: 70%;
	z-index: 1;
}
section .zoom-icon {
	max-width: calc(70px / 2);
	width: 26px;
	position: absolute;
	right: -10px;
	bottom: -10px;
}
section .zoom-icon img {
	height: auto;
	width: 100%;
}


#cont01 .cont-box li.cont-screen {
	background: rgba(0, 60, 145, 1.0);
}
#cont02 .cont-box li.cont-screen {
	background: rgba(0, 175, 70, 1.0);
}
#cont03 .cont-box li.cont-screen {
	background: rgba(255, 215, 0, 1.0);
}
#cont04 .cont-box li.cont-screen {
	background: rgba(255, 80, 175, 1.0);
}
#cont05 .cont-box li.cont-screen {
	background: rgba(255, 40, 0, 1.0);
}
#cont06 .cont-box li.cont-screen {
	background: rgba(140, 70, 210, 1.0);
}
#cont10 .cont-box li.cont-screen {
  background-color: rgba(81,227,210,1.00);
}
#cont11 .cont-box li.cont-screen {
  background-color: rgba(0,191,255,1.00);
}
#cont12 .cont-box li.cont-screen {
  background-color: rgba(255,136,0,1.00);
}


#cont02 .my-gallery figure:nth-child(2),
#cont10 .my-gallery figure:nth-child(2) {
	display: none;
}
/*
<div class="new-icon"><img src="common/imgs/20200311/new2020.png" alt="new" width="146" height="240">
*/
.cont-box li .new-icon {
	max-width: calc(146px / 2);
	width: 30%;
	position: absolute;
	left: 0px;
	top: 5px;
	z-index: 10;
}
.cont-box li .new-icon img {
}


/* <div class="cap-text"><p>画像は必要事項入力画面です。</p></div>　*/
.cap2-text {
  font-size: 11px;
  line-height: 1.4em;
  color: rgba(255,255,255,1.00);
  position: absolute;
  left: 5px;
  bottom: 5px;
  text-align: left;
}




/* ///////// t-descriptions ///////// */
.t-descriptions {
	background: rgba(222, 222, 222, 1.0);
}
.t-descriptions .cont-back {
	max-width: 1100px;
	margin: 0px auto;
	padding: 0px;
}
.t-descriptions .cont-box {
	display: block;
}
.t-descriptions .cont-box li {
	display: block;
}
.t-descriptions .cont-box li.cont-text {
	width: 100%;
	padding: 0px;
	border: none;
}
.t-descriptions .cont-box li.cont-text h3 {
	width: 100%;
	display: block;
	margin: 0px auto 8px;
	width: calc(100% - 30px);
}
.t-descriptions .cont-box li:first-child.cont-text h3 {
	margin: 10px auto 8px;
}
.t-descriptions .cont-box li.cont-text .desc-text {
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px 15px 15px;
}


.add-text {
	max-width: 1100px;
	margin: 0px auto;
	padding: 10px 15px;
	font-size: 85%;
	line-height: 1.5em;
}




/* ///////// informations ///////// */
.informations {
	padding: 0px;
	background: rgba(245, 245, 245, 1.0);
}
.informations .cont-title {
	font-size: 120%;
	line-height: 1.4em;
	font-weight: bold;
	text-align: center;
	padding: 20px 15px;
	border-bottom: 1px solid rgba(187, 187, 187, 1.0);
}
.informations .info-line {
	padding: 10px 0px 0px;
	border-bottom: 1px solid rgba(187, 187, 187, 1.0);
}
.informations dl {
	max-width: 1200px;
	font-size: 90%;
	line-height: 1.5em;
	padding: 0px 15px;
	margin: 0px auto;
}
.informations dl p {
	display: block;
}
.informations dl dt {
	text-align: center;
}
.informations dl dd {
}
.informations dl dd a {
	display: block;
	padding: 10px 35px 10px 0px;
	position: relative;
}
.informations dl dd a::before {
	content: "";
	background: url(../imgs/arrow01.png) no-repeat right center;
	display: inline-block;
	background-size: cover;
	height: 30px;
	width: 30px;
	position: absolute;
	right: 0px;
	top: calc(50% - 15px);
}









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






/* ///////// descriptions ///////// */
.cont-box li.cont-screen {
	width: 42%;
	right: 42%;
}
.cont-box li.cont-screen .my-gallery {
	padding: 30px 0px;
}
.cont-box li.cont-text {
	width: 58%;
	padding: 30px;
}
.cont-box li.cont-text h2 {
	font-size: 115%;
	line-height: 1.5em;
}
.cont-box li.cont-text h2 dl dt {
	max-width: calc(238px / 2);
	width: 64px;
}
.cont-box li.cont-text h3 {
	font-size: 110%;
	line-height: 1.1em;
	margin: 12px 0px 8px;
	padding: 7px 20px;
	border-radius: 6px;
}
.cont-box li.cont-text .desc-text {
	font-size: 100%;
	line-height: 1.8em;
}
.cont-box li.cont-text .cap-text {
	font-size: 85%;
	line-height: 1.5em;
}
.descriptions figure a {
	width: 50%;
}
section .zoom-icon {
	max-width: calc(70px / 2);
	width: 30px;
	position: absolute;
	right: -12px;
	bottom: -12px;
}


.cont-box li .new-icon {
	width: 20%;
	left: 5px;
	top: 10px;
}


.cap2-text {
  font-size: 11px;
  line-height: 1.4em;
  left: auto;
  right: 5px;
  bottom: 5px;
  text-align: right;
}



/* ///////// descriptions ///////// */
.t-descriptions .cont-box li.cont-text h3 {
	margin: 0px auto 10px;
	padding: 7px 30px;
	width: calc(100% - 60px);
}
.t-descriptions .cont-box li:first-child.cont-text h3 {
	margin: 15px auto 10px;
}

.t-descriptions .cont-box li.cont-text .desc-text {
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px 30px 20px;
}


.add-text {
	padding: 15px 30px;
	font-size: 85%;
	line-height: 1.5em;
}





/* ///////// informations ///////// */
.informations .cont-title {
	font-size: 130%;
	padding: 25px 30px;
}
.informations .info-line {
	padding: 15px 0px 0px;
}
.informations dl {
	font-size: 95%;
	line-height: 1.5em;
	padding: 0px 30px;
}
.informations dl dt {
}
.informations dl dd {
}
.informations dl dd a {
	display: block;
	padding: 12px 40px 12px 0px;
	position: relative;
}
.informations dl dd a::before {
	height: 40px;
	width: 40px;
	right: 0px;
	top: calc(50% - 23px);
}




}


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



/* ///////// descriptions ///////// */
.cont-box li.cont-screen {
	width: 42%;
	right: 42%;
}
.cont-box li.cont-screen .my-gallery {
	padding: 35px 0px;
}
.cont-box li.cont-text {
	width: 58%;
	padding: 35px;
}
.cont-box li.cont-text h2 {
	font-size: 150%;
	line-height: 1.5em;
}
.cont-box li.cont-text h2 dl dt {
	max-width: calc(238px / 2);
	width: 84px;
}
.cont-box li.cont-text h3 {
	font-size: 110%;
	line-height: 1.1em;
	margin: 14px 0px 10px;
	padding: 8px 24px;
	border-radius: 7px;
}
.cont-box li.cont-text .desc-text {
	font-size: 100%;
	line-height: 1.8em;
}
.descriptions figure a {
	width: 50%;
}
section .zoom-icon {
	max-width: calc(70px / 2);
	width: 35px;
	right: -15px;
	bottom: -15px;
}


.cont-box li .new-icon {
	width: 25%;
	left: 10px;
	top: 15px;
}



/* ///////// descriptions ///////// */
.t-descriptions .cont-box {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.t-descriptions .cont-box li {
	margin: 0px 0px 1px;
}
.t-descriptions#cont07 .cont-box li {
	-ms-flex-preferred-size: calc(50% - 0.5px);
	flex-basis: calc(50% - 0.5px);
}
.t-descriptions#cont08 .cont-box li {
	-ms-flex-preferred-size: calc(50% - 0.5px);
	flex-basis: calc(50% - 0.5px);
}
.t-descriptions .cont-box li.cont-text {
	width: 100%;
	padding: 0px;
}
.t-descriptions .cont-box li.cont-text h3 {
	width: auto;
	display: inline-block;
	margin: 30px 35px 8px;
	padding: 7px 24px;
}
.t-descriptions .cont-box li:first-child.cont-text h3 {
	width: auto;
	display: inline-block;
	margin: 30px 35px 8px;
	padding: 7px 24px;
}

.t-descriptions .cont-box li.cont-text .desc-text {
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px 35px 30px;
}

.add-text {
	padding: 15px 35px;
	font-size: 90%;
	line-height: 1.5em;
}



/* ///////// informations ///////// */
.informations .cont-title {
	font-size: 140%;
	padding: 25px 30px;
}
.informations .info-line {
	padding: 0px;
}
.informations dl {
	font-size: 100%;
	line-height: 1.5em;
	padding: 0px;
	display: table;
	margin: 0px;
	width: 100%;
}
.informations dl dt {
	vertical-align: top;
	display: table-cell;
	padding: 15px 0px 15px 35px;
	width: 14em;
	text-align: left;
}
.informations dl dd {
	display: table-cell;
	padding: 0px 30px 0px 0px;
}
.informations dl dd a {
	display: block;
	padding: 15px 40px 15px 0px;
	position: relative;
}
.informations dl dd a::before {
	height: 40px;
	width: 40px;
	right: 0px;
	top: calc(50% - 20px);
}



}

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



/* ///////// descriptions ///////// */
.cont-box li.cont-screen {
	width: 45%;
	right: 45%;
}
.cont-box li.cont-screen .my-gallery {
	padding: 38px 0px;
}
.cont-box li.cont-text {
	width: 55%;
	padding: 38px;
}
.cont-box li.cont-text h2 {
	font-size: 150%;
	line-height: 1.45em;
}
.cont-box li.cont-text h2 dl dt {
	max-width: calc(238px / 2);
	width: 100px;
}
.cont-box li.cont-text h3 {
	font-size: 115%;
	line-height: 1.1em;
	margin: 16px 0px 13px;
	padding: 10px 28px;
	border-radius: 8px;
}
.cont-box li.cont-text .desc-text {
	font-size: 105%;
	line-height: 1.75em;
}


.add-text {
	padding: 15px 0px;
	font-size: 90%;
	line-height: 1.5em;
}



/* ///////// informations ///////// */
.informations {
	padding: 0px 0px 60px;
}
.informations .cont-title {
	font-size: 150%;
	padding: 30px;
}
.informations dl {
	font-size: 105%;
	line-height: 1.5em;
	margin: 0px auto;
}
.informations dl dt {
	padding: 18px 0px;
	width: 14em;
	text-align: left;
}
.informations dl dd {
	padding: 0px;
}
.informations dl dd a {
	display: block;
	padding: 18px 50px 18px 0px;
	position: relative;
}
.informations dl dd a::before {
	height: 52px;
	width: 52px;
	right: 0px;
	top: calc(50% - 26px);
}

}

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



}


