*:not(br), *:not(img) {
	border:0;margin:0;padding:0;
	border-collapse:collapse;
	box-sizing: border-box;
}

.shadow {
	filter: drop-shadow(0px 0px 5px rgba(160, 160, 160, 0.7));
}

html {
	min-width:320px;
	overflow-x:hidden;
}

header {
/*	width:100%;
	position: fixed;
	z-index: 9999;
	box-shadow: 0 2px 5px -2px rgba(0,0,0,0.3);*/
}
.swiper-container {
	height:750px;
}


.headline {
	height:230px;
	background:#182987;
	background: url('../img/service/back.jpg');
	background-size:cover;
	position:relative;
	z-index: 9995;
}

.headline:before {
	background:rgba(24,41,135,0.8);
	position: absolute;
	top: 0;right: 0;bottom: 0;left: 0;
	display: block;
	position: fixed;

	width: 100%;
	height: 100%;
	content: "";
	z-index: 9998;
}

#pc_logo {
	float:left;
}
#pc_logo img {
	width:320px;height:auto;
/*	filter: drop-shadow(1px 1px 1px black);*/
}

body {
	width:100%;height:100%;
	font-family: "Noto Sans JP", sans-serif;
	font-size:16px;
	color:#666;
	font-weight: 400;
	line-height: 2;
	letter-spacing:0.01em;

	background:url('/img/back.webp') repeat center top / 100% auto;
}

.frame {
	border: 1px solid #ccc;
	padding: 10px 10px 10px 10px;
	background:#fff;
	text-align:center;
}

.frame img {
	vertical-align:bottom;
}

nav {
	width:100%;height:140px;
/*	z-index:9999;*/
	padding-top:40px;
	padding-left: calc(120 / 1280 * 100%);
	padding-right: calc(120 / 1280 * 100%);
	display:block;

/*	position: absolute;
	left:0;right:0;top:0;*/
	margin:auto;
	padding-bottom:40px;
	background:#fff;
}

nav::after {
	clear:both;
}

.swiper-container img {
	width:100%;height:75vh;
	object-fit: cover;
}

ul, li {
	list-style:none;
}

#menus a {
	width:100%;height:100%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size:1.1em;
	color:#444;
	text-decoration:none;
	padding: 5px 20px 20px;
	display:inline-block;
	position:relative;
	text-align:center;
}


	#sp_logo {
		display:block;
	}
	#sp_menu {
	width:60px;height:100%;

	text-align:center;
	display:block;
	cursor:pointer;
	z-index:9999;
	float:right;
	}

	#sp_menu:hover {
	background:#fff;
	}
	
	#sp_menu:hover i {
	color:#182987;
	}
	
	#sp_menu i {
	font-size:1.4em;
	line-height:60px;
	color:#666;
	}

	#menu {
		list-style:none;
	}

	#menu li {
		width:100%;
		border-top:1px solid #f9f9f9;
		text-align:center;
	}

	#menu li:first-child {
		border-top:none;
	}

	#menu li a {
		width:100%;
		font-size:1.1em;
		color:#ccc;
		padding:3px;
		display:inline-block;
	}

	#menu li:hover * {
		color:#666;
		background:#eee;
	}

/* 以上navmenu */


.acn {
	width:100%;height:100%;
	display:block;
	cursor:pointer;

	font-size:1.2em;
	color:#aaa;

	padding: 10px 20px;
	margin-bottom:10px;

	background:#fff;
	border:1px solid #aaa;
}

.acn > .icons {
	background:#aaa;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	color:#fff;
	padding:5px 10px;border-radius:100%;
}

a.acn > .fa {
	font-size:1.6em;
	line-height:1.5;
	color:#aaa;
	float:right;
}

.drop_area {
	display:none;
	background:#fff;
	
	padding:20px;
	margin:10px 0 20px;
}

.copyright{
	background:#444;
}

.copyright > a, .copyright {
	font-size:0.7em;
	color:#fff;
	text-align:center;
}

.corp_footer {
	background:#fafafa;
	padding:30px;
}

