@charset "UTF-8";
/* 
 * Theme Name: Oyasama140
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/*# sourceMappingURL=normalize.min.css.map */

* {
    box-sizing: border-box;
}

html {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-size: 17px;
    line-height: 2;
    letter-spacing: 0;
    font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "Noto Sans JP", "メイリオ", "meiryo", sans-serif;
    color: #222;
    text-align: justify;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #b24695;
}

.serif {
    font-family: "Zen Old Mincho", YuMincho, "游明朝", 'Times New Roman', serif;
}

img {
    max-width: 100%;
    height: auto;
}

.top-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    z-index: 2;
}

.tenrikyo-logo {
    width: fit-content;
    margin: auto;
}

.tenrikyo-logo img {
    display: block;
    width: 160px;
}

.main-menu {
    position: fixed;
    z-index: 11;
    top: 20vh;
    right: 0;
}

.main-menu-list {
    font-size: 1.2em;
    text-align: right;
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-menu-list > li {
    padding-right: 140px;
    position: relative;
    color: #555;
    text-shadow: 0 0 5px #fff;
    margin-bottom: 5px;
}

.main-menu-list > li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 1px;
    width: 120px;
    border-bottom: solid 1px;
}

.main-menu-list > li.small {
    font-size: 0.8em;
    color: #888;
}

.main-menu-list > li.small:after {
    border-bottom-color: #aaa;
}

.main-menu-list > li.current {
    font-size: 1.12em;
    padding-right: 170px;
    color: #000;
    font-weight: bolder;
    pointer-events: none;
}

.main-menu-list > li.current:after {
    width: 150px;
}

.mobile-menu {
    display: none;
}

.main {
    min-height: 100vh;
    min-height: 100svh;
    background-color: #f5f5f5;
    padding-bottom: 50px;
}

.main.main-top {
    height: 100vh;
    height: 100svh;
    background-size: 110% auto;
    background-position-y: 75%;
    background-position-x: 210%;
    background-repeat: no-repeat;
    background-color: unset;
    padding-bottom: 0px;
}

.main-top-bg2 {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position-x: center;
    background-position-y: 55vh;
    height: 100%;
    padding: 1px;
}

.top-container {
    margin-top: 20vh;
    padding: 0 20px;
}

.top-main-text {
    max-width: 1280px;
    margin: 0 auto 30px;
}

.top-main-text img {
    width: 640px;
    max-width: 60%;
    display: block;
    filter: drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 1px #fff);
    -webkit-filter: drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 1px #fff);
}

.main-contdown-wrap {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.main-contdown-days {
    font-size: 1em;
    line-height: 1;
    padding: 15px;
    background: #fff;
    box-shadow: 1px 1px 5px #666;
    width: fit-content;
    margin-left: 10px;
}

#countdown-days {
    font-size: 1.5em;
    margin: 0 10px;
}

.top-bnr-wrap {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
    padding: 30px 20px;
    background: rgba(255,255,255,0.5);
}

.toppage .swiper-wrapper {
    justify-content: center;
}

.top-bnr-item * {
    display: block;
}

.flex-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: auto;
    max-width: 1280px;
    gap: 30px;
    padding: 0 20px;
}

.in-menu {
    width: 320px;
    position: sticky;
    top: 0;
}

.flex-container .container {
    width: calc(100% - 730px);
    margin-top: 320px;
    padding-bottom: 20px;
}

.site-header {
    display: block;
    margin-top: 40px;
    margin-bottom: 130px;
}

.site-header * {
    display: block;
}

.page-title {
    font-size: 2em;
    line-height: 1;
    margin: 0 0 30px;
}

.in-menu > ul {
    padding: 0;
    padding-left: 20px;
    list-style: none;
    border-left: solid 1px;
    font-size: 1.12em;
    line-height: 1.4;
    color: #555;
    margin: 15px 0 100px;
}

.in-menu > ul > li {
    margin-bottom: 0.75em;
}

