@charset "utf-8";

/* corona */
.corona {
      display: block;
    width: 100%;
    max-width: 1000px;
    border: 3px solid #f00;
    background: #fff;
    margin: 15px auto 30px;
    line-height: initial;
  box-sizing: border-box;
}

.corona .headline-type02 {
  color: #f00;
  margin: 20px 25px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 3rem;
  border-bottom: 2px dotted;
}

.corona_in {
  width: 100%;
  margin: 0 auto 25px;
  padding: 0 25px;
    box-sizing: border-box;
}

.corona p:nth-of-type(1) {
  margin-bottom: 15px;
}

.corona .corona_in ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
  box-sizing: border-box;
}

.corona .corona_in ul li {
  display: flex;
  width: 49.75%;
  padding: 15px 20px;
  margin-bottom: 0.4%;
  background-color: #f00;
  color: #fff;
  font-weight: bold;
  justify-content: space-around;
  text-align: center;
  box-sizing: border-box;
}

/* treatment */

.treatment {
    margin: 0em 0;
    background: #ffffff;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.treatment .treatment-head img {
    margin: 0 auto;
}

.treatment .treatment-title {
    font-size: 42px;
    background: #FF9800;
    padding: 4px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 16px 0px;
    line-height: 1.7;
}

.treatment p {
    padding: 15px 20px;
    margin: 0;
}

.treatment .menu_in {
    width: 100%;
    margin-bottom: 3em;
    padding: 16px 0;
}

.treatment .menu_in ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.treatment .menu_in ul:after {
    content: "";
    width: 33%;
    display: block;
}

.treatment .menu_in ul li {
width: 33%;
    padding: 0 15px;
    margin-bottom: 24px;
}

.treatment .menu_in ul li a:before {
    display: block;
    width: 16px;
    height: 16px;
    content: '→';
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: 16px;
    border-radius: 8px;
    background-color: #ff9800;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.treatment .menu_in ul li p {
    padding: 0 8px;
    margin: 0;
    line-height: 1.5;
    letter-spacing: 0px;
}

.treatment .menu_in ul li img {
    display: block;
    width: 100%;
    line-height: 0;
    margin-bottom: 8px;
}

.treatment .menu_in ul li a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 14px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    text-decoration: none;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    padding: 8px 8px 16px 8px;
    min-height: auto;    
}

.treatment .menu_in ul li a span {
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.menu_in_left {
    float: left;
    width: 47%;
    padding: 8px;
    margin-right: auto;
}

.menu_in_right {
    float: right;
    width: 47%;
    padding: 8px;
    margin-left: auto;
}

.clear {
    clear: both;
}

.menu_title {
    font-size: 18px;
    line-height: 1.7;
    font-weight: bold;
}

/*各種メニュー*/
.menu h2 {
    padding: 0;
}

.menu .menuBoxInner {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.menu .menuBoxInner .menuBox {
    background-position: center;
    background-size: 100%;
    position: relative;
    overflow: hidden;
    width: calc(25% - 5px);
    height: 100%;
    margin-bottom: 5px;
    transition: .4s;
}

.menu .menuBoxInner .menuBox:hover {
    background-size: 110%;
    transition: .4s;
}

.menu .menuBoxInner .menuBox:nth-of-type(1) {
    background-image: url( ../images/top/first.jpg );
}

.menu .menuBoxInner .menuBox:nth-of-type(2) {
    background-image: url( ../images/top/price.jpg );
}

.menu .menuBoxInner .menuBox:nth-of-type(3) {
    background-image: url( ../images/top/inside.jpg );
}

.menu .menuBoxInner .menuBox:nth-of-type(4) {
    background-image: url( ../images/top/voice.jpg );
}

.menu .menuBoxInner .menuBox p {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0;
    padding: 0;
}

.menu .menuBoxInner .menuBox a:link {
    text-decoration: none;
}

.menu .menuBoxInner .menuBox p:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #636363;
    opacity: .5;
    transition: .4s;
}

.menu .menuBoxInner .menuBox:hover p:before {
    opacity: .2;
    transition: .4s;
}

.menu .menuBoxInner .menuBox p:after{
    content: " ";
    display: inline-block;
    border: 10px solid rgba(0,0,0,0);
    border-left-color: white;
    position: absolute;
    right: 1%;
    bottom: 2%;
    transform: rotate(45deg);
}

.menu .menuBoxInner .menuBox p span {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 3%;
    padding: 2.5em 0;
    z-index: 1;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .7px;
    text-shadow: 0px 2px 15px #6d6d6d;
    border: 2px solid #fff;
}

@media screen and (max-width: 736px ) {
    .corona {
        box-sizing: border-box;
        width: 100%;
}
    .inner .corona p {
        padding: 0px 0px;
}
  .corona .corona_in ul li {
    width: 100%;
  }
    .corona .corona_in ul {
    box-sizing: border-box;
}
    .corona .headline-type02 {
    font-size: 28px;
}

.treatment {
    margin: 0em 0;
    background: #fffbf4;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
}

.treatment .treatment-title {
    font-size: 30px;
    padding: 8px 0px;
}

.treatment .menu_in ul li a {
    box-shadow: none;
        padding: 4px 4px 8px 4px;
}

.treatment .menu_in ul li img {
    display: block;
    width: 36%;
    line-height: 0;
    float: left;
    margin-bottom: 8px;
}
.treatment .menu_in ul li a:before {
    bottom: 7px;
    right: 7px;
}

.treatment .menu_in ul li a span {
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    margin-top: 20px;
    padding: 0 0 0 12px;
}

.treatment .menu_in ul {
    display: block;
}

.treatment .menu_in ul li {
    width: 96%;
        padding: 0 4px;
        float: left;
        margin-bottom: 0.5em;
        clear: both;
        height: 80px;
        }
    
        .menu .menuBoxInner {
            display: block;
        }
        
        .menu .menuBoxInner .menuBox {
            width: 100%;
            margin-bottom: 15px;
        }
        

}