@charset "utf-8";
/*
Theme Name: clifftoon
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;
	color: #191919;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.01em;
	margin: 0;
	padding: 0;
}
*: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: #51b5c8;
}
.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: 'Josefin Sans', sans-serif;
}
@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;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.1);
	padding: 15px 27px 13px 17px;
}
.global-header .global-nav .header_logo{
	line-height: 1;
}
.global-header .global-nav .header_logo img{
	width: 214px;
}
.global-header .header-right{
	display: flex;
	align-items: center;
}
.global-header .global-nav .language_btn{
	width: 138px;
	margin-left: 30px;
}
.global-header .global-nav .language_btn{
	position: relative;
}
.global-header .global-nav .language_btn select{
	display: block;
	width: 100%;
	font-family: 'Josefin Sans', sans-serif;
	background: #f5f5f5;
	border: 1px solid #eeeeee;
	color: #444444;
	font-size: 16px;
	font-weight: 400;
	border-radius: 3px;
	padding: 18px 18px 16px 14px;
}
.global-header .global-nav .language_btn::before,
.global-header .global-nav .language_btn::after {
	position: absolute;
	content: '';
	pointer-events: none;
}
.global-header .global-nav .language_btn::before {
	display: inline-block;
	right: 0;
	width: 18px;
	height: 100%;
	border-radius: 0 3px 3px 0;
	background-color: #51b5c8;
}
.global-header .global-nav .language_btn::after {
	position: absolute;
	top: 50%;
	right: 9px;
	transform: translate(50%, -50%) rotate(45deg);
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
.global-header .global-nav .sns{
	margin-left: 24px;
}
.global-header .global-nav .sns li.twitter a{
	color: #151212;
	font-size: 33px;
	line-height: 1.2;
}
.global-header .header-view{
	justify-content: flex-end;
	align-items: center;
	margin-top: 76px;
}
.global-header .header-view .view-img{
	position: relative;
	width: 63%;
	max-width: 1173px;
	padding: 43px 40px 0 0;
}
.global-header .header-view .view-img:before{
	position: absolute;
	content:'';
	display: block;
	width: 90%;
	max-width: 1067px;
	height: 130%;
	right: 0;
	top: 0;
	background: #51b5c8;
	z-index: -1;
}
.global-header .header-view .view-box{
	width: 37%;
}
.global-header .header-view .view-box .box-inner{
	max-width: 564px;
	margin: auto;
	border-left: 7px solid #51b5c8;
	padding-left: 50px;
}
.global-header .header-view .view-box h2{
	color: #151212;
	font-size: 53px;
	font-weight: 700;
	line-height: 1.26;
	letter-spacing: 0.06em;
	margin-bottom: 40px;
}
.global-header .header-view .view-box p{
	color: #151212;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.06em;
}
@media only screen and (max-width: 1700px){
	.global-header .header-view .view-box .box-inner{
		max-width: 460px;
		padding-left: 40px;
	}
	.global-header .header-view .view-box h2{
		font-size: 42px;
		margin-bottom: 30px;
	}
	.global-header .header-view .view-box p{
		font-size: 24px;
	}
}
@media only screen and (max-width: 1400px){
	.global-header .header-view .view-img{
		width: 60%;
		padding: 43px 30px 0 0;
	}
	.global-header .header-view .view-box{
		width: 40%;
	}
	.global-header .header-view .view-box .box-inner{
		max-width: 350px;
		padding-left: 30px;
	}
	.global-header .header-view .view-box h2{
		font-size: 32px;
		margin-bottom: 30px;
	}
	.global-header .header-view .view-box p{
		font-size: 22px;
	}
}
@media only screen and (max-width: 1024px){
	.global-header .global-nav .header_logo img{
		width: auto;
		height: 30px;
	}
	.global-header .header-view{
		margin-top: 60px;
	}
}
@media only screen and (max-width: 767px) {
	.global-header .global-nav{
		height: 60px;
		padding: 10px 65px 10px 10px;
	}
	.global-header .global-nav .language_btn{
		width: 100px;
		margin-left: 15px;
	}
	.global-header .global-nav .language_btn select{
		font-size: 14px;
		padding: 15px 15px 12px 8px;
	}
	.global-header .global-nav .language_btn::before {
		width: 16px;
	}
	.global-header .global-nav .language_btn::after {
		right: 8px;
		width: 6px;
		height: 6px;
	}
	.global-header .global-nav .sns{
		margin-left: 6px;
	}
	.global-header .global-nav .sns li.twitter a{
		font-size: 30px;
	}
	.global-header .header-view .view-box{
		padding: 8% 6%;
	}
	.global-header .header-view .view-img{
		width: 100%;
		padding: 0;
	}
	.global-header .header-view .view-img:before{
		width: 95%;
		height: 110%;
		top: 20%;
	}
	.global-header .header-view .view-img img{
		width: 90%;
	}
	.global-header .header-view .view-box{
		width: 100%;
	}
	.global-header .header-view .view-box .box-inner{
		width: 100%;
		max-width: inherit;
		margin: auto;
		border-left: 5px solid #51b5c8;
		padding-left: 8%;
	}
	.global-header .header-view .view-box h2{
		font-size: 8vw;
		margin-bottom: 5%;
	}
	.global-header .header-view .view-box p{
		font-size: 5vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.global-header .global-nav{
		height: 60px;
		padding: 10px 70px 10px 10px;
	}
	.global-header .global-nav .language_btn{
		margin-left: 20px;
	}
	.global-header .global-nav .language_btn select{
		padding: 15px 15px 13px 14px;
	}
	.global-header .global-nav .sns{
		margin-left: 15px;
	}
	.global-header .header-view{
		padding-top: 30px;
	}
	.global-header .header-view .view-img{
		width: 55%;
		padding: 10px 20px 0 0;
	}
	.global-header .header-view .view-img:before{
		height: 150%;
		top: -30px;
	}
	.global-header .header-view .view-box{
		width: 45%;
	}
	.global-header .header-view .view-box .box-inner{
		max-width: 300px;
		margin: auto;
		border-left: 5px solid #51b5c8;
		padding-left: 20px;
	}
	.global-header .header-view .view-box h2{
		font-size: 28px;
		margin-bottom: 15px;
	}
	.global-header .header-view .view-box p{
		font-size: 18px;
	}
}
/**
/* ヘッダーナビ 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.3;
	margin-left: 10px;
	padding-left: 10px;
}
.global-nav .drawer-nav li:first-child{
	border-left: none;
}
.global-nav .drawer-nav li a{
	display: block;
	color: #000000;
	font-size: 16px;
	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{
		background: #51b5c8;
		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: #ffffff;
		height: 3px;
		right: 0;
	}
	.drawer-open .global-nav .drawer-hamburger-icon::after,
	.drawer-open .global-nav .drawer-hamburger-icon::before{
		background-color: #ffffff;
	}
	.home.drawer-open .global-nav .drawer-hamburger-icon{
		background-color: transparent;
	}
	.global-nav .drawer-hamburger:hover{
		background: #51b5c8;
	}
	.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(42, 126, 142, 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;
	}
	.global-nav .drawer-nav li a{
		position: relative;
		display: block;
		color: #ffffff;
		font-size: 16px;
		font-weight: 700;
		text-align: left;
		padding: 20px;
	}
	.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,
.single-guide{
	position: relative;
	padding: 80px 0 100px 0;
}
@media only screen and (max-width: 767px) {
	.inner-wrap{
		width: 90%;
	}
	.page-guide,
	.single-guide{
		padding: 10% 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.inner-wrap{
		width: 90%;
	}
	.page-guide,
	.single-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: 18px;
	font-weight: 500;
	line-height: 3;
	letter-spacing: 0.1em;
	border-radius: 50px;
	text-align: center;
}
.block_btn .btn::before{
	font-family: "Font Awesome 5 Free";
	position: absolute;
	content: "\f054";
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 2px;
}
.block_btn .blue{
	border: 1px solid #51b5c8;
	background: #51b5c8;
	color: #ffffff;
}
.block_btn .blue::before{
	color: #ffffff;
}
.block_btn .blue:hover{
	background: #fff;
	color: #51b5c8;
}
.block_btn .blue:hover::before{
	color: #51b5c8;
}
@media only screen and (max-width: 767px) {
	.block_btn li{
		width: 90%;
		max-width: inherit;
	}
	.block_btn .btn{
		font-size: 4vw;
	}
	.block_btn .btn::before{
		font-size: 3vw;
		right: 5%;
		margin-top: 1px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.block_btn li{
		max-width: 250px;
	}
	.block_btn .btn{
		font-size: 16px;
	}
	.block_btn .btn::before{
		right: 15px;
	}
}
/**
/* 見出し CSS
----------------------------------------------- */
.page-header-view{
	background: #51b5c8;
	margin-top: 76px;
	padding: 80px 30px;
}
.page-header-view h1{
	color: #ffffff;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-align: center;
}
.ttlArea{
	display: flex;
	align-items: center;
}
.ttlArea .roma{
	color: #d8d8d8;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	margin-left: 20px;
}
.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: 12% 5%;
	}
	.page-header-view h1{
		font-size: 6vw;
	}
	.ttlArea .roma{
		font-size: 4.4vw;
		margin-left: 5%;
	}
	.ttlArea h2{
		font-size: 5vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.page-header-view{
		margin-top: 60px;
		padding: 60px 20px;
	}
	.page-header-view h1{
		font-size: 32px;
	}
	.ttlArea .roma{
		font-size: 16px;
		margin-left: 15px;
	}
	.ttlArea h2{
		font-size: 24px;
	}
}
/**
/* パンくず CSS
----------------------------------------------- */
.breadcrumb{
	padding-top: 10px;
}
.breadcrumb .breadcrumb-list li{
	display: inline;
	color: #4c4c4c;
	font-size: 16px;
	font-weight: 500;
}
.breadcrumb .breadcrumb-list li a{
	display: inline-block;
	font-size: 16px;
	padding: 0 5px 0 0;
}
.breadcrumb .breadcrumb-list li span{
	padding: 0 0.5em;
}
@media only screen and (max-width: 767px) {
	.breadcrumb{
		padding-top: 3%;
	}
	.breadcrumb .breadcrumb-list li,
	.breadcrumb .breadcrumb-list li a{
		font-size: 3.6vw;
	}
	.breadcrumb .breadcrumb-list li span{
		padding: 0 0.3em;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.breadcrumb .breadcrumb-list li,
	.breadcrumb .breadcrumb-list li a{
		font-size: 14px;
	}
	.breadcrumb .breadcrumb-list li span{
		padding: 0 0.5em;
	}
}
/**
/* テーブル CSS
----------------------------------------------- */
table.tbl-r th,
table.tbl-r td{
	border: 1px solid #e5e5e5;
	color: #151212;
	letter-spacing: 0.1em;
	padding: 20px;
}
table.tbl-r th{
	background: #f5f5f5;
	width: 200px;
	font-size: 18px;
	font-weight: 500;
}
table.tbl-r td{
	color: #4c4c4c;
	font-size: 16px;
	line-height: 2;
}
@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:#51b5c8;
	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: #51b5c8;
	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
----------------------------------------------- */
.btn_page_top {
	display: block;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 20;
	width: 60px;
}
@media only screen and (max-width: 735px) {
	.btn_page_top{
		width: 50px;
	}
}
/**
/* フッター CSS
----------------------------------------------- */
.footer{
	background: #282828;
	margin-top: auto;
}
.footer .footer-wrap{
	padding: 50px 0 30px 0;
}
.footer .footer-left{
	display: flex;
	flex-direction: column;
}
.footer .footer-logo img{
	max-width: 179px;
}
.footer .footer-nav{
	width: 40%;
	min-width: 420px;
}
.footer .footer-nav ul{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height: 140px;
}
.footer .footer-nav ul li{
	margin-left: 70px;
}
.footer .footer-nav ul li a{
	display: block;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.9;
	letter-spacing: 0.1em;
}
.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: 10% 0 3% 0;
	}
	.footer .footer-logo{
		text-align: center;
		margin-bottom: 8%;
	}
	.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 .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: 40px 0 20px 0;
	}
	.footer .footer-nav{
		min-width: 330px;
	}
	.footer .footer-nav ul li{
		margin-left: 40px;
	}
	.footer .copy,
	.footer .copy a{
		font-size: 13px;
	}
}