@charset "UTF-8";

body,
h1,h2,h3,h4,h5,h6,
p,
ul,li,ol,
dl,dt,dd,
img{
    font-family: 'Noto Sans JP', sans-serif;
    color: #6a6367;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.1em;
    scrollbar-width: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

input, button, textarea, select {
  border: none;
  border-radius: 0;
  outline: none;
}

a{
    color: #6a6367;
    text-decoration: none;
    cursor: pointer;
}

img{
    vertical-align: bottom;
}

/* Chrome・Safari・Microsoft Edge scrollbar none */
body::-webkit-scrollbar {
    display: none;
}

/* google font */
/* font-family: 'Lemonada', cursive; 
font-family: 'Macondo', cursive;
font-family: 'Noto Sans JP', sans-serif; */

/* ハンバーガーメニュー */
.burger-btn {
  display: none;
}

/* 共通 */
.ds_f{
display: flex;
}

.jc_sb{
    justify-content: space-between;
}

.clearfix::after{
    content:"";
    display: block;
    clear: both;
}

.inner{
    margin: 0 auto;
}

.mb150{
  margin-bottom: 150px;
}

  /* header */
  header{
    width: 960px;
    margin: 0 auto;
  }

  header .logo{
    width: 350px;
    padding-top: 35px;
  }

  header .logo img{
    width: 100%;
  }
  header .logo a{
    transition: all .3s;
  }

  header .logo a:hover{
    opacity: 0.5;
  }

  header .g_nav{
    display: flex;
    justify-content:flex-end;
  }

 header .g_nav ul{
    width: 350px;
    font-family: 'Lemonada', cursive;
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    letter-spacing: .2em;
 }

 header .g_nav li{
  width: 110px;
  height: 36px;
  line-height: 36px;
 }

 header .g_nav li:last-child{
    margin-right: 0;
 }

 header .g_nav .nav_about a,
 header .g_nav .nav_works a,
 header .g_nav .nav_contact a{
  width: 110px;
  height: 36px;
  border-radius: 20px;
  display: block;
  transition: all .3s;
 }

 header .g_nav .nav_about a:hover,
 header .g_nav .nav_works a:hover,
 header .g_nav .nav_contact a:hover{
  transition: all .3s;
  background-color: #6a6367;
  color: #fff;
 }

 header .g_nav .select a{
  width: 110px;
  height: 36px;
  border-radius: 20px;
  display: block;
  background-color: #dddddd;
 }


 /* パンくず */
.wrap .topic_path {
  display: flex;
  padding-top: 20px;
  margin-bottom: 90px;
}

.wrap .topic_path li{
  font-size: 0.812rem;/* 13px */
 
}

.wrap .topic_path li a {
  font-size: 0.812rem;/* 13px */
  text-decoration: underline;
  transition: all 0.3s;
  margin-right: 15px;
  color: #616161;
}

.wrap .topic_path li a:hover {
  opacity: 0.5;
  transition: all 0.3s;
}


.wrap .topic_path li::after {
  content: " 〉";
  margin-right: 15px;
  color: #616161;
}

.wrap .topic_path li:last-child::after {
  content: "";
}


/* topへ戻る */
.page_top{
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 52px;
}

.arrow{
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-color: #8f8f8f #8f8f8f transparent transparent;
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
}

.page_top p{
  width: 100%;
  height: 52px;
  text-align: center;
}

.goto{
  line-height: 75px;
  font-size: 0.812rem;/* 13px */
}
.page_top a{
  background-color: rgb(228, 227, 228);
  width: 100%;
  height: 52px;
  border-top: #f7a7b0 solid 1px;
  display: block;
}

.page_top a:hover{
  background-color: rgba(255, 255, 255,.8);
  transition: all .3s;
}


/* footer */
footer {
  background-color: #6a6367;
  text-align: center;
}


footer .sns_box{
  display: none;
}


footer .sns_box .sns{
  color: rgb(255, 180, 180) ;
  padding-top: 60px;
  margin-bottom: 30px;
}

footer .sns_box ul{
  width: 130px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}


footer .sns_box .twitter a{
  background-image: url(../images/common/twitter-white.svg);
}

footer .sns_box .faceboock a{
  background-image: url(../images/common/facebook-white.png);
}

footer .sns_box .twitter a,
footer .sns_box .faceboock a{
  color: transparent;
  width: 50px;
  height:50px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  transition: all .3s;
}

footer .sns_box .twitter a:hover,
footer .sns_box .faceboock a:hover{
  opacity: 0.5;
}

footer .copy{
width: 100%;
border-top: rgb(163, 163, 163) solid 1px;
}


footer .copy p{
  color: #fff;
  padding: 20px;
}








/* --- スマホ0~640pxまで --- */
@media screen and (max-width:640px) {

  body,
  h1,h2,h3,h4,h5,h6,
  p,
  ul,li,ol,
  dl,dt,dd,
  img{
      letter-spacing: 0;
  }

  .mb150{
    margin-bottom: 0;
  }
  
  header{
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
  }



/* header */
header{
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  border-bottom:  #a8a8a8 1px solid;
}

header .logo{
  width: 60%;
  margin: 0;
  padding: 15px 20px;
  box-sizing: border-box;

}

header .logo img{
  width: 100%;
}

/* ハンバーガーボタン */
/* 閉じているとき */
#drawer_toggle {
  z-index: 200;
box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
display: inline-block;
  width: 60px;
  height: 60px;
}
#drawer_toggle span {
  position: absolute;
  top: 21px;
  left: 13px;
  display: inline-block;
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background-color: #666;
  vertical-align: top;
}
#drawer_toggle span:nth-child(2) {
  margin-top: 10px;
}
#drawer_toggle span:last-child {
  margin-top: 20px;
}
#drawer_toggle.open span {
  top: 29px;
  left: 14px;
  width: 35px;
  margin: 0;
}

/* 開いたとき */
#drawer_toggle.open span{
  top:31px;
  left: 13px;
  width: 35px;
  margin: 0;
}

#drawer_toggle.open span:first-child{
  transform: rotate(45deg);
}

#drawer_toggle.open span:nth-child(2){
  display:none;
}

#drawer_toggle.open span:last-child{
  transform: rotate(-45deg);
}



/* ハンバーガーメニュー */
header nav{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .8;
}

header .g_nav{
  display: none;
  justify-content:start;
}

header .g_nav ul{
  width: 100%;
  font-family: 'Lemonada', cursive;
  text-align: center;
  display: block;
  justify-content: start;
  margin-bottom: 10px;
  letter-spacing: .2em;
  position: absolute;
  z-index: 999;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}

header .g_nav li{
width: 100%;
height: 70px;
line-height: 36px;
}

header .g_nav li:last-child{
  margin-right: 0;
}

header .g_nav .nav_about a,
header .g_nav .nav_works a,
header .g_nav .nav_contact a,
header .g_nav .select a{
margin: 0 auto;
width: 100%;
height: 70px;
line-height: 70px;
border-radius: 0;
display: inline-block;
transition: all .3s;
background-color: #000;
opacity: .8;
color: #fff;
}

header .g_nav .nav_about a:hover,
header .g_nav .nav_works a:hover,
header .g_nav .nav_contact a:hover{
transition: all .3s;
background-color: #6a6367;
color: #fff;
}


 /* パンくず */
 .wrap .topic_path {
  display: none;
}


/* footer */

footer .sns_box{
  display: none;
}

footer .sns_box ul{
  width: 170px;
}

footer .sns_box .twitter a,
footer .sns_box .faceboock a{
  width: 65px;
  height:65px;
}

}