*: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);
}

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

a {text-decoration:none;}
/*a:link {color:#ec727d;}
a:visited {color:#ec727d;}
a:hover {color:#444;text-decoration:none;}
a:active {color:#ec727d;}*/
a:hover img {
	filter: Alpha(opacity=70);
	opacity: 0.7;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7 ease;
}

#sp_logo {
	text-align:center;
	padding:10px 0 0;
}
#sp_logo img {
	max-width:210px;
	display:inline-block;
}

body:not(br) {
	width:100%;height:100%;
	background:#fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	color:#444;
	font-weight: 300;
	line-height:2.3;
	background: linear-gradient(to bottom left, #ffffe5 0%, #ffffe7 20%, #ffffff 50%, #ffffe7 85%, #ffffe5 100%);
	background-attachment:fixed;
}

nav {
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	background: #fff;
/*	background: linear-gradient(#fffff9, #1C5337);*/
	border-bottom:#f9f9f9 1px solid;
}

nav::after {
	clear:both;
}

#social_links {
	background:rgba(0,0,0,0.1);
}

.submenu li {
	width:25%;
	display:inline-block;
}

.menu {
 display: flex;
 justify-content: space-between;
	max-width:1080px;height:80px;
	margin: 0 auto;
	list-style:none;
}
 
.menu li {
width: calc(100% / 5);
 padding: 10px 0;
 text-align: center;
 transition: all .2s ease;
}

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

.menu li:first-child {
padding:0;
}

.menu > li:hover {
border-bottom: #b30000 5px solid;
}
 
.menu > li:hover:first-child {
border: none;
}
 
.menu a {
	font-weight:500;
	color: #444;
	line-height:60px;
	text-align:center;
	width:100%;height:100%;
	display:block;
}
 
.menu > li:hover .megamenu {
 max-height: 9999px;
 opacity: 1;
 padding: 10px 0 20px;
}
 
.shadow {
	box-shadow: 0 2px 5px -2px rgba(0,0,0,0.3);
}

.round {
	border-radius:5px;
}

.copyright{
	background:#444;
}

.copyright > a, .copyright {
	font-size:0.75em;
	color:#fff;
	text-align:center;
	padding: 10px;
}

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

.main {
	padding-top:85px;
	min-height:100vh;
}

.content {
	width:100%;
	max-width:1080px;

	margin: 0 auto;
	padding: 60px 20px 60px;
    position:relative;
    z-index:0;
}

.content2 {
	width:100%;

	padding: 0;
	margin: 0 auto;
    position:relative;
    z-index:0;
}

.head_section {
	width: 100%;height:180px;
	padding-top:30px;
	margin-bottom: 30px;
	background: url('/wp-content/themes/kobe/img/service/back.png'), #E7E7E7;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color:#f9f9f9;
}

.tokushu {
	height:75vh;
	padding-top:80px;
}

.content3 {
	width:100%;
	max-width:1080px;

	margin: 0 auto;
	padding: 20px 30px 20px;
    position:relative;
    z-index:0;
}

.content3 h1 {
	font-size:1.8em;
	color:#b30000;
	letter-spacing:0.1em;
	font-weight: 400;
	margin-bottom:1em;
}

.w_wide {
	width:100%;height:auto;
}

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

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

footer {
	width:100%;
	background:#fefefe;
	padding: 40px 20px 30px;
}

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

.sitemap {
	max-width:1080px;
	margin:0 auto;
	padding:20px 0 40px;
}

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

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

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

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

.sitemap > li > ul > li {
}

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

.sitemap .stick {
	height:30px;
	font-weight:bold;
	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;
}

ul, li {
	list-style:none;
}

/* 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 {
	background:#C13332;
	font-size:0.7em;
	color:#fff;
	padding: 0 5px;
	margin-left:20px;
}
.font_aka, .font_aka a {
	color:#C13332;
}

/* text */
h1 {
	font-family: 'Shippori Mincho B1', serif;
	font-weight:700;
}

h2 {
	font-size:1.5em;
	font-family: 'Shippori Mincho B1', serif;
	font-weight:700;
	text-align: center;
	letter-spacing:0.05em;
	padding-bottom: 0.5em;
	color:#b30000;
}
h2 span {
    font-family: 'Arizonia', cursive;
	font-size: 0.9em;
	font-weight:300;
	color: #ccc;
	margin-top: -0.5em;

	display: block;
	position: relative;
}

