/*
Theme Name: raiden
Theme URI: http://raiden.local
Author: tsuda
Description: 雷電のテーマです
Version: 1.0
*/

@charset "UTF-8";

:root {
    --main-color: #E53434;
    --sub-color: #F98A3B;
}

.dli-arrow-up {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    
    line-height: 1;
    position: relative;
    width: 0.2em;
    height: 1em;
    background: currentColor;
  }
  
  .dli-arrow-up::before {
    content: '';
    width: 0.65em;
    height: 0.65em;
    border: 0.2em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(-45deg);
    transform-origin: top right;
    position: absolute;
    top: -0.25em;
    right: 50%;
    box-sizing: border-box;
  }
html {
    font-size: 62.5%;
    width: 100%;
    box-sizing: border-box;
}

body {
    position: relative;
    color: #fff;
    background-color: #000;
    font-family: "游明朝体", YuMincho, "Yu Mincho", serif; 
    margin: 0 ;
}

main, footer {
    background-color: #1d1b1a;
}

.customize_support {
    position: absolute;
    display: flex;
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    background: var(--main-color);
    z-index: 100;
    list-style: none;
    font-size: 2.0rem;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition: .3s;
    opacity: 0;  /*デフォルトで非表示*/
    visibility: hidden;
}

.active {
    opacity: 1;  
    visibility: visible;
}

.customize_support li+ li {
    border-left: 2px solid #fff;
    margin: 10px 0;
}
.fa-solid {
    padding: 0 5px;
}

.customize_support li:nth-child(1) {
    margin-top: 10px;
    flex-basis: 43%;
}
.customize_support li:nth-child(2) {
    flex-basis: 28%;
}

.customize_support li:nth-child(3) {
    flex-basis: 9%;
}

.customize_support li:nth-child(4) {
    flex-basis: 10%;
}

.customize_support li {
    padding: 0 6px;
}

.customize_support a {
    font-size: 1.8rem;
    position: relative;
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
}

.top_btn::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    text-align: center;
    top: 2px;
    left: 2px;
}

/*-------------header------------------*/
.split_center {   
    width: 100%; 
    height: 100vh; 
    background-image: url(./image/main_visual@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    margin: 0 auto;
    position: relative;
    /*overflow: hidden;*/
}

.split_left, .split_right {
    display: none;
}

.logo {
    width: 100%;
    height: 64px;
    background-image: url(./image/raiden_logo.png);
    background-repeat: no-repeat;
    background-position: 14px 14px;
}

h1 {
    font-size: 3.6rem;
    font-family: 'Potta One', cursive;
    writing-mode: vertical-lr;
    font-weight: lighter;
    color: #ffd154;
    text-shadow: 3px 3px 3px #000;
}

.honne {
    font-size: 4.8rem;
}

.raiden {
    font-size: 4.8rem;
    padding-top: 270px;
}

/*----------お知らせ記事ーーーーーーーーーーーーー*/
.news {
    font-size: 2.4rem;
    text-shadow: 3px 3px 3px #000;
}

.news_container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.news_area {
    display: flex;
    width: 287px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 5px;
}

.news_btn {
    display: flex;
    position: absolute;
    width: 100px;
    /*height: 28px;*/
    background-color: #000;
    right: 0;
    margin-top: 5px;
}

.more_btn {
    font-family: "athelas";
    font-size: 2.4rem;
    color: #fff;
    text-decoration: none;
    margin: 0 0 4px 12px;
}

.more_triangle {
    width: 0;
	height: 0;
	border-left: 12px solid #fff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
    margin: 10px 0 0 15px;
}

.article_area {
    box-sizing: border-box;
    width: 287px;
    height: 100px;
    background-color: #e0b89f;
    margin: 0 auto 30px auto;
    padding: 15px 0 0 18px;
}

.article_content {
    color: #333;
    font-size: 1.4rem;
    font-family: "遊ゴシック";  
}

.article_date{
    display: inline-block;
    margin: 0 14px 18px 0;
}

.article_title {
    text-decoration: none;
    color: #333;
}

/*--------------ハンバーガーメニュ----------------*/
#g-nav{
    position: fixed; 
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: -100vh; /*0*/
/* right: -100%; */
    width: 100%;
    height: 100vh;/*ナビの高さ*/
    background: var(--main-color);
    transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    /*right: 0; */
    top: 0;
}

/*ナビゲーション*/
#g-nav ul {
    position: absolute;
    z-index: 999;
    top: 40%;
    left: 50%;
    padding: 0;
    transform: translate(-50%,-50%);
}

#g-nav li{
    list-style: none;
    text-align: center;
}

