@charset "utf-8";
/* CSS Document */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
/*	outline: 0;*/
}
@font-face {
font-family: 'Hina2ndGrade';
src: url('../fonts/medio.otf') format('otf')}

html {
	-webkit-text-size-adjust: none;
}

img {
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
}

a {
	-webkit-tap-highlight-color: transparent;
}

strong {
	font-weight: bold;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
/*	border-collapse: separate;*/
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:focus {
/*\*/
	overflow: hidden;
/**/
}

option {
	padding-right: 10px;
}

p.price span{
	font-size: 0.7em;
}
/* ------------------------------
	HTML5 ELEMENTS
------------------------------ */
header,article,aside,section,footer,
nav,menu,details,hgroup,summary {
	display: block;
}

/* ALL */
body{
	margin:0;
	padding:0;
	color:#333;
	font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", Honoka, Meiryo, "メイリオ", serif;
	font-family: 'PT Serif', serif;
	line-height:200%;
	-webkit-text-size-adjust: 100%;
	background:#000;
}
img{
	vertical-align: bottom;
}
.white{
	color:#fff;
}
.white_back{
	background:#fff;
}
a:link{
	color:#555;
	text-decoration:none;
}
a:visited{
	color:#333;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd{
	margin:0px;
	padding:0px;
}

img{
	border:none;
}
ul{
	list-style-type:none;
}
.table-box1{
	margin:0;
    padding:4px 0 0;
}
.table-box2{
	display:block;
	background-color:#fff;
	margin-bottom:8px;
}
.table-box3{
	display:block;
	background-color:#fff;
	margin-bottom:8px;
}
.table-box4{
	margin:0;
    padding:4px 0 0;
	display:block;
}
.table-box1 table,
.table-box2 table,
.table-box3 table,
.table-box4 table{
	width:100%;
	margin:0;
	table-layout:auto;
    border-spacing:0;
    empty-cells:show;
	border-bottom:1px solid #d2d2d2;
    border-right:1px solid #d2d2d2;
}
.table-box1 table th,
.table-box2 table th,
.table-box3 table th,
.table-box4 table th{
	font-size:100%;
	text-align:left;
    border-left:1px solid #d2d2d2;
    border-top:1px solid #d2d2d2;
    line-height:1.5em;
    padding:10px;
}
.table-box1 table th{
	background:#e6e6e6;
	vertical-align:middle;
}
.table-box2 table th,
.table-box4 table th{
	vertical-align:middle;
}
.table-box3 table th{
	vertical-align:top;
}
.table-box1 table td,
.table-box2 table td,
.table-box3 table td{
	font-size:100%;
	background:#fff;
	text-align:left;
    border-left:1px solid #d2d2d2;
    border-top:1px solid #d2d2d2;
    font-weight:normal;
    line-height:1.5em;
    padding:10px;
}
.table-box4 table td{
	font-size:100%;
	text-align:left;
    border-left:1px solid #d2d2d2;
    border-top:1px solid #d2d2d2;
    font-weight:normal;
    line-height:1.5em;
    padding:10px;
}
.table-box1 table td,
.table-box2 table td,
.table-box4 table td{
	vertical-align:middle;
}
.table-box3 table td{
	vertical-align:top;
}
.table-box1 table th.center,
.table-box1 table td.center{
	text-align:center;
}
/* Lib */
.fl-left{
	float:left;
}
.fl-right{
	float:right;
}
.clear{
	clear:both;
}
.no-margin{
	margin:0;
	margin-right:1px;
	background-color:#ff0000;
}
.no-margin-bottom{
	margin-bottom:0;
}
.no-padding{
	padding:0;
}
.margin-bottom{
	margin-bottom:20px;
}
.margin-auto{
	width:998px;
}
.t-right{
	text-align:right;
}
.t-center{
	text-align:center;
}
.whiteback{
	background-color:#fff;
}
p.link a{
	color:#AA7E19;
	padding:10px;
	display: inline-block;
	border-bottom:1px solid #AA7E19;
	background-color:rgba(170,104,16,0);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	margin-top:40px;
}
p.link a:hover{
	color:#d6ccb6;
	text-decoration:none;
	background-color:rgba(143,106,38,1);
	border-bottom:1px solid #8F6810;
}
::selection {
    background: #314452;
    color: #ddd;
}

/*LOADER*/
#loader {
  text-align: center;
  position: fixed;
  left:0%;
  top:0%;
  display: inline-block;
  vertical-align: middle;
  width:100%;
  height:100%;
  background: #f0f3f3;
  z-index:100000;
}
.loader-icn{
	opacity:0;
}
#load-logo{
	opacity:0;
	margin:0 auto;
	width:44px;
	height:180px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background:url(../img/index/logo_tate.svg) no-repeat;
	background-size:44px 180px;
}
.loader-icn {
  font-size: 10px;
  margin: 30px auto;
  text-indent: -9999em;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  background: #0e2a53;
  background: -moz-linear-gradient(left, #0e2a53 10%, rgba(14,42,83, 0) 42%);
  background: -webkit-linear-gradient(left, #0e2a53 10%, rgba(14,42,83, 0) 42%);
  background: -o-linear-gradient(left, #0e2a53 10%, rgba(14,42,83, 0) 42%);
  background: -ms-linear-gradient(left, #0e2a53 10%, rgba(14,42,83, 0) 42%);
  background: linear-gradient(to right, #0e2a53 10%, rgba(14,42,83, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader-icn:before {
  width: 50%;
  height: 50%;
  background: #0e2a53;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader-icn:after {
  background: #f0f3f3;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*HEADER*/
#header-pc{
	display:block;
}
#header-sp{
	display:none;
}
#header-pc{
	width:100%;
	height: auto;
	height:80px;
	background: #dfdfdf;
}
#header-main{
	padding:0 2%;
}
#header-main li{
	float:left;
	text-indent:-100000px;
}
#header-main li a{
	display:block;
	padding:23px 13px;
	margin-left:13px;
	height:35px;
}
#header-main li a.active, #header-main li a.active:before{
	opacity:0.5;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	filter:alpha(opacity=100);
	-moz-opacity:1;
	background: #000;
}
#header-main li.menu0 a.active, #header-main li.menu0 a.active:before{
	opacity:1;
}
#header-main li.menu0,
#header-main li.menu0 h1{
	width:160px;
	height:31px;
}
#header-main li.menu0 a{
	width:160px;
	height:31px;
	background:url(../img/header/logo.svg) no-repeat;
	background-position:0;
	margin:34px 0;
	padding:0;
	background-size:160px 31px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
