*{
  margin: 0;
  padding: 0;
}
li{
  list-style: none;
}
body{
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}
header{
  background: #fff;
  height: 80px;
  box-shadow: 0 0 13px #ccc;
  position: fixed;
  width: 100%;
  top: 0;
  text-align: center;
  padding-top: 5px;
}
footer{
  background: #cccc;
  text-align: center;
  padding-top: 10px;
}
footer img{
  width: 80px;
}
a{
  color: #000;
  text-decoration: none;
}
a:hover{
  color: red;
}
img{
  width: 100%;
}
h1{
  width: 110px;
  margin-left: 8px;
  margin-top: 10px;
}
h2{
  font-size: 23px;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
nav{
  font-size: 16px;
}
nav ul{
  display: flex;
  justify-content: right;
  margin-top: -55px;
}
nav ul li {
  margin-right: 15px;
  padding-left: 18px;
  background-image: url(img/nav3.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10px 10px;
}
.title{
  font-size: 33px;
  text-align: center;
  line-height: 1;
  letter-spacing: 5px;
  padding: 210px 0 130px 0;
  background-image:
  url(img/main4.png);
  background-repeat: no-repeat;
  background-position: center bottom -20px;
}
.title span{
  font-size: 20px;
  letter-spacing: 3px;
}
.title .name{
  font-size: 50px;
}
main{
  text-align: center;
}


/*        WORKS     */


#WORKS{
  background-color: #efefef;
  padding: 90px 0 50px 0;
}
#WORKS .works-site{
  border: 1px solid #fff;
  box-shadow: 1px 1px 5px #000;
  background-color: #fff;
  padding-bottom: 30px;
}
#WORKS .sitetitle .siteurl {
  margin: 20px 0 40px 0;
}
#WORKS .sitetitle p a{
  font-size: 15px;
  text-decoration: underline;
}
#WORKS h3{
  font-size: 20px;
  background-image:
  url(img/works-flower2.png),
  url(img/works-flower.png);
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-position: center left 50px ,center right 50px;
}
#WORKS h3 span{
  font-size: 17px;
}
#WORKS h4{
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  background-color: #fffbc5;
  background-repat: no-repeat;
  background-size: 30px 30px;
}
#WORKS .cafedetails .cafe .omise, .concept, .time, .photo, .kodawari, .soft, .color{
  border: 1px solid #fff;
  box-shadow: 0 0 10px #efefef;
  padding: 5px 5px 5px 5px;
  margin: 5px 35px 5px 35px;
}
#WORKS h3{
  margin: 5px 0 10px 0;
}
#WORKS .cafedetails{
  text-align: left;
}
#WORKS .cafedetails .cafe .concept p, .time p, .kodawari p, .time p{
  padding-left: 1em;
  text-indent: -1em;
}
#WORKS .cafedetails .cafe2 .kodawari div{
  padding-left: 2em;
  text-indent: -1em;
}
#WORKS .cafedetails .cafe li{
  text-indent: 2em;
}
#WORKS .cafedetails .cafe2 .kodawari ul{
  padding-left: 2em;
  text-indent: -1em;
}
#WORKS .cafedetails .cafe .omise{
  margin-bottom: 40px;
}
#WORKS .menu{
  width: 90%;
  margin: auto;
}
#WORKS .menu img{
  margin-top: 20px;
  border: 2px solid #efefef;
}
#WORKS .menupage{
  font-size: 18px;
  margin-top: 30px;
}
#WORKS .cafesite{
  margin-top: 20px;
  background-color: #fffbc5;
  display: inline-block;
  padding: 10px;
  box-shadow: 5px 5px 1px #efefef;
  border-radius: 10px;
}
#WORKS .cafedetails .cafe2 .soft img{
  width: 35px;
}
#WORKS .cafedetails .cafe2 .soft dl{
  display: flex;
}
#WORKS .cafedetails .cafe2 .soft dt{
  padding-left: 10px;
}
#WORKS .cafedetails .cafe2 .soft dd{
  padding-top: 5px;
}
#WORKS .cafedetails .cafe .color img{
  width: 40%;
}
#WORKS .cafedetails .cafe .color div{
  text-align: center;
}

