*{
    margin: 0;
    padding:0;
    text-decoration: none;
    
    }
    
    #plof h2,p{
        font-size: 40px;
        display: inline-block;
    }

    #plof{
        background-image: url(imge/ki-iro-.png);
        background-size: cover;
        width: 94%;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    
    #menu p{
        display: inline-block;
    }
    
    #otoiawase #broggg{
        background-color: rgb(233, 103, 43);
        border-bottom: 5px solid rgb(170, 116, 124);
    }
    
    #otoiawase #broggg:hover{
        margin-top: 3px;
        color: #000;
        border-bottom: 2px solid rgb(170, 116, 124);
    }
    
    .baner{
        text-align: center;
    }
    
    .baner a{
        
        border-radius: 20px;
        padding: 18px;
        font-size: 15px;
        font-family: serif;
    }
    
    .baner a:hover{
       text-decoration: underline;
    }
    
    .sss{
        margin-bottom: 50px;
    }
    
    .baner #one{  
        color: white;
        background-color: black;
        display: inline-block;
        margin-bottom: 10px;
        margin-top: 100px;
    }
    
    .contents-box h2{
    margin-top: 100px;
    }
    
    .baner #two{
        color: white;
        background-color: black;
        display: inline-block;
    }
    
    
    #otoiawase{
        text-align: center;
    
    }
    
    #otoiawase a{
        color: #000;
        background-image: url(imge/E4EEF1CE-6A7C-4308-8342-0AF28DDDDCB6.jpeg);
        border-bottom: 5px solid rgb(170, 116, 124);
        padding: 20px;
        display: inline-block;
        transition: 0.2s;
        margin: 0 20px;
      }
      
      #otoiawase #blog-1:hover {
        margin-top: 3px;
        color: #000;
        background: # fff20a;
        border-bottom: 2px solid rgb(170, 116, 124);
      }
    
      #otoiawase ul{
          display: flex;
          list-style: none;
          width: 450px;
          margin: 0 auto;
      }
    
    
    
    body{
        width: 100%;
    }
    
    footer{
    position: relative;
    margin-top: 50px;
    }
    
    footer div{
        height: 200px;
        background-color: black;
        text-align: center;
    }
    
    footer p{
        color: white;
        text-align: center;
        padding-top: 140px;
    }
    
    #main{
        width: 100%;
    }
    
    #nasi{
    display: none;
    }
    
    .Item-Box {
        overflow: hidden;
      }
      .Item-Box-ImgBox {
        overflow: hidden;
        position: relative;
        display: flex;
        height: 500px;
        width: 100%;
        -webkit-transform: translate3d(-100.5%,0,0);
        transform: translate3d(-100.5%,0,0);
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
        transition-timing-function: cubic-bezier(.075,.82,.165,1);
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
      }
      .Item-Box.isShow .Item-Box-ImgBox {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
      }
      .Item-Box-ImgBox:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        background-color: #000;/*黒ブロックの色指定*/
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: right;
        transform-origin: right;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
        transition-timing-function: cubic-bezier(.075,.82,.165,1);
        -webkit-transition-delay: .4s;
        transition-delay: .4s;
      }
      .Item-Box.isShow .Item-Box-ImgBox:before {
        -webkit-transform: scale(0,1);
        transform: scale(0,1);
      }
      .Item-Box-ImgBox-Img {
        width: 33.33%;
        transition-duration: 4s;
        -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
        transition-timing-function: cubic-bezier(.075,.82,.165,1);
      }
    
    p,li{
        color: rgba(0,0,0,80%);
        font-family: serif;
    }
    
    header{
        padding: 10px;
        display: flex;
        position: relative;
        height: 50px;
        
    }
    
    header #menu{
        display: flex;
        list-style: none;
        position: absolute;
        right: 20px;
        height: 50px;
        line-height: 50px;
    }
    
    header ul li{
        margin-left: 40px;
    }
    
    .contents-box{
        margin: 150px auto;
        text-align: center;
    }
    
    h2{
        margin-bottom: 90px;
        font-size: 40px;
        font-family: serif;
    }
    
    .width{
        width: 80%;
    }
    
    .flex{
        display: flex;
    }
    
    .flex div{
        width: 50%;
    }
    
    .flex div img{
        width: 100%;
    }
    
    .flex p{
        border-bottom: 1px solid rgba(0,0,0,20%);
        width: 75%;
        margin: 0 auto;
        text-align: left;
        padding: 3px;
        font-size: 15px;
    }
    
    h3{
        height: 20px;
    }

    #menu p{
        font-size: 20px;
    }
    
    #menu h3{
        font-family: serif;
        font-size: 25px;
        padding: 20px 0;
    }
    
    #menu span{
        padding-left: 10px;
    }
    
    
    #tekitou{
    width: 90%;
    margin: 0 auto;
    }
    
    .image-1{
        display: flex;
    }
    
    .image-1 img{
        margin: 0 20px;
        height: 500px;
    }
    
    #omoi p{
        border-bottom: 1px solid rgba(0,0,0,20%);
        width: 50%;
        margin: 0 auto;
        padding: 10px 0 5px 0;
    }
    
    .contents-box #menu li{
        border-bottom: 1px solid rgba(0,0,0,20%);
        width: 50%;
        margin: 0 auto;
        padding: 10px 0 0 0;
    }
    
    #menu ul{
        margin-bottom: 60px;
    }
    
    #gyarari{
        border-bottom: 1px solid rgba(0,0,0,20%);
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    
    .three{
        height: 400px;
    }
    
    .six{
        height: 400px;
    }
    
    #btn-g{
        background-color: black;
        color: white;
        font-size: 27px;
        padding: 10px;
        margin: 70px;
        display: inline-block;
        font-family: serif;
    }
    
    #yokonaga{
        width: 94%;
    }
    
    .aiu{
        flex-wrap: wrap;
    }
    
    
    .ggs .kami{
        height:  300px;
    }
    
    
    
    
    
    
    
    
    .menu-btn {
        position: fixed;
        top: 10px;
        right: 10px;
        display: flex;
        height: 50px;
        width: 50px;
        justify-content: center;
        align-items: center;
        z-index: 90;
        background-color: black;
    }
    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #ffffff;
        position: absolute;
    }
    .menu-btn span:before {
        bottom: 8px;
    }
    .menu-btn span:after {
        top: 8px;
    }
    
    #menu-btn-check:checked ~ .menu-btn span {
        background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
    }
    #menu-btn-check:checked ~ .menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    #menu-btn-check:checked ~ .menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
    }
    
    .menu-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 80;
        background-color: #3584bb;
    }
    .menu-content ul {
        padding: 70px 10px 0;
    }
    .menu-content ul li {
        border-bottom: solid 1px #ffffff;
        list-style: none;
    }
    .menu-content ul li a {
        display: block;
        width: 100%;
        font-size: 15px;
        box-sizing: border-box;
        color:#ffffff;
        text-decoration: none;
        padding: 9px 15px 10px 0;
        position: relative;
    }
    .menu-content ul li a::before {
        content: "";
        width: 7px;
        height: 7px;
        border-top: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        transform: rotate(45deg);
        position: absolute;
        right: 11px;
        top: 16px;
    }
    
    .menu-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;/*leftの値を変更してメニューを画面外へ*/
        z-index: 80;
        background-color: #3584bb;
        transition: all 0.5s;/*アニメーション設定*/
    }
    
    #menu-btn-check:checked ~ .menu-content {
        left: 0;/*メニューを画面内へ*/
    }
    
    #menu-btn-check {
        display: none;
    }
    
    
    
    .hamburger-menu{
        display: none;
    }
    
    
    
    
    
    
    
    
    
    /*タブレット*/
    @media screen and ( max-width:1024px){
        .flex p {
            border-bottom: 1px solid rgba(0,0,0,20%);
            width: 85%;
            margin: 0 auto;
            padding: 7px 0 0 0;
            font-size: 15px;
            line-height: 27px;
        }
    
        #plof h2, p {
            font-size: 30px;
            line-height: 50px;
        }
    
        .Item-Box-ImgBox {
            overflow: hidden;
            position: relative;
            display: flex;
            /* height: 500px; */
            height: 300px;
        }
    
        .imgccc div{
          height: 300px;
                }
    
        .nuke{
            display: none;
        }
    
    
    
        #nagai{
            width: 100%;
            height: 500px;
        }
    
    
        .six {
            height: 290px;
        }
    
        .three {
            height: 290px;
        }
    
        .ggs .kami {
            height: 220px;
        }
    
        .aiu .three{
            height: 220px;
        }
    
        .aiu .six{
            height: 220px;
        }
    
    }
    
    
    /*スマホ*/
    @media screen and (max-width: 767px){
    
        #otoiawase ul{
            flex-wrap: wrap;
    
        }
    
        #plof h2, p {
            font-size: 20px;
            line-height: normal;
        }
    
    
    .contents-box #menu li{
        text-align: left;
    }
    
    
        #menu p{
            display: none;
        }
        
        .Item-Box-ImgBox{
            height: 200px;
        }
        .imgccc div{
    
            height: 200px;
        }
        #otoiawase a{
            margin: 10px 0;
            box-sizing: border-box;
        }
    
        #otoiawase a{
            width: 90%;
        }
    
        #otoiawase ul{
            display: initial;
        }
    
        header #menu{
            display: none;
        }
    
        .ggs .kami{
            height: 90px;
        }
    
        .Item-Box-ImgBox {
            overflow: hidden;
            position: relative;
            display: flex;
            /* height: 500px; */
            
        }
    
        h2 {
            margin-bottom: 90px;
            font-size: 30px;
            font-family: serif;
        }
    
        .flex {
            display: flex;
            flex-direction: column-reverse;
        }
    
        .flex div {
            width: 100%;
        }
    
        .image-1 img {
            height: 150px;
            margin: 0;
        }
    
        #omoi p {
            border-bottom: 1px solid rgba(0,0,0,20%);
            width: 80%;
            margin: 0 auto;
            padding: 10px 0 5px 0;
            font-size: 12px;
        }
    
        #nagai {
            width: 100%;
            height: 300px;
        }
    
        #div img{
            margin-top: 20px;
        }
    
        #menu li {
            border-bottom: 1px solid rgba(0,0,0,20%);
            width: 70%;
            margin: 0 auto;
            padding: 10px 0 0 0;
        }
    
        #nasi{
            display: none;
        }
    
        .three {
            height:120px;
        }
    
        .six {
            height: 120px;
        }
    
        #btn-g {
            background-color: black;
            color: white;
            font-size: 20px;
            padding: 10px;
            margin: 0px;
            margin-top: 40px;
            display: inline-block;
            font-family: serif;
        }
    
        .hamburger-menu{
            display: block;
        }
    
        .aiu .three{
            height: 105px;
        }
        .aiu .six{
            height: 105px;
        }
    
        .imgccc div:nth-child(2){
    display: none;
        }
    
        .Item-Box-ImgBox-Img{
            width: 50%;
        }
    
        .contents-box{
            margin: 100px auto;
        }
        .baner #one{
            margin-top: 50px;
        }
        .baner a {
            border-radius: 20px;
            padding: 18px;
            box-sizing: border-box;
            width: 90%;
            font-size: 15px;
            font-family: serif;
        }
    
    }
    
    
     
      