@charset "UTF-8";

/* 共通部分
------------------------------- */
html {
    font-size: 100%;
}
body{
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    line-height: 1.7;
    color: #432;
}
a {
    text-decoration: none;
    color: #E74693;

    outline:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    cursor:pointer;
}

}
a:hover {
    color:#666;
}

div.item a{
    text-decoration: none;
    color: #432;
}

div.item a:hover{
    color: #ea609e;
}

img {
    max-width: 100%;
}
.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4%;
}

/* 大きな背景画像 */
.big-bg {
    background-size: cover;
    background-position: center top;
}

/* 見出し */
.page-title {
    font-size: 5rem;
    font-family: 'Philosopher', serif;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
}
.sub-title {
    font-size: 1.375rem;
    padding: 0 8px 8px;
    border-bottom: 2px #ea609e solid;
    font-weight: normal;
    color:#ea609e;
}

/* ボタン */
.button {
    font-size: 1.375rem;
    /* background: #0bd; */
    background: #ea609e;
    color: #fff;
    border-radius: 5px;
    padding: 18px 32px;
}
.button:hover {
    /* background: #0090aa; */
    background: #E74693;
}
a.button:hover {
    color: #fff;
}



/* iframe */
iframe {
    width: 100%;
}

small{
/* color: #ea609e; */
color: #fff;
}

/* HEADER
------------------------------- */
.page-header {
    display: flex;
    justify-content: space-between;
}
.logo {
    width: 210px;
    margin-top: 14px;
}
.main-nav {
    display: flex;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-top: 34px;
    list-style: none;
}
.main-nav li {
    margin-left: 36px;
}
.main-nav a {
    /* color: #432; */
    color: #fff;
}
.main-nav a:hover {
    /* color: #0bd; */
    color: #EE78C1;
}

      #blockskip a {
            position: absolute;
            top: 0;
            left: -9999px;
            display: block;
            text-align: center;
        }

        #blockskip a:focus {
            z-index: 11000;
            left: 0;
            right: 0;
            margin: auto;
        }
        .toggler__txt {
            display: block;
            font-size: 0.5em;
        }
        .color__btn {
            background-color: #212121;
            color: #212121;
        }

        .color__btn:hover {
            background-color: #fff;
            color: #212121;
        }

        .color__navi {
           /* border-bottom : 2px solid #303F9F; */
        }

.navbar {
     -webkit-box-shadow: unset; 
     box-shadow: unset; 
}
.navbar-light .navbar-brand {
    color: #fff;
}

.navbar-light:hover .navbar-brand:hover {
    color: #fff;
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: #fff;
}


.font-weight-bold {
    font-weight: 30 !important;
}
.h1, h1 {
    font-size: 1.5rem;
}

.navbar.navbar-light .breadcrumb .nav-item .nav-link, .navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #fff;
    -webkit-transition: .35s;
    transition: .35s;
    font-size: 1rem;
    padding-left: 2rem!important;
    padding-right: 2rem!important;
}

.navbar.navbar-light .breadcrumb .nav-item.active>.nav-link:hover, .navbar.navbar-light .navbar-nav .nav-item.active>.nav-link:hover {
    color: #ea609e;
}


/* HOME
------------------------------- */
#home {
    background-image: url(../images/main-bg.jpg);
    min-height: 100vh;
}
#home .page-title {
    text-transform: none;
    color: #fff;
margin: 0 0 10px 0;
}
.home-content {
    text-align: center;
    /* margin-top: 10%; */
    margin-top: 8%;
}
.home-content p {
    font-size: 1.6rem;
    margin: 10px 0 42px;
    color: #fff;
}

    h2{
      margin: 0 0 30px 0;
      text-align: center;
      font-size: 28px;
      font-weight: 700;
      /* color: #f09ba5; 
      color: #ea609e; */
      color: #432;
      letter-spacing: 2px;
    }

      .insta-list {
        width: 1000px;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /* position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; */
      }

.insta-list p {
  position: absolute;
  bottom: 0;
  margin: 0;
  line-height: 1;
  background: rgb(21 21 21 / 70%);
  /* padding: 5px; */
  /* width: 170px; */
  width: 100%;
color: #fff;
    padding-top: 10px;
  padding-bottom:10px;
font-size:0.9rem;
}

