@charset "UTF-8";
/*
Theme Name: sakutto
Description: 自作オリジナルテーマ
Author: sakupa
Version: 0.1
*/

/*初期化*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
html {
    height: 100%;
}
  
  body {
	  padding: 3% 0 0 0;
	  height: 100%;
	  font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	  color: #333;
	  line-height: 1.8;
	  margin: 0;
	  overflow-wrap: break-word;
	  background-color: #f4f5f7;
	  text-size-adjust: 100%;
	  background-attachment: fixed;
	 }
  .bg-slider {
    width: 100%;
    height: 97%;
    top: 0;
    position: absolute;
    z-index:-1;
    background-size:cover;
    }
  /*リンク*/
  a {
    color: #1967d2;
    text-decoration: none;
  }

  #navi ul a {
    color: #333;
    font-size: 18px;
}
  #navi ul a:hover,
  a:hover {
    color: #e53900;
  }
  ol, ul {
    margin: 1em 0;
    list-style-type: none;
  }
  
  hr {
    color: #eee;
  }
  
  /* クリア */
  .cf::after {
    clear: both;
    content: "";
    display: block;
  }
  

/* フォント */

html {
  font-size: 100%;
}
#nav-footer {
    font-size: 14px;
}
@media (min-width: 600px) {
  html {
  font-size: calc(112.5% + 4 * (100vw - 600px) / 400);
  }
}

@media (min-width: 1000px) {
  html {
  font-size:22px;
  }
}


/* ヘッダー */
#header {border-radius: 8px;display: flex;position: relative;align-items: center;width: 95%;background: rgb(255 255 255 / 50%);margin: 0 auto;padding: 10px 2%;}


#content-in {padding: 0 calc(1% + 10px);max-width: 1500px;margin: 0 auto;}

.site_name {
  font-size: 2em;
  font-weight: bold;
}
.site_name a {
  color: #fff;
}


#header .site_name {font-size: 22px;}

p.description {
    font-size: 12px;
}

#navi {
    min-width: 320px;
    position: absolute;
    right: 2%;
}

#navi ul {
    display: flex;
    justify-content: flex-end;
	z-index:9999;
}

nav#navi ul li {
    margin: 0 2%;
}
#header, #navi ul a {
    color: #fff;
    text-shadow: 2px 2px 2px black;
}
#navi ul a:hover {
    text-shadow: none;
}
@media (min-width: 769px) {
  #nav-open{
    display: none;
  }
}

@media (max-width: 768px) {

#nav-open {
  display: inline-block;
  width: 38px;
  height: 32px;
  vertical-align: middle;
  position: fixed;
  cursor: pointer;
  top: 2%;
  right: 2%;
  padding: 6px;
  z-index: 9999;
}

#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  transition: all 0.4s;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #333;
  display: block;
  content: '';
  z-index: 9999;
}

#nav-open span:before {
  bottom: -8px;
}

#nav-open span:after {
  bottom: -16px;
}




#navi .menu-main-navi-container {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: .2s ease-in-out;
}

#navi .menu-main-navi-container.open {
  display: block;
  opacity: 1;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);/*背景色*/
  overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
}


/*:beforeにぼかし効果を設定する*/
#navi .menu-main-navi-container.open:before {
  content: '';
  overflow: hidden;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  z-index: -1;/*重なり順序を一番下にしておく*/
}


/*チェックが入ったら表示する内容*/



#navi ul {
	display:block;
  text-align: center;
  margin-top: 2rem;
}

#navi ul li {
  padding: 0.5rem;
}

#navi ul li a {
  color: #333;
  text-decoration: none;
}


#nav-open.active span {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

#nav-open.active span:before {
  -webkit-transform: translateY(-8px) rotate(45deg);/*打ち消す*/
  transform: translateY(-8px) rotate(45deg);/*打ち消す*/
  opacity: 0;
}

#nav-open.active span:after {
  -webkit-transform: translateY(-16px) rotate(45deg);
  transform: translateY(-16px) rotate(90deg);
}

#navi ul,#navi ul li {
  width: 100%;
}

}


/* コンテンツ */

#container {
  min-height: calc(95% - 240.8px);
}
.page .time {
    display: none;
}


/* コンタクト */

input.wpcf7-form-control {
    min-height: 30px;
}

span.wpcf7-form-control-wrap.your-name {
    padding: 0;
    height: 40px;
}
form.wpcf7-form.sent,
form.wpcf7-form.init {
    text-align: center;
}
form.wpcf7-form.sent p,
form.wpcf7-form.init p {
    padding: 2%;
}
form.wpcf7-form.sent p:nth-child(2n+1) ,
form.wpcf7-form.init p:nth-child(2n+1) {
    background: #eee;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #333;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 8px;
}

div.wpcf7 .ajax-loader {
    display: block;
}

/* フッター */

#footer {
  margin-top: 40px;
  background-color: #333;
  color: #fff;
  padding: 20px 20px 0;
}

.copyright {
  text-align: center;
  font-size: small;
}

.copyright a {
  color: #fff;
}


.footer-logo {
  text-align: center;
  font-size: 25px;
}
#nav-footer ul {display: flex;justify-content: center;}


#nav-footer ul li {
  padding: 0 30px;
}

#nav-footer ul li a {
  color: #fff;
}

