@charset "UTF-8";

html
{
    font-size: 62.5%;
}

body
{
    font-family: "游ゴシック",sans-serif;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: .1em;
    background-color: #f0efec;
}

header, main, #event, #pavilion, .f-inner, #introduction_content, #touju_lifetime, #introduction_state, #goods, #access, .introduction_state_log{
    max-width:1200px;
    margin:0px auto;
}

p,a,h1,h2,h3,h4,h5,h6,li,.subtitle_sp{
    color:#000;
}

.main_icon p, .menu_pc, h1 ,h2 ,h3,h4,h5,h6,.subtitle_sp{
    font-family:HGS明朝E, serif ;
}



nav{
    display:flex;
    width:100%;
    margin: 0 0 25px 0;
}

.main_icon{
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}

.main_icon img{
    width:100px;
}

.main_icon p{
    font-size: 1.3rem;
}

.main_icon h1{
    font-size:2.5rem;
}

.menu_pc{
    font-size: 1.8rem;
    margin-left: auto;
    margin-top: 80px;
}

.menu_pc a{
    padding: 10px 0;
    text-decoration: none;
}

.menu_pc ul{
    display: flex;

}

.menu_pc span{
    margin:0px 25px;
}

.pc_bar a{
    display:block;
    padding: 15px 30px;

}

.pc_bar li{
    display:block;
    background: #fff;
    border-top:1px solid #000;
    border-left:1px solid #000;
    border-right:1px solid #000;

}

.pc_bar:last-of-type{
    border-bottom: 1px solid #000;
}

.menu_pc ul li ul{
    display: none;
    text-align: center;
    position: absolute;
    margin: 0 0 0 -27px;
    z-index: 10;
}

.menu_pc ul li:hover ul{
    display: block;
}

.menu_pc ul li ul li a:hover{
    opacity: .5;
    transition: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);

}

.menu_pc ul li:nth-of-type(1) a:hover, .menu_pc ul li:nth-of-type(4) a:hover, .menu_pc ul li:nth-of-type(5) a:hover{
    opacity: .5;
    transition: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

#main_top img{
    width: 100%;
    height: calc(100vh - 210px);
    margin: 0 auto;
    object-fit: cover;
}



.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: left;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #674598;
}

.owl-theme .owl-dots .owl-dot span {
    width: 80px;
    height: 8px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px;
}

.main_notes{
    background:white;
    font-weight: bold;
    padding: 20px 15px 20px 15px;
    margin-bottom: 10px;
}
/*.main_notes_light{
    text-align: right;
    font-size: 2.5rem;
}

.main_notes_left{
    font-size: 2.5rem;
    margin-top: 15px;
}*/

.main_notes_title{
    font-size: 1.8rem;
    margin-top: 15px;
}

.main_notes_text{
    font-size: 1.8rem;
    margin-top: 6px;
    margin-left: 44px;
}

/*.main_notes_title span, .main_notes_text span{
    border-bottom: 1px solid;
}*/

h2{
    font-size: 2.5rem;
    border-bottom: 3px solid #674598;
    width: 65px;
    margin-top: 100px;
}

.section{
    display: flex;
    margin-top:100px;
}

.section p{
    font-size: 1.8rem;
}

.section img{
    width:100%;
    height: 100%;
}

.section .intr_img1{
    order: 2;
}

.section .intr_sct1{
    order:1;
}

.intr_sct1, .intr_sct2{
   height: 501px;
}

.intr_sct1 .btn{
    margin: 0 0 0 0;
}

.intr_sct2 .btn{
    margin: 0 0 0 0;
}

.intr_sct2{
    margin: 0 0 0 50px;
}

