﻿@charset "utf-8";


@font-face {
  font-family: 'my';
  src:  url('/HanaMinA.woff') format('woff'), /* Modern Browsers */
  url('/wp/HanaMinA.ttf') format('truetype'); /* iOS, Android用 */
}
@font-face {
  font-family: 'en';
  src:  url('/ufonts.com_didot.woff') format('woff'), /* Modern Browsers */
  url('/wp/ufonts.com_didot.ttf') format('truetype'); /* iOS, Android用 */
}



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

default

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

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,
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, hgroup, menu, nav, section, summary,
time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
   vertical-align: baseline;
   background: transparent;
   font-weight:normal
}
html {
    /* ルートのフォントサイズを10pxに設定しておく */
	font-size: 100px;
}
body {
	/* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定 */
	font-size: 0.14rem;
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
   display: block;
}

audio,
canvas,
video {
   display: inline-block;
}

audio:not([controls]) {
   display: none;
   height: 0;
}

[hidden] { display: none; }

code, kbd, pre, samp {
   font-family: monospace, serif;
   font-size: 1em;
}

pre {
   white-space: pre;
   white-space: pre-wrap;
   word-wrap: break-word;
}


blockquote:before, blockquote:after,
q:before, q:after {
   content: '';
   content: none;
}

abbr[title], dfn[title] {
   border-bottom: 1px dotted;
   cursor: help;
}
input[type="submit"]{
	cursor:pointer;
	border:none;
	}
textarea{
	resize:vertical;
	overflow:hidden;
	}
input, select {
	vertical-align: middle;
}
input[type=text]:focus,
textarea:focus {
	outline:none !important;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout:fixed;
	vertical-align:top
}
li {
	list-style:none;
}
i{ font-style: normal !important;}
address{
	font-style:normal; clear:both
}

/*clearFix*/
.clear{ clear:both}
.clearfix {zoom:1;}
.clearfix:after{content: ""; display: block; clear: both;}


*,
*:before,
*:after {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}



img{vertical-align: bottom; width:100%; height:auto}



