@charset "utf-8";

*{
	margin:0;
	padding:0;
	box-sizing: border-box;	
}

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, font, 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, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align:baseline;
	background: transparent;
}

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

ol, ul {
	list-style: none;
}

address,caption,cite,code,dfn,em,strong,var {
	font-style: normal;
}

caption,th {
	text-align: left;
	font-weight:bold;
}

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

object,
embed {
	vertical-align: top;
}

hr,legend {
}

h1,h2,h3,h4,h5,h6,textarea {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}

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

table {
	width: 100%;
	font-size:100%;
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align:top;
}

li{
	line-height: 2;
}

/* スクルールフェードイン */
.fadein {
	opacity : 0;
	transform : translate(0, 4em);
	transition : 1500ms all ease 0s;
}

.fadein.nomove {
	opacity : 0;
	transform : translate(0, 0);
	transition : 1500ms all ease 0s;
}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

/* clerfix */
.cf {
	/zoom : 1;
}
.cf:after {
	content : ' ';
	display : block;
	clear : both;
	height:0;
}
.clr{
	clear:both;
}


/*--- リンクカラー */
a:link , a:active , a:visited {
	color: inherit;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	opacity: 0.8;
}

a,
a img { 
	outline : 0 ;
	transition: all 0.2s ease-in 0s;
}

a.nohover:hover,
a.nohover img:hover  {
	opacity: 1;
}

a.btn{
	color: #ed2323;
	padding: 15px 40px;
	min-width: 240px;
	display: table;
	margin: 0 auto;
	border: 2px solid #ed2323;
	font-weight: bold;
	position: relative;
}

a.btn:after{
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-right: 1px solid #ed2323;
	border-bottom: 1px solid #ed2323;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(-45deg) translateY(-50%);
}


/*--- default */
html,body {
	width: 100%;
	color: #663d32;
	line-height: 1.7;
	font-size:15px;
	letter-spacing: 0.16em;
	text-align:left;
	font-family: 'Roboto', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;;
	font-weight: 500;
	font-feature-settings: "palt" 1;
	overflow-x: hidden;
}




/* -----------------------------------------------------------

	ページ共通設定
	
----------------------------------------------------------- */

.iw100 img{
	width: 100%;
	height: auto;
}
.fl{
	float:left!important;
}
.fr{
	float:right!important;
}
.lh0{
	line-height:0;
}
.tx_bld{
	font-weight:bold;
}
.tx_l{
	text-align:left!important;
}
.tx_r{
	text-align:right!important;
}
.tx_c{
	text-align:center!important;
}

.mb_0{
	margin-bottom: 0!important;
}


/* ----------------------------------------------------------------

　　open_nav

----------------------------------------------------------------- */

.openmenu * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
  list-style: none;
}

.openmenu a {
  color: inherit;
  text-decoration: none;
}

.openmenu a:visited {
  color: inherit;
}

.openmenu .openmenu_bg {
	  width: 100%;
	  height: 100%;
	  position: fixed;
	  z-index: 999;
	  background-color: rgba(255, 255, 255, 0.9);
	  display: none;
	  top: 0;
	  left: 0;
}

.openmenu_btn_wrap{
	cursor: pointer;
	position: fixed;
	top: 4em;
	right : 8%;
	z-index: 1001;
	text-align: center;
	line-height: 2.2;
	outline: none;
	transition: all 1s;
}

.openmenu .openmenu_btn {
  display: block;
  background: none;
  border: none;
  width: 3.7em;
  height: 2em;
  letter-spacing: 0.1em;
  position: relative;
}

.openmenu .openmenu_btn .toggle {
	background-color: #000;
  transition: all .5s ease;
}
.openmenu .openmenu_btn .toggle:nth-child(1) {
	top: 0;
	transform: translateY(.4em);
}

.openmenu .openmenu_btn .toggle:nth-child(2) {
	bottom: 0;
	transform: translateY(-.4em);
}

.openmenu .openmenu_btn:hover .toggle:nth-child(1) {
	top: 0;
	transform: translateY(0);
}

.openmenu .openmenu_btn:hover .toggle:nth-child(2) {
	bottom: 0;
	transform: translateY(0);
}

.openmenu .openmenu_btn.active .toggle:nth-child(1) {
    transform: translate(0px, .45em) rotate(16deg);
}

.openmenu .openmenu_btn.active .toggle:nth-child(2) {
    transform: translate(0px, -.45em) rotate(-16deg);
}

.openmenu .toggle {
	display: block;
	width: 3.7em;
	height: 1px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transform-origin: 0 0;
	position: absolute;
}

.openmenu .openmenu_nav_wrapper{
	width: 100%;
	height: 100%;
	transform: translateY(-100%);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	padding: 10em 2em;
	overflow-y: scroll;
	-moz-transition: all 0.5s cubic-bezier(.65,.05,.36,1);
	-webkit-transition: all 0.5s cubic-bezier(.65,.05,.36,1);
	-o-transition: all 0.5s cubic-bezier(.65,.05,.36,1);
	-ms-transition: all 0.5s cubic-bezier(.65,.05,.36,1);
}


.openmenu .openmenu_nav_wrapper.open {
	transform: translateY(0);
}

.openmenu .openmenu_nav {
    padding-top: 2em;
    line-height: 4;
    text-align: center;
    font-size: 1.3em;
}

.openmenu .logo{
    width: 62%;
    margin-bottom: 3em;
    display: block;
    margin: 0 auto;
}




/* ----------------------------------------------------------------

　　top_nav

----------------------------------------------------------------- */


#top_nav{
	width: 6%;
	padding: 3em 1%;
	height: 100%;
	background: #FFF;
	position: fixed; /* ヘッダーバーを固定 */
	top: 0; /* 上から0の位置に固定 */
	left: 0; /* 左から0の位置に固定 */
	z-index: 200;
	transition: all 1s;
	transform: translate(-5%, 0);
	opacity: 0;
	border-right: 1px solid #ddd;
}

#top_nav.move{
	opacity: 0.9;
	transform: translate(0, 0);
}
#top_nav .inner_wrap{
	margin: 0 auto;
}
	
#top_nav .inner{
    float: right;
	width: 50%;
}

#top_nav .logo{
	margin: 0 auto;
	margin-bottom: 1.5em;
	display: block;
}

#top_nav p{
	font-size: .96em;
	writing-mode: tb-rl;
	/* IE独自仕様 */
	writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	letter-spacing: 0.02em;
	color: #444;
	margin: 0 auto;
}

#top_nav p a{
	margin-bottom: 2em;
}


	
/* ----------------------------------------------------------------

　　form

----------------------------------------------------------------- */


input[type="text"],
textarea{
	padding: .8em;
	font-size: 120%;
    width: 100%;
    border: 1px solid #bbb;
    margin-top: 0;
    background-color: #FFF;
    transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    outline: none;
    -webkit-appearance: none;
}

table th{
	width: 23%;
	padding: 1.6em 1.3em;
	vertical-align: middle;
}
