@charset "UTF-8";

/*
Theme Name: rudolf 2021
Description: theme of rudolf since 2021
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

/*----------------------------------------------------*/ 
/* Reset style
-----------------------------------------------------*/ 
/* 
html5doctor.com Reset Stylesheet
v1.0.0
Last Updated: 2021-03-13
Author: Kazuko Tsutsui - https://rudolf.kyoto.jp
Twitter: @rudolf1207
*/

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, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	word-wrap: break-word;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

li {
	list-style: none;
}

img {
	vertical-align: bottom;
	font-size: 0;
	line-height: 0;
	max-width: 100%;
	height: auto;
}

/* wordpress reset */
figure {
    display: block;
    margin-block-start: auto;
    margin-block-end: auto;
    margin-inline-start: auto;
    margin-inline-end: auto;
}

/*----------------------------------------------------*/ 
/* structure
-----------------------------------------------------*/ 

html {
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}

body {
    margin: 0 auto;
    position: relative;
	background: #fff;
	color: #333;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
	line-height: 2;
}

body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}

#main {
	width: 900px;
    margin: 0 auto;
}

#main.wide {
	width: 1000px;
    margin: 0 auto;
}

/* 1080px（コンテンツ幅） */
@media only screen and (max-width: 1080px) {
    
    #main {
        box-sizing: border-box;
        width: 100%;
        padding: 0 9vw;
    }

    #main.wide {
        box-sizing: border-box;
        width: 100%;
        padding: 0 5vw;
    }
    
 }

/* 834px以下（タブレット縦・スマホ横） */
@media only screen and (max-width : 834px ) {

    #main {
        padding: 0 6vw;
    }

    #main.wide {
        padding: 0 6vw;
    }
    
}

/* 480px（スマホ縦） */
@media only screen and (max-width: 480px) {
    
    body {
        padding: 0;
    }
    
    #main,
    #main.wide {
        padding: 0 7vw;
    }

}

/* link */
a 			{ color: #000; text-decoration:underline; }
a:visited	{ color: #666; text-decoration:underline; }
a:hover 	{ color: #72cf15; text-decoration:none; }


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

#header_wrap {
    box-sizing: border-box;
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 20px 0;
    overflow: hidden;
}

#logo {
	width: 160px;
    float: left;
    margin-top: 5px;
}

#logo a {
    display: block;
}

#logo a:hover {
	opacity: 0.7;
}

/* 1080px（コンテンツ幅） */
@media only screen and (max-width: 1080px) {
    
    #header_wrap {
        width: 100%;
        padding: 40px 5vw 20px 5vw;
    }
    
    #logo {
	    width: 140px;
        margin-top: 2px;
    }
    
}

/* 834px以下（タブレット縦・スマホ横） */
@media only screen and (max-width : 834px ) {
 
    #header_wrap {
        z-index: 1000;
        position: fixed;
        top: 0;
        left: 0;
        box-sizing: border-box;
        width: 100%;
        height: 80px;
        padding: 0 6vw;
        background: rgba(255,255,255,0.95);
    }
    
    #logo_wrap {
        position: relative;
        box-sizing: border-box;
        padding: 22px 0 20px 0;
        height: 80px;
    }
    
    #logo {
        margin-top: -2px;
        width: 140px;
    }
    
}

/* 480px（スマホ縦） */
@media only screen and (max-width: 480px) {
    
    #header_wrap {
        z-index: 1000;
        position: fixed;
        top: 0;
        left: 0;
        box-sizing: border-box;
        width: 100%;
        height: 70px;
        padding: 0;
        background: rgba(255,255,255,0.95)
    }
    
    #logo_wrap {
        position: relative;
        box-sizing: border-box;
        padding: 14px 7vw 20px 7vw;
        height: 70px;
    }
    
    #logo {
        margin-top: -1px;
        width: 120px;
    }
    
}


/*----------------------------------------------------*/ 
/* gnav pc
-----------------------------------------------------*/ 

#gnav_pc {
    float: right;
    display: flex;
}

#gnav_pc .main {
    display: flex;
    margin-right: 10px;
}

#gnav_pc .main li {
    margin-right: 35px;
}

#gnav_pc .main li a {
    display: block;
    padding: 11px 0px 10px 0;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 600;
}

#gnav_pc .main li a:visited {
    color: inherit;
}

#gnav_pc .main li a:hover {
    color: inherit;
}

