@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

* {
  margin: 0;
  padding: 0;
}
html{
  scroll-behavior: smooth;
  overflow:auto;
}
body{
  /*font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
  font-family: 'Kaisei Decol', serif;
  line-height: 1.8;
  font-size: 16px;
  background-color:#fff;
  color: #251E1C;
  overflow: hidden;
}
img {
  border: 0px;
  vertical-align:bottom;
}
li{
  list-style:none;
}
div,p,ol,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,img{
  margin:0;
  padding:0;
}
h1,h2,h3,h4,h5,h6{
  font-weight: normal;
}
ol,ul,li{
  list-style:none;
}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
  display:block;
  margin:0;
  padding:0;
}

/* 字間を空ける */
p,h1,h2,h3,h4,h5,h6,span,em,a{
  letter-spacing: 0.2px;
}

/* リンク */
a img {
  border:0;
}
a {
  text-decoration:none;
  color: #819D88;
}
a:hover{
  opacity: 0.8;
}

/* スクロールの有無によるレイアウトずれ防止 */
html {
  overflow-y:scroll;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}


/*------------------------------
ヘッダー
------------------------------*/
header {
  position: fixed;
  justify-content: space-between;
  width: 100%;
  z-index: 2;
  transition: 0.5s;
  background: rgba(224, 231, 221,0.8);
  box-shadow: 0px 1px 5px rgb(0 0 0 / 40%);
}
header .header_wrap{
  height: 100px;
  padding: 0 60px;
  position: relative;
  transition: 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_wrap .header_left{
  font-size: 0;
}
header .header_wrap .header_left .header_logo{
  display: inline-block;
  max-width: 88px;
  vertical-align: middle;

}
header .header_wrap .header_left .header_logo img{
  /*display: inline-block;
  max-width: 330px;*/
  display: block;
  width: 100%;
}
header .header_wrap .header_left .header_name{
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin-left: 20px;
  vertical-align: middle;
  font-family: 'Kaisei Decol', serif;
}

header .header_wrap .header_desc{
  position: absolute;
  top: 0;
  right: 60px;
  font-size: 14px;
}

header .header_wrap .header_right{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

nav#global_nav{

}
nav#footer_nav{

}
nav#global_nav ul,
nav#footer_nav ul{
  display: flex;
  justify-content: center;
  height: 50px;
  align-items: center;
}
nav#global_nav ul li,
nav#footer_nav ul li{
  position: relative;
  
}
nav#global_nav ul li::after,
nav#footer_nav ul li::after{
  content: '';
  width: 2px;
  height: 25px;
  background: #231E1C;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
nav#global_nav ul li:last-child::after,
nav#footer_nav ul li:last-child::after{
  content: none;
}
nav#global_nav ul li a,
nav#footer_nav ul li a{
  color: #231E1C;
  font-size: 20px;
  font-weight: bold;
  padding: 0 20px;
  height: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
nav#global_nav ul li a.under::after{
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  height: 3px;
  width: calc(100% - 80px);
  padding: 0 20px;
  background: #819D88;
}
nav#global_nav ul li a:hover{
  opacity: 1.0;
  color: #819D88;
}

header .header_wrap .header_right .header_instagram_pc{
  height: 50px;
  width: 140px;
  background: url(../img/icon_instagram.png) no-repeat left 15px center #5AABC9;
  color: #FFF;
  font-size: 20px;
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 0 15px;
}
header .header_wrap .header_right .header_instagram_sp{
  display: none;
}

.btn_area{
  display: block;
  text-align: center;
  font-size: 0;
}
a.btn_link {
  position: relative;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  display: inline-block;
  background: #819D88;
  color: #fff;
  padding: 0 40px 0 30px;
  border-radius: 5px;
  text-align: center;
  outline: none;
  transition: ease .2s;
  font-size: 20px;
  box-shadow: 5px 5px 0px 0px #251E1C;
}
a.btn_link:after {
  content: '\e5cc';
  font-family: 'Material Icons';
  /* top: 9px; */
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 15px;
}
a.btn_link:nth-child(n+2) {
  margin-left: 30px;
}

