@charset "Camcam（キャンキャン）";
/*!
Theme Name: Camcam（キャンキャン）
Description: Camcam（キャンキャン） | キャンピングカーレンタルサービス
keywords: 
Theme URI: https://cam2.seeso.co.jp/
Version: 1.0
License: Camcam（キャンキャン）
License URI: https://cam2.seeso.co.jp/
*/
/****************************************

リセットCSSここから

*****************************************/
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	/*1em=10px */
	overflow-y: scroll;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

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, guidelines, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

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

ul, ol {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

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

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
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;
}

img {
	vertical-align: top;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	font-size: 1em;
	vertical-align: middle;
	padding: 10px;
	min-width: 15%;
	margin-bottom: 20px;
}

/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/*note PC*/
@media screen and (max-width: 1600px) {
}
/*win PC*/
@media screen and (min-width: 1600px) {
}
/*mac PC*/
@media screen and (min-width: 2140px) {
}
/*タブレット*/
@media only screen and (min-width:767px) and (max-width:1330px) {
}
/*タブレット横*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1330px) and (orientation: landscape){
}
/* スマホ */
@media screen and (max-width: 767px) {
}
/* スマホ横 */
@media screen and (max-width: 767px) and (orientation: landscape) {
}
/****************************************

body設定(主に書式)

*****************************************/
body {
	font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
	color: #303030;
	background: #FFF;
	line-height: 1.7;
	letter-spacing: 0.05em;
}

/****************************************

ページ共通

*****************************************/


@media screen and (min-width: 767px) {
	#wrapper {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
	#wrapper02 {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
}

/* スマホ */
@media screen and (max-width: 767px) {
	#wrapper {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
	#wrapper02 {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
}
/****************************************

フォント指定

*****************************************/
li, tt, tr, dt, dd, p {
	font-size: 1.5em;
	font-weight: 500;
}

h1 {
	color: #303030;
	font-size: 1.0em;
	font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
}

h2 {
	font-size: 3.3em;
	font-weight: bold;
	color: #303030;
	font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
	letter-spacing: 0.05em;
}

h3 {
	font-size: 1.6em;
	font-weight: bold;
	color: #303030;
	font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
}

h5 {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	padding-top: 1.5rem;
}
li p {
	font-size: 100%;
}
@media screen and (max-width: 767px) {
	h5 {
		font-size: 1.5em;
		font-weight: bold;
		text-align: center;
		padding-top: 1.5rem;
		margin-bottom: 1.1rem;
	}
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link, a:visited {
	font-weight: normal;
	color: #303030;
	text-decoration: underline;
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover, a:active {
	font-weight: normal;
	color: #f1803a;
	text-decoration: underline;
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover img.img_opacity {
	opacity: 0.79;
	filter: alpha(opacity=70);
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
a img.img_opacity {
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}

/****************************************

pcヘッダー

*****************************************/
@media screen and (min-width: 768px) {
	#sp_navi, #toggle {
		display: none;
	}
	header {
		width: 100%;
	}
	.pc_header_box {
		width: 100%;
		height: 165px;
		position: relative;
		margin: 0 auto;
	}
	.pc_header_box .logo {
		max-width: 140px;
		position: absolute;
		top: 3rem;
		left: 6rem;
		z-index: 9999;
	}
	.logo img{
		width: 100%;
	}
	.insta_bnr_header {
		max-width: 50px;
		position: absolute;
		top: 3.5rem;
		right: 22rem;
		z-index: 9999;
	}
	.membership {
		width: 160px;
		height: 50px;
		position: absolute;
		top: 3.5rem;
		right: 4rem;
		z-index: 9999;
		font-size: 1.3rem;
		font-weight: bold;
		color: #fff;
		border-radius: 10px;
		text-align: center;
		padding: 1.5rem;
		background: linear-gradient(to right, #94AF57, #69B4A4, #6191A6)
	}
}
/*タブレット*/
@media only screen and (min-width:767px) and (max-width:1330px) {
	.pc_header_box {
		width: 100%;
		height: 165px;
		position: relative;
		margin: 0 auto;
		padding-top: 60px;
	}
	.pc_header_box .logo {
		max-width: 90px;
		position: absolute;
		top: 5rem;
		z-index: 3;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		z-index: 999999;
	}
	.logo img {
		width: 100%;
	}
	.insta_bnr_header {
		max-width: 40px;
		position: absolute;
		top: 1.5rem;
		right: 17rem;
		z-index: 9999;
	}
	.membership {
		width: 140px;
		height: 40px;
		position: absolute;
		top: 4rem;
		right: 2.5rem;
		z-index: 9999;
		font-size: 1.3rem;
		font-weight: bold;
		color: #fff;
		border-radius: 10px;
		text-align: center;
		padding: 1rem;
		background: linear-gradient(to right, #94AF57, #69B4A4, #6191A6)
	}
}
/*タブレット横*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1330px) and (orientation: landscape){
	.insta_bnr_header {
		max-width: 40px;
		position: absolute;
		top: 1.5rem;
		right: 22rem;
		z-index: 9999;
	}
	.membership {
		width: 130px;
		height: 40px;
		position: absolute;
		top: 4rem;
		right: 3rem;
		z-index: 9999;
		font-size: 1.3rem;
		font-weight: bold;
		color: #fff;
		border-radius: 10px;
		text-align: center;
		padding: 1rem;
		background: linear-gradient(to right, #94AF57, #69B4A4, #6191A6)
	}
}

/****************************************

spヘッダー

*****************************************/
/* スマホ */
@media screen and (max-width: 767px) {
	img {
		width: 100%;
		height: auto;
	}
	header {
		display: block;
		position: relative;
		width: 100%;
	}
	.pc_header_box {
		width: 100%;
		height: 68px;
		background:rgba(255,255,255,0.9);
		position: fixed;
		z-index: 999999;
	}
	.pc_header_box .logo {
		width: 70px;
		position: absolute;
		top: 1rem;
		left: 1rem;
		z-index: 3;
	}
	.insta_bnr_header {
		max-width: 40px;
		position: absolute;
		top: 1.5rem;
		right: 17rem;
		z-index: 9999;
	}
	.membership {
		width: 100px;
		height: 40px;
		position: absolute;
		top: 1.5rem;
		right: 6rem;
		z-index: 9999;
		font-size: 1.3rem;
		font-weight: bold;
		color: #fff;
		border-radius: 10px;
		text-align: center;
		padding: 1rem;
		background: linear-gradient(to right, #94AF57, #69B4A4, #6191A6)
	}
	.footer_left {
		text-align: left;
	}
	.footer_right  {
		text-align: right;
	}
	.insta_icon {
		position: absolute;
		width: 10%;
		height: 35px;
		background-color: #5693f6;
		color: #fff;
		top: 18px;
		right: 136px;
		text-align: center;
		font-size: 1.2rem;
		border-radius: 8px;
	}
	.insta_icon:before {
		font-family: FontAwesome;
		font-weight: 900;
		content: 'f16d';
		color: #fff;
		font-size: 2rem;
	}
	.news_navi {
		position: absolute;
		width: 20%;
		background-color: #2dc194;
		color: #fff;
		padding: 7px 5px;
		top: 18px;
		right: 53px;
		text-align: center;
		font-size: 1.2rem;
		border-radius: 8px;
	}
	.news_navi a {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	#toggle {
		position: fixed;
		right: 13px;
		top: 21px;
		width: 30px;
		height: 25px;
		cursor: pointer;
		z-index: 9999999;
	}
	#toggle div {
		position: relative;
	}
	#toggle span {
		display: block;
		position: absolute;
		/*#navToggle div に対して*/
		width: 100%;
		height: 5px;
		background: linear-gradient(to right, #94AF57, #69B4A4, #6191A6);
		border-radius: 4px;
		-webkit-transition: .35s ease-in-out;
		-o-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	#toggle span:nth-child(1) {
		top: 0;
	}
	#toggle span:nth-child(2) {
		top: 11px;
	}
	#toggle span:nth-child(3) {
		top: 22px;
	}
	/*spanの絶対位置指定の親にします*/
	.open_navi #toggle {
		position: fixed;
	}
	.open_navi #toggle span:nth-of-type(1) {
		-webkit-transform: translateY(11px) rotate(-315deg);
		-ms-transform: translateY(11px) rotate(-315deg);
		transform: translateY(11px) rotate(-315deg);
	}
	.open_navi #toggle span:nth-of-type(2) {
		opacity: 0;
	}
	.open_navi #toggle span:nth-of-type(3) {
		-webkit-transform: translateY(-11px) rotate(315deg);
		-ms-transform: translateY(-11px) rotate(315deg);
		transform: translateY(-11px) rotate(315deg);
	}
	#sp_navi {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		width: 100vw;
		overflow-y: scroll;
		text-align: left;
		background:#fff;
		z-index: 999;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: .4s ease-in-out;
		-o-transition: .4s ease-in-out;
		transition: .4s ease-in-out;
	}
	.open_navi #sp_navi {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: .3s ease-in-out;
		-o-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	.open_navi #wrapper {
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
		-webkit-filter: blur(3px);
		filter: blur(3px);
		-webkit-transition: .7s ease-in-out;
		-o-transition: .7s ease-in-out;
		transition: .7s ease-in-out;
	}
	#sp_navi .menu {
		padding-top: 68px;
		text-align: center;
		background: #fff;
	}
	#sp_navi .menu .menu-item {
		width: 100%;
		text-align: center;
		border-bottom: #999 1px dotted;
		cursor: pointer;
		color: #303030;
		margin: 0 auto;
		font-size: 1.4rem;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#sp_navi .menu .menu-item-home {