.container {
    line-height: 1.7;
}

.container section {
    margin-bottom: 80px;
}

.container h1, .container h2 {
    font-size: 2em;
    line-height: 1.3;
    padding-bottom: 5px;
    position: relative;
    width: 100%;
    margin-bottom: 60px;
}

.container h1:after, .container h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, orange 0%, orange 20%, #888 20%);
}    

.container h3 {
    margin: 40px 0 15px;
    font-size: 1.32em;
}

.container h4 {
    font-size: 1.12em;
    margin: 1em 0 0.5em;
}

.container h1 > span,
.container h2 > span,
.container h3 > span,
.container h4 > span {
    display: inline-block;
}

.container p {
    margin: 1em auto;
}

.text-indent-1 {
    padding-left: 1em;
    text-indent: -1em;
}

.table1 {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    border: solid 2px;
    border-color: #888;
    text-align: center;
}    

.table1 thead {
    background: #f4e3c8;
}    

.table1 td,.table1 th {
    border: solid 1px;
    border-color: #888;
    padding: 5px 10px;
    line-height: 1.5;
}    

.table1 tbody th {
    background: #fcf7bd;
    text-align: left;
}

.onegaizutome-days {
    width: 100%;
    max-width: 100%;
}

.onegaizutome-days th,
.onegaizutome-days td {
    vertical-align: top;
    font-weight: normal;
    padding-right: 10px;
    min-width: 3em;
}

.onegaizutome-days th {
    white-space: nowrap;
}

.onegaizutome-days td span {
    display: inline-block;
}
.shasen {
    background: linear-gradient(to left top, transparent calc(50% - 0.5px), #888 50%, #888 calc(50% + 0.5px), transparent calc(50% + 1px));
    background-repeat: no-repeat;
}

.data-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.data-list dt {
    width: 4em;
    white-space: nowrap;
    text-align: justify;
    text-align-last: justify;
    font-weight: bolder;
    color: #000;
}

.data-list dd {
    width: calc(100% - 4em - 20px);
    margin: 0;
}

.map-icon img {
    height: 1em;
    margin-right: 5px;
}

.map-icon {
    display: inline-flex;
    align-items: center;
    vertical-align: bottom;
}

.thumb img {
    display: block;
}

.thumb.thumb-right {
    width: 100%;
}

.thumb.thumb-right {
    float: right;
    width: 33%;
    margin: 0px 0px 20px 20px;
}

.toppage .footer {
    display: none;
}

.footer {
    background: #333;
    padding: 30px 20px;
}

.footer-logo {
    width: fit-content;
    display: block;
    margin: auto;
}

.footer-logo img {
    width: 120px;
    display: block;
}


.btn {
    background: #fff;
    padding: 8px 15px;
    line-height: 1;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #888;
    transition: all 0.5s ease;
}

.btn:hover {
    color: inherit;
    box-shadow: 2px 2px 5px #555;
    translate: 0 -1px;
}

.btns {
    margin: 15px 0 25px;
}

.btn.btn-small {
    padding: 8px;
}

.oyasato-hinokishin-info {
	margin: 2em 0;
}

.oyasato-hinokishin-info > dt {
	font-size: 1.16em;
	font-weight: bolder;
}

.oyasato-hinokishin-info > dt:before {
	content: "○";
}

.oyasato-hinokishin-info > dd {
	padding-left: 0.5em;
    margin: 0;
}

.oyasato-hinokishin-caption {
	font-size: 0.92em;
}

.d-inline-block {
    display: inline-block;
}

.youtube-wrap {
    margin: 10px 0;
}

.youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.youtube > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.download-items {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
}

.d-item {
    width: calc(50% - 20px);
    text-align: center;
}

.d-item-img img {
    display: block;
    max-width: 100%;
    max-height: 240px;
    margin: auto;
}

.d-item-img {
    margin-bottom: 5px;
}

.d-item-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;;
}

