@charset "utf-8";

@font-face {
	font-family: "Custom Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Custom Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Custom Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Custom Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Custom Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 500;
}
@font-face {
	font-family: "Custom Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 100;
}
@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 200;
}



/* -----------------------------------------------------------------------------
* 1.0 Reset
* ----------------------------------------------------------------------------- */
html {
	font-size: 62.5%;
}

body {
	color: #222;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "Custom Yu Gothic", "Yu Gothic", Verdana, Meiryo, "M+ 1p", sans-serif;
}

/* IE */
@media all and (-ms-high-contrast: none) {
	body {
		font-family: Verdana, Meiryo, sans-serif;
	}
}
@media all and (-ms-high-contrast: active) {
	body {
	  font-family: Verdana, Meiryo, sans-serif;
  }
}

body {
	background-color: #fff;
}

a {
	text-decoration: none;
	color: #0071bc;
}

a:active,
a:hover {
	color: #29abe2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
	font-weight: 400;
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}

h1 {
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.2em;
	font-weight: 500;
}
h2 {
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.2em;
	font-weight: 500;
}
h3 {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.4em;
	font-weight: 500;
}
h4 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2em;
	font-weight: 500;
}
h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

p {
	margin-bottom: 20px;
}

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

/* 選択 反転カラー */
::selection {
	background: #D1D3CD;
	color: #888;
	text-shadow: none;
}

::-moz-selection {
	background: #D1D3CD;
	color: #888;
	text-shadow: none;
}


/* リンク画像アルファ
----------------------------------------------------------------------------- */
#main a:hover img ,
#sidebar a:hover img,
#footer a:hover img {
	opacity: 0.70;
}



/* -----------------------------------------------------------------------------
* 2.0 form parts
* ----------------------------------------------------------------------------- */
input,
select,
textarea,
button {
	color: #333;
	line-height: 1.6;
}