.tate{
    -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

h3{
    font-size:3rem;
    margin: 0 40px;
}

.intr_sct1 p{
        margin: 95px 50px;
}

.intr_sct2 p{
    margin: 85px 50px;
}

.btn {
  font-family:HGS明朝E, serif ;
  position: relative;
  display: inline-block;
  padding: 8px 32px;
  color: #f0efec;
  text-align: center;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  background: #674598;
  font-size: 1.8rem;
}
.btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background-color: rgba(255,255,255,.3);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.btn:hover::after {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}
@-webkit-keyframes circle {
  50% {
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
  }
}
@keyframes circle {
  50% {
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
  }
}

#fuji_tree{
    background-image: url(img/index/partition.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 200px;
    height:500px;
    background-attachment: fixed;
    background-size: cover;
}

.event-content{
    display: flex;
    margin: 50px 0px 0px 0;
}

.container{
    position: relative;
    overflow:hidden;
}

.event-content a:nth-of-type(1) .event-bg{
    width: 285px;
    height: 500px;
    background-image: url(img/index/jushiki.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.3s ease-out;
}

.event-content a:nth-of-type(2) .event-bg{
    width: 285px;
    height: 500px;
    background-image: url(img/index/joushousai.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.3s ease-out;
}

.event-content a:nth-of-type(3) .event-bg{
    width: 285px;
    height: 500px;
    background-image: url(img/index/kagamibiraki.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.3s ease-out;
}

.event-content a:nth-of-type(4) .event-bg{
    width: 285px;
    height: 500px;
    background-image: url(img/index/kari.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.3s ease-out;
}

.event-content a:nth-of-type(2){
    margin:0 20px;
}

.event-content a:nth-of-type(3){
    margin:0 20px 0 0;
}

.event-bg:before{
  background-color: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.event-content a:hover .event-bg{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.event-content a:hover .event-bg:before{
  background-color: rgba(0,0,0,0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}

.container img{
    position: absolute;
    margin: 10px 0 0 190px;
    z-index: 10;
}

#pavilion h2{
    width:95px;
}

#pavilion img{
    width: 1200px;
    height: calc(100vh - 210px);
    margin: 50px 0 20px 0;
    object-fit: cover;
}

#pavilion p{
    font-size:1.8rem;
    margin-bottom: 20px;
}

#pavilion div{
   text-align: right;
}

/*---紹介---*/

#introduction_main_top{
    display: flex;
}

#introduction_main_top img{
    order:1;
    width:100%;
}


#introduction_main_top p{
    width: 100%;
    height: calc(100vh - 210px);
    overflow-y: scroll;
    overflow-x: hidden;
}

.title{
    -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          order:2;
          margin: 0 0 0 100px;
}
.title h3{
    font-size: 4.5rem;
    margin:0;
}

h4{
    font-size: 2.5rem;
}

#touju_lifetime, #introduction_content{
    margin-top: 50px;
    margin-bottom: 75px;
}

h5{
    font-size: 2.5rem;
    border-bottom: 3px solid #674598;
    width: 200px;
    padding-bottom: 5px;
}

.main_text{
    font-size: 1.8rem;
    line-height: 2.4;
    margin: 50px 0;
}

hr{
    max-width: 1200px;
    height: 2px;
    background: #dadada;
    border: none;
    margin: 50px auto;
}

#introduction_content{
    margin-bottom: 200px;
}

#introduction_content img, #introduction_content .article{
    width: calc(100% / 2);
}

.introduction_content{
    display: flex;
    margin: 75px 0;
}

.article{
    margin: 0 0 0 50px;
}

.description{
    margin:20px 0;
}

.description p, .step p{
    font-size: 1.8rem;
    line-height: 2;
}

.d_title{
    font-size: 2rem;
    border-bottom: 2px solid #aaaaaa;
    width:50%;
    padding-bottom: 3px;
}

/*---行事---*/

#introduction_state h5{
    margin: 10px 0 60px 0;
}

.introduction_state{
    display: flex;
    margin-bottom: 50px;
}

.introduction_state_text{
    font-size: 1.8rem;
    margin: 0 0 30px 0;
}

.introduction_state img, .introduction_state .step{
    width: calc(100% / 2);
}

.introduction_state .step{
  display: inline-table;
    text-align: center;
    padding: 0 25px;
}

.introduction_state .step p{
  display: table-cell;
  vertical-align: middle;
}

#event_background{
    margin: 100px 0;
    padding: 100px 0;
    background: #fff;
}

#event_background .event-bg{
    height: 250px;
}

#event_background .event-content{
    margin: 0;
}

.joushousai_text p{
    margin-bottom: 20px
}

/*--.joushousai_state .step p{
  margin: 133px 120px;
}--*/

#kagamibiraki h6{
    width:220px;
    font-size: 2.5rem;
    border-bottom:  3px solid #674598;
    margin-bottom: 30px;
}


#kagamibiraki p, #kagamibiraki li{
    font-size: 1.8rem;
    margin:10px 0;
}

/*--.kagamibiraki_state:nth-of-type(1) .step p, .kagamibiraki_state:nth-of-type(2) .step p, .kagamibiraki_state:nth-of-type(3) .step p, .kagamibiraki_state:nth-of-type(4) .step p{
    margin:140px;
    text-align:center;
}--*/

#risshisai h6{
    text-align: center;
    font-size: 4.5rem;
    margin: 50px 0;
}


#risshisai p{
    font-size: 1.8rem;
    margin: 0 156px 10px 156px;
}

#risshisai .red_attention{
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    color: red;
}

/*---良知館---*/

.ryouchikan_red_attention{
    font-size: 2.0rem;
    font-weight: bold;
    color: red;
    background: white;
    padding: 20px 18px;
    margin-bottom: 20px;
}

.goods_subtitle h3{
    border-bottom: 1px solid #adadad;
    display: inline-block;
    font-size: 2.3rem;
    margin: 0 0 30px 0;
}

#goods_list h5{
    margin: 10px 0 75px 0;
}

