﻿@charset "utf-8";
/* PC向け*/
body, html {
    padding: 0;
    margin: 0;
    font-family: "Zen Maru Gothic", serif;
    background-color: #FFF;
    /*font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}
.sp {
    display: none;
}
.fontchange {
  font-family: "Edu VIC WA NT Hand", cursive;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
header {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 20px;
    align-items: center;
    background: #fff;
    height: 5rem;
    position: fixed;
    width: 100%;
    z-index: 100;
}
header img {
    width: 20rem;
    padding-left: 2rem;
}
.header_list {
  display: grid;
  grid-auto-flow: column;
  column-gap: 2px;
  justify-self: end;
  width: 100%;
  max-width: 800px;
  padding: 0 1rem;
}
.header_list a {
  display: grid;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#main {
    position: relative;
    z-index: 10;
}
.bbox {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 5% 0;
}
#top {
    /*background-color: #CBA580;*/
    background-color: #a48c4c;
}
#topimg {
    width: 100%;
}
.annai {
    width: 70%;
    background: #fff;
    padding: 1% 0;
    border-radius: 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 3% auto;
}
.annai_box {
    text-align: center;
    width: 100%;
}
.annai h3 {
    padding: 0;
    margin: 2% 0 0 0;
}
.annai_top {
    font-size: 1.8rem;
    color: #48697C;
    font-weight: bolder;
    margin-bottom: 1%;
}
.annai_top strong {
    transform: rotate(-6deg);
    display: inline-block;
    font-size: 2.3rem;
    text-shadow: 1px 1px 0 rgba(0,0,0,.2);
}
.annai_sub {
    font-size: 1.2rem;
    margin: 2%;
}
.annai_list {
    list-style-type: none;
    width: fit-content;
    margin: auto;
}

.annai_list li {
    display: flex;
    align-items: center;
    gap: 0 10px;
    position: relative;
    padding: .3em .3em .3em 1.8em;
}

.annai_list li::before,
.annai_list li::after {
    position: absolute;
    content: '';
}

.annai_list li::before {
    left: 0;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    background-color: #48697C;
}

.annai_list li::after {
    left: .6em;
    transform: translateX(-75%) rotate(-45deg);
    width: .3em;
    height: .3em;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.item_contena {
    display: flex;
    justify-content: center;
    margin: 3% 5%;
}
.item_list01 {
    width: 31%;
    margin-bottom: 25px;
    padding: 0 1%;
}
.thumimg {
    width: 100%;
    margin: 0;
}
.thumimg img {
    width: 100%;
    /* box-shadow:2px 2px 3px rgba(0,0,0,0.1); */
}
.detail {
    text-align: center;
}
.price {
    color: #000;
}
.accesslink {
    display: flex;
    justify-content: center;
    margin: 8% 0;
}
.linkbtn {
    display: flex;
    align-items: center;
    height: 60px;
    padding-left: 2.8rem;
    background-color: #48697C;
    color: #FFF !important;
  }
  .linkbtn:hover {
    color: #48697C !important;
    background-color: #FFFFFF;
  }
  .linkbtn span {
    position: relative;
    font-size: 1.4rem;
    font-weight: 500;
    padding-left: 1rem;
  }
.btnw250 {
    width: 250px;
}
#reform {
    background-color: #fff;
    padding: 5% 0;
}
.daihyodate {
    display: flex;
    width: 80%;
    margin: auto;
}
.personal img {
    width: 200px;
}
.personal {
    width: 30%;
    text-align: right;
    margin: 5% auto;
}
.daihyo {
    padding: 0;
    margin: 0;
}
.personaltxt {
    width: 50%;
    text-align: left;
    padding: 5% 10% 5% 5%;
    margin: auto;
}
.personaltxt h3 {
    margin-top:0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ACABAC;
    font-size: 30px;
    font-weight: 500;
}
#service {
    background-color: #a48c4c;
    padding: 5% 0 5% 0;
}
#access iframe{
    width: 100%;
}
.footer {
    height: 30%;
    width: 100%;
    background-color: #FFF;
}
.cp p {
    text-align: center;
    font-size: small;
    padding: 3%;
    margin: 0;
}
#access {
    padding: 5% 0 5% 0;
    background-color: #a48c4c;
}
.toptitle {
    padding-top: 50px;
}
.toptitleh2 {
    font-size: 2rem;
	width: fit-content;
	padding: 0 3em;
	margin: 0 auto;
	text-align: center;
	position: relative;
	color:#333;/*文字色（黒）*/ 
}
.toptitleh2::before,
.toptitleh2::after {
	content: '';
	width: 2em;
	height: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.toptitleh2::before {
    left: 0;
}
.toptitleh2::after {
    right: 0;
}
.yokogreen::before,
.yokogreen::after {
	background: #a48c4c;
}
.yokowhite::before,
.yokowhite::after {
	background: #fff;
}
.hosoku {
    text-align: center;
    font-size: small;
    padding-top: 2rem;
}
#about {
    background-color: #ffffff;
    padding: 5% 0 5% 0;
}
#access_logo {
    width: 250px;
}
address {
    font-style: normal;
}
.table_design01 {
  border-collapse: collapse;
  width: 65%;
  max-width: 700px;
}
.table_design01 th, .table_design01 td {
  border: 2px solid #fff;
  background-color: #eee;
  padding: 1em 2em;
}
.table_design01 th {
  background-color: #a48c4c;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}
.sns {
    margin: 5% auto;
    display: flex;
    justify-content: left;
}
.instabtn {
    margin: 0 10%;
}
#insta {
    width: 50px;
}
.instaa {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
}
.instaa span {
    padding-left: 3%;
}
.accessbox {
    display: flex;
    justify-content: center;
    margin: 5%;
}
.accessinfo {
    text-align: left;
    margin-right: 5%;
}
.benri {
  border-collapse: collapse;
  margin: 5% auto 0 auto;
  padding: 0;
  width: 600px;
}
.benri tr {
  background-color: #fff;
  border-bottom: 2px solid #fff;
}
.benri tr:nth-child(even){
  background-color: #eee;
}
.benri th,
.benri td {
  padding: .35em 1em;
}
.benri thead th {
    font-size: 1em;
    padding: 1em;
}
.benri thead tr{
  background-color: #48697C;
  color:#fff;
}
.benri tbody th {
  text-align: center;
  font-size: .8em;
}
.price{
  text-align: center;
/*  color: #FF7043; */
  font-weight: bold;
}
.sampletitle {
    background: #48697C;
    border-radius: 3px;
    color: #fff;
    padding: 0.2rem 1rem;
    width: fit-content;
}
.sampletitle2 {
    background: #a48c4c;
    border-radius: 3px;
    color: #fff;
    padding: 0.2rem 1rem;
    width: fit-content;
}
.line {
    height: 50px;
}

