@charset "utf-8";

/* -----------------------------------------------
 * style.css
 * LastUpdate : 17/09/15
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700|IM+Fell+Great+Primer');

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

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

 * 設定をしなおす

---------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 18px;
  line-height: 1.6em;
  
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: 500;
  color: #000;
  -webkit-text-size-adjust: 100%;
  font-feature-settings : "pkna";
}

@media only screen and ( max-width : 480px ) {
  body {font-size: 14px;}
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}


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

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  color: #333;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}


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

 * 要素を左右中央寄せ

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

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.taL {
  text-align: left !important;
}


.clr{zoom:1;display:inline-table}.clr:after{content:".";display:block;height:0;clear:both;visibility:hidden;font-size:0;line-height:0}* html .clr{height:1%;display:inline-table;display:block;height:1%}.clr{display:block}

input,textarea {
    -webkit-appearance: none;
    border-radius:0;
    line-height: 1em;
    /*font-size: 100%;*/
}
@media only screen and ( max-width : 480px ) {
　.br-sp br {display:none;}
}
input[type="text"],textarea,input[type="tel"],input[type="email"]{
  padding:10px;
  border: 1px solid #ccc;
  margin:0;
  display: block;
  background: #fff;
  width: 100%;
  font-family: inherit;
}

textarea {
  height: 7em;
}


*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}.container{margin:0 auto}.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}.row{padding-bottom:0}.col{display:block;float:left;width:100%}@media (min-width:769px),print{.gutters .col{margin-left:2%}.gutters .col:first-child{margin-left:0}.gutters .colR:first-child{margin-right:0}.sp{display:none}}@media(max-width:768px){.sp_none{display:none !important;}}@media(min-width:480px){.sp_s{display:none}}@media print,screen and (min-width:769px){.span_1{width:8.33333333333%}.span_2{width:16.6666666667%}.span_3{width:25%}.span_4{width:33.3333333333%}.span_5{width:41.6666666667%}.span_6{width:50%}.span_7{width:58.3333333333%}.span_8{width:66.6666666667%}.span_9{width:75%}.span_10{width:83.3333333333%}.span_11{width:91.6666666667%}.span_12{width:100%}.gutters .span_1{width:6.5%}.gutters .span_2{width:15%}.gutters .span_3{width:23.5%}.gutters .span_4{width:32%}.gutters .span_5{width:40.5%}.gutters .span_6{width:49%}.gutters .span_7{width:57.5%}.gutters .span_8{width:66%}.gutters .span_9{width:74.5%}.gutters .span_10{width:83%}.gutters .span_11{width:91.5%}.gutters .span_12{width:100%}}


/* -----------------------------------------------
 * base.css
----------------------------------------------- */

* {box-sizing:border-box;}
main {display: block;}
img {
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}
#base {position: relative;}
.min {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.gosic {
  font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

@media only screen and ( max-width : 768px ) {
  .box {
    margin-bottom: 30px;
  }
  .sbox {
    margin-bottom: 20px;
  }
  .container {
    padding: 0 30px;
  }
  .sp_box {
    margin-bottom: 20px;
  }
  .sp_inner {
    padding: 0 20px;
  }
  section {
    margin-bottom: 30px;
  }
  .br_pc {
  display: none;
  }
}

@media only screen and ( max-width : 480px ) {
  .container {
    padding: 0 20px;
  }
}

@media print, screen and ( min-width : 769px ) {
  .box {
    margin-bottom: 60px;
  }
  .sbox {
    margin-bottom: 30px;
  }
  .container {
    width: 1000px;
  }
  .small_inner {
    width: 800px;
    margin: 0 auto;
  }
  #base {
  }
  .posL {
    float: left;
  }
  .posR {
    float: right;
  }
  .br_sp {
    display: none;
  }
  section {
    /*padding: 80px 0;*/
    margin-bottom: 120px;
  }
}



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

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}
#gNav a:hover {
  color: #999;
}
#gNav .entry,.nav .entry a {
  background: #5a0c18;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  font-family: "goudy old style",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  padding: 10px 20px;
  border:1px solid #5a0c18;
}
#gNav .entry:before,.nav .entry a:before {
  content: "\f0da";
  font-family: "FontAwesome";
  margin-right: 10px;
}
#gNav .entry:hover {
  background: #fff;
  color: #5a0c18;
}

