/*
Theme Name: utage

*/

@charset "UTF-8";

html {
    font-size: 100%;
    max-width: 100%;
    
    overflow-x: hidden !important;/*position abusolutを使うと右側に余白ができるので予防する*/
    width: 100% !important;/*position abusolutを使うと右側に余白ができるので予防する*/
}
body {
    background-color: #d1d1d7;
    font-family: "ヒラギノ明朝 ProN", 'HiraMinProN-W3', "游明朝体", "YuMincho", serif;
    line-height: 1.7;
    color: #d7b864;
    margin: 0;
  -webkit-text-size-adjust: 100%;/*レスポンシブの時の文字の設定*/
} 


/*--ハンバーガーメニュー.モバイル版に続き有り---*/


#input {
    display: none;
  }
  
.menu-sumaho {
  position: fixed;
  left: -1%;
  top: 50px;
	z-index: 1;
}
.line {
  width: 20px;
  height: 3px;
  background-color: #726868;
  margin: 3px;
}
#content {
  background-color: #b5b2a9;
  width: 130px;
  height: 150px;
  transform: translateX(-200px);
  z-index: 999;
  position: relative;
}

#input:checked ~ #content{
	transform: translatex(0px);/*通常値に戻す*/
  height: 183px;
}

.menu-pc {
  position: relative;
  top:100px;
}
.link-1 {
  display: flex;
  flex-flow: column;
  position: relative;
  left: 23px;
  font-size: 1.2rem;
}
.link {
  display: flex;
  flex-flow: column;
  position: relative;
  top: -100px;
  left: -13px;
  font-size: 1.2rem;
}

.rogo img {
  position: relative;
  width: 10%;
  left: 4%;
  top: 20px;
}
/*====ここまで======*/

a {
    /*下線をなくす*/
      text-decoration: none;
      color: #494c4c;
  }
a:hover{
    color: antiquewhite;
}

.main-nav {
    display: flex;
    font-size: 1.25rem;
    text-transform: uppercase;
    list-style: none;
    position: relative;
    top: -131px;
}

.main-nav li {
    margin: 36px;
}
.main-nav a {
    color: #746858;
}
.main-nav a:hover{
    color: antiquewhite;
}


/*CSSスライドショー設定
---------------------------------------------------------------------------*/
/*１枚目*/
@keyframes slide1 {
	0% {opacity: 0;}
	10% {opacity: 1;}
	40% {}
	50% {opacity: 1;}
	60% {opacity: 0;}
	100% {opacity: 0;}
}
/*２枚目*/
@keyframes slide2 {
	0% {opacity: 0;}
	25% {opacity: 0;}
	35% {opacity: 1;}
	65% {}
	75% {opacity: 1;}
	85% {opacity: 0;}
	100% {opacity: 0;}
}
/*3枚目*/
@keyframes slide3 {
	0% {opacity: 0;}
	50% {opacity: 0;}
	60% {opacity: 1;}
	80% {opacity: 1;}
	90% {opacity: 0;}
	100% {opacity: 0;}
}

/*mainimg
---------------------------------------------------------------------------*/
/*画像ブロック*/
#mainimg {
	clear: left;
	text-indent: -9999px;
	/*position: fixed;	スクロールしても固定表示させる指定*/
	position: relative;
	top: 0px;
	width: 100%;
	/*height: 100%;*/
	height: 800px;	/*※スライドショー解説用に追加*/
	margin-bottom: 30px;	/*※スライドショー解説用に追加*/
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);	/*影の設定。右に、下に、広げる幅、rgbaは色で0,0,0は黒、0.2は透明度20%の事。*/
}
/*３枚画像の共通設定*/
.slide1,.slide2,.slide3 {
	animation-duration: 15s;	/*実行する時間。「s」は秒の事。*/
	animation-iteration-count:infinite;		/*実行する回数。「infinite」は無限に繰り返す意味。*/
	position: absolute;left:0px;top:0px;width: 100%;height: 100%;
	animation-fill-mode: both;
	animation-timing-function: linear;
	animation-delay: 2s;
}
/*土台画像*/
.slide0 {
	background: url(images/drink/wine-6688901_1920.jpg) no-repeat center center/cover;
	position: relative;width: 100%;height: 100%;
}
/*１枚目*/
.slide1 {
	background: url(images/drink/a-party-2250007_1920.jpg) no-repeat center center/cover;
	animation-name: slide1;		/*上で設定しているキーフレーム（keyframes）の名前*/
}
/*２枚目*/
.slide2 {
	background: url(images/food/pizza-1442945_1920.jpg) no-repeat center center/cover;
	animation-name: slide2;		/*上で設定しているキーフレーム（keyframes）の名前*/
}
/*３枚目*/
.slide3 {
	background: url(images/drink/gin-2381859_1920.jpg) no-repeat center center/cover;
	animation-name: slide3;
}
/*スライドショー下の曲線グラデーション画像*/
#kazari {
	position: absolute;
	bottom: 90px;	/*飾りがメニューの上に配置されるよう、ここはメニューブロックの高さを指定しておく。*/
	z-index: 2;
	width: 100%;
}
/*=====スライドここまで=====*/