#header-main li.menu0 a:hover{
	opacity:0.6;
}
#header-main li.menu1{
	margin-left:30px;
}
#header-main li.menu1 a{
	width:134px;
	background:url(../img/header/nav_pc.svg) no-repeat;
	background-position:14px 45px;
	background-size:489px 12px;
}
#header-main li.menu2 a{
	width:83px;
	background:url(../img/header/nav_pc.svg) no-repeat;
	background-position:-148px 45px;
	background-size:489px 12px;
}
#header-main li.menu3 a{
	width:83px;
	background:url(../img/header/nav_pc.svg) no-repeat;
	background-position:-258px 45px;
	background-size:489px 12px;
}
#header-main li.menu4 a{
	width:52px;
	background:url(../img/header/nav_pc.svg) no-repeat;
	background-position:-368px 45px;
	background-size:489px 12px;
}
#header-main li.menu5 a{
	width:28px;
	background:url(../img/header/nav_pc.svg) no-repeat;
	background-position:-447px 45px;
	background-size:489px 12px;
}
#header-main li.menu6{
	float:right;
	width:44px;
	text-indent:-100000px;
}
#header-main li.menu6 a{
	float:left;
	width:17px;
	margin-top:43px;
	margin-left:0;
	padding:0;
	display:block;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#header-main li.menu6 a.fb{
	background:url(../img/header/icn_fb.svg) no-repeat;
	background-size:17px;
}
#header-main li.menu6 a.ig{
	margin-left:10px;
	background:url(../img/header/icn_instagram.svg) no-repeat;
	background-size:17px;
}
#header-main li.menu6 a:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.6;
	opacity:0.6;
}
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
}
.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0d2a4d;
  height: 15px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-reveal:hover, .hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity:1;
  filter:alpha(opacity=100);
  -moz-opacity:1;
}
/*--SP HEADER--*/
#header-sp{
	opacity:0;
	position: fixed;
	width:100%;
	height:50px;
	background: #dfdfdf;
	z-index:1001;
}
/*--SP MENU ICN--*/
.sp-menu-icn {
	width: 50px;
	height: 50px;
	left:0;
	top:0;
	display: block;
	background: rgba(223, 223, 223, 1);
	position: relative;
	z-index:1001;
 }
 .sp-menu-icn span {
    width: 20px;
    height: 1px;
    display: block;
    background: rgba(13, 40, 69, 1);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 5px; 
}
.sp-menu-icn .inner {
  width: 30px;
  height: 30px;
  margin: auto;
  position: relative;
  padding: 10px 0; }

.sp-menu-icn span {
  -webkit-transition: width 0.2s, right 0.2s, left 0.2s cubic-bezier(.17,.67,.83,.67);
          transition: width 0.2s, right 0.2s, left 0.2s cubic-bezier(.17,.67,.83,.67); }