/* タブレット向け：～1280px */
@media screen and (max-width: 768px) {

    .sp {
        display: block;
    }
}

/* スマホ向け：961px～ */
@media only screen and (max-width: 500px) {
    body {
        min-width: 100px;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none !important;
    }
    header {
        left: 0;
    }
    header img {
        width: 15rem;
        padding-left: 1rem;
    }
    #main {
        top: 5rem;
        margin-bottom: 5rem;
    }
    .globalMenuSp {
        position: absolute;
        left: 350px;
        top: 30px;
        font-weight: 400;
    }
    .globalMenuSp li:first-child {
        margin-left: 0;
    }
    .globalMenuSp li {
        position: relative;
        margin-left: 30px;
        height: 8px;
        float: left;
    }
    .globalMenuSp li>a{
        padding: 0 10px;
        color: #3c3c3c;
    }
    .header_list {
        display: initial;
    }
    .toptitleh2 {
        font-size: 1.6rem;
    }
    .bbox {
        margin-top: 10%;
    }
    .annai {
        width: 90%;
        border-radius: 1.5rem;
    }
    .annai_top {
        margin-bottom: 10%;
    }
    
    .annai_list {
        padding: 0;
        font-size: 0.9em;
        width: 90%;
        margin: 5% auto auto 10%;
    }/*
    .annai_list li {
        padding: .5em;
        width: fit-content;
        margin: auto;
        margin-bottom: 0.2rem;
        background-image: linear-gradient(90deg, #48697C 0 20%, #dedede 40%);
        background-repeat: no-repeat;
        background-size: 100% 10%;
        background-position: bottom;
    }
    .annai_list li::before,
    .annai_list li::after {
        content: none;
    }*/
  .benri {
    border: 0;
    width: 80%;
    margin-top: 10%;
  }
  .benri th{
    background-color: #48697C;
    display: block;
    border-right: none;
  }
  .benri thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .benri tr {
    display: block;
    margin-bottom: 0;
    border: 0px;
  }
  .benri td {
    border-bottom: 1px dotted #bbb;
    display: block;
    font-size: 1.2em;
    text-align: center;
    position: relative;
    padding: 0.5em;
    border-right: none;
  }
  .benri td::before {
    content: none;
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #000;
  }
  .benri td:last-child {
    border-bottom: 0;
  }
  .benri tbody th {
    color: #fff;
    padding: 1em
    }
  .benri tr:nth-child(even){
  background-color: #fff;
    }  
    .item_contena {
        display: block;
        margin: 10% 5%;
    }
    .item_list01 {
        width: 100%;
    }
    .table_design01 {
        width: 80%;
        margin: 0 auto 10% auto;
    }
    .table_design01 th{
        font-size: .8em;
        border: none;
        min-width: none;
    }
    .table_design01 tr {
        display: block;
        margin-bottom: 0;
        border: 0px;
    }
    .table_design01 td {
        display: block;
        font-size: 1.2em;
        text-align: center;
        border: none;
    }
    .daihyodate {
        flex-direction: column;
        width: 100%;
    }
    .personal {
        width: 70%;
        text-align: center;
    }
    .personaltxt {
        width: 80%;
        padding: 0;
        margin: 10% auto;
    }
    .accessbox {
        flex-direction: column;
        margin-top: 15%;
    }
    .accessinfo {
        text-align: center;
        margin: auto;
    }
    .sns {
        margin: 15% auto;
        flex-direction: column;
    }
    .line {
        height: 15%;
    }
    .instabtn {
        margin: 3% auto;
        justify-content:center;
    }
    .linebtn {
        margin: 5% auto;
    }
}

