﻿@charset "utf-8";
body.preload .wow {
	opacity: 0 !important;
}

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

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.16rem;
}



article,asi
de,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:'M PLUS Rounded 1c', "ヒラギノ角ゴ Pro Ws3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
   background: #fff;
   font-weight: normal;
   line-height: 1.8em;
   color: #585858;
   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: #fff;
	-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: #fff; text-decoration:none }
a:hover{ color: #585858; text-decoration:none !important}


.my{font-family: 'M PLUS Rounded 1c', sans-serif;}
.en{font-family:'Lato', sans-serif;}
.en2{font-family: 'Hammersmith One', sans-serif;}
.ar{font-family:'arial black','Lato', sans-serif; font-weight: 900; letter-spacing:-1px }
.red{color:#ff2549;}
.gold{color:#c7a649;}
.imp{ font-weight:bold}


.text-focus-in {
	animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-18 23:24:19
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@keyframes text-focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
	    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    filter: blur(0px);
    opacity: 1;
	    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}


.text-focus-in2 {
	animation: text-focus-in2 0.3s ;
}

@keyframes text-focus-in2 {
  0% {
    filter: blur(12px);
    opacity: 0;
	    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  70% {
    filter: blur(0px);
    opacity: 1;
	    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
   100% {
    filter: blur(0px);
    opacity: 1;
	    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  } 
}




.btt a {
  text-decoration: none;
  line-height: 60px;
  color: #fff;
}
 

.btn-2{ color:#fff;
	 float:right;
  position: relative;
  display: inline-block;
  overflow: hidden;
  height:60px;
  margin:20px auto 0;
  text-transform: uppercase;
  border: 1px solid #fff;color: #98b8b8;text-align:center; background:url(../images/ya.png) no-repeat right 22px; background-size:54px 10px;
   padding:0 64px 0 20px}

.btn-2:before, .btn-2:after {  box-sizing: border-box;z-index: -1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.btn-2:before {  box-sizing: border-box;z-index: -1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  right: -50px;
  border-right: 50px solid transparent;
  border-bottom: 60px solid #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.btn-2:after {
  left: -50px;
  border-left: 50px solid transparent;
  border-top: 70px solid #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.btn-2:hover {
  color: #5F5F5F;
}
.btn-2:hover:before {
  -webkit-transform: translateX(-49%);
          transform: translateX(-49%);
}
.btn-2:hover:after {
  -webkit-transform: translateX(49%);
          transform: translateX(49%);
}

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

head foot

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


.head h1 a{ background: url(../images/logo.png) no-repeat; width:210px; height:64px; display:block; text-indent:-99999px; float:left;background-size:210px 64px;
-moz-background-size:210px 64px;
 -webkit-background-size:210px 64px;
 -o-background-size:210px 64px;transition: 1.0s; }
.head h1 a:hover{opacity: 0.5;}

.drawer-menu{font-family:'Lato', sans-serif;}

footer{ text-align:center; padding:80px 0px 30px}


.smtmenu{background: #fef4f4; padding:0.1rem 0 0; margin-bottom:0.4rem}
.smtmenu{ text-align:left}
.smtmenu li a{ border-bottom: 1px solid #fff;
    padding: 8px 20px 5px; display:block;line-height: 2.2em;color: #585858;}


footer addles{ margin-bottom:80px; display:block}
footer ul{ font-size:0.12rem; padding: 0 20px; width:60%; float:right; max-width:300px}
footer li a{ float:left; width:35%; display:inline-block; padding:0 0 30px 0}
footer li:last-child a{ float:left; width:65%}
footer li a:hover{ color:#535353}

@media screen and (max-width: 420px) {
footer ul {width: 65%; text-align:right}
}

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



footer .pcno{ margin-bottom:40px}




/* ページトップ */
#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}

}

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

.pankuzu{ text-align:right; font-size:0.11rem; padding:0;margin-top: -40px; width:1100px; margin:0 auto}
.pankuzu ul , .pankuzu li{ display:inline;}


footer addles{ font-size:0.18rem}
footer ul a{ font-size:0.16rem}



.smtmenu{ display:none}


.btt a {  line-height: 70px;}
.btn-2{ font-size:0.30rem; font-weight:normal;    padding: 0px 74px 0px 30px;    height: 70px;    background: url(../images/ya.png) no-repeat right 28px;
    background-size: 54px 10px;}
.btn-2:before{    border-bottom: 70px solid #fff;}


/* ページトップ */
#page-topab {  position: fixed;  bottom: 0px; right: 0px; z-index:999}
#page-topab a {width: 64px; height:64px;  display: block;}


img.arpha{transition: 1.0s;}
img.arpha:hover{opacity: 0.5;}



.foot{ position:relative; width:1100px; margin:0 auto}
.foot .footl{ position:absolute; width:262px; left:0; top:0}
.foot small{ font-size:0.1rem}
.footr{ float:right; width:720px;padding-top: 0.2rem;}
.footr a{ color:#585858}
.footr li a:visid{color:#585858}
.footr li a{ float:left; width:170px; margin-right:33px; color:#585858; display:block}
.footr li:nth-child(2) a{width:210px; display: block; border:1px #e1e1e1 solid; padding:0.1rem}
.footr li:last-child a{width:270px; margin-right:0; display:block; border:1px #e1e1e1 solid; padding:0.1rem}
.footr .pry { padding-top:0.3rem; text-align:right; font-size:0.13rem}
.footr a:hover{color: #ff6d6d;}

.footr li a img{ transition:1s}
.footr li a:hover img{ opacity:0.5}
}








.head a{ color:#fff}


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

menu
--------------------------------------------------------------------*/
@media screen and (max-width: 979px) {
.mainhead h1{ padding-top:4px}
.drawer-menu .ttt a{ margin:0 0 0 0.2rem; display:block}

.head h1 a{    width: 131px; height: 40px;
background-size: 131px 40px;
-moz-background-size: 131px 40px;
-webkit-background-size: 131px 40px;
-o-background-size: 131px 40px;}


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

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


@media screen and (min-width: 980px) {	

.head h1 a{    margin-left: 20px;}

.mainhead{max-width: 1200px;
    margin: 0 auto; padding:20px 0;
    height: 100px;}

.navBox{width: 55%; 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 > 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: #fff;
	font-size:0.19rem; width:20%; float:left; line-height:normal; padding-top:25px; font-weight: normal; text-align:center;
}
.drawer-menu > li a:hover{opacity: 0.5;}	

.drawer-menu > li:first-child a{ width: 18%}
.drawer-menu > li:nth-child(2) a{ width: 19%}	
.drawer-menu > li:last-child a{ width: 23%}
	
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;
}





.buttona {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding:0 0 15px 0; 
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s; display: block
}
.buttona:after {
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 1px;
  background: #f7f7f7;
}

.buttona:hover:after {
  width: 100%;
  left: 0;
}

}

@media screen and (max-width: 1100px) {
.kasou footer{ padding-bottom:0}
}


@media screen and (min-width: 1100px) {
/*下層ページ共通*/
.kasou{ width:1100px; margin:0 auto}
.kasou footer{    padding: 130px 0px 0px; }
.kasou addles { float:left; width:250px}
.kasou ul { float:right;
    padding: 0;
    text-align: right;
}
.kasou footer addles { margin-bottom: 40px;}
}

@media screen and (min-width: 1200px) {
	.navBox {
    width: 50%;}
	
	
	}	