@charset "UTF-8";

@font-face {
  font-family: 'sans-serif';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'),
    url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2)
      format('woff2');
  font-display: swap;
}

/* CSS Document */


/* GENERAL */

html,
body {
    height: 100%;
}

body {
    color: #231815;
    font-size: 16px;
    font-family: "Yu Gothic", sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    width: 100%;
    height: 100%;
    position: relative;
    overflow-x: hidden;
}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@media only screen and (max-width: 768px) {
    color: #E50012;
    text-decoration: underline;
}

a:hover {
    color: #888;
    text-decoration: none;
}

a img {
    vertical-align: top;
}

a {
    color: #666;
    outline: none;
    text-decoration: none;
}





/* CLEARFIX */

.clearfix {
    zoom: 1;
}

.clearfix:after,
.floatBox:after,
z .floatBox2:after,
.newsList:after,
.photoList:after,
.floorList:after,
.newsListPage:after,
.thumList:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}

strong {
    font-weight: bold;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

/* ------------------------------------------
wrapper
------------------------------------------ */
#container {
    height: auto;
    width: 100%;
	margin: 0 auto 0;
    overflow: hidden;
}

.inner{
    margin: 0 auto;
    width: 100%;
}

.content-wrap{
    width: 100%;
    margin: 0 auto;
}

.cont-wrapper{
    width: 95%;
    max-width: 900px;
    margin: 0 auto;
}

#main-content{
    background: rgba(255,255,255,0.8);
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    padding-bottom: 80px;
}

.header-inner{
    width: 95%;
    max-width: 900px;
    margin: 0 auto;
    
}

.top-content1{
    font-size: 16px;
    color: #666;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
}

.top-content-mob{
    display: none;
}

.table-scroll{
    overflow-x: auto;
	white-space: nowrap;
}

.table-scroll table{
    width: auto;
  border-collapse: collapse;
    border: 0;
}

.table-scroll table th{
    border: solid 2px #E6E6E6;

}

.table-scroll table td{
    border: solid 1px #E6E6E6;
    border-bottom:0;
    border-right:0;
    word-wrap: break-word;
    font-size: 17px;
    font-weight: bold;
}

.table-scroll table th,
.table-scroll table td {
	min-width: 120px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.table-scroll table th{
    border-left: 0;
}

.table-scroll table .fixcell {
	position: -webkit-sticky;
	position: sticky;
	left: 120px;
	width: 120px;
	min-width: 120px;
	max-width: 350px;
}

.table-scroll table .fixcell:first-child {
	left: 0;
}

.table-scroll table .fixcell[colspan="2"] {
	width: 120px;
	min-width: 120px;
	max-width: 120px;
	left: 0;
}

.table-scroll table .fixcell[rowspan="2"] {
	height: auto;
}


@media only screen and (max-width: 1200px) {
    
    #main-content{
        width: 95%;
    }

    
}
@media only screen and (max-width: 640px) {
    
    .top-content1{
        margin: 0 !important;
        display: none;
    }
    
    .top-content-mob{
        display: block;
        font-size: 16px;
        color: #666;
        width: 100%;
        margin: 0 !important;
        }

    .table-scroll table .fixcell {
        position: -webkit-sticky;
        position: sticky;
        left: 100px;
        width: 100px;
        min-width: 100px;
        max-width: 100px;
    }

    .table-scroll table .fixcell:first-child {
        left: 0;
    }

    .table-scroll table .fixcell[colspan="2"] {
        width: 100px;
        min-width: 100px;
        max-width: 100px;
        left: 0;
    }

    .table-scroll table td{
        font-size: 12px !important;
    }


    
}

/* ------------------------------------------
LAYOUTs
------------------------------------------ */

h1 {
    text-align: center;
    font-size: 24px;
    width: 100%;
    font-weight: bold;
    font-family: "Yu Gothic", sans-serif;
    color: #775436;
    padding: 30px 0;
    background-color: #fef3f4;
    letter-spacing: 1px;
}


h2{
    width: 70%;
    display: block;
    margin: 0 auto;
    background: #ff949e;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    border-radius: 30px;
    font-size: 18px;
    letter-spacing: 2px;
    font-family: "Yu Gothic", sans-serif;
    margin-top: 20px;

}
 

h3{
   margin: 30px 0;
    font-size: 35px;
    line-height: 38px;
    letter-spacing: 2px;
    text-align: center;
    color: #ff949e;
    font-family: "Yu Gothic", sans-serif;
}