.goods_list{
    margin-bottom: 100px;
}

.goods_list p{
    font-size: 1.6rem;
    margin: 5px 0 20px 0;
}

.box-list01, .box-list02, .box-list03, .box-list04{
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: space-between;
  flex-flow: row wrap;

}
.box-list01 .box_list_detail, .box-list02 .box_list_detail, .box-list03 .box_list_detail, .box-list04 .box_list_detail{
  flex: 0 0 32%;
  background: #fff;
  margin-bottom: 25px;
  text-align: center;
}

.goods_list img{
  width: 100%;
}

.goods_list .box_list_detail  h2,.goods_list .box_list_detail .box_list_title {
    font-size: 1.8rem;
    width:100%;
    border-bottom:none;
    margin: 20px 0 5px 0;
}

.box-list02 .box_list_detail:nth-of-type(9), .box-list02 .box_list_detail:nth-of-type(8), .box-list04 .box_list_detail:nth-of-type(9){
    visibility:hidden;
}

/*---アクセス---*/

#access h5{
    margin: 10px 0 65px 0;
}

.access_text{
    font-size: 1.8rem;
}

.access_text li:nth-of-type(1){
    margin-bottom: 50px;
}

/*--フッター---*/

footer{
    padding-top:30px;
    padding-bottom: 50px;
    margin-top: 100px;
    background: #674598;
}

.tel{
    color:#f0efec;
    text-decoration:none;
}

.f-inner{
    display: flex;
}

.f_icon{
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}

.f_icon img{
    width:100px;
}

.f_icon p{
    font-size: 1.3rem;
    color:#f0efec;
}

.f_icon h1{
    font-size:2.5rem;
    color:#f0efec;
}

.f_address{
    color:#f0efec;
        margin: 10px 0 0 100px;
}

.menu_pc ul li .f_bar1{
    margin: -150px 0 0 -27px;
}

.menu_pc ul li .f_bar2{
    margin: -270px 0 0 -27px;
}

.f_color > a{
    color:#f0efec;
}

#page_top{
  font-size: 4rem;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 5px;
  bottom: 50px;
  background: #674598;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  right: 0;
  text-decoration: none;
}
#page_top a::before{
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top i{
    color:#f0efec;
    margin:0 0 0 12px;
}

.row p{
    font-size: 1.4rem;
    text-align: center;
    color:#f0efec;
    margin:100px 0 0 0;
}

.subtitle_sp{
    display: none;
}

.menu_sp{
    display:none;
}

/*-----モバイル------*/

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


header, main, #event, #pavilion, .f-inner, #introduction_content, #touju_lifetime, #introduction_state, #goods_list, #access{
  width: 100%;
  margin: 0 auto;
}

.main_icon{
    width: 25%;
    margin-left: 10px;
}

.main_icon img{
    width: 100%;
}

.main_icon p{
    font-size: 0.8rem;
}

.main_icon h1{
    font-size: 1.8rem;
}

.menu_pc, .sp_bar{
    display: none;
}

.menu_sp{
    display:block;
    font-family:HGS明朝E, serif ;
    font-size: 2.0rem;
}

.menu_sp a{
    text-decoration: none;
}

.sp_bar{
    background:#fff;
}


.globalMenuSp {
    position: fixed;
    z-index: 60;
    top: 0;
    left: 0;
    background: #f0efec;
    color: #000;
    text-align: center;
    transition: all 0.6s ease;
    opacity: 0;
    width: 100%;
    height: calc(100% - 70px);
    padding-top: 70px;
    overflow: hidden;
    visibility: hidden;
}


.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}

.globalMenuSp .home_line_top{
    border-top: 1px dotted #333;
}


/* 最後はラインを描かない */
.globalMenuSp ul li:last-child {
    padding-bottom: 0;
}

.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
}

/* このクラスを、jQueryで付与・削除する */
.globalMenuSp.active {
    opacity: 1;
    transition: all 0.6s ease;
    overflow-y: scroll;
    visibility: visible;
}

.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 100;
    background: #674598;
    text-align: center;
}

.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 2px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 10px;
}

.navToggle span:nth-child(1) {
    top: 13px;
}

.navToggle span:nth-child(2) {
    top: 23px;
}

.navToggle span:nth-child(3) {
    top: 33px;
}


/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    border-bottom: solid 2px #000;
    top: 24px;
    left: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    border-bottom: solid 2px #000;
    top: 24px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navToggle.active{
    background: #f0efec;
    overflow: hidden;
}

.globalMenuSp ul li:last-of-type{
    border: none;
}

hr{
    height: 1px;
    margin: 50px 20px;
}

.main_notes{
    background:white;
    font-weight: bold;
    padding: 20px 15px 20px 15px;
}

.main_notes_light{
    text-align: right;
    font-size: 1.2rem;
}