#g-nav li a{
    color: #fff;
    font-size: 2.8rem;
    text-decoration: none;
    padding-bottom: 24px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.openbtn1{
    position:fixed;
    z-index: 9999;
    top:10px;
    right: 10px;
    cursor: pointer;
    width: 45px;
    height:45px;
    background-color: var(--main-color);
}
  
/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 12px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 50%;
  }

.openbtn1 span:nth-of-type(1) {
    top: 12px; 
}

.openbtn1 span:nth-of-type(2) {
    top: 21px;
}

.openbtn1 span:nth-of-type(3) {
    top: 30px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn1.active span:nth-of-type(3){ 
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

@media (min-width: 480px) { /*480px以上*/
    a[href^="tel:"] {
        pointer-events: none;
    }

    .header {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 450px;
        position: fixed;
        width: 100%;
    }

    .customize_support {
        width: 450px;
    }

    .customize_support li:nth-child(1) {
        flex-basis: 45%;
    }
    .customize_support li:nth-child(2) {
        flex-basis: 35%;
    }
    
    .customize_support li:nth-child(3) {
        flex-basis: 10%;
    }
    
    .customize_support li:nth-child(4) {
        flex-basis: 10%;
    }

    main, footer {
        max-width: 450px;
        margin: 0 auto;
    }

    h1 {
        font-size: 4.8rem;
        
        line-height: 1;
    } 

    .raiden, .honne {
        font-size: 7.2rem;
    }

    .raiden {
        padding-top: 400px;
    }

    .news_area, .article_area {
        width: 350px;
    }

    .customize_support a {
        font-size: 2.0rem;
    }
}
@media (min-width: 480px) and (max-width: 1159px) {
    #g-nav{ 
        top: -100%; 
        right: 0;  
        max-width: 450px;
        left: 0;
        margin: auto;
    }  
    .split_center  {
        overflow: hidden;
    }
    .openbtn1_box {
        position: fixed; 
        width: 450px;
        z-index: 9999;
    }

    .openbtn1 {
        right: auto;
        transform: translateX(880%);
    }
    
    #g-nav.panelactive {
        right: 0;  
        max-width: 450px;
        left: 0;
        margin: auto;
        top: 0;
    }

    .raiden {
        padding-top: 350px;
    }

} 

@media (min-width: 1160px)  { /*1160px以上*/
    .split_left, .split_right  {
       display: inline-block; 
        position: relative;
        height: 100vh;
    
    }

    #g-nav.panelactive {
        display: none;
    }

    .sp_only {
        display: none;
    }
    .split_left_box {
        position: absolute;
        width: 300px;
        height: 300px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .split_right_box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .split_left_box img {
        width: 100%;
    }

    .pc_navigation ul {
        list-style: none;
        padding: 0;
        display: flex; /*追加*/
    }

    .pc_navigation li {
        /*float: left;*/
        writing-mode: vertical-rl;
    }

    .pc_navigation ul li a {
        color: #fff;
        font-size: 2.4rem;
        text-decoration: none;
    }

    .clicked {
        color: var(--main-color);
    }
}

/*-------------concept---------------------*/
.concept {
    background-image: url(./image/master@2x.png),url(./image/raiden_logo_2.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 50%, 80%;
    background-position: right 110%, 50% 60%;
    padding: 70px 24px 0 24px;
}

.concept h2 {
    font-size: 4.0rem;
    text-align: left;
    margin-bottom:45px;
    background-image: url(./image/brush_set.png);
    background-repeat: no-repeat;
    background-position: -20px top;
}

.red {
    color: var(--main-color);
    text-shadow: 1px 1px 2px #000;
}

.concept p:first-of-type, .concept p:nth-of-type(3) { 
    font-size: 2.0rem;
    margin-bottom: 70px;
}

.concept p:nth-of-type(2) { 
    font-size: 2.0rem;
    margin-bottom: 70px;
}

.concept p:nth-of-type(4) {
    font-size: 1.4rem;
    padding-bottom: 145px;
}

@media (min-width: 480px) {
    .concept {
        padding: 70px 44px 0 44px;
    }
}

/*------------------meibutu-----------------------*/
.meibutu {
    background-image: url(./image/brush_circle.png);
    background-repeat: no-repeat;
    background-position: -20% 100%;
}

.container {
    padding: 75px 24px 0 24px;
}

.meibutu h2 {
    font-size: 2.9rem;
    margin:0 0 52px 0;
    text-align: center;
}

.meibutu h3 {
    font-size: 3.0rem;
    font-family: "遊ゴシック";
    text-align: center;
    font-weight: 300;
    margin: 40px auto 0 auto;
}

.meibutu h4 {
    font-size: 2.4rem;
    text-align: center;
    padding-left: 2.0rem;
    margin: 0 auto 30px auto;
}

.img_box {
    position: relative;
    max-width: 327px;
    height: 265px;
    margin: 0 auto;
}

.red_sheet {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--sub-color);
    left: 10px;
    top: 10px;
}

