@charset "UTF-8";
/**-----------------------------------------------------------------
Template:vilva
Theme Name:vilva-child
Description:沖縄女子短期大学 白百合同窓会 ホームページ
Author:c-okinawa
Version:1.0
*/

/* Fontsize
=============================================*/
html{
    font-size: 62.5%;
}

body{
    font-size:1.6rem !important;/* 16px*/
    line-height: 2 !important;
}

h1, .site-title {
    font-size: 36px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));/* 24px~36pxで可変*/
    line-height: 1.3;
}

h2,h3 {
    font-size: 24px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));/* 20px~24pxで可変*/
    line-height: 1.3;
}

@media (min-width: 1200px) {/* 1200px以上*/
    h1, .site-title {
        font-size: 3.6rem !important;/* 36px*/
    }
    h2,h3,
    h2.entry-title{
        font-size: 2.4rem;/* 24px*/
    }
    h2.title-message  {
        font-size: 2.1rem;/* 21px*/
    }
}
@media screen and (max-width: 640px) {/* 640px以下*/
    body{
        line-height: 2;
    }
    h1, .site-title{
        font-size: 2rem !important;/* 20px*/
    }  
    h2,h3,
    h2.entry-title,
    h2.title-message {
        font-size: 1.8rem !important;/* 18px*/
    }   
}

/* h1,h2
=============================================*/
h1.page-title {
    padding: 1rem 2rem;
    border-left: 8px solid #f56262;
}

.entry-content h2 {
    border-bottom: 3px solid #F9AE94;
}

h2.title-message {
    border-bottom: 0px;
}

.header-bottom {
    border-top: 0px;
    border-bottom: 0px solid pink;
}

/* main-nav
=============================================*/
.main-navigation ul ul {
    background: #fdede4;
}

.main-navigation ul li a {
    text-decoration: none;
}

.menu-nav-container {
    font-size: 20px;
}

.submenu-toggle {
    font-size: 18px;
    right: 12px;
}

@media screen and (max-width: 1024px) {
    .header-bottom {
        background: #fdefec;
    }

    .toggle-btn .toggle-bar {
        background: #f56262;
    }

    .toggle-text {
        color: #f56262;
    }
}

/* top banner-caption
=============================================*/
@media screen and (min-width: 1025px) {
    .site-banner.static-cta-banner .banner-caption .container {
        background: rgba(253,239,236,0.9);
    }    
}

.banner-desc {
    text-align: left;
    font-weight: 600;    
}
.site-banner.static-cta-banner .banner-caption .btn {
    text-align: center;
    background: #f56262;
    color: #fff;
}

/* icon
=============================================*/
.svg-inline--fa {
    margin: 0 5px;  
}

/* button
=============================================*/
button {
    background: #fff;
    color: #f56262;
}
div.whatsnew-list button {
    border: 2px solid #f56262;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    background: #fff;
    color: #f56262;
    border: 2px solid #f56262;    
}

input[type="password"] {
    margin: 0 0 20px 0;
    border: 2px solid #a9a9a9; 
}

/* banner style
=============================================*/
a img {
    transition: all 0.3s ease 0s;  
}
a img:hover{
    opacity: 0.8;    
}


/* breadcrumb
=============================================*/
.breadcrumb-wrapper span {
    white-space: nowrap;
    padding-bottom: 0px;
}

/* secondary widget-area
=============================================*/
.page .content-area, 
.page .widget-area {
    margin-top: 60px;
}

#post-32 .entry-content {
    margin: 0;
}

/* whatsnew
=============================================*/
div.whatsnew {
    margin: 0 0 20px 0;
}
div.whatsnew dt {
    color: #313131;
}
.whatsnew h2 {
    color: #f56262;
    border-bottom: none !important;
}
.whatsnew h2::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f0f3';
    font-weight: 400;
    font-size: 125%;
    padding: 0 5px;
}


/* footer-nav
=============================================*/
div.footer-bb {
    border-bottom: 1px solid #fdefec;  
}

ul#menu-footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;    
}

@media (min-width: 1200px) {/* 1200px以上*/
    ul#menu-footer-nav {
        list-style: none;
        display: flex;
    }
    #menu-footer-nav li {
        width: 160px;
        height: 48px;
        line-height: 48px;
        text-align: center;
    }
}  

@media screen and (max-width: 640px) {/* 640px以下*/
    ul#menu-footer-nav {
        list-style: none;
    }
}

/* footer-t
=============================================*/
.footer-t {
    background: #fdefec;
}
.site-footer .widget_categories ul li, .site-footer .widget_text .textwidget,
.site-footer .widget .widget-title,
.footer-b .copyright{
    color: #222;
}

.footer-b .copyright a {
    color: #f56262;
}
.footer-b {
    background: #fff;
}

/* PDFicon
=============================================*/
a[href $='.pdf'] {
/*    float: left;*/
    display: flex;
    background:url(images/pdf.svg) no-repeat;
    margin: 0 0 0 0;
    padding: 3px 0px 3px 45px;
    background-size: 35px 35px;

}
a[href $='.pdf'] a {
    color:#0000FF;
}
a[href $='.pdf'] a:hover {
    color:#0000FF;
    text-decoration:underline;
}


/* imagePDF
=============================================*/
.link-to-pdf img.alignnone {
    border: 3px solid #cccccc; 
    transition: all 0.3s ease 0s;    
}

.link-to-pdf img.alignnone:hover {
    /*    opacity: 0.8;*/
    border: 3px solid #f56262; 
}

/* syotetuduki style
=============================================*/
.contact-box1 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 2px #f56262;
}

.contact-box1_title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -2px;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    background: #f56262;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

/* 404 style
=============================================*/
.error404 .site-main .btn-read {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 17px 50px;
    margin: 20px;
    line-height: 1.75em;
    background: #fff;
    color: #f56262;
    border: 2px solid #f56262;
    text-decoration: none;
}

.error404 .site-main .btn-read:hover{
    background: #f56262;   
    color: #fff;    
}

/* file style
=============================================*/
.wp-block-file {
    background: #fff !important;
    padding: 2% 0% !important;
    margin: 0;
}

/* sitemap style
=============================================*/
#sitemap_list li a {
    background-color: #fdefec !important;
    /*    border: solid 1px var(--primary-color) !important;*/
}

/* table style
=============================================*/
.wp-block-table table tr td, .wp-block-table table tr th {
    border: 1px solid #808080 !important ;
}

/* IE対策
=============================================*/
@media all and (-ms-high-contrast: none) {

    .main-navigation ul li:hover > a, .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current_page_item > a,
    .main-navigation ul li.current-menu-ancestor > a, .main-navigation ul li.current_page_ancestor > a,
    .main-navigation ul li:hover > .submenu-toggle, .main-navigation ul li.current-menu-item > .submenu-toggle,
    .main-navigation ul li.current_page_item > .submenu-toggle, .main-navigation ul li.current-menu-ancestor > .submenu-toggle,
    .main-navigation ul li.current_page_ancestor > .submenu-toggle, a {
        color: #f56262;
    }

    .submenu-toggle, .main-navigation ul li a {
        color: #333333;      
    }

    button:hover {
        background: #f56262;
    }

    .site-banner .banner-caption .container {
        width: 100%;
        max-width: 860px;
    }

}