@media only screen and ( max-width : 768px ) {
  #header {
    padding: 10px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
 
    background: #fff;
    z-index: 98;
  }
  .h_logo {
    width: 120px;
    margin-left: 10px;
  }
  .nav li {
    font-size: 18px;
  }
  .nav .sub {
    background: #f5f5f5;
  }
  .nav .entry a {
    text-align: center;
  }
}
@media only screen and ( max-width : 320px ) {
}

@media print, screen and ( min-width : 769px ) {
  #header {
    padding: 20px 40px;
    min-width: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    height: 90px;
  }
  #gNav {
  }
  #gNav ul {
    display: table;
    position: relative;
  }
  #gNav li {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    padding-right: 30px;
    position: relative;
  }
  #gNav li a {
    padding: 10px 0 25px 0;
    position: relative;
  }
  #gNav li a:after {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: rgba(0,0,0,0);
    height: 1px;
    width: 100%;
    bottom: 14px;
    left: 0;
    position: absolute;
    content: "";
    width: 0;
  }
  #gNav li a:hover:after,#gNav li.active a:after {
    background: rgba(0,0,0,1);
    width: 100%;
  }
  #gNav li a.entry:hover:after {
    content: none;
  }
  #header {
    -js-display : flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #gNav .sub {
    visibility: hidden;
    opacity: 0;
    z-index: 1;

    position: absolute;
    top: 40px;
    width: 150%;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;

    border:1px solid #000;
  }
  #gNav .sub a {
    padding: 10px;
    display: block;
    border-bottom: none;
  }
  #gNav .sub a:hover:after {
    content: none;
  }
  #gNav .sub li {
    display: block;
    font-size: 16px;
    border-bottom: 1px solid #000;
    padding: 0;
  }
  #gNav .sub li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a {
    color: #999;
  }
  #gNav ul > li:hover a:after {
    content: "";
    background: rgba(0,0,0,1);
    height: 1px;
    width: 100%;
    bottom: 14px;
    left: 0;
    position: absolute;
  }
  #gNav ul > li:hover ul a:after {
    content: none;
  }
  #gNav li:hover ul.sub {
    top: 52px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
 #gNav li:hover ul.sub a {
    color: #111;
  }
  #gNav .sub li a:hover {
    background: #eee;
  }
}




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

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  background: #000;
  color: #fff;
}
#footer li a {
  display: block;
  color: #fff;
}
#footer .f_entry_link a {
  color: #ff740e;
}
.copy {
  text-align: center;
}
@media only screen and ( max-width : 768px ) {
  #footer {
    padding: 30px 20px;
  }
  .f_logo {
    text-align: center;
  }
  .f_nav li {
    border-bottom: 1px solid rgba(255,255,255,.2);
  }
  .f_nav li .sub {
    border-top: 1px solid rgba(255,255,255,.2);
  }
  .f_nav li .sub li {
    padding-left: 1.2em;
  }
  .f_nav li .sub li:last-child {
    border-bottom: none;
  }
  .f_nav li a {
    display: block;
    padding: 10px;
  }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
  #footer {
    padding: 40px 0;
    min-width: 1200px;
  }
  #footer li {
    float: left;
    margin-right: 40px;
  }
  #footer li li {
    float: none;
    margin-right: 0;
  }
  #footer li:last-child {
    margin-right: 0;
  }
  #footer li ul {
    margin-top: 20px;
  }
  #footer li ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  #footer li ul li:before {
    content: "";
    height: 1px;
    width: 10px;
    background: #fff;
    position: absolute;
    top: -100%;
    bottom: -100%;
    margin: auto;
    left: 0;
  }
  #footer li a {
    /*font-size: 24px;*/
  }
  .f_logo {
    float: left;
  }
  .f_nav {
    float: right;
  }
  .f_logo {
    margin-right: 130px;
  }
}




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

