@charset "UTF8";
/*-----------------------------------------------------*/
/* PC用 */
/*-----------------------------------------------------*/
@media only screen and (min-width: 1180px) {
.container{
    width: 90%;
    margin: 0 auto;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: weight;
}

.header{
    width: 100%;
    display: flex;
}

.header1{
    width: 20%;
}

.header1 img{
    width: 100%;
}

.header2{
    width: 80%;
    padding-top: 10%;
}

.header2 li{
    list-style: none;
}

.header2 ul{
    display: flex;
    justify-content: space-around;
}

.header2 a{
    text-decoration-line: none;
    color: black;
}

.header2 a:hover{
    color: darkgray;
}

.humberger{
    display: none;
}

.top{
    width: 100%;
    display: flex;
}

.top1{
    width: 60%;
}

.top1 img{
    width: 100%;
}

.top2{
    width: 40%;
    text-align: center;
}

.top2 h1{
    font-size: 48px;
}

.top2 h3{
    font-size: 48px;
    padding-bottom: 5%;
}

.top p{
    font-size: 16px;
    line-height: 2.5;
}

.title2 {
    width: 100%;
    font-size: 36px;
    margin-top: 10%;
    padding-left: 12%;
}

.menu{
    width: 100%;
    display: flex;
    margin-top: 100px;
}

.menu1{
    width: 40%;
    text-align: center;
}

.menu1 h2{
    font-size: 48px;
}

.menu1 h3{
    font-size: 48px;
    padding-bottom: 5%;
}

.menu1 p{
    font-size: 16px;
    line-height: 2.5;
}

.menu1 img{
    width: 30%;
}

.menu2{
    width: 60%;
}

.menu2 img{
    width: 100%;
}

.title3 {
    width: 100%;
    font-size: 36px;
    margin-top: 10%;
    padding-left: 72%;
}

.deli{
    width: 100%;
    display: flex;
    margin-top: 100px;
}

.deli1{
    width: 60%;
}

.deli1 img{
    width: 100%;
}

.deli2{
    width: 40%;
    text-align: center;
}

.deli2 h2{
    font-size: 48px;
}

.deli2 h3{
    font-size: 48px;
    padding-bottom: 5%;
}


.deli2 p{
    font-size: 16px;
    line-height: 2.5;
}

.popular1{
    width: 100%;
    margin-top: 10%;
    text-align: center;
}

.popular1 h2{
    font-size: 56px;
}

.popular2{
    width: 100%;
    padding-left: 20%;
}

.popular2 img{
    width: 70%;
}

.footer{
    width: 100%;
    display: flex;
    margin-top: 100px;
}

.footer1{
    width: 40%;
    text-align: center;
    font-size: 24px;
    margin-left: 10%;
}

.footer1 h2{
    font-size: 36px;
}

.footer2{
    width: 60%;
}

.footer2 iframe{
    width: 80%;
}

.oya{
    width: 100%;
    position: relative;
}

.rogo{
    width: 100%;
    padding-left: 30%;
}

.copyright{
    width: 100%;
    padding-left: 45%;
    position: absolute;
    top: 60%;
    left: 0%;
}
}












/*-----------------------------------------------------*/
/* タブレット用のCSS */
/*-----------------------------------------------------*/
@media only screen and (min-width:600px) and (max-width:1179px) {
    .container{
        width: 90%;
        margin: 0 auto;
        font-family: "Noto Serif JP", serif;
        font-optical-sizing: auto;
        font-weight: weight;
    }
    
    .header{
        width: 100%;
        display: flex;
    }
    
    .header1{
        width: 20%;
    }
    
    .header1 img{
        width: 100%;
    }
    
    .header2{
        width: 80%;
        padding-top: 10%;
    }
    
    .header2 li{
        list-style: none;
    }
    
    .header2 ul{
        display: flex;
        justify-content: space-around;
    }
    
    .header2 a{
        text-decoration-line: none;
        color: black;
    }
    
    .header2 a:hover{
        color: darkgray;
    }

    .humberger{
        display: none;
    }    
    
    .top{
        width: 100%;
        display: flex;
    }
    
    .top1{
        width: 60%;
    }
    
    .top1 img{
        width: 100%;
    }
    
    .top2{
        width: 40%;
        text-align: center;
    }
    
    .top2 h1{
        font-size: 24px;
    }
    
    .top2 h3{
        font-size: 24px;
    }
    
    .top p{
        font-size: 12px;
        line-height: 1.7;
    }
    
    .title2 {
        width: 100%;
        font-size: 36px;
        margin-top: 10%;
        padding-left: 12%;
    }
    
    .menu{
        width: 100%;
        display: flex;
        margin-top: 100px;
    }
    
    .menu1{
        width: 40%;
        text-align: center;
    }
    
    .menu1 h2{
        font-size: 24px;
    }
    
    .menu1 h3{
        font-size: 24px;
    }
    
    .menu1 p{
        font-size: 12px;
        line-height: 1.7;
    }
    
    .menu1 img{
        width: 40%;
    }
    
    .menu2{
        width: 60%;
    }
    
    .menu2 img{
        width: 100%;
    }
    
    .title3 {
        width: 100%;
        font-size: 36px;
        margin-top: 10%;
        padding-left: 72%;
    }
    
    .deli{
        width: 100%;
        display: flex;
        margin-top: 100px;
    }
    
    .deli1{
        width: 60%;
    }
    
    .deli1 img{
        width: 100%;
    }
    
    .deli2{
        width: 40%;
        text-align: center;
    }
    
    .deli2 h2{
        font-size: 24px;
    }
    
    .deli2 h3{
        font-size: 24px;
    }
    
    
    .deli2 p{
        font-size: 12px;
        line-height: 1.7;
    }
    
    .popular1{
        width: 100%;
        margin-top: 10%;
        text-align: center;
    }
    
    .popular1 h2{
        font-size: 56px;
    }
    
    .popular2{
        width: 100%;
        padding-left: 20%;
    }
    
    .popular2 img{
        width: 70%;
    }
    
    .footer{
        width: 100%;
        display: flex;
        margin-top: 100px;
    }
    
    .footer1{
        width: 40%;
        text-align: center;
        margin-left: 10%;
    }
    
    .footer1 h2{
        font-size: 36px;
    }

    .fotter1 p{
        font-size: 16px;
    }
    
    .footer2{
        width: 60%;
    }
    
    .footer2 iframe{
        width: 80%;
    }
    
    .oya{
        width: 100%;
        position: relative;
    }
    
    .rogo{
        width: 100%;
        padding-left: 30%;
    }
    
    .copyright{
        width: 100%;
        padding-left: 45%;
        position: absolute;
        top: 60%;
        left: 0%;
    }    
}