#gnav_pc .main li a span {
    padding: 3px 0;
}

#gnav_pc .main li a:hover span,
#gnav_pc .main li a.current span {
    border-bottom: 2px solid #80e718;
}
    
#gnav_pc .sns {
    display: flex;
}

#gnav_pc .sns li.twitter {
    margin-right: 20px;
}

#gnav_pc .sns li img {
    width: 24px;
}

#gnav_pc .sns li.twitter img {
    padding-bottom: 2px;
}

#gnav_pc .sns li a {
    display: block;
    padding: 5px 0;
}

#gnav_pc .sns a:hover {
    opacity:0.8;
}

/* 1080px（コンテンツ幅） */
@media only screen and (max-width: 1080px) {
    
    #gnav_pc .main li {
        margin-right: 25px;
    }
    
    #gnav_pc .main li a {
        padding: 8px 0;
    }
    
    #gnav_pc .sns li a {
        padding: 5px 0;
    }
    
    #gnav_pc .sns li.twitter {
        margin-right: 15px;
    }
    
}

/* 834px（ナビ専用） */
@media only screen and (max-width: 834px) {
    
    #gnav_pc {
        display: none;
    }
    
}

/* 768px以下（タブレット縦・スマホ横） */
@media only screen and (max-width : 768px ) {

    
}

/* 480px（スマホ縦） */
@media only screen and (max-width: 480px) {
    
}


/*----------------------------------------------------*/ 
/* gnav pc sticky
-----------------------------------------------------*/

#gnav_pc_sticky {
    z-index: 600;
    position: fixed;
    top: -72px; /* animate用 */
    left: 0;
    opacity: 0; /* animate用 */
    box-sizing: border-box;
    width: 100%;
    height: 72px;
    background: rgba(255,255,255,0.95);
}

#gnav_pc_sticky .gnav_pc_sticky_wrapper {
    overflow: hidden;
    box-sizing: border-box;
    width: 1000px;
    margin: 0 auto;
    padding: 15px 0 20px 0;  
}

#gnav_pc_sticky .logo {
    width: 140px;
    float: left;
}

#gnav_pc_sticky .gnav_pc_sticky_inner {
    display: flex;
    float: right;
}

#gnav_pc_sticky .main {
    margin: 4px 10px 0 0;
}

#gnav_pc_sticky .main,
#gnav_pc_sticky .sns {
    display: flex;
}

#gnav_pc_sticky .main li a:link    { color: #000; text-decoration: none; }
#gnav_pc_sticky .main li a:visited { color: #000; }

#gnav_pc_sticky .main li a span {
    padding: 3px 0;
}

#gnav_pc_sticky .main li a:hover span,
#gnav_pc_sticky .main li a.current span{
    border-bottom: 2px solid #80e718;
    /* color: #72cf15; */
}

#gnav_pc_sticky .main li {
    margin-right: 35px;
    font-size: 1.5rem;
    font-weight: 600;
}

#gnav_pc_sticky .sns li {
    width: 24px;
}

#gnav_pc_sticky .sns li a:hover {
    opacity: 0.7;
}

#gnav_pc_sticky .sns li.twitter {
    margin-right: 20px;
}

#gnav_pc_sticky .sns li.twitter img {
    padding-bottom: 2px;
}

/* 1080px（コンテンツ幅） */
@media only screen and (max-width: 1080px) {
    
    #gnav_pc_sticky {
        width: 100%;
        padding: 0 5vw;
    }

    #gnav_pc_sticky .gnav_pc_sticky_wrapper {
        width: 100%;
    }

    #gnav_pc_sticky .main li {
        margin-right: 25px;
    }

    #gnav_pc_sticky .sns li.twitter {
        margin-right: 15px;
    }

}

/* 834px（ナビ専用） */
@media only screen and (max-width: 834px) {
    
    #gnav_pc_sticky {
        display: none;
    }

    
}

/* 834px以下（タブレット縦・スマホ横） */
@media only screen and (max-width : 834px ) {
    

}

/* 768px以下（タブレット縦・スマホ横） */
@media only screen and (max-width : 768px ) {
    

}

/* 480px（スマホ縦） */
@media only screen and (max-width: 480px) {

}


/*----------------------------------------------------*/ 
/* gnav sp
-----------------------------------------------------*/ 

#gnav_sp {
    display: none;
}

