@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Kosugi&display=swap');

.zen-maru-gothic-light {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 300;
  font-style: normal;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
}



ul{
	margin: 0;
	padding: 0;
}
html{
	font-size: 16px;
}
body{
	font-size: 1rem;
	color: #333;
	font-family: "Zen Maru Gothic" ,  "YuGothic ", "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: 400;
}
#wrapper{
	width: 100%;
}
a{
	color: #333;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
a:visited{
	color: #333;
	text-decoration: none;
}
#m_contents_inb {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	max-width: 1000px;
	width: 100%;
	padding: 50px 0 50px;
	margin: 0 auto 100px;
}
#contents_l {
    flex: 1 1 auto;
    padding-right: 20px;
	max-width: 700px;
}

#contents_r {
    width: 300px;
    background: #eef8f9;
    padding: 20px 15px;
	border-radius: 15px;
}

h1{
	display: none;
}
img{
	max-width: 100%;
	height: auto;
}
.header{
	margin: 0 auto;
	position: relative
}

#mainimgarea{
	margin-bottom: 0px;
	position: relative;
}
#mainimgarea .mainimg{
	position: relative;
}
#mainimgarea .catchbox{
	position: absolute;
	top: 30%;
	left: 15%;
	font-size: 35px;
	max-width: 700px;
	text-shadow: 1px 1px 5px rgba(255,255,255,0.20),-1px 1px 5px rgba(255,255,255,0.20),1px -1px 5px rgba(255,255,255,0.20),-1px -1px 5px rgba(255,255,255,0.20);
	font-weight: 600;
	padding: 30px;
	border-radius: 30px;
	letter-spacing: 2px;
	font-family: "Zen Maru Gothic" , YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";

}

#mainimgarea .mainimg img{
	max-width: auto !important;
	width: 100% !important;
}



@media screen and (max-width:1600px) and (min-width:767px){
#mainimgarea .catchbox {
  left: 5%;
	}
#mainimgarea .catchbox{
	font-size: 25px;	
}
	
}

#editView #mainimgarea .catchbox {
position: static !important;
display:block !important;
}


/****header****/

.h_area{
	background: rgba(255,255,255,0.5);
	display: flex;
	padding: 0 30px;
	height: 80px;
	justify-content: space-between;
}

.h_logo{
	width: 350px;
	min-width: 350px;
	margin-top: 20px
}
.h_logo .logo_text{
	font-size: 11px;
	margin-bottom: 5px;
}


/******G-navis******/

#h_ul{
	display: flex;
	justify-content:flex-end;
	align-items: flex-start;
	padding-top: 30px;
}
.h_li{
	list-style-type: none;
	padding: 0 20px;
	font-size: 1rem;
	font-weight: bold;
	font-family: 'Kosugi', sans-serif;
	letter-spacing: 0.1em;
}
.h_li a{
	color: #212121;
	text-decoration: none;
}
.h_li a:hover{
	text-decoration: none;
	color: #CCCCCC;
	transition:0.4s;
}
.h_li a:visited{
	color: #333;
	text-decoration: none;
}

.h_li {
	position: relative; 
	display:block !important; 
	width: 175px;
	text-align: center;
}



.h_li .nav_parent{
position: relative;
width: 175px;
text-align: center;
font-size: 16px;
font-family: "Zen Maru Gothic" , YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
font-weight: 600;
letter-spacing: 2px;
}

.h_li:hover .nav_parent{
opacity: 1 !important;
display:block; 
padding-bottom: 5px;
text-align: center;	
}
.h_li:hover .nav_parent a{
color: #52989c !important;
}

.h_li .nav_child {
	position: absolute;
	opacity: 0;
	width: 175px;
	font-family: "Zen Maru Gothic" , YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";

}

.h_li .nav_child .gc{
  background: #52989c;
  border-bottom: 1px solid #fff;
  width: 175px;
font-size: 14px;
	padding: 5px 0;
}

.h_li .nav_child .gc a{
	color: #fff;
	font-size: 15px;
}

