@charset "utf-8";

body{
  margin: 0;
  padding: o;
  background-color: #cccccc;
  color: #333333;
  font-size: 15px;
  line-height: 2;/*  文字の大きさの倍数で指定*/
}

p,h1,h2,h3,h4,h5,h6{
  margin-top: 0;
}

img{
  vertical-align: bottom;
}

ul{
  margin: 0;
  padding: 0;
}

a{
  color: #3583aa;
  text-decoration: none;
}

a:visited{
  color: #788d98;
}

a:hover{
  text-decoration: underline;
}

header{
  width: 960px;
  height: 100px;
  margin: 0 auto;/* 必ずwidthを記述してからmarginを指定する */
}
/*ここでの記述はheaderのみ有効。その他の記述は大きな画面で見ると、端っこから文字が記述されることになる。俺はこれでちょっと戸惑った。*/

.logo{
  float: left;
  margin-top: 50px;
}

.global-nav{
  float: right;
  margin-top: 50px;
}

.global-nav li{
  float: left;
/*  このfloatが後々のタグへも影響を及ぼす！*/
  margin: 0 20px;
  font-size: 20px;
  list-style: none;
  font-family: 'Bitter', serif;
}

.global-nav li a/*他のliタグは上で装飾している！*/{
  color: #ffffff;
}

.global-nav li a:hover{
  border-bottom: 2px solid #ffffff;
  padding-bottom: 3px;
  text-decoration: none;
}

#wrap{
  clear: both;
  background-color: #ffffff;
  margin-top: 220px;
  padding: 35px 0;
    min-width: 960px;
}

.content{
  width: 960px;
  margin: 0 auto;
}

footer{
  text-align: center;
  color: #ffffff;
  padding: 20px 0;
  background-color: #767671;
}

footer small{
  font-size: 12px;
}

#index h1{
  font-size: 100px;
  line-height: 1;
  color: #ffffff;
  font-family: 'Bitter', serif;
  margin-bottom: 50px;
  border: none;
}

#index .content{
  margin-top: 150px;
}

#index p{
  font-size: 16px;
  color: #ffffff;
}

.btn a{
  background-color: #46dbb3;
  color: #ffffff;
  font-size: 20px;
  font-family: 'Bitter', serif;
  width: 185px;
  
  display: block;
  text-align: center;
  line-height: 50px;
  margin-top: 20px;
  border-radius: 5px;
  border: 3px solid #46dbb3;
}

.btn a:hover{
  text-decoration: none;
  background-color: #ffffff;
  color: #46dbb3;
}

#index footer{
  width: 960px;
  margin: 150px auto 0 auto;
  text-align: left;
/*widthで幅が指定されているからこれが成り立っている。*/
  background-color: transparent;
}

#index{
  background-image: url(../images/bg-jishin.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

#about{
  background-image: url(../images/bg-about.jpeg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: 100% auto;
}

.main-center{
  width: 940px;
  margin: 0 auto;
}

h1{
  font-family: 'Bitter', serif;
  font-size: 36px;
  border-bottom: 1px solid #cccccc;
}

h2{
  font-family: 'Bitter', ser
    if;
  font-size: 24px;
}

.icon:before{
  content: "";
  padding-right: 10px;
  border-left: 7px solid #9cb4a4;
}

#about .profile-txt{
  width: 540px;
  float: left;
}

#about .profile-txt span{
  font-weight: bold;
}


#about .profile-image{
  float: right;
  width: 320px;
}

.clearfix:after{
    content:"";
    display: block;
    clear: both;
}

section{
 margin-bottom: 35px   
}

#about .career th{
    width: 240px;
    background-color: #f0f0f0;
    padding: 12px 0;
    border: 1px solid #cccccc;
}

#about .career td{
    width: 660px;
    padding: 12px 0 12px 40px;
    border: 1px solid #cccccc;
}

table{
    border-spacing: 0;
    border-collapse: collapse;
}

#index #wrap{
  background-color: transparent;
  margin-top: 0;
  padding: 0;
}

#portfolio{
  background-image: url(../images/portfolio-top.jpeg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: 100% auto;
}

.main{
  width: 700px;
  margin: 0 10px;
  float: left;
}