.main {
/*	padding-top:180px;*/
	min-height:90vh;
}

section {
	width:100%;

/*	min-height:100vh;
	padding: 20px 0;*/
	padding-top: 20px;
/*	padding-left: calc(120 / 1280 * 100%);*/
	padding-bottom: 20px;

    z-index:-1;
	overflow:hidden;
}

.content {
	width:100%;height:auto;
	max-width:1120px;
	margin: 0 auto;
	padding: 80px;
	background:rgba(255,255,255,1);
    position:relative;
    z-index:0;
	animation: fadeIn 1s ease-in 0s 1 normal;
	filter: drop-shadow(0px 0px 5px rgba(160, 160, 160, 0.7));
}

@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

.content2 {
	width:100%;
	max-width:1120px;
	margin: 0 auto 20px;
}


.w_full {
	width:100%;
/*	max-width:1080px;*/
	margin: 0 auto;
}

.w_hulf {
	width:50%;
	max-width:640px;
}

footer {
	width:100%;
	border-top:1px solid #aaa;
	background: linear-gradient(180deg, rgba(50, 50, 50, 1), rgba(0, 0, 0, 1));
}

.sitemap {
	max-width:1280px;
	margin:0 auto;
	padding:40px 0 40px;
	color:#aaa;
}

.sitemap * a {
	font-size:0.75em;
	color:#fff;
}

.sitemap ul {
	list-style:none;
	padding:10px;
}

.sitemap > li {
	width:25%;
	display:inline-block;

	vertical-align:top;
}

.sitemap > li:first-child {
	text-align: center;
}

.sitemap > li > ul > li {
}

.sitemap > li > ul > li:not(:first-child) {
	text-indent:1.5em;
}

/* image */
img {
	width:auto;height:auto;
	max-width:100%;
	vertical-align: bottom;
}

img.circle {
	width:100%;
	max-width: 240px;
	border-radius: 50%;
	display:block;
	margin: 0 auto;
}

.font_red {
	max-width:120px;height:auto;
	background:#C13332;
	font-size:0.7em;
	color:#fff;
	padding: 0 5px;
	margin-left:20px;
	display:inline-block;
}

/* text */
h1 {
	font-size:1.3em;
	letter-spacing:0.1em;
	font-weight: 600;
	text-align: center;
	margin-bottom:0.5em;
}

h2 {
/*	font-size:1.75em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-family: 'Parisienne', cursive;
	text-align: center;
	line-height: 1.5;
	margin-bottom:1em;
	color:#0093B3;*/
}

h2{
position: relative;
padding-bottom: 2em;
margin-bottom:20px;
font-size: 1.5em;
color:#41a3ff;
}
h2:before {
  position: absolute;
  bottom: 1.5em;
  left: 0;
  width: 120px;
  height: 3px;
  content: '';
  background: #41a3ff;
}

.lines-on-sides {
	font-size:1em;
	font-family: 'Great Vibes', cursive;
	color: #cea45e;
	display: table;
	text-align: center;
	white-space: nowrap;
	margin:-10px auto 20px;
}
.lines-on-sides:after, .lines-on-sides:before {
	content: '';
	display: table-cell;
	width: 50%;
	background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
	background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
	-webkit-background-clip: padding;
	background-clip: padding;
}
.lines-on-sides:after {
	border-left: 1em solid transparent;
}
.lines-on-sides:before {
	border-right: 1em solid transparent;
}

h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size:1.3em;
}

h3 {
/*  margin: 10px auto 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	text-align: center;
  font-size: 1.3em;
  color:#222;
  padding:8px 10px;
  border: #aaa 1px;
  border-style: solid none;
  background: repeating-linear-gradient(
    45deg,
    #fff,
    #fff 3px,
    rgba(0, 0, 0, 0.1) 2px,
    rgba(0, 0, 0, 0.1) 4px
  );*/
}

.sub_title {
	font-size:0.8em;
}

.font_white, .font_white * {
	color:#ffffff;
}

.hint {
	font-size:0.7em;
}

.food_mark {
	width:100%;
	display:block;

	border:1px solid #222;
	margin-bottom:20px;

	border-radius: 20px;
}