h3 span{
    font-size: 22px;
    display: block;
    font-weight: normal;
    letter-spacing: 3px;
}


h4 {
    width: 90%;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    padding: 24px 0;
    font-size: 26px;
    line-height: 32px;
    border-top: 1px solid #ff949e;
    border-bottom: 1px solid #ff949e;
    font-weight: normal;
    color: #ff949e;
}

.firsth4{
    font-weight: bold;
    color: #85765e;
    font-size: 30px;
    letter-spacing: 1px;
}

.firsth4 span{
    font-size: 50px;
    font-weight: bold;
    color: #ff949e;
    vertical-align: bottom;
}

.text-center{
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    width: 90%;
    margin: 0 auto;
}


.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;s
}

.flex2{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}


.margin-plus{
    display: block;
    height: 30px;
}

.margin-plus02{
    display: block;
    height: 10px;
}


a.pink-shadow{
    color: #fff;
    display: block;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 0 30px;
    background: #ee6978;
     box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.5);
    width: 80%;
    max-width: 650px;
    margin: 0 auto;
    padding: 10px 5px;
    background-image: url(../images/arrow-white.webp);
    background-repeat: no-repeat; 
    background-position: right 2% bottom 50%;
    background-size: 3%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
}

a.pink-shadow:hover{
    box-shadow: none;
    margin-top: 25px ;
    margin-bottom: 0px;
}

a.green-shadow{
    color: #fff;
    display: block;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 0 30px;
    background: #9bbe4c;
    border-radius: 25px;
    box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.5);
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
    padding: 10px 5px;
    margin-top: 20px;
    margin-bottom: 5px;
    background-image: url(../images/arrow-white.webp);
    background-repeat: no-repeat;
    background-position: right 4% bottom 50%;
    background-size: 4%;
    text-align: center;
}

a.green-shadow:hover{
    box-shadow: none;
    margin-top: 25px;
    margin-bottom: 0px;
}

a.brown-shadow{
    color: #fff;
    display: block;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 0 30px;
    background: #775436;
    border-radius: 25px;
    box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.5);
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
    padding: 10px 5px;
    margin-top: 20px;
    margin-bottom: 5px;
    background-image: url(../images/arrow-white.webp);
    background-repeat: no-repeat;
    background-position: right 4% bottom 50%;
    background-size: 4%;
    text-align: center;
}

a.brown-shadow:hover{
    box-shadow: none;
    margin-top: 25px;
    margin-bottom: 0px;
}

a.brown-btn{
    display: block;
    width: 70%;
    max-width: 400px;
    margin: 0 auto;
    background: #775436;
    color: #fff;
    border: 1px solid #775436;
    margin-top: 10px;
    border-radius: 20px;
}

a.brown-btn:hover{
    background: #fff;
    color: #775436;
    border: 1px solid #775436;
}

a.contact-shadow{
    color: #fff;
    display: block;
    font-size: 18px;
    letter-spacing: 2px;
     box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.5);
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 5px;
    border-radius: 30px;
}

a.contact-shadow img{
    width: 100%;
}

a.contact-shadow:hover{
    box-shadow: none;
    margin-top: 25px;
    margin-bottom: 0px;
    opacity: 1 !important;
}


.brown-title{
    font-size: 32px;
    letter-spacing: 2px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    color: #775436;
}

.txt-big{
    font-size: 18px;
    font-weight: bold;
}


hr.dot-style{
    border-top: 3px dotted #85765e;
}


@media only screen and (max-width: 750px) {
    .flex{
        display: block;
    }

    h2{
        width: 95%;
        font-size: 16px;
        letter-spacing: 0;
    }

    h3{
        font-size: 26px;
        line-height: 36px;
        letter-spacing: 0;
    }
    
    h4{
        width: 90%;
        font-size: 22px;
        line-height: 30px;
    }
    
    .firsth4 span{
        font-size: 42px;
        padding-top: 10px;
        display: inline-block;
    }
    
    a.pink-shadow{
        font-size: 16px;
        width: 90%;
    }

}



/* ------------------------------------------
header
------------------------------------------ */

#header-wrapper{
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

#header {
    width:35%;
    height:auto;
	margin-bottom: 0;
    background-image: url("../images/logo.webp");
    background-size: 90% auto;
    background-position: left middle;
    padding: 0;
    background-color: #fff;
}

#header a{
	display:block;
    height: 130px;
   overflow: hidden;
    margin-bottom: 30px;
}



