* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* remember: box-sizing is not supported by IE7 :( */
  outline: none;
vertical-align: baseline;
}

html {
  height: 100%;
  width: 100%;
}

html, body {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 15px;
  letter-spacing: 0.10em;
  line-height: 2.3;
  color: #000000;
  background: url(../img/noise.png) repeat #0d0a16;
  background-color: #ffffff;
  margin: 0;
  height: 0;
}


/* ==========================================================================
   
   改行のスタイル

========================================================================== */

body .pc {
  display: block;
}

body .sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  body .pc {
    display: none;
  }
  body .sp {
    display: block;
  }
}


/* ==========================================================================
   
   文字リンク

========================================================================== */

a {
  color: #e60012;
  text-decoration: none;
}

a:hover {
  color: #666666;
}

a:visited {
  color: #d89898;
}

a:active {
  color: #efd6d6;
}

.cp_link {
  position: relative;
  display: inline-block;
  transition: .3s;
  color: #222222;
}

.cp_link::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background-color: #e60012;
  transition: .3s;
}

.cp_link:hover::after {
  width: 100%;
}


/* ==========================================================================
   
   img style

========================================================================== */

.img_100 {
  width: 100%;
  height: auto;
}


/* 4:3の比率 */

.thumbnail {
  margin: 1.5%;
  background-size: cover;
  background-position: center center;
  padding-top: 75%;
  width: 97%;
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .img_100 {
    width: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
    height: auto;
  }
}


/* ==========================================================================
   
   2ndpage 　

========================================================================== */

.main_img_2nd_aboutus{
  position: relative;
  width: 100%;
  height: 350px;
  top: 0;
  padding-top: 150px;
  padding-bottom: 0px;
  padding-left: 25%;
  padding-right: 25%;
  display: block;
  text-align: center;
  color: #fff;
  z-index: 7;
  background-size: cover;
  background: url("../img/bg_aboutus.png") center center no-repeat;
border-top: 4px solid #e60012;
}
.main_img_2nd_company {
  position: relative;
  width: 100%;
padding-top: 150px;	
  height: 350px;
  top: 0;
  padding-left: 25%;
  padding-right: 25%;
  display: block;
  text-align: center;
  color: #fff;
  z-index: 7;
  background-size: cover;
  background: url("../img/bg_company.png") center center no-repeat;
border-top: 4px solid #e60012;
}

.main_img_2nd_recruit {
  position: relative;
  width: 100%;
  height: 350px;
  top: 0;
padding-top: 150px;	
  padding-bottom: 0px;
  padding-left: 25%;
  padding-right: 25%;
  display: block;
  text-align: center;
  color: #fff;
  z-index: 7;
  /*最背面に設定*/
  /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
  background-size: cover;
  background: url("../img/bg_recruit.png") center center no-repeat;
	border-top: 4px solid #e60012;
}

.main_img_2nd_topics {
  position: relative;
  width: 100%;
  height: 350px;
  /*高さを全画面にあわせる*/
  top: 0;
 padding-top: 150px;	
  padding-bottom: 0px;
  padding-left: 25%;
  padding-right: 25%;
  display: block;
  text-align: center;
  color: #fff;
  z-index: 7;
  /*最背面に設定*/
  /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
  background-size: cover;
  background: url("../img/bg_topics.png") center center no-repeat;
border-top: 4px solid #e60012;
}

.main_img_2nd_contact {
  position: relative;
  width: 100%;
  height: 350px;
  /*高さを全画面にあわせる*/
  top: 0;
padding-top: 150px;	
  padding-bottom: 0px;
  padding-left: 25%;
  padding-right: 25%;
  display: block;
  text-align: center;
  color: #fff;
  z-index: 7;
  /*最背面に設定*/
  /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
  background-size: cover;
  background: url("../img/bg_contact2.png") center center no-repeat;
	border-top: 4px solid #e60012;
}

.main_img_2nd_service {
  position: relative;
  width: 100%;
  height: 350px;
  /*高さを全画面にあわせる*/
  top: 0;
padding-top: 150px;	
  padding-bottom: 0px;
  padding-left: 25%;
  padding-right: 25%;
  display: block;
  text-align: center;
  color: #fff;
  z-index: 7;
  /*最背面に設定*/
  /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
  background-size: cover;
  background: url("../img/bg_service.png") center center no-repeat;
	border-top: 4px solid #e60012;
}



