@charset "UTF-8";

@charset "UTF-8";

.iframe_wrap iframe {
  width: 100%;
}

#topContact + section .heading.block_header_6 .h {
   font-family: 'Noto Sans JP', sans-serif;
}

.mv_scroll{
display: none;
}

/*==========フル幅表示============*/
#full + .contents_box01 .content_wrapper,
#full-reverse + .contents_box01 .content_wrapper{
padding: 0;
}

#full + .contents_box01 .inner_item_img,
#full-reverse + .contents_box01 .inner_item_img{
    width: 100%;
    max-width: unset;
    max-height: 40vh;
    min-height: 300px;
}

#full + .contents_box01 .inner_item_img img,
#full-reverse + .contents_box01 .inner_item_img img{
    max-height: 40vh;
    min-height: 300px;
    object-fit: cover;
    object-position: center;
}

#full + .contents_box01.block_image_text_1 .wrapper_item .inner_item_txt,
#full-reverse + .contents_box01.block_image_text_1 .wrapper_item .inner_item_txt{
padding: 0 var(--i_padding, 20px) !important;
position: relative;
}

#full + .contents_box01.block_image_text_1 .wrapper_item .inner_item_txt .heading,
#full + .contents_box01.block_image_text_1 .wrapper_item .inner_item_txt p
{
max-width: 60%;
}

#full + .contents_box01.block_image_text_1 .wrapper_item .inner_item_txt .contents_btn01{
    display: block;
    position: absolute;
    bottom: 0;
    right: 20px;
}

@media (max-width: 800px){
#full + .contents_box01.block_image_text_1 .wrapper_item .inner_item_txt .heading{
padding-left: 0;
}
}


@media (max-width: 768px){
#full + .contents_box01.block_image_text_1 .wrapper_item .inner_item_txt .heading,
#full + .contents_box01.block_image_text_1 .wrapper_item .inner_item_txt p
{
max-width: 100%;
}
#full + .contents_box01.block_image_text_1 .wrapper_item .inner_item_txt .contents_btn01{
position: initial;
}
}

/*--------------ボタンとテキスト反転---------------*/
#full-reverse + .contents_box01.block_image_text_1 .wrapper_item .inner_item_txt .heading{
max-width: 50%;
width: fit-content;
margin-left: auto;
border-bottom: none;
}

#full-reverse + .contents_box01.block_image_text_1 .wrapper_item .inner_item_txt>p{
width: 60%;
margin-left: auto;
}

#full-reverse + .contents_box01.block_image_text_1 .wrapper_item .inner_item_txt .contents_btn01{
    display: block;
    position: absolute;
    bottom: 0;
    left: 20px;
}

@media (max-width: 800px){
#full-reverse + .contents_box01.block_image_text_1 .wrapper_item .inner_item_txt .heading{
padding-left: 0;
}
}

@media (max-width: 768px){
#full-reverse + .contents_box01.block_image_text_1 .wrapper_item .inner_item_txt .heading,
#full-reverse + .contents_box01.block_image_text_1 .wrapper_item .inner_item_txt>p
{
max-width: 100%;
width: 100%;
margin-left: initial;
}

#full-reverse + .contents_box01.block_image_text_1 .wrapper_item .inner_item_txt .contents_btn01{
position: initial;
}
}



#c4_top + .composite_box01 .inner_item_img img {
  object-fit: cover;
}
#c4_top + .composite_box01.block_images_9 .inner_item_txt .heading {
  height: 200px!important;
}
#c4_top + .composite_box01.block_images_9 .inner_item_txt .heading .h {
  color: var(--i_txt_color);
}
#c4_top + .composite_box01.block_images_9 .inner_item_txt .heading:after{
  content: "";
  position: absolute;
  background: rgba(255,255,255,0.7);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
}

#c4_top + .composite_box01.block_images_9 .inner_item_img {
  height: 200px!important;
}
#c4_top + .composite_box01.block_images_9 .inner_item_txt .heading:before {
    opacity: 0;
}

#py_height + .contents_box01{
    margin-bottom: 2px;
}

#py_height + .contents_box01 {
    padding-bottom: 40vh;
    padding-top: 40vh;
    background-size: cover !important;
}
@media (max-width: 768px){
#py_height + .contents_box01 {
    padding-bottom: 15vh;
    padding-top: 15vh;
    background-size: cover !important;
}
}

