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



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

  #reset

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
section,div{
	box-sizing: border-box;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
img{
	width: 100%;vertical-align: top;
}
a {
	text-decoration: none;
	color: #333;
}


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

  #背景色

----------------------------------------------------*/
body {background:url(../images/bg_loop.jpg)center center repeat; }

/* inline指定 ---------------------------------------*/
@media(min-width: 769px){ 
  .pc-inline { display:inline; }
  .sp-inline { display:none; }
}
@media(max-width: 768px){ 
  .pc-inline { display:none; }
  .sp-inline { display:inline; }
}

/*　表示指定 ---------------------------------------*/
@media(min-width: 769px){ 
  .pc-only { display:block; }
  .sp-only { display:none; }
}
@media(max-width: 768px){ 
  .pc-only { display:none; }
  .sp-only { display:block; }
}
/* 改行指定 ---------------------------------------*/
@media(min-width: 769px){ 
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media(max-width: 768px){ 
  .br-pc { display:none; }
  .br-sp { display:block; }
}
/* flex・order指定 ---------------------------------------*/
.flex{display: flex;justify-content: space-between;flex-wrap: wrap;}

.order1{order:1;}
.order2{order:2;}
@media(max-width: 768px){
	.order1{order:2;}
	.order2{order:1;}
}
/* float指定 ---------------------------------------*/
.float-l{float:left;}
.float-r{float:right;}
.flex-end{clear: both;}
@media(max-width: 768px){ 
	.float-l{float:none;}
	.float-r{float:none;}
}


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

  #font

----------------------------------------------------*/
html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}
body {
	font-family: "游ゴシック体 Medium", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	letter-spacing: 0.03em;
}
p,a{color:#fff;}



p{font-size:16px;}

@media(max-width:768px){
	p{font-size:14px;}
}

.gfont{font-family: 'Cinzel', serif;}
.mincho{font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;}

.attention{font-size: 16px;margin-top: 10px;}


.ta-left{text-align: left;}
.ta-center{text-align: center;}
.ta-right{text-align: right;}

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

  #inner_width

----------------------------------------------------*/
.inner-width{max-width: 1080px;width: 85%;margin: 0 auto;}

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

  #tag

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

@media (max-width: 768px) {
	img {
		max-width: 100%;
	}
}
strong {
	font-weight: bold;
}
th,td {
	vertical-align: top;
}

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

  #header
  
----------------------------------------------------*/
header{box-sizing: border-box;height:80px;width: 100%;background:#2f4252;padding:15px 0 0 40px;}
.header_logo img{width: 140px;margin-top: 2px;}
@media (max-width: 768px) {
	header{padding:15px 0 0 20px;}
	.header_logo img{width: 120px;margin-top: 6px;}
}

.top_link_bg{
	position: fixed;
	top:20px;
	right:30px;
	width: 340px;
	height: 60px;
	background: #ff0000;
	z-index: 1000;
	transition: .3s;	
}

.top_link_bg:hover{
	transition: .3s;
	background: #0B8793;
}
.top_link{
	width: 340px;
 	height: 70px;
	background: url(../img/to_shop.png) 0 0 no-repeat;
	background-size: contain;
	z-index: 1001;
	margin-top: -10px;
}
@media (max-width: 768px) {
	.top_link_bg{top:auto;bottom:0px;right:0px;width: 100%;height: 60px;background: #ff0000;position: fixed;}
	.top_link{width: 100%;}
}


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

  footer

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

footer{box-sizing: border-box;width: 100%;color:#1E1E1E;padding:40px 0;}
footer a{color:#1E1E1E;}
.footer_logo{width: 300px;margin-top: -5px;}
.footer_logo img{width: 100%;}

.footer_link{width: 55%;display: flex;justify-content: flex-start;}

.footer_list{margin-right: 40px;}
.footer_list li{margin-bottom:5px;}
.footer_list a{font-size:15px;}
.footer_list a:hover{color:#e3dba3;}

.footer_sns{width:  18%;}
.footer_sns div{width:20%;}

.copyright{width: 100%;border-top:1px solid #1E1E1E;text-align: center;margin-top:30px;padding: 30px 0 0;}
.copyright p{font-size: 13px;;letter-spacing: 0.05rem;color:#000;}

@media (max-width: 768px) {
	footer{display:block;padding:20px 0 40px;}
	.footer_logo{width: 100%;}
  .footer_logo img{width: 120px;}
	.footer_link{margin-top:30px;width: 100%;width: 100%;display: block;}
	.footer_list a{font-size:13px;}
	.footer_list li{width:100%;}
	.footer_sns{width: 100%;padding:0 30% 0 0;}
	.footer_sns div{width:40px;margin-top: 20px;}
	.copyright{width: 100%;border-top:1px solid #1E1E1E;text-align: center;margin-top:20px;padding: 30px 0 0;}
	.copyright p{font-size: 10px;;letter-spacing: 0.05rem;padding:0 5%;}
}


/* ----- コンテンツ ----- */
h2 {
	font-family:"Noto Sans JP","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#fff;
}
@media (max-width: 768px) {
	h2 {
		font-size: 2.2rem;
		text-align: center;
		letter-spacing: 2px;
	}
}
.ttl_area{
	margin-top: 100px;
}
@media (max-width: 768px) {
	.ttl_area{
		margin-top: 0px;
	}
}
.sub_ttl_txt {
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 50px;
}
.read_txt{
	color: #000;
    margin: 0 10px;
    font-size: 1.4rem;
}

h6{font-size: 14px;text-align: center;margin-bottom: 30px;color:#fff;font-weight: normal;}

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

  btn

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

.btn_type_b{margin:0 auto ;width: 600px;background-color: #2f4252;color: #fff;text-align: center;font-size: 16px;padding:10px 0;margin-top: 30px;transition: 0.3s;display: block; }
.btn_type_b:hover{background-color: #0B8793;transition: 0.3s;}

@media (max-width: 768px) {
	.btn_type_b{width: 90%; }
}


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

  btn

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

#pageTop {
    position: fixed;
    width: 50px;
    bottom: 50px;
    right: 25px;
}
#pageTop a {
    display: block;
    z-index: 999;
    padding: 14px 16px 17px;
    background: rgba(255,255,255,0.8);
    text-decoration: none;
    text-align: center;
    border-radius: 50%;
}
#pageTop a:hover {
    text-decoration: none;
    opacity: 0.8;
}
@media (max-width: 768px) {
	#pageTop {
	    bottom: 90px;
	    right: 10px;
	}
	#pageTop a {
	    padding: 16px 18px;
	}
}



/* header
-----------------------------------------------------------*/
#top-head {position: fixed;width: 100%;margin: 0 auto;height: 80px;z-index: 9000;}
#top-head.fixed {height:60px;background: rgba(255,255,255,1);}

#top-head a{font-size: 20px;letter-spacing: 0.1rem;}
@media(max-width: 768px){
	#top-head a{font-size: 16px;}
}

#global-nav ul {list-style: none;position: absolute;right: 20px;bottom: 15px;display: flex;}
#global-nav ul {display: block;}

#global-nav ul li {position: relative;margin-left:0px;}
#global-nav ul li a {padding: 0 20px;}
#global-nav ul li a:hover {color:#b89c61;}
#top-head.fixed #global-nav li:nth-child(1){padding-top: 3px;}

#global-nav li {
  display:inline-block;
  position:relative;
}
#global-nav li ul{display:none;}
#global-nav li ul li{width: 15em;}
#global-nav li ul li a{font-size: 14px;}
#global-nav li:hover ul{
  display:block;
  position:absolute;
  padding:0;
  margin:0;
  top:1.5em;
  left:0;
  list-style-type:none;
}
#top-head.fixed #global-nav li ul li{background: #fff;}
#top-head.fixed #global-nav li ul li:nth-child(1){padding-top: 3px;}
#top-head.fixed #global-nav li ul li:nth-child(2){padding-bottom: 6px;}



/* Toggle Button */
#nav-toggle {
    position: absolute;
    right: 18px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
.chara{color:#B89C61;font-size: 14px;position: absolute;right: 12px;top:46px;z-index: 999;}
#top-head.fixed .chara{color:#B89C61;}
@media(max-width: 768px){
	#nav-toggle{right: 14px;}
	.chara{right: 12px;font-size: 12px;}
}

#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #B89C61;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {top: 0;}
#nav-toggle span:nth-child(2) {top: 11px;}
#nav-toggle span:nth-child(3) {top: 22px;}
#top-head.fixed  #nav-toggle span:nth-child(1) {background: #B89C61;}
#top-head.fixed  #nav-toggle span:nth-child(2) {background: #B89C61;}
#top-head.fixed  #nav-toggle span:nth-child(3) {background: #B89C61;}
.open #nav-toggle span:nth-child(1) {background: #B89C61;}
.open #nav-toggle span:nth-child(2) {background: #B89C61;}
.open #nav-toggle span:nth-child(3) {background: #B89C61;}

  #top-head {
    width: 100%;
    padding: 0;
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  #top-head.fixed #mobile-head {
      width: 100%;
      height: 56px;
      z-index: 999;
      position: relative;
      background:;
  }
  /* Fixed reset */
  #top-head.fixed {
      padding-top: 0;
      background: transparent;
  }
  #mobile-head {
      width: 100%;
      height: 56px;
      z-index: 999;
      position: relative;
  }
  #global-nav {
      position: absolute;
      /* 開いてないときは画面外に配置 */
      top: -570px;
      background: #fff;
      width: 100%;
      text-align: center;
      padding: 10px 0;
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      padding-top: 70px;
      padding-bottom: 50px;
  }
  #global-nav ul {
      list-style: none;
      position: static;
      right: 0;
      bottom: 0;
  }
  #global-nav ul li {
      display: block;
      position: static;
      padding-left: 0;
      margin-left: 0;
      font-weight: bold;
      border-bottom:1px solid #ddd;
      width:80%;
      max-width: 500px; 
      margin: 0 auto;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
      width: 100%;
      display: block;
      color: #1e1e1e;
      padding: 30px 0 15px;
  }
  #nav-toggle {
      display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
      top: 11px;
      -webkit-transform: rotate(315deg);
      -moz-transform: rotate(315deg);
      transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
      width: 0;
      left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
      top: 11px;
      -webkit-transform: rotate(-315deg);
      -moz-transform: rotate(-315deg);
      transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
      /* #global-nav top + #mobile-head height */
      -moz-transform: translateY(556px);
      -webkit-transform: translateY(556px);
      transform: translateY(556px);
  }

/* transition */
#top-head,
#top-head:after,
#contact_btn,
#top-head.fixed #contact_btn,
#global-nav ul,
#top-head.fixed #global-nav ul,
#global-nav ul li,
#global-nav ul li a,
#top-head.fixed #mobile-head,#mobile-head,
.chara,#top-head.fixed .chara
{
  transition: all 0.8s ease;
}