@media screen and (max-width: 1101px) {
  nav#global_nav ul li a,
  nav#footer_nav ul li a{
    font-size: 18px;
  }
  header .header_wrap .header_right .header_instagram_pc{
    width: 110px;
    background-size: 20px auto;
    font-size: 16px;
    padding: 0px 10px;
  }
}
@media screen and (max-width: 1028px) {
  header .header_wrap{
    padding: 0 20px;
  }
  header .header_wrap .header_left .header_logo{
    max-width: 50px;
  }
  header .header_wrap .header_left .header_name{
    font-size: 18px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 855px) {
  nav#global_nav ul li a,
  nav#footer_nav ul li a{
    font-size: 16px;
    padding: 0 10px;
  }

}

@media screen and (max-width: 768px) {
  a.btn_link {
    display: table;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    padding: 0 30px 0 20px;
    font-size: 18px;
    box-shadow: 4px 4px 0px 0px #251e1c;
    margin-bottom: 20px;
  }
  a.btn_link:after {
  top: 2px;
  right: 10px;
  }
  a.btn_link:nth-child(n+2) {
    margin: 0 auto;
  }
}










/*------------------------------
navi
------------------------------*/
#top-head {
  /*padding: 60px 0 0;*/
  padding: 0 0 0;
  line-height: 1;
  z-index: 999;
}
body.home #top-head{
  padding: 0 0 0 !important;
}

#top-head a,
#top-head {
  /*color: #fff;*/
  color: #333;
  text-decoration: none;
}
#top-head .inner {
  position: relative;
}
#top-head .logo {
  float: left;
  font-size: 36px;
}

#nav-toggle {
  display: none;
  position: absolute;
  right: 30px;
  top: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #333;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 10px;
}
#nav-toggle span:nth-child(3) {
  top: 20px;
}

#global-nav{
  display: none;
  
}


@media screen and (max-width: 768px) {
  header{
    box-shadow: 0px 1px 5px rgb(0 0 0 / 40%);
  }
  header .header_wrap {
    height: 70px;
    padding: 0 20px;
  }
  header .header_wrap .header_right{
    margin-top: 0;
  }
  header .header_wrap .header_right .header_instagram_pc{
    display: none;

  }
  header .header_wrap .header_right .header_instagram_sp{
    display: block;
    height: 30px;
    width: 30px;
    background: url(../img/icon_instagram_blue.png) no-repeat center center;
    background-size: 30px;
    position: absolute;
    right: 60px;
  }
  

  header .header_wrap .header_desc{
    display: none;
  }
  header .header_wrap .header_left{
    /*display: block;*/
  }
  header .header_wrap .header_left .header_logo{
    max-width: 60px;
  }
  header .header_wrap .header_left .header_name{
    font-size: 18px;
    margin-left: 10px;
  }
  
  nav#global_nav{
    display: none;
  }
  
  #top-head {
    top: 0;
    margin-top: 0;
    padding: 0;
    background-color: #FFF;
    position: fixed;
    justify-content: space-between;
    width: 100%;
    z-index: 2;
  }
  
  #nav-toggle {
    display: block;
    position: absolute;
    right: 20px;
    top: 23px;
    width: 25px;
    height: 24px;
    cursor: pointer;
    z-index: 101;
  }
  
  #global-nav{
    display: block;
    float: right;
    margin-top: 0;
    position: absolute;
    right: -100%;
    background: rgba(37, 30, 28,0.8);
    width: 100%;
    text-align: center;
    padding: 0 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    height: 100vh;
  }
  #global-nav ul {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    margin-bottom: 20px;
    margin-right: 50vw;
  }
  #global-nav ul li{
    display: block;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #FFF;
    font-size: 16px;
    padding: 15px 0;
  }
  #global-nav ul li:last-child{
    
  }
  #global-nav ul li a{
    font-size: 16px;
    display: inline-block;
    color: #FFF;
    position: relative;
  }
  #global-nav ul li a::before{
    content: '-';
    margin-right: 10px;


  }
  #global-nav ul li a:hover{
    border-bottom: 1px solid #FFF;
  }
  #global-nav ul li a span{
    display: block;
    font-size: 12px;
    margin-top: 5px;
    font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
  
  #global-nav ul li ol{
    padding-top: 15px;
  }
  #global-nav ul li ol li{
    display: block;
    text-align: left;
    width: 100%;
    border-bottom: none;
    font-size: 16px;
    padding: 0 0 15px;
  }
  #global-nav ul li ol li:before{
    content:'・';
  }
  #global-nav ul li ol li:last-child{
    padding: 0 0 0;
  }

  #global-nav .sp_info{
    position: absolute;
    bottom: 0;
    padding: 0 20px 20px 20px;
  }
  #global-nav .sp_info .sp_tel{
    color: #FFF;
    text-align: left;
    display: block;
    margin-bottom: 20px;
    display: inline-flex;
    font-weight: bold;
    margin: 0 auto 20px;
    line-height: 43px;
  }
  #global-nav .sp_info .sp_tel::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 42px;
    background: url(../img/icon_tel_white.png) no-repeat center center;
    background-size: 20px auto;
    margin-right: 6px;
  }
  #global-nav .sp_info .sp_instagram{
    color: #FFF;
    text-align: left;
    display: block;
  }
  #global-nav .sp_info .sp_instagram{
    height: 40px;
    width: calc(100% - 30px);
    background: url(../img/icon_instagram.png) no-repeat left 15px center #5AABC9;
    background-size: 24px auto;
    color: #FFF;
    font-size: 16px;
    display: flex;
    justify-content: right;
    align-items: center;
    padding: 0 15px;
    margin: 0 auto;
  }

  
  
  .open #global-nav {
    margin-top: 0;
    margin-bottom: 0;
    transform: translateX(-50%);
  }
  .open #nav-toggle span{
    background: #FFF;
    /*background: #333;*/
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  
}