/* table */
.plan, .plan2, .price, #calc_tab {
	width:100%;
	max-width:1080px;

	margin: 0 auto;
	table-layout:fixed;
	border:1px solid #ccc;
}

.plan tr, .plan2 tr, .price tr {
	border:0;
	border-bottom:1px solid #ccc;
}

.plan tr:last-child, .plan2 tr:last-child, .price tr:last-child {
	border:0;
}

.plan th, .plan td {
	padding: 20px;
}

.plan2 th, .plan2 td {
	padding: 10px 20px;
}

.price th, .price td {
	padding: 10px 20px;
}

.price th {
	width:50%;
	text-align:left;
	font-size:1.3em;
}
.price td {
	width:50%;
	text-align:right;
}
.price td span {
	font-size:2em;
}

.plan th {
	width:25%;
	text-align:center;
	text-align-last:center;
}
.plan td {
	width:75%;
	border-left:1px dashed #ccc;
}

.plan2 th {width:66.6%;text-align:left;}
.plan2 td {width:33.3%;text-align:right;}

#calc_tab th, #calc_tab td {
	text-align:left;

	padding:10px;
}

#calc_tab td.cell1 {width:60%;}
#calc_tab td.cell2 {width:10%;}
#result {
	font-size:2.5em;
	font-weight:800;
	color:#fff;
}

.faq {
	width:100%;
	display:block;
	padding:10px;
}

.border_box {
/*	padding:20px;*/
	margin:10px 0;
	border:1px solid #ccc;
	position:relative;
	border-radius:10px;
}

/* form */
.tbox {
	width:100%;height:3em;
	border:1px solid #eee;
	padding:0 10px;
}

.selectbox {
	width:100%;height:3em;
	border:1px solid #eee;
	padding:0 10px;
}

.tarea {
	width:100%;height:10em;
	border:1px solid #eee;
	padding:0 10px;

	color:#333;
}

.f_btn {
	width:100%;height:60px;

	padding:5px;

	color:#887551;
	border:1px solid #887551;
	background:#fff;
	text-align:center;

	transition: 0.2s;
	display:inline-block;
}

.f_btn:hover {
	background:#887551;
	color:#fff;
}

input:focus, textarea:focus {
	border:2px solid #ccc;
}


a {
	text-decoration:none;
}

/* content */
.tab, .tab2 {display:table;table-layout:fixed;}
.tab_split75 {width:75%;display:table-cell;}
.tab_split70 {width:70%;display:table-cell;}
.tab_split66 {width:66.6%;display:table-cell;}
.tab_hulf {width:50%;display:table-cell;}
.tab_split45 {width:45%;display:table-cell;}
.tab_split33 {width:33.3%;display:table-cell;}
.tab_split30 {width:30%;display:table-cell;}
.tab_split25 {width:25%;display:table-cell;}
.tab_split10 {width:10%;display:table-cell;}

.m_none {margin:0;}
.m_20 {margin:20px auto;}

.p_none {padding:0;}
.p_10 {padding:10px}
.p_20, .p_20x {padding:20px;}
.p_20v {padding:0 20px;}
.p_20w {padding:20px 0;}
.p_2040 {padding:20px 40px}
.p_2060 {padding:20px 60px 40px}
.p_40 {padding:40px}
.p_40v {padding:0 40px;}
.p_40w {padding:40px 0;}

.left {text-align:left;}
.center, .sp_left {text-align:center;}
.right {text-align:right;}

.top {vertical-align:top;}
.middle {vertical-align:middle;}
.bottom {vertical-align:bottom;}

p, .p_br {
	margin-bottom:30px;
}

.next_button {
	width:90%;height:48px;
	max-width:240px;

	border:1px solid #006E7B;
	border-radius:24px;
	
	margin: 20px auto 20px;
	text-align:center;
	display:block;
	transition: 0.4s ease-in;
	filter: drop-shadow(3px 3px 1px rgba(160, 160, 160, 1));
}

.next_button:hover {
	max-width:480px;
	filter: none;
}