　   CONTENTS

--------------------------------------------------------------------------------------------- */
h2.ttl {
  background: url(../img/ttl_bg.jpg) no-repeat top left;
  background-size: 100% auto;
  padding: 0.4em;
}
h2,h3 {
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.6;
}
h3 {
  margin-bottom: 1em;
  text-align: center;
}
h4 {
  text-align: center;
}

#main p {
  word-break: break-all;
  font-weight: 400;
}

section p,section li {line-height: 1.8em;}


@media only screen and ( max-width : 768px ) {
  #main {
    padding-top: 58px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 18px;
  }
}

@media only screen and ( max-width : 480px ) {
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 22px;
  }
}

@media print, screen and ( min-width : 769px ) {
  #main {
    padding-top: 90px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 26px;
  }
}

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

　   PAGE TOP

--------------------------------------------------------------------------------------------- */
#pageTop {
  position: fixed;
  bottom: 10%;
  right: 0;
  z-index: 999;
}
#pageTop a {
  display: block;
  width: 68px;
  height: 68px;
  line-height: 60px;
  background: #000;
  background-size: 100%;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 44px;
  border: 4px solid #000;
}

#pageTop_sp {
  background: #333;
  text-align: center;
  padding: 15px;
  font-size: 18px;
}
#pageTop_sp a {
  color: #fff;
}
#pageTop_sp i {
  margin-right: 10px;
}





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

　   アニメーション

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

/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
    opacity: 0;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;

  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fadeInUp {
    opacity: 1;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  transition: .8s;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
  }

  to {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
  }

  to {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

/*fadeIn*/
.inviewfadeIn {
    animation-duration: 3s;
    -ms-animation-duration: 3s;
    -o-animation-duration: 3s;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    opacity: 0;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  opacity: 1;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media print, screen and ( min-width : 769px ) {
  .fadeInUp:nth-child(1) {
    -webkit-animation-delay:0s;
    -moz-animation-delay:0s;
    -o-animation-delay:0s;
    animation-delay:0s;
  }
  .fadeInUp:nth-child(2) {
    -webkit-animation-delay:0.25s;
    -moz-animation-delay:0.25s;
    -o-animation-delay:0.25s;
    animation-delay:0.25s;
  }
  .fadeInUp:nth-child(3) {
    -webkit-animation-delay:0.5s;
    -moz-animation-delay:0.5s;
    -o-animation-delay:0.5s;
    animation-delay:0.5s;
  }
  .fadeInUp:nth-child(4) {
    -webkit-animation-delay:0.75s;
    -moz-animation-delay:0.75s;
    -o-animation-delay:0.75s;
    animation-delay:0.75s;
  }
  .fadeInUp:nth-child(5) {
    -webkit-animation-delay:1s;
    -moz-animation-delay:1s;
    -o-animation-delay:1s;
    animation-delay:1s;
  }
  .fadeInUp:nth-child(6) {
    -webkit-animation-delay:1.25s;
    -moz-animation-delay:1.25s;
    -o-animation-delay:1.25s;
    animation-delay:1.25s;
  }
  .fadeInUp:nth-child(7) {
    -webkit-animation-delay:1.5s;
    -moz-animation-delay:1.5s;
    -o-animation-delay:1.5s;
    animation-delay:1.5s;
  }
  .fadeInUp:nth-child(8) {
    -webkit-animation-delay:1.75s;
    -moz-animation-delay:1.75s;
    -o-animation-delay:1.75s;
    animation-delay:1.75s;
  }
  .fadeInUp:nth-child(9) {
    -webkit-animation-delay:2s;
    -moz-animation-delay:2s;
    -o-animation-delay:2s;
    animation-delay:2s;
  }
  .fadeInUp:nth-child(10) {
    -webkit-animation-delay:2.25s;
    -moz-animation-delay:2.25s;
    -o-animation-delay:2.25s;
    animation-delay:2.25s;
  }
}

@media only screen and ( max-width : 480px ) {
　.br-sp br {display:none;}
}