#mobile-head{
    width: 100%;
    display: block;
}

.header-topinner{
    width: 98%;
    margin: 0 auto;
    max-width: 1200px;
    clear: both;
    display: flex;
}

#header-info{
    width: 60%;
    text-align: right;
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;

}

#header-info02{
    display: none;
}

.header-tel{
    text-align: right;
    width: 65%;
    display: block;
    margin-top: 15px;
    
}

.header-tel img{
    width: 95%;
    max-width: 350px;
}

.header-mail{
    width: 35%;
    text-align: center;
    display: block;
    margin-top: 30px;
}

.header-mail:hover{
    opacity: 0.8;
}

.header-mail img{
    width: 95%;
    max-width: 200px;
}

.line-wrap {
    display: none;
}

.line-btn img{
    width: 100%;
    vertical-align: middle;
}



@media screen and (max-width: 900px){
    #header a{
        height: 120px;
    }
}

@media screen and (max-width: 750px){
    #header{
        width: 100%;
        margin: 0 auto;
        margin-top: 10px;
        background-size: 40% auto;
    }
    
    .header-topinner{
        display: block;
    }
    
    #header-info{
        width: 100%;
        display: block;
        margin: 0 auto;
        text-align: center;
        border-top: 2px dotted #ff949e;
        padding-top: 10px;
    }
    
    #header-info02{
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 15px 0;
        display: block;
        background: #fff;
    }
    
    
    .header-tel{
        margin: 0 auto;
        width: 80%;
        text-align: center;
    }
    
    .header-mail{
        margin: 0 auto;
        width: 90%;
        max-width: 400px;
        margin-top: 15px;
        text-align: center;
        margin-bottom: 10px;
        background: #85765e;
        border-radius: 10px;
        vertical-align: middle;
    }
    
    .header-mail img{
        max-width: 220px;
    }
    
    #mobile-head{
        width: 70%;
    }

    #header a{
    height: 60px;
    margin-bottom: 0px;
    }
    
    .line-wrap{
        display: block;
        background: url("../images/line-hover.webp") no-repeat;
        background-size: contain;
        width: 90%;
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    
    .line-wrap .line-btn{
        display: inline-block;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        text-align: center;
    }
    
    .line-wrap .line-btn:hover{
        background-color: transparent;
    }
    
    .line-wrap .line-btn:hover img{
        visibility: hidden;
    }


}

@media screen and (max-width: 550px){
    #header{
        width: 100%;
        margin: 0 auto;
        margin-top: 10px;
        background-size: 55% auto;
    }
}
/* ------------------------------------------
navigation
------------------------------------------ */
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 15px;
    line-height: 26px;
    width: 100%;
    margin-top: 5px;
    font-family: "Yu Gothic", sans-serif;
    color: #fff;
}

#global-nav ul .list-wrap{
    display: block;
    position: relative;
}

#global-nav ul .list-wrap ul{
    padding: 10px 0;
    text-align: center;  
    background: #ff949e;
}

#global-nav ul .list-wrap2{
    margin-top:35px;
}

#global-nav ul .list-wrap2 ul{
    background: none;
    padding: 0px;
    text-align: center;
}

#global-nav ul .list-wrap li {
    display: inline-block;
    margin: 0;
    text-align: center;
    border-right: dotted 2px #ffe7e9;
}

#global-nav ul .list-wrap li:first-child {
    border-left: dotted 2px #ffe7e9;
}

#global-nav ul .list-wrap li a{
    color: #fff;
    background:#ff949e; 
    padding: 10px 5px;
}

#global-nav ul .list-wrap li a:hover{
    color: brown;
    
}

#global-nav ul .list-wrap li a img{
    width: 100%;
}

#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #303030;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


@media screen and (max-width: 750px) {
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -650px;
        width: 95%;
        text-align: center;
        padding: 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        z-index: 1;
        padding-top: 85px;
        padding-bottom: 10px;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        margin: 0 auto;
        padding: 0;
        font-size: 16px;
    }
    
    
    #global-nav ul .list-wrap ul{
        padding: 0;
    }
    #global-nav ul .list-wrap li {
        width: 100%;
        float: none;
        position: static;
        background: #fff;
        padding: 0;
    }
    #global-nav ul .list-wrap2{
        margin-top: 0;
    }

    #global-nav ul .list-wrap li a,
    #global-nav ul .list-wrap2 li a{
        width: 100%;
        display: block;
        padding: 9px;
        font-size: 16px;
    }

    #global-nav ul .list-wrap li{
        border-right: none !important;
        border-bottom: dotted 2px #f3981e;
    }
    
    #global-nav ul .list-wrap li:first-child {
        border-left: none;
    }

    
    #global-nav ul li a img{
        width: 40% !important;
        padding-bottom: 30px;
    }
    
    #global-nav ul .list-wrap2 li{
        border: none;
    }
    
    #global-nav ul .list-wrap2 li a{
        border: 1px solid #666;
        width: 90%;
        margin: 0 auto;
        margin-top: 3px;
    }

    
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
    
    #global-nav ul li.menu a:after {
        display: none;
    }

    #global-nav ul li.menu a:hover:after {
        display: none;
    }
    
}