@media screen and (max-width: 768px) {
  .main_img_2nd_aboutus {
    position: relative;
    width: 100%;
    height: 350px;
    /*高さを全画面にあわせる*/
    top: 0;
    padding-top: 200px;
    padding-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    text-align: center;
    color: #fff;
    z-index: 7;
    /*最背面に設定*/
    /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
    background-size: cover;
    background: url("../img/bg_aboutus.png") center center no-repeat;
	  border-top: 4px solid #e60012;
  }
  .main_img_2nd_company{
    position: relative;
    width: 100%;
    height: 500px;
    /*高さを全画面にあわせる*/
	  padding-top: 200px;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    text-align: center;
    color: #fff;
    z-index: 7;
    background-size: cover;
    background: url("../img/bg_company.png") center center no-repeat;
 border-top: 4px solid #e60012;
	}

  .main_img_2nd_recruit {
    position: relative;
    width: 100%;
    height: 350px;
    /*高さを全画面にあわせる*/
    top: 0;
    padding-top: 200px;
    padding-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    text-align: center;
    color: #fff;
    z-index: 7;
	  border-top: 4px solid #e60012;
    /*最背面に設定*/
    /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
    background-size: cover;
    background: url("../img/bg_recruit.png") center center no-repeat;
  }
  .main_img_2nd_topics {
    position: relative;
    width: 100%;
    height: 350px;
    /*高さを全画面にあわせる*/
    top: 0;
    padding-top: 200px;
    padding-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    text-align: center;
    color: #fff;
    z-index: 7;
	  border-top: 4px solid #e60012;
    /*最背面に設定*/
    /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
    background-size: cover;
    background: url("../img/bg_topics.png") center center no-repeat;
  }
  .main_img_2nd_contact {
    position: relative;
    width: 100%;
    height: 350px;
    /*高さを全画面にあわせる*/
    top: 0;
    padding-top: 200px;
    padding-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    text-align: center;
    color: #fff;
    z-index: 7;
	  border-top: 4px solid #e60012;
    /*最背面に設定*/
    /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
    background-size: cover;
    background: url("../img/bg_contact2.png") center center no-repeat;
  }
	
  .main_img_2nd_service {
    position: relative;
    width: 100%;
    height: 350px;
    /*高さを全画面にあわせる*/
    top: 0;
    padding-top: 200px;
    padding-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    text-align: center;
    color: #fff;
    z-index: 7;
	  border-top: 4px solid #e60012;
    /*最背面に設定*/
    /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
    background-size: cover;
    background: url("../img/bg_service.png") center center no-repeat;
  }	
	
	
	
	
	
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}


/* ==========================================================================
   
   .contents_block

========================================================================== */

#container {
  position: relative;
  z-index: 8;
  padding-top: 0%;
  padding-bottom: 0%;
  width: 100%;
  background-color: #ffffff;
}

#container_2nd {
  position: relative;
  z-index: 8;
  padding-top: 3%;
  padding-bottom: 0%;
  width: 100%;
  background-color: #ffffff;
}

.section_block {
  position: relative;
  z-index: 6;
  padding-top: 3%;
  padding-bottom: 3%;
  width: 100%;
  background-color: #ffffff;
}

.section_block_news {
  position: relative;
  z-index: 6;
  padding-top: 0%;
  padding-bottom: 5%;
  width: 100%;
}

.contents_block {
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
}

.contents_header {
  width: 100%;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 0%;
  padding-bottom: 5%;
}

.contents_space {
  padding-left: 10%;
  padding-right: 10%;
}

.contents_box {
  width: 100%;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
  display: inline-block;
}

.contents_box_L {
  width: 47%;
  float: left;
  display: block;
  padding-right: 1%;
  padding-bottom: 5%;
}

.contents_box_R {
  width: 47%;
  float: right;
  display: block;
  padding-left: 1%;
  padding-bottom: 5%;
}

.contents3_box_L {
  float: left;
  width: 31.1%;
  margin-right: 3.35%;
  margin-top: 3%;
  padding-bottom: 5%;
  height: auto;
}

.contents3_box_R {
  float: right;
  width: 31.1%;
  margin-left: 0%;
  margin-top: 3%;
  padding-bottom: 0%;
  height: auto;
}

