main {
	overflow-x: hidden;
}
html,body {
	max-width: 100vw;
}
body {
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 0.6px;
	font-weight: 400;
	color:rgba(30, 39, 47,0.8);
	font-family: "minion-pro", serif;
}
img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
/*header {
	background-color: #fff;
	padding:20px;
}*/
.inner {
	width: 1100px;
	margin:0 auto;
}
.text-inner {
	width:690px;
	margin:0 auto;
}
.flex {
	display: flex;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.justify-end {
	justify-content: flex-end;
}
.flex-center {
	align-items: center;
}
.flex-wrap {
	flex-wrap: wrap;
}
.col-1-2 {
	width:45%;
}
.col-1-3 {
	width:30%;
}
.col-2-3 {
	width:60%;
}
.col-1-4 {
	width:23%;
}
.col-3-4 {
	width:73%;
}
.col-1-5 {
	width:18%;
}
.col-4-5 {
	width:72%;
}
.bg-gray {
	background-color:#F8F7F5;
}
.bg-beige {
	background-color:#F0EDE4;
}
.bg-beige-box {
	padding: 16px 20px;
	box-shadow: 0 0 12px 6px rgba(0,0,0,0.15);
	background-color:#e2daca;
}
.top-ttl {
	font-size:44px;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px
}
.top-sub {
	font-size:40px;
	line-height: 56px;
	font-weight: 500;
	margin: 30px 0;
}
.center {
	text-align: center;
}
.mt-0 {
	margin-top:0!important; 
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-60 {
	margin-bottom: 60px;
}
.pt-20 {
	padding-top:20px;
}
.pt-40 {
	padding-top:40px;
}
.pt-60 {
	padding-top:60px;
}
.pt-80 {
	padding-top:80px;
}
.pt-100 {
	padding-top:100px;
}
.pt-120 {
	padding-top:120px!important;
}
.pb-20 {
	padding-bottom:20px;
}
.pb-40 {
	padding-bottom:40px;
}
.pb-60 {
	padding-bottom:60px;
}
.pb-80 {
	padding-bottom:80px;
}
.pb-100 {
	padding-bottom:100px;
}
.pb-120 {
	padding-bottom:120px!important;
}
.btn {
	display: inline-block;
	padding: 20px;
	margin:0;
	width:540px;
	color:#FDFDFD;
	background-color: #8C6D2C;
	font-size: 28px;
	line-height: 36px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.15);
	font-family: "minion-pro", serif;
}
a:hover, .btn:hover {
	opacity: 0.8;
	transition: 0.3s;
}

.solo-v .btn {
	display: inline-block;
	padding: 10px 20px;
	margin:30px auto 10px;
	width:fit-content;
	color:#FDFDFD;
	background-color: #8C6D2C;
	font-size: 20px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.15);
	text-transform: uppercase;
}
.solo-v a:hover,.solo-v .btn:hover {
	opacity: 0.8;
	transition: 0.3s;
}
#concept {
	position: relative;
	padding: 100px 0;
}
#concept .inner {
	position: relative;
	z-index: 1;
}
#concept img.left {
	position: absolute;
	top:200px;
	left:0px;
}
#concept img.right {
	position: absolute;
	top:200px;
	right:0px;
}
#about .inner {
	position: relative;
	z-index: 1;
}
#about .flex {
	margin-bottom: 80px;
}
#about .col-1-2 img {
	width:100%;
}
.col-plus {
	margin:0 20px;
}
.about-head-box {
	padding: 20px 0 10px;
	background-color: #fff;
}
.about-head-box p {
	font-size: 24px;
	font-weight: bold;
}
.about-head-box img {
	width:auto!important;
}
.bg-temple {
	height: 65vh;
	background-image: url(/wp/wp-content/themes/tranquwell_v5_3/images/lp/bg/sensoji.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.bg-takigyo {
	height: 65vh;
	background-image: url(/wp/wp-content/themes/tranquwell_v5_3/images/lp/bg/07takigyo.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#service {
	padding: 80px 0;
}
#service .col-1-2:nth-child(1) {
	margin-top: -160px;
	background-color: #fff;
}
#service h2 {
	margin-bottom: 80px;
	padding: 20px 30px;
}
#service h3 {
	line-height: 30px;
	color:#8C6D2C;
	font-weight: bold;
	margin:20px 0 40px;
}
#service p {
	font-size: 18px;
	line-height: 30px;
}
#service ul {
	list-style-image: url(/wp/wp-content/themes/tranquwell_v5_3/images/lp/logo/check.svg);
	padding-left: 24px;
}
#service ul li {
	font-size: 18px;
	margin-bottom: -20px;
}