/* ------------------------------------------
footer
------------------------------------------ */

#footer{
	clear: both;
	color: #303030;
	padding: 15px 0 0;
    font-weight: 800;
    font-family: serif;
    position: relative;
    margin-top: 50px;
    background: #fef3f4;
    padding-bottom: 130px;
    
}
#foot-inner{
	width: 95%;
	margin: 10px auto 0;
	max-width: 1200px;
}

.f-logo{
    width:50%;
    max-width: 350px;
    height:120px;
    margin: 0 auto;
	margin-bottom: 0;
    background-image: url("../images/logo.webp");
    background-size: contain;
    background-position: center bottom;
}

.f-logo a{
    display: block;
    height: 100px;
    overflow: hidden;
}

.f-address{
    display: block;
    text-align: center;
    color: #775436;
    font-size: 14px;
    
}

.f-nav-wrap{
    width: 95%;
    max-width: 740px;
    padding: 1.5%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    margin: 0 auto;
}

.f-nav{
    width: 95%;
    max-width: 740px;
    padding: 1.5%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    margin: 0 auto;
    margin-bottom: 20px;
}

.f-nav li{
    width: 33%;
    font-size: 12px;
    list-style-type: none;
    background-image: url(../images/arrow-footer.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    padding-left: 30px;
    margin-bottom: 10px;
    text-align: left;
}

.f-nav li a{
    color: #775436;
    padding: 1px;
    font-family: sans-serif;
    font-size: 11px;
}

.f-nav li a:hover{
    opacity: 0.5;
}

.copy-r{
    color: #fff;
    font-size: 11px;
    text-align: center;
    background: #ff949e;
    padding: 5px;
    font-family: sans-serif;
}

@media only screen and (max-width: 740px) {
    
    #footer{
        padding-bottom: 120px;
    }
    #foot-inner{
        display: block;
    }
    .f-logo{
        width: 80%;
    }
    
    .f-top a{
        padding: 8px;
        font-size: 14px;
    }
    
    .f-nav-wrap{
        width: 100%;
        margin-bottom: 0;
    }
    
    .f-nav{
        width: 100%;
        margin-bottom: 0;
    }
    .f-nav li{
        width: 50%;
        font-size: 8px;
        padding-left: 18px;
    }
    
    .f-nav li a{
        font-size: 9px;
    }
}

@media only screen and (max-width: 500px) {
        #footer {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 320px) {
        .f-nav li{
        width: 80%;
        margin-left: 20%;
            font-size: 11px;
    }
}

/* ------------------------------------------
sticky
------------------------------------------ */


    #stick-tel{
        display: none;
    }
    
    #stick-tel{
        display: block;
         position:fixed;
        width: 100%;
        margin: 0 auto;
        background: #ff949e; 
        text-align: center;
        bottom: 0; /*下に固定*/
    }

    #stick-tel a{
        margin: 0 auto;
        display: table-cell;
        vertical-align: middle;
        padding: 10px;
    }

    #stick-tel a img{
        width: 100%;
        margin: 0 auto;
        max-width: 900px !important;
    }

#stick-tel .line-sp{
    display: none;
}

#daytime-stick{
    display: table;
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
    height: 80px;
}

#daytime-stick .stick-line{
    max-width: 100px;
    min-width: 80px;
}

#daytime-stick .line-pc,
#daytime-stick .line-sp{
    width: 85%;
}



@media only screen and (max-width: 850px) {
    
    #stick-tel{
        padding: 0;
    }
    
    #stick-tel .line-sp{
        display: inline-block;
    }
    
    #stick-tel .line-pc{
        display: none;
    }

    #daytime-stick .line-sp{
        width: 100%;
        padding: 10px 5px;
    }
    
    #daytime-stick .stick-line{
        min-width: 50px;
        padding: 10px 2px 10px 10px;
    }
}
/* ----------------------------------------
RSS
---------------------------------------- */