/* TOPNEWS BLOCK*/
.contents_m_box_L {
  width: 30%;
  float: left;
  display: block;
  padding-right: 1%;
  padding-bottom: 0%;
}
.contents_m_box_R {
  width: 70%;
  float: right;
  display: block;
  padding-left: 1%;
  padding-bottom: 3%;
}

.gallery_box_L {
  float: left;
  width: 24%;
  margin-right: 3.35%;
  margin-top: 3%;
  padding-bottom: 3%;
  height: auto;
}

.gallery_box_R {
  float: right;
  width: 24%;
  margin-left: 0%;
  margin-top: 3%;
  padding-bottom: 5%;
  height: auto;
}

.gallerys {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0%;
}

.gallerys:after {
  content: "";
  display: block;
  width: 24%;
  height: 0;
}

.gallery {
  width: 24%;
  margin-bottom: 3%;
}

.gallery_img {
  margin-bottom: 10%;
}

.gallery img {
  width: 100%;
}

.txt_center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section_block {
    position: relative;
    z-index: 6;
    padding-top: 7%;
    padding-bottom: 5%;
    width: 100%;
  }
  .contents_block {
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
    width: 100%;
  }
  .contents_space {
    padding-left: 3%;
    padding-right: 3%;
  }
  .contents_header {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 5%;
  }
  .contents_box {
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 5%;
    display: inline-block;
  }
  .contents_box_L {
    width: 100%;
    display: block;
    padding-bottom: 5%;
  }
  .contents_box_R {
    width: 100%;
    padding-left: 1%;
    padding-bottom: 5%;
  }
  .contents3_box_L {
    float: left;
    width: 100%;
    margin-right: 0%;
    margin-top: 3%;
    padding-bottom: 5%;
    margin-bottom: 5%;
    height: auto;
    border-bottom: #dddddd 1px dotted;
  }
  .contents3_box_R {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-top: 3%;
    padding-bottom: 5%;
    margin-bottom: 5%;
    height: auto;
    border-bottom: #dddddd 1px dotted;
  }
  .contents_m_box_L {
    width: 100%;
    display: block;
    padding-bottom: 5%;
  }
  .contents_m_box_R {
    width: 100%;
    display: block;
    padding-bottom: 5%;
  }
  .gallerys {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .gallerys:after {
    content: "";
    display: block;
    width: 49%;
    height: 0;
  }
  .gallery {
    width: 49%;
    margin-bottom: 2%;
  }
  .gallery_img {
    margin-bottom: 5%;
  }
}


/* ==========================================================================
   
title style

========================================================================== */

#title_2nd_site_header {
  background-color: #ffffff;
  padding-top: 10%;
  padding-bottom: 25%;
  color: #e60012;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.title_site_2nd{
  font-size: 23px;
  font-weight: 300;
  letter-spacing: 0.63px;
  line-height: 1.5;
  padding-bottom: 1%;
  color: #111111;
}

.title_site_2nd_caption {
  font-size: 10px;
  padding-top: 1%;
  padding-bottom: 6%;
  color: #111111;
}

.title_2nd{
  font-size: 27px;
  color: #ffffff;
	line-height: 1.2em;
	padding-bottom: 3%;
}

.title_2nd_caption {
  font-size: 11px;
  color: #ffffff;
}

.copy{
  font-size: 25px;
  letter-spacing: 0.63px;
  padding-bottom: 3%;
	color: #e60012;
}

.copy_description {
  font-size: 12px;
}

.copy_txt {
  padding-bottom: 3%;
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
}

.section_ttl_header {
  width: 100%;
  display: block;
  margin-top: 3%;
  margin-bottom: 5%;
  text-align: center;
}
.section_ttl {
font-size: 29px;
line-height: 1.2em;
padding-bottom: 1%;
}
.section_ttl_cap {
color: #e60012;
font-style: italic;
font-size: 11px;
margin-top: 0%;
margin-bottom: 5%;
}
@media only screen and (max-width: 768px) {
}
.contents_ttl{
  font-size: 23px;
}
.contents_ttl_cap{
color: #e60012;
font-style: italic;
font-size: 11px;
margin-top: 0%;
margin-bottom: 5%;
}
.contents_txt {
}