.sidebar{
  width: 200px;
  margin: 0 10px 0 30px;
  float: right;
  font-family: 'Bitter', serif;
}

a img:hover{
  opacity: 0.8;
}

.sidebar h2{
  margin-bottom: 10px;
}

.sidebar ul{
  font-size: 16px;
  margin-left: 20px;
}

.sidebar ul a{
  color: #333333;
}

#photograph{
  background-image: url(../images/photograph-top0.1.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: 100% auto;
}

#photograph .photograph-list li{
  float: left;
  list-style: none;
  margin: 0 20px 15px 0;
}

#photograph .photograph-list li:nth-child(2n){
  margin-right: 0;
}




#photograph-top{
  width: 700px;
}


#gourmet-top{
  width: 700px;
}


#gourmet{
  background-image: url(../images/gourmet-top2.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: 100% auto;
}

a.thumbnail{
  width: 49%;
  margin-right: 20px;
  float: left;
}
/*
.thumbnail:nth-child(2n){
  margin-right: 0;
}
*/

.gourmet-thumbnail{
  height:130px;
  float:left;
}


#gourmet .thumbnail{
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
}
#gourmet .thumbnail:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
#gourmet .thumbnail p {
    margin: 10px;
    padding: 11110;
}




.thumbnail .icon{
  margin-bottom: 0 ;
  background-color: bisque
  
  
}

#RKLoof{
  background-image: url(../images/RKLoof-top.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: 100% auto;
}

.information th{
    width: 150px;
    background-color: #f5deb3;
    padding: 5px 0;
    border: 1px solid #cccccc;
}
    
.information td{
    width: auto;
    padding: 5px 10px 5px 10px;
    border: 1px solid #cccccc;
}

.information h2{
  margin-bottom: 0;
}


a .thumbnail:hover {
  opacity: 0.8;
}

.menu-photo{
  width: 80%
}

.menu{
  display: flex;
  flex-flow: column;
  align-items: center;
}

.menu-box{
  width:auto;
  padding: 1px 10px 10px 10px;
  margin: 0.1em auto 0em;
  background: #f7f092;
  color: #000;
  box-shadow: 4px 4px 4px rgb(0,0,0,0.03);transform: rotate(355deg);
  word-break: break-all;
}

.menu-box p{
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}


.menu-box-tape{
  width: 50%;
  height: 30px;
  margin: -25px auto 0;
  background: #989898;
  transform: rotate(-3deg);
  opacity: 0.1;
}

.menu-box-title{
  text-align: center;
  font-size: 1.3em!important;
  margin-top: 8px!important;
}

.menu-box-name{
  text-align: center;
  font-size: 0.7em!important;
  margin-bottom: 0.1em!important;
}

.menu .adds{
  margin: 2.5em 0 2.5em 0;
  text-align: center
}
#RKLoof .summarize-list li{
  float: left;
  list-style: none;
  margin: 0 20px 15px 20px;
}


#CocoSweets{
  background-image: url(../images/cocosweets/cocosweets-top.JPG);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: 100% auto;
}
#CocoSweets .summarize-list li{
  float: left;
  list-style: none;
  margin: 0 20px 15px 20px;
}





@import url(https://fonts.googleapis.com/css?family=Roboto:400,300);
#CocoSweets .menu{
  padding-top: 220px
}

.slider-ctr {
  width: 700px;
  height: 440px;
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -220px;
  margin-left: -350px;
  box-sizing: border-box;
  border: 10px solid white;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 10px 15px 3px rgba(0, 0, 0, 0.15), 0 5px 20px 3px rgba(0, 0, 0, 0.1);
}
.slider-ctr:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.6) 100%);
  pointer-events: none;
  z-index: 9;
}

.slider-control {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 80px;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.15);
  z-index: 99;
}
.slider-control .control {
  width: 50%;
  height: 40px;
  display: block;
  float: left;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  transition: 0.3s all ease;
  background: white;
}
.slider-control .control .icon {
  pointer-events: none;
  transition: 0.3s all ease;
}
.slider-control .control.disabled {
  pointer-events: none;
  background: #ddd;
}
.slider-control .control.disabled .icon {
  opacity: 0.5;
}

.slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.45s all cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.slide:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.125);
}
.slide.slide-on {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.slide.text-on .title {
  transition: 0.3s all cubic-bezier(0.65, 0.05, 0.36, 1) 0.45s;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.slide.text-on .author {
  transition: 0.3s all cubic-bezier(0.65, 0.05, 0.36, 1) 0.6s;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.slide img {
  display: block;
  width: auto;
  height: 400px;
}
.slide figcaption {
  position: absolute;
  top: 30px;
  left: 30px;
}
.slide .title {
  font-size: 50px;
  margin-bottom: 2px;
  color: white;
  transition: 0.3s all cubic-bezier(0.65, 0.05, 0.36, 1) 0.45s;
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  font-weight: 400;
  letter-spacing: 10px;
  text-transform: uppercase;
  position: relative;
}
.slide .author {
  font-size: 16px;
  color: white;
  opacity: 0.8;
  transition: 0.3s all cubic-bezier(0.65, 0.05, 0.36, 1) 0.45s;
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  font-weight: 300;
  letter-spacing: 3px;
  position: relative;
  z-index: 9;
}

.one-menu h3{
  text-shadow: 5px 5px 10px black;
}
.one-menu-cafechocolate{
  border: 1.5px dashed #800000;
  border-radius: 2%;
  margin-top: 30px;
}

.one-menu-plane{
  border: 1.5px dashed #ffa500;
  border-radius: 2%;
  margin-top: 30px;
}
.one-menu-yuzusiroan{
  border: 3px dashed #fffacd;
  border-radius: 2%;
  margin-top: 30px;
}
.one-menu-kuranbe-ruti-zu{
  border: 1.5px dashed #f5deb3;
  border-radius: 2%;
  margin-top: 30px;
}
.one-menu-tomatoti-zu{
  border: 1.5px dashed #b22222;
  border-radius: 2%;
  margin-top: 30px;
}
.one-menu-negimisoti-zu{
  border: 1.5px dashed #556b2f;
  border-radius: 2%;
  margin-top: 30px;
}
.menu h3 p{
  margin: 5px 2px 5px 2px;
}






#contact{
  background-image: url(../images/bg-contact.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: 100% auto;
}

#contact .access table{
  float: left;
}

#contact .access th,#contact .access td{
  text-align: left;
  vertical-align: top;
  line-height: 2.5;
}

#contact .access td{
  padding-left: 30px
}

#contact .access iframe{
  width:460px;
  float: right;
}

#contact .form{
  background-color: #eaeaea;
  padding:30px 50px
}

#contact .form dl dt{
  width: 165px;
  padding: 10px 0;
  float: left;
  clear:both;
}

#contact .form dl dd{
  padding:10px 0;
}

#contact .form .name{
  width: 240px;
  height: 39px;
}

#contact .form .email{
  width: 300px;
  height: 30px;
}

#contact .form .tel{
  width: 240px;
  height: 30px;
}

#contact .form .type{
  width: 180px;
  height: 30px;
}

#contact .form .message{
  width: 660px;
  height: 150px;
}

#contact .form button{
  background-color: #46dbb3;
  color: #ffffff;
  font-size: 20px;
  width: 120px;
  display: block;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  border: 3px solid #46dbb3;
  margin-left: 165px;
}


#contact .form button:hover{
  background-color: #ffffff;
  color: #46dbb3;
  cursor: pointer;
}

#contact .form .required:after{
  content: "*";
  color: #ff0000;
}

#contact .form .attention{
  margin: 20px 0 0 165px;
}