/*		border-top: #303030 1px solid;*/
	}
	#sp_navi .menu-item a, #sp_navi .menu-item span {
		color: #303030;
		font-size: 1.3em;
		display: block;
		font-weight: bold;
		padding: 15px 0 14px;
	}
	#sp_navi .menu-item a:link, #sp_navi .menu-item a:visited, #sp_navi .menu-item a:hover, #sp_navi .menu-item a:active {
		color: #303030;
		font-size: 1.3em;
		text-decoration: none;
	}
	#sp_navi .sub-menu {
		width: 100%;
		text-align: center;
		display: none;
	}
	#sp_navi .sub-menu li {
		width: 100%;
		text-align: center;
/*		border-top: #fff 1px solid;*/
	}
	#sp_navi .sub-menu li a {
		display: block;
		color: #303030;
		background-color: rgba(255,255,255,1)
/*		background-color: rgba(86,147,246,1)*/
	}
	#sp_navi .sub-menu li a:link, #sp_navi .sub-menu li a:visited, #sp_navi .sub-menu li a:hover, #sp_navi .sub-menu li a:active {
		color: #303030;
		text-decoration: none;
	}
	#sp_navi .sub-menu li a:hover {
		color: #fff;
		background-color: rgba(45,193,148,1)
	}
	#sp_navi .menu-item-has-children {
		position: relative;
	}
	#sp_navi .menu-item-has-children::before {
		content: '';
		width: 14px;
		height: 14px;
		border: 0px;
		border-top: solid 3px #5693f6;
		border-right: solid 3px #5693f6;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
		-webkit-transition: .2s ease-in-out;
		-o-transition: .2s ease-in-out;
		transition: .2s ease-in-out;
		position: absolute;
		top: 14px;
		right: 20px;
	}
	#sp_navi .menu-item-has-children.menu_open::before {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: .2s ease-in-out;
		-o-transition: .2s ease-in-out;
		transition: .2s ease-in-out;
		top: 22px;
	}
}

/****************************************

pc用 横ナビ

*****************************************/
/* スマホ */
@media screen and (max-width: 767px) {
	#g_navi {
		display: none;
	}
}
@media screen and (min-width: 767px) {
	#g_navi {
		width: 100%;
		position: relative;
		z-index: 3;
	}
	#g_navi .menu {
		*zoom: 1;
		position: absolute;
		list-style-type: none;
		top: 11.5rem;
		right: 6rem;
	}
	#g_navi .menu:before {
		content: "";
		display: table;
	}
	#g_navi .menu:after {
		content: "";
		display: table;
		clear: both;
	}
	#g_navi .menu li {
		min-width: 110px;
		position: relative;
		float: left;
		text-align: center;
		line-height: 0;
	}
	#g_navi .menu li a {
		display: block;
		margin: 0;
		color: #303030;
		padding-bottom: 20px;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1;
		text-decoration: none;
	}
	#g_navi .menu li a:after {
		position: absolute;
		bottom: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 3px;
		background: #94AF57;
		transform: scale(0, 1);
		transform-origin: center top;
		transition: transform .3s;
	}
	#g_navi .menu li a:hover:after {
		transform-origin: center top;
		transform: scale(1, 1);
	}
	#g_navi .menu li ul li a:after {
		content: none;
	}
	#g_navi .menu li ul {
		list-style: none;
		position: absolute;
		z-index: 9999;
		top: 100%;
		right: 0;
		margin: 0;
		padding: 0;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	#g_navi .menu li ul li {
		width: 100%;
	}
	#g_navi .menu li ul li a {
		padding: 13px 0;
		border-top: 1px dotted #ccc;
		font-size: 1.3rem;
		background: #fff;
		text-align: center;
		opacity: 0.95;
		filter: alpha(opacity=95);
	}
	#g_navi .menu li ul li a:hover {
		background: #eee;
		color: #303030;
		-webkit-transition: 0.2s linear;
		-o-transition: 0.2s linear;
		transition: 0.2s linear;
	}
	#g_navi .menu li:hover ul {
		visibility: visible;
		opacity: 0.95;
	}
	.menu ul{
		overflow: hidden;
		width: 0;
		transition: .3s;
	}
	.menu li:hover ul{
		width: 100%;
	}
	
	#g_navi_slide {
		width: 100%;
		position: absolute;
		z-index: 3;
	}
	#g_navi_slide .menu {
		*zoom: 1;
		width: 100%;
		list-style-type: none;
		margin-top: 50px;
		margin-left: 35.5%;
	}
	#g_navi_slide .menu:before {
		content: "";
		display: table;
	}
	#g_navi_slide .menu:after {
		content: "";
		display: table;
		clear: both;
	}
	#g_navi_slide .menu li {
		min-width: 150px;
		position: relative;
		float: left;
		text-align: center;
		line-height: 0;
	}
	#g_navi_slide .menu li a {
		display: block;
		margin: 0;
		color: #000;
		padding-bottom: 20px;
		font-size: 1.7rem;
		line-height: 1;
		text-decoration: none;
		text-shadow: 2px 2px 2px #fff ,
			-2px 2px 2px #fff ,
			2px -2px 2px #fff ,
			-2px -2px 2px #fff;
	}
	#g_navi_slide .menu li a:after {
		position: absolute;
		bottom: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 3px;
		background: #f1803a;
		transform: scale(0, 1);
		transform-origin: center top;
		transition: transform .3s;
	}
	#g_navi_slide .menu li a:hover:after {
		transform-origin: center top;
		transform: scale(1, 1);
	}
	#g_navi_slide .menu li ul li a:after {
		content: none;
	}
	#g_navi_slide .menu li ul {
		list-style: none;
		position: absolute;
		z-index: 9999;
		top: 100%;
		right: 0;
		margin: 0;
		padding: 0;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	#g_navi_slide .menu li ul li {
		width: 100%;
	}
	#g_navi_slide .menu li ul li a {
		padding: 13px 0;
		border-top: 1px dotted #ccc;
		font-size: 1.3rem;
		background: #fff;
		text-align: center;
		opacity: 0.95;
		filter: alpha(opacity=95);
	}
	#g_navi_slide .menu li ul li a:hover {
		background: #eee;
		color: #303030;
		-webkit-transition: 0.2s linear;
		-o-transition: 0.2s linear;
		transition: 0.2s linear;
	}
	#g_navi_slide .menu li:hover ul {
		visibility: visible;
		opacity: 0.95;
	}
}

/* ボタン共通設定 */
.btn_detail {
	/*矢印の基点とするためrelativeを指定*/
	position: relative;
	/*ボタンの形状*/
	max-width: 360px;
	text-decoration: none;
	display: inline-block;
	background:#f1803a;
	color:#fff;
	padding: 15px 55px 15px 50px;
	border-radius:10px;
	text-align: center;
	outline: none;
	/*アニメーションの指定*/
	transition: ease .2s;
}
.btn_detail:hover{
	background:#5693f6;
}

/* 矢印が右に移動 */
.btnarrow1:after{
	content: '';
	/*絶対配置で矢印の位置を決める*/
	position: absolute;
	top:42%;
	right: 13px;
	/*矢印の形状*/
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	/*アニメーションの指定*/
	transition: all .3s;
}
/*hoverした際の移動*/
.btnarrow1:hover:after{
	right: 11px;
}
.detail_bnr {
	text-align: center;
	font-size: 1.3rem;
	margin: 80px 0 100px;
}
.detail_bnr a:link,.detail_bnr a:visited {
	font-size: 1.8rem;
	font-weight: 500;
	color: #fff!important;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
	border-radius: 30px;
	background: linear-gradient(to right, #94AF57, #69B4A4, #6191A6)
}
.detail_bnr a:hover,.detail_bnr a:active {
	font-weight: normal;
	color: #fff!important;
	text-decoration: none;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
/*タブレット*/
@media only screen and (min-width:767px) and (max-width:1330px) {
	#g_navi {
		width: 100%;
		position: absolute;
		top: 14rem;
		left: 47%;
		right: 47%;
	}
	#g_navi .menu {
		*zoom: 1;
		max-width: 900px;
		list-style-type: none;
		position: absolute;
		top: 90%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	#g_navi .menu li {
		position: relative;
		float: left;
		text-align: center;
		line-height: 0;
	}
	#g_navi .menu li a {
		display: block;
		margin: 0;
		color: #303030;
		padding-bottom: 20px;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1;
		text-decoration: none;
		text-shadow: 2px 2px 2px #fff ,
			-2px 2px 2px #fff ,
			2px -2px 2px #fff ,
			-2px -2px 2px #fff;
	}
}
/*タブレット横*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1330px) and (orientation: landscape){
	#g_navi {
		width: 100%;
		position: absolute;
		top: 14rem;
		left: 35%;
		right: 35%;
	}
}

/****************************************

ティーザー

*****************************************/
@media screen and (min-width: 768px) {
	#sp_teaser {
		display: none;
	}
	.header_box_lower{
		width: 100%;
		display: block;
		position: relative;
		margin: 0 auto;
	}
	#mv_box {
		max-width: 1600px;
		position: relative;
		margin: 0 auto;
	}
	.mv {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 10rem;
	}
	.mv img {
		width: 100%;
	}
	.flex-control-nav{
		bottom: 20px !important;
		z-index: 2;
	}
	#teaser {
		width: 100%;
		position: relative;
		z-index: -1;
		margin: 0 auto;
	}
	#teaser img {
		width: 100%;
		margin: 0 auto;
	}
}
/* スマホ */
@media screen and (max-width: 767px) {
	.pc_br {
		display: none;
	}
	.sp_br {
		display: block;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	#mv_box {
		max-width: 90%;
		position: relative;
		margin: 0 auto;
	}
	.mv {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5rem;
	}
	.mv img {
		width: 100%;
		margin-top: 100px;
	}
	#teaser {
		width: 100%;
		margin: 0 0 20px;
	}
	#teaser img {
		position: relative;
		width: 100%;
	}
}
/****************************************

content 共通設定

*****************************************/
main#top_main {
	width: 100%;
	margin: 0 auto;
	padding: 0 2rem;
}
#page_contents {
	width: 100%;
	margin: 0 auto;
}