.contents_block_border{
    margin-bottom: 5%;
    padding-bottom: 5%;
    border-bottom: #cccccc 1px dotted;
}

.contents_ttl2{
  font-weight: bold;
font-size: 18px;
padding-top: 0%;
padding-bottom: 2%;
}

.contents li {
    position: relative;
    list-style: none;
    font-size: 15px;
    width: 100%;
    padding-bottom: 1%;
}




@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 768px) {
  #title_2nd_site_header {
    background-color: #ffffff;
    padding-top: 19%;
    padding-bottom: 25%;
    padding-left: 10%;
    padding-right: 10%;
    color: #e60012;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .section_ttl_cap {
    font-size: .75rem;
    letter-spacing: .1em;
    line-height: 1.66667;
    margin-top: 0%;
    margin-bottom: 5%;
  }
}

.page_contents_ttl {
  font-size: 16px;
  padding-bottom: 2%;
  font-style: italic;
}

.section_ttl_cap{
  font-family: "Shippori Mincho", serif;
  font-style: italic;
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 1.66667;
  font-weight: bold;
  margin-top: 0%;
  margin-bottom: 5%;
  padding-left: 0%;
}


.page_contents_txt {
  font-size: 14px;
  padding-bottom: 10%;
}

.outline {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  /*    border-bottom: #cccccc 1px dotted;*/
  letter-spacing: 0.1em;
}

.outline>dt {
  width: 100px;
  font-size: 90%;
  padding-bottom: 2%;
  margin-bottom: 3%;
font-weight: bold;
}

.outline>dd {
  -webkit-box-flex: 1;
  flex: 1;
  padding-bottom: 2%;
  margin-bottom: 3%;
}

#company .outline {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  border-bottom: #cccccc 1px dotted;
  letter-spacing: 0.1em;
}

#company .outline>dt {
  width: 130px;
  font-size: 90%;
  padding-bottom: 2%;
  margin-bottom: 3%;
font-weight: bold;
}

#company .outline>dd {
  -webkit-box-flex: 1;
  flex: 1;
  padding-bottom: 2%;
  margin-bottom: 3%;
}

.shopinfo_outline {
  padding-top: 0% !important;
}

.shopinfo_outline dt {
  font-size: 90%;
  font-weight: bold;
  font-style: italic;
  padding-top: 2%;
}

.shopinfo_outline dd {}


/* ==========================================================================
   
装飾

========================================================================== */


/* mk */

.marker_y {
  background: linear-gradient(transparent 0%, #fcfda1 0%);
}

.date {
  font-size: 12px;
  margin: 0 0 8px;
}

.yohaku {
  padding-top: 3%;
  padding-bottom: 3%;
}

.ci_co {
  color: #e60012;
}

.f-en {
  font-family: "Courier New", Courier, "monospace";
}

.dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.1em;
  background: currentColor;
}

.dli-arrow-right::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}



.pt_5{
padding-top: 5%;
}
.pt_10{
padding-top: 10%;
}
.pb_5{
padding-bottom: 5%;
}
.pb_10{
padding-bottom: 10%;
}
.pb_15{
padding-bottom: 15%;
}


/* ==========================================================================
   
float reset

========================================================================== */

.clearfix {
  zoom: 1;
  /*for IE 5.5-7*/
}

.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0.1px;
  clear: both;
  font-size: 0.1em;
  line-height: 0;
}

* html .clearfix {
  display: inline-block;
}


/* no ie mac \*/

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}


/* */

.clr {
  clear: both;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: 0 -1px -1px 0;
  border: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}


/* ==========================================================================
   
背景

========================================================================== */
.bg_f7f7f7 {
  background-color: #f7f7f7;
}
/* ==========================================================================
   
ボタンスタイル

========================================================================== */
.btn_pdf{
margin-top: 3%;
margin-bottom: 3%;
padding-top: 13px;
padding-bottom: 13px;
width: 80%;
display: block;
text-align: center;
color: #ffffff;
background-color: #e60012;
}

.btn_contactfrom{
margin-top: 2%;
margin-bottom: 2%;
padding-top: 13px;
padding-bottom: 13px;
width: 100%;
display: block;
text-align: center;
color: #ffffff;
background-color: #e60012;
}


.btn_block {
  padding-top: 10%;
  padding-bottom: 5%;
  display: block;
}