/*      page top      */

#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  margin-bottom: 40px;
  margin-right: -10px;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #6e7174;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #6e7174;
}







@media screen and (min-width: 768px){
header{
  display: flex;
  justify-content: space-around;
  height: 70px;
}
h1{
  width: 130px;
  margin: 0;
}
h2{
  font-size: 28px;
}
nav ul li{
  margin-left: 20px;
  margin-top: 10px;
  font-size: 18px;
}
nav ul{
  margin-top: 15px;
}
.title {
  font-size: 38px;
  letter-spacing: 8px;
  padding: 270px 0 210px 0;
  background-image:
  url(img/main8_11.png);
  background-position:center;
}
.title span{
  font-size: 25px;
}
.title .name{
  font-size: 55px;
}



#WORKS {
  padding: 90px 0 50px 0;
}
#WORKS .works-site{
  border: 1px solid #fff;
  box-shadow: 1px 1px 5px #000;
  background-color: #fff;
  width: 100%;
  margin: auto;
}
#WORKS .cafemainvisu{
  width: 80%;
  margin: auto;
  margin-top: 10px;
}
#WORKS .cafemainvisu img{
border: 2px solid #efefef;
}
#WORKS .sitetitle{
  display: flex;
  justify-content: center;
}
#WORKS .sitetitle p a{
  font-size: 15px;
  text-decoration: underline;
}
#WORKS .sitetitle .siteurl{
  margin-top: 40px;
  margin-left: 100px;
}
#WORKS .sitetitle .siteurl p{
  margin: 0;
}
#WORKS h3{
  font-size: 21px;
  margin-top: 25px;
  padding-right: 70px;
  padding-left: 70px;
  background-image:
  url(img/works-flower2.png),
  url(img/works-flower.png);
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-position: left 10px, right 10px;
}
#WORKS h3 span{
  font-size: 17px;
}
#WORKS h4{
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  background-color: #fffbc5;
  background-size: 30px 30px;
}
#WORKS .fictitious{
  text-align: right;
}
#WORKS .cafedetails{
  text-align: left;
  display: flex;
  justify-content: center;
}
#WORKS .cafedetails .cafe{
  padding: 20px 20px 50px 40px;
}
#WORKS .cafedetails .cafe li{
  text-indent: 2em;
}
#WORKS .cafedetails .cafe2{
  padding: 20px 40px 50px 20px;
}
#WORKS .cafedetails .cafe .omise, .concept, .time, .photo, .kodawari, .soft, .color{
  border: 1px solid #fff;
  box-shadow: 0 0 10px #efefef;
  padding: 5px 5px 5px 5px;
  margin: 0;
}
#WORKS .cafedetails .cafe .concept p, .time p, .kodawari p, .difficult p{
  padding-left: 1em;
  text-indent: -1em;
}
#WORKS .cafedetails .cafe2 .kodawari div{
  padding-left: 2em;
  text-indent: -1em;
}
#WORKS .cafedetails .cafe2 .kodawari ul, .difficult ul{
  padding-left: 2em;
  text-indent: -1em;
}
#WORKS .cafedetails .cafe .color img{
  width: 40%;
}
#WORKS .cafedetails .cafe .color div{
  text-align: center;
}
#WORKS .cafedetails .cafe2{
  width: 500px;
}
#WORKS .cafedetails .cafe{
  width: 500px;
}
#WORKS .cafedetails .cafe2 .soft img{
  width: 35px;
}
#WORKS .cafedetails .cafe2 .soft dl{
  display: flex;
}
#WORKS .cafedetails .cafe2 .soft dt{
  padding-left: 10px;
}
#WORKS .cafedetails .cafe2 .soft dd{
  padding-top: 5px;
}
#WORKS .menu{
  width: 70%;
  margin: auto;
}
#WORKS .menu img{
  margin-top: 20px;
  border: 2px solid #efefef;
}
#WORKS .menupage{
  font-size: 18px;
  margin-top: 30px;
}
#WORKS .cafesite{
  margin-top: 20px;
  background-color: #fffbc5;
  display: inline-block;
  padding: 10px;
  box-shadow: 5px 5px 1px #efefef;
  border-radius: 10px;
}

