*: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%;height:80px;
	position: fixed;
	z-index: 9999;
	background:#fff;
	transition: .3s;
}

header img {
	transition: .3s;
}
.is-animation {
	height:60px;
	opacity:1;
}
.is-animation .menu_left img {
	height:60px;
}
.is-animation #nav_menu > li {
	font-size:0.9em;
	height:60px;
}

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

.headline:before {
	background: rgba(255,255,255,0.5);
	position: absolute;
	top: 0;right: 0;bottom: 0;left: 0;
	content: '';
}

.menu_left {
	width:30vw;height:auto;
	min-width:200px;
	max-height:120px;
	float:left;
}
.menu_right {
	float:right;
	text-align:right;
}

#pc_logo {
	text-align:center;
	max-height:80px;
}
#pc_logo img {
	max-width:360px;
	max-height:80px;
	display:inline-block;
	padding: 5px 10px 5px;
}

#sp_logo {
	display:none;
}

body:not(br) {
	width:100%;height:100%;

	font-size:16px;color:#333;
	font-weight: 400;
	line-height: 2.3;
	letter-spacing:0.05em;
/*    font-family: 'Spartan', 'Zen Maru Gothic', sans-serif;*/
    font-family: 'Zen Old Mincho', serif;
}

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

.frame img {
	vertical-align:bottom;
}

nav {
	width:100%;
	z-index:10001;
	background:#fff;
}

#nav_menu {
	display: flex;
	list-style:none;
	flex-direction: row;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
	position:relative;
}


#nav_menu li {
 transition: all .2s ease;
}

#nav_menu > li {
height:80px;
transition: all .2s linear;
border-top: none;
}

#nav_menu > li > a {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
padding: 20px;
white-space: nowrap;
}

#nav_menu li > a > img {
padding: 0 10px;
	border-left:1px solid #ccc;
}

#nav_menu li:first-child > a > img {
	border-left:none;
}

#nav_menu > li:hover {
border-top: #444 3px solid;
}

#nav_menu a {
	font-weight:bold;
	color:#444;
	width:100%;height:100%;
	display:block;
	text-decoration:none;
}
 
#nav_menu > li > a {
	text-align:center;
	line-height:1;
}
#nav_menu > li > br {
	line-height:1;
}

.n2-ss-slider-controls {
	padding-bottom:20px;
}

.news_list_cc {
    border-bottom: 1px solid #ccc;
	padding:20px;
}
.news_list li:last-child {
	border-bottom:none;
}

ul, li {
	list-style:none;
}


a {
	color:#666;
	text-decoration:none;
}

a:hover {
	color:#444;
}

.post-date {
	color:#444;
}


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

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

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

	background:#fff;
	border:1px solid #aaa;
}
.acn:hover {
	border:1px solid #444;
}

.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.3em;
	line-height:1.5;
	color:#aaa;
	float:right;
}
a.acn:hover > .icons {
	background:#444;
}

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

.copyright{
	background:#444;
}

.breadcrumb-container,
.breadcrumb-container a {
	color:#444;
}

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

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

.main {
	padding-top:80px;
	position:relative;
}
.home .main {
	padding-top:0;
}

section {
  padding: 20px 0;
  padding: 40px 0 40px;
  z-index: -1;
  overflow: hidden;
}

.content {
  width: 100%;
  max-width: 1120px;
  margin: 20px auto 20px;
  padding: 40px 30px 60px;
/*  background: rgba(255,255,255,0.92);*/
  position: relative;
  z-index: 0;
}

