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

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

	font-size:16px;
/*	font-family: "M PLUS Rounded 1c", sans-serif;*/
/*	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;*/
	font-family: "Averia Serif Libre", "Zen Maru Gothic", serif;
	color:#444;
	font-weight: 400;
	line-height:2;
	padding-bottom:60px;

	word-break: break-all;
}
/*
body::before {
  background:url('/wp-content/themes/baseball/img/slide/mask.png') repeat, no-repeat center top/cover url('/img/slide/002.jpg') ;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
}   
*/
.copyright{
	background:#444;
}

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

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

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

section {
/*	padding: 40px 0 40px;
    z-index:-1;
	min-height:100vh;
	position: sticky;
	top: 0;*/
}

.content {
	width:100%;
	max-width:1080px;
    position:relative;
    z-index:0;
	padding: 60px 20px 60px;
	margin: 0 auto;
}

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

	margin: 0 auto;
	
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
	
    position:relative;
    z-index:0;
	animation: fadeIn 1s ease-in 0s 1 normal;
}
.content2 .item {
	background: url('../img/back/001.png') repeat;
}

.content3 {
	width: 100%;
	max-width: 1080px;
	border: 1px solid #ccc;
	margin: 0 auto;
	padding: 40px 60px;
	background: rgba(255,255,255,0.8);
	background: url('/img/back/001.png') repeat;
	position: relative;
	z-index: 0;
}

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

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

footer {
	width:100%;
	background:#361600;
	border-top:7px solid #c9db4c;
}

footer, footer a {
		color:#fff;
}

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

img.circle {
	width:100%;
	max-width: 320px;
	border-radius: 50%;
	display:block;
	margin: 0 auto;
	border: 3px solid #333;
	padding:1px;
	background:#fff;
}

.font_red {
	background:#C13332;
	font-size:0.7em;
	color:#fff;
	padding: 0 5px;
	margin-left:20px;
}

/* text */
h1 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size:1.7em;
	font-weight: 600;
	line-height:1.5;
	text-align:center;
	position: relative;
	display: block;
	margin: 0 auto 1em;
}

h2 {
	font-size:1.6em;
	font-weight: 700;
	line-height:1.5;
	text-align:center;
	position: relative;
	display: block;
	margin: 0 auto 1em;
	padding-bottom:1em;
	letter-spacing:0.25em;
}

h2::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    display: inline-block;
    width: 60px;
    height: 3px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #333
}

h1 > br {
	line-height:1;
}

h3 {
	border-bottom: solid 5px #000121;
	position: relative;
	font-size:1.1em;
	line-height:1.5;
	margin-bottom:1em;
	padding-bottom:0.5em;
}

h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #b8a536;
  bottom: -5px;
  width: 30%;
}

h3 a {
	text-decoration: none;
}

.sub_title {
	font-size:0.8em;
}

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

.hint {
	font-size:0.7em;
}

#subpage_logo {
	padding:10px;
}
#subpage_logo img {
	width:100%;height:auto;
	max-width:160px;
}

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

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

	font-size:15px;
}

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

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

.plan tbody tr > th,
.plan tbody tr > td {
	padding: 10px 15px;
	line-height:1.5;
}

.plan tbody tr > th {
	width:20%;
	text-align:justify;
	text-align-last:justify;
	border-right: 1px dashed #ccc;
}
.plan tbody tr > td {
	width:80%;
}

/* faq */
.acn {
	font-size:1.1em;
	line-height:2.5em;
	display:block;
	cursor:pointer;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}

.acn .icons {
	font-family: 'Oleo Script', cursive;
	font-weight:700;
	background:#C13332;
	color:#fff;
	padding:10px 20px;
	margin-right:20px;
}

.acn i {
	float:right;
	padding: 10px 20px;
}

.drop_area {
	display:none;
	line-height:2em;
	border:1px solid #ccc;
	background:#fff;
	padding:20px 30px;
	margin-bottom:30px;
}

.drop_area p {
	margin:0;
}

.drop_area a {
	transition: 0.5s ease-out;
}

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

/* form */
.wpcf7-form {
	max-width:720px;
	margin: 0 auto;
	padding-top:40px;
}

.tbox, .wpcf7-text {
	width:100%;height:3em;
	border:1px solid #ccc;
	padding:0 10px;
}