.h_li:hover .nav_child {
width: auto;
visibility: visible; 
opacity: 1 !important; 
position: relative !important;
display:block !important; 
z-index:+1;
}

@media screen and (max-width:1600px) and (min-width:767px){
.h_logo {
  width: 270px;
  min-width: 270px;
  margin-top: 20px;
}	
.h_li{
width: 160px;	
padding-right: 0px;
padding-left: 0px;			
	}
.h_li .nav_parent{
width: 150px;
font-size: 16px;

}

.h_li:hover .nav_parent{
	
}
.h_li:hover .nav_parent a{
}

.h_li .nav_child {
	width: 150px;
}
.h_li .nav_child .gc{
  width: 150px;
	font-size: 13px;	
}
}

/***【editView】グローバルナビ****/
#editView .h_li ,
#editView .h_li .nav_child {
z-index:99999 !important;}
#editView .h_area{
margin-bottom:50px !important;
z-index:99999 !important;
}

.s_area img {
    width: 100%;
    height: auto;
}

#main{
	width: 100%;
}

.contents-box p{
	letter-spacing: 0.05em;
}


.contents_title{
	
}
.title_text{
	font-size:2rem;
	text-align: center;
	font-weight: bold;
	padding: 50px;
	text-shadow: 3px 3px 3px #fff;
}

.rdplanetitle h2 {
	position: relative;
	padding: 1.5rem 0 0.5rem;
	text-align: center;
	font-size: 42px !important;
	color: #52989c;
	width: 100%;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

.rdplanetitle h2:before {
 position: absolute;
  bottom: 2px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
background: #52989c;}

.rdplanetitle h3 {
	color: #fff;
	position: relative;
	font-size: 30px !important;
	background: #52989c;
	border-radius: 30px;
	padding: 5px 0;
	text-align: center;
	margin-bottom: 15px;
	letter-spacing: 1px;
}


.rdplanetitle h4 {
	position: relative;
	padding-left: 1.5em;
	font-size: 21px !important;
	margin-bottom: 15px;

}
.rdplanetitle h4:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	left: 0;
	top: 0;
	font-weight: 900;
	font-size: 1em;
	color: #52989c;
}

.rdplanetitle h5 {
	position: relative;
	padding: 5px 0.5em;
	background-color: #ECECEC;
	font-size: 18px !important;
	margin-block-start: 0em;
    margin-block-end: 0em;
	margin-bottom: 10px;
	letter-spacing: 1px;

}
.rdplanetitle h6 {
	position: relative;
	padding: 5px 0.5em;
	border-bottom: 1px solid #BFBEBE;
	font-size: 18px !important;
	margin-block-start: 0em;
    margin-block-end: 0em;
	margin-bottom: 10px;
	letter-spacing: 1px;
}


 .footer{
	width: 100%;
	margin: 10px auto 0px;
	background: #eef8f9;
}
.footer_inner {
	width: 100%;
	padding: 50px 0;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-around;
	
}

.footer_l{
	width: 30%
}

.footer_l .footer_logo{
	max-width: 250px;
	margin-bottom: 10px;
}
.footer_l .adress{
	margin-bottom: 15px;
	font-size: 17px;
	line-height: 1.8;
	font-weight: 600;
}


.footer_r{
	width: 70%
}
.footer_navi{
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.footer_navi ul{
	width: auto;
	list-style-type: none;
	margin-left: 10px;
}

.footer_navi ul li{
	width: 190px;
	padding-left: 5px;
	margin-bottom: 0.5em;
}
.footer_navi ul:first-child{
	width: 140px;
}

.footer_navi ul li.parent{
	font-weight: 600;
}
.footer_navi ul li.child{
	font-weight: 600;
	font-size: 0.9em;
	padding-left: 15px;
}



#f_ul{
	display: flex;
	justify-content:center;
	align-items: center;
}
.f_li{
	list-style-type: none;
	padding: 15px;
	font-size: 1rem;
	font-family: 'Kosugi', sans-serif;
	letter-spacing: 0.1em;
}
.f_li a{
	color: #FFFFFF;
	text-decoration: none;
}
.f_li a:hover{
	text-decoration: none;
	color: #CCCCCC;
	transition:0.4s;
}
.f_li a:visited{
	color: #333;
	text-decoration: none;
}

#copy{
	font-size: 0.7rem;
	text-align: center;
	padding: 5px;
	color: #fff;
	letter-spacing: 0.05em;
	background-color: #52989c;
}

