@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: 1rem;
}

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


.button {
  position: relative;
  display: inline-block;
  padding: 0.2em 1em;
  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: 14px;
}

.button:active {
  /*押したとき*/
  border: solid 1px #ef6475;
  box-shadow: none;
  text-shadow: none;
  
}
.button:hover{
  opacity: 0.8;
}


.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: 70px;
}


h1 {
	padding: 30px;
  text-align: center;
  color: #e4082d;

}
h2 {
  padding-bottom: 20px;
}
h3 {
  padding: 20px 0;
}
h4 {
  padding: 10px;
}

strong {
  background-color: #ffff7f;
}

h5 {
  font-size: 15px;
}

#top .flex {
  display: flex;
}
#top .box_a {
  padding: 30px;
  width: 50%;
  height: 300px;
  border: 1px solid #000;
  position: relative;
  margin: 10px;

}
#top .box {
  padding: 0 10px;
}
#top .title_2{
  position: relative;
  padding: 0.5em;
  line-height: 1.5em;
  background: #fdd3da;
  border-left : solid 35px #CB5266;
  margin-bottom: 5px;
  margin-top: 50px;
  
}
#top .box img {
  width: 230px;
  height: auto;
  margin-top: 20px;
}
#top .top_button {
  position: absolute;
  right: 30px;
  bottom: 20px;

}
.top_p {
  margin-top: 20px;
  font-size: 18px;
}
.note {
  text-align: right;
  margin-top: 50px;
}
#top p {
  font-size: 14px;
}


.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: 10px;
}

.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: 10px;
}
@media screen and (max-width:600px) {
  
.breadcrumbs {
	margin-top: 0;
}
main img {
		width: 100%;
		height: auto;
	}
h1 {
  text-align: center;
  font-size: 23px;
  padding: 30px 0 0 0;
}
h1 span {
	display: inline-block;
}


h3{
  border-left : solid 10px #ca7a87;
  padding: 10px 5px;
}
.title_2 span {
	display: inline-block;
}

#top .flex {
  flex-direction: column;
}
#top .title_2{
  border-left : solid 20px #CB5266;
  text-align: center;
}
h4 {
	margin-bottom: 5px;
  font-size: 15px;
}

.note {
  margin: 30px 0;
}

#top .box_a {
  width: 95%;
  height: 400px;
  border: 1px solid #000;

}

#top .box {
  padding: 0 5px;
}
#top .box img {
  width: 100%;
  padding: 30px;
}


#top .top_button {
  position: absolute;
  right: 10px;
  bottom: 20px;

}
}

#hero .flex {
  display: flex;
}
#hero .box {
  width: 50%;
  padding: 20px;
}
#hero .box .list a {
  font-size: 20px;
} 

.list_text{ 
  border-top: 1px dotted rgb(252, 231, 234); 
  cursor:pointer; 
  font-size: 18px;
 }

@media screen and (max-width:600px) {
 
#hero .flex {
    flex-direction: column;
}
#hero .box {
    width: 100%;
    padding: 0px;
}
#hero h3 {
  padding: 20px 0px 20px 10px;
  margin-top: 20px;
}
}






/*---------------------------------
トップへもどるボタン
---------------------------------*/

.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;

}
}
