@charset "utf-8";

html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #555;
  margin: 0 auto;
  cursor: url(../images/otameshi02.png), auto;
}

body a:hover{
  cursor: url(../images/otameshi.png),auto;
}

.index header {
  position: relative;
}

.mainVisual { 
  position: relative; 
  z-index: 1; 
}

h1{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3rem;
  text-decoration: none;
   display: inline-block;
  z-index: 2;
  color: #555;
}

.pf__logo{
  position: absolute;
  top: 290px;
  right: 80px;
  z-index: 2;
  background-color: #f0f0f0;
  border-radius: 10rem;
}

.index h1{
  background-color: rgba(255,255,255,.5);
}

h1 a{
  text-decoration: none;
  color: #555;
}

h1 a:hover{
  color: #f1bb8f;
}
h2{
  font-size: 2.6rem;
}

p{
  font-size: 2.2rem;
  font-weight: 500;
  color: #555;
}

.intro{
  padding: 10px 40px 25px 40px;
  background-color: #fafafa;
  border: #ffd4b1 solid 2.5px;
  position: relative;
}

.intro section{
  display: flex;
  justify-content: space-around;
  padding: 30px 0;
}

.setsumei{
  padding-top: 20px;
  width: 1000px;
  letter-spacing: 0.28em;
  line-height: 2.4rem;
}

.intro p{
  font-size: 1.8rem;
}

.intro__b{
  margin-top: 50px;
  width: 150px;
  font-size: 1.4rem;
  letter-spacing: 0;
  border-radius: 40px;
  border: #ffd4b1 solid 2px;
  line-height: 40px;
  height: 40px;
  background-color: #fafafa;
  text-align: center;

}

.intro__b a{
  text-decoration: none;
  color: #f1bb8f;
  display: block;
  width: 100%;          /* 親の幅に広がる */
  height: 100%;         /* 親の高さに広がる */
  line-height: 40px;    /* 文字を中央に */
  border-radius: 40px; 
}

.intro__b a:hover{
  background-color: #fff;
  color: #555;
}

/* グローバルリスト */
/*
.global{
  padding: 20px 20px 0 20px;
}

.global ul{
  display: flex;
  justify-content: space-around;
}

.global li{
  font-size: 2rem;
  list-style: none;
  width: 200px;
  line-height: 50px;
  background-color: #f0f0f0;
  text-align: center;
  border-radius: 30px;
  border: #ffd4b1 solid 2.5px;
  color: #ffd4b1;
  letter-spacing: 0.2em;
}

.global li a{
  letter-spacing: 0.2em;
  font-weight: 800;
  text-decoration: none;
  color: #f1bb8f;
  display: block;
}

.global li a:hover{
  background-color: #fff;
  border-radius: 30px;
  color: #555;
}*/
/* グローバルリストここまで */

.index footer,.about footer{
  padding: 10px 20px 90px 20px;
  font-size: 3rem;
  color: #555;
  background-color: #ffd4b1;
  line-height: 100px;
}

footer a{
  text-decoration: none;
}

footer a:hover{
  color: #f1bb8f;
}

small {
  margin: 20px 20px 20px 50px;
}

.index .wrapper,.about{
  padding: 60px 0 0 0;
  background-image:
    linear-gradient(to left, #ffe4ce 2px, transparent 1px),
    linear-gradient(to top, #ffe4ce 2px, transparent 1px);
  background-size: 70px 70px;
}

.index main h2{
  width: 200px;
  line-height: 50px;
  background-color: #fafafa;
  text-align: center;
  border-radius: 30px;
  border: #ffd4b1 solid 2.5px;
  color: #ffd4b1;
  letter-spacing: 0.2em;
  margin: 0 35px;
}

.imgList {
  display: flex;
  flex-wrap: wrap;
  align-content: space-evenly;
  justify-content: space-evenly;
}

.imgList a{
  text-decoration: none;
}



.imgList_ {
  padding: 10px;
  background-color: #f0f0f0;
  border-radius: 20px;
  border: #dddddd solid 2px;
  margin: 18px;
  box-shadow: 5px 15px rgba(230, 190, 143, 1);
}

.imgList_:hover{
  border: #555 dotted 2px;

}

.imgList p{
  font-size: 1.8rem;
  color: #555;
  padding: 10px 0 20px 10px;
}

main{
  margin: 45px 0;
}

.site footer,.logo footer,.banner footer{
  color: #555;
  background-color: #ffd4b1;
  display: flex;
  justify-content: space-between;
  padding: 10px 0 90px 0;
  line-height: 100px;
}




/*自己紹介ページ*/

/*
iframe,.face{
  border-radius: 12px;
  border: #f1bb8f solid 2px;
  box-shadow: 5px 15px rgba(241, 187, 143, 1);
}
*/

.about header{
  width: 100%;
}

.about main{
  display: flex;
  justify-content: space-between;
}

.skill,.jiko,.sns{
  margin: 10px 50px 50px 50px;
}

.skill_{
  display: flex;
}

.face{
  width: 450px;
  height: 650px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-around;
}


.about dl{
  padding: 20px 0 0 65px;
}

.skill_ dt{
  font-size: 1.6rem;
  width: 8em;
}

.skill_ dd{
  font-size: 1.3rem;
}

.jiko h2{
  padding-bottom: 10px;
}

.jiko p{
  font-size: 1.6rem;
  padding: 0 15px 15px 15px;
  letter-spacing: 0.13em;
}

.jiko span{
  padding: 0 7px;
  border: #555 solid 1px;
  border-radius: 1.3rem;
}

iframe{
  margin: 0 50px 30px 50px;
}



/* site */
.site,.banner,.logo{
  background-color: #ffe4ce;
}

.siteImgThum{
  text-align: center;
}

.kuwashiku{
  display: flex;
  padding-top: 10px;
  line-height: 2rem;
  margin: 10px 0;
  /* justify-content: space-around; */
}

.site dl,.logo dl{
  margin: 30px 200px 10px 200px;
}

.site dt,.logo dt{
  font-size: 2rem;
  margin-right: 30px;
  width: 6em;
}

.site dd,.logo dd{
  width:calc(100% - 5em) ;
  text-align: justify;
  font-size: 1.4rem;
}

.r1{
text-align: end;
}

.siteImg img{
  margin-top: 15px;
}

.siteImg h2{
margin: 45px 0 15px 0;
}



.link a{
  text-decoration: none;
  color: #ff7300;
}

.link a:hover{
  color: #fff;
}

/* bannerページ */
/*
.banner main{
  display: flex;
}*/

.banner dl{
  width: 800px;
}

.banner img{
  margin: 20px 30px 20px 100px;
}

.bannerTop{
  display: flex;
}

.banner dt{
  font-size: 2rem;
  margin-right: 30px;
  width: 6em;
}

.banner dd{
  width:calc(100% - 5em) ;
  text-align: justify;
  font-size: 1.4rem;
}

/* logo */
.logoImg{
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.logoType{
  text-align: center;
}

.logoGoods{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