p.insta_cap{
  padding:5px 10px;
}
p.insta_cap:hover{
  color:#EE78C1;
}

div.insta-contents{
	    /* margin-top: 100px; */
	    margin-top: 70px;
background: rgb(255 255 255 / 50%);
    padding: 0.5% 0 0.5% 0;
    width: 1000px;
border-radius: 5px;
}
p.insta_title{
font-size: 1.1rem;
    margin: 0px 0 5px 20px;
    color: #E74693;
    text-align: left;
font-family: 'Philosopher', serif;
}

p.insta_title a{
    color: #ea609e;
}

      .insta-list li {
        width: 150px;
        height: 150px;
        border: 1px solid #ccc;
  position: relative;
      }

      .insta-list li + li{
        margin: 0 0 10px 10px;
      }
      .insta-list li:nth-child(4){
        /* margin: 0; */
margin: 0 0 10px 10px;
      }
      .insta-list li img{
        width: 100%;
        height: 100%;
    object-fit: cover;
      }

p.adl{
/* text-align: center; */
    margin: 10px;
}

      @media screen and (max-width:1024px){
div.insta-contents{
	    /* margin-top: 100px; */
	    margin-top: 70px;
    width: 960px;
border-radius: 5px;
}

      .insta-list {
        width: 960px;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /* position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; */
      }

}

 @media screen and (max-width:896px){
div.insta-contents{
	    /* margin-top: 100px; */
	    margin-top: 70px;
    width: 680px;
border-radius: 5px;
}

      .insta-list {
        width: 680px;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /* position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; */
      }
}

 @media screen and (max-width:820px){
div.insta-contents{
	    /* margin-top: 100px; */
	    margin-top: 70px;
    width: 760px;
border-radius: 5px;
}

      .insta-list {
        width: 720px;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /* position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; */
      }
}

 @media screen and (max-width:768px){
div.insta-contents{
	    /* margin-top: 100px; */
	    margin-top: 70px;
    width: 710px;
border-radius: 5px;
}

      .insta-list {
        width: 620px;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /* position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; */
      }
}

      @media screen and (max-width:767px){
        .insta-list {
          width: 94vw;
        }
        .insta-list li {
          width: 28vw;
          height: 28vw;
          overflow: hidden;
        margin: 0 0 10px 10px;
        }

      }

 @media screen and (max-width:667px){

.home-content p {
    font-size: 1.2rem;
}

div.insta-contents{
    width: 620px;

}
      .insta-list {
        width: 620px;
      }
}


/* About
------------------------------- */
#about {
    background-image: url(../images/contact-bg.jpg);
    height: 270px;
    margin-bottom: 40px;
}
#about .page-title {
    text-align: center;
    color: #fff;
}
.about-contents {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

/* 記事部分 */
article.about {
    width: 100%;
}

h2.post-title.about, h2.post-title.management{
    margin-left: 20px;
    /* color: #ea609e; */
    color: #432;
}

.post-info {
    position: relative;
    padding-top: 4px;
    margin-bottom: 40px;
}
.post-date {
    background: #0bd;
    border-radius: 50%;
    color: #fff;
    width: 100px;
    height: 100px;
    font-size: 1.625rem;
    text-align: center;
    position: absolute;
    top: 0;
    padding-top: 10px;
}
.post-date span {
    font-size: 1rem;
    border-top: 1px rgba(255,255,255,.5) solid;
    padding-top: 6px;
    display: block;
    width: 60%;
    margin: 0 auto;
}
.post-title {
    /* font-family: "Yu Mincho", "YuMincho", serif; */
    font-size: 2rem;
    font-weight: normal;
}
.post-title,
.post-cat {
    margin-left: 120px;
}
article img {
    margin-bottom: 20px;
}
article p {
    margin-bottom: 1rem;
}

/* サイドバー */
aside {
    width: 22%;
}
.sub-menu {
    margin-bottom: 60px;
    list-style: none;
}
.sub-menu li {
    border-bottom: 1px #ddd solid;
}
.sub-menu a {
    color: #432;
    padding: 10px;
    display: block;
}
.sub-menu a:hover {
    color: #0bd;
}
aside p {
    padding: 12px 10px;
}

/* メンバー紹介 */
.cssgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.8em;
  /* border: 1px solid #ddd; */
  padding: 0.8em;
  /* margin: 0 0 2em; */
 margin: 0 auto 50px;
}

