/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    line-height: 1;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
    text-decoration: none;
}

button{
    border: none;
    background: none;
    color: #fff;
}

@media (min-width: 768px){
    .sp_mode{
        display: none;
    }
    a:hover{
        cursor: pointer;
    }
}

@media (max-width: 768px){
    .pc_mode{
        display: none;
    }
}

/* RESET END */

body{
    text-align: center;
    margin: 0 auto;
    color: #22282c;
}

main{
    background: #fff;
    position: relative;
}

img{
    width: 100%;
    margin: -2px;
    padding: 0;
}

.fix_banner{ 
    position: fixed;
    bottom: 1%;
    right: 1%; 
    width: 30%;
}

.fix_txt{ 
position: fixed;
  width: 100%;
  background: #000000;
  bottom: 0;
  color: #fff;
  opacity: 0.9;
  padding: 20px 0;
  font-size: 18px;
}


.fix_txt p{
    line-height: 2;
}

.g_nav{
    display: flex;
}


    .menu_sercle{
        width: 200px;
        height: 200px;
        border-radius: 500px;
        background: #6e8ba9;
        top: -100px;
        right: -100px;
        position: fixed;
        z-index: 1000000;
    }
    .pfix .nav{
        position: fixed;
        height: 300vh;
        width: 100%;
        right: -100%;
        background: #6e8ba9;
        opacity: 0.98;
        -webkit-transition: 1s;
        transition: 1s;
        z-index: 1000;
        top: 0;
    }
    .pfix ul{
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100px;
        left: 10%;
        line-height: 4;
        width: 100%;
    }
    .pfix li{
        list-style-type: none;
        font-size: 1.2em;
        border-bottom: 1px solid #fff;
        width: 80%;
        text-align: left;
        /* background: url( "../img/arrow.png" ) 95% 50% / 15px no-repeat; */
        padding: 5% 0;
    }
    .pfix li:first-child{
        border-top: 1px solid #fff;
    }
    .pfix a{
        display: block;
        text-decoration: none;
        color: #fff;
    }
    .pfix #target {
        top: 22px;
        right: 22px;
        cursor: pointer;
        display: block;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        position: fixed;
        z-index: 1000000;
    }
    .pfix .target_inner{
        width: 40px;
        height: 30px;
        position: relative;
    }
    .pfix .target_inner_line {
        display: block;
        width: 40px;
        height: 5px;
        background: #fff;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        border-radius: 50px;
        position: absolute;
    }
    .pfix .target_inner_1 {
        top: 0;
    }
    .pfix .target_inner_2 {
        top: 13px;
    }
    .pfix .target_inner_3 {
        top: 26px;
    }
    .pfix .fadein{
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .pfix .linea,.lineb,.linec{
        background: #fff;
        z-index: 2000;
    }
    .pfix .linea {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
        top: 13px;
    }
    .pfix .lineb {
        opacity: 0;
    }
    .pfix .linec {
        -webkit-transform: rotate(-225deg);
        transform: rotate(-225deg);
        top: 13px;
    }


.logo{
    text-align: left;
}

.logo img{
    width: 60%;
    padding: 5%;
}

.video-wrap{
max-width: 100%;
width:100%;
margin: auto;
}

.video{
    position: relative;
    width: 100%;
    height: 0;
    z-index: 1;
    padding-top: 56.25%;
}

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

/* さんや追加 */

      .schedule {
        font-family: "Arial", sans-serif;
        background-color: #f9f9f9; /* 背景色 */
        padding: 20px;
        border-radius: 8px;
        border: 1px solid #ddd; /* 枠線 */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 軽い影を追加 */
        max-width: 600px;
        margin: 80px 3vw; /* コンテンツ中央寄せ */
      }

      .schedule span {
        font-weight: bold;
        color: #1e88e5; /* 強調部分のテキスト色 */
        display: block; /* ブロック要素化して次の行に改行 */
        margin-top: 10px;
        font-size: 1.2rem; /* 少し大きめのフォントサイズ */
      }

      .schedule a {
        display: block;
        margin-top: 15px;
        padding: 10px 20px;
        background-color: #18ac07; /* リンクの背景色 */
        color: white;
        text-decoration: none; /* 下線を消す */
        font-weight: bold;
        border-radius: 5px; /* ボタン風に角を丸く */
        text-align: center;
        transition: background-color 0.3s ease;
      }

      .schedule a:hover {
        background-color: #138606; /* ホバー時の背景色 */
      }

      .schedule a:focus {
        outline: none;
        box-shadow: 0 0 3px 3px rgba(30, 136, 229, 0.4); /* フォーカス時に青い枠線 */
      }

/* PC */

@media (min-width: 768px){
    body{
        width: 700px;
        margin: 0 auto;
        box-shadow: 0px 0px 39px -4px rgba(0,0,0,0.3);
        background: #fff;
    }
    
    .fix_banner{
        width: 200px;
    }
    
    .logo{
        text-align: center;
    }
    
    .logo img{
        width: 50%;
        padding: 3%;
    }
    
    .pfix li{
        padding: 2% 0;
    }
    
    
    .fix_txt{ 

  width: 700px;
        font-size: 24px;

}
}