@font-face  {
  font-family: Bluetea; /*Internal name of the font you'll use for this stylesheet.*/
  src: url("/fonts/Bluetea.ttf"); /*Put the url of the font on your site here. DO NOT HOTLINK.*/
}

@font-face {
  font-family: Cheesy; /*Internal name of the font you'll use for this stylesheet.*/
  src: url("/fonts/Cheese Milky.otf"); /*Put the url of the font on your site here. DO NOT HOTLINK.*/
}

@font-face  {
  font-family: Sweetie;
  src: url("/fonts/Sweet Cucumber Mocktail.ttf");
}
html,body,div,span,iframe,h1,h2,h3,h4,p,pre,del,em,img,b,i,dl,dt,dd,ol,ul,li,form,table,tbody,tr,th,td,article,aside,footer,header,nav,section{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;box-sizing:border-box}
article,aside,footer,header,nav,section,textarea{display:block}
body{line-height:1;overflow-wrap:break-word;word-wrap:break-word}
input,textarea,select{font-family:inherit;font-size:inherit;color:inherit;vertical-align:middle}
a{margin:0;padding:0;text-decoration:none;outline:none;font-size:100%;vertical-align:baseline;background:transparent}
a img{border-style:none}
ul,li{list-style-type:none}
.if-container{display:inline-block;margin:0 auto;height:600px;width:100%;;overflow:auto;-webkit-overflow-scrolling:touch}
.ifrm{border:none;display:block;height:600px;width:100%}
.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}
/* この上はいじらないほうがいいです */

