@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	margin:0;	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

section {
	width: 100%;
	clear: both;
	display: block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
    text-decoration: none;
	color:#000;
}

sup {
	vertical-align:top;
}

/* change colours to suit your needs */
ins {
	background-color:#ccc;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ccc;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	vertical-align: middle;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:5rem auto;
	padding:0;
    max-width:1000px; 
}

input, select {
	vertical-align:middle;
}

li {
	list-style: none;
}

img {
	width: 100%;
	height:auto;
	line-height: 0;
	vertical-align: middle;
}



/******* cleafix ********/
.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}

.clearfix {
		display: inline-table;
		min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
		height: 1%;
}
.clearfix {
		display: block;
}


/******* setting ********/
html{
	font-size:17px;
}
body {
	font-family: "jost",'Shippori Mincho', serif;
	line-height: 2.0;
	color: #000;
	-webkit-text-size-adjust: 100%;
    letter-spacing: 2px;
	margin:0;
	padding: 0;
	text-align: justify;
	font-feature-settings: "palt";
	letter-spacing: 3px;
	font-size: 16px;
}

.pc_disp {display: block;}
.sp_disp {display: none;}
.tab_disp {display: block;}
.pc_img {display: inline-block;}
.sp_img {display: none;}
.tab_img {display: inline-block;}

a img:hover,
input[type=image]:hover {
	opacity: .6;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:hover {
	opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color: #d98d1a;
}

#wrapper {
    width: 100%;
}

/************************

TXT SETTING

************************/
h2 {
	font-size: 3.5rem;
	letter-spacing: 10px;
	line-height: 1.5;
	margin-bottom: 2.0rem;
}

h3 {
	font-size: 2.5rem;
	letter-spacing: 7.5px;
	line-height: 1.5;
	margin-bottom: 2.0rem;
}

h4 {
	font-size: 1.0rem;
	letter-spacing: 5px;
	line-height: 1.5;
	margin-bottom: 2.0rem;
	color: #d98d1a;
}
h5 {
	font-size: 1.1rem;
	letter-spacing: 5px;
	line-height: 1.8;
	margin-bottom: 2.0rem;
}

.txt_s { font-size: 0.8rem;}
.txt_m { font-size: 1.3rem; line-height: 1.5;}
.txt_l { font-size: 1.9rem; line-height: 1.8; margin-bottom: 15px;}

.txt_center { text-align: center;}
.txt_left { text-align: left;}
.txt_right { text-align: right;}

.txt_indent {
	padding-left:1.5em;
	text-indent:-1.5em;
	margin-bottom: 15px;
}


strong { font-weight: bold;}
small { font-size: 80%;}

.txt_box p {
	margin-bottom: 1.5rem;
}

/************************

LAYOUT SETTING

************************/
section {
	width: 100%;
	margin-bottom: 200px;
}

.container {
	width: 1000px;
	margin: auto;
}

.inner_box {
	width: 1000px;
	margin: auto;
}

.img_box {
	margin-bottom: 30px;
}
.img_box_half {
	width: 40%;
	margin:0 auto 30px auto;
}

/************************

DESIGN SETTING

************************/
.bg_gray {
	background: rgba(51,52,52,1.00);
	color: #FFF;
}
.bg_white {
	background:#FFF;
	color: #000;
}

.top_spaced {
	margin: 200px auto;
}

.list_col2 dl {
	width: 47.5%;
	float: left;
	font-size: 0.9rem;
	letter-spacing: 1px;
	margin-right: 2.5%;
	border-bottom:solid #CCC 1px;
}

.list_col2 dt {
	width: 40%;
	float: left;
	clear: left;
	border-top:solid #CCC 1px;
	padding: 1.5rem 0;
}
.list_col2 dd {
	width: 60%;
	float: left;
	border-top:solid #CCC 1px;
	padding: 1.5rem 0;
}



/************************

HEADER

************************/

header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9990;
}
header h1 {
	position: fixed;
	margin: auto;
	float: left;
	left: 5%;
	top: 25px;
	font-size: 1.2rem;
	letter-spacing: 5px;
}

header h1 a {
	color: #CCC;
}

header span {
	font-size: 0.8rem;
	margin-right: 15px;
}


.gnavi {
	float: right;
	margin: 35px 70px 0 0;
	color: #FFF;
	font-size: 0.8rem;
	position: fixed;
	right: 5%;
	z-index: 9990;
}

.gnavi a:hover {
	color: #d98d1a;
}

.gnavi_list li {
	float: left;
	margin: auto;
	margin-right: 30px;
	
}
.gnavi_list a {
	display: block;
	width: 100%;
	color:#CCC;
} 

.btn_contact {
	position: fixed;
	top: 0;
	right: 0;
	width: 120px;
	height: 90px;
	background:rgba(218,141,26,0.80);
	text-align: center;
	color: #FFF;
	padding-top: 30px;
	line-height: 1.6;
}
.btn_contact span {
	letter-spacing: normal;
	margin: auto;
	
}