/*タブレット*/
@media only screen and (min-width:767px) and (max-width:1330px) {
	#page_contents {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 20px;
	}
	.mv {
		width: 94%;
		overflow: hidden;
		margin: 0 auto 5rem;
	}
}

@media screen and (min-width: 768px) {
	.bottom_banner li img:nth-child(1){
		-moz-transition: -moz-transform 0.2s linear;
		-webkit-transition: -webkit-transform 0.2s linear;
		-o-transition: -o-transform 0.2s linear;
		-ms-transition: -ms-transform 0.2s linear;
		transition: transform 0.2s linear;
	}
	.bottom_banner li:hover img:nth-child(1){
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb-100 {
	margin-bottom: -100px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb100 {
	margin-bottom: 100px;
}
.mb110 {
	margin-bottom: 110px;
}
.mb120 {
	margin-bottom: 120px;
}
.mb140 {
	margin-bottom: 140px;
}
.mb160 {
	margin-bottom: 160px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}

/* スマホ */
@media screen and (max-width: 767px) {
	main#top_main {
		width: 100%;
		position: relative;
		margin: 0 auto;
	}
	main#page_main {
		width: 100%;
		margin: 0 auto 30px;
		padding: 0 20px;
	}
	#page_contents {
		width: 100%;
		padding: 0 1.5em;
		margin: 0 auto;
	}
}

/****************************************

contentトップ用

*****************************************/
@media screen and (min-width: 768px) {
	.pc_br {
		display: block;
	}
	.sp_br {
		display: none;
	}
	.pc {
		display: block;
	}
	.sp {
		display: none;
	}
	
	/*========= 流れるテキスト ===============*/
	
/*	流れるように出現（左から右）*/
	/*全共通*/
	.slide-in {
		overflow: hidden;
		display: inline-block;
	}
	.slide-in_inner {
		display: inline-block;
	}
	/*左右のアニメーション*/
	.leftAnime{
		opacity: 0;/*事前に透過0にして消しておく*/
	}
	.slideAnimeLeftRight {
		animation-name:slideTextX100;
		animation-duration:1.2s;
		animation-fill-mode:forwards;
		opacity: 0;
	}
	@keyframes slideTextX100 {
		from {
			transform: translateX(-100%); /*要素を左の枠外に移動*/
			opacity: 0;
		}
		to {
			transform: translateX(0);/*要素を元の位置に移動*/
			opacity: 1;
		}
	}
	.slideAnimeRightLeft {
		animation-name:slideTextX-100;
		animation-duration:1.2s;
		animation-fill-mode:forwards;
		opacity: 0;
	}
	@keyframes slideTextX-100 {
		from {
			transform: translateX(100%);/*要素を右の枠外に移動*/
			opacity: 0;
		}
		to {
			transform: translateX(0);/*要素を元の位置に移動*/
			opacity: 1;
		}
	}

/*	1文字ずつ出現*/
	.eachTextAnime span{opacity: 0;}
	.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
	@keyframes text_anime_on {
		0% {opacity:0;}
		100% {opacity:1;}
	}

/*	ほのかに光りながら出現*/
	.glowAnime span{opacity: 0;}

	/*アニメーションで透過を0から1に変化させtext-shadowをつける*/
	.glowAnime.glow span{ animation:glow_anime_on 1s ease-out forwards; }

	@keyframes glow_anime_on{
		0% { opacity:0; text-shadow: 0 0 0 #fff,0 0 0 #fff;}
		50% { opacity:1;text-shadow: 0 0 10px #fff,0 0 15px #fff; }
		100% { opacity:1; text-shadow: 0 0 0 #fff,0 0 0 #fff;}
	}
	.text_center {
		text-align: center;
	}
	.text_big,.text_big02 {
		font-size: 2.6em;
		font-weight: bold;
	}
	.top_box01 {
		max-width: 1200px;
		margin: 0 auto;
		text-align: center;
	}
	.top_box02 {
		max-width: 1200px;
		margin: 0 auto 120px;
		text-align: left;
	}
	.top_box03 {
		max-width: 1200px;
		margin: 0 auto 80px;
	}
	.top_box04 {
		max-width: 1200px;
		margin: 0 auto 120px;
		text-align: center;
	}
	.top_box05 {
		max-width: 1200px;
		margin: 0 auto 90px;
	}
	.top_box06 {
		max-width: 1200px;
		margin: 0 auto 210px;
	}
	.notation_box {
		width: 100%;
		margin: 0 auto;
	}
	.notation_text {
		width: 100%;
		overflow-y: scroll;
	}
	.notation_text li {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: dotted 1px #303030;
	}
	.top_title01 {
		text-align: center;
		font-weight: bold;
		font-size: 3.6rem;
		margin: 0 auto 50px;
	}
	.top_title02 {
		text-align: center;
		font-weight: bold;
		font-size: 3.2rem;
		padding-top: 130px;
		margin: 0 auto 40px;
		background: url(images/service_icon.svg) no-repeat bottom 65px center;
	}
	.top_title02_a {
		text-align: center;
		font-weight: bold;
		font-size: 2.3rem;
		margin-bottom: 20px;
		/*		border-left: 8px solid #f1803a;*/
	}
	.top_title03 {
		text-align: center;
		font-weight: bold;
		font-size: 3.2rem;
		padding-top: 130px;
		margin: 0 auto 40px;
		background: url(images/reserve_icon.svg) no-repeat bottom 65px center;
	}
	.top_title03_a {
		text-align: left;
		font-weight: bold;
		font-size: 2.3rem;
		margin-bottom: 20px;
	}
	.top_title04 {
		text-align: center;
		font-weight: bold;
		font-size: 3.2rem;
		padding-top: 130px;
		margin: 0 auto 40px;
		background: url(images/faq_icon.svg) no-repeat bottom 65px center;
	}
	.top_title05 {
		text-align: center;
		font-weight: bold;
		font-size: 3.2rem;
		margin: 0 auto 40px;
	}
	.top_title05_a {
		text-align: left;
		font-weight: bold;
		font-size: 2.1rem;
		margin-bottom: 20px;
	}
	.top_title06 {
		text-align: center;
		font-weight: bold;
		font-size: 3.2rem;
		padding-top: 130px;
		margin: 0 auto 40px;
		background: url(images/summary_icon.png) no-repeat bottom 80px center;
	}
	.anchor-adjust {
		position: relative;
	}
	.anchor-adjust::before {
		content: "";
		display: block;
		height: 50px;
		margin-top: -50px;
		visibility: hidden;
		pointer-events: none;
	}
	/*スマホ*/
	@media screen and (max-width: 768px) {
		.anchor-adjust::before {
			content: '';
			display: block;
			height: 60px; /* スマホヘッダーの高さに応じて調整 */
			margin-top: -60px;
			visibility: hidden;
			pointer-events: none;
		}
	}
	.bnr_flex {
		max-width: 50%;
		display: flex;
		justify-content: space-around;
		margin: 0 auto;
	}
	.bnr_flex li {
		width: calc(98% / 2);
		overflow:hidden;
		border-radius: 10px;
	}
	.three_flex,.three_flex02,.three_flex03 {
		width: 100%;
		display: flex;
		gap: 3em;
		justify-content: space-around;
		margin: 0 auto;
	}
	.three_flex li,.three_flex02 li,.three_flex03 li {
		width: calc(100% / 3);
		overflow:hidden;
		border-radius: 10px;
		position: relative;
	}
	.three_flex02 li h3 {
		width: 100%;
		font-size: 2rem;
		background-color: #2dc194;
		color: #fff;
		text-align: center;
		padding: 10px;
		border-radius: 0 0 10px 10px;
	}
	.three_flex03 li h3 {
		width: 100%;
		font-size: 3rem;
		text-align: center;
		margin: 18px auto 13px;
	}
	.three_flex li img,.three_flex03 li img {
		width: 100%;
	}
	.three_flex02 li img {
		width: 100%;
		border-radius: 10px 10px 0 0!important;
	}
	.two_flex {
		width: 100%;
		display: flex;
		gap: 3em;
		justify-content: space-around;
		margin: 0 auto;
		padding: 0 20.5em;
	}
	.two_flex li {
		width: calc(100% / 2);
		overflow:hidden;
		border-radius: 10px;
		position: relative;
	}
	.two_flex li img {
		width: 100%;
	}
	.two_flex li h3 {
		width: 100%;
		font-size: 3rem;
		text-align: center;
		margin: 18px auto 13px;
	}
	.four_flex {
		width: 100%;
		display: flex;
		gap: 2.5em;
		justify-content: space-around;
		margin: 0 auto;
	}
	.four_flex li {
		width: calc(100% / 4);
		overflow:hidden;
		border-radius: 10px;
		position: relative;
	}
	.contents_img {
		width: 70%;
		margin: 0 auto
	}
	.flex {
		width: 100%;
		display: flex;
		justify-content: space-around;
		padding: 0 3rem;
		margin: 140px auto 70px;
	}
	.flex li {
		width: calc(98% / 4);
	}
	.flex li img{
		width: 100%;
	}
	.flex02 {
		width: 100%;
		display: flex;
		justify-content: space-around;
		margin-bottom: 40px;
	}
	.flex02 li {
		width: calc(100% / 4);
	}
	.flex02 li img {
		width: 100%;
	}
}
/*タブレット*/
@media only screen and (min-width:767px) and (max-width:1330px) {
	.three_flex_a {
		width: 100%;
		display: flex;
		gap: 1.5em;
		justify-content: space-around;
		margin: 0 auto;
	}
	.three_flex_a li {
		width: calc(100% / 3);
		overflow:hidden;
		border-radius: 10px;
		position: relative;
	}
	.four_flex_a {
		width: 100%;
		display: flex;
		gap: 1.5em;
		justify-content: space-around;
		margin: 0 auto;
	}
	.four_flex_a li {
		width: calc(100% / 4);
		overflow:hidden;
		border-radius: 10px;
		position: relative;
		margin-bottom: 1.5rem;
	}
	.four_flex_b {
		width: 100%;
		display: flex;
		gap: 1.5em;
		justify-content: space-around;
		margin: 0 auto;
	}
	.four_flex_b li {
		width: calc(100% / 2);
		overflow:hidden;
		border-radius: 10px;
		position: relative;
		margin-bottom: 1.5rem;
	}
	.four_flex_b {
		width: 100%;
		display: flex;
		gap: 1.5em;
		justify-content: space-around;
		margin: 0 auto;
	}
	.four_flex_b li {
		width: calc(100% / 2);
		overflow:hidden;
		border-radius: 10px;
		position: relative;
		margin-bottom: 1.5rem;
	}
}
/* スマホ */
@media screen and (max-width: 767px) {
	.four_flex_a {
		width: 100%;
		gap: 1.5em;
		justify-content: space-around;
		margin: 0 auto;
	}
	.four_flex_a li {
		overflow:hidden;
		border-radius: 10px;
		position: relative;
	}
	.four_flex_b {
		width: 100%;
		display: flex;
		gap: 1.5em;
		justify-content: space-around;
		margin: 0 auto;
	}
	.four_flex_b li {
		width: calc(100% / 2);
		overflow:hidden;
		border-radius: 10px;
		position: relative;
	}
	.four_flex_a li img {
		margin-bottom: 1em;
	}
	.four_flex_b li img {
		margin-bottom: 1em;
	}
}

/****************************************

news トップ用

*****************************************/
.news_contents {
	width: 100%;
	margin: 0 auto;
	max-height: 200px;
	overflow-y: scroll;
}
.news_list {
	max-width: 1200px;
	font-size: 1.5rem;
	margin-bottom: 10px;
	border-bottom: 1px dotted #a9a9a9;
}
.news_list h4{
	margin-right: 40px;
	color: #5693f6;
	float: left;
}
.news_list_text {
	padding: 15px 0;
}
.news_list_title {
	max-width: 1200px;
	text-align: left;
}
.news_list_title a {
	font-weight: normal;
	text-decoration: underline;
	font-weight: 500;
}

/****************************************

content下層用

*****************************************/

.scaling_img img{
	width: 100%;
	height: auto;
}
#post_content {
	width: 100%;
	margin: 0 auto;
}
#post_content02 {
	max-width: 1200px;
	margin: 0 auto;
}
#post_content02 img {
	border-radius: 10px;
}
#post_content03 {
	max-width: 1200px;
	margin: 0 auto;
}
#post_content03 figure{
	border: 1px dotted #aaa;
	border-radius: 10px;
}
.col-full {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.col-full a {
	font-size: 1.5em;
}
.wrap-col {
	margin: 20px 0;
}
#post_content03 {
	max-width: 1200px;
	margin: 40px auto 45px;
}
#post_content,#post_content02 p{
	font-size: 1.5em;
}