/*      page top      */

#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  margin-bottom: 10px;
  margin-right: 20px;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #6e7174;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #6e7174;
}





@media screen and (min-width: 1200px){
header{
  display: flex;
  justify-content: space-around;
  height: 70px;
}
h1{
  width: 130px;
}
h2{
  font-size: 28px;
}
nav ul li{
  margin-left: 20px;
  font-size: 18px;
}
nav ul{
  margin-top: 15px;
}
.title {
  font-size: 38px;
  letter-spacing: 8px;
  padding: 270px 0 210px 0;
  background-image:
  url(img/main8_11.png);
  background-position:center;
}
.title span{
  font-size: 25px;
}
.title .name{
  font-size: 55px;
}



#WORKS {
  padding: 90px 0 50px 0;
}
#WORKS .works-site{
  border: 1px solid #fff;
  box-shadow: 1px 1px 5px #000;
  background-color: #fff;
  width: 1100px;
  margin: auto;
}
#WORKS .cafemainvisu{
  width: 80%;
  margin: auto;
  margin-top: 10px;
}
#WORKS .cafemainvisu img{
border: 2px solid #efefef;
}
#WORKS .sitetitle{
  display: flex;
  justify-content: center;
}
#WORKS .sitetitle p a{
  font-size: 15px;
  text-decoration: underline;
}
#WORKS .sitetitle .siteurl{
  margin-top: 40px;
  margin-left: 100px;
}
#WORKS .sitetitle .siteurl p{
  margin: 0;
}
#WORKS h3{
  font-size: 21px;
  margin-top: 25px;
  padding-right: 70px;
  padding-left: 70px;
  background-image:
  url(img/works-flower2.png),
  url(img/works-flower.png);
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-position: left 10px, right 10px;
}
#WORKS h3 span{
  font-size: 17px;
}
#WORKS h4{
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  background-color: #fffbc5;
  background-size: 30px 30px;
}
#WORKS .fictitious{
  text-align: right;
}
#WORKS .cafedetails{
  text-align: left;
  display: flex;
  justify-content: center;
}
#WORKS .cafedetails .cafe{
  padding: 20px 20px 50px 40px;
}
#WORKS .cafedetails .cafe li{
  text-indent: 2em;
}
#WORKS .cafedetails .cafe2{
  padding: 20px 40px 50px 20px;
}
#WORKS .cafedetails .cafe .omise, .concept, .time, .photo, .kodawari, .soft, .color{
  border: 1px solid #fff;
  box-shadow: 0 0 10px #efefef;
  padding: 5px 5px 5px 5px;
  margin: 0;
}
#WORKS .cafedetails .cafe .concept p, .time p, .kodawari p, .difficult p{
  padding-left: 1em;
  text-indent: -1em;
}
#WORKS .cafedetails .cafe2 .kodawari div{
  padding-left: 2em;
  text-indent: -1em;
}
#WORKS .cafedetails .cafe2 .kodawari ul, .difficult ul{
  padding-left: 2em;
  text-indent: -1em;
}
#WORKS .cafedetails .cafe .color img{
  width: 40%;
}
#WORKS .cafedetails .cafe .color div{
  text-align: center;
}
#WORKS .cafedetails .cafe2{
  width: 500px;
}
#WORKS .cafedetails .cafe{
  width: 500px;
}
#WORKS .cafedetails .cafe2 .soft img{
  width: 35px;
}
#WORKS .cafedetails .cafe2 .soft dl{
  display: flex;
}
#WORKS .cafedetails .cafe2 .soft dt{
  padding-left: 10px;
}
#WORKS .cafedetails .cafe2 .soft dd{
  padding-top: 5px;
}
#WORKS .menu{
  width: 70%;
  margin: auto;
}
#WORKS .menu img{
  margin-top: 20px;
  border: 2px solid #efefef;
}
#WORKS .menupage{
  font-size: 18px;
  margin-top: 30px;
}
#WORKS .cafesite{
  margin-top: 20px;
  background-color: #fffbc5;
  display: inline-block;
  padding: 10px;
  box-shadow: 5px 5px 1px #efefef;
  border-radius: 10px;
}



