@charset "UTF-8";

/***************************************************

	single

***************************************************/

/********** archive **********/










/********** single **********/

.cont_single{
	width: 880px;
	margin: 0 auto;
	padding-top: 60px;
	background: rgba(255,255,255,0.4);

}

h1.single_title{
	width: 100%;
	font-size: 22px;
	color: var(--m-color);
	font-weight: bold;
	margin: 0 auto 27px;
	padding: 0 0 10px;
	border-bottom: dashed 1px #ccc;
}


.single_subhead{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 28px;
}

.single_subhead .sns_wrapp{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.single_subhead .sns-area{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
}

.single_subhead .sns-area .sns-icon{
	display: inline-block;
	width: 30px;
	margin-right: 12px;
}

.single_subhead .sns-area .sns-icon:last-child{
	margin-right: 0;
}

.single_subhead .sns-area .sns-icon a{
	display: inline-block;
}

.single_subhead .category{
	padding-left: 16px;
}

.single_subhead .date{
	color: #939393;
}

.single_subhead .date i{
	margin-right: 0.6em;
}

#main_image{
	width: 750px;
	margin: 0 auto 40px;
	border-radius: 6px;
	overflow: hidden;
	text-align: center;
}


#main_calendar{
	width: 100%;
	margin: 0 auto 40px;
	position: relative;
}

#main_calendar .calendar_wrapp{
	position: relative;
	width: 100%;
	padding-top: 72%;
	overflow: hidden;
}

#main_calendar .calendar_wrapp iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


#main_caption{
	width: 750px;
	margin: 0 auto 60px;
	padding: 20px 30px;
	text-align: left;
	line-height: 2.0;
	position: relative;
	box-sizing: border-box;
}

#main_caption:before {
    content: '';
    width: 40px;
    height: 40px;
    border: 0px;
    border-top: solid 2px #ccc;
    border-right: solid 2px #ccc;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 0;
    left: 0;
}

#main_caption:after {
    content: '';
    width: 40px;
    height: 40px;
    border: 0px;
    border-top: solid 2px #ccc;
    border-right: solid 2px #ccc;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    bottom: 0;
    right: 0;
}


.single_wrapp{
	width: 750px;
	margin: 0 auto;
}

.single_wrapp h2{
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	margin: 40px 0;
	padding: 0 0 0 0.5em;
	position: relative;
	box-sizing: border-box;
	border-left: 12px solid var(--color1);
}

.single_wrapp h2::after{
	content: '';
	display: inline-block;
	width: 100%;
	border-bottom: 2px solid var(--color1);
	position: absolute;
	bottom: -10px;
	left: -0.5em;
}

.single_wrapp .inwrapp{
	margin: 0 20px;
}

.single_wrapp h3{
	display: block;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 30px;
	padding-left: 1.3em;
	position: relative;
}

.single_wrapp h3::before {
	content: '●';
    font-weight: 900;
	color: var(--color1);
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0;
}


.single_wrapp .image_box,
.single_wrapp .youtube,
.single_wrapp .link_btnarea,
.single_wrapp .text_box,
.single_wrapp .pdf_box,
.single_wrapp .map_box{
	margin: 0 0 30px;
}

.single_wrapp .image_box{
	text-align: center;
}

.single_wrapp .image_box.left{
	float: left;
	width: 45%;
	margin-right: 20px;
	margin-bottom: 1em;
	margin-top: 0;
}

.single_wrapp .image_box.right{
	float: right;
	width: 45%;
	margin-left: 20px;
	margin-bottom: 1em;
	margin-top: 0;
}

.single_wrapp .image_box.right img,
.single_wrapp .image_box.left img{
	width: 100%;
	height: auto;
}

.single_wrapp .pdf_box iframe{
	width: 100%;
	height; auto;
}

.single_wrapp .text_box p{
	margin: 0 0 1em;
	line-height: 2.0;
}

.single_wrapp .text_box p:last-child{
	margin-bottom: 0
}

.single_wrapp .text_box p a{
	color: #fff;
}

.single_wrapp .map_box iframe{
	width: 100%;
	height: 360px;
}