@media screen and (min-width: 768px) {
	#contents_box{
		max-width: 1200px;
		margin: 0 auto;
	}
	#contents_box img {
		border-radius: 10px;
	}
	.pc_none{
		display: none;
	}
	.pc_none figure {
		display: none;
	}
	.pc_none_header {
		display:none;
	}
	.pc_none_footer {
		display:none;
	}
	.pc_none_interview {
		display:none;
	}
	.pc_none_year {
		display:none;
	}
	.pc_none_blog {
		display:none;
	}
	.pc_none_map {
		display:none;
	}
	.pc_none_kindergarten_flex{
		display: none;
	}
	.breadcrumb_area {
		max-width: 1200px;
		margin: 0 auto;
		font-size: 1.2rem;
		text-align: left;
	}
	.breadcrumb {
		margin: 40px auto 30px;
	}
	.nav-below_single {
		text-align: center;
		margin: 50px 0 60px;
	}
	.left_box {
		width: 48%;
		float: left;
	}
	.right_box {
		width: 47%;
		float: right;
	}
	.contents_three {
		width: 100%;
		margin: 0 auto 60px;
	}
	.contents_three_list{
		width: 30.6%;
		float: left;
		margin-bottom: 20px;
	}
	.contents_three_list picture {
		width: 100%;
		position: relative;
		margin-bottom: 20px;
		border-radius: 10px;
	}
	.contents_three02 {
		width: 100%;
		margin: 0 auto;
	}
	.contents_three_list02 {
		width: 30.6%;
		float: left;
		margin-bottom: 30px;
	}
	.contents_three_list02 picture {
		width: 100%;
		position: relative;
		margin-bottom: 20px;
		border: 1px dotted #aaa;
		border-radius: 10px;
	}
	.contents_three_list img {
		width: 100%;
		border-radius: 10px;
	}
	.contents_three_list:nth-child(3n+1){
		clear: both;
		margin-right: 3em;
	}
	.contents_three_list:nth-child(3n+2){
		margin-right: 3em;
	}
	.contents_three_list:nth-child(3n+3){
		margin-right: 0;
	}
	.contents_three_list02 img {
		width: 100%;
		border-radius: 10px;
	}
	.contents_three_list02:nth-child(3n+1){
		clear: both;
		margin-right: 2em;
	}
	.contents_three_list02:nth-child(3n+2){
		margin-right: 2em;
	}
	.contents_three_list02:nth-child(3n+3){
		margin-right: 0;
	}
	.flex_recruit {
		width: 100%;
		display: flex;
		justify-content: space-around;
	}
	.flex_recruit li{
		width: calc(96% / 3);
		margin: 40px 0 20px;
	}
	.flex_recruit li img {
		width: 100%;
	}
	.teachers_title02 {
		font-size: 1.55rem;
		color: #303030;
		text-align: left;
		letter-spacing: 0.08em;
		margin: 10px 0 10px;
	}
	#single_box,#single_box03 {
		max-width: 1200px;
		margin: 0 auto 120px;
		text-align: center;
	}
	#single_box02 {
		max-width: 1200px;
		margin: 0 auto 120px;
		text-align: left;
	}
	#single_box03 img {
		width: 100%;
		height: 100%;
		border-radius: 10px;
	}
	#single_box .teachers_interview {
		text-align: left;
	}
	#single_box h4,#single_box02 h4 {
		font-size: 2.8rem;
		margin-top: 35px;
		color: #5693f6;
		margin-bottom: 20px;
	}
	#single_box h4 span {
		color: #f1803a;
	}
	.searchandfilter ul {
		display: inline-block;
	}
	.searchandfilter li {
		list-style: none;
		display: inline-block;
		padding-right: 10px;
	}
	#post_content02 form {
		position:relative;
		margin-top: 30px;
	}
	#post_content02 form input {
		height: 40px;
		padding: 0 10px;
		border-radius:2px;
		border:solid 3px #eaeaea;
		outline: 0;
	}
	#post_content02 form label {
		height: 50px;
		background:none;
		color:#666;
		border:none;
		font-size:20px;
		outline: 0;
	}
	#s-btn{
		background-color: black;
		width: 50px;
		height: 30px;
		position: relative;
		right: 20px;
		bottom: 10px;
		border-radius: 3px;
		font-size: 16px;
		color: #fff;
		line-height: 31px;
	}
}

