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:100%;width:100%;overflow:auto;-webkit-overflow-scrolling:touch}
.ifrm{border:none;display:block;height:100%;width:100%}
.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}
/* この上はいじらないほうがいいです */

html{
font-size:62.5%;
height:100%
}


body {cursor: url(/media/tcursor.png), auto;
    /* background: #fff; */
    color: #000;
    font-family: 'Newsreader', sans-serif;
    font-size: 1.4em;
    text-align: left;
    letter-spacing: .1em;
    line-height: 1.5;
    /* border-radius: 107px; */
    padding: 10px 10px 60px;
    overflow-x: hidden;
}


body:active {
  cursor: url('/media/tcursor2.png'), auto;
}


  ::-webkit-scrollbar {
        width: 6px;
    }

    ::-webkit-scrollbar-track {
        background-color: #083844;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #0B586C;
    }
    
a{
color:#083844;
text-decoration:underline
}
#page a{
color:#fff;
text-decoration:none
}
#rightcolumn a{
background:#000;
border-radius:5px;
display:block;
color:#fff;
margin:4px 0;
padding:2px
}
a:hover{
color:#000
}
#page a:hover{
color:#083844
}
/*--------------------------------------------------------
インラインフレーム外設定
--------------------------------------------------------*/
#page {
    background: black;
    padding: 0;
    margin: 0 auto;
    position: relative;
    height: 100%;
    min-width: 850px;
    text-align: center;
}
header {
    background: #000;
    /* border-top: 5px solid #F8CFD0; */
    color: #fff;
    padding: 10px;
    position: relative;
    width: 100%;
    min-width: 850px;
}
#wrapper{
position:relative;
height:100%;min-height:600px;
min-width:850px;
text-align:left
}
#column-wrap {
    background: #fff url(media/back01.png);
    position: relative;
    min-height: 600px;
    width: 100%;
}
#column {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 600px;
    width: 860px;
}

#contents-wrap {
    height: 500px;
    width: 105%;
    float: left;
}
#contents {
    padding-top: 59px;
    margin-right: 180px;
    margin-left: 229px;
    height: 374px;
    width: 418px;
}

#content3 {

    margin-left: 50px;
    /* margin-right: 37px; */
}

#leftcolumn {
    float: left;
    padding: 90px 5px 0 0px;
    margin-left: -110%;
    width: 200px;
}

#rightcolumn {
    float: left;
    margin-top: 80px;
    padding: 0px 0px 0 0px;
    margin-left: -300px;
    width: 300px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}
footer {
    /* vertical-align: top; */
    background: #000;
    /* border-bottom: 5px solid #F8CFD0; */
    color: #000000;
    padding: 30px;
    /* width: 100%; */
    /* min-width: 700px; */
    /* text-align: center; */}
#heart{
position:absolute;
margin:auto;
left:0;right:0;top:0;bottom:0;
width:700px;height:600px
}
#heart:before,
#heart:after{
position:absolute;
content:"";
left:350px;top:20px;
width:380px;height:580px;
background:#fff;/* ハートの色 */
border-radius:200px 200px 0 0;
-webkit-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
transform:rotate(-45deg);
-webkit-transform-origin:0 100%;
-ms-transform-origin:0 100%;
transform-origin:0 100%
}
#heart:after{
left:-30px;
-webkit-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
-webkit-transform-origin:100% 100%;
-ms-transform-origin:100% 100%;
transform-origin :100% 100%
}
/*--------------------------------------------------------
index
--------------------------------------------------------*/
#index{
background:#fff url(image/back01.png)
margin:20px auto;
text-align:center
}
.indexbox{
background:#fff;
border-radius:10px;
margin:0 auto;
padding:20px;
width:400px
}
/*--------------------------------------------------------
ページ上部へのリンク
--------------------------------------------------------*/
#pagetop{
right:10px;bottom:-100px;/* 弄った場合はjquery.scroll.jsも変更 */
-webkit-transition:.5s;
transition:.5s
}
#pagetop:before,#pagetop:after{
background:#083844/* 背景色 */
}
.arrow{
border-left:3px solid #fff;/* 線の色 */
border-top:3px solid #fff/* 線の色 */
}
/* この下は弄らないほうがいいです */
#pagetop{display:block;position:fixed;width:50px;height:50px;z-index:50}
#pagetop:before,#pagetop:after{position:absolute;content:"";width:28px;height:40px}
#pagetop:before{left:6px;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border-radius:50px 50px 0 0}
#pagetop:after{left:16px;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:50px 50px 0 0}
.arrow{position:absolute;top:35%;left:36%;height:12px;width:12px;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);z-index:2}
/*--------------------------------------------------------
メニュー
--------------------------------------------------------*/
#menu{
text-align:right
}
#menu li a{
color:#ab9b82;
font-size:1.2em;
font-weight:700;
text-shadow:1px 1px #ab9b82;
border-bottom:1px dashed #083844;
display:block;
padding:3px 0
}
#menu li a:first-letter{
color:#000
}
#menu li a:hover{
color:#083844;
border-bottom:1px solid #000;
transition:.5s
}
#open{
display:none
}
/*--------------------------------------------------------
見出し、枠、線
--------------------------------------------------------*/
h1{
font-size:1.5em;
font-weight:700;
letter-spacing:.2em;
margin:0 0 10px 0
}
h2,.h2{
font-size:1.3em;
font-weight:700;
margin:10px 0;
padding:0.2em 0;
position:relative;
border-bottom:2px solid
}
h2:first-letter,.h2:first-letter{
font-size:1.5em;
color:#083844
}