h2.u_bar {
	text-align: left;
	letter-spacing: 0.05em;
	color:#444;
	border-bottom: solid 3px #ccc;
	position: relative;
	margin-bottom:20px;
}

h2.u_bar:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #b30000;
  bottom: -3px;
  width: 20%;
}

.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: 'Shippori Mincho B1', serif;
	font-size:1.35em;
	font-weight:500;
	text-decoration:underline;
	margin: 0.5em auto;
	text-align:center;
}

.price_txt {
	font-size:1.5em;
	color:#C13332;
}
.price_txt::after {
	font-size:0.75em;
	content: '円';
}

.sub_title {
	font-size:1.25em;
	font-weight:600;
	letter-spacing:0.1em;
	color:#fff;
	background:#1C5337;
	text-align:center;
	padding: 3px 1.5em;
	border-radius:30px;
	display:inline-block;
}

.sub_title2 {
	font-size:1.35em;
	font-weight:600;
	color:#fff;
	padding: 10px 20px 5px 40px;
}

.sub_title_parent {
	margin: 0 auto -2em;	
}

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

.hint {
	font-size:0.85em;
}

.hint2 {
	font-size:0.4em;
}

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

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

	border-radius: 20px;
}

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

	margin: 0 auto;
	table-layout:fixed;
}

.plan tr {
	border:0;
	border-bottom:1px dashed #ccc;
}

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

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

.plan th {width:30%;font-weight:500;}
.plan td {width:70%;font-weight:300;}

.service td {
	width: calc(8/100%);
	font-size:12px;

	text-align:center;
	vertical-align:middle;

	border-right:1px dashed #ccc;
	padding:10px;
	background:#fff;
}

/* faq */
.drop_area {
	cursor:pointer;
	display:block;
	margin-bottom:20px;
}

.drop_area a {
	transition: 0.2s ease-out;
	display:block;
	width:100%;height:auto;
	padding:10px 20px;
}

.drop_area a:hover {
	font-size:1.1em;
}

.drop_area div {
	display:none;
}

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

.border_box {
	padding:20px;
	margin:10px 0;
	border:1px solid #ccc;
}

.border_box2 {
	padding:30px 20px 20px;
	margin:10px 0 10px;
	border:1px solid #ccc;
	border-left:10px solid #ccc;
	border-right:10px solid #ccc;
	background:#fff;
}

/* 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;
}

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

.mincho {
	font-family: 'Shippori Mincho B1', serif;
	font-weight:500;
}

.big_icon, .big2_icon {
	font-size:1.5em;
}

/* content */
.tab-tr, .tab2-tr {display:table-row;}

.tab, .tab2 {display:table;table-layout:fixed;}
.tab_split80 {width:80%;display:table-cell;}
.tab_split75 {width:75%;display:table-cell;}
.tab_split66 {width:66.6%;display:table-cell;}
.tab_hulf {width:50%;display:table-cell;}
.tab_split33 {width:33.3%;display:table-cell;}
.tab_split25 {width:25%;display:table-cell;}
.tab_split20 {width:20%;display:table-cell;}
.tab_split12 {width:12.5%;display:table-cell;}

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

.p_none {padding:0;}
.p_5 {padding:5px}
.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_2040 {
	padding:20px 40px;
}

.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, .f_btn {
	width:90%;height:48px;
	max-width:480px;

	border:1px solid #b30000;
	border-radius:24px;
	background:#fff;
	
	margin: 15px auto 20px;
	text-align:center;
	display:block;
	transition: 0.3s ease;
}

.next_button:hover, .f_btn:hover {
	border:1px solid #fff;
	border-radius:24px;
	background:#b30000;
	color:#fff;
	
	cursor:pointer;
}

.next_button:hover a, .next_button2:hover a, .f_btn:hover a {
	color:#fff;
}

.next_button::after, .f_btn::after {
	clear:both;
}

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

	font-size:0.9em;
	font-weight:500;
	line-height:48px;
	color:#b30000;
	padding-left:40px;

	text-decoration:none;
	display:block;

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

	transition: 0.3s ease;
}

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

.next_button2 a i {
	font-size:1.2em;
	line-height:1;
	color:#666;
}

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

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

	border:1px solid #666;
	border-radius:5px;
	background:#fff;
	
	margin: 5px auto 5px;
	text-align:center;
	display:inline-block;
	transition: 0.3s ease;
}

