html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

html {
  overflow-y: scroll;
}

blockquote,
q {
  quotes: none;
}

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

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/
    height: auto;
    overflow: hidden;
    /**/
}

.both {
  clear: both;
}

/*テキストシャドウ {
    text-shadow: 1px 1px 3px #000;
}
*/

/*ボックスシャドウ {
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
*/

/*ボックスシャドウ内側 {
    -moz-box-shadow: inset 1px 1px 3px #000;
    -webkit-box-shadow: inset 1px 1px 3px #000;
    box-shadow: inset 1px 1px 3px #000;
}
*/

/*角丸 {
    border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
}
*/

/*トランジション {
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}
*/

/*透明 {
    filter: alpha(opacity=25);
    -moz-opacity:0.25;
    opacity:0.25;
}
*/

/*背景のみ透明 {
    background-color:rgba(255,255,255,0.2);
}
*/

/*グラデーション {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
    background-image: -moz-linear-gradient(top, #ffffff, #000000);
    background-image: -ms-linear-gradient(top, #ffffff, #000000);
    background-image: -o-linear-gradient(top, #ffffff, #000000);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
    background-image: -webkit-linear-gradient(top, #ffffff, #000000);
    background-image: linear-gradient(top, #ffffff, #000000);
}
*/

/*スマホ対応
@media screen and (max-width: 480px){
    
}
@media screen and (max-width: 320px){
    
}
*/

a {
  text-decoration: none;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 13px;
  text-align: center;
  background-image: url(../img/common/bg01.jpg);
}

#loader {
  width: 245px;
  height: 125px;
  display: none;
  position: fixed;
  _position: absolute; /* IE6対策 */
  top: 50%;
  left: 50%;
  margin-top: -62px; /* heightの半分のマイナス値 */
  margin-left: -122px; /* widthの半分のマイナス値 */
  z-index: 100;
}

#fade {
  width: 100%;
  height: 100%;
  display: none;
  background-color: #ffffff;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50;
}
#wrapper {
  height: auto;
  width: 100%;
  overflow: hidden;
}
.wanobiBg02 {
  background-image: url(../img/common/bg02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

#header {
  width: 100%;
  padding: 20px 0 10px;
  margin: 0 auto;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0;
}
#header .inner {
  max-width: 1100px;
	margin: 0 auto;
}
.topnaname {
  width: 120%;
  margin-left: -10%;
  margin-top: -120px;
  background-color: #f00;
  height: 100px;
  transform: rotate(-4deg);
}
#header h1 {
  float: left;
}
#header ul {
  text-align: right;
}
#header ul li {
  display: inline-block;
}
#header ul li a {
  font-family: "Libre Baskerville", serif;
  font-weight: bold;
  display: block;
  font-size: 15px;
  color: #000;
  padding: 15px 25px;
}
#header ul li a.i_sns {
  font-size: 18px;
  padding: 15px 15px;
}

/*210126*/
.toggle {
	position: absolute;
	top: 37px;
	right: 20px;
	color: #000;
	font-size: 20px;
	cursor: pointer;
	z-index: 9999;
	line-height: 0;
	display: none;
}
.toggle:before{
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f0c9";
}
.toggle.open:before{
  content: "\f00d";
}


#contents {
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  background-image: url(../img/common/bg.png);
  background-repeat: repeat-x;
}
.f_bg {
  background-image: url(../img/common/bg01.jpg);
}
#f_navi {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ccc;
  margin-top: 50px;
  margin-bottom: 40px;
  text-align: center;
  padding-top: 10px;
}
#f_navi li {
  display: inline-block;
}

#f_navi li a {
  color: #000;
  font-family: "Libre Baskerville", serif;
}
#f_navi li a:hover {
  color: #ccc;
}

#footer {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;
}
.f_tit {
  float: left;
}
#footer ul {
  text-align: right;
}
#footer ul li {
  display: inline-block;
}
#footer ul li a {
  display: block;
  font-size: 15px;
  color: #fff;
  padding: 15px 25px;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
}
.pagetop {
  text-align: center;
  margin-top: -50px;
}
#footer .snsArea {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
#footer .snsArea ul li:not(:first-child) {
  margin-left: 2em;
}
#footer .snsArea ul li a {
  padding: 0;
}
#footer .snsArea ul li a > span {
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}
.copyright {
  font-size: 12px;
  color: #fff;
  clear: both;
  text-align: center;
  padding-top: 40px;
}
.fa-instagram:before {
  content: "\f16d";
}

@media (max-width: 1024px) {
  .wanobiBg02 {
    background-image: url(../img/common/bg02_1024.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
	
/*210126*/
	#header ul li a {
		padding: 15px 5px;
	}
}
@media (max-width: 800px) {
  #header ul li a.i_sns {
     padding: 15px 3px; 
	}
}
@media (max-width: 736px) {
  .topnaname {
    margin-top: -100px;
  }
	#header ul {
		text-align: center;
	}
  #header {
    padding-bottom: 20px;
  }
  #header nav{
    padding-top: 15px;
  }
  #header h1 {
    float: none;
    text-align: center;
		display: inline-block;
  }
   /* #header ul {
    margin: 20px 3% 0;
    max-width: 600px;
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
  #header ul li {
    min-width: inherit;
  }
 20201110 delete yamashita */
  /* #header ul li:not(:first-child) {
    min-width: 22%;
  } 
  #header ul li.li_sns {
    min-width: 0;
  }
  #header ul li a {
    display: block;
    font-size: 3.4vw;
    color: #fff;
    padding: 0;
  }
  #header ul li a.i_sns {
    font-size: 18px;
    padding: 0;
  }*/
	
/*210126*/
	#header .inner {
		width: 100%;
	}
	#header .inner .gnavArea{
		position: fixed;
		top: 0;
		bottom: 0;
		right: 100%;
		width: 100vw;
		height: 100vh;
		background: rgba(255,255,255,.95);
		z-index: 9998;
		opacity: 0.6;
		transition: all 0.5s;
	}
	#header .inner .gnavArea.is_show{
		right: 0;
		opacity: 1;
	}
	#header .inner .gnavArea ul{
		display: block;
		width: 100%;
		padding-top: 100px;
	}
	#header .inner .gnavArea ul li{
		width: 100%;
		height: 8vh;
		margin: 0;
		text-align: center;
	}
	#header .inner .gnavArea .gnav li a{
		display: block;
		font-size: 15px;
		padding: 10px 0;
		line-height: 6vh;
		text-align: center;
	}
	#header {
		width: 100%;
	}	
	.toggle {
		display: block;
	}
	
	
	
	
	
	
	
	
  .f_tit {
    margin-top: 20px;
    float: none;
    text-align: center;
  }
  #footer ul {
    margin: 20px auto 0;
    max-width: 600px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #footer ul li {
    min-width: 30%;
    display: inline-block;
  }
  #footer ul li a {
    display: block;
    font-size: 3vw;
    color: #fff;
    padding: 15px 10%;
  }
  #footer .snsArea ul {
    margin-top: 0;
  }
  #footer .snsArea ul li {
    width: initial;
    min-width: initial;
  }
}
@media (max-width: 640px) {
  .wanobiBg02 {
    background-image: url(../img/common/bg02_sp.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
  }
}
