body,ul,li{
  margin:0;
  padding:0;
}
main{
  margin:0 !important;
  padding:0 !important;
}


*{
  /*font-family: "harman-sans",FOT-UD角ゴC80 Pro B,"Noto Sans JP", sans-serif;*/
  font-family: FOT-UD角ゴC80 Pro B,"Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.5em;
  color:#1e321e;
  letter-spacing: 0.15em;
}

.humansans{
  font-family: "harman-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em !important;
}
.kakugo{
  font-family: "FOT-UD角ゴC80 Pro B" !important;
}

/* *{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8em;
  color:#333333;
} 
.font_bold{font-weight: 700;}
.font_bold2{font-weight: 500;}*/


.jap_g{
  color:#008d8e;
  font-size:2.5em;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.works_h3{
  color:#008d8e;
  margin-bottom:20px;
  font-weight: 600;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
  padding:0;
}

img {
	border-style: none;
	margin: 0;
	padding: 0;
}
form,object,param,p,dl,dt,dd,table {
	margin: 0;
	padding: 0;
}

ul{
	list-style-type: none;
}

a:link{color: #1e321e;}
a:link{text-decoration: none;}
a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
a:active{text-decoration: none;}

a img:hover {
    opacity: 0.4;
    filter: alpha(opacity=60);
}


@media (width < 600px) {
  *{font-size:14px;}
  #logo img{width:200px;}
  .menu_btn {top:50px;}
  .container-pdg{
    padding-top:20px;
    padding-bottom:20px;}
  .works_h3{
  font-size:1.3em;
  }
  .content_s,.content_m{width:100%;}
  .top_container_pdg{
    padding-left:0 !important;
    padding-right:0 !important;
  }
}

@media (600px <= width < 960px) {
  #logo img{width:273px;}
  .menu_btn {top:60px;}
  .container-pdg{
    padding-top:40px;
    padding-bottom:40px;}
  .pdg_t_13p{padding-top: 13%;}
  .pdg_l_15p{padding-left:15%;}
  .works_h3{
  font-size:1.8em;
  }
  .content_s{max-width:800px;margin:0 auto;}
  .content_m{max-width:900px;margin:0 auto;}
}

@media (960px <= width < 1200px) {
  #logo img{width:273px;}
  .container-pdg{
    padding-top:50px;
    padding-bottom:50px;}
  .pdg_t_13p{padding-top: 13%;}
  .pdg_l_15p{padding-left:15%;}
  .works_h3{
  font-size:1.8em;
  }
  .content_s{width:800px;margin:0 auto;}
  .content_m{width:900px;margin:0 auto;}
}


@media (1200px <= width) {
  #logo img{width:273px;}
  .container-pdg{
    padding-top:50px;
    padding-bottom:50px;}
  .pdg_t_13p{padding-top: 13%;}
  .pdg_l_15p{padding-left:15%;}
  .works_h3{
  font-size:1.8em;
  }
  .content_s{width:800px;margin:0 auto;}
  .content_m{width:900px;margin:0 auto;}
}


/* @group header */
.bbsimg{
  height: 50px;
  background-image:url("../images/headimg.png");
  /*background-repeat: repeat-x;*/
  background-repeat: no-repeat;
  background-position:left;
}
.bbs{
  align-items: center;
  color: #1e321e;
  display: flex;
  height: 40px;
  line-height: 40px;
  overflow:hidden;
  width: 100%;
  white-space:nowrap;
  z-index: 1;
  margin-bottom: 5px;
}
.bbs ul {
  animation: flowing 20s linear infinite;
  font-size: 35px;
  transform:translateX(100%);
  margin: 0;
  margin-right: 100px;
  padding: 0;
}
.bbs ul li{
  font-family: "harman-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  padding-right: 20px;
  letter-spacing: 0em !important;
}
.bbs2{
  align-items: center;
  color: #1e321e;
  display: flex;
  height: 30px;
  line-height: 30px;
  overflow:hidden;
  width: 100%;
  white-space:nowrap;
  z-index: 1;
  margin-bottom: 5px;
}
.bbs2 ul {
  animation: flowing 20s linear infinite;
  font-size: 24px;
  transform:translateX(100%);
  margin: 0;
  margin-right: 30px;
  padding: 0;
}
.bbs2 ul li{
  font-family: "harman-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  letter-spacing: 0em !important;
}
@keyframes flowing {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}

@media (width < 600px) {
.bbs ul li,.bbs2 ul li{
  font-size: 1.1em;
  letter-spacing: 0em;
}
}

.g_navi{
  margin-top:-8px;
}
.g_navi li{
  padding-left: 30px;
  vertical-align: bottom;
}
.g_navi li a{
  font-family: "harman-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4em;
  display:block;
  width:100%;
  color: #1e321e !important;
  transition: background-color 1s;
  letter-spacing: 0em !important;
}
.g_navi li a:hover{
  color:#065c5c !important;
}

.g_navi_kakugo li{
  padding-left:0;
}
.g_navi_kakugo_sp li{
  margin-left:-20px;
}
.g_navi_kakugo li a,.g_navi_kakugo_sp li a{
  font-family: "FOT-UD角ゴC80 Pro B";
}

.uk-navbar-dropdown{background: #ffff78;}

#menu_offcanvas{
  background: #ffff78;
  text-align: center;
}

.g_navi_sp{
  /* border-bottom: solid 1px #ccc; */
  padding: 12px 0 !important;
}
.g_navi_sp a{
  font-family: "harman-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1e321e !important;
  text-decoration: none;
  letter-spacing: 0em !important;
  font-size: 1.6em !important;
}
.g_navi_sp a:hover{
  color:#065c5c !important;
  text-decoration: none;
}



.menu_sp {
	width:30px;
	position:fixed;
	right:15px;
  top:15px;
	z-index:9998;
}

.oc_icon {
  display: inline-block; /* It won't rotate without this. */
  animation: rotate-z 6s linear infinite; /* Spin it once in 2 seconds. */
}
@keyframes rotate-z {
  from { transform: rotateZ(0deg); }
  to { transform: rotateZ(360deg); }
}
/* @header end */





/* @group h2 h3 */
.h2_title{
  background: url("../a_images/h2_title.png") no-repeat;
  background-position: center;
  min-height: 144px;
  margin-bottom:15px;
}
.h2_title h2{
  font-size: 1.5em;
  text-align: center;
  font-style: italic;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  padding-top:65px;
}

.page_title{
  font-weight: bold;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  color: white;
  font-style: italic;
}

.h2_rl{
  writing-mode: vertical-rl;
  font-weight: 100;
  font-size: 3em;
  letter-spacing: 0.2em;
  width: 100%;
  color: #008d8e;
}
.h2_lr{
  writing-mode: vertical-lr;
  font-weight: 100;
  font-size: 3em;
  letter-spacing: 0.2em;
  width: 100%;
  color: #008d8e;
}
.about_bcg_l{
  background: linear-gradient(90deg, rgb(254, 240, 245), rgb(245, 245, 238));
  border-right: 2px solid #b6e6df;
  border-radius: 10px 20px 40px 100px;  
}
.about_bcg_r{
  background: linear-gradient(90deg, rgb(245, 245, 238), rgb(254, 240, 245));
  border-left: 2px solid #b6e6df;
  padding-left: 0 !important;
  border-radius: 10px 20px 40px 100px;
}


.h2_title_bdr {
	color: #008d8e;
	display: flex;
	align-items: center;
  margin:40px 0;
  font-size: 1.7em;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  font-weight: bold;
}
.h2_title_bdr:before, .h2_title_bdr:after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #cde7e3;
	display: block;
}
.h2_title_bdr:before {
	margin-right: .4em;
}
.h2_title_bdr:after {
	margin-left: .4em;
}

.works_h2{
	color: #008d8e;
  text-align: center;
  /*letter-spacing: 0.2em;
  text-indent: 0.2em;*/
  animation-name: fadein;
  animation-duration: 3s;
  padding:20px 0;
}
@media screen and (min-width: 641px) {
  .works_h2{
    font-size:3.5em;
  }
}
@media screen and (max-width: 640px) {
  .works_h2{
    font-size:2.5em;
  }
}
@keyframes fadein{
  from{
  opacity: 0;
  transform: translatey(20px);
  }
  to{
  opacity: 1;
  transform: translatey(0);
  }
}
/* @end */



/* @group content */

.top_project{
  background:#eeefe4 url("../a_images/prj_bg.png") no-repeat;
  background-size:cover;
  background-position: right;
}
.top_prj_ul li{
  float: left;
  margin-right: 10px;
  color: #db3279;
  font-size: 0.8em;
  /* text-decoration: underline;
  border-bottom: 1px #db3279 solid; */
  font-weight: 600;
}


/* @content end */



/* @group footer */
#f_chara{
  background:#ffffff;
  text-align: center;
}