.next_button2:hover {
	border:1px solid #fff;
	border-radius:5px;
	background:#666;
	color:#fff;
	
	cursor:pointer;
}

.next_button2::after {
	clear:both;
}

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

	font-size:0.95em;
	font-weight:500;
	color:#203744;

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

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

	transition: 0.2s ease;
}

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

.line_001 {
	border:0;
	border-top:1px solid #ccc;
	margin:20px auto;
}

.line_002 {
	border:0;
	border-top:1px solid #ccc;
	margin:5px auto;
}


.pc_not, #sp_logo {
	display:none;
}


/* link */

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

.bg_001 {
	background:#f9f9f9;
}

.bg_002 {
	background:#b30000;
	color:#fff;
}

.bg_003 {
	background:#b30000;
	color:#fff;
}

.bg_004 {
	background:#d9a62e;
	color:#fff;
}

.bg_005 {
	background:#1c5537;
	color:#fff;
}

.bg_006 {
	background:#8a7eb5;
	color:#fff;
}

.bg_011 {
	background:rgba(255,255,255,0.75);
	background-image:url(../img/back/002.png);
	background-repeat:no-repeat;
	background-position:right;
	background-size:auto 100%;
}

#Shop_banner {
	padding:20px;
}

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

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

	text-align:center;
	display:block;
	cursor:pointer;
	z-index:9998;
	border-left:#ccc 1px solid;
	float:right;
	color:#444;
	}

	#sp_menu:hover {
	background:#ccc;
	}
	
	#sp_menu:hover i {
	color:#fff;
	}
	
	#sp_menu i {
	font-size:1.2em;
	line-height:64px;
	}

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


@media only screen and (max-width: 767px) {
body:not(br), *:not(img) {
	font-size:14px;
	letter-spacing:0;
	line-height:1.7em;
}

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

#sp_logo {
	height:80px;
	text-align:center;
}

#sp_logo img {
	width:auto;
	max-height:100%;
}

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

nav {
	width:100%;height:64px;
	position:fixed;
	display:inline-block;
	border-bottom:1px solid #ccc;
	left:0;top:0;

	z-index:9997;
}

#sp_menu {
	width:64px;height:64px;
	position:fixed;
	display:block;
	top:0;right:0;
	z-index:99999;
}

.main {
	padding-top:64px;
}

.call_img{
	display:none;
}
	.sub_title2 {
		font-size:1.15em;
		padding:5px 10px;
	}
.border_right {
	border:0;	
}

	.p_2040{
		padding:10px 15px;
	}
	.sp_not {
		display:none !important;
	}

	.pc_not {
		display:inline;
	}

	#sp_logo {
		display:block;
	}
	.sp_left {
		text-align:left;
	}

	section {
		padding:10px 0;
	}

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

.content2 {
	padding: 0;
}

h2 {
	font-size:1.3em;
}

h2.u_bar {
	font-size:1.2em;
	letter-spacing:0;
}

h2 span {
	margin-top: -0.25em;
}

h3{
	font-size:1.1em;
}
	
	hr.line_001 {
		margin: 10px auto;
	}
/* 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:10px 10px;
}

.plan td {
	padding:10px 10px 20px;
}
.plan th {
	font-weight:600;
	text-align: left;

	background:#e9e9e9;
}

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

	.w_full {
		width:100%;
	}

	.sitemap {
		display:none;
	}

.sitemap_bottom {
	padding: 0 0 5px;
}
.sitemap_bottom a {
	font-size:0.8em;
	padding: 0 10px;
}
	
.next_button a {
	font-size: 0.9em;
	letter-spacing: 0;
	padding:0;
}
.next_button a i {
	display:none;
}

.tel_style a {
    font-size: 1.7em;
}

.index-img_desp {
	font-size:1em;
}
	
.header_image {
	height:320px;
	margin-bottom:30px;
}

.intro_word {
	font-size:28px;
	line-height:1.5;
}
.intro_sub_word {
	font-size:1em;
}

.item {
	min-height:35vh;
}

.head_section {
	height:100px;
}

.tokushu {
	height:60vh;
	padding-top:60px;
}

.content3 h1 {
	font-size:1.7em;
	letter-spacing:0;
}


}
