/***********************
  お決まり
************************/
@charset "shift_jis";


/**********************
  ページ独自設定
***********************/
h2 {
	margin-top: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 110%;
	font-weight: normal;
	color: #337d70;
	text-align: center;
	text-shadow: 1px 1px 2px #9fa4a3;
	border-top: 2px solid #337d70;
	border-bottom: 2px solid #337d70;
}
#contents {
	margin-top: 30px;
	display: flex;
}
#left {
	width: 48%;
}
#nihon1 {
	width: 100%;
	position: relative;
}
h3 {
	font-size: 110%;
	font-weight: normal;
}
#syodai {
	padding-left: 65px;
	color: #337d70;
	text-shadow: 1px 1px 2px #9fa4a3;
}
#nihon1 #medaru{
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 10;
}
#grachan {
	color: white;
	padding: 20px;
	padding-right: 160px;
	background-color: #337d70;
	opacity: 0.7;
	border-radius: 5px;
	z-index: 1;
}
#nihon1 #shatyo {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
}
#nihon1 a {
	display: inline-block;
	line-height: 1em;
	margin-top: 5px;
	padding: 3px 0px 1px 10px;
	background-color: white;
	border: 1px solid white;
	border-radius: 5px;
	font-size: 80%;
	font-family: 'Anton', sans-serif;
	color: #337d70;
}
#nihon1 a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.arrow {
  	position: relative;
  	/*display: inline-block;*/
  	padding-left: 20px;
}
.arrow:before {
  	content: '';
  	width: 5px;
  	height: 5px;
  	border: 0;
  	border-top: solid 2px red;
  	border-right: solid 2px #337d70;
  	transform: rotate(45deg);
  	position: absolute;
  	top: 0;
  	left: 5px;
  	bottom: 0;
  	margin: auto;
}
#service {
	margin-top: 30px;
	padding: 10px 20px 0px; 20px;
	background-color: #fcac67;
	border-radius: 5px;
	
}
#osada {
	color: #337d70;
	font-weight: bold;
	text-shadow: 1px 1px 2px #ffffff;
	margin-bottom: 10px;
}
.snai {
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	border-top: 1px dotted white;
}
.sbun {
	margin-left: 20px;
}
.sttlbak {
	line-height: 100%;
	display: inline-block;
	padding: 2px 2px 2px 2px;
	background-color: #337d70;
	opacity: 0.8;
	margin-bottom: 10px;
}
.sttl {
	/*font-size: 110%;*/
	color: white;
	/*border : 2px solid #337d70;*/
	padding: 5px 10px 2px 10px;
	border: 1px solid white;
}
.sbun {
	line-height: 150%;
}
#center {
	width: 4%;
}
#right {
	width: 48%;
}
.sns{
}
.sns-title{
	display: flex;
	vertical-align: middle;

	font-size: 110%;
	font-weight: normal;
	color: #337d70;
	text-shadow: 1px 1px 2px #9fa4a3;
}
.sns-title .insta-icon{
	height: 25px;
	margin-top: .3rem;
}
.sns-title p{
	margin-left: 10px;
}
.gallery{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.gallery li{
	list-style: none;
	width: 32%;
	/*height: 108.797px;*/
	/*height: 150px;*/
	aspect-ratio: 4 / 3;
	/*margin: .08rem 0.5%;*/
	/*margin-top: .5%;*/
	margin-bottom: .5%;
	position: relative;
}
.gallery li a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.gallery li a:hover{
	opacity: 1;
}
.gallery li a:hover::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
}
.gallery li img{
	width: 100%;
	height: 100%;	
	object-fit: cover;
}
.gallery li a .video{
	position: absolute;
	top: 0;
	right: 3px;
	color: #fff;
	display: none;
}
.gallery li a:hover .video{
	display: block;
}
.gallery li .video::before{
	font-family: "Font Awesome 5 Free";
	content: '\f03d';
	font-weight: 900;
}
.gallery li a .c{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	display: none;
}
.gallery li a:hover .c{
	display: block;
	width: 90%;
	text-align: center;
}
.gallery li .like{
	margin-right: 5px;
}
.gallery li .comme{
	margin-left: 5px;
}
.gallery li .like::before{
	font-family: "Font Awesome 5 Free";
	content: '\f004';
	font-weight: 900;
	vertical-align: middle;
	margin-right: 5px;
}
.gallery li .comme::before{
	font-family: "Font Awesome 5 Free";
	content: '\f075';
	font-weight: 900;
	vertical-align: middle;
	margin-right: 4px;
}
.seihin {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	column-gap: 4%;
}
.sei1 {
	margin-top: 40px;
}
.sei2 {
	margin-top: 25px;
}
.hin {
	width: 50%;
	border: 1px solid #337d70;
	display: flex;
}
.hin .bimg {
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.hin img {
	width: 150px;
	/*height: 133px;*/
	/*vertical-align: top;*/
}
.hin .colum {
	display: flex;
	flex-direction: column;
}
.hin .ttl {
	margin-top: 20px;
	margin-left: 20px;
	font-size: 100%;
	color: #337d70;
	display: inline-block;
	text-shadow: 1px 1px 2px #9fa4a3;
}
.ttl p {
	display: inline-block;
	line-height: 120%;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
	border-bottom: 2px solid red;
}
.hin .bun {
	display: inline-block;
	margin-top: 15px;
	margin-left:20px;
	margin-right: 20px;
	line-height: 150%;
}
.hin .bun1 {
	display: inline-block;
	margin-top: 1px;
	margin-left:20px;
	margin-right: 20px;
	line-height: 150%;
	font-weight: bold;
}
.bun1 p{
	text-decoration: underline;
}
.bun p{
	display: inline-block;
	flex-grow: 1;
}

.seihin .btn {
	/*margin-top: 10px;*/
	margin-top: auto;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
}
.seihin a {
	display: inline-block;
	line-height: 1em;
	margin-top: 5px;
	padding: 3px 0px 1px 10px;
	border: 1px solid #337d70;
	border-radius: 5px;
	font-size: 80%;
	font-family: 'Anton', sans-serif;
	color: #337d70;
}
.seihin a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#mainobox {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 710px;
}
#maino {
	width: 100%;
}

/**********************
  レスポンシブ設定
***********************/
/* モニター幅960px以下 */
@media only screen and (max-width:1199px) {
}

/* iPad 縦 */
@media only screen and (max-width:768px) {
}

/* スマートフォン 横(ランドスケープ) */
/*@media only screen and (max-width:640px) {*/
@media only screen and (max-width:780px) { /* ヘッダの調整 */
	#contents {
		display: block;
	}
	#left {
		width: 100%;
	}
	#center {
		display: none;
	}
	#right {
		margin-top: 30px;
		width: 100%;
	}
	.seihin {
		display: block;
	}
	.hin {
		width: 100%;
	}
	.seihin .hin2 {
		margin-top: 25px;
	}
	.hin .bimg {
	}
	.hin img {
	}
}
@media only screen and (max-width:720px) {
}
/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px) {
}