/*タブレット*/
@media only screen and (min-width:767px) and (max-width:1330px) {
	.sp_none {
		display:none;
	}
	.sp_none_header{
		display: block;
	}
	.sp_none_footer{
		display: block;
	}
	.sp_none_interview{
		display: block;
	}
	.sp_none_year {
		display:block;
	}
	.sp_none_blog {
		display:block;
	}
	sp_none_map {
		display:block;
	}
	.sp_none_kindergarten_flex{
		display: block;
	}
	.pc_none {
		display:block;
	}
	.pc_none_header {
		display:none;
	}
	.pc_none_footer {
		display:none;
	}
	.pc_none_interview {
		display:none;
	}
	.pc_none_year {
		display:none;
	}
	.pc_none_blog {
		display:none;
	}
	.pc_none_map {
		display:none;
	}
	.pc_none_kindergarten_flex{
		display: none;
	}
	.pc_br {
		display: none;
	}
	.text_center {
		text-align: left;
	}
	.text_center02 {
		text-align: center;
	}
	#post_content02 {
		width: 100%;
		margin: 0 auto;
	}
	#post_content03 {
		width: 100%;
		margin: 40px auto 35px;
	}
	.breadcrumb_area {
		font-size: 1rem;
	}
	#contents_box img {
		width: 100%;
	}
	.contents_three {
		width: 100%;
		margin: 30px auto;
	}
	.contents_three_list{
		width: 31.4%;
		float: left;
		margin-bottom: 40px;
		padding-bottom: 10px;
	}
	.contents_three_list:nth-child(3n+1){
		clear: both;
		margin-right: 2em;
	}
	.contents_three_list:nth-child(3n+2){
		margin-right: 2em;
	}
	.contents_three_list:nth-child(3n+3){
		margin-right: 0;
	}
	.three_flex, .three_flex02, .three_flex03 {
		width: 100%;
		display: flex;
		gap: 2em;
		justify-content: space-around;
		margin: 0 auto;
	}
	#single_box {
		width: 90%;
		margin: 0 auto;
		text-align: left;
	}
	.slider_logo {
		position: absolute;
		z-index: 9999;
		top: 58%;
		left: 59%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.slider_logo img {
		width: 50%;
	}
	.top_title01 {
		text-align: center;
		font-weight: bold;
		font-size: 3.6rem;
		margin: 0 auto 2rem;
	}
	.top_title02 {
		text-align: center;
		font-weight: bold;
		font-size: 3.2rem;
		padding-top: 130px;
		margin: 0 auto 30px;
	}
	.top_title02_a {
		text-align: center;
		font-weight: bold;
		font-size: 2.1rem;
		margin-bottom: 15px;
	}
	.top_title03 {
		text-align: center;
		font-weight: bold;
		font-size: 3.2rem;
		padding-top: 130px;
		margin: 0 auto 30px;
	}
	.top_title03_a {
		text-align: left;
		font-weight: bold;
		font-size: 2.3rem;
		margin-bottom: 10px;
	}
	.top_title04 {
		text-align: center;
		font-weight: bold;
		font-size: 3.2rem;
		padding-top: 130px;
		margin: 0 auto 30px;
	}
	.top_title05 {
		text-align: center;
		font-weight: bold;
		font-size: 3.2rem;
		margin: 0 auto 40px;
	}
	.top_title05_a {
		text-align: left;
		font-weight: bold;
		font-size: 2.1rem;
		margin-bottom: 20px;
	}
	.top_title06 {
		text-align: center;
		font-weight: bold;
		font-size: 3.2rem;
		padding-top: 130px;
		margin: 0 auto 30px;
	}
	.top_box01 {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.top_box02 {
		width: 100%;
		margin: 0 auto 120px;
		text-align: left;
	}
	.top_box03 {
		width: 100%;
		margin: 0 auto 80px;
	}
	.top_box04 {
		width: 100%;
		margin: 0 auto 120px;
		text-align: center;
	}
	.top_box05 {
		width: 100%;
		margin: 0 auto 90px;
	}
	.top_box06 {
		width: 100%;
		margin: 0 auto 210px;
	}
	.service_icon {
		display: none;
	}
	.reserve_icon {
		display: none;
	}
	.faq_icon {
		display: none;
	}
	.summary_icon {
		display: none;
	}
	.left_box {
		width: 48%;
		float: left;
	}
	.left_box img {
		width: 100%;
	}
	.right_box img {
		width: 100%;
	}
	.detail_bnr a:link, .detail_bnr a:visited {
		font-size: 1.8rem;
		font-weight: bold;
		color: #fff!important;
		text-decoration: none;
		-webkit-transition: 0.2s linear;
		-o-transition: 0.2s linear;
		transition: 0.2s linear;
	}
	.three_flex li img, .three_flex03 li img {
		width: 100%;
		margin-bottom: 10px;
	}
	.tab_img {
		margin-top: 35px;
	}
	.contents_img {
		width: 100%;
		text-align: center;
	}
	.contents_img img{
		width: 100%;
	}
	.contents_three {
		width: 100%;
		margin: 0 auto 60px;
	}
	.contents_three_list{
		width: 30.6%;
		float: left;
		margin-bottom: 20px;
	}
	.contents_three_list picture {
		width: 100%;
		position: relative;
		margin-bottom: 20px;
		border-radius: 10px;
	}
	.contents_three02 {
		width: 100%;
		margin: 0 auto;
	}
	.contents_three_list02 {
		width: 30.6%;
		float: left;
		margin-bottom: 30px;
	}
	.contents_three_list02 picture {
		width: 100%;
		position: relative;
		margin-bottom: 20px;
		border: 1px dotted #aaa;
		border-radius: 10px;
	}
	.contents_three_list img {
		width: 100%;
		border-radius: 10px;
	}
	.contents_three_list:nth-child(3n+1){
		clear: both;
		margin-right: 3em;
	}
	.contents_three_list:nth-child(3n+2){
		margin-right: 3em;
	}
	.contents_three_list:nth-child(3n+3){
		margin-right: 0;
	}
	.contents_three_list02 img {
		width: 100%;
		border-radius: 10px;
	}
	.contents_three_list02:nth-child(3n+1){
		clear: both;
		margin-right: 2em;
	}
	.contents_three_list02:nth-child(3n+2){
		margin-right: 2em;
	}
	.contents_three_list02:nth-child(3n+3){
		margin-right: 0;
	}
	.bnr_box {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.table_text {
		width: 100%;
	}
	.flex_recruit {
		width: 100%;
		display: flex;
		justify-content: space-around;
	}
	.flex_recruit li{
		width: calc(96% / 3);
		margin: 40px 0 20px;
	}
	.flex_recruit li img {
		width: 100%;
	}
	#single_box {
		max-width: 1200px;
		margin: 0 auto 120px;
		text-align: center;
	}
	#single_box02 {
		max-width: 1200px;
		margin: 0 auto 120px;
		padding: 0 20px;
		text-align: left;
	}
	#single_box03 {
		max-width: 1200px;
		margin: 0 auto 120px;
		padding: 0 20px;
		text-align: center;
	}
	#single_box03 img {
		width: 100%;
		height: 100%;
		border-radius: 10px;
	}
	#single_box h4,#single_box02 h4 {
		font-size: 2.8rem;
		margin-top: 35px;
		color: #5693f6;
		margin-bottom: 20px;
	}
	#single_box h4 span {
		color: #f1803a;
	}
	.searchandfilter ul {
		display: inline-block;
	}
	.searchandfilter li {
		list-style: none;
		display: inline-block;
		padding-right: 10px;
	}
	#post_content02 form {
		position:relative;
		margin-top: 30px;
	}
	#post_content02 form input {
		height: 40px;
		padding: 0 10px;
		border-radius:2px;
		border:solid 3px #eaeaea;
		outline: 0;
	}
	#post_content02 form label {
		height: 50px;
		background:none;
		color:#666;
		border:none;
		font-size:20px;
		outline: 0;
	}
	#s-btn{
		background-color: black;
		width: 50px;
		height: 30px;
		position: relative;
		right: 20px;
		bottom: 10px;
		border-radius: 3px;
		font-size: 16px;
		color: #fff;
		line-height: 31px;
	}
}
/*タブレット横*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1330px) and (orientation: landscape){
	.top_headline {
		width: 100%;
		position: absolute;
		color: #fff;
		text-align: center;
		line-height: 1;
		font-weight: bold;
		top: 32%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		/* text-shadow: 2px 2px 4px #fff, -2px 2px 8px #fff, 2px -2px 8px #fff, -2px -2px 8px #fff; */
	}
	.slider_logo img {
		width: 55%;
	}
	.slider_logo {
		position: absolute;
		z-index: 9999;
		top: 55%;
		left: 59%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.bnr_flex {
		max-width: 50%;
		display: flex;
		justify-content: space-around;
		margin: 0 auto;
	}
}