#news{
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.news-title{
    display: block;
    margin: 0 auto;
    color: #fff;
    background: #85765e;
    text-align: center;
    width: 95%;
    max-width: 850px;
    padding: 5px 0;
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 20px;
}


#rss,
#rss-v{
    width: 95%;
    margin: 0 auto;
    max-width: 850px;
    border: 1px solid #666;
}

/*
#rss ul{
    display: flex;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 15px;
}

#rss ul li{
    display: inline-block;
    width: 30%;
}
*/

#rss ul li .thumb,
#rss-v ul li .thumb{
    width: 30%;
    text-align: center;
    display: inline-block;
}

#rss ul li .thumb img,
#rss-v ul li .thumb img{
    width: 85%;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    margin-top: -20px;
}

#rss ul li .desc,
#rss-v ul li .desc{
    width: 60%;
    margin: 0 auto;
    padding-top: 10px;
    display: inline-block;
    height: 80%;
    vertical-align: middle;
}

#rss ul li .desc span,
#rss-v ul li .desc span{
    display: block;
    color: #85765e;
}

#rss ul li .desc a,
#rss-v ul li .desc a{
    color: #000;
    font-size: 18px;
    border-left: 1px solid #000;
    padding-left: 10px;
}

#rss ul li a:hover,
#rss-v ul li a:hover{
    opacity: 0.8;
}


.multiple-item{
   height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.multiple-item > li{
    height: 120px;
    width: auto;
}

.multiple-item::-webkit-scrollbar {
  display: none;
}



@media only screen and (max-width: 750px) {
        .multiple-item{
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        display: flex;
        height: 250px;
    }
    .multiple-item > li{
        height: 100%;
        width: 40%;
        flex: none;
        color: #FFF;
        font-size: 150%;
        font-weight: bold;
        align-items: center;
        justify-content: center;
    }
    
    #rss ul li .thumb,
    #rss-v ul li .thumb{
        width: 90%;
        display: block;
    }
    
    #rss ul li .thumb img,
    #rss-v ul li .thumb img{
        margin-top: 10px;
    }
    
    #rss ul li .desc,
    #rss-v ul li .desc{
        width: 90%;
        display: block;
        height: auto;
    }

    #rss ul li .desc a,
    #rss-v ul li .desc a{
        font-size: 14px;
        border-left: none;
        padding-left: 0px;
        font-weight: normal;
        display: block;
        line-height: 22px;
        margin-top: 10px;
    }
    #rss ul li .desc span,
    #rss-v ul li .desc span{
        font-size: 14px;
        font-weight: normal;
    }

    .multiple-item::-webkit-scrollbar {
      display: block;
    }
}

/* ------------------------------------------
display-non
------------------------------------------ */
.res-n{
    display:inline-block;
}
.dis-n{
    display: none !important;
}

.dis-n02{
    display: none !important;
}

.dis-n03{
    display: none !important;
}

.dis-n-a{
    display: none;
}
@media only screen and (max-width: 750px) {
    .res-n{
        display: none !important;
    }
    
    .dis-n{
        display: block !important;
    }
    
    .dis-n02{
        display: block !important;
    }
    
}

@media only screen and (max-width: 500px) {
    
    .dis-n02{
        display: none !important;
    }
    .dis-n03{
        display: block !important;
    }
}


/* ----------------------------------------
pagetop
---------------------------------------- */
.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 50000;
}
.pagetop:hover {
  bottom: 15px;
    right: 15px;
    cursor:pointer;
    zoom:1;
}
   .pagetop img{
       width: 40px;
    }

@media only screen and (max-width: 768px) {
    
    .pagetop {
        display: none;
        position: fixed;
        bottom: 110px;
        right: 10px;
        z-index: 50000;
    }
   .pagetop img{
       width: 30px;
    }
    
    .pagetop:hover {
        bottom: 95px;
        right: 5px;
        cursor:pointer;
        zoom:1;
    }
}


/* ----------------------------------------
main-visual
---------------------------------------- */
.main-visual-sli{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.main-visual-sli img{
    width: 100%;
}

.main-visual-sli-sp{
    display: none;
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
}

.main-visual-sli-sp img{
    width: 100%;
}

@media only screen and (max-width: 680px) {
    .main-visual-sli-sp{
        display: block;
    }
    .main-visual-sli{
        display: none;
    }

}