
/* -----------------------------------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;
}

html,body{
  height: 100%;
}

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;
}

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;
}





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

.main_wrap{
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  padding-top: 65px;
  display: flex;
  flex-direction: column;
  width: 100vw;
  /* height: 100vh; */
}

.article_text{
  width: 880px;
  margin: 30px 20px 50px;
  flex: 1;
}


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

.main_wrap h2 span{
  font-size: 13px;
  float: right;
  color:#595757;
  padding-top: 20px;
}

.main_wrap article{
  margin-bottom: 160px;
}

.main_wrap article figure{
  display: block;
  width: 350px;
  margin: 0 auto 50px;
}


.article_text > p{
  font-size: 18px;
  line-height: 30px;
}

p.text_space{
 margin-bottom: 3.5rem;
}
/*
.article_text > p.color a{
  color: #f0aa3e;
}
*/





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

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


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

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の設定 */