@charset "UTF-8";

/* =========== base =========== */
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  color: #393939;
  background-color:#FFFFFF;
  word-wrap: break-word;
  font-size: 16px;
  font-size: 1.6rem;
  font-family:'Noto Sans JP', sans-serif,"メイリオ", "Meiryo", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;

  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
@media only screen and (max-width: 48em) {
  body {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

article,
aside,
figure,
figcaption,
details,
footer,
header,
hgroup,
nav,
section,
summary,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
}

ul{
  padding: 0;
}
input {
	background-color: #A7A7A7;
	border: none;
	border-radius: 30px;
	padding: 10px 50px;
	/*color: #FFF;*/
	cursor: pointer;
	cursor: hand;
	font-family:'Noto Sans JP', sans-serif,"メイリオ", "Meiryo", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
article,
aside,
figure,
figcaption,
details,
footer,
header,
hgroup,
nav,
section,
summary,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
th,
td {
  box-sizing: border-box;
}

article,
aside,
figure,
figcaption,
details,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

address{ font-style:normal;}

img {
  width: 100%;
  width: 100%\9;
  border: none;
  vertical-align: middle;
}

svg{width:100%;}

a {
	color:#000;
	text-decoration: underline;
	}
a:hover {
	text-decoration:none;
	}
a:visited {
	color:#000;
	}

/* clearfix */
.clearfix:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}


/* =========== pageBase =========== */
div.base_area {
  position: relative;
  margin:0;
  padding:0;
  min-width: 320px;
  width: 100%;
}
/* =========== pageBase =========== */



/* =========== mainArea =========== */
div.main_area {
  position:relative;
  margin:0 0 0 500px;
  padding:0;
}

/* 1200px */
@media only screen and (max-width: 75em) {
div.main_area {
  position:relative;
  margin:0 0 0 400px;
}
}

/* 768px */
@media only screen and (max-width: 48em) {
    div.main_area {
      margin:0;
      padding:0;
    }
}
/* 480 */
@media only screen and (max-width: 30em) {
}
/* =========== mainArea =========== */



/* =========== contentArea =========== */
div.content_area {
  	position: relative;
	width: 100%;
	margin:0 auto;
	padding: 50px 300px 50px 50px;
}
div.content_area_inner {
  position: relative;
	width:100%;
	margin:0 auto;
	padding:0;
}

/* 1200px */
@media only screen and (max-width: 75em) {
div.content_area {
	padding: 50px 100px 50px 20px;
}
}

/* 768px */
@media only screen and (max-width: 48em) {
div.content_area {
	width: 100%;
	padding: 130px 20px 0 20px;
}
}
/* =========== contentArea =========== */



/* =========== headerArea =========== */
header.header_area{
    position: relative;
	}
div.header_head{
	position: fixed;
	top: 50px;	left: 200px; right: 0;
    margin: 0;
	width: 300px;
	height: 150px;
	background-color: #FFFFFF;
	z-index:999;
}
div.header_head h1{
	display: block;
	font-size:21px;
}
div.header_head h1 a{
    text-decoration: none;
}    
div.header_head h1 span{
	display: block;
	/*font-size:24px;*/
	font-size:14px;
	line-height: 1.2;
	/*font-family: 'Josefin Sans', sans-serif;*/
	font-weight: bold;
	}

div.header_head p{
    display: inline-block;
	font-size:12px;
	}

div.header_head h1 img{
	width: 70%;
	}

/* 1200px */
@media only screen and (max-width: 75em) {
div.header_head{
	top: 50px;	left: 100px; right: 0;
}
}

/* 768px */
@media only screen and (max-width: 48em) {
div.header_head{
	width: 100%;
	top: 0;	left: 0;
    padding:20px;
	height: 130px;
    }
div.header_head h1{
	font-size:16px;
}
div.header_head h1 a span{
	font-size: 18px;
	}
div.header_head h1 img{
	width: 25%;
	}
}

/* 480px */
@media only screen and (max-width: 30em) {
div.header_head h1 img{
	width: 50%;
	}
}
/* =========== headerArea =========== */



/* =========== gnav =========== */
/* ===== pc ===== */
nav.gnavi{
	position: fixed;
	top: 200px; /*180*/
	left: 200px;
	margin: 0;
	width: 300px;
	height: 100vh;
	background-color: #FFFFFF;
	z-index: 999;
	}
nav.gnavi ul{
	list-style:none;
	}
nav.gnavi ul li{
	font-size:18px;
	font-weight: bold;
	font-family: 'Josefin Sans', sans-serif;
	/*font-family: 'Walter Turncoat', cursive;*/
	}
nav.gnavi ul li a{
    position: relative;
	display:block;
	margin:0;
	/*padding: 10px 0;*/
	transition:all 0.3s;
    text-decoration: none;
    color: #393939;
	}

/* hover */
/*nav.gnavi ul li a:hover{
	color: #939393;
	}*/
/* hover1 */
.hover1 a{
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.hover1 a::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #C7C7C7;
  transition: all 0.3s ease 0s;
}
.hover1 a:hover {
  cursor: pointer;
  color: #bc8f8f;
}
.hover1 a:hover::after {
  width: 100%;
}
/* hover2 */
.hover2 a{
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.hover2 a:hover {
  color: #bc8f8f;
  transition: all 0.3s ease 0s;
}

/* SNS */
nav.gnavi .icon_sns a{
	display: inline-block;
	text-align: left;
	width: 25px;
	margin-right: 2px;
	}

/* 1200px */
@media only screen and (max-width: 75em) {
nav.gnavi{
	left: 100px;
	}
}

/* 1024px */
@media only screen and (max-width: 64em) {
    /*nav.gnavi{
        width: 240px;
        }*/
    nav.gnavi ul li{
        font-size:12px;
        }
}
/* 768px */
@media only screen and (max-width: 48em) {
    nav.gnavi{
        display: none;
        }
}


/* ===== mb ===== */
nav.gnavi_mb {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    padding: 130px 20px 50px 20px;
	border-bottom: 1px solid #E3E3E3;
}
nav.gnavi_mb ul {
    margin: 0 auto;
    width: 100%;
}
nav.gnavi_mb ul li {
    font-size: 1.4em;
    list-style-type: none;
    padding: 0;
    width: 100%;
	position: relative;
	font-weight: bold;
	font-family: 'Josefin Sans', sans-serif;
}
nav.gnavi_mb ul li a {
    display: block;
    color: #393939;
    padding: 5px 0;
	text-decoration: none;
}
nav.gnavi_mb.active {
    transform: translateY(0%);
}
#menu_bar01_mb:checked ~ #links01_mb li,
#menu_bar02_mb:checked ~ #links02_mb li {
    height: 50px;
    opacity: 1;
}

/* ハンバーガー */
.gnavi_mb_toggle {
    display: none;
    position: fixed;
    right: 13px;
    top: 20px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    text-align: center;
    z-index: 9999;
}
.gnavi_mb_toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 2px #393939;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
.gnavi_mb_toggle span:nth-child(1) {
    top: 9px;
}
.gnavi_mb_toggle span:nth-child(2) {
    top: 18px;
}
.gnavi_mb_toggle span:nth-child(3) {
    top: 27px;
}
.gnavi_mb_toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.gnavi_mb_toggle.active span:nth-child(2),
.gnavi_mb_toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* SNS */
nav.gnavi_mb .icon_sns a{
	display: inline-block;
	text-align: left;
	width: 25px;
	margin-right: 2px;
	}

@media only screen and (max-width: 48em) {
.gnavi_mb_toggle {
    display: block;
}
}
/* =========== gnav =========== */



/* =========== 共通 =========== */
/* h2 */
h2.heading2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
 	border-bottom: 1px solid #C7C7C7;
	font-family: 'Josefin Sans', sans-serif;
}
/* h2_2 */
h2.heading2_2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 5px;
 	border-bottom: 1px solid #C7C7C7;
}

