@charset "UTF-8";

*, *::before, *::after {
	box-sizing: inherit;
	min-height: 0;
	min-width: 0;
}

html {
  box-sizing: border-box;
}

body {
	font-family: serif;
	color: #333;
	font-weight: 100;
}

.title {
	font-size: 26px;
	width: 90%;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	margin: 0 auto 10px;
	font-weight: normal;
}

.page_title {
	width: 80%;
	margin:0 10% 100px;
	padding-top: 100px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	background-color: #FFF;
}

p {
	line-height: 1.8;
}

a {
	text-decoration: none;
	color: #333;
}

.moreinfo {
	line-height: 1;
}

.moreinfo img {
	width: 160px;
	height: auto;
}

.moreinfo a {
	transition: all .3s ease;
}

.moreinfo a:hover {
	opacity: .5;
}

img {
	vertical-align: top;
}

address {
	font-style:normal;
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

.pc_break {
	display: none;
}

.first_view__left #logo {
	text-align: center;
}

.false_message {
	display: none;
}

.InstaBtn {
	display: block;
	width: calc( 40px * 2 );
	height: calc( 40px * 2 );
	padding: calc( 40px / 2 );
	background-color: #fff;
	border-radius: 12px 0 0 12px;
	position: fixed;
	top: 76px;
	right: 0;
	z-index: 99;
	cursor: pointer;
}

.InstaBtn:hover {
	opacity: 0.5;
}

@media only screen and (min-width:768px) {
	.title {
		width: 500px;
		font-size: 32px;
	}
	
	.page_title {
		width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#logo img {
		width: 250px;
		height: auto;
	}
	
	.pc_break {
		display: inline;
	}

}