/***【editView】フッターナビ****/
#editView .footer_inner .footer_l{
width:330px !important;
min-width:330px !important;
}
#editView .footer_inner .footer_r{
width:770px !important;
min-width:770px !important;
}
#editView .footer_inner .footer_r li{
list-style-type : none !important;
}
#editView .footer_inner .footer_r ul{
min-width:120px !important;
}

.pagetop_btn {
    display: none;
    position: fixed;
    bottom: 2.3rem;
    right: 15px;
    z-index:100;
    border-radius: .2rem;
}
.pagetop_btn a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 1rem;
    text-decoration: none;
    padding: 10px 15px;
    opacity: 0.5;
}
.pagetop_btn a:hover {
    display: block;
    background-color: #333;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    padding:10px 15px;
    opacity: 0.8;
	transition:0.5s;
}

.pc_view {
    display: block;
}

.sp_view {
    display: none !important;
}

/************BLOG************/
.cmshtml .blogcol_side .rdplanetitle h2,
.cmshtml .blogcol_side .rdplanetitle{
	padding: 10px 5px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #ddd;
}

.cmshtml .blogcol_side .rdBlogSearch .rdBlogSearch-btn, 
.cmshtml .blogcol_side .rdCalendar .rdCalendarTable-link,
.blogcol_side .rdBlogSearch .rdBlogSearch-btn,
.blogcol_side .rdCalendar .rdCalendarTable-link{
	background-color: #e40005;
}

.cmshtml .blogcol_side .rdMonthlyArchive .rdMonthlyArchive-item::before,
.blogcol_side .rdMonthlyArchive .rdMonthlyArchive-item::before{
	border-color: #e40005;
}


/*****TOPレイアウト******/

.link01{
	display: block;
	padding: 10px 0px;
}
.link01 a{
	width: auto;
	padding: 5px 40px;
	background-color:#52989c; 
	color: #fff;
	border-radius: 30px;
	font-size: 18px;
	position: relative;
}

.link01 a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.link01 a:hover{
	box-shadow: 2px 2px 10px #ccc;
}
.link01 a:hover:after{
	 right: 18px;
}
.link02{
	display: block;
	padding: 10px 0px;
}
.link02 a{
	width: auto;
	padding: 5px 40px;
	background-color:#52989c; 
	color: #fff;
	border-radius: 30px;
	font-size: 18px;
	position: relative;
	width: 100%;
	display: block;
}

.link02 a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.link02 a:hover{
	box-shadow: 2px 2px 10px #ccc;
}
.link02 a:hover:after{
	 right: 18px;
}


.orange_button{
	
}
.orange_button a{
	width: auto;
	padding: 5px 40px;
	background-color:#52989c; 
	color: #fff;
	border-radius: 30px;
	font-size: 21px;
	position: relative;

}
.orange_button a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.orange_button a:hover{
	box-shadow: 2px 2px 10px #ccc;
}
.orange_button a:hover:after{
	 right: 18px;
}