.btn_block_c{
  padding-top: 1%;
  padding-bottom: 1%;
padding-left: 10%;
padding-right: 10%;
}


.btnstyleb {
  margin-right: 10px;
  position: relative;
  color: #e60012;
  padding: 0px 0px 0px 0px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  font-size: 90%;
}


/*線の設定*/

.btnstyleb::before, .btnstyleb::after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  /*線の形状*/
  background: #e60012;
  width: 100%;
  height: 2px;
  /*アニメーションの指定*/
  transition: all 0.3s ease-in-out;
}


/*hover時に伸びる線の形状*/

.btnstyleb::after {
  width: 0;
  background: #ccc;
}


/*hover時に100%に伸びる*/

.btnstyleb:hover::after {
  width: 100%;
}

.btnarrow6 {
  position: relative;
  font-size: 110%;
  background: #e60012;
  padding: 5px 100px 5px 60px;
  display: inline-block;
  text-align: center;
  transition: all .2s linear;
  color: #fff;
  text-decoration: none;
  border: transparent 2px solid;
  outline: none;
  border-radius: 100px;
}


/*hoverした際のボタンの形状*/

.btnarrow6:hover {
  background: #e60012;
  color: #fff;
  border-color: #e60012;
}


/*矢印と線の形状*/

.btnarrow6:before {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  top: 50%;
  right: 20px;
  /*線の形状*/
  width: 20px;
  height: 1px;
  background: #fff;
}

.btnarrow6::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 40%;
  right: 12px;
  /*矢印の形状*/
  border: 4px solid transparent;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-color: #fff;
  /*アニメーションの指定*/
  transition: all .2s linear;
}


/*hoverした際の矢印の形状*/

.btnarrow6:hover::before {
  background: #fff;
  right: 25px;
}

.btnarrow6:hover::after {
  border-left-color: #fff;
  right: 20px;
}


/*矢印が右に移動する*/

.btnarrow4 {
  /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
  /*形状*/
  display: inline-block;
  padding: 0 0px;
  color: #333;
  text-decoration: none;
  outline: none;
  margin-top: 5%;
  font-size: 80%;
}


/*矢印と下線の形状*/

.btnarrow4::before {
  content: '';
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  bottom: -5px;
  left: 50%;
  /*下線の形状*/
  width: 85%;
  height: 1px;
  background: #333;
  /*アニメーションの指定*/
  transition: all .3s;
}

.btnarrow4::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: -0px;
  right: 0;
  left: 115%;
  /*矢印の形状*/
  width: 15px;
  height: 1px;
  background: #333;
  transform: rotate(35deg);
  /*アニメーションの指定*/
  transition: all .3s;
}


/*hoverした際の移動*/

.btnarrow4:hover::before {
  left: 50%;
}

.btnarrow4:hover::after {
  right: 25%;
}

.arrow_7 {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  /* display: inline-flex; */
  -webkit-align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-family: "big-caslon-fb", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 11px;
  line-height: 1;
  -webkit-letter-spacing: 0.075em;
  -moz-letter-spacing: 0.075em;
  -ms-letter-spacing: 0.075em;
  letter-spacing: 0.075em;
  color: #666;
}

.arrow_72 {
  position: absolute;
  display: inline-block;
  right: 1px;
  bottom: 0;
  width: 20px;
  height: 4px;
  border-bottom: 1px solid currentColor;
  -webkit-transition: width 0.4s cubic-bezier(.86, .09, .87, .76);
  transition: width 0.4s cubic-bezier(.86, .09, .87, .76);
  position: relative;
}

.arrow_72::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -4px;
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  right: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid transparent;
}


/* ==========================================================================
   
お問い合わせ・予約ボタン

========================================================================== */

.btntextchange {
  /*テキストの基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  border-bottom: 2px solid #e60012;
  border-top: 2px solid #e60012;
  border-left: 2px solid #e60012;
  min-width: 50px;
  height: 200px;
  padding: 20px;
  text-align: center;
  display: block;
  writing-mode: vertical-rl;
  text-decoration: none;
  color: #e60012;
  outline: none;
  transition: all .2s;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.btntextchange:hover {
  background: #e60012;
  color: #fff;
}

.btntextchange:visited {
  color: #e60012;
}

.btntextchange:active {
  color: #e60012;
}

.btntextchange span {
  /*絶対配置でテキストの位置を決める*/
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /*アニメーションの指定*/
  transition: all .5s;
  /*ブロック要素にしてテキスト折り返しなし*/
  display: block;
  white-space: nowrap;
}