/*--------------ギャラリー画面幅---------------*/
#width_max1 + .widget_gallery01 .content_wrapper {
    max-width: 100%!important;

}
#width_max1 + .widget_gallery01.add_design2.width_fixed .wrapper_item .inner_item {
    width: calc((100% - 40px) / 5 - 0px);
    padding-bottom: calc((100% - 40px) / 5 - 2px);
    margin: 0 0 10px 10px;
}
#width_max1 + .widget_gallery01.add_design2.width_fixed .wrapper_item .inner_item:nth-of-type(4n+1) {
    clear: initial;
    margin-left: 10px;
}
#width_max1 + .widget_gallery01.add_design2.width_fixed .wrapper_item .inner_item:nth-of-type(5n+1) {
    clear: left;
    margin-left: 0;
}

@media screen and (max-width: 800px) {
#width_max1 + .widget_gallery01.add_design2.width_fixed .wrapper_item .inner_item .heading.block_header_2 {
    padding-left: 0;
}
}

@media screen and (max-width: 768px) {
#width_max1 + .widget_gallery01.add_design2.width_fixed .wrapper_item .inner_item {
    width: calc((100% - 10px) / 2 - 0px);
    padding-bottom: calc((100% - 10px) / 2 - 2px);
    margin: 0 0 10px 10px;
}
#width_max1 + .widget_gallery01.add_design2.width_fixed .wrapper_item .inner_item:nth-of-type(2n+1) {
    margin-left: 0px!important;
}
}
@media screen and (max-width: 550px) {
#width_max1 + .widget_gallery01.add_design2.width_fixed .wrapper_item .inner_item:nth-of-type(3n+1) {
    clear: initial;
}
}

/*--------------ブログ記事---------------*/
.block_news_1 ul {
    display: flex;
    align-items: flex-start;
}
.block_news_1.add_design5 .content_wrapper ul>li {
    border-bottom: none;
    padding: 0 1rem;
}
.block_news_1.add_design5 .content_wrapper li a {
    padding: 0;
}
.block_news_1.add_design5 .content_wrapper li a span {
    position: relative;
    top: initial;
    height: 250px;
    width: 100%;
    padding: 0;
    margin-bottom: 2rem;
}
.block_news_1.add_design5 .content_wrapper li a span img {
    position: relative;
}
.block_news_1 li a>* {
    padding-left: 0;
}
.block_news_1 li a>p:before {
    display: none;
}
.block_news_1 ul li:nth-of-type(1) {
    border-top: none!important;
}
.block_news_1.add_design5 .content_wrapper li a:hover span img {
    opacity: 0.5;
}
@media screen and (max-width: 768px) {
.block_news_1 ul {
    display: block;
}
.block_news_1.add_design5 .content_wrapper li:nth-child(n + 2) {
    margin-top: 3rem
}
}

#add_div1,#add_div2,#add_div3,#add_div4,#add_div5,#add_div6 {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#add_p1,#add_p2,#add_p3,#add_p4,#add_p5,#add_p6 {
    box-sizing: border-box;
    padding-right: 2rem;
}
#add_p1 + p,#add_p2 + p,#add_p3 + p,#add_p4 + p,#add_p5 + p,#add_p6 + p {
    box-sizing: border-box;
}
#add_p1 + p + p,#add_p2 + p + p,#add_p3 + p + p {
    border-top: 1px solid #333;
    margin-top: 1rem;
    padding-top: 1rem;
    width: 100%;
}



/*------------------背景画像＋ボタンパーツのボタン変更--------------------*/
#py_height + .contents_box01 .contents_btn01 a{
color: #fff;
background: inherit;
border-color: #fff;
}

#py_height + .contents_box01{
position: relative;
}

#py_height + .contents_box01:after{
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left:0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0);
transition: .15s ease-out;
}

#py_height + .contents_box01:hover:after{
background-color: rgba(0, 0, 0, 0.5);
transition: 1s cubic-bezier(0, 0.79, 0.46, 0.94);
}

#py_height + .contents_box01 > .content_wrapper{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%);
overflow: visivle;
}