.homecontent {
    position: relative;
}
.midasi {
    height: 80%;
    /*background: rgba(129, 144, 255,18%);*/
    position: absolute;
    top: 230px;
    width: 100%;
}
.midasinaka {
    position: absolute;
    top: 237px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.midasi h1 {
    font-size: 5rem;
}
.midasi p {
    font-size: 3rem;
}
.midasi h2 {
    font-size: 9rem;
}


.hello {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 100px 0 130px 0;
	 color: #4e4d43;
}
.hello h3 {
    font-size: 1.8rem;
}


/* 記事一覧 */
.container {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 100px;
}
.kijimidasi h4 {
    font-size: 1.5rem;
    padding-bottom: 9px;
    color: #664b4b;
}
.kijiitirann img {
    width: 100%;
    max-height: 283px;
  }

  .kijiitirannblok {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-row-gap: 60px;
    grid-column-gap: 62px;
    padding: 0;
    margin: 0;
    list-style-type: none;
  }

  .kijiitirannblok li {
    box-sizing: border-box;
    margin: 10px;
  }

  .kijiitirann .kiji_category,
  .kijiitirann h5,
  .kijiitirann .excerpt p {   
    margin: 0px 10px 0px 10px;
  }

  .kijiitirann .excerpt p {
    font-size: 0.9em;
    color: #664b4b;
  }

  .kijiitirann a {
    color: #c97f7f;
  }

  .excerpt {
    position: relative;
    height: 174px;
  }

  .excerpt a {
    color: #605b51;
  }

  .btn-primary {
    position: absolute;
    bottom: 10px;
    left: 10px;
  }

  /* 記事一覧 end*/


/*=====================フッター====================*/
.footer {
   background-color: #605b51;
   margin-top: 100px;
}

.footer-fle {
    display:flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
}

.footer-rogo img {
    position: relative;
    width: 125%;
    position: relative;
    top: 50px;
}
.footer-nav {
    width: 60%;
    font-size: 1.5rem;
    letter-spacing: 8.3px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
}
footer .footer-nav li a {
  /* 文字のデザイン */
  color: #000;
}
footer .footer-nav li a:hover {
 /* カーソルを合わせたときの背景色 */
 color: antiquewhite;
  }
  
ul {
    list-style: none;
  }
 .item-2 {
     padding-bottom: 15px;
 }
 .name {
     text-align: right;
     font-size: 1.3rem;
     padding-right: 5%;
     color: #000;
 }
.co {
    text-align: right;
    padding-right: 5%;
    color: #000;
}


/*===ハンバーガーメニューの続き===*/

@media screen and (min-width: 740px){
    .menu-sumaho {
      display: none;
    }
    }

    /*=============================モバイルmax-width1400px====================*/ 
    @media screen and (max-width: 1400px) {
      .name {
        font-size: 1rem;
      }
      .footer-nav {
        font-size: 1.2rem;
      }
    }

    /*=============================モバイルmax-width1200px====================*/ 
    @media screen and (max-width: 1200px){
      .midasi h2 {
        font-size: 7rem;
    }
    .midasi h1 {
      font-size: 3rem;
  }
  .pic {
    left: 32%;
  }
  .pic-2 {
    left: 25%;
    width: 53%;
  }
  .kijiitirannblok {
    display: block;
    }
  }

  /*=============================モバイルmax-width1000px====================*/ 
  @media screen and (max-width: 1000px){
    .footer-fle {
      display: block;
    }
    .footer-nav {
      text-align: center;
    }
    .footer-rogo img {
      width: 90%;
      top: 50px;
      left: 50%;
      transform: translateX(-50%);
  }
  .name {
    padding-top: 70px;
  }
  }

    /*=============================モバイルmax-width740px====================*/ 
    @media screen and (max-width: 740px){
      
    /*===ハンバーガーメニュー=====*/
        .menu-pc {
          display: none;
        }
      
      /*==ここまで===*/
      .rogo img {
        width: 32%;
        left: 59%;
        top: 0px;
    }
    .midasi h2 {
      font-size: 4rem;
  }
  .midasi h1 {
    font-size: 2rem;
}
.pic {
  width: 64%;
}
.hello-1 {
  width: 95%;
  left: 0%;
}

.ser img {
  height: 298px!important;
}
.arc {
  display: block !important;
}
.karamu {
  display: block !important;
}
main {
  width: 100%;
  margin: 0 auto;
}
.side {
  padding-top: 0px;
  margin: 0 auto;
  padding-bottom: 100px;
  width: 95% !important;
}
.karamu-p {
  display: block !important;
}
.picky {
  padding-right: 0px !important;
}
img {
  width: 95%;
}
    }
/*============レスポンシブ＝＝＝＝＝＝＝===*/

@media screen and (max-width: 480px){
  
  html {
    max-width: 100%;
    max-height: 100%;
  }
  .kijiitirannblok li {
    height: 290px;
    margin-bottom: 338px;
}
.excerpt a {
  position: absolute;
  top: 188px;
}
.ser img {
  height: 200px!important;
}
}