.btn_contact:hover {
	background:rgba(233,233,233,0.80);
	color: #d98d1a;
}


/************************

Footer

************************/

footer {
	background:rgba(52,51,52,1.00);
	width:100%;
	margin: auto;
	color: #FFF;
	padding: 3em 0 ;
}
footer a {
	color: #FFF;
}

footer .ft_box {
	margin: auto;
	width: 90%;
	font-size: 0.8rem;
}
.ft_box .txt_ttl {
	font-size: 1.2rem;
	letter-spacing: 7px;
	margin-bottom: 1.2rem;
}
.ft_box .txt_ttl span {
	font-size: 0.8rem;
	margin-right: 10px;
}

footer .btn_list {
	margin: 1.2rem auto;
}

/************************

ERROR PAGE

************************/

.error {
	padding:10% 0;
}
.error .btn_B {
	width: 50%;
	margin: auto;
}
	
/************************

BTN SETTING

************************/

.btn_allow {
	width: 100%;
  position: relative;
  display: inline-block;
}
.btn_allow a {
	display: block;
	width: 300px;
	padding: 1em 0 1em 30px;
	letter-spacing: 5px;
}
.btn_allow a:hover {
	border-bottom: none;
}
.btn_allow::before {
   content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 6px;    /* くの字を山なりに見た時、左側の長さ */
  height: 6px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 1px solid #FFF;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 1px solid #FFF;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg); 
}
.btn_allow::after {
content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 12px; /* 棒の長さ */
  height: 1px; /* 棒の太さ */
  background: #FFF; /* 棒の色 */
}

.btn_allow_BK {
	width: 100%;
  position: relative;
  display: inline-block;
}
.btn_allow_BK a {
	display: block;
	width: 300px;
	padding: 1em 0 1em 30px;
	letter-spacing: 5px;
}
.btn_allow_BK a:hover {
	border-bottom: none;
}
.btn_allow_BK::before {
   content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 6px;    /* くの字を山なりに見た時、左側の長さ */
  height: 6px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 1px solid #000;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 1px solid #000;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg); 
}
.btn_allow_BK::after {
content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 12px; /* 棒の長さ */
  height: 1px; /* 棒の太さ */
  background: #000; /* 棒の色 */
}


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

img { width: 100%; }

.pc_disp {display: none;}
.sp_disp {display: block;}
.pc_img {display: none;}
.sp_img {display: inline-block;}
.pagetop img { display: none;}
	
/************************

LAYOUT SETTING

************************/
section {
	margin-bottom: 150px;
}
	
.container {
	width: 85%;
	margin: auto;
}

.txt_box {
	width: 100%;
}
.txt_box p {
	margin-bottom: 1.5rem;
}
	
.img_box_half {
	width: 80%;
	margin:0 auto 30px auto;
}

	
/************************

HEADER

************************/
header h1 {
	position: fixed;
	margin: auto;
	float: left;
	left:15px;
	top: 15px;
	font-size: 1.0rem;
	letter-spacing: 2.5px;
}

header h1 a {
	color: #CCC;
}

header span {
	font-size: 0.8rem;
	margin-right: 10px;
}	
.btn_contact {
	position: fixed;
	top: 0;
	right: 0;
	width: 80px;
	height: 70px;
	background:rgba(218,141,26,0.80);
	text-align: center;
	color: #FFF;
	padding-top: 15px;
	line-height: 1.6;
}
.btn_contact span {
	letter-spacing: normal;
	margin: auto;
	
}

.btn_contact:hover {
	background:rgba(233,233,233,0.80);
	color: #d98d1a;
}

/************************

TXT SETTING

************************/
h2 {
	font-size: 1.8rem;
	letter-spacing: 5px;
	line-height: 1.6;
	margin-bottom: 2.0rem;
}
h3 {
	font-size: 1.5rem;
	letter-spacing: 5px;
	line-height: 1.6;
	margin-bottom: 2.0rem;
}


/************************

DESIGN SETTING

************************/

.list_col2 dl {
	width: 100%;
	float: none;
	font-size: 0.8rem;
	letter-spacing: 0px;
	margin-right: 0;
	border-bottom:solid #CCC 1px;
}

.list_col2 dt {
	width: 40%;
	float: left;
	clear: left;
	border-top:solid #CCC 1px;
	padding: 1.0rem 5% 1.0rem 0;
}
.list_col2 dd {
	width: 55%;
	float: left;
	border-top:solid #CCC 1px;
	padding: 1.0rem 0;
}

.top_spaced {
	margin: 100px auto;
}
	
/************************

ERROR PAGE

************************/

.error {
	padding:10% 0;
}
.error .btn_B {
	width: 100%;
	margin: auto;
}
	
	
}