@media screen and (max-width:600px){
/*  画面サイズが600px以下の場合に適用*/
  
  #index{
  background-image: url(../images/bg-indexPhone.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: 100% auto;
}
  
  #index footer{
    max-width: 100%
  }
  
  #index #wrap{
    padding: 0 15px;
  }
  
  #index h1{
    font-size: 15vw;
  }
  
  body {
    font-size: 3.5vw;
  }
  
  h1 {
    font-size: 7.2vw;
  }
  
  h2 {
    font-size: 6vw;
  }
  
  
  header {
    width: auto;
    margin: 0 5%;
  }
  
  .logo{
    float: none;
    margin-top: 60px;
    text-align: center;
  }
  
  .global-nav{
    float: none;
    margin-top: 40px;
    text-align: center;
  }
  
  .global-nav li{
    display: inline;
    float:none;
    margin: 0 8px;
  }
  
  #wrap{
    margin-top: 40px;
    padding: 35px 0 0;
    min-width: inherit;
  }

  
  .content{
    width: 100%;
  }
  
  .main{
    float: none;
    width: auto;
    margin: 0 5%;
  }
  
  .main-center{
    float: none;
    width: auto;
    margin: 0 5%;
  }
  #about .profile-txt{
    max-width: 100%;
  }
  
  h2 img{
    max-width: 100%;
  }
  
  
  #about .profile-image{
    float: none;
    text-align: center;
  }
  
  #about .invention{
    width: 500px;
  }
  
  #portfolio{
    background-image: url(../images/portfolio-top-phone.jpg);
  }
  
  #photograph{
    background-image: url(../images/photograph-top-phone.jpg);
  }
  
  .menu-photo{
  width: 100%;
}
  

  .sidebar{
    width: auto;
    float: none;
    margin: 0;
    padding: 30px 10% 10px;
    background-color: #f7f6f4;
  }
  
  .sidebar{
  }
  
 .sidebar .youtube-sidebar{
    width: 50%;
   float: left;
  }
  
  .sidebar .gourmet-sidebar{
    float: right;
    width: 50%
  }
  
 
  
  #gourmet{
    background-image: url(../images/gourmet-top2.jpg);
  }
  
  
  #gourmet .explanation{
    font-size: 75%;    
  }
  
  #gourmet .icon{
    height;
  }
  
  #gourmet .gourmet-thumbnail{
    width: 40%;
    height: auto;
  }
  
  #CocoSweets .muffin{
    max-height: 100%;
  }
  
  
  
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300);

.slider-ctr {
  width: 95vw;
  height: 59vw;
  position: relative;
  left: 175px;
  box-sizing: border-box;
  border: 10px solid white;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 10px 15px 3px rgba(0, 0, 0, 0.15), 0 5px 20px 3px rgba(0, 0, 0, 0.1);
}
.slider-ctr:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.6) 100%);
  pointer-events: none;
  z-index: 9;
}

.slider-control {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 80px;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.15);
  z-index: 99;
}
.slider-control .control {
  width: 50%;
  height: 40px;
  display: block;
  float: left;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  transition: 0.3s all ease;
  background: white;
}
.slider-control .control .icon {
  pointer-events: none;
  transition: 0.3s all ease;
}
.slider-control .control.disabled {
  pointer-events: none;
  background: #ddd;
}
.slider-control .control.disabled .icon {
  opacity: 0.5;
}

.slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.45s all cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.slide:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.125);
}
.slide.slide-on {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.slide.text-on .title {
  transition: 0.3s all cubic-bezier(0.65, 0.05, 0.36, 1) 0.45s;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.slide.text-on .author {
  transition: 0.3s all cubic-bezier(0.65, 0.05, 0.36, 1) 0.6s;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.slide img {
  display: block;
  width: 100%;
  height: auto;
}
.slide figcaption {
  position: absolute;
  top: 10px;
  left: 30px;
}
.slide .title {
  font-size: 5vw;
  margin-bottom: 2px;
  color: white;
  transition: 0.3s all cubic-bezier(0.65, 0.05, 0.36, 1) 0.45s;
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  font-weight: 400;
  letter-spacing: 10px;
  text-transform: uppercase;
  position: relative;
}
.slide .author {
  font-size: 3vw;
  color: white;
  opacity: 0.8;
  transition: 0.3s all cubic-bezier(0.65, 0.05, 0.36, 1) 0.45s;
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  font-weight: 300;
  letter-spacing: 3px;
  position: relative;
  z-index: 9;
}
  
  
  #CocoSweets{
  background-image: url(../images/cocosweets/cocosweets.product3.JPG);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: 100% auto;
  }
  
  #contact .access iframe{
    float: none;
  }
  

  #contact .form{
  max-width: 100%;
  background-color: #eaeaea;
  padding:30px 50px
}


#contact .form .message{
  max-width: 100%;
  height: 150px;
}


#contact .form .attention{
  text-align: center;
  margin: 10px;
}
  
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
 
  
}