.tbox2 {
	width:auto;height:3em;
	border:1px solid #ccc;
	padding:0 10px;
}

.selectbox, .wpcf7-select {
	width:100%;height:3em;
	border:1px solid #ccc;
	padding:0 10px;
}

.tarea, .wpcf7-textarea {
	width:100%;height:10em;
	border:1px solid #ccc;
	padding:10px;

	color:#333;
}

.f_btn, .wpcf7-submit {
	width:100%;height:60px;

	padding:5px;

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

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

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

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

/* content */
.tab, .tab2 {display:table;table-layout:fixed;}
.tab_split75 {width:75%;display:table-cell;}
.tab_split66 {width:66.6%;display:table-cell;}
.tab_half {width:50%;display:table-cell;}
.tab_split40 {width:40%;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_split10 {width:10%;display:table-cell;}
.tab-tr {display:table-row}

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

.p_none {padding:0;}
.p_5v {padding: 0 5px;}
.p_10 {padding: 10px;}
.p_10v {padding: 0 10px;}
.p_20, .p_20x {padding:20px;}
.p_20v {padding:0 20px;}
.p_20w {padding:20px 0;}
.p_2040 {padding: 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 {
	line-height:1.5;
	margin-bottom:1em;
}

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

	border:1px solid #887551;
	
	margin: 20px auto 20px;
	text-align:center;
	display:block;
}

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

	font-size:0.9em;
	font-weight:500;
	line-height:48px;
	color:#887551;
	background:#fff;

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

	display:block;

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

.next_button a i {
	font-size:1.4em;
	color:#fff;
	line-height:48px;
}

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

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

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

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

.pc_not {
	display:none;
}


/* link */

/* background */
.bg_000 {
	background:rgba(255,255,255,0.75);
}

.bg_001 {
	background:#fff;
}

.bg_002 {
	background:#f4fff4;
}

.bg_003 {
	background:#f1f5e4;
}

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

#Shop_banner {
	padding:20px;
}

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

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

	text-align:center;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;

	display:block;
	position:fixed;
	cursor:pointer;
	z-index:9998;

	right:20px;
	top:20px;
	border:#fff 1px solid;
	background:#333;
	}

	#sp_menu:hover {
	background:#fff;
	border:#333 1px solid;
	}
	
	#sp_menu:hover i {
	color:#333;
	}
	
	#sp_menu i {
	font-size:1.4em;
	line-height:60px;
	color:#fff;
	}

	#menu {
		list-style:none;
	}

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

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

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

	#menu li:hover * {
		color:#fff;
		background:#333;
	}

#TopBtn {
	position: fixed;
	z-index: 10005;
	bottom: 40px;
	right: 40px;
}

#TopBtn a {
	display: block;
	padding: 0;
	line-height:48px;
	border-radius: 48px;
	width: 48px;
	height: 48px;
	background-color: #b8a536;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
 }

#TopBtn a:hover {
	text-decoration: none;
	opacity: 0.7;
}


@media only screen and (max-width: 767px) {
#TopBtn {
	bottom: 100px;
	right: 20px;
}

h2 {
	font-size:1.2em;
	padding-bottom:0.5em;
	margin-bottom:1.5em;
}

body{
	font-size:14px;
	line-height:1.5;
}

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

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

.p_2040 {padding: 20px 40px}
/* table */
.plan {
	width:100%;
	margin: 0 auto;
}

.plan tbody > tr {
	border:0;
}

.p_10v {
	padding:0;
}

h1 {
	margin: 0.5em auto 1em;
}

.plan tbody tr > th,
.plan tbody tr > td {
	width:100%;
	vertical-align:top;
	font-size:14px;
	
	display:block;
	padding:0;
}

.plan tbody tr > th {
	font-weight:600;
	text-align:center;
	text-align-last:center;
	padding: 10px 20px;

	background:#efefef;
	border:0;
}

.plan tbody tr > td {
	padding: 10px 10px 15px;
}

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

	.w_full {
		width:100%;
	}

	.sitemap {
		display:none;
	}

	.next_button {
		margin-bottom:10px;
		width:100%;
	}

section {
	padding:0;
}

section.bg_000 > .content {
	background:none;
}
.content {
	border:0;
}

.content::before, .content::after, .content2 .item::before, .content2 .item::after {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.acn .icons {
    padding: 5px 10px;
    margin-right: 10px;
}

}
