@charset "UTF-8";

/* =========== imgbox =========== */
div.img_box {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
div.img_box a{
	position: relative;
}
div.img_box .img_box_top{
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	box-shadow: 2px 2px 4px #d8d8d8;
}
div.img_box .img_box_top2{
	width: 49%;
	margin-bottom: 30px;
	position: relative;
	box-shadow: 2px 2px 4px #d8d8d8;
}
div.img_box a::before{
  background-color: rgba(0,0,0,0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  transition: 1.0s;
}
div.img_box a:hover::before{
  background-color: rgba(0,0,0,0.2);
}

/* 768px */
@media only screen and (max-width: 48em) {
div.img_box .img_box_top2{
	width: 100%;
}
}


/* ===== /gallery ===== */
p.img_box_txt1{
	position: absolute;
	bottom: -25px;
	right: 0;
	color: #FFF;
	font-size: 13px;
}
div.img_box .img_box_gallery{
	width: 32%;
	margin-bottom: 30px;
	box-shadow: 2px 2px 4px #d8d8d8;
}
div.img_box .img_box_gallery img{
	height: 250px;
	object-fit: cover;
	/*object-fit: contain;*/
}
/* 調整用 */
div.img_box .img_box_gallery_no{
	width: 32%;
	margin-bottom: 30px;
}
/* 1200px */
@media only screen and (max-width: 75em) {
div.img_box .img_box_gallery img{
	height: 100px;
}
}
/* 768px */
@media only screen and (max-width: 48em) {
p.img_box_txt1{
	bottom: -20px;
	font-size: 10px;
}
div.img_box .img_box_gallery img{
	height: 150px;
}
}
/* 480px */
@media only screen and (max-width: 30em) {
div.img_box .img_box_gallery img{
	height: 80px;
}
}






/* =========== about =========== */
div.img_box_about {
	width: 150px;
}
div.about_txtarea p{
	font-size: 14px;
	letter-spacing: 0.5px;
}
div.about_txtarea p span{
	font-size: 16px;
	font-weight: bold;
	color: #3E3E3E;
	/*font-family: 'Josefin Sans', sans-serif;*/
}
/* 480px */
@media only screen and (max-width: 30em) {
div.img_box_about {
	width: 100px;
}
div.about_txtarea p{
	font-size: 12px;
}
}



/* =========== contact =========== */
div.contact_txtarea p{
	font-size: 14px;
	letter-spacing: 0.5px;
}
div.contactBox{
	font-size: 14px;
	font-weight: bold;
	width: 540px;
}
div.contactBox dl dt::after{
	content: "(必須)";
	color: #3A3A3A;
	/*color: #FFF;
	background-color: #C1494B;
	font-size: 12px;*/
	font-weight: normal;
	/*padding: 1px 5px;
	border-radius: 3px;*/
	margin-left: 5px;
}
div.contactBox .contactBox-content input {
	width: 100%;
	height: 50px;
	padding: 0 !important;
	background-color: #F9F9F9;
	/*border: 1px solid #939393;*/
	border: none;
	border-radius: 3px;
	/*padding: 0 5%;*/
}
div.contactBox .contactBox-content textarea {
	width: 100%;
	/*padding: 5%;*/
}
.contactform_error {
	color: #FF1C1F;
}
.contactBox_btn {
	background-color: #bc8f8f;
	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;
}
/* 1200px */
@media only screen and (max-width: 75em) {
div.contactBox{
	width: 80%;
}
}
/* 768px */
@media only screen and (max-width: 48em) {
div.contactBox{
	width: 100%;
	margin: auto;
}
}
/* 480px */
@media only screen and (max-width: 30em) {
div.contact_txtarea p{
	font-size: 12px;
}
}



/* =========== works =========== */
div.contents_box_works {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
div.contents_box_works_inner {
	width: 23%;
	box-shadow: 2px 2px 4px #d8d8d8;
	padding: 20px;
}
div.contents_box_works_inner p {
	font-size: 12px;
	font-weight: normal;
}
div.contents_box_works_inner a {
	font-size: 12px;
	font-weight: normal;
}

/* 480px */
@media only screen and (max-width: 30em) {
div.contents_box_works_inner {
	width: 48%;
	box-shadow: 2px 2px 4px #d8d8d8;
	padding: 20px;
}
}



/* =========== blog =========== */
div.contents_box_blog {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
article.contents_box_blog_inner {
	position: relative;
	width: 32%;
	box-shadow: 2px 2px 4px #d8d8d8;
	padding: 0;
	z-index: 1;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	border-radius: 15px;
}
article.contents_box_blog_inner a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2;
  	transition: 1.0s;
	border-radius: 15px;
}
article.contents_box_blog_inner a:hover {
 	background-color: rgba(0,0,0,0.2);
  	transition: 1.0s;
}
article.contents_box_blog_inner img{
	border-radius: 15px 15px 0 0;
}
div.contents_box_blog_inner_textarea {
	padding: 10px;
}
div.contents_box_blog_inner_textarea p {
	font-size: 12px;
	text-align: right;
	color: #C7C7C7;
}
section.blog_report {
}

/* ===== 読書日記テンプレ ===== */
section.blog_report p.report_text{
	font-size: 14px;
	margin-bottom: 20px;
	color: #696969;
}
section.blog_report img.report_img{
	width: 25%;
}
/*引用*/
blockquote {
    position: relative;
    padding: 10px 15px 10px 60px;
    box-sizing: border-box;
    font-style: italic;
    /*background: #f5f5f5;*/
	/*border: 1px solid #bc8f8f;*/
    color: #777777;
    border-left: 4px solid #bc8f8f;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);*/
}
blockquote:before{
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
    content: "“";
	font-family: 'Fraunces', serif;
    color: #bc8f8f;
    font-size: 50px;
    line-height: 1;
}
blockquote p {
    padding: 0;
    margin: 7px 0;
    line-height: 1.7;
	font-size: 14px;
}
blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

/* ===== どうでもいいような大事な話テンプレ ===== */
section.blog_report h3 {
	display: block;
	font-size: 18px;
	font-weight: bold;
}


/*ボタン*/
a.blog_btn {
	display: block;
	padding: 5px;
	width: 100px;
	text-align: center;
	text-decoration: none;
	color: #393939;
	font-size: 14px;
	font-weight: bold;
  	transition: 1.0s;
}
.arrow{
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.arrow::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #393939;
  border-right: solid 2px #393939;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -4px;
}

/* 480px */
@media only screen and (max-width: 30em) {
article.contents_box_blog_inner {
	width: 100%;
}
blockquote {
	margin: 0;
	margin-bottom: 20px !important;
    padding: 10px 15px 10px 40px;
}
blockquote:before{
    position: absolute;
    top: 7px;
    left: 7px;
}
blockquote p {
	font-size: 13px;
}
}

/* ====== SNSシェアボタン ====== */
/* ボタンの装飾　*/
.btn_tw {
}

/* ボタンホバーで色を薄く */
.btn_tw:hover {

}
div.sns_share_area {
	border-top: 1px #C7C7C7 dotted;
	border-bottom: 1px #C7C7C7 dotted;
	padding: 15px 0;
}
div.sns_share_area a {
	display: inline-block;
	width: 40px;
	margin: auto;
}

/* ====== ページネーションボタン ====== */
.list-group{}

.pagination{
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 5px;
	margin-bottom: 20px;
}

.list-group-item {
}

.pagination li{
    margin: 5px;
	line-height: 0.5;
    box-shadow: 2px 2px 4px #d8d8d8;
	background-color: #CFCFCF;
}

.pagination a{
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    padding: 20px;
  	transition: 0.5s;
}

.pagination a:hover{
    background-color: #393939;
	color: #FFFFFF;
  	transition: 0.5s;
}

.active{
	background-color: #393939 !important;
	color: #FFFFFF;
}












/* ========== marginBottom ========== */
.mb0{ margin-bottom:0 !important; }
.mb05{ margin-bottom:5px !important; }
.mb10{ margin-bottom:10px !important; }
.mb20{ margin-bottom:20px !important; }
.mb30{ margin-bottom:30px !important; }
.mb40{ margin-bottom:40px !important; }
.mb50{ margin-bottom:50px !important; }
.mb60{ margin-bottom:60px !important; }
.mb70{ margin-bottom:70px !important; }
.mb80{ margin-bottom:80px !important; }
.mb90{ margin-bottom:90px !important; }
.mb100{ margin-bottom:100px !important; }
