<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

* {
-webkit-appearance: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;

}

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,
caption, tbody, tfoot, thead,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;

}

body {
    font-family:"Koburina Gothic W6 JIS2004";
    color:#000;
    -webkit-text-size-adjust: 100%;
    font-size:20px;
    line-height:2em;
    letter-spacing: 2px;
}




img {
    vertical-align: middle;
    font-size:0;
    line-height: 0;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}

blockquote, q {
    quotes:none;
}

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

a{
text-decoration:none;
color:#3E3A39;
}

a:hover{
filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.mb2em{
    margin-bottom:2em;
}

li {
    list-style-type: none;
}

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

.wrapper{
    position: relative;
}
section.onepage{
    text-align: center;
    position: relative;
    overflow:hidden;
}

.midpos{
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.fixed_area{
    position:fixed;
    width:100%;
    z-index:100;
    background:#000;
}

.abs_area{
    position:absolute;
    width:100%;
}


.bk_01{
    background:url(../img/bk01.jpg) no-repeat center center #fff;
    background-size:cover;
    position:relative;
}
.copy01_txt,.copy01_bk,.copy02_txt,.copy02_bk{
    display:none;
}

.bk_02{
    background:url(../img/bk02.jpg) no-repeat center center;
    background-size:cover;
    position:relative;
    display:none;
}
.scroll_area{
    position: absolute;
    width:100%;
    z-index: 200;
}

a.to_link2{
    color: #ff0000;
    width:180px;
    
    border-radius: 100px;
    text-align: center;
    font-size: 14px;
    padding: 10px 20px;
    margin: 10px 20px 20px;
    border: 1px solid #ff0000;
    display: inline-block;
    font-family: "Koburina Gothic W3 JIS2004";
    line-height: 1em;
    letter-spacing: 0px;
}
.txt_c{
    text-align:center;
}
.mb60{
    margin-bottom:60px;
}

.right{
    float:right;
}

section p{
    text-align: justify;
    margin:0px auto;
    display:block;
    width:600px;
}
.arrow{
    display: block;
    position: absolute;
    bottom:0px;
    left:0px;
    right:0px;
    margin:0px auto;
    height:100%;
    max-height:81px;
    width:auto;
}
.btn_area{
    position:fixed;
    bottom:30px;
    width:100%;
    height:81px;
    z-index:101;
    text-align: center;
    display:none;
    z-index:300;
}

.btn_area a{
    display:inline-block;
}

.btn_area_anser{
   position:fixed;
    bottom:30px;
    width:100%;
    height:81px;
    z-index:101;
    text-align: center;
    display:none;
    z-index:300;
}

.btn_area_anser a{
    display:inline-block;
}
.main_contents{
    margin:0px auto;
}
.photo_main{
    background:#fff;
}
.contents_area{
    width:1000px;
    margin:0px auto;
    position:relative;
}

h1{
    position:absolute;
    top:30px;
    right:100px;
}
.icon_fixed{
    position:absolute;
    width:1000px;
    top:0px;
    left:0px;
    right:0px;
    margin:0px auto;
    pointer-events: none;
}
.right_area{
    width:80px;
    position:absolute;
    top:30px;
    right:0px;
    text-align: center;
    padding:0px 10px;
}

.updown{
    width:80px;
    position:absolute;
    bottom:30px;
    right:0px;
    text-align: center;
    padding:0px 10px;
    pointer-events:painted;
    display:none;
}
.num_area{
    font-size:14px;
    font-family:"Koburina Gothic W1 JIS2004";
    padding:20px 0px;
    display: block;
    text-align:center;
    letter-spacing: 0px;
}
.fortypesquare{
    display:none;
    font-family:"Koburina Gothic W1 JIS2004";
}
.mt15{
    margin-top:15px;
}

.white_bk{
    background:rgba(255,255,255,0.93);
    margin:60px 0px;
    padding:50px;
}

.white_bk2{
    background:rgba(255,255,255,0.93);
    margin:60px 0px;
    padding:45px;
}

.white_bk3{
    background:rgba(255,255,255,1);
    padding:60px;
    margin-bottom:60px;
}

.bk_scroll{
    background-image:url(../img/bk05.jpg);
    background-size:cover;
    padding-top:120px;
    margin-top:-60px;
}
.sns_area{
    background:rgba(255,255,255,1);
    padding:50px 0px;
}
.sns_area ul{
    overflow:hidden;
    display:block;
    margin:40px auto 0px;
    width:700px;
}

.copyright_area{
    margin-top:60px;
    background:rgba(255,255,255,1);
    padding-top:50px;
}

.sns_area ul li{
    float:left;
    width:25%;
    text-align:center;
}

.btn_home{
    width:180px;
    color:#ff0000;
    border-radius:100px;
    text-align:center;
    font-size:14px;
    padding:10px;
    margin:0px auto 50px;
    border:1px solid #ff0000;
    display:block;
    font-family:"Koburina Gothic W3 JIS2004";
    line-height:1em;
}




.copyright{
    text-align: center;
    padding-bottom:55px;
}
.pc_only{
    display:blcok;
}

.sp_only{
    display:none;
}

.sns_area h3{
    
    font-size:19px;
    text-align:center;
    font-weight: normal;
}

.yodogawa{
    width:540px;
    margin:0px auto;
    font-size:18px;
    line-height:2em;
    letter-spacing: 1px;
    text-align:justify;
}
.yodogawa a{
    color:#ff0000;
    margin-top:2em;
    display:inline-block;
}


.txt_area dl{
width:540px;
margin:0px auto 2em;
overflow:hidden;
    text-align:left;
}

.txt_area dt{
font-weight:bold;
font-size:15px;
width:60px;
float:left;
line-height:2em;
font-family:"Koburina Gothic W6 JIS2004";
}
.txt_area dd{
font-weight:normal;
font-size:16px;
width:480px;
font-family:"Koburina Gothic W3 JIS2004";
float:right;
letter-spacing: 1px;
line-height:2em;
}

.txt_area p.caption{
font-size:16px;
line-height:2em;
letter-spacing:2px;
width:470px;
margin:0px auto 30px;
}
.profile{
    padding:10px 0px;
    width:540px;
    margin:30px auto 0px;
    display:none;
}
.profile h2{
    margin-bottom:1em;
}
.profile p{
    font-family:"Koburina Gothic W3 JIS2004";
    font-size:16px;
    letter-spacing: 0.5px;
    line-height:2em;
    
}
.profile .close{
    text-align: right;
    font-size:30px;
}
.profile .close a{
    margin-top:0px;
}

.mt0{
    margin-top:0px!important;
}

.end{
    font-size:15px;
    text-align:center;
    font-family:"Koburina Gothic W3 JIS2004";
}
.txt_area h2{
    font-size:23px;
    font-family:"Koburina Gothic W6 JIS2004";
    text-align: left;
    margin:60px auto 30px;
    width:540px;
    
}

.img_area{
width:700px;
margin:30px auto 40px;
    text-align:center;
}

.img_area img{
    margin:10px auto;
}

.img_area p{
    font-size:13px;
    line-height: 1.8em;
    text-align: left;
    font-family:"Koburina Gothic W3 JIS2004";
}


ul.navi{
    overflow:hidden;
    width:600px;
    margin:0px auto;
}

ul.navi li{
    float:left;
    width:50%;
}

ul.navi li:first-child{
    text-align:left;
}

ul.navi li:last-child{
    text-align:right;
}

ul.navi li a{
    color:#ff0000;
    font-size:17px;
    font-family:"Koburina Gothic W3 JIS2004";
}

h3.archive_title{
    width:600px;
    font-size:20px;
    margin:0px auto 10px;
    text-align: center;
}

ul.archive_navi{
    overflow: hidden;
    width:600px;
    margin:0px auto;
}

ul.archive_navi li a{
    display: block;
    border:1px solid #000;
    padding:20px;
    padding-left:80px;
    background:url(../img/archive_01.png) no-repeat center left 20px;
    background-size:42px 35px;
    font-size:18px;
    line-height:1em;
    margin-top:10px;
}

ul.archive_navi li a.archive02{

    background:url(../img/archive_02.png) no-repeat center left 20px;
    background-size:49px 36px;
    margin-top: 30px;

}
ul.archive_navi li a.archive03{
    background:url(../img/archive_03.png) no-repeat center left 20px;
    background-size:50px 36px;
    margin-top: 30px;
}

.seikatsu_info{
    width:600px;
    text-align:center;
    margin:0px auto;
}

.seikatsu_info h3{
    font-size:20px;
    margin-bottom:20px;
}
.seikatsu_info p{
    display:inline-block;
    text-align: left;
    font-size:15px;
    line-height:2em;
    font-family:"Koburina Gothic W1 JIS2004";
    letter-spacing: 1px;
}

.seikatsu_info a{
    color:#ff0000;
    font-size:17px;
    font-family:"Koburina Gothic W3 JIS2004";
}

.sell_info{
    width:600px;
    text-align:center;
    margin:0px auto;
}

.sell_info h3{
    font-size:19px;
    margin-bottom:20px;
}
.sell_info p{
    display:inline-block;
    text-align: left;
    font-size:15px;
    line-height:2em;
    font-family:"Koburina Gothic W1 JIS2004";
    letter-spacing: 1px;
}

.c_tate{
    width:500px;
    margin-left:auto;
    margin-right:auto;
}

@media screen and (max-width:768px){


.pc_only{
    display:none;
}

.sp_only{
    display:block;
}  

img{
        max-width:100%;
}

*{
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.yodogawa,.txt_area dl,.txt_area dt,.txt_area dd,.img_area,ul.navi,h3.archive_title,
    ul.archive_navi,.seikatsu_info,.sell_info,.icon_fixed,.contents_area{
        width:100%;
    }
    
    section p{
         width:100%;
        padding:0px 10px;
        font-size:18px;
        line-height: 1.8em;
        letter-spacing: 1px;
    }
    
    section p img{
        width:48%;
        
        float:left;}
    
    .sns_area ul{
        width:100%;
        padding:0px 10px
    }
    
    .arrow{
    max-width:10%;
    height:auto;
}
    .sell_info h3 {
    font-size: 19px;
        text-align:left;
    margin-bottom: 20px;
}
    h1{
        display:inline-block;
        text-align: right;
        height:auto;
    }
    
    .txt_area dl {
    margin: 0px auto 1em;
    overflow: hidden;
    text-align: left;
}
    
    h1 img{
        width:30%!important;
    }
    .copyright_area {
    margin-top: 20px;
    background: rgba(255,255,255,1);
    padding-top: 30px;
}
    
    .sns_area {
    background: rgba(255,255,255,1);
    padding: 30px 0px;
}
    .copyright {
    text-align: center;
    padding-bottom: 30px;
}
    .right_area{
    width:35px;
    position:absolute;
    top:15px;
    right:0px;
    text-align: center;
    padding:0px 5px;
}
    .bk_scroll {
    background-image: url(../img/bk_sp.jpg);
    background-size: cover;
    padding-top: 60px;
    margin-top: -20px;
}
    .updown{
        width: 25px;
    position: absolute;
    bottom: 30px;
    right: 5px;
    padding: 0px 5px;
}
    
    .num_area{
        font-size:10px;
        margin-left:-3px;
    }
    
    .white_bk,.white_bk3{
        padding:30px 30px 30px 30px;
        margin:20px 0px;
    }
    .white_bk2{
        margin:20px 0px;
        padding:20px 30px 20px 30px;
    }
    
    .white_bk3{
        margin-top:0px;
    }
    
    .pb40{
        padding-bottom:40px;
    }
    
    img.tate{
        width:72%;
        
    }
    
    .c_tate{
    width:72%;
    margin-left:auto;
    margin-right:auto;
}
    .txt_area h2{
        width:100%;
        margin-bottom:20px;
    }
    .bk_02 {
    background: url(../img/bk02_sp.jpg) no-repeat center center #000;
    background-size: contain;
    }
    
    .bk_01 {
    background: url(../img/bk01_sp.jpg) no-repeat center center #000;
    background-size: contain;
    }
    
    .bk_01 img,.bk_02 img{
        width:90%!important;
    }
    
    .img_area {
    margin: 30px auto 30px;
    }
    
    .sns_area ul {
    
    margin: 20px auto 0px;
    
    }
    
    ul.archive_navi li a {
    display: block;
    border: 1px solid #000;
    padding: 17px;
    padding-right:5px;
    padding-left: 50px;
    background: url(../img/archive_01.png) no-repeat center left 10px;
    background-size: 30px;
        
    font-size: 14px;
    line-height: 1em;
    margin-top: 10px;
}
    
    ul.archive_navi li a.archive02 {
    background: url(../img/archive_02.png) no-repeat center left 10px;
    background-size: 32px;
        margin-top: 20px;
        line-height:1.5em;
}
    
    ul.archive_navi li a.archive03{
    background:url(../img/archive_03.png) no-repeat center left 10px;
    background-size:32px;
    margin-top: 20px;
        line-height:1.5em;
}
    
    .profile{
        width:100%;
        padding:10px;
    }
    
    .img_area img{
        margin:10px auto 7px;
    }
    
    .yodogawa{
        font-size:17px;
        line-height:1.7em;
        letter-spacing: 1px;
    }
    
    .profile p{
        font-size:15px;
    }
    .bk_scroll{
    background-image:url(../img/bk05_sp.jpg);
    background-size:200%;
    padding-top:60px;
}
}

@media (max-width: 500px){
    


}</pre></body></html>