/*差し替わるテキストの設定*/

.btntextchange span:nth-child(2) {
  opacity: 0;
  /*透過0に*/
  color: #fff;
}


/*hoverするとテキストが入れ替わる設定*/

.btntextchange:hover span:nth-child(1) {
  opacity: 0;
  /*透過0に*/
  color: #fff;
}

.btntextchange:hover span:nth-child(2) {
  opacity: 1;
  /*不透明に*/
  color: #fff;
}

@media screen and (max-width: 738px) {
  /*表示するテキストが切り替わる*/
  .btntextchange {
    /*テキストの基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
    border-bottom: 2px solid #e60012;
    border-top: 2px solid #e60012;
    border-left: 2px solid #e60012;
    min-width: 30px;
    height: 150px;
    padding: 10px;
    text-align: center;
    display: block;
    writing-mode: vertical-rl;
    font-size: 70%;
    font-weight: bold;
    text-decoration: none;
    color: #e60012;
    outline: none;
    transition: all .2s;
  }
}


/* ==========================================================================
   
w100%表示バナー

========================================================================== */
#contact_bg {
  color: #ffffff;
  background: url("../img/bgcontact.jpg") center center no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 13%;
  padding-bottom: 13%;
  background-position: center;
  background-attachment: fixed;
  background-color: #222222;
  position: relative;
  z-index: 8;
  display: block;
}


.btnbox {
  margin-top: 4%;
  padding-bottom: 3%;
  display: block;
}
.btnbox .btn {
  display: inline-block;
  padding: 0;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  padding: 0;
  line-height: 50px;
  position: relative;
  color: #fefefe;
  border: #ffffff 2px solid;
  width: 400px;
  font-weight: bold;
  margin-bottom: 1%;
  margin-right: 1%;
}
.btnbox .btn:after {
  font-family: 'themify';
  content: "\e628";
  font-size: 9px;
  font-style: normal;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 5%;
  z-index: 1;
  line-height: 80px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btnbox.btnSmall {
  line-height: 50px;
}

.btnbox .btnSmall:after {
  line-height: 50px;
}

.btnbox .btn:hover {
  color: #e60012;
  border: #e60012 2px solid;
}

.btnbox .btn:hover:after {
  color: #e60012;
  border: #e60012;
  right: 10px;
}
@media screen and (max-width: 738px) {
  #contact_bg {
    color: #ffffff;
    background-image: url("../img/bgcontactsp.jpg");
    background-repeat: repeat-y;
    background-position: center;
    background-size: 100%;
    margin-top: 0%;
    padding-top: 25%;
    padding-bottom: 25%;
	padding-left: 5%;
	padding-right: 5%;
    background-attachment: fixed;
    background-color: #222222;
    position: relative;
    z-index: 8;
    display: block;
	 overflow: hidden;
  }
  .btnbox {
    margin-top: 10%;
    padding-bottom: 3%;
    display: block;
	width: 100%!important;
  }
  .btnbox .btn {
    display: inline-block;
    padding: 0;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    padding: 0;
    line-height: 50px;
    position: relative;
    color: #fefefe;
    border: #ffffff 2px solid;
    font-weight: bold;
    margin-bottom: 1%;
    margin-right: 1%;
    margin-bottom: 5%;
	width: 100%!important;
  }
  .btnbox .btn:after {
    font-family: 'themify';
    content: "\e628";
    font-size: 9px;
    font-style: normal;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    right: 5%;
    z-index: 1;
    line-height: 80px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btnbox.btnSmall {
    line-height: 50px;
  }
  .btnbox .btnSmall:after {
    line-height: 50px;
  }
  .btnbox .btn:hover {
    color: #e60012;
    border: #e60012 2px solid;
  }
  .btnbox .btn:hover:after {
    color: #e60012;
    border: #e60012;
    right: 10px;
  }
}

/* ==========================================================================
   
   #footer

   ========================================================================== */

#footer {
  background-color: #ffffff;
  position: relative;
  z-index: 9;
border-top: 5px solid #e60012;
  padding-top: 7%;
}
#footer a {
  color: #fffff;
  text-decoration: none;
}



