  @charset "utf-8";


/*webフォント*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

.sp58 {
	display: none;
}

#visual_img {
	position: relative ;
	width: auto ;
	height: 100% ;
	max-height: 300px ;
	Z-index: 0;
}
#visual_img .m_text {
	position: absolute ;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	width: 50%;
	height: 100%;
	text-align: center;
	Z-index: 10;
}
#visual_img .m_text .main_text {
	position: absolute ;
	top: 38%;
	width: 100%;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 34px;
	font-weight: 700;
	text-align: center;
	letter-spacing: -0.08em;
	line-height: 0.9;
	Z-index: 10;
}
#visual_img .m_text .main_text span {
	font-family: 'Open Sans', sans-serif;
	font-size: 70%;
	font-weight: 600;
	letter-spacing: -0.05em;
}
#visual_img .m_text .since_text {
	position: absolute ;
	bottom: 20%;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: -0.05em;
	text-align: center;
	Z-index: 10;
}


@media screen and (max-width: 1100px){
	#visual_img .m_text .main_text {
		top: 36%;
		font-size: 28px;
	}
	#visual_img .m_text .since_text {
		font-size: 22px;
	}
}
@media screen and (max-width: 950px){
	#visual_img .m_text .main_text {
		top: 30%;
		font-size: 22px;
	}
	#visual_img .m_text .since_text {
		font-size: 20px;
	}
}
@media screen and (max-width: 768px){
	#visual_img .m_text .main_text {
		top: 28%;
		font-size: 18px;
	}
	#visual_img .m_text .since_text {
		font-size: 18px;
	}
}
@media screen and (max-width: 586px){
	.sp58 {
		display: inline-block;
	}
	#visual_img .m_text .main_text {
		top: 18%;
		font-size: 18px;
	}
	#visual_img .m_text .since_text {
		bottom: 10%;
		font-size: 18px;
	}
}
@media screen and (max-width: 342px){
	#visual_img .m_text .main_text {
		top: 10%;
		font-size: 12px;
	}
#visual_img .m_text .main_text span {
	font-size: 80%;
}
	#visual_img .m_text .since_text {
		bottom: 6%;
		font-size: 12px;
	}
}



h2 {
	margin: 0;
	padding: 0;
	font-family: Hiragino Maru Gothic ProN W4、ヒラギノ丸ゴ ProN W4;
	font-size: 32px;
	color: #e9752c;
	line-height: 1;
	border-bottom: 4px solid #e9752c;
}

.btn_main01.ft14 a {
	font-size: 14px;
}


/* おしらせ・固定分 */
#list_info {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#list_info dt ,
#list_info dd {
	margin: 8px 0;
	font-size: 20px;
}
#list_info dt {
	width: 12rem;
}
#list_info dd {
	width: calc(100% - 12rem) ;
}

/* おしらせ・書出分 */
.feed_area_box{

}
table.table_news{
	width: 100%;
	margin-top: 8px;
	border-collapse: collapse;
	border-spacing: 0;
}
table.table_news tr{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

table.table_news th{
	display: table;
	width: 12rem;
	margin: 8px 0;
	font-size: 20px;
	font-weight: 400;
	text-align: left;
}
table.table_news td{
	display: table;
	width: calc(100% - 12rem) ;
	margin: 8px 0;
	font-size: 20px;
}



#profile_box {
	display: flex;
	margin: 60px 0 40px;
}
.info_box {
	display: flex;
}

#profile_box .profile_text {
	position: relative;
	width: 67% ;
	margin: 0 10px 0 0;
}
#profile_box .profile_text .ti_profile {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 36px;
	font-family: 'Franklin Gothic Medium', sans-serif;
	line-height: 1;
	color: #e9752c;
}
#profile_box .profile_img {
	width: 33% ;
	height: auto;
}
#profile_box .profile_img img {
	height: auto;
	object-fit: cover;
}
#profile_box .profile_text .tx_profile {
	margin: 0 0 25px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 1.5;
}
#profile_box .profile_text .btn_profile a {
	position: relative;
	display:inline-block;
	margin-bottom: 2px;
	padding: 5px 34px 5px 15px;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	border-radius: 20px;
	background: #e9752c;
	position: absolute;
	bottom: 0;
	right: 2%;
}
#profile_box .profile_text .btn_profile a:after {
	content: "";
	background-image: url('../images/mark_leave_room.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 17px;
	height: 14px;
	position: absolute;
	top: 35%;
	right: 10px;
}
.info_box .info_title {
	position: relative;
	margin: 0;
	text-align: left;
}
.info_box .info_title p {
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
}
.info_box .info_title p.info_ti_eng {
	display:block;
	font-size: 32px;
	font-weight: 700;
}
.info_box .info_title p.info_ti_jp {
	position: absolute;
	top: 0;
	left: 8px;

	display: inline-block;
	margin: -5px 0 0 0;
	font-family: 'Franklin Gothic Medium', sans-serif;
	font-size: 40px;
	color: #e9752c;
	white-space: nowrap; 
}
.info_box .info_title:before {
	content: "";
	display: inline-block;
	padding: 2px 0 0;
	width: 38px;
	height: 38px;
	background: #e9752c;
}
.info_box .info_title p.info_ti_jp:first-letter {
	margin-right: 10px;
	font-size: 42px;
	color: #FFFFFF;
}

