@charset "utf-8";
/*
Theme Name: tomiocare
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%;
	background: url(image/bg-beige.jpg) center center;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.01em;
	margin: 0;
	padding: 0;
}
body{
    -webkit-text-size-adjust: 100%;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
*:focus {
	outline: none!important;
}
#Wrapper{
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow: hidden;
	word-wrap: break-word;
	position: relative;
}
*, *:before, *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
a{
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	color: #f17b87;
}
.Com{
	zoom: 1;
}
.Com:before, .Com:after{
	content: "";
	display: table;
}
.Com:after{
	clear: both;
}
br.pc_br,
.pc_img,
.pc,
.pc-ttl{
	display: none;
}
@font-face {
	font-family: 'HammersmithOne';
	src:url('font/HammersmithOne-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Caveat-Regular';
	src:url('font/Caveat-Regular.ttf') format('truetype');
}
@media only screen and (min-width: 736px){
	br.sp_br,
	.sp_img,
	.sp,
	.sp-ttl{
		display: none;
	}
	.pc_img,
	br.pc_br,
	.pc{
		display: inline-block;
	}
	.pc-ttl{
		display: block;
	}
}
/**
/* 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;
	}
}
/**
/* Btn CSS
----------------------------------------------- */
.block_btn{
	text-align: center;
}
.block_btn li{
	width: 100%;
	max-width: 240px;
	display: inline-block;
}
.block_btn .btn{
	position: relative;
	display: block;
	width: 100%;
	line-height: 3;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 50px;
}
.block_btn .border{
	border: 1px solid #888888;
	color: #333333;
}
.block_btn .border:before{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 8px 5px 0;
	border-color: transparent #333333 transparent transparent;
	margin-top: -5px;
	margin-right: 15px;
}
.block_btn .border-pink{
	border: 2px solid #f17b87;
	color: #f17b87;
}
.block_btn .border-pink:before{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #f17b87;
	margin-top: -5px;
	margin-right: 15px;
}
.block_btn .border-pink:hover{
	border: 2px solid #eb5666;
	color: #eb5666;
	opacity: 0.7;
}
.entry_btn li{
	width: 100%;
	display: inline-block;
}
.entry_btn .btn{
	font-family: 'Kiwi Maru', serif;
	background: #f17a87;
	color: #ffffff;
	position: relative;
	display: block;
	width: 100%;
	line-height: 4;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	border-radius: 50px;
}
.entry_btn .btn:before{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #fff;
	margin-top: -6px;
	margin-right: 10px;
}
.entry_btn .btn:after{
	position: absolute;
	top: 6px;
	left: 6px;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	content: '';
	-webkit-transition: all .3s;
	transition: all .3s;
	border: 4px dotted #fff;
	border-radius: 50px;
}
.entry_btn .btn:hover{
	background: #eb5666;
}
@media only screen and (max-width: 767px) {
	.block_btn li{
		width: 70%;
		max-width: initial;
	}
	.block_btn .btn{
		font-size: 4vw;
		line-height: 3.6;
	}
	.block_btn .border:before{
		margin-right: 10px;
	}
	.entry_btn li{
		width: 80%;
	}
	.entry_btn .btn{
		line-height: 3.8;
		font-size: 4.2vw;
	}
	.entry_btn .btn:before{
		margin-right: 10px;
	}
	.entry_btn .btn:after{
		top: 3px;
		left: 3px;
		width: calc(100% - 6px);
		height: calc(100% - 6px);
		border: 2px dotted #fff;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.block_btn li{
		max-width: 240px;
	}
	.block_btn .btn{
		font-size: 15px;
	}
	.block_btn .border:before{
		margin-right: 10px;
	}
	.entry_btn .btn{
		line-height: 3.4;
		font-size: 20px;
	}
	.entry_btn .btn:before{
		margin-right: 10px;
	}
	.entry_btn .btn:after{
		top: 5px;
		left: 5px;
		width: calc(100% - 10px);
		height: calc(100% - 10px);
		border: 4px dotted #fff;
	}
}
/**
/* ヘッダー CSS
----------------------------------------------- */
.global-header{
	position: relative;
}
.global-header .global-nav{
	width: 100%;
	z-index: 9999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.global-header .global-nav:after{
	background: url(image/icon/img-watercolor01.png) center center;
	background-size: cover;
	display: block;
	content: '';
	position: absolute;
	top: 5px;
	left: 270px;
	width: 154px;
	height: 140px;
	z-index: 2;
}
.global-header .global-nav .header-logo{
	position: absolute;
	left: -35px;
	top: -35px;
	z-index: 3;
	width: 260px;
	line-height: 0;
	background: #fff;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}
.global-header .global-nav .header-logo a{
	display: block;
}
.global-header .global-nav .header-logo::before{
	display: block;
	content: '';
	padding-top: 100%;
}
.global-header .global-nav .header-logo img{
	align-items: center;
}
.global-header .global-nav .navArea{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-left: auto;
	padding: 10px 20px;
	z-index: 3;
}
.global-header .global-nav .entry_btn{
	margin-left: 20px;
}
.global-header .global-nav .entry_btn li{
	width: 190px;
}
.global-header .global-nav .entry_btn .btn{
	font-size: 16px;
	line-height: 3.6;
}
.global-header .global-nav .entry_btn .btn:after{
	top: 5px;
	left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 2px dotted #fff;
}
.global-header .header-view .slick-dotted.slick-slider{
	margin-bottom: 80px;
}
.global-header .header-view .slick-dots{
	bottom: -50px;
}
.global-header .header-view .slick-dots li button:before{
	color: #f17b87;
}
.global-header .header-view{
	position: relative;
	width: 95%;
	margin-left: auto;
}
.global-header .header-view .sp-slider{
	display: none;
}
.global-header .header-view .view-Img{
	position: relative;
}
.global-header .header-view .view-Img >img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50px 0 0 50px;
	-webkit-border-radius: 50px 0 0 50px;
	-moz-border-radius: 50px 0 0 50px;
}
.global-header .header-view .view-box{
	width: 50%;
	position: absolute;
	top: 50%;
	left: 5%;
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	z-index: 2;
}
.global-header .header-view .block_btn{
	text-align: left;
	margin-left: 5%;
	margin-top: 40px;
}
.global-header .header-view .block_btn li{
	width: 48%;
	max-width: 240px;
	margin-left: 1%;
}
.global-header .header-view .block_btn li .btn{
	font-family: 'Kiwi Maru', serif;
	color: #ffffff;
	position: relative;
	display: block;
	width: 100%;
	line-height: 4;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	border-radius: 50px;
	padding-bottom: 2px;
}
.global-header .header-view .block_btn li .btn:before{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #fff;
	margin-top: -6px;
	margin-right: 15px;
}
.global-header .header-view .block_btn li .btn:after{
	position: absolute;
	top: 5px;
	left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	content: '';
	-webkit-transition: all .3s;
	transition: all .3s;
	border: 2px dotted #fff;
	border-radius: 50px;
}
.global-header .header-view .block_btn li .entry{
	background: #f17a87;
}
.global-header .header-view .block_btn li .entry:hover{
	background: #eb5666;
}
.global-header .header-view .block_btn li .recruit{
	background: #f6a127;
}
.global-header .header-view .block_btn li .recruit:hover{
	background: #f78600;
}
@media only screen and (max-width: 1024px){
	.global-header .global-nav .entry_btn{
		display: none;
	}
	.global-header .global-nav .navArea{
		padding: 0;
	}
}
@media only screen and (max-width: 767px) {
	.global-header .global-nav:after{
		top: -10px;
		left: 160px;
		width: 100px;
		height: 95px;
	}
	.global-header .global-nav .header-logo{
		width: 160px;
		left: -23px;
		top: -25px;
	}
	.global-header .global-nav .header-logo a{
		padding-top: 15px;
	}
	.global-header .global-nav .header-logo img{
		width: 70%;
		margin-left: 2px;
	}
	.global-header .header-view .pc-slider{
		display: none;
	}
	.global-header .header-view .sp-slider{
		display: block;
	}
	.global-header .header-view .slick-dotted.slick-slider{
		margin-bottom: 50px;
	}
	.global-header .header-view .slick-dots{
		bottom: -30px;
	}
	.global-header .header-view .slick-dots li button:before{
		font-size: 16px;
	}
	.global-header .header-view{
		width: 95%;
		margin-top: 65px;
		padding-bottom: 10%;
	}
	.global-header .header-view .view-Img{
		height: auto;
	}
	.global-header .header-view .view-Img >img {
		border-radius: 30px 0 0 30px;
		-webkit-border-radius: 30px 0 0 30px;
		-moz-border-radius: 30px 0 0 30px;
	}
	.global-header .header-view .view-box{
		width: 95%;
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: translate(0%,-50%);
		-moz-transform: translate(0%,-50%);
		-ms-transform: translate(0%,-50%);
		-o-transform: translate(0%,-50%);
		transform: translate(0%,0%);
	}
	.global-header .header-view .block_btn{
		margin-left: 0;
		margin-top: 8%;
	}
	.global-header .header-view .block_btn li{
		width: 48%;
		margin-left: 1%;
	}
	.global-header .header-view .block_btn li .btn{
		line-height: 3.8;
		font-size: 3.6vw;
		padding-bottom: 0;
	}
	.global-header .header-view .block_btn li .btn:before{
		margin-right: 10px;
	}
	.global-header .header-view .block_btn li .btn:after{
		top: 4px;
		left: 4px;
		width: calc(100% - 8px);
		height: calc(100% - 8px);
		border: 2px dotted #fff;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.global-header .global-nav:after{
		top: -30px;
		left: 205px;
		width: 150px;
		height: 140px;
	}
	.global-header .global-nav .header-logo{
		width: 160px;
		left: -25px;
		top: -25px;
	}
	.global-header .global-nav .header-logo img{
		width: 60%;
	}
	.global-header .header-view .slick-dotted.slick-slider{
		margin-bottom: 60px;
	}
	.global-header .header-view .slick-dots{
		bottom: -40px;
	}
	.global-header .header-view{
		width: 95%;
		margin-top: 65px;
	}
	.global-header .header-view .view-Img{
		height: 400px;
	}
	.global-header .header-view .view-Img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.global-header .header-view .view-box{
		width: 60%;
		left: 5%;
	}
	.global-header .header-view .block_btn{
		margin-left: 5%;
		margin-top: 30px;
	}
	.global-header .header-view .block_btn li{
		width: 48%;
		max-width: 240px;
		margin-left: 1%;
	}
	.global-header .header-view .block_btn li .btn{
		line-height: 3.4;
		font-size: 15px;
		padding-bottom: 0;
	}
	.global-header .header-view .block_btn li .btn:before{
		margin-right: 10px;
	}
	.global-header .header-view .block_btn li .btn:after{
		top: 4px;
		left: 4px;
		width: calc(100% - 8px);
		height: calc(100% - 8px);
		border: 2px dotted #fff;
	}
}
/**
/* ヘッダーナビ CSS
----------------------------------------------- */
.global-nav .drawer-hamburger{
	display: none;
}
.global-nav .drawer-nav{
	position: relative;
	left: 0;
	top: auto;
	text-align: center;
	overflow: visible;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	background-color: transparent;
	padding: 20px 0;
}
.global-nav .drawer-nav ul.header-nav li{
	position: relative;
	display: inline-block;
	text-align: center;
	margin-left: 20px;
}
.global-nav .drawer-nav ul.header-nav li a{
	display: block;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.global-nav .drawer-nav ul.header-nav li a:hover{
	color: #f17b87;
}
.global-nav .drawer-nav ul.header-nav li a:hover:after {
	border-bottom: 3px dotted #f17b87;
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.global-nav .drawer-nav .block_btn{
	display: none;
}
@media only screen and (max-width: 1024px){
	.global-nav .drawer-hamburger{
		background: url(image/icon/menu-bg.png) center center;
		background-size: cover;
		z-index: 10000;
		display: block;
		width: 30px;
		height: 30px;
		padding: 20px 20px;
	}
	.drawer--top .global-nav .drawer-hamburger,
	.drawer--top.drawer-open .global-nav .drawer-navbar .drawer-hamburger{
		right: 10px;
		top: 10px;
	}
	.drawer--top.drawer-open .global-nav .drawer-hamburger{
		right: 10px;
	}
	.drawer--top .global-nav .drawer-nav{
		z-index: 9999;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
	.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: #ffffff;
		height: 3px;
	}
	.drawer-open .global-nav .drawer-hamburger-icon::after,
	.drawer-open .global-nav .drawer-hamburger-icon::before{
		background: #ffffff;
	}
	.home.drawer-open .global-nav .drawer-hamburger-icon{
		background-color: transparent;
	}
	.global-nav .drawer-hamburger-icon{
		margin-top: 15px;
	}
	.global-nav .drawer-hamburger-icon::after{
		top: 8px;
	}
	.global-nav .drawer-hamburger-icon::before{
		top: -8px;
	}
	.drawer--top .global-nav .drawer-nav{
		background: url(image/bg-beige.jpg) center center;
		position: fixed;
		height: 100%;
		display: block;
		padding: 90px 10px 30px 10px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	.global-nav .drawer-nav .header-nav{
		display: block;
	}
	.global-nav .drawer-nav ul.header-nav li{
		width: 100%;
		display: block;
		padding: 0;
		margin-left: 0;
	}
	.global-nav .drawer-nav ul.header-nav li a{
		position: relative;
		text-transform: uppercase;
		display: block;
		font-size: 16px;
		padding: 19px 10px;
		text-align: left;
		letter-spacing: 1px;
		border-bottom: 2px dotted #cccbca;
	}
	.global-nav .drawer-nav ul.header-nav li:first-child a{
		border-top: 2px dotted #cccbca;
	}
	.global-nav .drawer-nav ul.header-nav li a:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 0 5px 8px;
		border-color: transparent transparent transparent #f17b87;
		margin-top: -3px;
	}
	.global-nav .drawer-nav ul.header-nav li a:hover:after {
		content: none;
	}
	.global-nav .drawer-nav .block_btn{
		display: block;
	}
	.global-nav .drawer-nav .block_btn{
		text-align: center;
		margin-top: 40px;
	}
	.global-nav .drawer-nav .block_btn li{
		width: 47%;
		max-width: 240px;
		margin: 0 0.5%;
	}
	.global-nav .drawer-nav .block_btn li .btn{
		font-family: 'Kiwi Maru', serif;
		color: #ffffff;
		position: relative;
		display: block;
		width: 100%;
		line-height: 3.6;
		font-size: 16px;
		font-weight: 500;
		text-align: center;
		border-radius: 50px;
	}
	.global-nav .drawer-nav .block_btn li .btn:before{
		content: '';
		display: inline-block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 0 6px 10px;
		border-color: transparent transparent transparent #fff;
		margin-top: -6px;
		margin-right: 10px;
	}
	.global-nav .drawer-nav .block_btn li .btn:after{
		position: absolute;
		top: 5px;
		left: 5px;
		width: calc(100% - 10px);
		height: calc(100% - 10px);
		content: '';
		-webkit-transition: all .3s;
		transition: all .3s;
		border: 2px dotted #fff;
		border-radius: 50px;
	}
	.global-nav .drawer-nav .block_btn li .entry{
		background: #f17a87;
	}
	.global-nav .drawer-nav .block_btn li .entry:hover{
		background: #eb5666;
	}
	.global-nav .drawer-nav .block_btn li .recruit{
		background: #f6a127;
	}
	.global-nav .drawer-nav .block_btn li .recruit:hover{
		background: #f78600;
	}
}
/**
/* Common CSS
----------------------------------------------- */
#Wrapper:after,
#Wrapper:before{
	display: block;
	content: '';
	position: absolute;
}
#Wrapper:after{
	background: url(image/icon/img-watercolor02.png) center center;
	background-size: cover;
	top: 500px;
	left: -80px;
	width: 425px;
	height: 337px;
}
#Wrapper:before{
	background: url(image/icon/img-watercolor03.png) center center;
	background-size: cover;
	top: 480px;
	right: 70px;
	width: 486px;
	height: 599px;
}
.frontWrap .page-guide{
	padding: 90px 0;
}
.pageWrap{
	position: relative;
	z-index: 1;
}
.pageWrap .page-guide{
	padding: 90px 0 60px 0;
}
.inner{
	max-width: 1240px;
	margin: auto;
	padding: 0 40px;
}
.page-guide img {
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
}
@media only screen and (max-width: 1440px){
	#Wrapper:after{
		left: -80px;
	}
	#Wrapper:before{
		right: -100px;
	}
}
@media only screen and (max-width: 767px) {
	#Wrapper:after{
		background: url(image/icon/img-watercolor04-sp.png) center center;
		background-size: cover;
		top: 600px;
		left: 0;
		width: 100px;
		height: 160px;
	}
	#Wrapper:before{
		background: url(image/icon/img-watercolor03-sp.png) center center;
		background-size: cover;
		top: 320px;
		right: 0;
		width: 100px;
		height: 190px;
	}
	.home #Wrapper:after{
		top: 18%;
	}
	.home #Wrapper:before{
		top: 9%;
	}
	.pageWrap{
		margin-top: 65px;
	}
	.frontWrap .page-guide{
		padding: 10% 0;
	}
	.pageWrap .page-guide{
		padding: 10% 0 8% 0;
	}
	.inner{
		width: 92%;
		padding: 0;
	}
	.page-guide img {
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	#Wrapper:after{
		top: 375px;
		left: -100px;
		width: 320px;
		height: 250px;
	}
	#Wrapper:before{
		top: 330px;
		right: -70px;
		width: 340px;
		height: 415px;
	}
	.pageWrap{
		margin-top: 65px;
	}
	.frontWrap .page-guide{
		padding: 60px 0;
	}
	.pageWrap .page-guide{
		padding: 60px 0 40px 0;
	}
	.inner{
		width: 94%;
		padding: 0;
	}
	.page-guide img {
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
	}
}
/**
/* 見出し CSS
----------------------------------------------- */
.header-view{
	position: relative;
	width: 95%;
	margin-left: auto;
}
.header-view .header-view-bgImg{
	position: relative;
	background-position: center center;
	background-size: cover; 
	background-repeat: no-repeat;
	width: 100%;
	max-height: 100vh;
	height: 548px;
	border-radius: 50px 0 0 50px;
	-webkit-border-radius: 50px 0 0 50px;
	-moz-border-radius: 50px 0 0 50px;
}
.header-view .header-view-bgImg >img {
	visibility: hidden;
	width: 100%;
}
.header-view .view-ttl{
	width: 100%;
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%,-50%);
	-moz-transform: translate(50%,-50%);
	-ms-transform: translate(50%,-50%);
	-o-transform: translate(50%,-50%);
	transform: translate(50%,-50%);
	text-align: center;
	color: #ffffff;
}
.header-view .view-ttl h1{
	font-family: 'Kiwi Maru', serif;
	font-size: 18px;
	font-weight: 500;
}
.header-view .view-ttl .roma{
	font-family: 'HammersmithOne';
	text-transform: capitalize;
	font-size: 72px;
	line-height: 1;
}
.pageWrap .page-guide .page-ttl{
	position: relative;
	text-align: center;
	margin-bottom: 100px;
}
.pageWrap .page-guide .page-ttl:before{
	content: '';
	position: absolute;
	display: inline-block;
	width: 88px;
	height: 8px;
	right: 50%;
	bottom: -25px;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	background: url(image/icon/dot.png) no-repeat;
	background-size: cover;
}
.pageWrap .page-guide .page-ttl .h2_ttl{
	font-family: 'Kiwi Maru', serif;
	color: #f17b87;
	font-size: 36px;
	font-weight: 500;
}
@media only screen and (max-width: 767px) {
	.header-view{
		width: 100%;
	}
	.header-view .header-view-bgImg{
		height: 320px;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}
	.header-view .view-ttl h1{
		font-size: 3.8vw;
	}
	.header-view .view-ttl .roma{
		font-size: 9.2vw;
	}
	.pageWrap .page-guide .page-ttl{
		margin-bottom: 15%;
	}
	.pageWrap .page-guide .page-ttl:before{
		width: 88px;
		height: 8px;
		bottom: -15px;
	}
	.pageWrap .page-guide .page-ttl .h2_ttl{
		font-size: 6vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.header-view{
		width: 95%;
	}
	.header-view .header-view-bgImg{
		height: 360px;
	}
	.header-view .view-ttl h1{
		font-size: 16px;
	}
	.header-view .view-ttl .roma{
		font-size: 60px;
	}
	.pageWrap .page-guide .page-ttl{
		margin-bottom: 60px;
	}
	.pageWrap .page-guide .page-ttl:before{
		width: 88px;
		height: 8px;
		bottom: -20px;
	}
	.pageWrap .page-guide .page-ttl .h2_ttl{
		font-size: 30px;
	}
}
/**
/* table CSS
----------------------------------------------- */
.page-guide table.tbl-r th,
.page-guide table.tbl-r td{
	border-bottom: 1px solid #e7e2d5;
}
.page-guide table.tbl-r th{
	font-size: 16px;
	font-weight: bold;
	padding: 30px 0;
}
.page-guide table.tbl-r td{
	font-size: 16px;
	padding: 30px;
	vertical-align: middle;
	line-height: 1.8;
}
.page-guide dl.dl_table{
	width: 100%;
	display: table;
}
.page-guide dl.dl_table dt,
.page-guide dl.dl_table dd{
	display: table-cell;
}
@media only screen and (max-width: 767px) {
	.page-guide table.tbl-r th,
	.page-guide table.tbl-r td{
		display: block;
		width: 100%;
	}
	.page-guide table.tbl-r th{
		font-size: 3.6vw;
		border-bottom: none;
		padding: 5% 0 0 0;
	}
	.page-guide table.tbl-r td{
		font-size: 3.6vw;
		padding: 2% 0 5% 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.page-guide table.tbl-r th{
		font-size: 14px;
		padding: 20px 0;
	}
	.page-guide table.tbl-r td{
		font-size: 14px;
		padding: 20px;
	}
}
/**
/* ページネーション CSS
----------------------------------------------- */
.pagination-container .pagination{
	padding: 20px 0;
	text-align: center;
}
.pagination li{
	display: inline-block;
	margin: 0 20px;
}
.pagination li.pager{
	margin: 0 5px;
}
.pagination a,
.pagination .current span{
	display: block;
	text-align: center;
	color: #ed94b0;
	width: 40px;
	height: 40px;
	font-size: 18px;
	font-weight: 600;
	line-height: 40px;
	border: 1px solid #f17b87;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pagination .prev a,
.pagination .next a{
	font-size: 14px;
}
.pagination a:hover,
.pagination .current span{
	color: #ffffff;
	background: #f17b87;
}
@media only screen and (max-width: 767px) {
	.pagination-container .pagination{
		padding: 20px 0;
	}
	.pagination li{
		margin: 0 15px;
	}
	.pagination li.pager{
		margin: 0 3px;
	}
	.pagination a,
	.pagination .current span{
		width: 35px;
		height: 35px;
		font-size: 14px;
		line-height: 35px;
	}
	.pagination .prev a,
	.pagination .next a{
		font-size: 12px;
		line-height: 33px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.pagination-container .pagination{
		padding: 20px 0;
	}
	.pagination li{
		margin: 0 20px;
	}
	.pagination li.pager{
		margin: 0 3px;
	}
	.pagination a,
	.pagination .current span{
		width: 40px;
		height: 40px;
		font-size: 16px;
		line-height: 40px;
	}
	.pagination .prev a,
	.pagination .next a{
		font-size: 14px;
	}
}
/**
/* フッター CSS
----------------------------------------------- */
.footer{
	margin-top: auto;
	position: relative;
}
.footer .footer-wrap{
	background: url(image/bg-gray.jpg) center center;
	padding: 50px 0;
}
.footer .footer-wrap .inner,
.footer .footer-wrap .footer-left{
	align-items: center;
}
.footer .footer-wrap .footer-left h5 a:hover{
	opacity: 0.7;
}
.footer .footer-wrap .footer-add{
	margin-left: 50px;
}
.footer .footer-wrap .footer-add p{
	font-size: 16px;
	line-height: 1.8;
}
.footer .footer-wrap p.copy{
	font-size: 13px;
	color: #666666;
	line-height: 1.4;
	margin-top: 15px;
}
.footer .footer-wrap .footer-right .block_btn li{
	width: 320px;
	max-width: 320px;
}
.footer .footer-wrap .footer-right .block_btn .btn{
	border: 1px solid #888888;
	color: #333333;
}
.footer .footer-wrap .footer-right .block_btn .btn i{
	margin-left: 5px;
}
.footer .footer-wrap .footer-right .block_btn .btn:hover{
	border: 1px solid #f17b87;
	color: #f17b87;
}
.footer .footer-botttom{
	background: #ffffff;
	padding: 50px 0;
}
.footer .footer-botttom .logo{
	text-align: center;
	margin-bottom: 20px;
}
.footer .footer-botttom .footer-nav p{
	text-align: center;
}
.footer .footer-botttom .footer-nav p a{
	font-size: 12px;
	font-weight: 500;
	color: #333333;
	padding: 0 10px;
    line-height: 2.4;
}
.footer .footer-botttom .footer-nav p a:hover{
	opacity: 0.7;
}
@media only screen and (max-width: 767px) {
	.footer .footer-wrap{
		padding: 8% 0;
	}
	.footer .footer-wrap .footer-left h5{
		text-align: center;
		margin-bottom: 8%;
	}
	.footer .footer-wrap .footer-add{
		margin-left: 0;
		margin-bottom: 8%;
	}
	.footer .footer-wrap .footer-add p{
		text-align: center;
		font-size: 3.6vw;
	}
	.footer .footer-wrap  p.copy{
		font-size: 3.2vw;
		margin-top: 3%;
	}
	.footer .footer-wrap .footer-right .block_btn li{
		width: 80%;
		max-width: inherit;
	}
	.footer .footer-botttom{
		padding: 8% 0;
	}
	.footer .footer-botttom .logo{
		margin-bottom: 5%;
	}
	.footer .footer-botttom .footer-nav p{
		text-align: left;
	}
	.footer .footer-botttom .footer-nav p a{
		font-size: 2.8vw;
		line-height: 2;
		padding: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.footer .footer-wrap{
		padding: 40px 0;
	}
	.footer .footer-wrap .footer-add{
		margin-left: 20px;
		margin-right: 20px;
	}
	.footer .footer-wrap .footer-add p{
		font-size: 14px;
	}
	.footer .footer-wrap p.copy{
		font-size: 10px;
		margin-top: 15px;
	}
	.footer .footer-wrap .footer-right .block_btn li{
		width: 300px;
		max-width: 320px;
	}
	.footer .footer-botttom{
		padding: 40px 0;
	}
	.footer .footer-botttom .logo{
		margin-bottom: 20px;
	}
	.footer .footer-botttom .footer-nav p a{
		font-size: 11px;
		line-height: 2;
		padding: 0;
	}
}