.download-items.download-items-bg {
    background: #ccc;
    padding: 15px;
}

.katsudo-post {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 25px;
    margin-bottom: 30px;
    color: inherit;
}

.katsudo-post-text {
    width: 66%;
    padding: 5px;
    padding-right: 0;
}

.katsudo-post-thumb {
    width: 30%;
}

.katsudo-post-title {
    margin: 0 0 10px;
    font-size: 1.04em;
    font-weight: bold;
    line-height: 1.35;
}

.katsudo-post-desc {
    font-size: 0.92em;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666;
    margin: 10px 0 0;
}

.katsudo-post:hover {
    background: #fff;
}

.katsudo-post-thumb img {
    display: block;
}

.more {
    margin: 60px auto;
}

.text-center {
    text-align: center;
}


@media all and (max-width: 1280px){
    .main-contdown-days {
        margin-right: 3.5%;
    }

    .main-menu {
        width: 25%;
    }

    .main-menu-list {
        font-size: 1.04em;
    }

    .main-menu-list > li {
        padding-right: 15%;
    }

    .main-menu-list > li.current {
        padding-right: 20%;
    }

    .main-menu-list > li:after {
        width: 10%;
    }

    .main-menu-list > li.current:after {
        width: 15%;
    }

    .flex-container .container {
        width: calc(75% - 340px);
    }
}

@media all and (max-width: 1024px){
    .in-menu {
        width: 260px;
        font-size: 0.92em;
    }

    .flex-container .container {
        width: calc(75% - 290px);
    }
}

@media all and (min-width: 821px){
    .sp {
        display: none!important;
    }
}