/* スマホ */
@media screen and (max-width: 767px) {
	.sp_none{
		display: none;
	}
	.sp_none_header{
		display: none;
	}
	.sp_none_footer{
		display: none;
	}
	.sp_none_interview{
		display: none;
	}
	.sp_none_year {
		display:none;
	}
	.sp_none_blog {
		display:none;
	}
	.sp_none_map {
		display:none;
	}
	#post_content02 {
		width: 100%;
		margin: 0 auto;
	}
	.breadcrumb_area {
		width: 100%;
		text-align: left;
	}
	.breadcrumb {
		margin-bottom: 20px;
		font-size: 0.9em;
	}
	#contents_box img{
		border-radius: 10px;
	}
	.top_box01 {
		width: 100%;
		margin: 0 auto;
		text-align: left;
	}
	.top_box02 {
		width: 100%;
		margin: 0 auto 70px;
		text-align: left;
	}
	.top_box03 {
		width: 100%;
		margin: 0 auto 80px;
	}
	.top_box04 {
		width: 100%;
		margin: 0 auto 90px;
		text-align: center;
	}
	.top_box05 {
		width: 100%;
		margin: 0 auto 90px;
	}
	.top_box06 {
		width: 100%;
		margin: 0 auto 100px;
	}
	.top_title01 {
		text-align: center;
		font-weight: bold;
		font-size: 2.1rem;
		margin: 0 auto 20px;
	}
	.top_title02 {
		text-align: center;
		font-weight: bold;
		font-size: 2.6rem;
		margin: 0 auto 30px;
	}
	.top_title02_a {
		text-align: center;
		font-weight: bold;
		font-size: 2.2rem;
		margin: 15px 0 12px;
	}
	.top_title03 {
		text-align: center;
		font-weight: bold;
		font-size: 2.6rem;
		margin: 0 auto 30px;
	}
	.top_title03_a {
		text-align: left;
		font-weight: bold;
		font-size: 2.2rem;
		margin: 15px 0 10px;
	}
	.top_title04 {
		text-align: center;
		font-weight: bold;
		font-size: 2.6rem;
		margin: 0 auto 30px;
	}
	.top_title05 {
		text-align: center;
		font-weight: bold;
		font-size: 2.6rem;
		margin: 0 auto 30px;
	}
	.top_title05_a {
		text-align: left;
		font-weight: bold;
		font-size: 2.2rem;
		margin: 15px 0 10px;
	}
	.top_title06 {
		text-align: center;
		font-weight: bold;
		font-size: 2.6rem;
		margin: 10px auto 30px;
	}
	.service_icon {
		width: 80px;
		margin: 0 auto;
	}
	.reserve_icon {
		width: 80px;
		margin: 0 auto;
	}
	.faq_icon {
		width: 80px;
		margin: 0 auto;
	}
	.summary_icon {
		width: 80px;
		margin: 0 auto;
	}
	.notation_text li {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: dotted 1px #303030;
	}
	.bnr_flex {
		margin: 0 auto;
	}
	.bnr_flex li {
		border-radius: 10px;
		margin-bottom: 20px;
	}
	.bnr_flex li a {
		border: 1px solid #fff;
	}
	.blog_bnr {
		margin-bottom: 20px;
	}
	.three_flex .three_flex_a {
		width: 100%;
		margin: 0 auto;
	}
	.three_flex02 {
		width: 100%;
		margin: 0 auto;
	}
	.three_flex03 {
		width: 100%;
		display: flex;
		gap: 3em;
		justify-content: space-around;
		margin: 0 auto;
	}
	.three_flex li {
		border-radius: 10px;
	}
	.three_flex_a li {
		border-radius: 10px;
	}
	.three_flex02 li {
		margin-top: 30px;
		border-radius: 10px;
	}
	.three_flex03 li {
		width: calc(100% / 3);
		overflow:hidden;
		border-radius: 10px;
		position: relative;
	}
	.three_flex02 li h3 {
		width: 100%;
		height: 50px;
		font-size: 1.8rem;
		letter-spacing: 0;
		background-color: #2dc194;
		color: #fff;
		text-align: center;
		padding-top: 10px;
		border-radius: 0 0 10px 10px;
	}
	.three_flex03 li h3 {
		width: 100%;
		font-size: 3rem;
		text-align: center;
		margin: 18px auto 13px;
	}
	.three_flex li img {
		width: 100%;
		margin-bottom: 20px;
	}
	.three_flex_a li img {
		width: 100%;
	}
	.three_flex02 li img {
		width: 100%;
		border-radius: 10px 10px 0 0!important;
	}
	.three_flex03 li img {
		width: 100%;
	}
	.two_flex {
		width: 100%;
		display: flex;
		gap: 3em;
		justify-content: space-around;
		margin: 0 auto;
		padding: 0 20.5em;
	}
	.two_flex li {
		width: calc(100% / 2);
		overflow:hidden;
		border-radius: 10px;
		position: relative;
	}
	.two_flex li img {
		width: 100%;
	}
	.two_flex li h3 {
		width: 100%;
		font-size: 3rem;
		text-align: center;
		margin: 18px auto 13px;
	}
	.contents_img {
		width: 100%;
		text-align: center;
	}
	.contents_img img{
		width: 100%;
	}
	.top_box06 .left_box img {
		margin-bottom: 3rem;
	}
	.left_box_a {
		margin-bottom: 2rem;
	}
	.flex {
		width: 100%;
		display: flex;
		justify-content: space-around;
		padding: 0 3rem;
		margin: 140px auto 70px;
	}
	.flex li {
		width: calc(98% / 4);
	}
	.flex li img{
		width: 100%;
	}
	.flex02 {
		width: 100%;
		display: flex;
		justify-content: space-around;
		margin-bottom: 40px;
	}
	.flex02 li {
		width: calc(100% / 4);
	}
	.flex02 li img {
		width: 100%;
	}
	.sp_none figure{
		display: none;
	}
	#single_box h4 {
		color: #004687;
		font-size: 1.6em;
		margin-top: 35px;
	}
	#single_box h4 span {
		color: #da0000;
	}
	#post_content02 ul {
		margin-bottom: 20px;
	}
	#post_content03 {
		width: 95%;
		margin: 40px auto 35px;
	}
	.contents_three {
		width: 100%;
		margin: 20px auto;
	}
	.contents_three_list {
		width: 100%;
		float: left;
		margin-bottom: 20px;
		padding-bottom: 10px;
		position: relative;
	}
	.contents_three_list picture {
		width: 100%;
		margin-bottom: 15px;
	}
	.contents_three_list img {
		width: 100%;
		border-radius: 10px;
	}
	.contents_three_list:nth-child(3n+1){
		width: 100%;
		margin-bottom: 50px;
	}
	.contents_three_list:nth-child(3n+2){
		width: 100%;
		margin-bottom: 50px;
	}
	.contents_three_list:nth-child(3n+3){
		width: 100%;
	}
	.contents_three02 {
		width: 100%;
		margin: 0 auto;
	}
	.contents_three_list02 {
		margin-bottom: 20px;
	}
	.contents_three_list02 picture {
		width: 100%;
		position: relative;
		margin-bottom: 15px;
		border: 1px dotted #aaa;
		border-radius: 10px;
	}
	.contents_three_list02 img {
		width: 100%;
		border-radius: 10px;
	}
	.nav-below_single {
		text-align: center;
		margin: 40px 0;
	}
	.nav-below_single p {
		text-align: center!important;
	}
	.nav-below_single a {
		color: #333!important;
	}
	.nav-below_single a:hover {
		color: #da0000!important;
	}
	.updated_date {
		font-size: 1.6rem;
		font-weight: 500;
		color: #da0000;
		text-align: left;
		letter-spacing: 0.08em;
		margin: 10px 0 15px;
	}
	#page_main h4 {
		font-size: 1.6em;
		font-weight: bold;
		color: #5693f6;
		margin-top: 10px;
	}
	.news_list h4 {
		margin-right: 20px;
		color: #5693f6;
		float: left;
		margin-top: 10px;
	}
	/*== ボタン共通設定 */
	.btn{
		/*アニメーションの起点とするためrelativeを指定*/
		position: relative;
		overflow: hidden;
		/*ボタンの形状*/
		max-width: 450px;
		text-decoration: none;
		display: inline-block;
		border: 1px solid #333;/* ボーダーの色と太さ */
		padding: 10px 30px;
		text-align: center;
		outline: none;
		font-size: 1.6rem;
		/*アニメーションの指定*/   
		transition: ease .2s;
	}
	/*ボタン内spanの形状*/
	.btn span {
		position: relative;
		z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
		color:#333;
	}
	.btn:hover span{
		color:#fff;
	}
	/*== 背景が流れる（左から右） */
	.bgleft:before {
		content: '';
		/*絶対配置で位置を指定*/
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		/*色や形状*/
		background:#13317F;/*背景色*/
		width: 100%;
		height: 100%;
		/*アニメーション*/
		transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
		transform: scale(0, 1);
		transform-origin: right top;
	}
	/*hoverした際の形状*/
	.bgleft:hover:before{
		transform-origin:left top;
		transform:scale(1, 1);
	}

	/* ボタン共通設定 */
	.btn_detail {
		/*矢印の基点とするためrelativeを指定*/
		position: relative;
		/*ボタンの形状*/
		max-width: 360px;
		text-decoration: none;
		display: inline-block;
		background:#f1803a;
		color:#fff;
		padding: 15px 55px 15px 50px;
		border-radius:10px;
		text-align: center;
		outline: none;
		/*アニメーションの指定*/
		transition: ease .2s;
	}
	.btn_detail:hover{
		background:#5693f6;
	}
	/* 矢印が右に移動 */
	.btnarrow1::after{
		content: '';
		/*絶対配置で矢印の位置を決める*/
		position: absolute;
		top:42%;
		right: 13px;
		/*矢印の形状*/
		width: 5px;
		height: 5px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
		/*アニメーションの指定*/
		transition: all .3s;
	}
	/*hoverした際の移動*/
	.btnarrow1:hover:after{
		right: 11px;
	}
	.detail_bnr {
		font-size: 2.1rem;
		margin: 40px 0 80px;
	}
	.detail_bnr a:link,.detail_bnr a:visited {
		font-size: 1.8rem;
		font-weight: bold;
		color: #fff!important;
		text-decoration: none;
		-webkit-transition: 0.2s linear;
		-o-transition: 0.2s linear;
		transition: 0.2s linear;
	}
	.detail_bnr a:hover,.detail_bnr a:active {
		font-weight: bold;
		color: #fff!important;
		text-decoration: none;
		z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
		-webkit-transition: 0.2s linear;
		-o-transition: 0.2s linear;
		transition: 0.2s linear;
	}
	.support_bnr a:link,.support_bnr a:visited {
		font-size: 1.6rem;
		font-weight: bold;
		color: #fff!important;
		text-decoration: none;
		-webkit-transition: 0.2s linear;
		-o-transition: 0.2s linear;
		transition: 0.2s linear;
	}
	input, select {
		width: 100% !important;
		vertical-align: middle;
		padding: 10px;
		margin-right: 10px;
		margin-bottom: 15px;
	}
	.detail_bnr a:link,.detail_bnr a:visited {
		font-weight: bold;
	}
	.under_contact_bnr a:hover,.under_contact_bnr a:active {
		font-weight: bold;
	}
	#single_box,#single_box03 {
		max-width: 1200px;
		margin: 0 auto 60px;
		text-align: center;
	}
	#single_box02 {
		max-width: 1200px;
		margin: 0 auto 120px;
		text-align: left;
	}
	#single_box03 img {
		width: 100%;
		height: 100%;
		border-radius: 10px;
	}
	#single_box .teachers_interview {
		text-align: left;
	}
	#single_box h4 {
		font-size: 2.8rem;
		margin-top: 35px;
		color: #5693f6;
		margin-bottom: 20px;
	}
	#single_box02 h4 {
		font-size: 1.8rem;
		margin-top: 35px;
		color: #5693f6;
	}
	#single_box h4 span {
		color: #f1803a;
	}
	.searchandfilter ul {
		display: inline-block;
	}
	.searchandfilter li {
		list-style: none;
		display: inline-block;
		padding-right: 10px;
	}
	#post_content02 form {
		position:relative;
		margin-top: 30px;
	}
	#post_content02 form input {
		height: 40px;
		padding: 0 10px;
		border-radius:2px;
		border:solid 3px #eaeaea;
		outline: 0;
	}
	#post_content02 form label {
		height: 50px;
		background:none;
		color:#666;
		border:none;
		font-size:20px;
		outline: 0;
	}
	#s-btn{
		background-color: black;
		width: 50px;
		height: 30px;
		position: relative;
		right: 20px;
		bottom: 10px;
		border-radius: 3px;
		font-size: 16px;
		color: #fff;
		line-height: 31px;
	}
	/*========= 流れるテキスト ===============*/

	/*	流れるように出現（左から右）*/
	/*全共通*/
	.slide-in {
		overflow: hidden;
		display: inline-block;
	}
	.slide-in_inner {
		display: inline-block;
	}
	/*左右のアニメーション*/
	.leftAnime{
		opacity: 0;/*事前に透過0にして消しておく*/
	}
	.slideAnimeLeftRight {
		animation-name:slideTextX100;
		animation-duration:1.2s;
		animation-fill-mode:forwards;
		opacity: 0;
	}
	@keyframes slideTextX100 {
		from {
			transform: translateX(-100%); /*要素を左の枠外に移動*/
			opacity: 0;
		}
		to {
			transform: translateX(0);/*要素を元の位置に移動*/
			opacity: 1;
		}
	}
	.slideAnimeRightLeft {
		animation-name:slideTextX-100;
		animation-duration:1.2s;
		animation-fill-mode:forwards;
		opacity: 0;
	}
	@keyframes slideTextX-100 {
		from {
			transform: translateX(100%);/*要素を右の枠外に移動*/
			opacity: 0;
		}
		to {
			transform: translateX(0);/*要素を元の位置に移動*/
			opacity: 1;
		}
	}

	/*	1文字ずつ出現*/
	.eachTextAnime span{opacity: 0;}
	.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
	@keyframes text_anime_on {
		0% {opacity:0;}
		100% {opacity:1;}
	}

	/*	ほのかに光りながら出現*/
	.glowAnime span{opacity: 0;}

	/*アニメーションで透過を0から1に変化させtext-shadowをつける*/
	.glowAnime.glow span{ animation:glow_anime_on 1s ease-out forwards; }

	@keyframes glow_anime_on{
		0% { opacity:0; text-shadow: 0 0 0 #fff,0 0 0 #fff;}
		50% { opacity:1;text-shadow: 0 0 10px #fff,0 0 15px #fff; }
		100% { opacity:1; text-shadow: 0 0 0 #fff,0 0 0 #fff;}
	}
}

/****************************************

single.php

*****************************************/
.single_text {
	width: 100%;
}
.single_text img {
	border-radius: 10px;
	margin: 3rem auto 2rem;
}
.pager{
	clear:both;
	text-align:center;
	padding:30px 0;
}

a.page-numbers,
.pager .current{
	background:rgba(0,0,0,0.02);
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:5px;
	padding:5px 8px;
	margin:0 2px;
	font-size: 1.4rem;
}
.pager .current{
	background-color:rgba(86,147,246,1);
	border:solid 1px rgba(86,147,246,1);
	color:rgba(255,255,255,1);
}
.nav-below{
	margin: 30px 0 20px;
	text-align: center;
}

/* スマホ */
@media screen and (max-width: 767px) {
	#single_box {
		width: 100%;
	}
}
/****************************************

sidebar

*****************************************/
/****************************************

テーブル

*****************************************/
td p {
	font-size: 100%;
}
/*タブレット*/
@media only screen and (min-width:767px) and (max-width:1330px) {
	td p {
		font-size: 100%;
	}
}

/****************************************

P

*****************************************/
/* 改行 */
p.line_break, span.line_break, li.line_break {
	padding-top: 25px;
}

/* 赤文字*/
.red_text {
	color: #da0000;
}
/* 青文字*/
.blue_text {
	color: #5693f6;
}
/* 青文字*/
.blue_text a {
	color: #5693f6;
	font-weight: bold;
}
/* 緑文字*/
.green_text {
	color: #2dc194;
}
/* 黄文字*/
.yellow_text {
	color: #f8da35;
}
/* オレンジ文字*/
.orange_text {
	color: #f1803a;
}

/* 強調*/
.big_text {
	font-size: 2.0rem;
}
.big_bold {
	font-size: 2.0rem;
	font-weight: bold;
}
.bold_text {
	font-weight: bold;
}

/* 小文字*/
.small_text {
	font-size: 1.2rem;
}

/* 非表示*/
.hide_text,.about_us_box01_tit{
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

/****************************************

タイトル

*****************************************/
@media screen and (min-width: 768px) {
	h1.headline {
		color: #303030;
		font-weight: bold;
		letter-spacing: 0.05em;
		font-size: 3.6em;
		margin: 30px 0 25px;
	}
	h1.headline02 {
		color: #303030;
		font-weight: bold;
		letter-spacing: 0.15em;
		font-size: 3.2em;
	}
}
/*タブレット*/
@media only screen and (min-width:767px) and (max-width:1330px) {
	h1.headline {
		color: #303030;
		font-weight: bold;
		letter-spacing: 0.05em;
		font-size: 3em;
		margin: 30px 0 25px;
	}
	#post_content03 h2 {
		font-size: 2.6em;
		font-weight: bold;
		color: #303030;
		font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
		letter-spacing: 0.05em;
	}
}
/* スマホ */
@media screen and (max-width: 767px) {
	h1.headline {
		color: #303030;
		padding-bottom: 10px;
		font-weight: bold;
		font-size: 2.6em;
		border-bottom: 1px dotted #303030;
		margin-bottom: 3px;
	}
	h1.headline02 {
		color: #303030;
		padding: 20px 0 10px;
		font-weight: bold;
		font-size: 2.0em;
		border-bottom: 1px dotted #303030;
	}
	#post_content03 h2 {
		font-size: 2.1em;
		font-weight: bold;
		color: #303030;
		font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
		letter-spacing: 0.05em;
	}
}
/****************************************

FAQ

*****************************************/
.faq-item {
	margin-bottom: 20px;
}