#py_height + .contents_box01 .wrapper_item,
#py_height + .contents_box01 .inner_item_txt,
#py_height + .contents_box01 .contents_btn01{
overflow: visible;
}

#py_height + section .heading.block_header_6.align-center {
  color: #fff;
}

#py_height + section.contents_box01 .inner_item_txt:nth-of-type(1):nth-last-of-type(1){
  color: #fff;
}

@media screen and (max-width: 768px) {
#py_height + .contents_box01:after {
  background: rgba(0, 0, 0, 0.5);
}
}

/*--------------------ギャラリーのホバー調整--------------------*/
#width_max1 + .widget_gallery01 a:before{
    content: "";
    height: 80%;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: 0.2s ease-in-out;
    background: rgba(255,255,255,0.7);
    z-index: 1;
}

#width_max1 + .widget_gallery01 a:hover:before{
opacity: 1;
}

#width_max1 + .widget_gallery01.add_design2 .inner_item .heading.block_header_2 .h{
color: var(--i_txt_color);
}

#width_max1 + .widget_gallery01.add_design2 .wrapper_item .heading{
z-index: 2;
}




/*--------------------------py_heightの変更-----------------*/
#py_height+.contents_box01.only_h .h{
  padding: 0;
  margin: 0;
}

#py_height+.contents_box01.only_h .heading.block_header_1.align-center,
#py_height+.contents_box01.only_h .heading.block_header_6.align-center {
  margin: 0;
}

#py_height+.contents_box01.only_h .wrapper_item {
  display: none;
}

#py_height+.contents_box01 .inner_item_txt a {
  display: none;
}

#py_height+.contents_box01 .content_wrapper {
  transition: 0.2s 0 all ease-in-out;
  transform: translate(-50%, 50%);
  opacity: 0;
  font-family: 'Zen Antique', serif;
}
#py_height+.contents_box01 .h{
  font-family: 'Zen Antique', serif;
}

#py_height+.contents_box01:hover .content_wrapper {
  transform: translate(-50%, -50%);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #py_height+.contents_box01.like_hover .content_wrapper {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

#py_height+.contents_box01 .wrap_anchor{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/*---------------------------------ギャラリーの調整------------------------*/
#width_max1 + .widget_gallery01 a:before{
  background:none;
}

/*#width_max1 + .widget_gallery01.add_design2 .inner_item .heading.block_header_2 .h{
  font-family: 'Zen Antique', serif;
}
#width_max1 + .block_news_1 .content_wrapper {
  max-width: 100% !important;
}*/

#width_max1 + .block_news_1 .content_wrapper li a>p{
  display: none;
}

/*#width_max1 + .block_news_1 .content_wrapper li div {
  position: absolute;
  text-align: center;
  background: rgba(255,255,255,0.8);
  width: 80% !important;
  left: 50%;
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   transform: translate(-50%,-50%);
  top: 50%;
  padding: 5%;
  opacity: 0;
  transition: 0.6s ease-in-out; 
  font-family: 'Zen Antique', serif;
}*/

#width_max1 + .block_news_1.add_design5 .content_wrapper li a {
  overflow: hidden;
}

#width_max1 + .block_news_1.add_design5 .content_wrapper li a span {
  margin-bottom: 0;
}


#width_max1 + .block_news_1.add_design5 .content_wrapper li a:hover span img {
  opacity: 1;
  transform: scale(1.1);
}

#width_max1 + .block_news_1 .content_wrapper li a:hover div {
  opacity: 1;
  transition: 0.6s ease-in-out; 
}

#width_max1 + .block_news_1 .content_wrapper li a div p:nth-of-type(2) {
  font-size: 1.4rem;
}

#width_max1 + .block_news_1 ul li a div ol li:nth-of-type(1) {
  border-top: 1px solid !important;
}
#width_max1 + .block_news_1 ul {
  flex-wrap: wrap;
  justify-content: space-between;
}
#width_max1 + .block_news_1.add_design5 .content_wrapper ul>li {
  width: calc(100% / 5);
}

#width_max1 + .block_news_1.add_design5 .content_wrapper ul>li:nth-of-type(n+6) { 
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
 #width_max1 + .block_news_1.add_design5 .content_wrapper ul {
      display: flex;
      flex-wrap: wrap;
  }
 #width_max1 + .block_news_1.add_design5 .content_wrapper ul>li {
  width: 50%;
  height: 40vw
}
.block_news_1.add_design5 .content_wrapper li:nth-child(2) {
  margin-top: 0 !important;
}
#width_max1 + .block_news_1 .content_wrapper li a div {
    opacity: 1;
}
}