html{
font-size:62.5%;
position: relative;
height:100%;min-height:100%
}
body{
background:#fff url("/img/quiltbg.jpg") fixed repeat;
color:#000;
font-family: "Cheesy", Garamond, sans-serif;
font-size:1.6em;
letter-spacing:.1em;
line-height:1.5;
text-align:left;
padding:20px 20px 60px;
cursor: url("/img/Fish-Blue.png"), default;
}
a{
color:#000;
text-decoration:underline
}
a:hover{
  cursor: url("/img/Fish-Blue.png"), pointer;
color:#ccc
}
/*--------------------------------------------------------
インラインフレーム外設定
--------------------------------------------------------*/
#page{
background:#fff url("/img/greenplaidbg.png") fixed repeat;
color:#fff;
height:100%;
padding:15px;
text-align:center
}
#page a{
color:#000;
text-decoration:none
}
#wrapper{
height:100%
}
#box{
position:absolute;
top:10px;left:0;right:0;bottom:0;
margin: auto;
margin-top:10px;
width:1200px;/* å…¨ä½“ã®å¹… */
height:500px /* å…¨ä½“ã®é«˜ã• */
/* æž ã®é«˜ã•ã¯jquery.height.jsã§è¨­å®š */
/* jquery.height.jsã§è¨­å®šã—ãŸé«˜ã•(400px)ã«100ç¨‹ãƒ—ãƒ©ã‚¹ã—ãŸå€¤ã‚’è¨­å®šã—ã¦ã„ã¾ã™ */
}
header{
position:relative;
text-align:right;
min-height:80px;width:100%;
z-index:20
}
footer{
text-align:right;
z-index:10;
margin-bottom:20px;
}
/*--------------------------------------------------------
ãƒšãƒ¼ã‚¸ä¸Šéƒ¨ã¸ã®ãƒªãƒ³ã‚¯
--------------------------------------------------------*/
#pagetop{
background-color:rgba(0,0,0,.8);
border:3px solid #fff;
box-shadow:0 1px 5px #000;
border-radius:30px;
height:40px;width:40px;
text-align:center;
position:fixed;
bottom:20px;right:20px;
z-index:1000;
}
.arrow{
border-left:3px solid #e1d7b8;
border-top:3px solid #e1d7b8;
position:absolute;
top:40%;left:30%;
height:14px;width:14px;
-ms-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
transform:rotate(45deg)
}
/*--------------------------------------------------------
ãƒ¡ãƒ‹ãƒ¥ãƒ¼
--------------------------------------------------------*/
#menu{
background:rgba(255,255,255,0);
line-height:1;
position:absolute;
text-align:left;
bottom:0;left:0;
width:100%
}
nav li{
float:left;
border-radius:5px 5px 0 0;
position:relative;
display: inline-block;
  margin-right: 15px; 
height:2em;line-height:2em;
width:100px /* ãƒ¡ãƒ‹ãƒ¥ãƒ¼å¹…ãƒ»å‰Šé™¤ã™ã‚‹ã¨æ–‡å­—ã®é•·ã•ã«ä½µã›ã¦å¹…ãŒæ±ºã¾ã‚Šã¾ã™ */
}
nav li a{
color:#000;
display:block;
padding:0 10px
}
nav li a:hover{
color:#fff
}
.menubg01{background:#c78e75}
.menubg02{background:#fa8282}
.menubg03{background:#ffa973}
.menubg04{background:#e6be67}
.menubg05{background:#b9cc5c}
.menubg06{background:#408080}
.menubg07{background:#6ab5ff}
/*--------------------------------------------------------
è¦‹å‡ºã—ã€æž ã€ç·š
--------------------------------------------------------*/
h1{
font-size:1.2em;
letter-spacing:.2em;
margin:0 0 .5em 0
}
h2,.h2{
background:#fff;
border-left:8px solid #e1d7b8;
box-shadow:1px 1px 2px #999;
font-size:1.2em;
margin:15px 0;
padding:3px 10px
}
h3,.h3{
border-bottom:1px #000 solid;
font-size:1.2em;
font-weight:400;
margin:15px 0;
padding:3px 10px
}
dt{
font-weight:700;
float:left;
margin:0 0 5px;
width:12em
}
dd{
border-bottom:1px solid #000;
margin:0 0 5px 13em
}
dl:after{
content:"";
clear:both;
height:0;
display:block;
visibility:hidden
}
em{
font-weight:700
}
input,textarea{
border:1px solid #000;
color:#000;
margin:3px 0;
width:80%
}
textarea{
height:50px
}
hr{
display:block;
border:0;  
border-top:1px solid #ccc;
margin:1em 0;
padding:0;
height:1px
}
.marker{
background:#fa8282
}
.ln01{
border-bottom:5px #95856b solid;
margin:10px 0
}
.ln02{
border-bottom:3px #e6be67 dashed;
margin:10px 0
}
.textbox{
border:1px #000 solid;
margin:10px 0;
padding:3px;
text-align:center
}
.title{
color:#000;
font-size:1.5em;
font-weight:700;
margin:2em 0;
text-align:right
}
.title:first-letter{
color:#e1d7b8;
font-size:1.6em
}
.txt{
border-left:1px dotted #000;
color:#999;
margin:1em;
padding:0 0 0 1em
}
.frame{
border:6px solid #fff;
border-radius:3px;
box-shadow:4px 4px 4px #ccc;
-webkit-box-shadow:4px 4px 4px #ccc
}

button{
background: #73b52b;
display: flex;
  justify-content:flex-start;
  border: 10px #265213;
  font-family:"Cheesy", Garamond;
  padding: 5px;
  width: 70px;
  height: 30px;
  border-radius:5px;
  color:#fff;
}
/*--------------------------------------------------------
ã‚¹ãƒžãƒ›ã€ã‚¿ãƒ–ãƒ¬ãƒƒãƒˆç”¨
æ¨ªå¹…600pxã§åˆ‡ã‚Šæ›¿ãˆ
--------------------------------------------------------*/
@media screen and (max-width: 600px){
body{font-size:1.2em}
html{min-height:inherit}
#box{position:relative;height:auto;width:100%}
dt{float:none;width:auto}
dd{margin:0 0 5px 0}
input,textarea{width:auto}
}