.content {
/*	width:100%;
	max-width:1180px;
	padding: 60px 40px 100px;
	margin: 0 auto;
	background:rgba(255,255,255,1);
    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;
	padding: 20px 30px 20px;
	position: relative;
	z-index: 0;
}

.content3 {
	width:100%;
	max-width:1120px;
	padding: 10px 10px 10px;
	margin: 0 auto;
    position:relative;
    z-index:0;
}

#sp_menu {
	display:none;
}

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

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

footer {
	width:100%;
	background:#eee;
	padding: 0 20px;
	border-top: 1px solid #ccc;
}

footer, footer .sitemap a, footer * {
	color:#444;
}

.footer_logo {
	padding: 40px 20px 20px;
	text-align:center;
}
.footer_logo img {
	max-width:270px;
}

.sitemap {
	max-width:1120px;
	margin:0 auto;
	padding:20px 0 60px;
}

.sitemap * a {
	font-size:1em;
	color:#666;
	text-decoration:none;
}

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

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

	vertical-align:top;
	padding:0 10px;
}

.sitemap > li > ul > li:first-child {
	padding-top:5px;
}

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

.sitemap .stick {
	border-bottom:1px solid #ccc;
}

.sitemap_bottom {
	padding: 0 20px 5px;
}

.sitemap_bottom a {
	font-size:0.9em;
	color:#666;
	text-decoration:none;
	padding: 0 20px;
}

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

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

.font_red {
	width:48px;height:auto;
	display:inline-block;
	text-align:center;
	background:#fff;
	font-size:0.75em;
	color:#C13332;
	padding: 0 5px;
	margin-left:10px;
	border: 1px solid #C13332;
}

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

h2 {
	font-size:1.7em;
	font-weight:400;
    font-family: 'Shippori Mincho', serif;
	text-align: center;
	line-height: 2;
	margin-bottom:1em;
	color:#444;
	letter-spacing:0.05em;
}

h2::before {
content: '';
display: block;
width: 72px;
height: 72px;
background-image: url(/img/icons.png);
background-repeat:no-repeat;
background-size: contain;
vertical-align: middle;
margin: 0 auto 0.5em;
transition: transform 0.5s;
}
h2:hover::before {
	transform: rotateY(180deg);
}

h2 span {
	font-size: 0.7em;
	font-weight:200;
	color: #444;
    font-family: 'Parisienne', serif;
	letter-spacing:0.1em;

	display: block;
	position: relative;
	border-top: 1px solid #666;
}

h3 {
  margin: 0 auto 20px;
    font-family: 'Shippori Mincho', serif;
	text-align: center;
	font-size: 1.35em;
	font-weight:400;
	letter-spacing:0.1em;

  color:#222;
  padding:3px 10px;
  border: #aaa 1px;
  border-style: dashed none;
  background: repeating-linear-gradient(
    -25deg,
    #fff,
    #fff 3px,
    rgba(0, 0, 0, 0.05) 3px,
    rgba(0, 0, 0, 0.05) 4px
  );
}

h3 span {
	font-size: 0.85em;
	font-weight:200;
	color: #444;
    font-family: 'Parisienne', serif;
	letter-spacing:0.1em;

	display: block;
	position: relative;
	border-top: 1px dotted #aaa;
}

.sub_title {
	font-size:0.8em;
}

.sub_title2 {
	font-size:1.7em;
	line-height:1.35;
	letter-spacing:0.1em;
	font-weight:bold;
}

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

.hint {
	font-size:0.85em;
}

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

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

	border-radius: 20px;
}

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

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

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

#item_table table tr:last-child,
.plan tr:last-child, .plan2 tr:last-child, .plan3 tr:last-child {
	border:0;
}

#item_table table td {
	padding: 10px;
}

#item_table table td:first-child {
	width:25%;
	border-right:1px solid #ccc;
}

#item_table table td {
	width:75%;
}


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

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

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


.plan3 th {
	width:15%;
}
.plan3 td.ptt {
	width:10%;
	border-left:1px solid #ccc;
	text-align:right;
}
.plan3 td.pdd {
	width:75%;
	border-left:1px solid #ccc;
}

.plan th {width:30%;}
.plan td {
	width:70%;
	border-left:1px dashed #ccc;
}

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

th.label {
text-align:left;
padding-left:3em;
}

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

/* form */
.tbox {
	width:100%;height:1.5em;
	border:1px solid #ccc;
	font-size:1.2em;
	padding: 0 10px;
}
.tbox2 {
	width:100%;height:2em;
	border:1px solid #ccc;
	padding: 0 10px;
	font-size:1.6em;
}

.tselect {
	width:100%;height:1.5em;
	border:1px solid #ccc;
	font-size:1.2em;
	padding: 0 10px;
}

.tarea {
	width:100%;height:6em;
	border:1px solid #ccc;
	padding: 10px 10px;
	font-size:1.2em;

	color:#333;
}

.f_btn {
	width:100%;height:60px;
	font-size:1.3em;
	padding:5px;

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

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

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

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

/* content */
.tab, .tab2 {display:table;table-layout:fixed;}
.tab_split80 {width:80%;display:table-cell;}
.tab_split75 {width:75%;display:table-cell;}
.tab_split70 {width:70%;display:table-cell;}
.tab_split66 {width:66.6%;display:table-cell;}
.tab_split60 {width:60%;display:table-cell;}
.tab_hulf {width:50%;display:table-cell;}
.tab_split40 {width:40%;display:table-cell;}
.tab_split33 {width:calc(100% / 3);display:table-cell;}
.tab_split30 {width:30%;display:table-cell;}
.tab_split25 {width:25%;display:table-cell;}
.tab_split20 {width:20%;display:table-cell;}
.tab_split5 {width:5%;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_40 {padding:40px}
.p_40v {padding:0 40px;}
.p_40w {padding:40px 0;}
.p_20pc {padding: 0 20px}

.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:2em;
}

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

	margin: 40px auto 20px;
	text-align:center;
	display:block;
}

.next_button::after {
	clear:both;
}

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

	font-size:1em;
	font-weight:500;
	line-height:48px;
	color:#444;
	background:#fff;
	padding-left:40px;
	border:1px solid #ccc;

	text-decoration:none;
	display:block;

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

	transition: 0.2s ease-out;
}

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

