
/* -----------------------------------Webフォント読み込み */
@font-face {
	font-family:S_Regular_JP;
    src:url('w_font/Noto_Serif_JP/NotoSerifJP-Regular.otf');
}

@font-face {
	font-family:S_SemiBold_JP;
    src:url('w_font/Noto_Serif_JP/NotoSerifJP-SemiBold.otf');
}

@font-face {
	font-family:goshick;
    src:url('w_font/Inter-ExtraBold.ttf');
}

@font-face {
	font-family:r_goshick;
    src:url('w_font/NotoSansJP-Light.ttf');
}

/* -----------------------------------Webフォント読み込み */

html,body,ul,li,figure{
  margin: 0;
  padding: 0;
}

a{
  text-decoration: none;
  color: inherit;
}

img{
  width: 100%;
  height: auto;
}

div,h2,p{
  box-sizing: border-box;
}

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

article{
  clear: both;
}




body{
  color: #595757;
  font-family:S_SemiBold_JP;
  background-color: #888;
}

.wrap_box{
  max-width: 960px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
}

header{
  max-width: 960px;
  width: 100%;
  position: fixed;
  top: 0;
}

.head{
  background-color: #f0aa3e;
}

.headers_box{
  width: 920px;
  margin: 0 auto;
  border-top: solid 2px #f1ab3e;
}

h1{
   color: #fff;  /*#595757; */
  font-size: 30px;
  font-family:S_Regular_JP;
  float: left;
  margin-top: 0;
  padding: 10px 20px 0;
}

h1 span{
  font-size: 22px;
  margin-right: 20px;
  }

.head_list{
  list-style: none;
  float: right;
}

.head_list li{
  float:left;
}

.head_list li:nth-child(1),
.head_list li:nth-child(2),
.head_list li:nth-child(3){
  margin: 15px 15px 0 0;
  width: 35px;
}

.head_list li.tabu{
  text-align: center;
  color: #fff;
  font-size: 15px;
  width: 120px;
  padding: 10px 15px;
  margin-right: 20px;
  background-color: #f1ab3e;
  border-radius: 0px 0px 5px 5px;
}

.head_list li.tabu span{
  color: #f4b75e;
  font-size: 23px;
  display: block;
  font-family: goshick;
  margin-top: -7px;
}

/* Drawer */

.overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(0,0,0,.3);
  z-index: 190;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-in;
}

.nav_wrap{
  max-width: 920px;
  width: 300px;
  position: absolute;
  overflow: hidden;
  z-index: 190;
  margin-left: 640px;
  top:200px

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

nav.nav {
  width: 155px;
  height: 315px;
  background-color: #000;
  transition: margin 200ms ease-in-out;
  float: right;
  margin-right: -155px;
}

/* ----------------------ステッキーヘッダー */
.nav_wrap.top {
  position: fixed;
  top:85px; 
}

/* ----------------------ステッキーヘッダー */

nav.nav ul {
    border: none;
    padding: 0;
}


.toggle {
  right: 100%;
  width: 40px;
  height: 130px;
  cursor: pointer;
  float: left;
  margin-left: -40px;
}


.nav ul li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav ul li a {
  padding: 20px 20px;
  display: block;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  transition: all 200ms ease;
}
.nav ul li a:hover {
  background-color: #f1f1f1;
  color: #313131;
}

/* -----------------------------------クリック時の動作 */
.show-nav .nav {
  margin-right: 0;
  box-shadow: 0 2px 4px rgba(0,0,0,.6);
}
.show-nav .overlay {
  opacity: 1;
  visibility: visible;
}

/* -----------------------------------クリック時の動作 */



/* -----------------------------メインコンテンツ */

.main_wrap{
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  padding-top: 65px;
}

.archive_text{
  width: 880px;
  margin: 30px 20px 50px;
}

.archive_text section{
  width: 800px;
  padding-bottom: 10px;
  margin: 0 auto 50px;
}

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

.archive_text section:last-child{
  margin-bottom: 120px;
}

.main_wrap h2{
  font-size: 25px;
  color: #f0aa3e;
  padding: 0 0 10px 40px;
  margin: 50px 0 70px 0;
  border-bottom: dotted 3px #f0aa3e;
  background-image: url(imges/midahi.png);
  background-repeat: no-repeat;
  background-position: 5px 10px;
}

.archive_title{
  width: 500px;
  float: left;
  background-color: #f7e8d0;
  padding: 10px 0 10px 10px;
}

.archive_title + figure{
  display: block;
  width: 300px;
  float: left;
}

.archive_title h3{
  font-size: 23px;
  line-height: 1.8;
  color: #000;
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: solid 2px #595757;
}

.archive_title h3+p{
  padding: 0 0 10px 17px;
  margin: 0;
}

/* -----------------------------プロフィール */

/* ------------------------------------------SNSの設定 */


/* ----------------------------------------------footerの設定 */
footer{
  width: 100%;
  position: fixed;
  bottom: 0;
  max-width: 960px;
  text-align: center;font-family:r_goshick;
  z-index: 200;
}

footer ul{
  width: 100%;
  padding: 20px 0 20px;
  background-color: #f7e8d0;
}

footer p{
  padding: 2px 0 3px;
  background-color: #f0aa3e;
  margin: 0;
  padding: 15px 0;
}



/* ----------------------------------------------footerの設定 */