/*-----------------------------------------------------*/
/* スマホ用のCSS */
/*-----------------------------------------------------*/
@media only screen and (max-width: 599px) {
    .container{
        width: 90%;
        margin: 0 auto;
        font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
    }
    
    .header{
        width: 90%;
        margin: 0% auto;
    }
    
    .header1{
        width: 40%;
    }
    
    .header1 img{
        width: 100%;
    }
    
    .header2{
        width: 80%;
        padding-top: 10%;
        display: none;
    }
    
    .header2 li{
        list-style: none;
    }
    
    .header2 ul{
        display: flex;
        justify-content: space-around;
    }
    
    .header2 a{
        text-decoration-line: none;
        color: black;
    }
    
    .header2 a:hover{
        color: darkgray;
    }


/*========= ナビゲーションのためのCSS ===============*/

/*アクティブになったエリア*/
#g-nav.panelactive{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
	top: 0;
	width:100%;
    height: 100vh;
}

/*丸の拡大*/
.circle-bg{
    position: fixed;
	z-index:3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #999;
    /*丸のスタート位置と形状*/
	transform: scale(0);/*scaleをはじめは0に*/
	right:-50px;
    top:-50px;
    transition: all .6s;/*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive{
	transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list{
    display: none;/*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
     display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
	opacity: 0;/*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
    opacity:1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;/*0.2 秒遅らせて出現*/
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}


/*リストのレイアウト設定*/
#g-nav li{
	text-align: center; 
	list-style: none;
}

#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}


/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
	top:10px;
	right: 10px;
	z-index: 9999;/*ボタンを最前面に*/
	cursor: pointer;
    width: 50px;
    height:50px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #666;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

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

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

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

    
    .top{
        width: 100;
    }
    
    .top1{
        width: 100%;
    }
    
    .top1 img{
        width: 100%;
    }
    
    .top2{
        width: 100%;
        padding-top: 5%;
        text-align: center;
    }
    
    .top2 h1{
        font-size: 18px;
    }
    
    .top2 h3{
        font-size: 18px;
        padding-bottom: 5%;
    }
    
    .top p{
        font-size: 12px;
        line-height: 1.7;
    }
    
    .title2 {
        width: 100%;
        font-size: 36px;
        margin-top: 10%;
        padding-left: 12%;
    }
    
    .menu{
        width: 100%;
        margin-top: 100px;
        display: flex;
        flex-direction: column;
    }
    
    .menu1{
        width: 100%;
        text-align: center;
        padding-top: 5%;
        order: 2;
    }
    
    .menu1 h2{
        font-size: 18px;
    }
    
    .menu1 h3{
        font-size: 18px;
        padding-bottom: 5%;
    }
    
    .menu1 p{
        font-size: 12px;
        line-height: 1.7;
    }
    
    .menu1 img{
        width: 20%;
    }
    
    .menu2{
        width: 100%;
        order: 1;
    }
    
    .menu2 img{
        width: 100%;
    }
    
    .title3 {
        width: 100%;
        font-size: 36px;
        margin-top: 10%;
        padding-left: 72%;
    }
    
    .deli{
        width: 100%;
        margin-top: 100px;
    }
    
    .deli1{
        width: 100%;
    }
    
    .deli1 img{
        width: 100%;
    }
    
    .deli2{
        width: 100%;
        text-align: center;
        padding-top: 5%;
    }
    
    .deli2 h2{
        font-size: 18px;
    }
    
    .deli2 h3{
        font-size: 18px;
        padding-bottom: 5%;
    }
    
    
    .deli2 p{
        font-size: 12px;
        line-height: 1.7;
    }
    
    .popular1{
        width: 100%;
        margin-top: 20%;
        text-align: center;
    }
    
    .popular1 h2{
        font-size: 18px;
    }
    
    .popular2{
        width: 100%;
        padding-left: 20%;
    }
    
    .popular2 img{
        width: 70%;
    }
    
    .footer{
        width: 100%;
        padding-top: 10%;
    }
    
    .footer1{
        width: 100%;
        text-align: center;
    }
    
    .footer1 h2{
        font-size: 18px;
    }

    .footer1 h3{
        font-size: 18px;
    }

    .footer1 p{
        font-size: 12px;
    }
    
    .footer2{
        width: 100%;
        text-align: center;
        padding-top: 5%;
    }
    
    .footer2 iframe{
        width: 60%;
    }
    
    .oya{
        width: 100%;
        position: relative;
        margin-bottom: 100px;
    }
    
    .rogo{
        width: 50%;
    }

    .rogo img{
        width: 100%;
        margin-left: 50%;
    }
    
    .copyright{
        width: 100%;
        text-align: center;
        font-size: 14px;
        position: absolute;
        top: 60%;
        left: 0%;
    }    
}