@charset 'UTF-8';
img{
	max-width: 100%;
	height: auto;
}
/*************
/* ＃main
*************/
#main {
  width: 100%;
  text-align: left;
  margin-top: 5px;
  float: left;
  padding-top: 0%;
  padding-right: 0;
  padding-bottom: 0%;
  padding-left: 0;

}
#main2 {
  width: 100%;
  text-align: left;
  margin-top: 5px;
  padding-top: 0%;
  padding-right: 0;
  padding-bottom: 0%;
  padding-left: 0;
}
@media screen and (max-width: 479px) {
  /* 479px以下用（タイトル改行）の記述 */
  #main {
    padding: 0%;
  }
  #main2 {
    padding: 0%;
  }
}
#main a:hover img {
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
#main img,
#main2 img{
    max-width: 100%;
    height: auto;
}
/*************
/* 見出し
*************/
#main h1, #main2 h1 {
    font-size: 1.65rem;
	font-weight: 400;
	font-family: "Noto Serif JP", serif;
    line-height: 1.8;
	letter-spacing: 0.04em;
    text-align: left;
    margin-bottom: 3.246rem;
}
#main h2, #main2 h2 {
	font-size: 1.3rem;
	margin-bottom: 1.8rem;
	background-color: #000;
	color: #fff;
	padding: 0.6rem 1rem 0.8rem;
    line-height: 1.5;
	letter-spacing: 0.1em;
	font-weight: 400;
	font-family: "Noto Serif JP", serif;
}
#main h3, #main2 h3 {
    font-size: 1.3rem;
	font-weight: 400;
	font-family: "Noto Serif JP", serif;
    line-height: 1.5;
	letter-spacing: 0.04em;
    text-align: left;
    margin-bottom: 1.3rem;
}
@media screen and (min-width: 1200px){
	#main h1, #main2 h1{
		font-size: 2.33rem;
		margin-bottom: 3.76rem;
	}
}

/*******************************
/* フォント
*******************************/
.t1 {
	font-size: 1.8rem !important;
	font-weight: 400;
	font-family: "Noto Serif JP", serif;
}
.t2 {
  font-size: 1.6rem !important;
	font-weight: 400;
	font-family: "Noto Serif JP", serif;
}
.t3 {
  font-size: 1.4rem !important;
	font-weight: 400;
	font-family: "Noto Serif JP", serif;
}
.t4 {
  font-size: 1.1rem !important;
	font-weight: 400;
	font-family: "Noto Serif JP", serif;
}
.txt-small {
  font-size: 0.8rem;
  color: #565656;
}
.txtmin {
  font-size: 1rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.marker {
  background: linear-gradient(transparent 60%, #FFDD00 40%);
}
.f-eng{
    font-family: "Inter", serif;
	font-weight: 400;
	font-style: normal;
}
/*---------------------------
テキスト・フォント装飾
---------------------------*/
.tel {
  font-size: 2.0em;
  font-family: 'Playfair Display', serif;
}
menu, ol, ul {
  padding: 0 0 0 0px;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
/*レスポンシブ揃え*/
@media screen and (min-width: 576px) {
  .txtmain {
    text-align: center;
  }
}
/* レスポンシブル対応
----------------------------------------------------------------------------------------------------*/
.responsible {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.responsible iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/*---------------------------
画像の丸いリンク
---------------------------*/
.img_ling {
  border-radius: 50%;
  width: 280px;
  height: 280px;
}
/*---------------------------
hoverGray
---------------------------*/
.toGray {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: 0.5s;
}
.toGray:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(1000%);
}
/* hover_ani */
.zoom {
  display: block;
  width: 100%;
  overflow: hidden;
}
a .zoom {
  margin: 0;
}
a .zoom img {
  width: 100%;
  height: auto;
  transition: .5s;
}
a:hover .zoom img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* page-button
----------------------------------------------------------------------------------------------------*/
.page-area {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0;
	text-align: center;
}
.page-area a {
	width: 100%;
	padding: 1.2rem 2rem;
	border: 1px solid rgba(0,0,0,0.5);
	color: #000;
	font-size: 0.9375rem;
	font-weight: 400;
	text-align: center;
	border-radius: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: .3s;
}
.page-area a:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
	transition: 0.3s;
}
.page-more {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0;
	text-align: center;
}
.page-more a {
	width: 100%;
	padding: 1.2rem 2rem;
	border: 1px solid rgba(0,0,0,0.5);
	color: #fff;
	background-color: #000;
	font-size: 0.9375rem;
	font-weight: 400;
	text-align: center;
	border-radius: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: .3s;
}
.page-more a:hover {
	color: #000;
	background-color: #fff;
	text-decoration: none;
	transition: 0.3s;
}
@media screen and (min-width: 768px){
	.page-area{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.page-more{
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
@media screen and (min-width: 1200px){
	.page-area a{
		padding: 1.4rem 2rem;
	}
	.page-more a{
		padding: 1.4rem 2rem;
	}
}
/*--gallery--*/
.gallery_subtitle {
  color: #666666;
}
/*--投稿一覧--*/
.post_archiveimgbox a {
  display: block;
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 768px) {
  .post_archiveimgbox {
    width: 100%;
    height: auto;
    max-height: 270px;
  }
}
.post_archiveimgbox img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
/*--投稿画像--*/
img.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* Margin and Paddings 
----------------------------------------------------------------------------------------------------*/
.m10 {
  margin: 10px;
}
.m20 {
  margin: 20px;
}
.m40 {
  margin: 40px;
}
.m10-top {
  margin-top: 10px;
}
.m20-top {
  margin-top: 20px;
}
.m30-top {
  padding-top: 30px;
}
.m40-top {
  margin-top: 40px;
}
.m60-top {
  margin-top: 60px;
}
.m80-top {
  margin-top: 80px;
}
.m10-right {
  margin-right: 10px;
}
.m20-right {
  margin-right: 20px;
}
.m40-right {
  margin-right: 40px;
}
.m10-bottom {
  margin-bottom: 10px;
}
.m20-bottom {
  margin-bottom: 20px;
}
.m30-bottom {
  margin-bottom: 30px;
}
.m40-bottom {
  margin-bottom: 40px;
}
.m60-bottom {
  margin-bottom: 60px;
}
.m80-bottom {
  margin-bottom: 80px;
}
.m10-left {
  margin-left: 10px;
}
.m20-left {
  margin-left: 20px;
}
.m40-left {
  margin-left: 40px;
}
.p10 {
  padding: 10px;
}
.p20 {
  padding: 20px;
}
.p40 {
  padding: 40px;
}
.p10-top {
  padding-top: 10px;
}
.p20-top {
  padding-top: 20px;
}
.p40-top {
  padding-top: 40px;
}
.p10-right {
  padding-right: 10px;
}
.p20-right {
  padding-right: 20px;
}
.p40-right {
  padding-right: 40px;
}
.p10-bottom {
  padding-bottom: 10px;
}
.p20-bottom {
  padding-bottom: 20px;
}
.p40-bottom {
  padding-bottom: 40px;
}
.p60-bottom {
  padding-bottom: 60px;
}
.p10-left {
  padding-left: 10px;
}
.p20-left {
  padding-left: 20px;
}
.p40-left {
  padding-left: 40px;
}
