@charset "UTF-8";
/*
Description:ぽめちゃんちのメインcss
-------------------------------------------------*/
html {
  font-size: 62.5%;
  overflow-x: hidden; }


body {
  font-family: "M PLUS 2",'Noto Sans JP','Noto Serif JP','Sawarabi Mincho','Montserrat', sans-serif;
  font-size: 2.0rem;
  font-weight: 400;
  color: #59493f;
  line-height: 1.8em;
  -webkit-text-size-adjust: 100%; }

.mincho {
  font-family: 'Sawarabi Mincho','Noto Serif JP','Montserrat','Noto Sans JP', sans-serif; }

a {
  transition: 0.3s; }
  a:link, a:visited {
    color: #346231;
    text-decoration: underline; }
  a:hover {
    color: #ff9900; }
    a:hover img {
      opacity: 0.8; }

img {
  width: 100%;
  height: auto;
  max-height: 100%; }

.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

.font-big {
  font-size: 1.8rem; }

.font-small {
  font-size: 1.2rem; }

.mb05 {
  margin-bottom: 0.5em; }

.mb10 {
  margin-bottom: 1em; }

.mb20 {
  margin-bottom: 2em; }

.mb30 {
  margin-bottom: 3em; }

.mb40 {
  margin-bottom: 4em; }

.border-box {
  border: solid 1px;
  padding: 0.5em; }


/*--------------------------flex------------------------------*/
.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: start; }
  .flex .peace2 {
    width: 49%;
    margin-bottom: 10px; }
    @media only screen and (max-width: 620px) {
      .flex .peace2 {
        width: 100%; } }
  .flex .peace3 {
    width: 32%;
    margin-bottom: 10px; }
    @media only screen and (max-width: 620px) {
      .flex .peace3 {
        width: 100%; } }

.no-wrap {
  flex-wrap: nowrap; }

.flex-start {
  justify-content: flex-start; }

.flex-end {
  justify-content: flex-end; }

.space-between {
  justify-content: space-between; }

.space-around {
  justify-content: space-around; }

.jc-center {
  justify-content: center; }

.center {
  align-items: center; }

@media only screen and (max-width: 620px) {
  .sp-center {
    justify-content: center; } }

/*------------header--------------*/


/*------------nav--------------*/
#navbtn{
  cursor: pointer;
  width: 200px;
  height: 200px;
  background: #ffffff;
  border-radius: 50%;
}