.cssgrid > div {
  background: #ddd;
  overflow: auto;
  min-width: 0;
  padding: 1em;
}

.cssgrid a {
    /* color: #432; */
    color: #ea609e;
}
.cssgrid a:hover {
    /* color: #0bd; */
    color: #fff;
}

/* 組織概要 */

div.detail.wrapper{
 padding: 0 20px;
}

table.data{
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 10px 0 30px 0;
  text-align: center;
  width: 900px;
}
table.data th,
table.data td{
  border: 1px solid #999;
  padding: .5em 1em;
}

table.data th{
  background: #F0F2F1;
}
table.data td{
  text-align:left;
  padding-left:10px;
}

h4.detail_title{
  /* margin: 0 0px 0 30px; */
    text-align: center;
    font-size: 1.5rem;
    color: #ea609e;
}

@media (max-width: 650px) {
    table.data{
      width: 100%;
    }
    table.data th,
    table.data td{
      display: block;
    }
    table.data th,
    table.data td{
      border-top: none;    
    }
    table.data tr:first-child th{
      border-top: 1px solid #999;
    }
  }


/* Manage
------------------------------- */
#management {
    background-image: url(../images/contact-bg.jpg);
    height: 270px;
    margin-bottom: 40px;
}

.btn_block {
    text-align: center;
    margin-top: 20px;
}

.btn-flat-border3 {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: white;
    border: solid 2px #ea609e;
    border-radius: 3px;
    transition: .4s;
    background: #ea609e;
    width: 60%;
    height: 60px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 10px;
}

.btn-flat-border3:hover {
  background-color: white;
  color: #ea609e;
width: 60%;
    height: 60px;
font-size: 20px;
font-weight:bold;
letter-spacing: 10px;
}





/* CONTENTS
------------------------------- */
#news {
    background-image: url(../images/news-bg.jpg);
    height: 270px;
    margin-bottom: 40px;
}
#news .page-title {
    text-align: center;
}
.news-contents {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

/* 記事部分 */
article {
    width: 71%;
}
.post-info {
    position: relative;
    padding-top: 4px;
    margin-bottom: 40px;
}
.post-date {
    background: #0bd;
    border-radius: 50%;
    color: #fff;
    width: 100px;
    height: 100px;
    font-size: 1.625rem;
    text-align: center;
    position: absolute;
    top: 0;
    padding-top: 10px;
}
.post-date span {
    font-size: 1rem;
    border-top: 1px rgba(255,255,255,.5) solid;
    padding-top: 6px;
    display: block;
    width: 60%;
    margin: 0 auto;
}
.post-title.match {
    margin-left: unset;
}

.post-title,
.post-cat {
    margin-left: 120px;
}
article img {
    margin-bottom: 20px;
}
article p {
    margin-bottom: 1rem;
}

/* サイドバー */
aside {
    width: 25%;
}
.sub-menu {
    margin-bottom: 60px;
    list-style: none;
}
.sub-menu li {
    border-bottom: 1px #ddd solid;
}
.sub-menu a {
    color: #432;
    padding: 10px;
    display: block;
}
.sub-menu a:hover {
    color: #EE78C1;
}
aside p {
    padding: 12px 3px;
}

/* SERVICES
------------------------------- */
h2.page-title.desk {
    width:500px;
    font-size: 4rem;
    color: #fff;
}
span.awa_color{
    color: #fff;
}

#menu {
    background-image: url(../images/menu-bg.jpg);
    min-height: 100vh;
}
.menu-content {
    max-width: 560px;
    margin-top: 10%;
}
.menu-content .page-title {
    text-align: center;
}
.menu-content p {
    font-size: 1.125rem;
    margin: 10px 0 0;
}

