@charset ”UTF-8”;



/*  fontset
----------------------------------------------- */

html {
  font-size: 62.5%;
}


p{
  font-size:1.7rem;
   color:#444;
   line-height:1.6;
}

h1{
  line-height:1.0;
  font-size: 6.0rem;
  color:#eee;
  font-weight: 300;
  text-align:center;
}

@media screen and (max-width:680px) {
	h1{
        font-size:3.5rem;
    }
}



h2 {
    line-height: 1.6;
    font-size: 3.0rem;
    color:#444;  
    font-weight: 500;
    border-left: 10px solid #ff5566;
    padding-left:10;
    margin:50 0;
}

h3 {
    line-height: 1.6;
    color:#444;  
    font-size: 1.8rem;
    font-weight: 500;
}

ul{
    background:white;
    color:#444;
    padding:0 0;
	margin:0 0;
    line-height:1.6;
    font-size:1.7rem;
}


a{
  color: navy;
  text-decoration:none;
}

a:visited{
  color: navy;
    text-decoration:none;
}

a:hover{
  color: navy;
  text-decoration: none;
}




/*  Layout
----------------------------------------------- */


#container,
header,
footer,
main,
article,
aside,
section,
#work,
.work-box,
.work-box img,
#greeting li:before,
#profile,
#profile img,
#banner img
{
  display: block;
}

body {
    background-color: #f6f6f6;
    font-family:helvetica, "Trebuchet MS", Verdana, ヒラギノ角ゴシック, "MS ゴシック", sans-serif;
      font-size: 1.4em;
	  margin:0;
	  padding:0;
}


header{
    width:100%;
	padding-top:33%;
    background-image:url("main4.jpg");
    background-repeat:no-repeat;
    background-position:center top;
    background-size:contain;
    position: relative;
}



header h1{
    position: absolute; 
    top: 40%; 
    left: 50%;
    transform: translate(-50%,-50%);
}



#container{
　background:green;
   width:90%;
   height:auto;
   margin:0 auto;
  display:flex;
  justify-content: center;
}

main{
   width:69%;
  height:auto;
  padding:0 3% 5%;
  margin:0 2%;
   background:white;
   }


#greeting ul{
	list-style:none;
	padding-left:80;
 }

#greeting li{
	position:relative;
}

#greeting li:before{
   position:absolute;
   content:"";
   width:0.5rem;
   height:1rem;
   border-right:2px solid #444;
   border-bottom:2px solid #444;
   display:inline-block;
   left:-1.2em;
   top:0.3em;
   transform:rotateZ(45deg);
  }



#work{
    display:flex;
    flex-wrap: wrap;
}

.work-box{
  width:28%;
  height:auto;
  background:#f3f3f3;
  padding:2% 1% 2%;
  margin:0 1% 3%; 
}

.work-box img{  
  width:90%;
  margin:0 auto;
}

p.cap{
        font-size:1.3rem;
        text-align:center;
        padding-top:10%;
}


#example ul{
	padding-left:30;
}



#example li{
	list-style: square;
}


#adress img{
		 width:5%; 
		 margin:0 0;
		 displey:inline;
		 }

#adress ul{
	padding-left:20;
}

#adress li{
    font-size:1.6rem;
    line-height:1.8;
    color:#444;
	list-style: square;
}



aside{
   width:23%;
   height：auto;
  padding:0 0%;
    margin:0 2%;
   background:#f6f6f6;
   color:#444;  
}

#profile{
  padding:5% 10% 5%;
   background:white;
}

#profile img{
    width:78%;
	margin:0 auto;
    }


#profile p{
  font-size:1.5rem;
}


#banner{
	margin:50 auto;
}

#banner img{
    width:90%;
	margin:0 auto;
	display:none;
}



footer{ 
    background:#f1f1f1;
    width:100%;
    height：auto;
    text-align:center;
    padding:50 0;
    margin-top:100;
}

footer h3{
    display:inline;
	border-left:2px solid;
	border-right:2px solid;
    padding:0 10;
}



/* ここから旅の記録
----------------------------------------------- */
#photo,
.photo-box,
.photo-box img{
		display:block;
}

#photo{
    display:flex;
    flex-wrap: wrap;
}

.photo-box{
  width:22%;
  height:10%;
  background:#f3f3f3;
  padding:2% 2%;
  margin:0 1% 3%; 
}

.photo-box img{  
  width:100%;
  margin:0 auto;
}


fotter adress{
}