.top_column{
	margin: 0;
	padding: 30px 0;
	background-color: rgba(245,245,245,0.84);
}
.top_column_inner{
	width: 98%;
	margin: 0 auto;
	padding: 30px 20px;;
	
}
.top_column_midashi {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.top_column_midashi h3.en{
	color: #52989c;
	font-family: "Zen Maru Gothic" , YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size:50px;
	font-weight: 800;
	margin-bottom: 5px;
	letter-spacing: 3px
}
.top_column_midashi h4.jp{
	color: #52989c;
	font-family: "Zen Maru Gothic" , YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size:20px;
	margin-bottom: 5px;
}
.top_column_box{
	width: 100%;
	max-width: 1100px;
	padding: 10px 0;
	margin-left: auto;
	margin-right: auto;
	min-height: 295px;
	max-height: 295px !important;
  	overflow-y: scroll !important;
}

.cmshtml .top_column_box .rdnewArticle {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cmshtml .top_column_box .rdnewArticle .rdnewArticle-item {
	width: 30% !important;
	max-width: 310px !important;
	margin:0 1% 15px 1%;
	margin-bottom: 30px;
	display: block;
}

.green_button a{
	width: auto;
	padding: 5px 40px;
	background-color:#217a03;; 
	color: #fff;
	border-radius: 30px;
	font-size:18px;
	position: relative;

}
.green_button a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.green_button a:hover{
	box-shadow: 2px 2px 10px #ccc;
}
.green_button a:hover:after{
	 right: 15px;
}


/*contentspage*/

.pagetitle{
	display: block;
	position: relative;
	width: 100%;
	height: 250px;
	overflow: hidden;
	background-color:#fff;
}
.pagetitle .pagetitle_img{
	 width: 100%;
	opacity: 0.3;
	position: relative;
	height: 250px;
	object-fit: cover;
}
.pagetitle .pagetitle_img img{
	position: absolute;
  bottom: 0;
  left: 0;
  object-fit: cover;
	width: 100% !important;
    height: 100% !important;
}


.pagetitle .pagetitle_text{
	 width: 100%;
	text-align: center;
	position: absolute;
	top: 100px;
	left: 0;
}
.pagetitle .pagetitle_text h2{
	color: #52989c;
  font-family: "Zen Maru Gothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 40px !important;
	text-shadow: 1px 1px 3px #FFF,1px -1px 3px #FFF,-1px 1px 3px #FFF,-1px -1px 3px #FFF;
	letter-spacing: 2px;
}

/*****【editView】ページタイトル****/
#editView .pagetitle{
height: 350px !important;
overflow: visible !important;
margin-bottom:50px !important;
}
#editView .pagetitle .pagetitle_img img{
position: static !important;
display:block !important;
height: 250px !important;
}
#editView .pagetitle .pagetitle_text{
z-index:9999999 !important;
position: static !important;
display:block !important;
}

.contentspage {
	width: 100%;
	margin: 0;
	padding: 30px 0;
}
.content_1000{
width: 100%;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
	}

#editView .contentspage{
margin-top:30px !important;
}


.faqbox{
	margin: 10px 0 20px;
	background-color: #eef8f9;
	padding: 20px 30px;
	border-radius: 20px;
}
.faqbox .question{
	padding: 10px 10px 10px 35px;
	font-size: 19px;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.faqbox .question::before{
	width: 30px !important;
	height: 30px !important;
	background-color:#ff871e;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 10px;
	content: "Q";
	border-radius: 50%;
	padding-left: 2px;
	display: block;
}
.faqbox .answer{
	margin-top: 8px;
	padding: 12px 10px 10px 38px;
	font-size: 16px;
	font-weight: 600;
	position: relative;
}
.faqbox .answer::before{
	width: 30px !important;
	height: 30px !important;
	background-color:#217a03;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 10px;
	content: "A";
	border-radius: 50%;
	padding-left: 2px;
	padding-top: 2px;
	display: block;
}

.rdarticleTitle h3{
	border-bottom: 4px solid #ff871e !important;
}

/******************************
調整用
*******************************/

/**** 画像の角を丸く******/
.cmshtml .kadomaru img{
border-radius: 15px !important;;
}
/****box01******/
@media screen and (max-width: 767px) {
.cmshtml .box01 {
margin-left: auto !important;
margin-right: auto !important;
max-width: 98% !important;
  }
}
/**** TOPブログ新着表示******/
.cmshtml .top_column .rdnewArticle .rdnewArticle-thumbnail {
display: block !important;}
.cmshtml .top_column .rdnewArticle .rdnewArticle-thumbnail img{
border-radius:10px !important;
}


@media screen and (max-width:767px){	
  .cmshtml .flex50 {
    flex: 0 1 50% !important;
  }	
	
	
}