body {font-family:'Noto Sans JP', "ヒラギノ角ゴ Pro Ws3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
   background: #fff;
   font-weight: normal;
   line-height: 2em;
   color: #5e3707;
   vertical-align: baseline;
   -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
   -webkit-text-size-adjust: 100%;
   letter-spacing:1px;
}
a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	color: #ff6d6d;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	text-decoration:none
}
a:visited{color: #ff6d6d; text-decoration:none }
a:hover{ color: #585858; text-decoration:none !important}


.my{font-family: 'my';}
.en{font-family: 'en'}
.nom{font-family: 'Rozha One', serif;}
.red{color:#ff2549;}
.gold{color:#c7a649;}
.imp{ font-weight:bold}


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

header

--------------------------------------------------------------------*/
/* Base Button Style */
.btntt img{ width:54px }
.btntt{
  position: relative;
  display: block;
  width: 300px;
  margin: 20px auto;
  padding: 2px;
  background-color: #cba84e;
  border: 1px solid #ccc;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transform-style: flat;
  transition: all 250ms ease-out; color: #fff;
}
.btntt:before, .btntt:after {
  content: "";
  position: absolute;
  z-index: -2;
  transition: all 250ms ease-out;
}
a.btntt:hover{color: #fff}

a.btntt:visited{color: #fff}

.btnwaku{ border: 1px solid #fff; margin: 2px; padding: 5px}

/* Raised effect – pushes up on hover */
.paper-raise:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.paper-raise:hover {
  border: 1px solid #fff;
}
.paper-raise:hover:before {
  box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
}


/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/*--------------------------------------------------------------------

header

--------------------------------------------------------------------*/	
header .h1t{ width: 150px }
.menuname img{width: 40px}
.drawer-menu li img{margin-right: 10px}
.drawer-menu li.me01 img{width:94px }
.drawer-menu li.me02 img{width:86px }
.drawer-menu li.me03 img{width:78px }
.drawer-menu li.me04 img{width:64px }
.drawer-menu li.me05 img{width:52px }
.drawer-menu li.me06 img{width:104px }
.drawer-menu li.me07 img{width:30px;vertical-align: middle; }
.drawer-menu li a{color: #cba84e}

.foot {text-align: center; background: url("../img/bg.jpg") repeat-x center bottom; }

.foot .snsBox{text-align: center; padding-bottom: 30px;}
.foot .snsBox img{ width:36px }

.foot .btnbox{margin-bottom: 60px}
.foot .textlog img{ width:228px; margin: 10px 0  }
.foot .text01{line-height: 1.7;}
.foot .add{margin-bottom: 80px;    line-height: 1.5;}
.foot small img{ max-width:452px; width: 100%  }
.foot a:hover{color: #fff}

.foot .btntt img{ width:131px }

@media screen and (max-width: 639px) {
.smtno{ display:none}
.smthead70{margin-top: 60px}



.ds dd .waku h3{letter-spacing: -1px}

/* ページトップ */
#page-topa {  position: fixed;  bottom: 0px; right: 0px; z-index:999; width:100%}
#page-topa ul {width: 100%; display: block; text-align:center; background:#fae0e1; letter-spacing:normal; font-size:0.14rem;
box-shadow: 0px -2px 2px -2px #ccc}
#page-topa a:hover { background:#fcecec}
#page-topa li{ width:33%; float:left}
#page-topa li a{ width:100%; display:block; padding:16px 0 15px;color:#bc9e4a;}
#page-topa li:first-child{padding:17px 0 ; background:#fff; border-top:#fae0e1 1px solid}

#page-topa li:nth-child(2) ,#page-topa li:nth-child(3) { padding:2px}
#page-topa li:nth-child(2) a,#page-topa li:nth-child(3) a{ border:1px solid #fff}

.foot .text01 span{display: block}
.foot .add span{display: block}
.foot small img{padding: 0 30px 30px}


}


@media screen and (min-width: 640px) {
.pc640{ display:none}


/* ページトップ */
#page-topab {  position: fixed;  bottom: 0px; right: 0px; z-index:999}
#page-topab a {width: 64px; height:64px;  display: block;}
.foot .text01 span{ font-weight: bold}
.foot .text01{font-size: 0.18rem; font-weight: bold;}
.foot .add{font-size: 0.18rem; font-weight: bold;}
.foot .add span{font-weight: bold;}
.footl{padding: 40px}
.foot .btntt {padding: 0px; width: 540px; font-size: 0.16rem}
.foot .btntt img{ width: 131px; }
.foot .btnwaku{padding: 10px}
}







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

menu
--------------------------------------------------------------------*/
@media screen and (max-width: 979px) {
.smtno980{ display:none}

.drawer-menu li{border-bottom: 1px dashed #cba84e}
.drawer-menu li.me07{ background: #cba84e }
.drawer-menu li.me07 a{color:#fff }


/*----ハンバーガー背景赤------*/
header .logo{ max-width:230px;padding-top:0px;}
.drawer-hamburger{ background:#fff !important; color:#676767 !important; padding:5px 15px 20px 10px !important; top:-2px !important;}
.drawer-hamburger .menuname{ margin-bottom:2px;padding-bottom:5px;font-family: 'en';}
article .post-navigation .nav-previous{ margin-bottom:15px;}

/*----smt　head固定------*/
header{ padding:5px 20px 0px; position: relative; z-index:999; background:#fff; height:55px; width:100%; top:0;}

header a .h1t{    width: 110px;}

}


@media screen and (min-width: 640px) {	
.pcno{ display:none}
}
@media screen and (min-width: 980px) {
.pcno980 {display: none}
.mainhead{ padding:15px 0.7rem 0 0.5rem; margin:0 auto; height: 130px}
.head h1{ background: url(../img/logo2.png) no-repeat center top; width:200px; height:200px;
 background-size:200px 200px; padding-top:25px; float: left;
  /* テキストを画像に置換する */
  font-size:0.1rem;
	  -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;    position: absolute; z-index: 10}
.head h1 a{ display:block; width:100%; height:106px; letter-spacing: normal; color: #fff; position: absolute; left: 0; top: -100px}
.head h1:hover{ opacity:0.5}

.head h1 span{display: block; position: absolute; top:-200px}

.head  p.smtno980{position: absolute; right: 0; top: 0; width: 70px; text-align: center}
.head  p.smtno980 img{ width: 30px; margin: 35px 0 0; }
.head  p.smtno980 a{ background: #cba84e;position: absolute; right: 0; top: 0; display: inline-block;  display: block; width: 70px; height: 100px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;}
.head  p.smtno980 a:hover{background: #deca98} 
.headimg img{margin: 0 ;padding: 0 30px;}


.navBox{width: 630px; float:right}
.drawer-hamburger{ display:none}
.drawer-menu li a span {color:#585858;}
.drawer-menu {
    position: relative;
    width: 100%;
    height: 50px;
    margin:0 0 0 auto;
	z-index:99
}
.drawer-menu span{display: block}

.drawer-menu > li { text-align:center; font-weight:bold }
.drawer-menu > li span,.drawer-menu > li i{font-weight:bold}
.drawer-menu > li a {
    display: block;
    color: #bf8f15;
	font-size:0.11rem; float:left; line-height:normal; padding-top:18px;font-weight: 600; margin-right: 28px
}
.drawer-menu .me01 a{width:94px;}
.drawer-menu .me02 a{width:86px;}
.drawer-menu .me03 a{width:78px;}
.drawer-menu .me04 a{width:68px;}
.drawer-menu .me05 a{width:52px;}
.drawer-menu .me06 a{width:104px; margin-right: 0}

.drawer-menu > li a:hover{opacity: 0.5;}	


ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.drawer-menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s; 
}

.menu__second-level li {
    border-top: 1px solid #fff; width:250px; display:block
}

.menu__second-level li a{padding:10px 15px; font-size:15px; text-decoration:none; width:250px; display:block;background: #d5cdb4;}
.menu__second-level li a:hover {
    background: #c6ae6a;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.drawer-menu:before,
.drawer-menu:after {
    content: " ";
    display: table;
}

.drawer-menu:after {
    clear: both;
}

.drawer-menu {
    *zoom: 1;
}
.drawer-menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 250px;
    background: #d5cdb4;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	text-align:left;
	left:16%; font-weight:normal
}



li.me01 ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 300px;
    background: #d5cdb4;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	text-align:left;
	left:0% !important
}
li.me01 .menu__second-level li{    width: 300px;}
li.me01 ul.menu__second-level a{ width:300px !important}

li.me04 ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 250px;
    background: #d5cdb4;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	text-align:left;
	left:60% !important
}



li.menu__single ul.menu__second-level a { width:250px; color:#fff; font-size:0.14rem}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

}

@media screen and (min-width: 1100px) {
.head h1{ background: url(../img/logo2.png) no-repeat center top; width:220px; height:220px;
 background-size:220px 220px; padding-top:25px; float: left;
  /* テキストを画像に置換する */
  font-size:0.1rem;
	  -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;    position: absolute; z-index: 10}
}

@media screen and (min-width: 1200px) {
.navBox { width: 670px;}
.head p.smtno980 a{width: 100px}

}