.main_notes_left{
    font-size: 1.2rem;
    margin-top: 15px;
}

.main_notes_title{
    font-size: 2.0rem;
    margin-top: 15px;
}

.main_notes_text{
  font-size: 1.8rem;
  margin-top: 6px;
  margin-left: 21px;
}


h2{
    margin-left: 20px;
}

.subtitle_sp{
    display: block;
    font-size: 3.0rem;
    text-align: center;
    margin: 25px 0;
}

h3{
    display: none;
}

#introduction_main_top{
    display: block;
}
.section{
    display: block;
    margin-top: 50px;
}
.title h3{
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}

.tate{
-webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  width: 100%;
    margin: 0 auto;
    max-width: 325px;
}

.intr_sct1, .intr_sct2 {
    height: 100%;
}

.intr_sct1 p, .intr_sct2 p{
    margin: 10px 0;
}

.intr_sct2{
    margin:0;
}

.intr_sct2 .btn{
    margin:0;
}

.btn_width{
    text-align: center;
}

.btn {
    padding: 15px 90px;
    font-size: 2.4rem;
}

#fuji_tree{
    display: none;
    height: 250px;
    margin: 100px 0 0 0;
}

.event-content{
    display: block;
}

.event-content a:nth-of-type(1) .event-bg {
    width: 100%;
    height: 225px;
}

.event-content a:nth-of-type(2) .event-bg {
    width: 100%;
    height: 225px;
}

.event-content a:nth-of-type(3) .event-bg {
    width: 100%;
    height: 225px;
}

.event-content a:nth-of-type(4) .event-bg {
    width: 100%;
    height: 225px;
}

.container img {
    position: absolute;
    margin: 10px 25px 0px 0;
    right: 0;
    z-index: 10;
}

#pavilion img{
    width: 100%;
    height: 100%;
    margin: 50px 0 20px 0;
    object-fit: cover;
}

#pavilion p {
    font-size: 1.8rem;
    margin: 0 20px 20px 20px;
}

#pavilion div {
    text-align: center;
}

.f-inner{
    display: block;
    text-align: center;
}

.f_icon{
    width: 25%;
}

.f_icon img{
    width: 100%;
}

.f_icon p{
    font-size: 0.8rem;
}

.f_icon h1{
    font-size: 1.8rem;
}

.f_address{
    margin:50px 0 0 0;
}

#page_top{
    display: none !important;
}

.row p {
    font-size: 1.2rem;
}

/*---紹介---*/

.introduction_content{
    display: block;
    margin: 0 0 75px 0;
}

#introduction_content img{
    width:100%;
}

.main_text {
    font-size: 1.8rem;
    line-height: 2.0;
    margin: 50px 20px;
}

#introduction_content img, #introduction_content .article {
    width: 100%;
}

.article{
    margin:0;
}

.d_title{
    font-size: 2.5rem;
    margin: 20px 20px;
}

.description {
    margin: 20px 20px;
}

h5{
    margin-left: 20px;
    margin-bottom: 50px;
}

/*---行事---*/

.introduction_state{
    display:block;
}

.introduction_state .step{
  margin-top: 40px;
}

.introduction_state img, .introduction_state .step{
    width:100%;
    padding:0;
}

.jushiki_state .step p{
  display: block;
    vertical-align: baseline;
  text-align: center;
    margin: 0px 20px;
}

#introduction_state h5 {
    margin: 10px 0 75px 20px;
}

.introduction_state_text {
    font-size: 1.8rem;
    margin: 0 20px 30px 20px;
}

.joushousai_state .step p{
  display: block;
    vertical-align: baseline;
  text-align: center;
    margin: 0px 20px;
}

#kagamibiraki h6{
    margin:0 0 30px 20px;
}

#kagamibiraki p, #kagamibiraki li {
    font-size: 1.8rem;
    margin: 0 20px 10px 20px;
}

#risshisai p {
    font-size: 1.8rem;
    margin: 0 20px 10px 20px;
}

/*---良知館---*/

.goods_list {
    display: block;
    margin-bottom: 70px;
}

#goods_list h5 {
    margin: 10px 0 0 20px;
}

.goods_subtitle h3 {
    margin: 50px 0 30px 20px;
}

.goods_list .box_list_detail h2{
    font-size: 1.6rem;
}

.box-list01 .box_list_detail, .box-list02 .box_list_detail, .box-list03 .box_list_detail, .box-list04 .box_list_detail{
  flex: 0 0 49%;
}

#goods .TYI, .goods_list{
    margin: 0 20px;
}


/*---アクセス---*/

#introduction_main_top p {
   overflow: visible;
}

#introduction_main_top img {
    margin-bottom: 20px;
}

#access h5 {
    margin: 10px 0 65px 20px;
}

.access_text li{
    margin-left: 20px;
    margin-right: 20px;
}

}