#footer .footer_logo {
  text-align: left;
  height: 100px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

#footer .footer_logo p.logo a {
  background: url("../img/logo_footer.png") top left no-repeat;
  display: block;
  width: 100%;
  height: 50px;
  text-indent: -9999px;
}

#footer .footer{
display: block;
width: 100%;
height: 150px;
}

#footer .footer_left{
float: left;
width: 45%;
}

#footer .gnavi {
float: left;
width: 20%;
}

#footer .gnavi ul {
  width: 100%;
}
.flex {
  display: flex;
  justify-content: left;
}

#footer .gnavi li {
  position: relative;
  list-style: none;
  font-size: 13px;
width: 100%;
padding-bottom: 5%;
}
#footer .gnavi li a {
color: #333333;
}

#footer .gnavi li .ti-instagram {
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {


#footer {
  background-color: #ffffff;
  position: relative;
  z-index: 9;
border-top: 5px solid #e60012;
padding-top: 10%;
}
#footer a {
  color: #fffff;
  text-decoration: none;
}

#footer .footer_logo {
  text-align: left;
  position: relative;
  z-index: 9;
}

#footer .footer_logo p.logo a {
  background: url("../img/logo_footer.png") top left no-repeat;
  display: block;
  width: 100%;
  height: 50px;
  text-indent: -9999px;
}
#footer .footer{
display: block;
width: 100%;
}

#footer .footer_left{
float: left;
width: 100%;
min-height: 150px;
}

#footer .gnavi {
float: left;
width: 100%;
padding-top: 0px;
}

#footer .gnavi ul {
  width: 100%;
}
.flex {
  display: flex;
  justify-content: left;
}

#footer .gnavi li {
  position: relative;
  list-style: none;
  font-size: 13px;
width: 100%;
padding-bottom: 1%;
}
#footer .gnavi li a {}

#footer .gnavi li .ti-instagram {
  vertical-align: baseline;
}	
	
	
	
}



#footer .gnavi2{
  margin: 0;
  padding: 0;
  text-align: left;
  margin: 0 auto;
border-top: 1px solid #cccccc;
margin-top: 5%;
  padding-top: 3%;
  padding-bottom: 3%;
  background-color: #ffffff;
  margin: 0px auto;
}

#footer .gnavi2 ul {
  width: 100%;
  display: flex;
  justify-content: left;
}
.flex {
  display: flex;
  justify-content: left;
}

#footer .gnavi2 li {
  float: left;
  position: relative;
  list-style: none;
  display: inline-block;
  font-size: 13px;
  letter-spacing: .1em;
  padding-bottom: 1%;
  padding-right: 2%;
}
#footer .gnavi2 li a {
color: #777777;
}

@media screen and (max-width: 768px) {
#footer .gnavi2{
  margin: 0;
  padding: 0;
  text-align: left;
border-top: 1px solid #cccccc;
  padding-top: 5%;
  padding-bottom: 3%;margin-top: 5%;
  background-color: #ffffff;
overflow: hidden;
}	
	
  #footer .gnavi2 ul {
    padding-top: 5%;
	padding-bottom: 5%;
    display: block;
  }
  #footer .gnavi2 li {
    position: relative;
    width: 100%;
    list-style: none;
    display: block!important;
    margin-right: 0%;
    letter-spacing: normal;
    padding-bottom: 1%;
  }
}






.copylight {
  width: 100%;
  text-align: left;
  padding-bottom: 5%;
  padding-top: 3%;
  background-color: #ffffff;
}

.copylight p {
  font-size: 11px;
  letter-spacing: .1em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
.copylight {
  width: 100%;
  text-align: left;
  padding-bottom: 5%;
  padding-top: 13%;
  background-color: #ffffff;
}
}
/* ==========================================================================
   
   floating banner

========================================================================== */

.floating {
  position: fixed;
  right: 0px;
  top: 45%;
  z-index: 999;
}

.floating a {
  display: block;
  padding: 0px;
  text-decoration: none;
  /*  opacity: 0.6;*/
}

@media screen and (max-width: 738px) {
  .floating {
    position: fixed;
    right: 0px;
    top: 45%;
    z-index: 999;
  }
  .floating a {
    display: block;
    padding: 0px;
    text-decoration: none;
    /*  opacity: 0.6;*/
  }
}