input,
select,
button {
	vertical-align: middle;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea,
select {
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0.1em 0.3em;
}

textarea {
	padding:0.3em 0.5em;
	line-height: 1.4;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
	box-shadow: 0 0 2px #2197c6;;
	border: 1px solid #2197c6!important;
	outline: none;
}

select {
	color: #333;
	width: auto;
	height: 30px;
	padding: 0 35px 0 5px;
	border: 1px solid #bbb;
	border-radius: 3px;
	background: #fff url(./image/select_arrow.jpg) no-repeat right;
	box-sizing: border-box;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
select {
	margin: 0 5px 5px 0;
}

textarea {
	margin: 0 0 5px 0;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 5px;
	position: relative;
	top:-1px;
}

form p {
	display: inline-block;
}

.site-contents form p {
	padding: 0;
	margin-bottom: 0;
}


/* Button Base
----------------------------------------------------------------- */
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 18px;
	font-size: 1.8rem;
	border-radius: 3px;
	padding: 10px 20px 8px;
	margin: 0 5px 5px 5px;
	text-transform: none;
	vertical-align: middle;
	display: inline-block;
	outline: none;
	cursor: pointer;
	font-weight: 600;
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
	text-shadow: 1px 0 0 rgba(255,255,255,1), 0 1px 0 rgba(255,255,255,1), -1px 0 0 rgba(255,255,255,1), 0 -1px 0 rgba(255,255,255,1);
color: #222;
border: 1px solid #ddd;
border-bottom: solid 2px rgba(0,0,0,0.1);
box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0, 0, 0, 0.2);

background: #fefefe;
background: -moz-linear-gradient(top, #fefefe 0%, #d1d1d1 49%, #d1d1d1 50%, #e2e2e2 100%);
background: -webkit-linear-gradient(top, #fefefe 0%,#d1d1d1 49%,#d1d1d1 50%,#e2e2e2 100%);
background: linear-gradient(to bottom, #fefefe 0%,#d1d1d1 49%,#d1d1d1 50%,#e2e2e2 100%);
}

.button:hover,
.button:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	color: #666;
	border: 1px solid #eee;
	border-bottom: solid 2px rgba(255,255,255,0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);

background: #e2e2e2;
background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
background: -webkit-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
background: linear-gradient(to bottom, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #eee;
}

/* button Align-center */
.site-contents .button-center,
form .button-center {
	text-align: center;
	width: 100%;
}

button.slick-prev,
button.slick-next {
	text-shadow: 1px 0 0 rgba(255,255,255,0.8), 0 1px 0 rgba(255,255,255,0.8), -1px 0 0 rgba(255,255,255,0.8), 0 -1px 0 rgba(255,255,255,0.8);
	border: none;
	box-shadow: none;
	margin: 0;
}



/* button pt
----------------------------------------------------------------- */
/*input.button-pt,
.button-pt {
	border-radius: 3px;
	padding: 5px 15px 3px;
	text-shadow: none;
	color: #fff;
	background: #0071bc;
	border: 1px solid #ddd;
	border-bottom: solid 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
}

table input.button-pt,
table .button-pt {
	padding: 2px 15px 0px;
}*/

/* button pt hover */
/*input.button-pt:hover,
.button-pt:hover {
	color: #fff;
	background: #29abe2;
	border-bottom: solid 2px rgba(0,0,0,0.1);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
}

input.button-pt:active,
.button-pt:active {
	background: #29abe2;
	border-bottom: solid 2px rgba(0,0,0,0.1);
}*/


/* button big
----------------------------------------------------------------- */
/*input.button-big,
.button-big {
	padding: 15px 30px 13px;
}

input.button-m-big,
.button-m-big {
	padding: 15px 10px 13px;
	width: 100%;
	max-width: 800px;
	box-sizing: border-box;
}*/



/* -----------------------------------------------------------------------------
* 3.0 Basic Structure
* ----------------------------------------------------------------------------- */
/*html,body {
	height: 100%;
}*/

.site {
	width: 100%;
	/*height: auto !important;
	min-height: 100%;*/
	position: relative;
}

.site-main {
	background-color: transparent;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding-bottom: 60px;
}


/* contents
----------------------------------------------------------------------------- */
.site-contents {
	width: 100%;
	max-width: 900px;
	margin: 0 auto 20px;
	padding: 0 20px;
	overflow: hidden;
	box-sizing: border-box;
	text-align: left;
}

/* site-contents outer background */
.site-contents-bg {
	background-color: #f3f3f2;
}



/* -----------------------------------------------------------------------------
* 4.0 Header
* ----------------------------------------------------------------------------- */
/* site-header
----------------------------------------------------------------------------- */
#site-header {
	background-color: transparent;
	position: relative;
	margin-bottom: 20px;
}

.top-page #site-header {
	margin-bottom: 0;
}

.site-header {
	overflow: hidden;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.top-page #site-header .site-header {
	display: none;
}

.logo {
	padding: 20px 10px 15px;
	box-sizing: border-box;
}


/* mane menu
----------------------------------------------------------------------------- */
.header-menu-box {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: rgba(134,131,124,0.5);
	width: 100%;
	height: 48px;
	position:relative;
	text-align: center;
	padding: 10px 10px;
	box-sizing: border-box;
}

.header-menu-box.header-menu-scroll {
	position:fixed;
	top: 0px;
	left: 0px;
	z-index: 998;
}

.header-menu-inner {
	max-width: 1000px;
	margin: 0 auto;
}

ul.header-menu {
	list-style: none;
	background: transparent;
	padding: 0;
	margin: 0;
	display: block;
}

ul.header-menu li {
	display: inline-block;
	color: #fff;
	padding: 0px 15px 0px 15px;
	line-height: 28px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	text-align: left;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

ul.header-menu li:last-child {
	border-right: 0px solid #ccc;
}

ul.header-menu li a {
	color:#fff;
}

ul.header-menu li a:hover {
	color:rgba(255,255,255,0.5);
}

@media all and (max-width: 767px) {
	.site-header .logo {
		border-bottom: 1px solid #ccc;
	}

	.header-menu-box {
		height: auto;
		padding: 0;
		background-color: transparent;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s;
	}

	.header-menu-inner {
		background:rgba(255,255,255,1);
		padding: 0 10px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		overflow: hidden;
		opacity: 0;
		height: 0;
	}

	.toggle-on .header-menu-inner {
		padding: 10px 10px;
		margin-top:0;
		opacity: 1;
		height: auto;
		border-bottom: 1px solid #ccc;
	}

	ul.header-menu li {
		display:block;
		color:#333;
		padding:10px 20px 8px;
		line-height:1em;
		border-right:0px solid #ccc;
		border-bottom:1px dotted #ccc;
		text-shadow: none;
	}

	ul.header-menu li:last-child {
		border-bottom:0px dotted #ccc;
	}

	ul.header-menu li a {
		color:#333;
	}
	ul.header-menu li a:hover {
		color:#726e65;
	}
}

/* menutoggle */
.header-menutoggle {
	width: 40px;
	height: 40px;
	text-align: center;
	position: absolute;
	top:5px;
	right:5px;
	z-index: 999;
	background: #222;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.header-menutoggle.menutoggle-scroll {
	position: fixed;
}

.header-menutoggle i {
	color:#fff;
	line-height: 40px;
}

i.icons-close {
	display: none;
}

.toggle-on i.icons-close {
	display: inline-block;
}

.toggle-on i.icons-open {
	display: none;
}

@media all and (min-width: 768px) {
	.header-menutoggle {
		display: none;
	}
}



/* -----------------------------------------------------------------------------
* 5.0 Footer
* ----------------------------------------------------------------------------- */
.site-footer,
.site-info,
.site-footer a {
	color:#222;
}

.site-footer a:hover {
	color:#888;
}

.site-footer {
	background-color: transparent;
	width: 100%;
}


/* footer-menu */
.footer-menu {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 0.5em 0 0.2em 0;
}

.footer-menu a {
	display: inline-block;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	margin-left: -1px;
	padding: 0 1em 0 1em;
	margin-bottom: 0.3em;
}

/* コピーライト */
.site-info {
	background-color: #e7e6e6;
	font-size: 12px;
	height: 100px;
	color: #726e65;
	text-align: center;
	padding-top: 20px;
	box-sizing: border-box;
}

/* ページトップアンカー */
#pageTop {
	background: #333;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 25px;
	right: 0px;
	z-index: 999;
	text-align: center;
	cursor: pointer;
	border-radius: 3px 0 0 3px;
}

#pageTop:hover,
#pageTop:active {
	background: rgba(0,0,0,0.5);
}