.single_wrapp .link_box a{
	display: inline-block;
	line-height: 1;
	text-decoration: none;
	border: 2px solid var(--color1);
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.single_wrapp .link_box a::before{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: var(--color3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}

.single_wrapp .link_box a::after{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: var(--color1);
	position: absolute;
	top: 0;
	left: -100%;
	transition: all 0.2s linear;
	z-index: -1;
}

.single_wrapp .link_box a:hover::after{
	left: 0;
}

.single_wrapp .link_box a span{
	display: block;
	font-size: 15px;
	color: var(--color5);
	padding: 10px 23px 10px 40px;
	position: relative;
	transition: all 0.2s linear;
}

.single_wrapp .link_box a:hover span{
	color: #fff;
}

.single_wrapp .link_box a span::before{
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%2370C95B%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M320%2C0c-17.7%2C0-32%2C14.3-32%2C32s14.3%2C32%2C32%2C32h82.7L201.4%2C265.4c-12.5%2C12.5-12.5%2C32.8%2C0%2C45.3s32.8%2C12.5%2C45.3%2C0%20L448%2C109.3V192c0%2C17.7%2C14.3%2C32%2C32%2C32s32-14.3%2C32-32V32c0-17.7-14.3-32-32-32H320z%20M80%2C32C35.8%2C32%2C0%2C67.8%2C0%2C112v320%20c0%2C44.2%2C35.8%2C80%2C80%2C80h320c44.2%2C0%2C80-35.8%2C80-80V320c0-17.7-14.3-32-32-32s-32%2C14.3-32%2C32v112c0%2C8.8-7.2%2C16-16%2C16H80%20c-8.8%2C0-16-7.2-16-16V112c0-8.8%2C7.2-16%2C16-16h112c17.7%2C0%2C32-14.3%2C32-32s-14.3-32-32-32H80z%22%2F%3E%3C%2Fsvg%3E');
    position: absolute;
    top: 50%;
    left: 14px;
	transform: translate(0, -50%);
	transition: all 0.2s linear;
}

.single_wrapp .link_box a:hover span::before{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M320%2C0c-17.7%2C0-32%2C14.3-32%2C32s14.3%2C32%2C32%2C32h82.7L201.4%2C265.4c-12.5%2C12.5-12.5%2C32.8%2C0%2C45.3s32.8%2C12.5%2C45.3%2C0%20L448%2C109.3V192c0%2C17.7%2C14.3%2C32%2C32%2C32s32-14.3%2C32-32V32c0-17.7-14.3-32-32-32H320z%20M80%2C32C35.8%2C32%2C0%2C67.8%2C0%2C112v320%20c0%2C44.2%2C35.8%2C80%2C80%2C80h320c44.2%2C0%2C80-35.8%2C80-80V320c0-17.7-14.3-32-32-32s-32%2C14.3-32%2C32v112c0%2C8.8-7.2%2C16-16%2C16H80%20c-8.8%2C0-16-7.2-16-16V112c0-8.8%2C7.2-16%2C16-16h112c17.7%2C0%2C32-14.3%2C32-32s-14.3-32-32-32H80z%22%2F%3E%3C%2Fsvg%3E')
}

.single_wrapp .youtube{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.single_wrapp .youtube .image{
	display: inline-block;
	width: 100%;
	padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
	height:0px;              /*高さはpaddingで指定するためheightは0に*/
	position: relative;
	overflow: hidden;
}

.single_wrapp .youtube .image a{
	display: block;
	position: relative;
}

.single_wrapp .youtube .image img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
}

.single_wrapp .youtube .image a::after{
	content: '';
	display: inline-block;
	width: 80px;
	height: 71px;
	filter: drop-shadow(0px 0px 4px #fff);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20576%20512%22%20style%3D%22enable-background%3Anew%200%200%20576%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FF0000%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M549.7%2C124.1c-6.3-23.7-24.8-42.3-48.3-48.6C458.8%2C64%2C288%2C64%2C288%2C64S117.2%2C64%2C74.6%2C75.5%20c-23.5%2C6.3-42%2C24.9-48.3%2C48.6C14.9%2C167%2C14.9%2C256.4%2C14.9%2C256.4s0%2C89.4%2C11.4%2C132.3c6.3%2C23.7%2C24.8%2C41.5%2C48.3%2C47.8%20C117.2%2C448%2C288%2C448%2C288%2C448s170.8%2C0%2C213.4-11.5c23.5-6.3%2C42-24.2%2C48.3-47.8c11.4-42.9%2C11.4-132.3%2C11.4-132.3S561.1%2C167%2C549.7%2C124.1%20L549.7%2C124.1z%20M232.2%2C337.6V175.2l142.7%2C81.2L232.2%2C337.6L232.2%2C337.6z%22%2F%3E%3C%2Fsvg%3E');
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.back_btn{
	display: block;
	text-align: center;
	margin-top: 80px;
}

.back_btn a{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding: 12px 42px;
	line-height: 1;
	text-decoration: none;
	border: 2px solid var(--maincolor01);
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.back_btn a i{
	margin-left: 0.6em;
}

.back_btn a:hover{
	color: var(--maincolor01);
}

.back_btn a::before{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: var(--maincolor01);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}

.back_btn a::after{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: #fff;
	position: absolute;
	top: 0;
	left: -100%;
	transition: all 0.2s linear;
	z-index: -1;
}

.back_btn a:hover::after{
	left: 0;
}







/********************************************************************************
	リッキド用 CSS
********************************************************************************/

@media(max-width:1240px){







}



/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width:430px){


/********** archive **********/










/********** single **********/

.cont_single{
	width: auto;
	margin: 0 6%;
	padding-top: 5.333333vw;
}

h1.single_title{
	font-size: 4.266667vw;
	margin: 0 0 3.2vw;
	padding: 0 0 2.666667vw;
}


.single_subhead{
	display: block;
	margin-bottom: 3.2vw;
}

.single_subhead .sns-area .sns-icon{
	width: 6.933333vw;
	margin-right: 3.2vw;
}

.single_subhead .category{
	padding-left: 0;
}

.single_subhead .date{
	margin-top: 2.133333vw;
}

#main_image{
	width: auto;
	margin: 0 auto 7.466667vw;
	border-radius: 1.6vw;
}

#main_calendar{
	margin: 0 auto 7.466667vw;
}

#main_calendar .calendar_wrapp{
	padding-top: 120%;
}


#main_caption{
	width: auto;
	margin: 0 auto 10.666667vw;
	padding: 3.2vw;
}

#main_caption:before {
    width: 6.4vw;
    height: 6.4vw;
    border-top: solid 0.533333vw #ccc;
    border-right: solid 0.533333vw #ccc;
}