.nakamura_img {
    position: absolute;
    width: 327px;
    height: 265px;
    background-image: url(./image/nakamura@2x.jpg);
    background-repeat: no-repeat; 
    background-size: contain; 
    margin: 0 auto; 
}

.meibutu_description {
    font-family: "遊ゴシック";
    font-size: 1.4rem;
    padding: 18px 0 30px 20px;
    line-height: 26px;
    background-color: #282828;
}

@media (min-width: 480px) { 
    .meibutu_description {
        padding: 18px 0 30px 50px;
    }

    
}
/*---------------menu-----------------*/
.menu {
    padding: 80px 24px 0 24px;
}

.menu h2 {
    font-size: 2.4rem;
    text-align: center;
    margin: 0 0 50px 0;
}
.red_text {
    font-size: 3.6rem;
    color: var(--main-color);
    text-shadow:2px 2px #000000;
}

.menu_description {
    font-family: "遊ゴシック";
    font-size: 1.3rem;
    padding: 18px 0 30px 20px;
    margin: 70px auto 0 auto;
    line-height: 26px;
    background-color: #282828;
}

@media (min-width: 480px) { 
    .menu_description {
        padding: 18px 0 30px 50px;
    }
}    
/*-----------------------course_menu-----------------------*/
.course_menu {
    background-image: url(./image/brush_circle2.png);
    background-repeat: no-repeat;
    background-position: 100% 70%;
}
.balloon {
    position: relative;
    width: 40px;
    height: 20px;
    padding: 5px;
    line-height: 20px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: var(--main-color);
    background-color: #fff;
    border-radius: 50%;
    transform: rotate(-10deg); 
    margin-bottom: -35px;
    margin-left: 2vw;
}

.balloon::after {
    content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 38px; 
  top: 15px;  
  border-right: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate( 110deg); 
}

.course_menu h2{
    font-size: 1.8rem;
    text-align: center;
    margin: 0 auto 50px auto;
}

.course_menu span {
    font-size: 3.6rem;
}

.course_img {
    position: absolute;
    width: 327px;
    height: 265px;
    background-image: url(./image/course@2x.jpg);
    background-repeat: no-repeat;
    background-size: contain;   
}

.course_price {
    font-size: 2.4rem;
    margin: 26px 0 20px 0;
    text-align: center;
}

.course_menu_description {
    padding: 18px 0 30px 20px;
    line-height: 26px;
    background-color: #282828;
}

.course_box {
    display: flex;
}

.course_title {
    font-size: 1.8rem;
    padding-right: 30px;
}

.course_box ul {
    font-size: 1.4rem;
    margin: 0;
}

.course_note {
    font-size: 1.4rem;
    margin-top: 23px;
}
.btn_text {
    font-size: 2.4rem;
    color: #000;
    text-decoration: none;
    margin: 4px 33px 0 50px;
    font-weight: 600;  
}

.triangle {
    width: 0;
	height: 0;
	border-left: 14px solid #000;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
    margin: 15px 0 0 0;
}

.btn {
    display: flex;
    width: 250px;
    height: 45px;
    background-image: url(./image/grain.png);
    background-repeat: no-repeat;   
    margin: 54px auto 0 auto;
}

@media (min-width: 480px) { 
    .course_menu_description {
        padding: 18px 0 30px 50px;
    }    
}    

/*-----------------------drink----------------------*/
.drink {
    background-image: url(./image/people@2x.png);
    background-repeat: no-repeat; 
    background-size: 60%;
    background-position: 130% 95%;
}

.drink_container {
    padding: 65px 24px 0 24px;
}

.drink_title {
    margin-bottom: 50px;
}
.drink_title_top {
    font-size: 3.0rem;
    display: flex;
    margin-left: 3vw;
}

.drink_text1 {
    font-size: 3.6rem;
    margin-top: -10px;
    font-weight: 600;
}

.drink_text2 {
    font-size: 3.6rem;
    margin: 10px 5px 0 5px;
    font-weight: 600;
}

.drink_title_bottom {
    font-size: 3.0rem;
    /*margin-top: -10px;
    margin-left: 6vw;*/
    width: 90%;
    text-align: right;
}

.alcohol {
    padding: 0 5px 0 76px;
    font-weight: 600;
    letter-spacing: 0.2em;
}