.next_button::after {
	clear:both;
}

.next_button a {
	width:100%;height:100%;

	font-size:0.9em;
	font-weight:500;
	line-height:45px;
	color:#41a3ff;
	background:#fff;
	padding-left:20px;
	border-radius:24px;

	letter-spacing:0.1em;
	text-decoration:none;
	display:block;

	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

	transition: 0.4s ease-in;
}

.next_button a i {
	font-size:20px;
	color:#41a3ff;
	line-height:48px;
	float:right;
	padding-right:20px;
}

.next_button a:hover i {
	color:#fff;
}

.next_button img {
}

.next_button a:hover {
	font-size:1.1em;
	letter-spacing:0em;
	color:#fff;
	background:#41a3ff;
}

.next_button2 {
	width:100%;height:100%;

	background:#41a3ff;
	margin:0 auto;
	text-align:center;
	display:block;
}

.next_button2 a {
	width:100%;height:100%;
	font-size:1.8em;
	font-weight:600;
	line-height:100%;
	color:#fff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;

	display:block;
	padding:20px;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.next_button2:hover {
	color:#fff;
	background:#333;
}




hr.white {
	border-bottom:1px solid #ccc;
}

.pc_not {
	display:none;
}


/* link */

/* background */
.bg_000 {
	background:#ffffff;
}

.bg_001 {
	background:#41a3ff;
	color:#ffffff;
}

.bg_002 {
	background:#ddd;
}

.bg_003 {
	background:#f1f5e4;
}

.bg_004 {
	background:rgba(255,255,255,0.9);
}

#Shop_banner {
	padding:20px;
}

.border_right {
	border-right:1px solid #ccc;
}

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

.fix_tag{
	display:none;
}
	
body{
	font-size:14px;
}

body:not(br), *:not(img) {
	line-height:2em;
}

/*.menu {
	display:none;
	height:0;
}*/

#pc_logo {
	height:60px;
	text-align:center;
	float:none;
}

#pc_logo img {
	width:100%;
	height:60px;
	padding:10px;
}

p, .p_br {
	margin-bottom:10px;
}

nav {
	width:100%;height:60px;
	position:fixed;
	display:inline-block;
	left:0;top:0;
	padding-top:0;
	background:#fff;

	z-index:9997;
}

#sp_menu {
	width:60px;height:60px;
	position:fixed;
	display:block;
	top:0;right:0;
}

.main {
	padding-top:60px;
}

.border_right {
	border:0;	
}

	.sp_not {
		display:none !important;
	}

	.pc_not {
		display:inline;
	}

	#sp_logo {
	position:relative;
	}

	#sp_logo img {
	max-height:120px;
	display:block;
	margin:0 auto;
	}

	.sp_left {
		text-align:left;
	}

	section {
		padding:10px 0;
	}

section {
	padding: 0 10px;
}
.content {
	padding: 30px 20px 30px;
}

h2 {
/*	line-height:18px !important;*/
	line-height:1.35;
}
h2 span {
	margin-top:1em;
}

/* table */
.plan {
	width:100%;
	margin: 0 auto;
}

.plan tr {
	border:0;
}

.plan th, .plan td {
	width:100%;
	vertical-align:top;
	font-size:14px;
	
	display:block;
	padding:5px 10px;
}

.plan th {
	font-weight:600;
	text-align:center;

	background:#e9e9e9;
}

	.tab > div, .tab .tab-tr > div {
		width:100%;
		display:block;
	}

	.w_full {
		width:100%;
	}

	.sitemap {
		display:none;
	}

	.next_button {
		margin-bottom:10px;
		width:100%;
	}
	.swiper-container{
	height:auto;
}
	.p_2060 {
	padding:20px;
}
	.call_base, .call_img {
	display:none;
}
	.sub_title2{
	font-size:1em;
}
.plan th {
  text-align: left;
  text-align-last: left;
}
.menu li a::before {
bottom:0;
}


.price th {
	width:50%;
	text-align:left;
	font-size:1em;
}
.price td span {
	font-size:1.1em;
}


}