.sp-menu-icn .top {
  -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
          transform: translateY(-7px);
  left: 0px;
  right: 0px; }

.sp-menu-icn .middle {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  position: relative;
  background: none; }
 .sp-menu-icn .middle:before, .sp-menu-icn .middle:after {
    content: "";
    -webkit-transition: all 0.2s cubic-bezier(.17,.67,.83,.67);
            transition: all 0.2s cubic-bezier(.17,.67,.83,.67);
    display: block;
    position: absolute;
    width: 20px;
    height: 1px;
    left:-15px;
    background: rgba(13, 40, 69, 1);
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }

.sp-menu-icn .bottom {
  -webkit-transform: translateY(7px);
      -ms-transform: translateY(7px);
          transform: translateY(7px);
  left: 0px;
  right: 0px; }

.sp-menu-icn.is-open .top {
  left: 100%;
  width: 0px; }

.sp-menu-icn.is-open .middle:before {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }

.sp-menu-icn.is-open .middle:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.sp-menu-icn.is-open .bottom {
  right: 100%;
  width: 0px; }

/*--SP MENU OPEN--*/
#sp-menu{
	position:fixed;
	top:50px;
	left:-100%;
	width:100%;
	height:100%;
	opacity:0;
	z-index:1000;
	background: #fff;
	overflow:scroll;
}
#sp-menu li{
	position:relative;
	display:block;
	opacity:0;
	width:280px;
	height:40px;
	margin:10px auto;
	border-bottom:1px solid #ddd;
}
#sp-menu li.menu0{
	margin-top:30px;
}
#sp-menu li p{
	position:absolute;
	left:-50%;
	opacity:0;
}
#sp-menu li a{
	margin-left:-50%;
}
#sp-menu .menu-sns{
	margin:0 auto;
	width:64px;
	padding:40px 100px;
	text-indent:-100000px;
	border-bottom:none;
	display:none;
}
#sp-menu .menu-sns a{
	float:left;
	width:22px;
	margin-left:0;
	padding:0;
	display:block;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#sp-menu .menu-sns a.fb{
	background:url(../img/header/icn_fb.svg) no-repeat;
	background-size:22px;
}
#sp-menu .menu-sns a.ig{
	margin-left:20px;
	background:url(../img/header/icn_instagram.svg) no-repeat;
	background-size:22px;
}
#sp-menu .menu-sns a:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.6;
	opacity:0.6;
}
#header-sp a.active{
	opacity:0.2;
}
#header-sp .menu0 a.active{
	opacity:1;
}
	
/*--SP LOGO--*/
#header-sp .sp-logo{
	position:absolute;
	left:50%;
	top:0;
	padding:8px 0;
	margin-left:-70px;
	text-indent:-100000px;
	z-index:1001;
}
#header-sp .sp-logo,
#header-sp .sp-logo h1{
	width:140px;
	height:35px;
}
#header-sp .sp-logo a{
	width:120px;
	display:block;
	height:15px;
	background:url(../img/header/logo_sp.svg) no-repeat;
	background-position:10px;
	padding:10px;
	background-size:120px 15px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
#header-sp a:hover{
	opacity:0.6;
}

/*FOOTER*/
#footer-main{
	width:1000px;
	margin:0 auto;
	padding-top:60px;
	padding-bottom:70px;
	font-size:11px;
	letter-spacing:3px;
	line-height:1.7;
	color:#777;
	text-align:center;
}
#footer-main h3 span{
	font-family: 'Slabo 27px', serif;
}
#footer-main h3 a.mail{
	font-family: 'Slabo 27px', serif;
    padding-bottom: 1px;
    border-bottom: 1px solid #ccc;
    display: table;
    margin: 15px auto 0;
}
#footer-main h3 a.mail:hover{
	text-decoration:none;
	color:#8F6810;
	border-bottom:1px solid #8F6810;
}
#footer-main #copyright{
	margin-top:20px;
	font-family: 'Slabo 27px', serif;
}
@media screen and (max-width: 1200px) , (max-device-width : 1200px) {
	#header-main li a{
		margin-left:10px;
	}
	#header-main li.menu6 a.ig{
		margin-left:10px;
	}
}
@media screen and (max-width: 1000px) , (max-device-width : 1000px) {
	#header-pc{
		display:none;
	}
	#header-sp{
		display:block;
	}
	#footer-main{
		width:90%;
	}
}
@media screen and (max-width: 480px) , (max-device-width : 480px) {
	#header-main li a{
		margin-left:0;
	}
	#header-main li.menu6 a.ig{
		margin-left:0;
	}
	#footer-main h3 a.mail{
		margin: 5px auto 0;
	}
	#footer-main #copyright{
		width: 70vw;
		margin: 30px auto 0;
	}
}