#pageTop:before {
	content: "\e900";
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	line-height: 40px;
	font-family: 'icomoon';
	color: #fff;
}



/* -----------------------------------------------------------------------------
* 6.0 Base Contents
* ----------------------------------------------------------------------------- */
/* title
----------------------------------------------------------------------------- */
/* site-contents h1 */
.site-contents h1 {
	font-family: "Sawarabi Mincho", "游明朝 Demibold", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	color: #222;
	padding: 10px;
	margin: 0 auto 20px;
	text-align: center;
	letter-spacing: 0.1em;
	border-bottom: 1px solid rgba(148,214,207,1);
}

.site-contents h1 span {
	color: rgba(148,214,207,1);
	font-size: 0.8em;
}

.contents-title {
	text-align: center;
	margin: 0 auto 20px;
}

.contents-title h1 {
	display: inline-block;
}

.contents-title-sub h1 {
	border-bottom: none;
}

.contents-title-sub div {
	font-family: "Sawarabi Mincho", "游明朝 Demibold", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	border-top: 1px solid rgba(148,214,207,1);
	border-bottom: 1px solid rgba(148,214,207,1);
	font-weight: 500;
	display: inline-block;
	padding: 0.5em;
	box-sizing: border-box;
	min-width: 300px;
}


/* site-contents h2 */
.site-contents h2 {
	color: #274c83;
	padding: 0.5em 0;
	margin-bottom: 20px;
	border-bottom: 2px solid rgba(148,214,207,1);
}

.site-contents h2:before {
	content: "\e930";
	font-family: 'icomoon';
	font-size: 24px;
	font-size: 2.4rem;
	vertical-align: middle;
	position: relative;
	top: -1px;
	color: rgba(148,214,207,1);
	margin-left: 0px;
	margin-right: 0px;
	display: inline-block;
}