h2::after,.h2::after{
background:#083844;
position:absolute;
bottom:-2px;left:0;
content:'';
height:2px;width:20%;
z-index:2
}
h3,.h3{
border-bottom:1px dashed;
font-weight:400;
margin:20px 0
}
.marker{
background:#fffacd; /* Ie9 */
background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #F8CFD0), color-stop(0.49, #F8CFD0), color-stop(0.5, #fffacd), color-stop(1, #fffacd));
background:-webkit-linear-gradient(transparent 50%, #fffacd 0%);
background:linear-gradient(transparent 50%, #fffacd 0%)
}
dt {
    color: lemonchiffon;
    background: #083844;
    border-radius: 5px;
    display: inline-block;
    padding: 2px;
}
dd{
border-bottom:1px dotted #ab9b82;
margin:0 0 1em 1em;
padding:2px
}
em{
font-weight:700
}
input,textarea{
background:#fff;
border:1px solid;
margin:3px 0;
width:90%
}
textarea{
height:50px
}
hr{
display:block;
border:0;  
border-top:1px dashed #083844;
margin:1em 0;
padding:0;
height:1px
}
.ln01{
border-left:5px solid #083844;
margin:5px 0;
padding:0 5px
}
.ln02{
border-left:5px solid #a3a328;
margin:5px 0;
padding:0 5px
}
.textbox{
border:1px dotted;
margin:10px 0;
padding:3px;
text-align:center
}
.title{
color:#083844;
font-size:1.5em;
font-weight:700;
letter-spacing:.2em;
margin:2em 0;
text-align:right
}
.txt{
border-left:1px dotted;
margin:1em;
padding:0 0 0 1em
}
.frame{
border:6px solid #fff;
border-radius:3px
}
/*--------------------------------------------------------
スマホ、タブレット用
横幅700pxで切り替え
--------------------------------------------------------*/
@media screen and (max-width: 700px){
#page,footer{
min-width:inherit
}
#wrapper{
min-height:inherit;
min-width:inherit
}
header{display:none;
}
marquee{display:none;}

    #contents2 {
        float: inline-start;
        position: relative;
        margin-block: -180px;
        /* padding-top: 25px; */
        /* margin-right: 180px; */
        margin-left: 20px;
        height: 50px;
        width: 50px;
    }
	#contents {
        background: #fff;
        border-radius: 10px;
        margin: 0;
        padding: 10px;
        height: 125%;
    }
#button1 {
    width: 100px;
    height: 32px;
    background-image: url(file:///C:/Users/Loani/Desktop/archivos%20eggsy/html/BUTTONIN1.png);
}
#button1:hover {
    background-repeat: no-repeat;
    background-image: url('file:///C:/Users/Loani/Desktop/archivos%20eggsy/html/BUTTONIN2.png');}

#button2
 {
    margin-top: 10px;
    width: 100px;
    height: 32px;
    background-image: url(file:///C:/Users/Loani/Desktop/archivos%20eggsy/html/buttonno1.png);
}
#button2:hover {
    background-repeat: no-repeat;
    background-image: url('file:///C:/Users/Loani/Desktop/archivos%20eggsy/html/buttonno2.png');}