.drink_img {
    position: absolute;
    width: 327px;
    height: 265px;
    background-image: url(./image/drink@2x.jpg);
    background-repeat: no-repeat; 
    background-size: contain;  
}

.drink_description {
    font-family: "遊ゴシック";
    font-size: 1.4rem;
    margin: 68px 10px 88px 20px;
    line-height: 26px;
}

@media (min-width: 480px) { 
    .drink_description {
        margin: 68px 10px 88px 50px;
    }    
} 

/*---------------------store_image---------------------*/
.pc_only {
    display: none;
}

.store_image {
    background-image: url(./image/brush_circle.png);
    background-repeat: no-repeat; 
    background-position: left 100%;
    margin-bottom: 110px;
}

.store_image h2 {
    font-size: 3.0rem;
    text-align: center;
    background-image: url(./image/brush_line.png);
    background-repeat: no-repeat; 
    background-position: 60% 100%;  
    background-size: 80%;
    padding-bottom: 15px;
    margin: 0 auto 35px auto;
}

.store_image_title {
    padding-right: 5px;
    letter-spacing: 0.1em;
}

.store_image_text {
    font-family: "遊ゴシック";
    font-size: 1.4rem;
    width: 240px;
    margin: 0 auto;
}

.store_image_box {
    max-width: 300px;
    margin: 50px auto;
}

.store_image_box img {
    width: 100%;
}

.store_image_1, .store_image_2 {
    display: flex;
    margin-bottom: 30px;
}

.store_image_2 {
    margin-top: 76px;
}

.store_image h3 {
    font-size: 3.6rem;
    margin: 0;
    writing-mode: vertical-rl;
}

.store_image_1 p,  .store_image_2 p{
    font-size: 1.8rem;
    margin: 0 17px 0 5px;
    line-height: 24px;
}

@media (min-width: 480px) { 
    .pc_only {
        display: block;
    }
} 

/*---------------------how_to_enjoy----------------------*/
.how_to_enjoy {
    background-image: url(./image/washi_black@2x.jpg);
}

.how_to_enjoy_container {
    padding: 48px 24px 100px 24px;
}

.how_to_enjoy h2 {
    font-size: 3.0rem;
    margin: 0 0 48px 0;
    text-align: center;
}

.how_to_enjoy_title {
    font-size: 3.6rem;
    padding-left: 5px;
}

.how_to_enjoy_text {
    font-size: 1.4rem;
    margin-bottom: 70px;
}

.how_to_enjoy_box {
    margin-bottom: 50px;
}

.how_to_enjoy_box:nth-of-type(4) {
    margin-bottom: 0;
}

.enjoy_title {
    font-size: 1.4rem;
    color: #000;
    letter-spacing: 0.1em;
    font-weight: 600;
    padding: 10px 20px;
    background-image: url(./image/grain2.png);
}

.enjoy_content {
    font-size: 1.4rem;
    color: #000;
    padding: 27px 20px 20px 20px;
    background-image: url(./image/washi@2x.jpg);
    background-size: 50%;
    margin-top: -10px;
}

/*-------------------store_info--------------------*/
.store_info {
  
    background-image: url(./image/shop_background_image@2x.png);
    background-repeat: no-repeat;  
    background-size: 130%;
    padding: 37px 0 15px 0;
}

.store_info h2 {
    font-size: 3.0rem;
    text-align: center;
    margin:0 0 50px 0;
}

.store_info_container {
    margin-left: 44px;
    font-size: 1.4rem;
}

.store_info_text {
    margin-bottom: 30px;
    line-height: 2.0;
}

.google_map_area {
    width: 100%;
    height: 200px;
    margin-bottom: 100px;
}

.telephone-none {
    pointer-events: none;
}

@media (min-width: 480px) { 
    .google_map_area {
        height: 400px;
    }    
} 

/*----------------footer------------------*/
footer {  
    text-align: center;
    background-color: #333;
    height: 100px;
}

small {
    display: inline-block;
    font-size: 1.4rem;
    margin-top: 13px;
}

/*--------------スライドショー---------------*/

.slider {
    max-width: 327px;
    margin: 0 auto;
}

.slider img {
    width: 100%;
}

.slider .slick-slide {
    height: auto !important;
}

/*---------- 矢印 ----------*/
.slider .slick-next{
    right:0 !important;
}
.slider .slick-prev{
    left:0 !important;
}
.slider .slick-arrow{
    width: initial !important;
    height: initial !important;
    z-index:2 !important;
}
.slider .slick-arrow:before{
    font-size: 30px !important;
}

.slick-dots {
    bottom: 10px !important;
}