.next_button a:hover {
	border:1px solid #887551;
	background:#887551;
	color:#fff;
}
.next_button a:hover i {
	color:#fff;
}

.next_button2 {
	width:100%;height:48px;
	max-width:640px;

	background:#C13332;
	margin:0 auto;
	text-align:center;
	display:block;

	border-radius: 0 0 0 5px;
}

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

	font-weight:600;
	line-height:48px;
	color:#fff;

	display:block;

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

.next_button2 a i {
	color:#fff;
	line-height:48px;
	margin-left:5px;
}

.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:#005432;
	color:#ffffff;
}

.bg_002 {
	background:#ddd;
}

.bg_003 {
	background:#f1f5e4;
}

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

.bg_010 {
	background:#444;
	color:#fff;
}
.bg_010 h3 {
	background:none;
	color:#fff;
	border:none;
	margin: 10px auto 10px;
}
.bg_010 a:hover {
	color:#fff;
	text-decoration:none;
}

.bg_011 {
	background: #eeeeee;
	background: url(/img/pattern.png), url(/img/back/back_02.jpg);
	background-size: 2px 2px, cover;
	background-repeat: repeat, no-repeat;
	background-position: center center;
}
.bg_012 {
	background: #eeeeee;
	background: url(/img/pattern.png), url(/img/back/back_03.jpg);
	background-size: 2px 2px, cover;
	background-repeat: repeat, no-repeat;
	background-position: center center;
}

.bg_washi {
	background: url(/img/pattern.png), url(/img/back/back.webp);
	background-size: 2px 2px, 480px 480px;
	background-repeat: repeat,repeat;
	background-position: center center, center center;
}

#Shop_banner {
	padding:20px;
}

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

/*nav::after {
	clear:both;
}*/

@media only screen and (max-width: 1079px) {
body{
	font-size:15px;
}
}

@media only screen and (max-width: 959px) {
body{
	font-size:14px;
}
}

@media only screen and (max-width: 719px) {
	.sub_title2 {
	font-size:1.2em;
}

	header {
		height:60px;
	}
	#sp_menu {
	width:60px;height:100%;

	text-align:center;
	display:block;
	cursor:pointer;
	z-index:9999;
	border-left:#ccc 1px solid;
	float:right;
	}
	#pc_logo {
	text-align:left;
	padding-left:10px;
	}
	#sp_menu:hover {
	background:#ccc;
	}
	
	#sp_menu:hover i {
	color:#fff;
	}
	
	#sp_menu i {
	line-height:60px;
	}

	#menu {
	list-style:none;
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
	padding:20px;
	}

	#menu li {
	flex-basis: 48%;
	text-align:center;
	margin-bottom:10px;
	}

	#menu li:first-child {
	}
	#menu li.long{
	flex-basis: 100%;
	}

	#menu li a {
		width:100%;
		font-size:1.1em;
		color:#fff;
		padding: 1em;
		display:inline-block;
		background:#444;
		border:1px solid #f9f9f9;
		border-radius:5px;
		text-decoration:none;
	}

	#menu li:hover * {
		background:#444;
	}

	
.fix_tag{
	display:none;
}
	
body:not(br){
	font-size:15px;
}

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

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

#sp_logo {
	display:block;
}


#pc_logo {
	height:60px;
}

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

p, .p_br {
	margin-bottom:1.5em;
}

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

.main {
	padding-top:60px;
}

.border_right {
	border:0;	
}

	.sp_not, #nav_menu, .menu_left {
		display:none !important;
	}

	.pc_not {
		display:inline;
	}

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

	.sp_left {
		text-align:left;
	}

	section {
		padding:10px 0;
	}

section {
}
.content {
	padding: 30px 15px 30px;
}
.content2 {
	padding: 15px;
}

.p_4020 {
  padding: 10px;
}
.p_20pc {padding: 0}

.f_btn {
	height:48px;
}
h2 {
	font-size:1.3em;
	letter-spacing:0;
}
h2 span {
	margin-top:0.5em;
}
h3{
	letter-spacing:0;
}
.tel_style a,
.tel_style2 a {
	font-size:1.8em;
}

/* 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%;
	}
	.next_button {
	margin-left:0;
	}
}