/* h3 */
h3.heading3 {
	font-size: 14px;
	font-weight: bold;
}
h3.heading3 span {
	font-family: 'Josefin Sans', sans-serif;
}
/* h3_2 ブログ記事タイトル用*/
h3.heading3_2 {
	font-size: 16px;
	font-weight: bold;
	color: #393939;
}
h3.heading3_2.category_1::before{
	display: block;
	content: '読書日記';
	width: 70px;
	text-align: center;
	color: #FFFFFF;
	padding: 2px 5px;
	font-weight: normal;
	font-size: 13px;
	background-color: #696969;
	
}

/* 480px */
@media only screen and (max-width: 30em) {
h2.heading2_2 {
	font-size: 18px;
}
}
/* =========== 共通 =========== */



/* =========== footer =========== */
footer.footer_area{
	border-top: 1px solid #C7C7C7;
	padding: 50px 0;
	margin: 0 300px 0 50px;
}
small.footer_copyright{
	display: block;
	font-size: 12px;
	letter-spacing: 1;
	font-family: 'Josefin Sans', sans-serif;
}
/* 1200px */
@media only screen and (max-width: 75em) {
footer.footer_area{
	margin: 0 100px 0 20px;
}
}
/* 768px */
@media only screen and (max-width: 48em) {
footer.footer_area{
	margin: 0 20px 0 20px;
	padding: 20px 0 30px 0;
}
small.footer_copyright{
	text-align: center;
}
}
/* =========== footer =========== */