/* site-contents h3 */
.site-contents h3 {
	padding:0;
	color:#222;
	display: inline-block;
	margin:0 10px 16px;
	font-family: "Sawarabi Mincho", "游明朝 Demibold", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

/* site-contents h4 */
.site-contents h4 {
	padding:0 10px;
	margin-bottom:10px;
}

/* site-contents p */
.site-contents p {
	padding:0 10px;
	margin-bottom:10px;
}

@media all and (max-width: 767px) {
	.site-contents h2:before {
		margin-left: 0;
		margin-right: -8px;
	}

	.site-contents h3 {
		margin:0 0 16px;
	}

	.site-contents h4,
	.site-contents p {
		padding:0;
	}
}



/* -----------------------------------------------------------------------------
* 7.0 Object
* ----------------------------------------------------------------------------- */
/* Parts
----------------------------------------------------------------- */
hr {
	clear:both;
}

.clear {
	clear:both;
}

.site-color {
	color:#94d6cf;
}

.color-red {
	color:#ff0000;
}

.color-magenta {
	color:#CC0041;
}

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

.img-radius {
	border-radius:5px;
}

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

.i-block {
	display: inline-block;
}

.anchor {
	margin-top:-100px !important;
	padding-top:100px !important;
}

.tax {
	font-size: 0.8em;
}



/* margin-bottom
----------------------------------------------------------------- */
.mb0 {
	margin-bottom: 0px!important;
}
.mb5 {
	margin-bottom: 5px!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb15 {
	margin-bottom: 15px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mb30 {
	margin-bottom: 30px!important;
}
.mb40 {
	margin-bottom: 40px!important;
}
.mb50 {
	margin-bottom: 50px!important;
}
.mb60 {
	margin-bottom: 60px!important;
}


/* --------------- input size
----------------------------------------------------------------- */
input.fw2em {
	width: 2em;
	max-width: 2em;
}
input.fw3em {
	width: 3em;
	max-width: 3em;
}
input.fw4em {
	width: 4em;
	max-width: 4em;
}
input.fw5em {
	width: 5em;
	max-width: 5em;
}
input.fw6em {
	width: 6em;
	max-width: 6em;
}
input.fw7em {
	width: 7em;
	max-width: 7em;
}
input.fw8em {
	width: 8em;
	max-width: 8em;
}
input.fw9em {
	width: 9em;
	max-width: 9em;
}
input.fw10em {
	width: 10em;
	max-width: 10em;
}
input.fw11em {
	width: 11em;
	max-width: 11em;
}
input.fw12em {
	width: 12em;
	max-width: 12em;
}
input.fw13em {
	width: 13em;
	max-width: 13em;
}
input.fw14em {
	width: 14em;
	max-width: 14em;
}
input.fw15em {
	width: 15em;
	max-width: 15em;
}
input.fw16em {
	width: 16em;
	max-width: 16em;
}
input.fw17em {
	width: 17em;
	max-width: 17em;
}
input.fw18em {
	width: 18em;
	max-width: 18em;
}
input.fw19em {
	width: 19em;
	max-width: 19em;
}
input.fw20em {
	width: 20em;
	max-width: 20em;
}
input.fw21em {
	width: 21em;
	max-width: 21em;
}
input.fw22em {
	width: 22em;
	max-width: 22em;
}
input.fw23em {
	width: 23em;
	max-width: 23em;
}
input.fw24em {
	width: 24em;
	max-width: 24em;
}
input.fw25em {
	width: 25em;
	max-width: 25em;
}
input.fw26em {
	width: 26em;
	max-width: 26em;
}

@media all and (max-width: 29.99em) {
	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"] {
		width: 100%;
	}
}

/* --------------- form group
----------------------------------------------------------------- */
.form-inner {
	margin: 0 20px 10px;
}

.input-group {
	display: inline-block;
}

@media all and (max-width: 29.99em) {
	.form-inner {
		margin: 0 0 10px;
	}
	.input-group {
		display: block;
	}
}


/* table th・tdサイズ
----------------------------------------------------------------- */
.tw4em,
.scroll-table table th.tw4em,
.scroll-table table td.tw4em {
	width: 4em;
}
.tw5em,
.scroll-table table th.tw5em,
.scroll-table table td.tw5em {
	width: 5em;
}
.tw6em,
.scroll-table table th.tw6em,
.scroll-table table td.tw6em {
	width: 6em;
}
.tw7em,
.scroll-table table th.tw7em,
.scroll-table table td.tw7em {
	width: 7em;
}
.tw8em,
.scroll-table table th.tw8em,
.scroll-table table td.tw8em {
	width: 8em;
}
.tw9em,
.scroll-table table th.tw9em,
.scroll-table table td.tw9em {
	width: 9em;
}
.tw10em,
.scroll-table table th.tw10em,
.scroll-table table td.tw10em {
	width: 10em;
}
.tw11em,
.scroll-table table th.tw11em,
.scroll-table table td.tw11em {
	width: 11em;
}
.tw12em,
.scroll-table table th.tw12em,
.scroll-table table td.tw12em {
	width: 12em;
}
.tw13em,
.scroll-table table th.tw13em,
.scroll-table table td.tw13em {
	width: 13em;
}
.tw14em,
.scroll-table table th.tw14em,
.scroll-table table td.tw14em {
	width: 14em;
}
.tw15em,
.scroll-table table th.tw15em,
.scroll-table table td.tw15em {
	width: 15em;
}
.tw16em,
.scroll-table table th.tw16em,
.scroll-table table td.tw16em {
	width: 16em;
}
.tw17em,
.scroll-table table th.tw17em,
.scroll-table table td.tw17em {
	width: 17em;
}
.tw18em,
.scroll-table table th.tw18em,
.scroll-table table td.tw18em {
	width: 18em;
}

@media all and (max-width: 29.99em) {
	.tw4em,
	.tw5em,
	.tw6em,
	.tw7em,
	.tw8em,
	.tw9em,
	.tw10em,
	.tw11em,
	.tw12em,
	.tw13em,
	.tw14em,
	.tw15em,
	.tw16em,
	.tw17em,
	.tw18em {
		width: auto;
	}
}


/* ul
----------------------------------------------------------------- */
.site-contents ul {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}

.site-contents ul li {
	border-bottom: 1px dotted #ccc;
	padding: 8px 10px;
}

.site-contents ul li.li-title {
	border-bottom:1px solid #ccc;
	background: rgba(161, 177, 199, 0.2);
}

@media all and (min-width: 768px) {
	.site-contents ul {
		padding: 0 10px;
	}
}


/* テーブル
----------------------------------------------------------------------------- */
/* Reset */
table {
	border:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
table th,
table td {
	border:none;
}


table {
	width: 100%;
	padding:	0;
	border-collapse: collapse;
	border-spacing: 0;
	margin:0 auto 20px;
	border:1px solid #ccc;
	background: #fff;
}

table th,
table td {
	padding: 5px 5px;
	line-height: 1.6;
	text-align: left;
	vertical-align:middle;
}

table th {
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	background: rgba(213, 237, 249, 0.6);
	white-space: nowrap;
}

table th:before {
	content: "\f0da";
	font: normal 12px/1 FontAwesome;
	vertical-align:middle;
	position: relative;
	top: -1px;
	color: rgba(55, 168, 222, 1);
	margin-right: 5px;
}

table td {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}


/* SP テーブル
----------------------------------------------------------------- */
@media all and (max-width: 599px) {
	table.sp-table th,
	table.sp-table td {
		width: 100%;
		display:	block;
		box-sizing: border-box;
		overflow: hidden;
	}

	.site-contents table.sp-table th,
	.site-contents table.sp-table td {
		width: 100%;
	}

	table.sp-table th {
		max-width: 100%;
		border-top:0px solid #ccc;
		border-right:0px solid #ccc;
		border-bottom:0px solid #ccc;
		border-left:0px solid #ccc;
	}

	table.sp-table td {
		border-top:0px solid #ccc;
		border-right:0px solid #ccc;
		border-bottom:1px solid #ccc;
		border-left:0px solid #ccc;
	}

	table.sp-table tr:last-child td:last-child {
		border-bottom:0px solid #ccc;
	}
}


/* スクロールテーブル
----------------------------------------------------------------- */
.scroll-table {
	width: 100%;
	overflow-x:hidden;
	margin: 0 auto 20px;
}

@media all and (max-width: 999px) {
	.scroll-table {
		overflow-x:scroll;
	}
	.scroll-table::-webkit-scrollbar {
		height: 10px;
	}
	.scroll-table::-webkit-scrollbar-thumb {
		background: #ccc;
		border-radius: 5px;
	}
	.scroll-table::-webkit-scrollbar-track-piece:start {
		background: #efefef;
	}
	.scroll-table::-webkit-scrollbar-track-piece:end {
		background: #fff;
	}
}

.scroll-table table {
	width: 960px;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	border: 1px solid #ccc;
	margin-bottom:0px;
}

.scroll-table table th,
.scroll-table table td {
	width: auto;
	display:table-cell;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
}

.scroll-table table th {
	background: rgba(114, 206, 164, 0.3);
}

.scroll-table table th:before {
	color: rgba(91, 198, 149, 1);
}

.scroll-table table tr:nth-child(even) td {
	background: rgba(114, 206, 164, 0.1);
}


/* table内の要素
----------------------------------------------------------------- */
/* input */
table input[type="text"],
table input[type="password"],
table input[type="email"],
table input[type="tel"],
table input[type="search"],
table select {
	margin: 3px 5px 3px 0;
}

/* table ul */
table td ul {
	margin: 0;
	padding: 0;
}
table td ul li:last-child {
	border-bottom: none;
}

/* table p */
.site-contents table p {
	margin: 3px 5px 3px 0;
	padding: 0;
}


/* table内の要素 個別class
----------------------------------------------------------------- */
table.bg-even tr:nth-child(even) td {
	background: #f3f3f3;
}



/* -----------------------------------------------------------------------------
* 7.1 Object 02
* ----------------------------------------------------------------------------- */
/* label
----------------------------------------------------------------- */
label {
	font-weight: 500;
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
	display: inline-block;
	vertical-align: middle;
	padding:0.1em 0.3em;
	margin: 0 5px 5px 0;
}

form label.radio,
form label.checkbox {
	margin: 0 5px 5px 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

label.title-label {
	background: rgba(135,143,153,0.1);
	color:#333;
	border: 1px solid #ccc;
	border-radius: 3px;
	min-width: 3em;
	text-align: center;
}



/* -----------------------------------------------------------------------------
* 8.0 Page Contents
* ----------------------------------------------------------------------------- */
/* contents02
----------------------------------------------------------------- */
.contents02-wrap {
	text-align: center;
	margin-bottom: 20px;
}

@media all and (min-width: 1000px) {
	.contents02-wrap {
		width: 100%;
		max-width: 1600px;
		margin: 0 auto;
		position: relative;
	}

	.contents02-wrap > img {
		position: absolute;
		right: 0;
		top: 0;
		width: 38%;
		max-width: 500px;
	}

	.contents02-inner {
		width: 550px;
		padding-right: 10px;
		box-sizing: border-box;
	}
}


@media all and (max-width: 999px) {
	.site-contents .contents02-inner h3 {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

.text-small {
	font-size: 0.9em!important;
}


/* sub-title
----------------------------------------------------------------- */
.sub-title {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 20px;
	background-color: #fff;
}

.sub-title span {
	text-align: center;
	padding: 20px 60px;
	background-color: rgba(148,214,207,1);
	display: inline-block;
	color: #fff;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1em;
	font-weight: 500;
	font-family: "Sawarabi Mincho", "游明朝 Demibold", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}


/* contact-contents
----------------------------------------------------------------- */
.contact-contents {
	font-family: "Sawarabi Mincho", "游明朝 Demibold", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.2em;
	font-weight: 600;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 80px;
background: #5ac5e5;
background: -moz-linear-gradient(left, rgba(90,197,229,1) 0%, rgba(148,214,207,1) 100%);
background: -webkit-linear-gradient(left, rgba(90,197,229,1) 0%, rgba(148,214,207,1) 100%);
background: linear-gradient(to right, rgba(90,197,229,1) 0%, rgba(148,214,207,1) 100%);
}

.contact-contents a {
	display: block;
	padding: 20px 10px;
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.contact-contents a:hover {
	color: rgba(255,255,255,0.8);
}

@media all and (min-width: 1000px) {
	.contact-contents {
background: #5ac5e5;
background: -moz-linear-gradient(left, rgba(90,197,229,0) 0%, rgba(90,197,229,1) 10%, rgba(148,214,207,1) 90%, rgba(148,214,207,0) 100%);
background: -webkit-linear-gradient(left, rgba(90,197,229,0) 0%, rgba(90,197,229,1) 10%, rgba(148,214,207,1) 90%, rgba(148,214,207,0) 100%);
background: linear-gradient(to right, rgba(90,197,229,0) 0%, rgba(90,197,229,1) 10%, rgba(148,214,207,1) 90%, rgba(148,214,207,0) 100%);
	}
}


/* top-header
----------------------------------------------------------------- */
.top-header {
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
	line-height: 1;
}

.top-header-titel {
	display: none;
}

@media all and (min-width: 800px) {
	.top-header {
		position: relative;
		background: url(./image/mainbg.jpg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: right -100px center;
		padding-top: 45%;
		background-color: #87847d;
	}

	.top-header-titel {
		display: block;
		position: absolute;
		top: 45%;
		left: 10%;
		width: 50%;
		max-width: 650px;
		transform: translateY(-50%);
		-webkit- transform: translateY(-50%);
	}

	.sp-top-header-titel {
		display: none;
	}
}

@media all and (min-width: 1200px) {
	.top-header-titel {
		left: 15%;
	}
}

@media all and (min-width: 1800px) {
	.top-header-wrap {
background: -moz-linear-gradient(left,  rgba(135,132,125,1) 0%, rgba(135,132,125,1) 50%, rgba(177,176,172,1) 51%, rgba(177,176,172,1) 100%);
background: -webkit-linear-gradient(left,  rgba(135,132,125,1) 0%,rgba(135,132,125,1) 50%,rgba(177,176,172,1) 51%,rgba(177,176,172,1) 100%);
background: linear-gradient(to right,  rgba(135,132,125,1) 0%,rgba(135,132,125,1) 50%,rgba(177,176,172,1) 51%,rgba(177,176,172,1) 100%);
	}

	.top-header {
		padding-top: 0;
		height: 800px;
		background-position: right center;
	}
}


/* top-intro
----------------------------------------------------------------- */
.top-intro {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

.top-intro .site-contents {
	padding: 0;
	margin-bottom: 0;
}

.site-contents .top-intro-inner {
	background-color: rgba(255,255,255,0.85);
	padding: 20px 20px;
	box-sizing: border-box;
}

.site-contents .top-intro-inner h3 {
	font-size: 34px;
	font-size: 3.4rem;
	line-height: 1.2;
	margin-bottom: 20px;
}

.site-contents .top-intro-inner h3 span {
	color: #94d6cf;
	font-size: 20px;
	font-size: 2.0rem;
}

.site-contents .top-intro-inner p {
	font-family: "Sawarabi Mincho", "游明朝 Demibold", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

@media all and (min-width: 480px) {
	.top-intro {
		margin: 0 auto 20px;
		background: url(./image/top_intro_bg.jpg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: right center;
	}

	.site-contents .top-intro-inner p {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.8em;
	}
}

@media all and (min-width: 800px) {
	.site-contents .top-intro-inner {
		padding: 20px;
		margin-top: 40px;
		margin-bottom: 40px;
		display: inline-block;
	}
}

@media all and (min-width: 1000px) {
	.site-contents .top-intro-inner {
		padding: 20px 20px 20px 40px;
		margin-top: 60px;
		margin-bottom: 60px;
	}
}


/* ラストポートレイト
----------------------------------------------------------------- */
.lap-img02 {
	background: url(./image/lap01.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 30%;
	margin-bottom: 20px;
}

@media all and (max-width: 479px) {
	.lap-img02 {
		padding-top: 50%;
		background-position: center center!important;
	}
}

@media all and (min-width: 1200px) {
	.lap-img02 {
		padding-top: 20%;
		background: url(./image/lap01_big.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	}
}

/* ラストポートレイト & セレモニーフォト img */
.lap-img-bg,
.sep-img-bg {
	background-color: #f8f8f8;
}

.site-contents.lap-img,
.site-contents.sep-img {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	line-height: 0;
}

@media all and (min-width: 1000px) {
	.site-contents.sep-img img {
		width: 50%;
	}
}

/* セレモニーフォト
----------------------------------------------------------------- */
.sep-option {
	overflow: hidden;
}

.sep-option-inner {
	margin-right: 0;
}

.sep-option .sep-option-inner h3 {
	margin-bottom: 0;
}

.sep-option-inner li br {
	display: none;
}

@media all and (min-width: 1000px) {
	.sep-option-inner {
		float: left;
		width: calc(33.33% - 10px);
		border: 1px solid #ccc;
		box-sizing: border-box;
		min-height: 280px;
		margin-right: 10px;
	}

	.sep-option .sep-option-inner h3 {
		text-align: center;
		border-bottom: 1px solid #ccc;
		display: block;
		padding: 10px;
		margin-bottom: 10px;
	}

	.sep-option-inner li br {
		display: inline-block;
	}

	.sep-option-inner .site-color {
		display: none;
	}
}


/* profile
----------------------------------------------------------------- */
/* contents02 resize*/
@media all and (min-width: 1000px) {
	.contents02-wrap.profile > img {
		width: 30%;
		max-width: 380px;
	}

	.profile .contents02-inner {
		width: 630px;
	}
}

/* profile-text */
.profile-contents {
	padding: 20px 0 10px 0;
}

@media all and (min-width: 1000px) {
	.profile-contents {
		max-width: 550px;
		padding: 30px 0 20px 0;
	}
}

/* profile-access */
.profile-access-bg {
	background: url(./image/profile_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}

.profile-access {
	text-align: center;
	padding: 40px 0 60px;
}

.profile-access a {
	display: block;
	background-color: rgba(76,201,186,0.8);
	color: rgba(255,255,255,1);
}

.profile-access img {
	margin-bottom: 20px;
}

.profile-access a:hover {
	display: block;
	color: rgba(255,255,255,0.6);
}

/* profile-map  */
.profile-map {
	background-color: rgba(255,255,255,0.8);
	text-align: center;
}

.profile-map p {
	margin-bottom: 0!important;
}


/* Official
----------------------------------------------------------------- */
.official-info {
	text-align: center;
	border:1px solid rgba(134,131,124,0.2);
	padding: 20px 20px 0 20px;
	width: 100%;
	max-width: 440px;
	margin: 0 auto;
	box-sizing: border-box;
}

.official-info span {
	display: block;
	color: rgba(114,110,101,0.6);
}

.official-info a {
	color: rgba(114,110,101,1);
}

.official-info a:hover {
	color: rgba(114,110,101,0.6);
}

.official-sns img {
	padding: 10px;
}



/* -----------------------------------------------------------------------------
* 9.0 Plugin & Other
* ----------------------------------------------------------------------------- */
/* Google map
----------------------------------------------------------------- */
.google-map {
	position: relative;
	padding-bottom: 50%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	margin-bottom: 0;
}

.google-map iframe,
.ggoogle-map object,
.google-map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* youtube
----------------------------------------------------------------- */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* myscript.js hide-box
----------------------------------------------------------------- */
.hide-box {
	height: 35px;
	min-height: 35px;
	overflow: hidden;
		-ms-user-select: none;
		-moz-user-select: -moz-none;
		-khtml-user-select: none;
		-webkit-user-select: none;
		user-select: none;
	transition: all 0.5s 0;
	margin-top: 20px;
}

.hide-box.active {
	height: auto;
	min-height: 100px;
}

.hide-box .hide-box-inner {
	transition: all 0.3s 0;
	transform-origin: top left;
	transform: scaleY(0);
	opacity: 0;
	margin: 0 10px;
}

@media all and (min-width: 29.99em) {
	.hide-box .hide-box-inner {
		margin: 0 20px;
	}
}

.hide-box.active .hide-box-inner {
	transform: scaleY(1);
	opacity: 1;
}

.hide-box .hide-box-button {
	text-align: center;
	margin-bottom: 20px;
	color:#0071bc;
}

.hide-box .hide-box-button:hover,
.hide-box .hide-box-button:focus {
	color:#29abe2;
}

.hide-box .hide-box-button:before {
	content: "\f055";
	font: normal 24px/1 FontAwesome;
	vertical-align:middle;
	position: relative;
	top: -2px;

	margin-right: 8px;
}

.hide-box.active .hide-box-button:before {
	content: "\f056";
}


/* hide-item
----------------------------------------------------------------- */
.hide-item {
	overflow: hidden;
	transition: all 0.3s 0;
	transform-origin: top left;
	transform: scaleY(0);
	opacity: 0;
	height: 0;
}
.hide-item.active {
	transform: scaleY(1);
	opacity: 1;
	height: auto;
}


/* jquery.inview
----------------------------------------------------------------- */
@media all and (min-width: 1000px) {
	.site-contents {
		opacity: 0.0;
		transition: all 0.8s;
	}

	.site-contents.fadeindown {
		opacity: 1.0;
		transition: all 0.8s;
	}
}


/* loader
--------------------------------------------------------------*/
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.5);
	z-index: 9998;
}

#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 0;
	z-index: 9999;
	width: 100%;
	text-align: center;
}

#loader img {
	animation: loader 3s ease 0s infinite normal;
	opacity: 0.8;
}

@keyframes loader {
	0%{ transform:rotate(0);}
	100%{ transform:rotate(360deg); }
}


/* slick slide
--------------------------------------------------------------*/
.slide-wrap {
	background: transparent;
	margin-bottom: 40px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
}

.slide-contents {
	width: 100%;
	/*max-width: 1600px;*/
	margin-left: auto;
	margin-right: auto;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
	width: 35px;
	height: 35px;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
	font-family:"icomoon";
	font-size: 35px;
	line-height: 1;
	opacity: .75;
	color: rgba(0,0,0,0.5);
}

.slick-slider .slick-prev {
	left: 0;
	z-index: 1;
}

.slick-slider .slick-prev:before {
	content: "\e92f";
}

.slick-slider .slick-next {
	right: 0;
	z-index: 1;
}

.slick-slider .slick-next:before {
	content: "\e930";
}

@media all and (min-width: 29.99em) {
	.slick-slider .slick-prev {
		left: 10px;
		z-index: 1;
	}
	.slick-slider .slick-next {
		right: 10px;
		z-index: 1;
	}
}


.slick-slider button:hover,
.slick-slider button:focus {
	background-color: transparent!important;
}

.slick-slide img {
    width: 100%;
}



/* -----------------------------------------------------------------------------
* 10.0 Print
* ----------------------------------------------------------------------------- */
@media print {
	body {
		background: none !important;
		color: #222;
		width: 100%;
		margin: 0 auto;
		font-size: 8pt;
	}

	input,
	select,
	textarea,
	button {
		font-size: 8pt;
	}

	.site-contents h1 {
		font-size: 12pt;
	}
	.site-contents h2 {
		font-size: 12pt;
	}
	.site-contents h3 {
		font-size: 11pt;
	}
	.site-contents h4 {
		font-size: 11pt;
	}

	.logo {
		font-size: 14pt;
	}

	#menutoggle,
	#header-menu,
	#pageTop {
		display:none!important;
	}

	.site-info {
		background-color: transparent;
		font-size:8pt;
		line-height:35px;
		color: #222;
		text-align:center;
	}

	.site-contents {
		opacity: 1;

	}

	/* original */
	.site-contents .top-intro-inner {
		margin-top: 0;
		margin-bottom: 0;
	}
	.lap-img02 {
		background-position: center top -50px!important;
	}
}



























/* 制作中 */
/*.parallax-bg {
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
}*/




/* reCAPTCHA */
body:not(.page-id-34) .grecaptcha-badge {
	display: none!important;
}
body.page-id-34 #pageTop {
	display: none!important;
}