.li_main_product {
	width: calc(100% - 5px);
	margin: 0 auto;
	border: 1px solid #545454;
}
.li_main_product a {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 10px;
}
.li_main_product a .prod_txt {
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	font-size:28px;
	font-weight: 700;
	color: #333333;
}
.li_main_product a .prod_img {
	width: 100%;
	max-width: 420px;
	margin: 0;
	text-align: center;
}
.li_main_product a:hover ,
.product_box .li_product a:hover ,
.related_box .li_related a:hover {
	background: #fff1e8;
	text-decoration: none;
	opacity: .8;
}

.li_main_product a .prod_img img {
	height: auto;
}


.product_box ,
.related_box {
	display: flex;
	flex-direction: row;
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 2px solid #e9752c;
}
.related_box {
	margin: 0 0 120px 0;
}

.product_box .li_product ,
.related_box .li_related {
	flex-grow: 1;
	margin: 0 20px 0 0;
	padding: 0;
	border: 1px solid #545454;
}
.product_box .li_product:last-child ,
.related_box .li_related:last-child {
	margin: 0;
}
.product_box .li_product a ,
.related_box .li_related a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


.product_box .li_product a .prod_img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
}

.product_box .li_product a .prod_img.s2 img {
	height: 140px;
}
.product_box .li_product a .prod_img.s1 img {
	width: 152px;
	height: auto
}

.product_box .li_product a .prod_txt {
	width: 100%;
	padding: 5px 0;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-size:16px;
	color: #ffffff;
	background: #666666;
}


.related_box .li_related a {
	padding: 10px 0;
}
.related_box .li_related a .related_img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 380px;
	height: 200px;
}
.related_box .li_related a .related_img img {
	height: auto;
}
.related_box .li_related a .related_txt {
	width: 100%;
	padding: 10px 0;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #e9752c;
}
.related_box .li_related a .related_txt span {
	font-size: 16px;
	font-weight: 400;
}

/*画面幅768px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1000px){
/* おしらせ・固定分 */
#list_info {
	display: block;
	padding-top: 5px;
}
#list_info dt ,
#list_info dd {
	width: 100%;
	font-size: 18px;
}
#list_info dt {
	margin: 0;
}
#list_info dd {
	margin: 0 0 5px;
	border-bottom: 1px solid #e9752c;
	padding-bottom: 5px;
}

/* おしらせ・書出分 */
.feed_area_box{

}
table.table_news{
}
table.table_news tr{
	display: block;
}

table.table_news th{
	display: block;
	width: 100%;
	margin: 0;
	font-size: 18px;
}
table.table_news td{
	display: block;
	width: 100%;
	margin: 0 0 5px;
	font-size: 18px;
	border-bottom: 1px solid #e9752c;
	padding-bottom: 5px;
}




#profile_box ,
.info_box {
	display: block;
	text-align: center;
}
#profile_box .profile_text {
	position: relative;
	width: 100%;
	margin: 0 0 15px;
	text-align: left;
}
#profile_box .profile_text .ti_profile {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 28px;
	line-height: 1;
	color: #e9752c;
}
#profile_box .profile_text .tx_profile {
	margin: 0 auto 10px ;
	line-height: 1.6;
}
#profile_box .profile_text .btn_profile {
	display: inline-block;
	margin: 5px 0 0;
}
#profile_box .profile_text .btn_profile a {
	width: 4.5em;
	padding: 5px 34px 5px 15px;
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	border-radius: 15px;
	background: #e9752c;
	position: absolute;
	bottom: 0;
	left: 0;
}
#profile_box .profile_img {
	width: 100% ;
	height: auto;
}
#profile_box .profile_img img {
	width: 100% ;
	width: 460px ;
	height: auto;
	object-fit: cover;
}



.li_main_product a .prod_txt {
	font-size:20px;
}
.li_main_product a .prod_img {
	width: 60%;
}



.product_box ,
.related_box {
	display: block;
	margin: 0;
}
.product_box .li_product {
	width: calc(100% - 5px) ;
	margin: 0 0 10px;
}
.product_box .li_product:last-child {
	margin: 0;
}
.product_box .li_product a {
}


.product_box .li_product a .prod_img {
	width: calc(100% - 5px) ;
	margin: 10px 0 0;
}

.product_box .li_product a .prod_txt {
	font-size:18px;
}


.related_box .li_related {
	width: calc(100% - 5px) ;
	margin: 0 0 10px;
}

.related_box .li_related a .related_img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 380px;
	height: 200px;
}
.related_box .li_related a .related_img img {
	height: auto;
}
.related_box .li_related a .related_txt {
	width: 100%;
	padding: 10px 0;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #e9752c;
}
.related_box .li_related a .related_txt span {
	font-size: 16px;
	font-weight: 400;
}




}