#column-wrap{
min-height:inherit
}
#column{
height:100%;
width:100%
}
    #contents-wrap {
        /* padding: 43px; */
        height: 100%;
        /* float: none; */
    }


#contents-wrap {
    height: 500px;
    /* width: 105%; */
    /* float: left; */
}

#contents{
background:#fff;
border-radius:10px;
margin:0;
padding:10px;
height:100%
}
#leftcolumn,#rightcolumn{
float:none;
margin:0;
padding:0;
height:auto;width:auto;
overflow:visible;
-webkit-overflow-scrolling:auto
}
#heart{
display:none
}
.indexbox{
width:auto
}
/* 画像の縮小表示 */
img{
max-width:100%;
height:auto
}
/*--------------------------------------------------------
スマホ、タブレット用メニュー
--------------------------------------------------------*/
/* スライド */
#side-wrap{
background:rgba(241,157,158,.9); /* 背景色 */
padding:80px 20px 20px; /* メニューボタン分上を空ける */
height:100%;width:300px; /* (*1)同じにする */
transition:all .3s;
transform:translate(300px); /* (*1)同じにする */
-ms-transform:translate(300px); /* (*1)同じにする */
-webkit-transform:translate(300px); /* (*1)同じにする */



position:fixed;
top:0;right:0;
z-index:1000
}



#side-wrap.open{
transform:translate(0);
-ms-transform:translate(0);
-webkit-transform:translate(0)
}
#side{
padding-right:20px;
height:100%;
overflow:auto;
-webkit-overflow-scrolling:touch
}
#rightcolumn a{
background:none;
border-radius:0;
color:#fff;
text-decoration:underline
}
#rightcolumn a:hover{
color:#000
}
h2:first-letter{
color:#fff
}
h2::after{
background:#fff
}
/* メニュー */
#menu{
background:#000; /* 背景色 */
border-radius:10px;
padding:10px;
text-align:left
}
#menu li{
padding:10px 0
}
#menu li a{
color:#fff;
font-size:1.3em;
font-weight:700;
text-shadow:1px 1px #000;
border-bottom:1px dashed #b8a39b;
padding:7px 0
}
#menu li a:first-letter{
color:#f9d4d5
}
#menu li a:hover{
color:#b8a39b;
border-bottom:1px solid #083844
}

/* メニューを開くボタン */
#open{
color:#ab9b82;/* 文字色 */
display:inline-block;
position:absolute;
text-align:center;
height:60px;width:60px;/* 大きさ */
top:10px;right:10px;/* 位置 */
z-index:1001
}

#open-bg{display:block;width:60px;height:60px;z-index:50}
#open-bg:before,#open-bg:after{background:#083844}/* ハート背景色 */
#open-bg:before,#open-bg:after{position:absolute;content:"";width:28px;height:40px}
#open-bg:before{left:11px;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border-radius:50px 50px 0 0}
#open-bg:after{left:21px;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:50px 50px 0 0}
.open-text{position:absolute;bottom:0;left:0;width:100%}
#open .close + .open-text{color:#000}/* 開いた時の文字色 */
#open-icon,#open-icon:before,#open-icon:after{background:#fff}/* 線の色 */
#open-icon{display:block;margin:-1px 0 0 -10px;position:absolute;top:20px;left:50%;height:2px;width:20px}
#open-icon:before,#open-icon:after{content:"";display:block;position:absolute;top:50%;left:0;height:2px;width:20px;transition:.3s}
#open-icon:before{margin-top:-8px}
#open-icon:after{margin-top:6px}
#open .close{background:transparent}
#open .close:before,#open .close:after{margin-top:0}
#open .close:before{-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);background:#000}/* 開いた時の線の色 */
#open .close:after{-ms-transform:rotate(-135deg);-webkit-transform:rotate(-135deg);transform:rotate(-135deg);background:#000}/* 開いた時の線の色 */
}

/*--------------------------------------------------------
横幅320pxで切り替え
--------------------------------------------------------*/
@media screen and (max-width: 320px){
#heart{display:none}}

/*--------------------------------------------------------
横幅320pxで切り替え