#c4_top + .composite_box01 .inner_item_img img {
  object-fit: cover;
}
#c4_top + .composite_box01.block_images_9 .inner_item_txt .heading {
  height: 210px;
}
#c4_top + .composite_box01.block_images_9 .inner_item_txt .heading:after{
  content: "";
  position: absolute;
  border: 1px solid rgba(255,255,255,1);
  width: 80%;
  height: 80%;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
}
#c4_top + .composite_box01.block_images_9 .inner_item_img {
  height: 210px;
}
#c4_top + .composite_box01.block_images_9 .inner_item_txt .heading:before {
    opacity: 0.7;
}

/*
.heading.block_header_3 {
    background: #fff;
}
.heading.block_header_3 .h {
    font-size: 3.4rem;
    color: #000;
    display: inline-block;
    text-decoration: underline;
    text-underline-offset: 10px;
    line-height: 2;
}*/


.composite_box01.block_images_16 .inner_item, .composite_box01.block_images_16 .inner_item>a {
  height: 200px;
}


.composite_box01.block_images_16 .inner_item_txt>p,
.composite_box01.block_images_16 .inner_item_txt>.contenteditable {
    background: rgba(255,255,255,0.7);
    padding: 10px;
    margin: 30px;
    width: 100%;
    height: calc(100% - 60px);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 520px){
.composite_box01.block_images_16 .inner_item,
.composite_box01.block_images_16 .inner_item>a{
    display: flex;
}
.composite_box01.block_images_16 .inner_item_img{
    position: absolute;
    height: 100%;
}
.composite_box01.block_images_16 .inner_item_txt{
    position: relative;
}
.composite_box01.block_images_16 .inner_item_txt>p,
.composite_box01.block_images_16 .inner_item_txt>.contenteditable {
    margin: 10px;
    height: calc(100% - 20px);
    opacity: 1;
}
}


@media screen and (max-width: 900px) {
  .heading.block_header_3 .h { 
    font-size: 1.8rem;
    padding: 10px;
  }
}


/*------------------画像アンカーリンク変更--------------------*/
#service1 + .composite_box01 .wrapper_item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#service1 + .composite_box01.block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(2), .composite_box01.block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(1) {
    width: calc(50% - 10px);
}
#service1 + .composite_box01.block_images_7 .inner_item_txt {
    background: rgba(0,0,0,0.15);
    transition: .15s ease-out;
}
#service1 + .composite_box01.block_images_7 .inner_item a:hover .inner_item_txt {
    background: rgba(0,0,0,0.55);
    transition: 1s cubic-bezier(0, 0.79, 0.46, 0.94);
}

#service2 + .composite_box01 .wrapper_item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#service2 + .composite_box01.block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(2), .composite_box01.block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(1) {
    width: calc(50% - 10px);
}
#service2 + .composite_box01.block_images_7 .inner_item_txt {
    background: rgba(0,0,0,0.15);
    transition: .15s ease-out;
}
#service2 + .composite_box01.block_images_7 .inner_item a:hover .inner_item_txt {
    background: rgba(0,0,0,0.55);
    transition: 1s cubic-bezier(0, 0.79, 0.46, 0.94);
}

@media screen and (max-width: 768px) {
#service1 + .composite_box01 .wrapper_item {
    display: block;
}
#service1 + .composite_box01.block_images_7 .inner_item_txt {
    background: rgba(0,0,0,0.55);
}
#service1 + .composite_box01.block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(2), .composite_box01.block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(1) {
    width: 100%!important;
}
#service1 + .composite_box01.block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(1) {
    margin-top: 20px;
}

#service2 + .composite_box01 .wrapper_item {
    display: block;
}
#service2 + .composite_box01.block_images_7 .inner_item_txt {
    background: rgba(0,0,0,0.55);
}
#service2 + .composite_box01.block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(2), .composite_box01.block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(1) {
    width: 100%!important;
}
#service2 + .composite_box01.block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(1) {
    margin-top: 20px;
}
}