/*------------------------------
goto_top
------------------------------*/
#goto_top {
  display: none;
  position: fixed;
  right: 5%;
  bottom: 5%;
  background-color: #5AABC9;
  z-index: 1;
}
#goto_top a {
  width: 60px;
  height: 60px;
  display: block;
  background: url(../img/to_top.png) no-repeat center center;
  background-size: 60px;
}

@media screen and (max-width: 768px) {
  #goto_top {
    position: fixed;
    right: 10px;
    bottom: 10px;
  }
  #goto_top a {
    width: 40px;
    height: 40px;
    display: block;
    background: url(../img/to_top.png) no-repeat center center;
    background-size: 40px;
  }
}


/*------------------------------
footer
------------------------------*/
footer{
  position: relative;
  background: #251E1C;
}
footer .inner{
  padding: 50px 0 50px;
}
footer .footer_box{
  display: block;
  width: 100%;
  margin-bottom: 30px;
  background: rgba(255,255,255,0.5);
  padding-top: 30px;
  padding-bottom: 30px;
}
.top_box{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.top_box .footer_left{
  font-size: 0;
}
.top_box .footer_left .footer_logo{
  display: inline-block;
  max-width: 88px;
  vertical-align: middle;
}
.top_box .footer_left .footer_logo img{
  display: block;
  width: 100%;
}
.top_box .footer_left .footer_name{
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin-left: 20px;
  vertical-align: middle;
  font-family: 'Kaisei Decol', serif;
}

.top_box .footer_right{

}
.top_box .footer_right .footer_instagram{
  height: 50px;
  width: 140px;
  background: url(../img/icon_instagram.png) no-repeat left 15px center #5AABC9;
  color: #FFF;
  font-size: 20px;
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 0 15px;
}

.copy{
  text-align: center;
  color: #FFF;
  font-size: 14px;
}





@media screen and (max-width: 1040px) {
  
  
}

@media screen and (max-width: 768px) {
  footer .inner{
    padding: 30px 0;
  }
  footer .footer_box{
    padding: 20px;
    width: auto;
    margin-bottom: 20px;
    display: none;
  }
}



/*------------------------------
共通
------------------------------*/
.inner{
  max-width: 1180px;
  margin: 0 auto;
  padding: 80px 0 100px;
}

@media screen and (max-width: 1040px) {
  .inner {
    margin: 0 20px;
    padding: 30px 0 30px;
  }

}


@media screen and (max-width: 768px) {
  
  /*
  .main{
    padding-top: 60px;
  }
  .home .main{
    padding-top: 0 !important;
  }
  
  .inner {
    margin: 0 20px;
  }
  */
}


.pc_only{
  display: block !important;
}
.sp_only{
  display: none !important;
}
@media screen and (max-width: 768px) {
  .pc_only{
    display: none !important;
  }
  .sp_only{
    display: block !important;
  }
}