#footer{
  padding: 0 0 20px 0;
	background-color: #ffff78;
  color:#ffffff;
  margin-top:250px;
}

#foot_navi{
  margin: 0 auto;
}
#foot_navi h4 img{
  margin-top:-90px;
}
.foot_navi_l{
  margin-top:15px;
}
.foot_navi_l li{
  font-size:1.2em;
  margin-bottom: 2px;
}
.foot_navi_r{
  margin-top:15px;
  text-align:right;
}
.foot_navi_r li{
  height:25px;
  margin-bottom: 13px;
}
.foot_navi_r li img{
  width:100px;
}

.foot_navi_l li a:link,.foot_navi_r li a:link{
  font-family: "harman-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
	color: #1e321e;
text-decoration: none;
  letter-spacing: 0em !important;
}

.foot_navi_l li a:visited,.foot_navi_r li a:visited{
	color: #1e321e;
text-decoration: none;
}

.foot_navi_l li a:hover,.foot_navi_r li a:hover{
	color: #49541c !important;
text-decoration: none;
}

.foot_navi_l li a:active,.foot_navi_r li a:active{
	color: #1e321e;
text-decoration: none;
}


.ruikei{
  margin:15px 0 5px 5px !important;
}
.ruikei th,.ruikei td{
  letter-spacing: 0em;
  line-height: 1.3em;
}