.bg-forest {
	height: 65vh;
	background-image: url(/wp/wp-content/themes/tranquwell_v5_3/images/lp/bg/forest.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#sample {
	padding: 80px 0;
}
.sample-box.solo-v {
	width:48%;
	padding: 30px 16px;
	font-family: "minion-pro", serif;
}
.sample-box {
	background-color: #fff;
	padding: 30px;
	box-shadow:0 0 12px 6px rgba(0,0,0,0.25) ;
	font-family: "nunito-sans", sans-serif;
}
.sample-box h2 {
	margin-bottom: 20px;
	font-family: "minion-pro", serif;
	font-size: 24px;
	font-weight: 700;
}
.sample-box p {
	font-size: 16px;
	line-height: 24px;
	color:rgba(30, 39, 47,0.8);
}
.sample-box p.color-beige {
	text-align: center;
}
.sample-box .col-4-5 {
	padding:10px 0;
}
.solo-v .ticket-box {
	padding: 10px;
	width:100%;
}
.ticket-box {
	background-color: #F8F7F5;
	padding: 10px 20px;
}
#sample hr {
	height:160px;
	 width:0.8px;
	 border-width:0;
	 color:#E4D6A5;
	 background-color:#E4D6A5;
}
#sample hr.second {
	height:128px;
}
#sample .bottom-text {
	font-family: "minion-pro", sans-serif;
	text-align: center;
}
.white-box {
	padding: 10px 20px;	
}
.b-l {
	border: 1px solid #E9DFBE;
}
.day-tag {
	font-family: "minion-pro", sans-serif;
	font-size:24px;
	line-height: 30px;
	padding:0px 16px;
	align-content: center;
	margin:4px 10px 4px 0;
	background-color:#CBE2DF;
	color:#3A4249;
	display: inline-block;
	height: 40px;
}
.font-minion {
	font-family: "minion-pro", serif!important;
}
.color-beige {
	color:#b49665!important;
}
.font-weight-700 {
	font-weight: 700;
}
/*footer {
	background-color:#DBC887;
	color:#fff;
	font-size:20px;
	padding:40px 60px;
}
footer .logo {
	width: 220px;
}
footer .col-1-5 {
	width: 75px;
}
footer .col-1-5 img {
	width:40px;
}
.footer03 .copy {
	line-height: 1.4;
}*/
.pc {
	display: block;
}
.sp {
	display: none;
}
@media screen and (min-width:1200px) {
	.inner {
		max-width: 1100px;
		margin:0 auto;
	}
}
@media screen and (min-width:992px) { 
	.inner  {
		max-width: 90%;
	}
}
@media screen and (min-width: 768px) {
	.inner  {
		max-width: 90%;
	}
}
@media screen and (max-width:768px) {
	body {
		font-size: 16px;
		line-height: 20px;
	}
	img {
		width:100%;
	}
	.inner  {
		width: 90%;
	}
	.flex {
		display: block;
	}
	.logo {
		width:180px;
	}
	.text-inner {
		width:100%;
	}
	.col-1-2 {
		width:100%;
	}
	.col-1-3 {
		width:100%;
	}
	.col-2-3 {
		width:100%;
	}
	.col-1-4 {
		width:100%;
	}
	.col-3-4 {
		width:100%;
	}
	.col-1-5 {
		width:100%;
	}
	.col-4-5 {
		width:100%;
	}

	.top-ttl {
		font-size:24px;
		line-height: 26px;
		margin-bottom: 40px
	}
	.top-sub {
		font-size:28px;
		line-height: 34px;
		margin: 30px 0;
	}

	.col-plus {
		width:42px;
		margin: 20px auto; 
	}
	.mb-20-sp {
		margin-bottom: 20px;
	}
	.btn {
		width:100%;
		padding: 16px 0;
		margin:20px 0 0;
		font-size: 30px;
	}

	#concept {
		padding: 80px 0!important;
	}
	#concept p {
		line-height: 28px;
	}

	#concept img.left {
		display: none;
	}
	#concept img.right {
		top:100px;
		right:-100px;
	}
	#about .flex {
		margin-bottom: 40px;
	}
	.about-head-box {
		padding: 10px 0;
	}
	.about-head-box img {
		width:100%!important;
	}
	#about .bottom-text {
		font-size: 22px;
		line-height: 26px;
	}

	.bg-temple, .bg-forest ,.bg-takigyo{
		height: 30vh;
	}

	.bg-forest {
		background-image: url(/wp/wp-content/themes/tranquwell_v5_3/images/lp/bg/forest-sp.png);
	}
	#service {
		padding: 40px 0;
	}
	#service .col-1-2:nth-child(1) {
		margin-top: -94px;
		margin-bottom: 50px;
	}
	#service h2 {
		margin-bottom: 30px;
		padding: 10px 16px;
	}
	#service h3 {
		line-height: 28px;
		color:#8C6D2C;
		font-weight: 500;
		margin:20px 0 30px;
		font-size: 18px;
	}	
	#service p {
		font-size: 16px;
		line-height: 26px;
	}
	#service ul li {
		font-size: 16px;
		line-height: 26px;
	}
	#sample {
		padding: 40px 0;
	}
	#sample h2 {
		margin-bottom: 30px;
		line-height: 32px;
	}
	#sample h2 img {
		width:85%;
	}
	#sample .sp p {
		font-size: 16px;
		line-height: 20px;
		font-family: "nunito-sans", sans-serif;
		margin-bottom: 40px;
	}
	.sample-box p.color-beige {
		margin-bottom:10px;
		text-align: right;
	}
	.sample-box .col-4-5 {
		padding: 0 0 10px;
	}

	.ticket-box,.white-box {
		padding: 10px;
	}
	.white-box {
		margin-bottom: 20px;
	}
	#sample hr {
		height:0.8px;
		width:100%;
		color:#E4D6A5;
		background-color:#E4D6A5;
		margin: 10px 0;
	}
	#sample hr.second {
		height:0.8px;
	}
	#sample .bottom-text {
		text-align: left;
	}
	.sample-box {
		padding: 20px;
	}

	.sample-box.solo-v {
		width:100%;
		margin-bottom: 30px;
	}

	footer {
		font-size:12px;
		line-height: 14px;
		padding:20px 10px;
	}
	footer .flex {
		display: flex;
	}
	footer .logo {
		width: 120px;
	}
	footer .col-1-5 img {
		width:25px;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.btn {
		padding: 16px;
		margin:0;
		width:80%;
		font-size: 18px;
		line-height: 28px;
	}	
	.solo-v .btn {
		padding: 16px;
		margin:30px auto 10px;
		width:fit-content;
		font-size: 16px;
	}
	.pt-120 {
		padding-top:60px!important;
	}
	.pb-120 {
		padding-bottom:60px!important;
	}
	.wid-32 {
		width:32%;
	}
}