@media all and (max-width: 820px){
    body {
        font-size: 15.5px;
    }

    .pc {
        display: none!important;
    }

    .main-top-bg2 {
        background-position-y: bottom;
    }

    .top-container {
        margin-top: 25vh;
        margin-left: auto;
        margin-right: auto;
        padding: 0 20px;
        max-width: 640px;
    }

    .page .main-contdown-days {
        display: none;
    }

    .main-menu {
        display: none;
    }
    
    .mobile-menu {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 40px;
        z-index: 11;
        background: #f3f3f3;
        border-top: solid 1px #999;
        
    }

    .mobile-menu a:hover {
        color: inherit;
    }

    .mobile-toggle-menu {
        background: transparent;
        transition: background 0.5s ease;
        height: 0;
        pointer-events: none;
        visibility: hidden;
        font-size: 1.2em;
    }

    .mobile-fixedmenu-list {
        display: flex;
        padding: 0;
        margin: 0;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        list-style: none;
        text-align: center;
        font-size: 14px;
        height: 100%;
    }

    .mobile-fixedmenu-list > li {
        width: 21.5%;
        padding: 0;
        position: relative;
    }

    .mobile-fixedmenu-list > li:last-child {
        width: 11%;
        height: 100%;
        padding: 6px;
        background: #333;
    }

    .mobile-fixedmenu-list > li a {
        display: block;
        height: 100%;
        width: 100%;
        border-right: solid 1px #bbb;
        line-height: 1.5;
    }

    .toggle-menu-btn {
        position: relative;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .toggle-menu-btn > span {
        width: 26px;
        height: 2px;
        display: block;
        background: #fff;
        position: absolute;
        border-radius: 1px;
        left: 50%;
        translate: -50% 0;
    }

    .toggle-menu-btn > span:nth-child(1) {
        top: 5px;
    }

    .toggle-menu-btn > span:nth-child(2) {
        top: 13px;
    }

    .toggle-menu-btn > span:nth-child(3) {
        top: 21px;
    }

    .mobile-fixedmenu-list > li:nth-child(n + 4) a {
        border-right: none;
    }

    .mobile-menu.active .toggle-menu-btn > span:nth-child(1) {
        transform: rotate(45deg);
        top: 14px;
    }

    .mobile-menu.active .toggle-menu-btn > span:nth-child(2) {
        display: none;
    }

    .mobile-menu.active .toggle-menu-btn > span:nth-child(3) {
        transform: rotate(-45deg);
        top: 14px;
    }

    .mobile-menu.active .mobile-toggle-menu {
        display: block;
        margin: 0;
        padding: 0;
        background: rgba(50,50,50,0.9);
        position: absolute;
        bottom: 0;
        right: 0;
        list-style: none;
        padding: 10px 30px 50px;
        border-top-left-radius: 50px;
        color: #fff;
        pointer-events: auto;
        visibility: visible;
        height: auto;
    }

    .mobile-toggle-menu .home * {
        display: block;
        width: 100px;
    }

    .mobile-toggle-menu > li {
        padding: 7px 0;
        padding-right: 10px;
        border-bottom: solid 1px #bbb;
        line-height: 1.5;
    }

    .mobile-toggle-menu > li.small {
        font-size: 0.8em;
        color: #eee;
    }

    .mobile-toggle-menu > li.home {
        padding-bottom: 15px;
    }

    .top-main-text img.sp {
        max-width: 90%;
        margin: auto;
    }    

    .main-contdown-wrap {
        max-width: 90%;
    }

    .main-contdown-days {
        padding: 10px 12px;
    }

    .main.main-top {
        background-position-y: 25%;
        background-position-x: 50%;
    }

    .top-bnr-wrap {
        bottom: 40px;
        padding: 20px 0;
    }

    .swiper-slide, swiper-slide {
        padding: 0 10px;
        width: calc(80% - 10px);
    }

    .flex-container .container {
        width: calc(100% - 290px);
        padding-right: 20px;
    }
}

@media all and (min-width: 641px){
    .top-bnr-item.swiper-slide {
        max-width: 280px;
        margin: 0 2.5%!important;
        width: 28%!important;
    }

}

@media all and (max-width: 640px){
    .main-top-bg2 {
        background-size: auto 36vh;
    }

    .in-menu {
        width: 100%;
        position: unset;
        top: unset;
    }

    .toppage .swiper-wrapper {
        justify-content: unset;
    }

    .flex-container .container {
        width: 100%;
        max-width: 520px;
        margin: auto;
        padding: 0;
    }

    .flex-container {
        display: block;
        padding: 20px 15px;
    }

    .site-header {
        margin: 0 auto 20px;
        max-width: 540px;
    }

    .site-header * {
        height: 80px;
    }

    .page-title {
        text-align: center;
        margin: 50px auto;
        font-size: 2.2em;
    }

    .in-menu > ul {
        display: none;
    }

    .container {
        line-height: 1.6;
    }

    .container h2 {
        font-size: 1.5em;
        margin-bottom: 35px;
    }

    .container h3 {
        font-size: 1.32em;
    }

    .container h4 {
        font-size: 1.08em;
    }

    .table1 tbody th {
        line-height: 1.2;
    }

    .table1 td, .table1 th {
        padding: 3px 1px;
        min-width: 90px;
    }

    .container section {
        margin-bottom: 60px;
    }

    .d-item-name {
        font-size: 90%;
        margin: 5px auto;
    }

    .download-items {
        gap: 40px 20px;
    }

    .d-item {
        width: calc(50% - 10px);
    }

    .btn.btn-small {
        padding: 5px;
    }

    .thumb.thumb-right {
        float: none;
        width: 45%;
        margin: -15px auto 0;
    }

    .katsudo-post-thumb > img {
        height: 100%;
        width: 100%;
        display: block;
        object-fit: cover;
    }

    .katsudo-post {
        align-items: stretch;
        gap: 15px;
    }

    .katsudo-post-thumb {
        width: 80px;
        height: 80px;
        position: relative;
    }

    .katsudo-post-text {
        width: calc(100% - 95px);
    }

    .footer {
        padding: 20px;
        margin-bottom: 40px;
    }
}