/* ボタン部分（質問） */
.faq-question {
	width: 100%;
	border: none;
	color: #fff;
	text-align: left;
	padding: 2rem;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	background: linear-gradient(to right, #94AF57, #69B4A4, #6191A6);
}

/* 右端の + / - アイコン */
.faq-question .toggle-icon {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
}

/* 回答部分：高さ0からスライドするように */
.faq-answer {
	max-height: 0;              /* 初期状態は高さ0 */
	overflow: hidden;           /* はみ出た部分を隠す */
	padding: 0 15px;            /* 上下のpaddingは0からアニメーション */
	background: #ffffff;
	border: 1px solid #ddd;
	border-top: none;
	font-size: 15px;
	line-height: 1.6;
	opacity: 0;
	transition:
		max-height 0.35s ease,
		opacity 0.35s ease,
		padding-top 0.35s ease,
		padding-bottom 0.35s ease;
}

/* 開いているときのスタイル */
.faq-answer.is-open {
	opacity: 1;
	padding-top: 18px;
	padding-bottom: 40px;
	text-align: left;
}
/****************************************

pc_footer

*****************************************/
@media screen and (min-width: 768px) {
	#sp_footer{
		display: none;
	}
	#pc_footer {
		width: 100%;
		height: 140px;
		margin: 0 auto;
		color: #fff;
		background: linear-gradient(to right, #94AF57, #69B4A4, #6191A6);
		position: relative;
	}
	.pc_footer_inner {
		max-width: 1200px;
		margin: 0 auto;
		padding: 4rem 0 ;
	}
	.footer_left {
		width: 30%;
		text-align: left;
		position: relative;
	}
	.footer_left a {
		text-decoration: none;
	}
	.footer_right  {
		width: 70%;
		float: right;
		position: relative;
	}
	.pc_footer_inner p {
		color: #fff;
		line-height: 1.5;
	}
	.pc_footer_inner p span {
		font-size: 3.2rem;
		font-weight: bold;
	}
	.pc_footer_inner p span02 {
		font-size: 1.6rem;
	}
	.pc_footer_inner li {
		list-style: none;
		position: absolute;
		top: -70px;
		right: 0;
		text-align: right;
	}
	.pc_footer_inner li a {
		color: #fff;
	}
	.pc_footer_inner  li a:hover{
		color: #ffff00;
	}
	.pc_footer_inner li span {
		color: #fff;
		padding-top: 12px;
		display: block;
		font-size: 1.6rem;
	}
	.insta_bnr_footer {
		position: absolute;
		top: 0;
		left: 26rem;
	}
	.footer_info {
		width: 100%;
	}
	.footer_info_text {
		width: 100%;
		font-size: 0.5em;
		text-align: center;
		color: #fff;
		padding-top: 50px;
	}
	.pc_footer_bnr {
		width: 100%;
		position: absolute;
		bottom: 0;
	}
	.pagetop {
		position: fixed;
		right: 30px;
		bottom: 170px;
		display: none;
		z-index: 5;
	}
	.pagetop bnr {
		width: 60px;
	}
}