/* 834px以下（タブレット縦・スマホ横） */
@media only screen and (max-width : 834px ) {
    
    #btnToggle {
        position: absolute;
        width: 28px;
        height: 18px;
        padding: 10px;
        top: 50%;
        right: -10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    #btnToggle:hover {
        cursor: pointer;
    }
    
    #btnToggle .btnToggle_inner {
        position: relative;
        width: 28px;
        height: 18px;
    }
    
    #btnToggle .menuLine {
        background: #000;
        display: block;
        height: 2px;
        position: absolute;
        transition: transform .4s;
        width: 100%;
    }
    
    #btnToggle .lineTop {
        top: 8px;
    }
    
    #btnToggle .lineBottom {
        bottom: 0;
    }
    
    #btnToggle .lineTop.active{
        top: 7px;
        transform: rotate(45deg);
    }
    
    #btnToggle .lineCenter.active{
        transform:scaleX(0);
    }
    
    #btnToggle .lineBottom.active{
        bottom: 9px;
        transform: rotate(135deg);
    }
    
    #gnav_sp {
        z-index: 1200;
        display: none;
        position: fixed;
        top: 80px;
        left: 0;
        box-sizing: border-box;
        width: 100%;
        height: calc( 100vh - 80px );
        background: #65b813;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    
    #gnav_sp .main li a {
        display: block;
        width: 100%;
        padding: 1.5em 0;
        text-decoration: none;
        text-align: center;
        font-weight: bold;
        color: #fff;
        background: #65b813;
    }
    
    #gnav_sp .main li a:hover {
        background: #84c642;
    }
    
    #gnav_sp .sns {
        margin-top: 1em;
    }
    
    #gnav_sp .sns li a {
        display: block;
        width: 100%;
        padding: 1em 0;
        text-align: center;
    }
    
    #gnav_sp .sns li a img {
        width: 22px;
        padding: 10px;
    }
    
    #gnav_sp .sns li a:hover img {
        opacity: 0.7;
    }
    
}

/* 480px（スマホ縦） */
@media only screen and (max-width: 480px) {
    
    #btnToggle {
        right: calc( 7vw - 10px );
    }
    
    #gnav_sp {
        top: 70px;
        left: 0;
        height: calc( 100vh - 70px );
    }
    
    #gnav_sp .main li a {
        padding: 1.2em 0;
    }
    
    #gnav_sp .sns li a {
        padding: .5em 0;
    }
    
}


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

#footer {
    overflow: hidden;
    width: 1000px;
	margin: 80px auto 0 auto;
    padding: 20px 0 50px 0;
	border-top: 4px solid #80e718;
}

#footer .pagetop {
	z-index: 1000;
	position: fixed;
	right: 0;
	bottom: 0px;
	width: 44px;
	height: 44px;
	opacity: 0.8;
	display: none;
}

#footer .pagetop:hover {
	opacity:1;
}

#footer .breadcrumbs {
    float: left;
    text-align: left;
    width: 60%;
    font-size: 1.2rem;
    line-height: 1.7;
    color: #666;
}

#footer .breadcrumbs a:link 	{ color: #666; }
#footer .breadcrumbs a:visited	{ color: #999; text-decoration:underline; }
#footer .breadcrumbs a:hover 	{ color: #72cf15; text-decoration:none; }

#footer .copyright {
    float: right;
    text-align: right;
	font-size: 1.2rem;
    line-height: 1.7;
}

/* 1080px（コンテンツ幅） */
@media only screen and (max-width: 1080px) {
    
    #footer {
        box-sizing: border-box;
        width: 100%;
        padding: 20px 5vw 40px 5vw;
    }

}

/* 834px以下（タブレット縦・スマホ横） */
@media only screen and (max-width : 834px ) {

    #footer {
        padding: 20px 6vw 40px 6vw;
    }
    
}

/* 768px以下（タブレット縦・スマホ横） */
@media only screen and (max-width : 768px ) {

    #footer .breadcrumbs {
        float: none;
        text-align: left;
        width: 100%;
        padding-top: 10px;
        margin-bottom: 30px;
    }
    
    #footer .copyright {
        float: none;
        text-align: left;
        margin-bottom: 20px;
    }
    
}

/* 480px（スマホ縦） */
@media only screen and (max-width: 480px) {
    
    #footer {
        padding: 20px 7vw 30px 7vw;
    }

}