#fixedTop {
	right:0;
  bottom: 20px;
	width:70px;
	position:fixed;
	z-index:9999;
	opacity:0.8;
}


.b_btn:hover {
    opacity: 0.4;
    filter: alpha(opacity=60);
}


.alpha_img{opacity: 0.3;}

/* @footer end */



/* @group br */
@media screen and (max-width: 650px){
  br.br_sp { display: inline; }
  br.br_pc { display: none; }
  }
  @media screen and (min-width: 651px){
  br.br_sp { display: none; }
  br.br_pc { display: inline; }
  }

/* @end */

/* @group button */
.button_w{
  border-radius: 100px;
  border:1px solid #008d8e;
  display: block;
  width: 200px;
  padding: 8px 15px;
  box-sizing: border-box;
  background: #FFF;
  color: #008d8e;
  text-decoration: none;
  text-align: center;
  margin: 20px auto;
  font-size: 0.85em;
  font-weight:bold;
}
.button_w:hover {
  color: #fff;
  border:1px solid #008d8e;
  background-color: #6bcccd;
  text-decoration: none;
}

a.button{
  border-radius: 100px;
  border:1px solid #008d8e;
  display: block;
  width: 200px;
  padding: 8px 14px;
  box-sizing: border-box;
  background: #008d8e;
  color: #FFFFFF !important;
  text-decoration: none;
  text-align: center;
  font-size: 0.8em;
  font-weight:bold;
}
a.button:link{coloe:white;}
a.button:visited{coloe:white;}
a.button:hover {
  color: #FFFFFF;
  border:1px solid #008d8e;
  background-color: #6bcccd;
  text-decoration: none;
}
a.button:active{coloe:white;}