/*タブレット*/
@media only screen and (min-width:767px) and (max-width:1330px) {
	.insta_bnr_header {
		position: absolute;
		top: 4rem;
		right: 17.5rem;
	}
	.insta_bnr_header img {
		width: 40px;
	}
	.insta_bnr_footer {
		position: absolute;
		bottom: 45px;
		left: 3rem;
	}
	#pc_footer {
		width: 100%;
		margin: 0 auto;
		color: #fff;
		background: linear-gradient(to right, #94AF57, #69B4A4, #6191A6);
		position: relative;
	}
	.pc_footer_inner {
		width: 100%;
		margin: 0 auto;
		padding: 4rem 2rem 0;
	}
	.footer_left {
		width: 50%;
		text-align: left;
		position: relative;
	}
	.footer_left a {
		text-decoration: none;
	}
	.footer_right  {
		width: 43%;
		float: right;
		position: relative;
	}
	.insta_bnr_footer {
		position: absolute;
		top: 0;
		left: 28em;
	}
	.pagetop {
		position: fixed;
		right: 2rem;
		bottom: 160px;
		display: none;
		z-index: 5;
	}
}
/*タブレット横*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1330px) and (orientation: landscape){
	.footer_left {
		width: 50%;
		text-align: left;
		position: relative;
	}
	.footer_left a {
		text-decoration: none;
	}
	.footer_right  {
		width: 43%;
		float: right;
		position: relative;
	}
	.insta_bnr_footer {
		position: absolute;
		top: 0;
		left: 28em;
	}
	.pagetop {
		position: fixed;
		right: 2rem;
		bottom: 160px;
		display: none;
		z-index: 5;
	}
}
/****************************************

sp_footer

*****************************************/
/* スマホ */
@media screen and (max-width: 767px) {
	#pc_footer {
		display: none;
	}
	#sp_footer {
		width: 100%;
		margin: 0 auto;
		color: #fff;
		background: linear-gradient(to right, #94AF57, #69B4A4, #6191A6);
		position: relative;
	}
	#sp_footer a {
		color: #fff!important;
	}
	#sp_footer a:hover {
		color: #ffff00!important;
	}
	.sp_footer_logo img{
		width: 55%;
		text-align: center;
	}
	.footer_info_text{
		font-size: 0.6em;
		letter-spacing: 0.12em;
		color: #fff;
		text-align: left;
		padding-left: 20px;
	}
	.sp_footer_upper {
		padding: 2.4rem 2rem 0;
		position: relative;
	}
	.sp_footer_upper p {
		font-size: 1.5rem;
	}
	.sp_footer_upper p span {
		font-size: 2.1rem;
		font-weight: bold;
	}
	.sp_footer_lower {
		padding: 0 2rem 2.5rem;
	}
	.insta_bnr_footer {
		width: 80px;
		position: absolute;
		top: 3rem;
		right: 0;
	}
	.insta_bnr_footer img {
		width: 70%;
	}
	.sp_footer_list {
		font-size: 0.98em;
		color: #fff;
	}
	.sp_pagetop {
		width: 40px;
		position: fixed;
		bottom: 2.5rem;
		right: 2.2rem;
	}
}
/* スマホ横 */
@media screen and (max-width: 767px) and (orientation: landscape) {
	.insta_bnr_footer {
		position: absolute;
		bottom: -20px;
		left: 10%;
	}
	.insta_bnr_footer img {
		width: 70%;
	}
	.facebook_bnr {
		position: absolute;
		bottom: -20px;
		left: 40%;
	}
	.facebook_bnr img {
		width: 70%;
	}
	.mail_icon {
		position: absolute;
		width: 10%;
		height: 35px;
		background-color: #5693f6;
		color: #fff;
		top: 18px;
		right: 196px;
		text-align: center;
		font-size: 1.2rem;
		border-radius: 8px;
	}
}

/****************************************

Contact Form7

*****************************************/
.wpcf7 {
	width: 100%;
}
.wpcf7-form textarea {
	min-width: 95%;
	/*本文*/
	max-width: 100%;
}
.wpcf7-form .wpcf7-submit {
	width: 50px !important;
	/*送信ボタン*/
}
.wpcf7 p {
	line-height: 2.0;
	/*項目間の隙間*/
	padding-top: 5px;
}
.wpcf7-form input {
	width: 50% !important;
	height: 45px;
	margin-bottom: 10px;
	/*ラジオボタン、チェックボタン*/
}
.contact_p_strong {
	border-top: 1px dotted #999;
	font-weight: bold;
	margin-top: 15px;
	padding-top: 15px !important;
}
.normal {
	font-weight: normal;
}
.wpcf7-submit {
	margin-top: 10px;
}
.wpcf7-response-output {
	font-size: 1.6em;
}
input.wpcf7c-conf, textarea.wpcf7c-conf {
	background: #eee !important;
	border: solid 1px #eee;
	color: #666;
}
span.wpcf7-list-item {
	display: inline-block;
	margin: 0;
	padding-right: 1.3em;
}
.wpcf7 input[type="checkbox"] {
	width: 15px !important;
	height: 40px !important;
}
.wpcf7 input[type="file"]{
	width: 360px !important;
	height: 40px !important;
	margin-top: 5px !important;
}
.wpcf7 input[type="submit"] {
	width: 200px !important;
	height: 60px !important;
	padding:15px;
	border-radius:3px;
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;
	border: none;
	box-shadow: 0 3px 0 #ddd;
	background: #fff;
	color: #303030;
	border: solid 1px #ccc;
	letter-spacing: 0.08em;
	font-weight: 550;
	font-size: 1.13em;
	transition: 0.3s;
	margin-top: 20px;
}
.wpcf7 input[type="submit"]:hover {
	background: #5693f6;
	color: #fff;
	transform: translate3d(0px, 3px, 1px);
	-webkit-transform: translate3d(0px, 3px, 1px);
	-moz-transform: translate3d(0px, 3px, 1px);
}
.wpcf7 input[type="button"] {
	width: 200px !important;
	height: 60px !important;
	padding:15px;
	border-radius:3px;
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;
	border: none;
	box-shadow: 0 3px 0 #ddd;
	background: #fff;
	color: #303030;
	border: solid 1px #ccc;
	letter-spacing: 0.08em;
	font-weight: 550;
	font-size: 0.8em;
	transition: 0.3s;
	margin-top: 20px;
}
.wpcf7 input[type="button"]:hover {
	background: #5693f6;
	color: #fff;
	transform: translate3d(0px, 3px, 1px);
	-webkit-transform: translate3d(0px, 3px, 1px);
	-moz-transform: translate3d(0px, 3px, 1px);
}
.inv-recaptcha-holder {
	margin: 25px 0 -40px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 2px solid #5693f6;
	margin-top: 80px!important;
	width: 80%!important;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #5693f6;!important;
	margin-top: 80px!important;
	width: 80%!important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #5693f6;
	margin-top: 80px!important;
	width: 80%!important;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #5693f6;
	margin-top: 80px!important;
	width: 80%!important;
}
.wpcf7 form.spam .wpcf7-response-output {
	border-color: #5693f6;
	margin-top: 80px!important;
	width: 80%!important;
}
.rc-anchor-invisible-text.smalltext {
	font-size: 12px!important;
	padding: 0 10px!important;
	line-height: 16px!important;
	white-space: normal!important;
}
.rc-anchor-invisible-text {
	background: #5693f6!important;
	color: #303030!important;
	display: flex!important;
	flex-basis: 166px!important;
	flex-direction: column!important;
	flex-grow: 1!important;
	font-family: Roboto,helvetica,arial,sans-serif!important;
	font-size: 13px!important;
	font-weight: 400!important;
	height: 100%!important;
	justify-content: center!important;
	line-height: 20px!important;
	padding: 0 16px!important;
	white-space: nowrap!important;
}
.rc-anchor-invisible-text.smalltext .rc-anchor-pt a:link {
	font-size: 9px!important;
}
.rc-anchor-invisible-text .rc-anchor-pt a:link, .rc-anchor-invisible-text .rc-anchor-pt a:visited {
	color: #303030!important;
	font-size: 10px!important;
}
.wpcf7-not-valid-tip {
	margin-left: 1em;
}
#wpcf7-f5-p127-o1-ve-your-name,#wpcf7-f5-p127-o1-ve-your-name-kana,#wpcf7-f5-p127-o1-ve-your-email,#wpcf7-f5-p127-o1-ve-tel-1,#wpcf7-f5-p127-o1-ve-your-address,#wpcf7-f5-p127-o1-ve-your-message {
	display: none;
}
.wpcf7-form-control wpcf7-select wpcf7-validates-as-required {
	margin-bottom: 20px;
}
/* スマホ */
@media screen and (max-width: 767px) {
	.wpcf7-form textarea {
		width: 100% !important;
		/*本文*/
	}
	.wpcf7-form input {
		width: 100% !important;
		height: 45px;
		margin-bottom: 10px;
		/*ラジオボタン、チェックボタン*/
	}
}
/****************************************

追加

*****************************************/

/****************************************

instagram

*****************************************/
#sb_instagram #sbi_images {
	width: 100%;
	float: left;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
}
#sb_instagram .sbi_follow_btn a {
	background: #fff!important;
	color: #303030!important;
	border: 1px solid #303030!important;
	font-weight: bold;
}
#sb_instagram .sbi_follow_btn a:hover{
	background: #f1803a!important;
	color: #fff!important;
	border: 1px solid #fff!important;
	font-weight: bold;
}
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	padding: 7px 14px;
	font-weight: bold;
	margin: 5px auto 0 auto;
	background: #401808;
	border: none;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #401808!important;
}
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a:hover {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	padding: 7px 14px;
	font-weight: bold;
	margin: 5px auto 0 auto;
	background: #303030;
	border: none;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #303030!important;
}
#sb_instagram .sbi_inner_wrap {
	padding: 0;
	border: 1px dotted #999;
}
/****************************************

clearfix

*****************************************/
.clearfix {
	display: inline-block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hack */