@charset "utf-8";
/*---------------------------------
リセットｃｓｓ
---------------------------------*/
  
*{
  padding: 0;
  margin: 0;
}

html{
 font-size: 100%;
}

body{
  color: #262626;
  font-family: Segoe UI, Segoe UI Midlevel, Segoe WP, Arial, Sans-Serif;
  overflow-x : hidden;
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff
}

a{
 text-decoration: none;
}

p{
 font-size: 1rem;
 text-align: justify;

}

img{
 max-width: 100%;
}

li{
 list-style: none;
 font-size: 1.2rem;
}

.wrapper{
max-width: 1600px;
margin: 0 auto 130px auto;
font-size: 0.9rem;
padding: 0 4%;
}


.button {
  position: relative;
  display: inline-block;
  padding: 0.5em 2em;
  text-decoration: none;
  color: white;
  background: #CB5266;/*色*/
  border: solid 1px #CB5266;/*線色*/
  border-radius: 25px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  margin: 5px;
  font-size: 16px;
  
}
  
.button:active {
  /*押したとき*/
  border: solid 1px #ef6475;
  box-shadow: none;
  text-shadow: none;
  
}
.button:hover{
  opacity: 0.8;
}

#hero .flex_a {
  display: flex;
}

.marquee{
  width: auto;
  font-size:10px;
  padding:1px 0px 1px 0px;
  color:#ffffff;
  background-color:#F1B0B2;
  text-align: center;
}
.marquee p{
  font-size: 10px;
  text-align: center;
}

.breadcrumbs {
	margin-top: 10px;
  font-size: 0.8rem;
}


h1 {
  padding: 30px 0;
  color: #e4082d;

}

h3{
  padding: 0.5em;
  line-height: 1.5em;
  background: #faecee;
  margin-bottom: 5px;
  margin-top: 50px;
  padding: 10px;
  font-size: 17px;

}
strong {
  background-color: #ffff7f;

}
h3 img {
	width: 50px;
	height: 50px;
}
h4 {
	padding: 10px;
	margin-bottom: 10px;
  font-size: 18px;
}

h5 {
  font-size: 15px;
}


#hero .flex {
  display: flex;
  margin-top: 50px;
  margin-bottom: 30px;
}
#hero .box {
    margin: 0 20px 0 60px;
}

#hero .box img {
  width: 350px;
  height: auto;
  padding-right: 20px;
}
#hero .hero_title2 {
  position: relative;
  padding: 0.5em;
  line-height: 1.5em;
  background: #faecee;
  border-left : solid 20px #ca7a87;
  margin-bottom: 5px;
  margin-top: 50px;
  padding: 10px;
  font-size: 17px;

}

#hero .text_p {
    margin-bottom: 20px;
}
#swelling .flex {
  margin: 0;
}

#hero .box .child_illust {
  width: 100px; 
}
.hero_button {
  text-align: right;
}

.category_button {
  position: relative;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
  color: white;
  background: #CB5266;/*色*/
  border: solid 1px #CB5266;/*線色*/
  border-radius: 25px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  font-size: 0.7rem;
  margin-bottom: 20px;
}

.category_btn {
  position: relative;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
  color: white;
  background: #52adcb;/*色*/
  border: solid 1px #52adcb;/*線色*/
  border-radius: 25px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  font-size: 0.7rem;
  margin-bottom: 20px;
}

.voice_p {
  margin-top: 10px;
}

.taiken_buttons {
  margin-top: 100px;
  text-align: right;
}

@media screen and (max-width:600px) {

.wrapper{
padding: 0 7%;
}  
main img {
    width: 100%;
    height: auto;
  }
h1 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 10px 10px 10px;
  }
h1 span {
  display: inline-block;
}

h3{
  display: inline-block;

}
h3 img {
  display: none;
}
h4 {
  margin-bottom: 5px;
  font-size: 15px;
}

.breadcrumbs {
  margin-top: 80px;
}
.breadcrumbs span{
  font-size: 0.7rem;
}

#hero .flex {
  flex-direction: column;
}

#hero .box {
  margin: 0;
}
#hero .box img {
  width: 100%;
  padding: 0;
}
#hero .box {
  margin-bottom: 0px;
}
#hero h2 {
  margin: 0;
}
#hero .hero_p {
  text-align: center;
  font-size: 20px;
}
#hero .hero_title3 {
  margin-top: 0;
}
.hero_button {
  text-align:center;
}
#swelling .box .swelling_illust {
  width: 200px;
  height: auto;
}

.note {
  margin: 30px 0;
}

}
  


 
/*---------------------------------
  トップへもどるボタン
---------------------------------*/
  
.go-top{
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 9999;
}
.go-top a{
  width: 50px;
  height: 50px;
  display: inline-block;
  background: #E94E66;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: black;
  text-decoration: none;
}
  
.go-top a:hover{
  opacity: 0.8;
}
  
@media screen and (max-width:600px) {
  
.go-top{
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  left: 10px;

}
}