.button_L{
  border-radius: 100px;
  border:1px solid #008d8e;
  display: block;
  width: 80%;
  padding: 20px 15px;
  box-sizing: border-box;
  background: #FFF;
  color: #008d8e;
  text-decoration: none;
  text-align: center;
  margin: 20px auto;
  font-weight:bold;
}
.button_L:hover {
  color: #fff;
  border:1px solid #008d8e;
  background-color: #6bcccd;
  text-decoration: none;
}

/* @button end */




/* @blog */
.blog_nav{
background:url("/wp2/images/blog/blog_wave.png") repeat-x;
background-position:bottom;
z-index:10;
position: relative;
}
.uk-accordion-title{
vertical-align: top;
padding:15px 0 30px 30px;
}
.cat_list{margin:0 0 30px 0;}
.cat_list li{
border-left:solid 2px;
padding:0 0 0 5px;
line-height:1em;
}
.cat_list li a{color:#1e321e;}
.cat_list li a:hover{color:#7e7f7e;}


.b_h2,.b_h2_j{
  margin-bottom:20px;
  font-family: "harman-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.blg_img{
  width:100%;
  margin-top:-21px;
  margin-bottom:30px;
  background:red;
  z-index:1;
  position: relative;
}

.b_article{
background:url("/wp2/images/blog/blog_wave.png") repeat-x;
background-position:bottom;
padding-bottom:80px;
}
.b_article article{
width:60%;
margin:20px auto;
}
.b_article article p{
line-height:1.8em;
margin-bottom:20px;
}
@media screen and (max-width: 640px) {
.b_article article{
width:100%;
margin:20px auto;
}
}

/* @blog end */



/* @project */
.main_image{
max-width:920px;
margin:0 auto;
}

@media screen and (min-width: 1200px) {
.map_wrap{width:60%;margin:0 auto;}
.slide_syushi{width:60%;margin:0 auto;}
}
@media (641px <= width < 1200px) {
.map_wrap{width:60%;margin:0 auto;}
.slide_syushi{width:60%;margin:0 auto;}
}
@media screen and (max-width: 640px) {
.map_wrap{width:90%;margin:0 auto;}
.slide_syushi{width:100%;margin:0 auto;}
}
.schedule{padding-left:0;}
.schedule th,.schedule td{
vertical-align:top;
padding:5px 0 5px 0;
}
.schedule th{
text-align:center;
}
.schedule{width:100%;padding-left:0;}

.schedule a,.link_clo a{
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer;
}
.schedule a:hover,.link_clo a:hover{
  color: #0f6ecd;
  text-decoration: underline;
}


.map{
width:100%;
position: relative;
height: 0;
padding-top: 75%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map_wrap {
box-sizing:content-box;
border:solid #ffff78 5px;
  border-radius: 40px;
  transform: translateY(0px);
}

.slide_syushi .uk-panel{
border:solid #ffff78 5px;
  border-radius: 40px;
  position: relative;
}
.slide_syushi .uk-panel:before {
  content: '';
  display: block;
  padding-top: 75%; /* アスペクト比(横に対する縦の長さ) */
}

.slide_syushi .uk-panel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}

.i_label{
  width:50px;
  text-align:center;
  margin-right:5px;
  padding:0 7px;
  background:#ffff78;
  line-height:1.0em;
}


#sakka dt{
width:50%;
margin:0 auto 8px;
}
#sakka dt img{
clip-path: circle(50%);
}
#sakka dd{
font-size:0.8em;
line-height:1.1em;
}

/* @project end */