/*========= ページトップのためのCSS ===============*/


/*スクロールリンクの形状*/

.scroll-top {
  /*表示位置*/
  position: fixed;
  z-index: 999;
  /*一番上に表示*/
  right: 20px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
  /*それぞれに0.5秒の変化のアニメーション*/
  /*縦書き*/
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  /*改行禁止*/
  white-space: nowrap;
  /*矢印の動き*/
  animation: arrowmove 1s ease-in-out infinite;
}

@keyframes arrowmove {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 25px;
  }
  100% {
    bottom: 20px;
  }
}


/*.scroll-viewクラスがついたら出現*/

.scroll-top.scroll-view {
  opacity: 1;
  visibility: visible;
  z-index: 999;
  /*一番上に表示*/
}


/*リンク全体の aタグの形状*/

.scroll-top a {
  text-decoration: none;
  color: #444444;
  text-transform: uppercase;
  font-size: 0.9rem;
  display: block;
  z-index: 999;
  /*一番上に表示*/
}


/*スクロールリンクの形状*/

.js-scroll a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background: #444444;
  z-index: 999;
  /*一番上に表示*/
}

.js-scroll a::before {
  content: "";
  position: absolute;
  top: 30px;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #444444;
  transform: skewX(-31deg);
  z-index: 999;
  /*一番上に表示*/
}


/*Edge IE11 hack*/

_:-ms-lang(x), .js-scroll a::before {
  right: -11px;
}


/*ページトップリンクの形状*/

.js-pagetop a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background: #222222;
}

.js-pagetop a::before {
  content: "";
  position: absolute;
  top: 0;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #444444;
  transform: skewX(31deg);
}


/*Edge IE11 hack*/

_:-ms-lang(x), .js-pagetop a::before {
  right: 0;
}


/*========= スクロールダウンのためのCSS ===============*/


/*====== 9-1-1 縦線が動いてスクロールを促す =======*/


/*スクロールダウン全体の場所*/

.scrolldown_top {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  z-index: 9;
  /*一番上に表示*/
  left: 50%;
  bottom: 10px;
  /*全体の高さ*/
  height: 50px;
}


/*Scrollテキストの描写*/

.scrolldown_top span {
  /*描画位置*/
  position: absolute;
  z-index: 999;
  /*一番上に表示*/
  left: -15px;
  top: -15px;
  /*テキストの形状*/
  color: #444444;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}


/* 線の描写 */

.scrolldown_top::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #444444;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}


/*高さ・位置・透過が変化して線が上から下に動く*/

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

h1, h2, h3, h4, h5, p {
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: 300;
}

p {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin: 0;
  padding: 0;
}

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}

dd {
  display: block;
  margin-inline-start: 0px;
}


/*==================================================
背景色が伸びて出現
===================================*/


/*全共通*/

.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
  display: block;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/*中の要素*/

.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/*左から右*/

.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #efd6d6;
  /*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.bgappearTrigger, .bgLRextendTrigger {
  opacity: 0;
}

.fade {
  animation-name: fadeInAnime;
  /*1で解説*/
  animation-fill-mode: forwards;
  /*2で解説*/
  animation-duration: 3s;
  /*3で解説*/
  animation-iteration-count: 1;
  /*4で解説*/
  animation-timing-function: ease;
  /*5で解説*/
  animation-delay: 0.5s;
  /*6で解説*/
  animation-direction: normal;
  /*7で解説*/
}


/*1で解説*/

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.scfade {
  transition: all 2000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 50px);
}

.scfadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}


/*========= ローディング画面のためのCSS ===============*/

#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #e60012;
  z-index: 9999999;
  text-align: center;
  color: #fff;
  opacity: 1;
}

#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/*========= 画面遷移のためのCSS ===============*/


/*画面遷移アニメーション*/

.splashbg {
  display: none;
}


/*bodyにappearクラスがついたら出現*/

body.appear .splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleX(0);
  /*background-color: #0d0a16;/*伸びる背景色の設定*/
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes PageAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}


/*画面遷移の後現れるコンテンツ設定*/

#container2 {
  opacity: 0;
  /*はじめは透過0に*/
}


/*bodyにappearクラスがついたら出現*/

body.appear #container2 {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}