@charset "utf-8";
/*
Theme Name: sutcliffe
Theme URI:
Description:
Author: s.t
Author URI:
License:
License URI:
Version: 10000.0
*/
/**
/* CSS RESET START
----------------------------------------------- */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;vertical-align: baseline;box-sizing: border-box;-webkit-box-sizing: border-box;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
input, textarea{margin: 0;padding: 0;outline: none;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;width:100%;}
caption, th{text-align: left;}
img {vertical-align: middle;max-width:100%;height: auto;}
.clearfix {min-height: 1px;}
.clearfix:after {content: "."; display: block;clear: both;height: 0;visibility: hidden;}
.both{clear:both;}
/**
/* CSS START
----------------------------------------------- */
html,body {
	width: 100%;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	color: #000000;
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	letter-spacing: 0.01em;
}
*:focus {
	outline: none!important;
}
#Wrapper{
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow: hidden;
}
*, *:before, *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	word-break: break-all;
}
a{
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	color: #13a8b1;
}
.Com{
	zoom: 1;
}
.Com:before, .Com:after{
	content: "";
	display: table;
}
.Com:after{
	clear: both;
}
br.pc_br,
.pc_img,
.pc{
	display: none;
}
span.sp_br{
	display: block;
}
.roma{
	font-family: 'Allison', cursive;
}
@media only screen and (min-width: 767px){
	br.sp_br,
	span.sp_br,
	.sp_img,
	.sp{
		display: none;
	}
	.pc_img{
		display: inline-block;
	}
	br.pc_br,
	.pc{
		display: block;
	}
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
@media only screen and (max-width: 767px) {
	html,body {
		font-size: 3.6vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	html,body {
		font-size: 15px;
	}
}
/**
/* flex CSS
----------------------------------------------- */
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex_row{
	webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex_between{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex_column{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
		flex-direction: column;
}
.flex_center{
	-webkit-justify-content: center;
	justify-content: center;
}
.flex_wrap{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.flex{
		display: block;
	}
}
/**
/* ヘッダー CSS
----------------------------------------------- */
.global-header .global-nav{
	background: #fff;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
}
.global-header .global-nav .inner{
	width: 94%;
    max-width: 1800px;
    margin: auto;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
.global-header .global-nav .header_logo{
	line-height: 1;
}
.global-header .global-nav .header_logo img{
	width: 215px;
}
.global-header .header-right{
	align-items: center;
}
.global-header .global-nav .language_btn{
	width: 165px;
	margin: 0 0 0 30px;
}
.global-header .global-nav .language_btn select{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	display: block;
	width: 100%;
	background: #ffffff;
	border: 2px solid #13a8b1;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	border-radius: 5px;
	padding: 5px;
}
.global-header .header-view{
	width: 94%;
    max-width: 1800px;
    margin: auto;
	margin-top: 76px;
}
@media only screen and (max-width: 1024px){
	.global-header .global-nav{
		box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
		height: 60px;
	}
	.global-header .global-nav .inner{
		padding: 15px 0;
	}
	.global-header .global-nav .header_logo img{
		width: auto;
		height: 30px;
	}
	.global-header .global-nav .language_btn{
		display: none;
	}
	.global-header .header-view{
		margin-top: 65px;
	}
}
/**
/* ヘッダーナビ CSS
----------------------------------------------- */
.global-nav .drawer-hamburger{
	display: none;
}
.drawer--top .global-nav .drawer-nav{
	position: relative;
	right: auto;
	overflow: visible;
	width: auto;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.global-nav .drawer-nav li{
	display: inline-block;
	line-height: 1;
	border-left: 2px solid #13a8b1;
	margin-left: 15px;
	padding-left: 20px;
}
.global-nav .drawer-nav li:first-child{
	border-left: none;
}
.global-nav .drawer-nav li a{
	display: block;
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
}
.global-nav .drawer-nav .drawer-language{
	display: none;
}
@media only screen and (max-width: 1024px){
	.global-nav .drawer-hamburger{
		display: block;
		width: 30px;
		top: 0;
		z-index: 99999;
		padding: 20px 13px 27px 13px;
	}
	.drawer--top .global-nav .drawer-hamburger,
	.drawer--top.drawer-open .global-nav .drawer-navbar .drawer-hamburger{
		right: 0;
	}
	.drawer--top.drawer-open .global-nav .drawer-hamburger{
		right: 0%;
	}
	.drawer--top .global-nav .drawer-nav{
		overflow-x: hidden;
		overflow-y: auto;
	}
	.global-nav.clone-nav .drawer-nav {
		display: none;
	}
	.global-nav .drawer-hamburger-icon,
	.global-nav .drawer-hamburger-icon::after,
	.global-nav .drawer-hamburger-icon::before{
		background-color: #13a8b1;
		height: 3px;
		right: 0;
		border-radius: 50px;
	}
	.drawer-open .global-nav .drawer-hamburger-icon::after,
	.drawer-open .global-nav .drawer-hamburger-icon::before{
		background-color: #13a8b1;
	}
	.home.drawer-open .global-nav .drawer-hamburger-icon{
		background-color: transparent;
	}
	.global-nav .drawer-hamburger-icon::after{
		top: 10px;
	}
	.global-nav .drawer-hamburger-icon::before{
		top: -10px;
	}
	.drawer--top .global-nav .drawer-nav{
		position: fixed;
		background: rgba(19, 168, 177, 0.9);
		width: 100%;
		height: 100%;
		display: block;
		z-index: 99998;
		padding: 30px 0;
	}
	.drawer--top.drawer-open .global-nav .drawer-nav{
		top: 60px;
	}
	.global-nav .drawer-nav li{
		display: block;
		padding: 0;
		margin-left: 0;
		border-left: none;
		border-bottom: 1px solid #FFFFFF;
	}
	.global-nav .drawer-nav li a{
		position: relative;
		display: block;
		color: #ffffff;
		font-size: 16px;
		font-weight: 500;
		text-align: left;
		padding: 20px;
	}
	.global-nav .drawer-nav li a::after{
		font-family: "Font Awesome 5 Free";
		display: block;
		content: "\f061";
		position: absolute;
		top: 50%;
		right: 15px;
		color: #ffffff;
		font-size: 15px;
		font-weight: 700;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.global-nav .drawer-nav .drawer-language{
		display: block;
		width: 90%;
		margin: auto;
		margin-bottom: 20px;
	}
	.global-nav .drawer-nav .drawer-language select{
		font-family: 'Zen Kaku Gothic New', sans-serif;
		display: block;
		width: 100%;
		background: #ffffff;
		border: 2px solid #13a8b1;
		color: #000000;
		font-size: 16px;
		font-weight: 500;
		border-radius: 5px;
		padding: 5px;
	}
}
/**
/* Common CSS
----------------------------------------------- */
.inner-wrap{
	width: 94%;
	max-width: 1100px;
	margin: auto;
}
.inner{
	width: 90%;
	max-width: 900px;
	margin: auto;
}
.page-guide{
	position: relative;
	padding: 90px 0;
}
@media only screen and (max-width: 767px) {
	img{
		width:100%;
	}
	.page-guide{
		padding: 10% 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.page-guide{
		padding: 50px 0;
	}
}
/**
/* Btn CSS
----------------------------------------------- */
.block_btn{
	text-align: center;
}
.block_btn li{
	width: 100%;
	max-width: 320px;
	display: inline-block;
}
.block_btn .btn{
	position: relative;
	width: 100%;
	display: block;
	font-size: 17px;
	font-weight: 500;
	line-height: 2.8;
	border-radius: 10px;
	text-align: center;
}
.block_btn .border_b{
	border: 2px solid #13a8b1;
	color: #13a8b1;
}
.block_btn .border_b:hover{
	background: #13a8b1;
	color: #ffffff;
}
@media only screen and (max-width: 767px) {
	.block_btn li{
		width: 100%;
	}
	.block_btn .btn{
		font-size: 3.8vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.block_btn li{
		max-width: 250px;
	}
	.block_btn .btn{
		font-size: 16px;
	}
}
/**
/* 見出し CSS
----------------------------------------------- */
.page-header-view{
	text-align: center;
	margin-top: 76px;
	padding: 80px 0 100px 0;
}
.page-header-view .roma{
	color: #cacaca;
	font-size: 103px;
	font-weight: 400;
	line-height: 0.8;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.page-header-view h1{
	position: relative;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.16;
	letter-spacing: 0.2em;
}
.page-header-view h1:before{
	content: '';
	position: absolute;
	display: inline-block;
	width: 90px;
	height: 5px;
	bottom: -30px;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	background-color: #13a8b1;
	border-radius: 50px;
}
.page-guide .ttlArea .roma{
	color: #cacaca;
	font-size: 103px;
	font-weight: 400;
	line-height: 0.8;
	margin-bottom: 10px;
}
.page-guide .ttlArea h2{
	font-size: 30px;
	font-weight: 700;
	line-height: 1.16;
	letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
	.page-header-view{
		margin-top: 60px;
		padding: 10% 0 15% 0;
	}
	.page-header-view .roma{
		font-size: 18vw;
		margin-bottom: 2%;
	}
	.page-header-view h1{
		font-size: 5vw;
	}
	.page-header-view h1:before{
		width: 14%;
		height: 4px;
		bottom: -90%;
	}
	.page-guide .ttlArea .roma{
		font-size: 18vw;
		margin-bottom: 2%;
	}
	.page-guide .ttlArea h2{
		font-size: 5vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.page-header-view{
		margin-top: 60px;
		padding: 60px 0 80px 0;
	}
	.page-header-view .roma{
		font-size: 86px;
		margin-bottom: 5px;
	}
	.page-header-view h1{
		font-size: 24px;
	}
	.page-header-view h1:before{
		width: 60px;
		height: 4px;
		bottom: -25px;
	}
	.page-guide .ttlArea .roma{
		font-size: 86px;
		margin-bottom: 5px;
	}
	.page-guide .ttlArea h2{
		font-size: 24px;
	}
}
/**
/* パンくず CSS
----------------------------------------------- */
.breadcrumb .breadcrumb-list li{
	display: inline-block;
	font-size: 16px;
}
.breadcrumb .breadcrumb-list li a{
	display: inline-block;
	font-size: 16px;
	padding: 0 5px 0 0;
}
.breadcrumb .breadcrumb-list li span{
	color: #000000;
	ont-size: 18px;
	padding: 0 0.5em;
}
@media only screen and (max-width: 767px) {
	.breadcrumb .breadcrumb-list li{
		font-size: 3.6vw;
	}
	.breadcrumb .breadcrumb-list li a{
		font-size: 3.6vw;
	}
	.breadcrumb .breadcrumb-list li span{
		font-size: 3.8vw;
		padding: 0 0.3em;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.breadcrumb .breadcrumb-list li{
		font-size: 14px;
	}
	.breadcrumb .breadcrumb-list li a{
		font-size: 14px;
	}
	.breadcrumb .breadcrumb-list li span{
		font-size: 16px;
		padding: 0 0.5em;
	}
}
/**
/* テーブル CSS
----------------------------------------------- */
table.tbl-r th,
table.tbl-r td{
	border: 1px solid #e5e5e5;
	color: #151212;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.1em;
	padding: 20px;
}
table.tbl-r th{
	background: #f5f5f5;
	width: 200px;
	font-size: 18px;
}
table.tbl-r td{
	font-size: 16px;
}
@media only screen and (max-width: 767px) {
	table.tbl-r th,
	table.tbl-r td{
		padding: 3%;
	}
	table.tbl-r th{
		width: 30%;
		font-size: 3.8vw;
	}
	table.tbl-r td{
		font-size: 3.6vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	table.tbl-r th,
	table.tbl-r td{
		padding: 15px;
	}
	table.tbl-r th{
		width: 160px;
		font-size: 16px;
	}
	table.tbl-r td{
		font-size: 14px;
	}
}
/**
/* ページネーション CSS
----------------------------------------------- */
.pagination {
	text-align: center;
	margin-top: 80px;
}
.pagination span,
.pagination a {
	display: inline-block;
	font-family: 'Alata', sans-serif;
	color: #13a8b1;
	font-size: 18px;
	font-weight: 400;
	line-height: 2.4;
	padding: 0 18px;
	margin: 0 3px;
	text-align: center;
	border-radius: 5px;
}
.pagination .current,
.pagination a.pager:hover{
	background: #13a8b1;
	color: #ffffff;
}
@media only screen and (max-width: 767px) {
	.pagination {
		margin-top: 10%;
	}
	.pagination span,
	.pagination a {
		font-size: 3.8vw;
		padding: 0 5%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.pagination {
		margin-top: 60px;
	}
	.pagination span,
	.pagination a {
		font-size: 16px;
		padding: 0 15px;
	}
}
/**
/* フッター CSS
----------------------------------------------- */
.footer{
	background: #282828;
	margin-top: auto;
	border-radius: 50px 0px 0px 0px;
}
.footer .footer-wrap{
	padding: 60px 0 40px 0;
}
.footer .footer-left{
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}
.footer .footer-logo{
	margin-bottom: 25px;
}
.footer .footer-logo img{
	max-width: 176px;
}
.footer .footer-sns li{
	display: inline-block;
}
.footer .footer-sns li.twitter a{
	color: #ffffff;
	font-size: 24px;
	line-height: 1.2;
}
.footer .footer-nav{
	width: 40%;
	min-width: 400px;
}
.footer .footer-nav ul{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height: 190px;
}
.footer .footer-nav ul li{
	margin-left: 48px;
}
.footer .footer-nav ul li a{
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
	line-height: 3.1;
	letter-spacing: 0.1em;
	padding-left: 20px;
}
.footer .footer-nav ul li a::before{
	font-family: "Font Awesome 5 Free";
	position: absolute;
	content: "\f061";
	display: block;
	color: #ffffff;
	font-size: 14px;
	font-weight: 900;
	top: calc(50% - 20px);
	left: 0;
}
.footer .copy,
.footer .copy a{
	font-family: 'Alata', sans-serif;
	color: #606060;
	font-size: 15px;
	letter-spacing: 0.1em;
	margin-top: auto;
}
@media only screen and (max-width: 767px) {
	.footer .footer-wrap{
		padding: 12% 5% 3% 5%;
	}
	.footer .footer-left{
		margin-bottom: 5%;
	}
	.footer .footer-logo{
		text-align: center;
		margin-bottom: 6%;
	}
	.footer .footer-sns{
		text-align: center;
	}
	.footer .footer-sns li{
		display: inline-block;
	}
	.footer .footer-sns li.twitter a{
		font-size: 7vw;
	}
	.footer .footer-nav{
		width: 100%;
		min-width: 100%;
	}
	.footer .footer-nav ul{
		display: flex;
		flex-wrap: wrap;
		flex-direction: unset;
		height: auto;
	}
	.footer .footer-nav ul li{
		margin-left: 0;
		width: 50%;
	}
	.footer .footer-nav ul li:last-child{
		width: 100%;
	}
	.footer .footer-nav ul li a{
		font-size: 3.6vw;
		line-height: 2.8;
		padding-left: 6vw;
	}
	.footer .footer-nav ul li a::before{
		font-size: 3.4vw;
		top: calc(50% - 4.4vw);
	}
	.footer .copy,
	.footer .copy a{
		font-size: 3.4vw;
		text-align: center;
		margin-top: 5%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.footer .footer-wrap{
		padding: 60px 0 40px 0;
	}
	.footer .footer-left{
		margin-bottom: 15px;
	}
	.footer .footer-logo{
		margin-bottom: 25px;
	}
	.footer .footer-logo img{
		max-width: 176px;
	}
	.footer .footer-sns li{
		display: inline-block;
	}
	.footer .footer-sns li.twitter a{
		font-size: 24px;
	}
	.footer .footer-nav ul{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		height: 190px;
	}
	.footer .footer-nav ul li{
		margin-left: 48px;
	}
	.footer .footer-nav ul li a{
		font-size: 15px;
		line-height: 3.1;
		padding-left: 20px;
	}
	.footer .footer-nav ul li a::before{
		font-size: 14px;
		top: calc(50% - 20px);
	}
	.footer .copy,
	.footer .copy a{
		font-size: 15px;
	}
}