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

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:300px;height:auto;
/*	filter: drop-shadow(1px 1px 1px black);*/
}

body {
	width:100%;height:100%;

	font-size:18px;
	color:#666;
	font-weight: 400;
	line-height: 2;
	letter-spacing:0.01em;
}

body::before {
	background:url('../img/back.png') repeat left top;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: "";
	z-index: -2;
}

body::after {
/*	background:rgba(24,41,135,1);
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: "";
	z-index: -1;*/
}

.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;
}

nav::after {
	clear:both;
}

.nav_area {
	width:100%;height:auto;
	max-width:1120px;
	margin:auto;
}
.swiper-container {
	text-align:center;
}
.swiper-container img {
/*	width:100%;height:100vh;
	object-fit: cover;*/
	max-width:1120px;
}

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:80px;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:80px;
	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%;height:100%;
}

.content {
	width:100%;height:auto;
	max-width:1120px;
	margin: 0 auto;
	padding: 80px 40px;
    position:relative;
    z-index:0;
	animation: fadeIn 1s ease-in 0s 1 normal;
}

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

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


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

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

footer {
	width:100%;
	border-top:1px solid #aaa;
	background: #226896;
}

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

.sitemap * a {
	font-size:0.9em;
	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;
	line-height:1;
	font-weight: 600;
	text-align: center;
	margin-bottom:2em;
}
h2 {
	font-size:1.65em;
	letter-spacing:0.1em;
	margin-bottom:1em;
}

h3 {
	font-size:1.3em;
}

.style_11 {
	position: relative;
	font-size: 1.5em;
	text-align: center;
	margin-bottom:1em;
}

.style_11 span {
	background: linear-gradient(transparent 60%, #F5DC7D 0%);
}

.style_11::before {
	content: attr(data-number);
	display: block;
	margin-bottom: 30px;
	color: #226896;
	font-size: 30px;
}

.style_11::after {
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 20px;
	background-color: #226896;
}

.sub_title {
	font-size:0.8em;
}

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

.hint {
	font-size:0.8em;
}

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

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

	border-radius: 20px;
}

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

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

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

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

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

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

.plan th {
	width:20%;
	text-align:justify;
	text-align-last:justify;
}
.plan td {
	width:80%;
	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;
}

/* 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 {padding: 10px 20px;}
.p_20x {padding:20px;}
.p_20v {padding:0 20px;}
.p_20w {padding:20px 0;}
.p_2040 {padding:20px 40px}
.p_2060 {padding:20px 60px}
.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:480px;

	border:1px solid #006E7B;
	border-radius:24px;
	
	margin: 20px auto 20px;
	text-align:center;
	display:block;
}

.next_button::after {
	clear:both;
}

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

	font-size:0.9em;
	font-weight:500;
	line-height:48px;
	color:#006E7B;
	background:#fff;
	padding-left:40px;
	border-radius:24px;

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

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

	transition: 0.1s ease-in;
}

.next_button a i {
	font-size:1.6em;
	color:#226896;
	line-height:48px;
	float:right;
	padding-right:40px;
}

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

.next_button img {
}

.next_button a:hover {
	color:#fff;
	background:#226896;
}

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

	background:#226896;
	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;
}

.big_font {
	font-size:1.7em;
	font-weight:bold;
	line-height:1.35;
}

/* link */

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

.bg_001 {
	background:#FDFADA;
}

.bg_002 {
	background:#ddd;
}

.bg_003 {
	background:#f1f5e4;
}

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

.bg_010 {
	background:#226896;
	color:#ffffff;
}

#Shop_banner {
	padding:20px;
}

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

/* new 202601 */

.onayami_list {
	border: solid 5px #E88E2A;
	padding: 20px 40px;
	position: relative;
	background:#fff;
}

.onayami_list li {
	font-size:1.2em;
	padding: 0.5em 0 0.5em 1.4em;
	padding-right: 30%;
	border-bottom: dashed 1px #ccc;
	list-style-type: none!important;
}

.onayami_list li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	position: absolute;
	left : 30px;
	color: #E88E2A;
}

.onayami_list li:last-of-type {
	border-bottom: none;
}

.onayami_icon {
	width:30%;height:auto;
	max-width:360px;
	position:absolute;
	right:10px;bottom:0;
}

img.round {
	border-radius:10px;
}

img.round2 {
	border-radius: 100%;
	border:1px solid #ccc;
}

.price_tb {
  width: 100%;
	max-width:720px;
  border-collapse: collapse;
	margin:auto;
}

.price_tb tr{
  border-bottom: solid 5px #fdfada;
}

.price_tb tr:last-child{
  border-bottom: none;
}

.price_tb th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #226896;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

.price_tb th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #226896;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.price_tb td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #fff;
  padding: 20px 0;
}

.price_tb td span{
	font-size:1.4em;
	font-weight:bold;
	color:#C13432;
	margin-right:5px;
}

.flow_box {
	border:5px solid #ccc;
	background:#fff;
	padding:30px 40px;
	border-radius:20px;
}

.border_box {
	margin:10px 0;
	border:5px solid #226896;
	background:#fff;
	position:relative;
	border-radius:20px;
	overflow:hidden;
}

.fit_pic {
	width:100%;height:100%;
	object-fit: cover;
}



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

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

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:auto;
	height:80px;
	padding:10px;
}

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

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

	z-index:9997;
}

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

.main {
	padding-top:80px;
}

.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;
}
.content {
	padding: 30px 20px 30px;
}

h1, h1 > * {
	line-height:1.5;
}

h2, .big_font {
	font-size:1.3em;
	letter-spacing:0;
}
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;
	}

	.swiper-container{
	height:auto;
}
	.p_2040, .p_2060 {
	padding:20px;
}
	.call_base, .call_img {
	display:none;
}
	.sub_title2{
	font-size:1.25em;
	line-height:1.35;
	text-align:center;
	padding: 10px 20px 15px;
}
.plan th {
	text-align: left;
	text-align-last: left;
}

.onayami_icon {
	display:none;
}
	
.onayami_list li {
	font-size:1em;
	line-height:1.35;
	padding-right:0;
}

.price_tb th {
	padding: 10px 0;
}

}