#main_caption:after {
    width: 6.4vw;
    height: 6.4vw;
    border-top: solid 0.533333vw #ccc;
    border-right: solid 0.533333vw #ccc;
}

.single_wrapp{
	width: auto;
}

.single_wrapp h2{
	font-size: 4.266667vw;
	margin: 8vw 0 5.333333vw;
	border-left: 2.666667vw solid var(--color1);
}

.single_wrapp h2::after{
	border-bottom: 0.533333vw solid var(--color1);
	bottom: -2.666667vw;
}

.single_wrapp .inwrapp{
	margin: 0 0;
}

.single_wrapp h3{
	font-size: 4vw;
	margin-bottom: 5.333333vw;
}

.single_wrapp .image_box,
.single_wrapp .youtube,
.single_wrapp .link_btnarea,
.single_wrapp .text_box,
.single_wrapp .pdf_box,
.single_wrapp .map_box{
	margin: 0 0 5.333333vw;
}
.single_wrapp .image_box.left{
	float: none;
	width: 100%;
	margin-right: auto;
}

.single_wrapp .image_box.right{
	float: none;
	width: 100%;
	margin-left: auto;
}

.single_wrapp .pdf_box{
	margin-left: -6%;
	margin-right: -6%;
}

.single_wrapp .text_box p a{
	color: #fff;
}

.single_wrapp .map_box iframe{
	height: 74.666667vw;
}


.single_wrapp .link_box{
	text-align: center;
}

.single_wrapp .link_box a{
	border: 0.533333vw solid var(--color1);
}

.single_wrapp .link_box a span{
	font-size: 3.466667vw;
	padding: 2.133333vw 2.666667vw 2.133333vw 34px;
}

.single_wrapp .link_box a span::before{
    width: 3.733333vw;
    height: 3.733333vw;
    left: 2.666667vw;
}

.single_wrapp .link_box_image{
	text-align: center;
}

.single_wrapp .youtube{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.single_wrapp .youtube .image a::after{
	width: 16vw;
	height: 14.133333vw;
	filter: drop-shadow(0px 0px 1.066667vw #fff);
}


.back_btn{
	margin-top: 10.666667vw;
}

.back_btn a{
	font-size: 3.733333vw;
	padding: 2.666667vw 3.733333vw;
}




}
