@charset "utf-8";
body  {
	font-family: "游明朝体", 'Libre Baskerville', "MS P明朝", serif;
  color:#251c19;
  font-size: 13px;
  line-height: 2.4;
  background-color: #F5DFD3;
  width: 100%;
}
#wrapper {
   max-width: 960px;
   margin: 0 auto;
}
img {
  width: 100%;
}
input {
  margin: 0;
  background-color: #F5DFD3;
}
textarea {
  max-width: 800px;
}
input,textarea {
  width: 100%;
  border: none;
  border-bottom: solid 1px #C2C2C2;
  padding: 10px 0;
  background-color: #F5DFD3;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;;
}
a {
  color: #251c19;
}
a:hover{
  text-decoration: underline;
  text-decoration-color: #C2C2C2;
  color: #C2C2C2;
}
.akisuke {
  color: #DB5335;
}
.rns {
  color: #5A9EB2;
}
hr {
  height: 1px;
  background-color: #251c19;
  border: none;
}
/*////////////// 共通 */
.contents {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.contents-title {
  letter-spacing: 10px;
  margin-bottom: 20px;
}
.contents-title::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_title.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.sub-title {
  font-weight: normal;
  font-size: 13px;
  letter-spacing: normal;
  display: block;
}
.message-area,
.profile-area,
.schedule_area,
.access_area,
.form-area_wrapper {
margin-top: 60px;
margin-bottom: 60px;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.line {
  width: 2px;
  height: auto;
  background-color: #251c19;
}
.link::after {
  content: "";
  display: inline-block;
  background-image: url(../img/open_in_new_black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  vertical-align: baseline;
  margin-left: 4px;
}
.pc-none {
  display: block;
}
.sp-none {
  display: none;
}
.mg-top_50{
  margin-top: 50px;
}
@media screen and (min-width:460px) {
  .pc-none {
    display: none;
  }
  .sp-none {
    display: block;
  }
  .profile-area_message {
    display: flex;
    justify-content: space-evenly;
  }
  .profile-area_message > *{
    width: 100%;
    margin: 20px;
  }
  .message-text{
    margin: 40px 0!important;
  }
  textarea {
    max-width: 100%;
  }
}
/* //////////////メッセージ */
.message-title {
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 10px;
  margin-bottom: 50px;
}
.message-title::before,
.message-title::after {
  content: "";
  flex-grow: 1;
  border-bottom: solid 1px #251c19;
}
.message-title::before {
  margin-right: 20px;
  padding-left: 20px;
}
.message-title::after {
  margin-left: 20px;
  padding-right: 20px;
}
.message-text {
  margin: 20px 0 40px 0;
}
.last {
  padding-bottom: 30px;
}
/*////////////// プロフィール */
.profile-area > img {
  border: solid 1px #f5ab28;
}
.profile-area_name {
  display: flex;
  line-height: 1.2;
  justify-content: space-between;
  width: 100%;
}
.profile-area_name-alph {
  font-size: 21px;
  flex: 1;
  width: 100%;
  line-height: 1.2;
  margin-bottom: 5px;
}
.profile-area_name-kana {
  font-size: 10px;
  letter-spacing: 2px;
}
.profile-area_message > *{
  margin-bottom: 20px;
}
.profile-area_massage_akisuke > h3,
.profile-area_massage_rns > h3 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: normal;
}
.profile-area_massage_akisuke > p,
.profile-area_massage_rns > p {
  line-height: 1.8;
}
.profile-area_massage_akisuke {
  padding: 20px;
  border: solid 1px #DB5335;
}

#profile-area_massage_title_akisuke::after {
  content: "";
  display: block;
  border-top: solid 0.1px #DB5335;
  width: 40px;
  margin: 10px auto;
}
.profile-area_massage_rns {
  padding: 20px;
  border: solid 1px #5A9EB2;
}
#profile-area_massage_title_rns::after {
  content: "";
  display: block;
  border-top: solid 0.1px #5A9EB2;
  width: 40px;
  margin: 10px auto;
}
/*////////////// スケジュール */
.schedule_area_time {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
.schedule_area_day {
  font-size: 30px;
  letter-spacing: 5px;
  transform: scale(1.5, 1);
}
.schedule_area_title {
  text-align: left;
  font-size: 21px;
  width: 100%;
  line-height: 1.4;
}
.schedule_area_detail {
  width: 100%;
  text-align: right;
  margin: auto 0;
}
#triangle{
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 12.5px 0 12.5px;
  border-color: #efb34b transparent transparent transparent;

}
/*////////////// アクセス */
.access_area_detail {
  text-align: left;
  line-height: 1.4;
  margin: auto 0;
  padding-bottom: 20px;
}
.access_area_detail-title {
  font-weight: 700;
  padding-bottom: 5px;
}
.access_area_detail-text {
  line-height: 1.6;
  margin-bottom: 20px;
}
.access_area_btn{
  padding: 10px 40px;
  background-color: #f5ab28;
  font-size: 18px;
  color: #251c19;
}
.access_area_btn:hover{
  background-color: #f5aa2879;
  color: #251c197e;
  text-decoration: none;
}

/*////////////// フォーム */
.form-area_wrapper {
  background-color: #f5dfd3;
}
.profile-area_name > * {
  display: block;
}
.form-area_bg {
  margin: 0 auto;
  border-radius: 4px;
}
.form-area_contents > * {
  margin-bottom: 30px;
}
.form-area_sub-title {
  display: block;
  font-size: 13px;
}
.form-area_input > * {
  margin-bottom: 24px;
}
.form-area_input-cotegory {
  display: block;
  font-weight: 700;
  color: #636363;
  text-align: left;
}
.form-area_input_submit_btn {
  width: 100%;
  text-align: center;
}

.form-area_input_submit {
  border: none;
  background-color: #f5ab28;
  border-radius: 4px;
  color: #251c19;
  padding: 10px 40px;
}
.form-area_input_submit:hover {
  background-color: #f5aa2879;
  color: #251c197e;
  text-decoration: none;
  }
.form-area_input_redio {
  margin: 0 auto;
  vertical-align: middle;
  display: flex;
}
.form-area_radio_btn{
  margin-right: 8px;
}
.form-area_input_redio > input {
  width: auto;
  margin: auto 0;
}
@media screen and (max-width:460px)  {
  body  {
    max-width: 460px;
    width: 100%;
  }
}