.grid {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: 6%;
  margin-bottom: 50px;
}

p.service_txt{
	color:#fff;
}

/* Rental Space
------------------------------- */
#rental {
    background-image: url(../images/rental-bg.jpg);
    height: 270px;
    margin-bottom: 40px;
}


/* CONTACT
------------------------------- */
#contact {
    background-image: url(../images/contact-bg.jpg);
    height: 270px;
    margin-bottom: 40px;
}

/* フォーム */
.input_block input {
    outline: 0;
    box-shadow: none;
    -webkit-appearance: none;
    width: 90%;
    height: 40px;
    border: none;
    border-top: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
    border-radius: 0;
    padding: 2px 5px;
}

.input_block2 input {
    outline: 0;
    box-shadow: none;
    -webkit-appearance: none;
    width: 60%;
    height: 40px;
    border: none;
    border-top: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
    border-radius: 0;
    padding: 2px 5px;
}

input#email {
    margin-top:15px;
    margin-bottom: 5px;
    border-top: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
}
div.info {
    margin: 10px 0 0px 200px;
}
label.label {
    font-size: 1rem;
    margin: 0 0 10px 0px;
}
textarea#inq {
    font-size: 1rem;
    padding: 5px 10px;
    width: 90%;
    margin: 0px 10px 0px 0px;
    border: 1px solid #bababa;
}
.btn_block {
    margin-top: 30px;
}
.btn-flat-border {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
  background: #ea609e;
  color: white;
    border: solid 2px #ea609e;
    border-radius: 3px;
    transition: .4s;
    width: 300px;
    height: 50px;
outline: none;
}

.btn-flat-border:hover {
    background-color: white;
    color: #ea609e;
    width: 300px;
    height: 50px;
outline: none;
}

h2.lead_top {
    font-size: 1.1rem;
    font-weight: bold;
    color: #432;
    text-align: unset;
}

p.contact_lead {
    font-size: 1.1rem;
}
table.def_i {
    font-size: 1.1rem;
    word-break: break-word;
}
th.form_right {
    font-size: 1.1rem;
    padding-right: 10px;
    font-weight: normal;
    width: 160px;
}
td.basic_name3 {
    font-size: 1.1rem;
}

.btn_block {
    margin-top: 30px;
}

.btn_block_i {
    margin-top: 0px;
    text-align: center;
}

.btn-flat-border-confirm {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
  background: #ea609e;
  color: white;
    border: solid 2px #ea609e;
    border-radius: 3px;
    transition: .4s;
    width: 250px;
    height: 50px;
outline: none;
}

.btn-flat-border-confirm:hover {
    background-color: white;
    color: #ea609e;
    width: 250px;
    height: 50px;
outline: none;
}

