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

/* =====================================================
    Reset CSS 
======================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, main,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
	font-weight: normal;
	font-style: normal;
  vertical-align:baseline;
  background:transparent;
  box-sizing: border-box;
}
body {
  line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,menu,nav,section { 
  display:block;
}
nav ul,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;
}
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
mark {
  background-color:#ff9;
  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;
}
hr {
  display:block;
  height:1px;
  border:0; 
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}
input, select {
  vertical-align:middle;
}
/* iphone ボタン角丸なし */
* {-webkit-appearance: none;}

input[type="submit"] {
-webkit-appearance: none !important;
border-radius: 0 ;
}

/* =====================================================
    基本設定
======================================================== */
html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  overflow-x: hidden;
  text-align: center;
}
body {
	width: 100%;
	margin: 0 auto;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; 
  font-size: 1.5rem; 
	line-height: 1.6;
  word-wrap: break-word;
	font-feature-settings : "palt";
  letter-spacing: 0.02em;/* トラッキング数値÷1000 */
}
/* フェードインアニメーション */
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
/* フェードインアニメーションここまで */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;/*画像同士の隙間防止*/
}
a img {
  border: none;
}
small {
	text-align: center;
	font-size: 1.0rem;
	font-style: normal;
  line-height: 1;
}
address {
	font-style: normal;
}
/* リンク----------------------------- */
a {
  color: #1111cc;/* googleデフォルト */
  -webkit-backface-visibility: hidden; /* ブレ防止追加 */
          backface-visibility: hidden; /* ブレ防止追加 */
  transition: all 0.4s ease-in-out;
  transition: opacity 0.4s;
}
a:link {
  text-decoration: none;
  /*text-decoration: underline;*/
}
a:visited {
  text-decoration: none;
  /*text-decoration: underline;*/
}
a:active {
  text-decoration: none;
}
/* 見出し----------------------------- */
h1 {
  font-size: 4.0rem;
}
h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.4rem;
	font-weight: bold;
}
/* =====================================================
  ・ 共通クラス
======================================================== */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.spNone {
  display: none!important;
}
.pcNone {
  display: block!important;
}
.onlySp {
  display: block!important;
}
.onlyPc {
  display: none!important;
}
.boxRerative {
  position: relative;
}
.box-center {
  /*上下左右真ん中*/
  top: 50%;
	left: 50%;
  -webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
.box-H_center {
	/*左右真ん中*/
	left: 50%;
  -webkit-transform: translate(-50%,0%);
          transform: translate(-50%,0%);
}
.scroll-prevent {
  /*動き固定*/
  position: fixed;
  /*奥行きを管理*/
  z-index: -1;
  /*下2つで背景を元のサイズのまま表示することができる*/
  width: 100%;
  height: 100%;
}
.boxFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.boxLeft {
	float: left;
}
.boxRight {
	float: right;
}
/* =====================================================
  ・ 共通フレーム
======================================================== */
section {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.secInner,
.boxInner {
  width: 90%;/* 両サイドの隙間を5%で想定 */
  margin: 0 auto;
}

/* ・ハンバーガーメニュー
-------------------------------------------------------- */
.gnavi-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  margin: 0;
  background: #b91d2a;/* 背景色 */
  overflow: hidden;
}
.icon-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  display: block;
  width: 30px;
  height: 30px;
  z-index: 1111;
  cursor: pointer;
  text-align: center;
}
.icon-animation span {
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* =====================================================
  ・#globalNavi
======================================================== */
.global-nav {
  position: fixed;
  right: -70px; /* 右から出す場合 */
  top: 0;
  width:70px;
  height: 100vh;
  padding-top: 70px;
  font-size: 100%;
  background: #fff;/* 背景色 */
  transition: all .6s;
  z-index: 1110; 
  overflow-y: auto;
}
.global-nav li {
  width: 80%;
  margin: 0 auto 30px;
}
.global-nav li a {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0; /* 右から出す場合 */
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.gnavi-btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  margin: 0;
  background: rgba(255,255,255,.7);/* 背景色 */
  overflow: hidden;
  z-index: 1112;
  cursor: pointer;
}
.icon-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  display: block;
  width: 30px;
  height: 30px;
  /*cursor: pointer;*/
  text-align: center;
  z-index: 1111;
}
.icon-animation span {
  width: 100%;
  height: 2px;
  display: block;
  background: #2d1c10;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 1111;
}
/* ・ハンバーガーアニメーション
-------------------------------------------------------- */
.icon-animation .top {
  transform: translateY(-10px);
}
.icon-animation .bottom {
  transform: translateY(10px);
}
.is-open .middle {
  background: rgba(51, 51, 51, 0);
}
.is-open .top {
  transform: rotate(-45deg) translateY(0px);
}
.is-open .bottom {
  transform: rotate(45deg) translateY(0px);
} 
/* =====================================================
  ・ heder (SP)
======================================================== */
header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  background: #fff;
  z-index: 112;
}
header .boxLogo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 80%;
  max-width: 230px;
  height: auto;
}
header .boxTel {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 60px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  background-color: rgba(255,255,255,.8);
	z-index: 111;
}
header .boxTel::before {
	position: absolute;
	left: 10%;
	content: "";
	display: block;
	width: 24px;
	height: 44px;
  background: url("../images/common/icon_sp.png") center no-repeat;
}
header .boxTel p {
  line-height: 1;
}
header .boxTel .boxTelNo a {
	position: relative;
	display: inline-block;
  color: #2d1c10;
  font-size: 2.6rem;
  line-height: 1.3;
}
/* =====================================================
  ・ main (SP)
======================================================== */
main {
	margin-top: 70px;
}
/* =====================================================
  ・ #secContactLink (SP)
======================================================== */
#secContactLink {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  padding: 20px;
  background: url("../images/top/bg_dot.png") center repeat;
  background-size: 20px;
  text-align: center;
}
#secContactLink .secInner {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  line-height: 60px;
}
#secContactLink .secInner a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border: 3px solid #fff;
  box-sizing: border-box;
  color: #333;
  letter-spacing: .4em;
  transition: all 0.4s ease-in-out;  
}
#secContactLink .secInner a::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 10px;
  width: 21px;
  height: 27px;
  margin-right: 10px;
  background: url("../images/top/icon_contact.png") left center no-repeat;
  background-size: contain;
}
#secContactLink .secInner .arrow-r::after {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
/* =====================================================
  ・ footer (SP)
======================================================== */
footer {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
footer .boxLogo {
  font-size: 1.3rem;
}
footer .boxLogo img {
  margin-bottom: 15px;
}
.btnPrivacy {
  margin: 5px auto;  
}
.btnPrivacy a {
  display: inline-block;
  padding: 5px 10px;
  background: #f1e5d4;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 1.2rem;
  color: #333;
  text-align: center;
  transition: all 0.4s ease-in-out;
}



/*================================
  ▼ブレイクポイントのルール▼
  -スマホを基本設計にする-
  *〜479px：SP縦
  *480px〜：SP横
  *600px〜タブレット
  *960px〜小型PC
  *1280px〜大型PC
================================*/

/* --------------mobaile_fast--------------------- */
@media screen and (min-width:480px) { 
	/*　for iPhone (iPhone 横)　*/
}
@media screen and (min-width:600px) {
	/*　for iPad 　*/
  /* =====================================================
      基本設定
  ======================================================== */
  
  /* =====================================================
    ・ 共通フレーム (min-width:600px)
  ======================================================== */
  .secInner,
  .boxInner {
    max-width: 600px;
  }
  /* =====================================================
    ・ 共通クラス (min-width:600px)
  ======================================================== */
  .spNone {
    display: block!important;
  }
  .onlySp {
    display: none!important;
  }
  /* =====================================================
    ・ heder (min-width:600px)
  ======================================================== */
  header .secInner {
    padding-top: 12px;
  }
  header .boxLogo {
    top: auto;
    width: 50%;
    max-width: 230px;
    height: auto;
  }
  header .boxTel {
    position: absolute;
    bottom: auto;
    left: auto;
    right: 70px;
    width: 40%;
    max-width: 240px;
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
		background-color: transparent;
    text-align: right;
  }
  header .boxTel .boxTelNo a {
    cursor: default;
  }
	header .boxTel::before {
		left: -5px;
	}
}
@media screen and (min-width:768px) {
	/*　for iPad 　*/
}
@media screen and (min-width:960px) {
  /*　for PC　*/
  /* =====================================================
      基本設定 (min-width:960px) 
  ======================================================== */
  /* リンク----------------------------- */
  a:hover {
    text-decoration: none;
  }
  a:hover img {
    opacity: 0.7;
  }
  /* 見出し----------------------------- */
  h2 {
    text-align: left;
  }
  /* =====================================================
    ・ 共通フレーム (min-width:600px)
  ======================================================== */
  .secInner,
  .boxInner {
    max-width: 600px;
  }
  /* =====================================================
    ・ 共通クラス
  ======================================================== */
  .pcNone {
    display: none!important;
  }
  .onlyPc {
    display: block!important;
  }
  /* =====================================================
    ・ 共通フレーム (min-width:960px)
  ======================================================== */
  .secInner,
  .boxInner {
    width: 100%;
    max-width: 1120px;
  }
  /* =====================================================
    ・ heder (min-width:960px)
  ======================================================== */
  header {
    height: 120px;
  }
  header .secInner {
    position: relative;
    padding-top: 27px;
  }
  header .boxLogo {
    width: 30%;
    max-width: 288px;
  }
  header .boxTel {
    right: 0;
    width: 240px;
    height: 60px;
    padding-top: 18px;
    background-position: 5% bottom;
  }
  /* ・ハンバーガーメニュー
  -------------------------------------------------------- */
  .gnavi-btn {
    display: none;
  }
  /* ・#globalNavi
  -------------------------------------------------------- */
  #globalNavi {
    position: absolute;
    right: 270px;
		width: 42%;
		max-width: 428px;
		height: 80px;
  }
  .global-nav {
    position: static;
		width: 100%;
    height: auto;
    padding-top: 0;
		margin: 0 auto;
  }
	.global-nav ul {
		position: static;
		width: 100%;
    height: 80px;
    padding-top: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background-color: transparent;
	}
	.global-nav li {
		border-bottom: none;
		margin: 0;
	}
  .global-nav li:nth-child(2) {
    margin: 0 4%;
  }
  .global-nav li a {
    position: relative;
    display: block;
    color: #fff;
		line-height: 80px;
  }
  .global-nav li a:hover {
    opacity: .7;
  }
	/* =====================================================
		・ main (min-width:960px) 
	======================================================== */
	main {
		margin-top: 120px;
	}
  /* =====================================================
    ・ #secContactLink (min-width:960px) 
  ======================================================== */
  #secContactLink .secInner a:hover {
    background: rgba(0,0,0,.2);
  }
  #secContactLink {
    height: 200px;
  }
  #secContactLink .secInner {
    width: 100%;
    height: 160px;
    max-width: none;
    line-height: 160px;
  }
  #secContactLink .secInner a {
    font-size: 2.4rem;
  }
  #secContactLink .secInner a::before {
    width: 42px;
    height: 54px;
    margin-right: 30px;
  }
  /* =====================================================
    ・ footer (min-width:960px)
  ======================================================== */
  footer {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: left;
  }
  footer .secInner {
    max-width: 1000px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  footer .boxLogo {
    width: 40%;
  }
  footer .boxPrivacy {
    width: 30%;
    text-align: right;
  }
  .btnPrivacy {
    margin: 0 0 5px auto;
  }
  .btnPrivacy a:hover {
    background: #E8D5BA;
  } 
}
