/*
----------------------------------------
reset
----------------------------------------
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote: before, blockquote:after,
q: before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor:help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}


/*
----------------------------------------
common
----------------------------------------
*/

html[lang=ja] {
	margin-top: 0 !important;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.video {
	max-width: 800px;
	margin: 30px auto;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.sp {
	display: none;
}

.ofi img {
	object-fit: cover;
	font-family: 'object-fit: cover;' /* ie */
}

/* clearfix */

.clearfix:before,
.clearfix:after {
	display: table;
	content: '';
}
.clearfix:after {
	clear: both;
}

/* scrollbar */

/*
::-webkit-scrollbar {
	width: 5px;
	background: transparent;
}

::-webkit-scrollbar-track {
	box-shadow: none;
}

::-webkit-scrollbar-thumb {
	background-color: #ccc;
	box-shadow: none;
}
*/

.topic-path {
	white-space: nowrap;
	overflow: auto;
}

#breadcrumbs {
	font-size: 1.4rem;
	margin: 16px 0;
}

#breadcrumbs a {
	display: inline-block;
	text-decoration: underline;
	position: relative;
	margin-right: 33px;
	color: #52b0d1;
}

#breadcrumbs a::after {
	content: url( ../img/common/svg/arrow-02.svg );
	line-height: .5;
	position: absolute;
	right: -23px;
	top: 50%;
	transform: translate( -50%, -50% );
}

#breadcrumbs .breadcrumb_last {
	/*padding-right: 2rem;*/
}
/*
#wrapper .slick-slide {
	opacity: .5;
	transition: all .2s;
}

#wrapper .slick-slide img {
	width: 100%;
}

#wrapper .slick-active {
	opacity: 1;
}

#wrapper .slick-dots {
	margin: 0;
	bottom: -45px;
}

#wrapper .slick-dots li {
	padding: 0;
	margin: 0 5px;
	letter-spacing: 0;
}

#wrapper .slick-dots li::before {
	display: none;
}

#wrapper .slick-dots li button:before {
	font-size: 12px;
	color: #ddd;
	opacity: 1;
}

#wrapper .slick-dots li.slick-active button:before {
	color: var( --main-color );
	opacity: 1;
}

#wrapper .slick-prev,
#wrapper .slick-next {
	width: 60px;
	height: 60px;
	z-index: 99;
	transition: all .2s;
}

#wrapper .slick-prev {
	left: 0;
	background: var( --base-color ) url( ../img/common/svg/arrow-prev-wh.svg ) center center / 8px no-repeat;
}

#wrapper .slick-next {
	right: 0;
	background: var( --base-color ) url( ../img/common/svg/arrow-next-wh.svg ) center center / 8px no-repeat;
}

#wrapper .slick-prev:before,
#wrapper .slick-next:before{
	display: none;
}

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
	border-radius: 50%;
	padding: 3px;
	transition: all .2s;
}
*/

/* font */

.en {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	word-break: break-all;
}

.en-02 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.heading-01 {
	font-size: 2.8rem;
	letter-spacing: 2.5px;
	line-height: 1.5;
	padding-left: 4.5rem;
	margin-bottom: 2rem;
	position: relative;
}

.heading-01::before {
	content: '';
	width: 30px;
	height: 1px;
	/* background: #c4ac6d; */
	background: #000;
	position: absolute;
	top: 50%;
	left: 0;
}

/* ttl */

.ttl-01 {
	text-align: center;
	position: relative;
	padding-bottom: 7.5rem;
	margin-bottom: 3.5rem;
}

.ttl-01::after {
	content: '';
	width: 2px;
	height: 60px;
	background: var( --main-color );
	position: absolute;
	bottom: 0;
	left: calc( 50% - 1px );
}

.ttl-01 .en {
	font-size: 6rem;
	line-height: 1.15;
	text-transform: capitalize;
	color: var( --main-color );
}

.ttl-01 .jp {
	font-size: 2rem;
	font-weight: normal;
	letter-spacing: 2.4px;
}

/* btn */

.btn-01 {
	text-align: center;
}

.btn-01 a {
	display: inline-block;
	width: 300px;
	max-width: 100%;
	font-size: 1.8rem;
	line-height: 1.5;
	padding: 13.5px 10px 15.5px;
	border-radius: 30px;
	box-shadow: 0 2px 8px rgba( 0, 0, 0, .1 );
	background: var( --main-color );
	color: #fff;
	border: solid 2px var( --main-color );
}

/* list */

.list-01 li {
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: .6rem;
	line-height: 1.8;
	letter-spacing: 1.8px;
}

.list-01 li::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var( --main-color );
	position: absolute;
	top: 12px;
	left: 0;
}

/* layout */

.wrap {
	width: 100%;
	max-width: 1160px;
	padding: 0 30px;
	text-align: left;
	margin: 0 auto;
}

.flex {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}


/*
----------------------------------------
default
----------------------------------------
*/

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	/*font-family: 'Noto Sans JP', sans-serif;*/
	font-feature-settings: 'palt';
	line-height: 2;
	width: 100vw;
	text-align: center;
	color: #333;
	box-sizing: border-box;
	position: relative;
	-webkit-text-size-adjust: 100%;
	overflow-scrolling: touch;
}

body * {
	box-sizing: border-box;
}

:root {
	--main-color: #C5A882;
	--main-on-color: #d4bea2;
	--main-light-color: #faf7f3;
	--base-color: #2E344F;
	--base-txt-color: #fff;
}

a {
	color: #333;
	text-decoration: none;
	transition: all .2s;
}

ul {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}

#header {
	color: #fff;
	background: #ccc;
}