.button_confirm {
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 1rem;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgb(0 0 0 / 30%);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #d3d3d3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), to(#707070));
    background-image: -webkit-linear-gradient(top, #d3d3d3, #707070);
    background-image: -moz-linear-gradient(top, #d3d3d3, #707070);
    background-image: -ms-linear-gradient(top, #d3d3d3, #707070);
    background-image: -o-linear-gradient(top, #d3d3d3, #707070);
    background-image: linear-gradient(to bottom, #d3d3d3, #707070);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d3d3d3, endColorstr=#707070);
    width: 80px;
    line-height: 100%;
    padding: 15px;
    margin-left: 10px;
}

.button_confirm:hover{
 border:1px solid #a0a0a0;
 background-color: #bababa; background-image: -webkit-gradient(linear, left top, left bottom, from(#bababa), to(#575757));
 background-image: -webkit-linear-gradient(top, #bababa, #575757);
 background-image: -moz-linear-gradient(top, #bababa, #575757);
 background-image: -ms-linear-gradient(top, #bababa, #575757);
 background-image: -o-linear-gradient(top, #bababa, #575757);
 background-image: linear-gradient(to bottom, #bababa, #575757);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#bababa, endColorstr=#575757);
    width: 80px;
	line-height:100%;
padding:15px;
}


/* 店舗情報・地図 */
#location {
    padding: 4% 0;
}
#location .wrapper {
    display: flex;
    justify-content: space-between;
}
.location-info {
    width: 22%;
}
.location-info p {
    padding: 12px 10px;
}
.location-map {
    width: 74%;
}

/* フォーム */
#form {
    padding: 4% 0;
}
#form .wrapper {
    display: flex;
    justify-content: space-between;
}
.form-info {
    width: 22%;
}
.form-info p {
    padding: 12px 10px;
}
.form-part {
    width: 84%;
}

.confirm-part {
    width: 74%;
}



/* SNS */
#sns {
    background: #9e9e9e14;
    padding: 4% 0;
}
#sns .wrapper {
    display: flex;
    justify-content: space-between;
}
#sns .sub-title {
    margin-bottom: 30px;
}
.sns-box {
    width: 30%;
}

/* フッター
------------------------------- */
body > footer {
    /* background: #00787e; */
    background: #333;
    font-size:16px;
    padding: 0px 0 0 0px;
text-align: center;
    color: #fff;
}
body > footer img {
    max-width: 100%;
}

div.addressArea{
    text-align: center;
    padding: 20px 0px 10px 0;
}

div.addressArea h2{
  margin-bottom:10px;
}

div.addressArea p{
  margin-bottom: 0px;
}

address#desk_footer{
    margin-bottom: 0px;
}

p.address_footer {
    font-style: normal;
    margin: 0 0 0 0px;
    line-height: 2;
}

#footerLinks {
    padding: 32px 0;
    border-bottom: solid 1px #dfdede;
    text-align: center;
}
#footerLinks li {
    display: inline-block;
    padding: 0 14px;
}
#footerLinks li a {
    color: #3880ca;
}
#copyright {
    padding: 5px 0;
    text-align: center;
    margin: 0px;
}
#copyright small {
    font-size: 0.86em;
}



/* footer2
--------------------------------------*/
.footer_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.footer_link_ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
margin: 0;
    padding: 0;
    list-style: none;
}

.footer_link_li {
    margin: 0 5px;
    width: 34px;
}

.l-footer a {
    text-decoration: none;
    color: inherit;
}

.footer_link_li .footer_icon {
    width: 34px;
    height: 34px;
    background-color: #fff;
}


.m-icon {
    position: relative;
    width: 1em;
    height: 1em;
    letter-spacing: -1em;
    line-height: 0;
}

.m-icon:before, .m-icon:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: text-top;
    letter-spacing: normal;
}

.footer_icon .m-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.footer_icon {
    display: inline-block;
    position: relative;
    border: 0;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    background: #f0f0ee;
    vertical-align: middle;
    font-size: 20px;
    font-size: 2rem;
    -webkit-appearance: none;
}

.footer_icon:before {
    content: "";
    display: block;
    opacity: 1;
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    margin: auto;
    border-radius: 50%;
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: #fff;
    will-change: transform;
}

.m-icon-facebook {
    content: url(https://d2utiq8et4vl56.cloudfront.net/files/user/img/common/icon_facebook.svg);
}

.m-icon-instagram {
    content: url(https://d2utiq8et4vl56.cloudfront.net/files/user/img/common/icon_instagram.svg);
}

.m-icon-twitter {
    content: url(https://d2utiq8et4vl56.cloudfront.net/files/user/img/common/icon_twitter.svg);
}

.m-icon-youtube {
    content: url();
}

.m-icon:after {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.m-icon-facebook:hover {
    content: url(../images/common/fb_o.png);
}

.m-icon-instagram:hover  {
    content: url(../images/common/insta_o.png);
}

.m-icon-twitter:hover  {
    content: url(../images/common/twitter_o.png);
}

.m-icon-youtube:hover  {
    content: url();
}

.footer_link_inq {
    margin-left: 30px;
}

.footer_link_inq a{
    color: #fff;
}

.footer_link_inq a:hover{
    color: #DA5D95;
}

a#org{
    color: #fff;
}

a#org:hover{
    color: #DA5D95;
}


@media print, screen and (min-width: 768px){
.footer_link_li {
    margin: 0 9px;
    width: 40px;
}

.footer_link_li .footer_icon {
    width: 40px;
    height: 40px;
}

}

@media screen and (max-width: 830px) {

.footer_link_inq {
    margin-left: 15px;
}

}



#pageTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
}


/* common styles
--------------------------------------*/
.arrowLink {
    display: inline-block;
    padding-left: 12px;
    position: relative;
}
.arrowLink:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 8px;
    margin-top: -4px;
    background: url(../images/parts.png) no-repeat -354px 0;
    position: absolute;
    left: 0;
    top: 50%;
}
/*
main a[target="_blank"],
body > footer a[target="_blank"] {
    display: inline-block;
    padding-left: 22px;
    color: #3880ca;
    position: relative;
}
main a[target="_blank"]:before,
body > footer a[target="_blank"]:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-top: -7px;
    background: url(../images/parts.png) no-repeat -393px -30px;
    position: absolute;
    left: 0;
    top: 50%;
}
*/

/* モバイル版
------------------------------- */
@media (max-width: 600px) {
    .page-title {
        font-size: 2.5rem;
    }
h2.page-title.desk {
    width:unset;
    font-size: 2.5rem;
}
    .page-header {
        flex-direction: column;
        align-items: center;
    }

    /* HEADER */
    .main-nav {
        font-size: 1rem;
        margin-top: 10px;
    }
    .main-nav li {
        margin: 0 20px;
    }

    /* HOME */
    .home-content {
        margin-top: 10%;
    }

.home-content p {
    font-size: 1.4rem;
    margin: 10px 0 32px;
}

    div.insta-contents{
        margin-top: 45px;
background: rgb(255 255 255 / 60%);
        width: unset;
    }

p.insta_title{
font-size: 1rem;
margin: 0px 0 5px 20px;
}

.insta-list p {
  position: absolute;
  bottom: 0;
  margin: 0;
  line-height: 1;
  background: rgb(21 21 21 / 70%);
  /* padding: 5px; */
  /* width: 170px; */
  width: 100%;
color: #fff;
    padding-top: 10px;
  padding-bottom:10px;
font-size:0.9rem;
}

      .insta-list li + li{
        margin: 0 1px 15px 1px;
      }
      .insta-list li:nth-child(4){
        /* margin: 0; */
margin: 0 0 15px 0px;
      }

        .insta-list {
          width: 92vw;
        }
        .insta-list li {
          width: 28vw;
          height: 28vw;
          overflow: hidden;
        margin: 0 0 15px 0px;
        }


    /* NEWS */
    .news-contents {
        flex-direction: column;
    }
    #news .page-title {
        margin-top: 30px;
    }
    article,
    aside {
        width: 100%;
    }
    aside {
        margin-top: 60px;
    }
    .post-info {
        margin-bottom: 30px;
    }
    .post-date {
        width: 70px;
        height: 70px;
        font-size: 1rem;
    }
    .post-date span {
        font-size: 0.875rem;
        padding-top: 2px;
    }
    .post-title {
        font-size: 1.375rem;
    }
    .post-cat {
        font-size: 0.875rem;
        margin-top: 10px;
    }
    .post-title,
    .post-cat {
        margin-left: 80px;
    }

    /* MENU */
    .menu-content {
        margin-top: 20%;
    }

    /* ABOUT */

#about {
    height: 340px;
}


    /* MANAGE */

.btn-flat-border3 {
    width: 100%;
    height: 60px;
    font-size: 16px;
    letter-spacing: 4px;
}

.btn-flat-border3:hover {
width: 100%;
    height: 60px;
font-size: 16px;
letter-spacing: 4px;
}



    /* CONTACT */

#contact {
    height: 340px;
}

    #contact .page-title {
        margin-top: 40px;
    }


.btn-flat-border-confirm {
    width: 230px;
}
.btn-flat-border-confirm:hover {
    width: 230px;
}


    /* office情報・地図 / SNS */
    #location .wrapper,
    #form .wrapper,
    #sns .wrapper {
        flex-direction: column;
    }
    .location-info,
    .location-map,
    .form-info,
    .form-part,
    .sns-box {
        width: 100%;
    }
    .sns-box {
        margin-bottom: 30px;
    }

.input_block input {
    width: 100%;
}




}