#header .flex {
	height: 380px;
	justify-content: center;
	align-items: center;
	font-size: 8rem;
	padding-bottom: 15px;
}

footer#footer {
	color: #fff;
	background: #ccc;
}

footer#footer .flex {
	height: 600px;
	justify-content: center;
	align-items: center;
	font-size: 8rem;
}

/* page */

.page-header {
	color: #fff;
	background: url( ../img/common/header-bg.png ) center center / cover no-repeat;
	position: relative;
}

.page-header::after {
	content: '';
	background: var( --base-color );
	opacity: .5;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.page-header .wrap {
	text-align: center;
	position: relative;
	z-index: 99;
}

.page-header .box {
	height: 300px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1.4;
}

.page-header .ttl-en {
	font-size: 6rem;
	/*text-transform: uppercase;*/
}

.page-header .ttl-jp {
	font-size: 2.8rem;
}

.phone-btn a {
	display: block;
	padding: 10px 20px;
	line-height: 1.3;
	text-align: center;
}

.phone-btn .num {
	display: inline-block;
	font-size: 2.4rem;
	white-space: nowrap;
	/*
	padding-left: 1.6rem;
	background: url( ../img/common/svg/icon-phone.svg ) left center no-repeat;
	*/
}

.phone-btn .num::before {
	content: '\f095';
	font-family: fontAwesome;
	font-size: 1.6rem;
	display: inline-block;
	margin-right: .5rem;
	position: relative;
	top: -3px;
}


.phone-btn .note {
	display: block;
	font-size: 1.2rem;
}

.contact-btn a {
	display: block;
	color: #fff;
	padding: 8px 20px 8px 45px;
	text-align: center;
	border: solid 1px var( --main-color );
	background: var( --main-color ) url( ../img/common/svg/icon-contact-wh.svg ) left calc( 50% - 5.2rem ) center no-repeat;
}

.sns-set li {
	padding: 0 1rem;
	line-height: .5;
}

.sns-set a {
	display: inline-block;
}


/*
----------------------------------------
1400
----------------------------------------
*/

@media screen and ( max-width: 1400px ) {

	.phone-btn a {
		padding: 10px 15px;
	}

	.contact-btn a {
		padding: 8px 15px 8px 35px;
	}

}


/*
----------------------------------------
1000
----------------------------------------
*/

@media screen and ( max-width: 1000px ) {

	.ttl-01 {
		padding-bottom: 6rem;
	}

	.ttl-01::after {
		height: 50px;
	}

	.ttl-01 .en {
		font-size: 5rem;
	}

}


/*
----------------------------------------
768
----------------------------------------
*/

@media screen and ( max-width: 768px ) {

	html #wpadminbar {
		display: none;
	}

	body {
		font-size: 1.4rem;
	}

	.wrap {
		padding: 0 20px;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	/*
	#wrapper .slick-prev,
	#wrapper .slick-next {
		width: 40px;
		height: 40px;
	}
	
	#wrapper .slick-prev {
		background: var( --base-color ) url( ../img/common/svg/arrow-prev-wh.svg ) center center / 8px no-repeat;
	}

	#wrapper .slick-next {
		background: var( --base-color ) url( ../img/common/svg/arrow-next-wh.svg ) center center / 8px no-repeat;
	}
	*/
	

	#wrapper .slick-dots {
		bottom: -45px;
	}

	.ttl-01 {
		padding-bottom: 4rem;
		margin-bottom: 2.5rem
	}

	.ttl-01::after {
		height: 30px;
	}

	.ttl-01 .en {
		font-size: 4.5rem;
	}

	.ttl-01 .jp {
		font-size: 1.6rem;
	}

	.btn-01 a {
		font-size: 1.6rem;
		width: 240px;
		padding: 12px 10px 14px;
		border-radius: 27px;
	}

	#breadcrumbs {
		font-size: 1.2rem;
		margin: 20px 0 10px;
	}

	#breadcrumbs a {
		margin-right: 19px;
	}

	#breadcrumbs a::after {
		right: -16px;
	}

	#header .flex {
		height: 150px;
		font-size: 4rem;
		padding-bottom: 5px;
	}

	.heading-01 {
		font-size: 1.8rem;
		padding-left: 3.5rem;
	}

	.heading-01::before {
		width: 20px;
	}

	.list-01 li {
		letter-spacing: .8px;
		margin-bottom: .5rem;
	}

	.list-01 li::before {
		top: 10px;
	}

	.page-header {
		background: url( ../img/common/header-bg-sp.png ) center center / cover no-repeat;
	}

	.page-header .box {
		height: 160px;
	}

	.page-header .ttl-en {
		font-size: 3.2rem;
	}

	.page-header .ttl-jp {
		font-size: 1.6rem;
	}

}


/*
----------------------------------------
hover
----------------------------------------
*/

@media screen and ( min-width: 768px ) {

	.btn-01 a:hover {
		color: var( --main-color );
		background: #fff;
	}

	.contact-btn a:hover {
		border: solid 1px var( --main-on-color );
		background: var( --main-on-color ) url( ../img/common/svg/icon-contact-wh.svg ) left calc( 50% - 5.2rem ) center no-repeat;
	}

	.sns-set a:hover {
		opacity: .75;
	}
	/*
	#wrapper .slick-prev:hover {
		background: var( --main-color ) url( ../img/common/svg/arrow-prev-wh.svg ) right 55% center / 8px no-repeat;
	}

	#wrapper .slick-next:hover {
		background: var( --main-color ) url( ../img/common/svg/arrow-next-wh.svg ) left 55% center / 8px no-repeat;
	}
	*/

}
