@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px !important;
  line-height: 1.3em;
  overflow: visible !important;
}

body {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.6;
  background: #fff;
  color: #736d71;
  font-size: 16px;
  word-wrap: break-word;
  overflow-x: hidden;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
@media screen and (max-width: 1000px) {
  #main {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  #main #col_main {
    width: 100%;
  }
}

figure {
  padding: 0;
  margin: 0;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

/************************************コンテンツ************************************/
#contents_wrap {
  padding: 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-width: auto !important;
}

#contents {
  width: 100% !important;
  max-width: 1000px !important;
  padding-bottom: 100px;
}
@media screen and (min-width: 834px) and (max-width: 1000px) {
  #contents {
    padding: 0 20px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #contents {
    padding: 0 20px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 640px) {
  #contents {
    padding: 0 10px;
    padding-bottom: 50px;
  }
}
#contents a {
  color: #eb6da5;
}

#main {
  width: 100% !important;
}

.nega {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}

.nega_bottom {
  margin-bottom: -100px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .nega_bottom {
    margin-bottom: -50px;
  }
}
@media only screen and (max-width: 640px) {
  .nega_bottom {
    margin-bottom: -50px;
  }
}

/***********************************右寄せ左寄せ*******************************************/
.text_center div {
  text-align: center;
}

.tal div {
  text-align: left;
}

.text_right div {
  text-align: right;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .tabtal div {
    text-align: left !important;
  }
  .tabtar div {
    text-align: right !important;
  }
  .tabtac div {
    text-align: center !important;
  }
}
@media only screen and (max-width: 640px) {
  .sptal div {
    text-align: left !important;
  }
  .sptar div {
    text-align: right !important;
  }
  .sptac div {
    text-align: center !important;
  }
}
.tacenter {
  text-align: center !important;
}

/***********************************サイドバー*******************************************/
@media screen and (max-width: 1000px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1000px) {
  #side aside {
    width: 100% !important;
  }
}

/***********************************非表示*******************************************/
.dnone {
  display: none;
}

/***********************************フレックス*******************************************/
.flex {
  display: flex;
}

.jcss {
  justify-content: start;
}

.jcsc {
  justify-content: center;
}

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

.aic {
  align-items: center;
}

.ais {
  align-items: start;
}

.wrap {
  flex-wrap: wrap;
}

.dir_revers {
  flex-direction: row-reverse;
}

.box2 {
  width: 48%;
  margin: 20px 1% 0 1%;
}

.box3 {
  width: 31.111%;
  margin: 0 1% 20px 1%;
}

.box4 {
  width: 23%;
  margin: 0 1% 20px 1%;
}

.box60 {
  width: 58%;
}

.box70 {
  width: 68%;
}

.box40 {
  width: 38%;
}

.box30 {
  width: 28%;
}

.box80 {
  width: 78%;
}

.box20 {
  width: 18%;
}

.box75 {
  width: 73%;
}

.box25 {
  width: 23%;
}

@media only screen and (max-width: 640px) {
  .box_sp100 {
    width: 100%;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 834px) {
  .box_sp50 {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
}

/******************フレックスボックス*************************************/
.box h3 {
  display: none;
}
.box div h3 {
  display: block;
}

.flbox2 .box {
  width: 48%;
  margin: 0 1% 20px 1%;
}

.flbox3 .box {
  width: 31.11111111%;
  margin: 0 1% 20px 1%;
}

.flbox4 .box {
  width: 23%;
  margin: 10px 1% 0 1%;
}

.flbox5 .box {
  width: 18%;
  margin: 10px 1% 0 1%;
}

@media only screen and (max-width: 834px) {
  .fltab30 .box {
    width: 31.1111111%;
    margin: 20px 1% 0 1%;
  }
}

@media only screen and (max-width: 834px) {
  .fltab50 .box {
    width: 48%;
    margin: 20px 1% 0 1%;
  }
}

@media only screen and (max-width: 640px) {
  .flsp50 .box {
    width: 48%;
    margin: 10px 1% 0 1%;
  }
}

@media only screen and (max-width: 640px) {
  .flsp100 .box {
    width: 100%;
    margin: 20px 0 0 0;
  }
}

/*********************************電話番号************************************/
.sp_tel a {
  text-decoration: none;
  pointer-events: none;
}
@media only screen and (max-width: 834px) {
  .sp_tel a {
    pointer-events: auto;
  }
}

.sp_tel_text a {
  color: #736d71 !important;
  text-decoration: none;
  pointer-events: none;
}
@media only screen and (max-width: 834px) {
  .sp_tel_text a {
    pointer-events: auto;
    text-decoration: underline;
  }
}

/*************************ノーホバー***********************************/
.no_events {
  pointer-events: none;
}
.no_events:hover {
  opacity: 1 !important;
}

/*******************改行*******************************************/
.pc_block {
  display: block;
}
@media only screen and (max-width: 640px) {
  .pc_block {
    display: inline;
  }
}

/******************表示非表示**************************************/
.dnone {
  display: none;
}

.pc_none {
  display: none;
}
@media only screen and (max-width: 834px) {
  .pc_none {
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  .tab_none {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .sp_none {
    display: none;
  }
}

@media only screen and (max-width: 834px) {
  .tab_block {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .sp_block {
    display: block;
  }
}

/***********************************書体*******************************************/
.mincho {
  font-family: "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/***********************************カラムフロート*******************************************/
.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

/***********************************フロート*******************************************/
@media only screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}
ul.break li {
  float: none !important;
}

/***********************************テキスト*******************************************/
b, strong {
  font-weight: bold;
}

.b {
  font-weight: bold;
}

span {
  font-weight: inherit;
}

a:hover {
  opacity: 0.6;
}

.link1 a {
  color: #104480;
  font-weight: bold;
}

u {
  text-decoration: underline;
}

small {
  font-size: 80%;
}

.fwb {
  font-weight: bold;
}

/***********************************線*******************************************/
hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

/************************************テーブル************************************/
table {
  table-layout: fixed;
}

table td {
  padding: 20px;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.tdpd0 td {
  padding: 0px !important;
}

.tdpd5 td {
  padding: 5px !important;
}

.tdpd10 td {
  padding: 10px !important;
}

.tdpd15 td {
  padding: 15px !important;
}

.tdpd20 td {
  padding: 20px !important;
}

@media only screen and (max-width: 640px) {
  .tdpdsp5 td {
    padding: 5px !important;
  }
}

@media only screen and (max-width: 640px) {
  .tdpdsp5 td {
    padding: 10px !important;
  }
}

.top_pa20 {
  padding-top: 20px !important;
}

.bottom_pa20 {
  padding-bottom: 20px !important;
}

/************************************ボーダー************************************/
.br0 td {
  border: 0 !important;
}

.border01 {
  border: solid 1px #eb6da5;
}

.border02 {
  border: solid 1px #ccc;
}

.border03 {
  border: solid 1px #fca7b6;
}

.border04 {
  border: solid 1px #b552ad;
}

.border01_4 {
  border: solid 4px #eb6da5;
}

.border02_4 {
  border: solid 4px #d04f97;
}

.border03_4 {
  border: solid 4px #fca7b6;
}

.border04_4 {
  border: solid 4px #b552ad;
}

.border_f {
  border: solid 1px #fff;
}

.radius5 {
  border-radius: 5px;
}

.radius10 {
  border-radius: 10px;
}

.radius15 {
  border-radius: 15px;
}

.radius20 {
  border-radius: 20px;
}

/************************************ボーダーボトム************************************/
.btm01 {
  border-bottom: 1px dotted #eb6da5 !important;
}

.btm02 {
  border-bottom: 1px dotted #d04f97 !important;
}

.btm03 {
  border-bottom: 1px dotted #fca7b6 !important;
}

.btm04 {
  border-bottom: 1px dotted #b552ad !important;
}

/************************************バックグラウンド************************************/
.bgf {
  background: #fff !important;
}

.bgf05 {
  background: rgba(255, 255, 255, 0.5);
}

.bgf02 {
  background: rgba(255, 255, 255, 0.2);
}

.tb_bgf table {
  background: #fff;
}

/************shadow_box*******************/
.shadow_box {
  box-shadow: 2px 2px 8px #ccc;
  border: 1px solid #ccc;
}

/************************************インナー************************************/
.inner {
  margin: 0 auto;
  max-width: 1000px;
}

.inner1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
}

.inner1100 {
  max-width: 1100px;
  margin: 0 auto;
  width: 95%;
}

/************************************画像RL************************************/
.imgL {
  margin-right: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 834px) {
  .imgL {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .imgL {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 100% !important;
    text-align: center;
  }
}

.imgR {
  margin-left: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 834px) {
  .imgR {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .imgR {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 100% !important;
    text-align: center;
  }
}

.imgC {
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .imgC {
    margin: 0 auto;
  }
}
@media screen and (max-width: 834px) {
  .imgC {
    display: block;
    float: none;
    margin: 0 auto !important;
    max-width: 100% !important;
    height: auto !important;
    text-align: center;
  }
  .imgC img {
    max-width: 100%;
    height: auto !important;
  }
}

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

.img100 img {
  width: 100% !important;
}

.img80 img {
  width: 80% !important;
}

.img50 img {
  width: 50% !important;
}

.center_img a {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .center_img a img {
    width: 100% !important;
  }
}

/************************************プライバシーポリシー************************************/
.policy {
  font-size: 16px;
}
.policy h2 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #eb6da5;
  margin-bottom: 10px;
  font-family: "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #333;
  border-bottom: 1px solid #736d71;
  padding: 10px;
}
.policy p {
  padding: 10px;
  padding-bottom: 20px;
}
.policy h3 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #eb6da5;
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/************************************サイトマップ************************************/
.map {
  max-width: 1000px;
  width: 95%;
}
.map li {
  border-left: 3px solid #eb6da5;
  list-style-type: none;
  padding-left: 10px;
  margin-bottom: 10px;
  display: block;
  float: none !important;
}
.map li a {
  color: #282828;
  font-size: 16px;
  text-decoration: none;
}
.map li a:hover {
  text-decoration: underline;
}

/**********************お問合せ*****************************/
.submit {
  margin: 20px auto 50px auto !important;
}

/***************ボタン************************/
input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

/***************パンクズ************************/
.pankuzu a:link {
  color: #eb6da5 !important;
  text-decoration: none !important;
}
.pankuzu a:visited {
  color: #eb6da5 !important;
}
/*********PDFボタン************/
.pdf_btn {
  padding: 10px 0;
}
.pdf_btn a {
  display: block;
  padding: 20px 5px;
  background: #d66464;
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  font-family: "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .pdf_btn a {
    margin: 0 auto;
    max-width: 300px;
  }
}
.pdf_btn a:after {
  content: "";
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border: 1px #fff solid;
}
.pdf_btn a:before {
  content: "PDF";
  display: block;
  width: calc(100% - 50px);
  position: absolute;
  right: -50px;
  bottom: -10px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 50px;
}

/***************フェードイン**************************/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}
@media screen and (max-width: 640px) {
  .fadein {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/****************************画像回転************************************/
.rotate5 img {
  transform: rotate(5deg);
}

.rotate8 img {
  transform: rotate(8deg);
}

.rotate-10 img {
  transform: rotate(-10deg);
}

/*画像拡大*/
.imgWrap {
  overflow: hidden; /*拡大時にはみ出た部分を隠す*/
}

.imgWrap img {
  display: block;
  transition-duration: 0.3s; /*変化に掛かる時間*/
}

.imgWrap img:hover {
  transform: scale(1.1); /*画像の拡大率*/
  transition-duration: 0.3s; /*変化に掛かる時間*/
}

input.cmn-toggle-round:checked + label:before {
  background: #e18c90 !important;
}

#builingual {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #eb6da5 !important;
  z-index: 6999999;
  padding: 5px 20px !important;
  color: #fff;
}
@media screen and (max-width: 640px) {
  #builingual {
    width: 100%;
  }
}
#builingual select {
  margin-left: 10px !important;
}
@media screen and (max-width: 640px) {
  #builingual select {
    margin-top: 10px !important;
  }
}

.language {
  color: #fff !important;
  float: right !important;
}

.switch {
  float: right;
  padding-top: 3px !important;
  position: relative;
  color: #000;
}
.switch:after {
  content: "OFF";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
  z-index: 1;
}
.switch:before {
  content: "ON";
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
  z-index: 1;
}

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

input.cmn-toggle-round + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 60px;
}

input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  transition: 0.4s;
}

input.cmn-toggle-round + label:after {
  width: 28px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: 0.4s;
  z-index: 2;
}

input.cmn-toggle-round:checked + label:before {
  background-color: #fff8ea;
}

input.cmn-toggle-round:checked + label:after {
  margin-left: 28px;
}

@media only screen and (max-width: 768px) {
  .switch {
    float: right;
    order: 1;
    padding-top: 0px !important;
  }
  #builingual {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
/***********************スクロールイン*******************************************/
.scroll-obj {
  opacity: 0;
  transition: all 2s ease 0.5s;
}

.scroll-hop {
  transform: translate(0, 100px);
}

.scroll-left {
  transform: translate(-100px, 0);
}

.scroll-right {
  transform: translate(100px, 0);
}

header#global_header {
  max-width: 100%;
  min-width: 100%;
}
#header {
  padding: 70px 20px;
}
@media screen and (max-width: 834px) {
  #header {
    padding: 20px;
    padding-top: 28px;
    display: flex;
    justify-content: space-between;
    align-itmes: center;
  }
}
@media screen and (max-width: 640px) {
  #header {
    display: block;
  }
}

.header_line {
  border-bottom: 2px solid #eb6da5;
}

#hedaer_menu {
  position: absolute;
  padding: 30px;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 834px) {
  #hedaer_menu {
    position: static;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  #hedaer_menu {
    padding-bottom: 0;
    display: block;
  }
}
#hedaer_menu li {
  margin-right: 30px;
}
@media screen and (max-width: 834px) {
  #hedaer_menu li {
    text-align: left;
    margin: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  #hedaer_menu li {
    text-align: center;
  }
}
#hedaer_menu li a {
  position: relative;
  text-decoration: none;
  color: #333 !important;
  font-family: "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#hedaer_menu li a i {
  margin-right: 10px;
}

@media screen and (max-width: 834px) {
  .logo {
    width: 50%;
    max-width: 200px;
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .logo {
    width: 50%;
    max-width: 200px;
    margin: 0 auto;
  }
}

.logo_sp {
  display: none;
}
@media screen and (max-width: 834px) {
  .logo_sp {
    width: 150px;
    margin: 0 auto;
    display: block;
    z-index: 9999999;
    position: fixed;
    top: 10px;
    left: 10px;
  }
}

@media screen and (max-width: 834px) {
  div#builingual {
    padding-top: 53px !important;
  }
}

#hedaer_info {
  display: flex;
  justify-content: flex-end;
}
#hedaer_info li {
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  #hedaer_info li {
    margin: 0 3px;
  }
}

@media screen and (max-width: 1000px) {
  #nav_global {
    width: 100%;
  }
}
#nav_global ul {
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 1000px) {
  #nav_global ul {
    justify-content: flex-end;
  }
}
#nav_global ul li {
  flex-grow: 1;
  position: relative;
}
#nav_global ul li a {
  color: #838383;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 0;
  display: block;
  font-family: "ＭＳ 明朝", serif;
}
#nav_global ul li a:hover {
  opacity: 0.5 !important;
}
#nav_global ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  height: 100%;
  width: 1px;
  background: #fff;
}
#nav_global ul li:last-child:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  height: 100%;
  width: 1px;
  background: #fff;
}
#nav_global ul ul {
  display: block;
  z-index: 99;
  position: absolute;
  width: 200px;
}
#nav_global ul ul li {
  width: 100%;
  background: #ddd;
}
#nav_global ul ul li:before {
  display: none;
}
#nav_global ul ul li:last-child:after {
  display: none;
}

.flex_box {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .flex_box {
    display: block;
  }
}

.flR #hed_info {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 834px) {
  .flR #hed_info {
    justify-content: center;
  }
}
.flR #hed_info .head_mail {
  margin-left: 10px;
}
@media screen and (max-width: 834px) {
  .flR #hed_info .head_mail {
    margin-left: 5px;
  }
}
.flR #hed_info .head_tel {
  margin-left: 10px;
  margin-right: 5px;
}
.flR p {
  text-align: right;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .flR p {
    text-align: center;
  }
}

#mainArea {
  width: 100% !important;
  margin: 0 auto;
  position: relative;
  width: 100% !important;
}
@media screen and (max-width: 834px) {
  #mainArea {
    padding-top: 0px;
  }
}
@media screen and (max-width: 640px) {
  #mainArea {
    padding-top: 0px;
  }
}
#mainArea img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100% !important;
}
@media screen and (max-width: 834px) {
  #mainArea img {
    height: 400px !important;
  }
}
@media screen and (max-width: 640px) {
  #mainArea img {
    height: auto !important;
  }
}
#mainArea .catch {
  height: 100%;
  max-width: 1040px;
  width: 100%;
}
#mainArea .catch img {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 15%;
  margin: auto;
  height: auto !important;
}
@media screen and (max-width: 1000px) {
  #mainArea .catch img {
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media screen and (max-width: 834px) {
  #mainArea .catch img {
    width: 80% !important;
  }
}
#mainArea .slick-prev,
#mainArea .slick-next {
  display: none !important;
}
#mainArea ul li img {
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #mainArea {
    width: auto !important;
  }
}
.mean-container .mean-bar {
  background: #fca7b6 !important;
  position: fixed !important;
}

.mean-container .mean-nav {
  background: #fca7b6 !important;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/
}

footer#global_footer {
  min-width: auto !important;
}

#footer {
  padding: 70px 20px 30px 20px;
  font-size: 13px;
  font-weight: bold;
  background: #fca7b6 !important;
}
@media screen and (max-width: 640px) {
  #footer {
    padding: 30px 20px;
  }
}

.contact_title {
  color: #fff;
  font-size: 36px;
  font-family: "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  margin-bottom: 1px;
  max-width: 520px;
  margin: 0 auto;
  border-bottom: 1px #fff solid;
  padding-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .contact_title {
    font-size: 24px;
  }
}

.contact_text {
  padding-top: 30px;
  color: #fff;
}

.contact {
  padding: 80px 20px;
  background: url(../images/common/contact_bg.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .contact {
    padding: 30px 20px;
  }
}

.contact_btn {
  padding-top: 50px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .contact_btn {
    display: block;
    padding-top: 10px;
  }
}
.contact_btn li {
  margin: 0 25px;
}
@media screen and (max-width: 640px) {
  .contact_btn li {
    margin: 20px 0 0 0;
  }
}

#nav_footer {
  padding-top: 50px;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  max-width: 1000px;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  #nav_footer {
    max-width: 100%;
    width: 80%;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  #nav_footer {
    padding-top: 30px;
  }
}
#nav_footer ul {
  border-left: 1px solid #fff;
  padding: 20px 40px;
}
@media screen and (max-width: 1200px) {
  #nav_footer ul {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 834px) {
  #nav_footer ul {
    border: none;
    padding: 0;
  }
}
#nav_footer ul:last-child {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 834px) {
  #nav_footer ul:last-child {
    border: none;
  }
}
#nav_footer ul li {
  display: block;
  margin: 5px 0;
  width: auto;
  text-align: left;
}
@media screen and (max-width: 834px) {
  #nav_footer ul li {
    display: block;
    margin: 5px 0;
  }
}
#nav_footer ul li a {
  font-size: 15px;
  font-family: "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 834px) {
  #nav_footer ul li a {
    text-align: center;
  }
}
#nav_footer ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 834px) {
  #nav_footer ul li a:after {
    display: none;
  }
}
#nav_footer ul li a:link {
  color: #fff !important;
  text-decoration: none;
}
#nav_footer ul li a:visited {
  color: #fff !important;
}
@media screen and (max-width: 834px) {
  #nav_footer ul li a {
    background: #fff !important;
    padding: 10px;
    display: block;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  #nav_footer ul li a:link {
    color: #eb6da5 !important;
    text-decoration: none;
  }
  #nav_footer ul li a:visited {
    color: #eb6da5 !important;
  }
}

#nav_footer ul .small a {
  margin-left: 10px;
  padding-left: 15px;
}
@media screen and (max-width: 834px) {
  #nav_footer ul .small a {
    margin: 0;
  }
}
#nav_footer ul .small a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 834px) {
  #nav_footer ul .small a:after {
    display: none;
  }
}

#mail_fixed {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  #mail_fixed {
    bottom: 60px;
    right: 10px;
    width: 50px;
  }
  #mail_fixed img {
    width: 100% !important;
    height: auto;
  }
}

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  #pagetop {
    bottom: 10px;
    right: 15px;
    width: 40px;
  }
  #pagetop img {
    width: 100% !important;
    height: auto;
  }
}

.f_sns ul {
  display: flex;
  justify-content: center;
}
.f_sns ul li {
  margin: 0 8px;
}
.f_sns ul li a {
  color: #fff !important;
  font-size: 38px;
}
@media screen and (max-width: 640px) {
  .f_sns ul li {
    margin: 0 10px;
  }
}

.footer_info {
  padding-top: 20px;
}
@media screen and (max-width: 640px) {
  .footer_info {
    padding-top: 20px;
  }
}
.footer_info address {
  color: #fff !important;
}
.footer_info address ul {
  margin: 0 auto;
  padding-top: 10px;
}
.footer_info address ul li {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 640px) {
  .footer_info address ul li {
    width: 100%;
  }
}
.footer_info address ul .footer_company {
  font-size: 18px;
}
.footer_info address ul .footer_address {
  display: block;
  text-align: center;
}
.footer_info address ul .footer_tel {
  display: block;
  text-align: center;
}
.footer_info address ul .footer_tel a {
  color: #fff !important;
}

.footer_logo {
  width: 60%;
  margin: 0 auto;
}

#copy {
  background: #001f36 !important;
  color: #fff;
  padding: 18px;
  display: block !important;
  font-size: 16px !important;
}
#copy a:link {
  color: #fff;
  text-decoration: none;
}
#copy a:hover {
  text-decoration: underline;
}
#copy a:visited {
  color: #fff;
  text-decoration: none;
}

#main #col_main {
  width: 100%;
}

/* TOP */
.top_h1 {
  width: 95%;
  margin: 0 auto;
}
.top_h1 h1 {
  display: block;
  font-family: "ＭＳ 明朝", serif;
  font-size: 23px;
  line-height: 40px;
  color: #4b4536;
  text-align: center;
  text-shadow: darkgray 0px 1px 2px;
  margin: 30px auto 25px;
  font-weight: 100;
  font-feature-settings: "palt";
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
@media screen and (max-width: 834px) {
  .top_h1 h1 {
    font-size: 20px;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .top_h1 h1 {
    font-size: 18px;
    text-align: left;
  }
}

.top01_text {
  width: 95%;
  margin: 0 auto;
  padding: 50px 0 50px 0;
}
@media screen and (max-width: 834px) {
  .top01_text {
    padding: 30px 0 30px 0;
  }
}

.top02_h2 h2 {
  font-size: 36px;
  color: #eb6da5;
  font-weight: bold;
  font-family: "EB Garamond", "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .top02_h2 h2 {
    font-size: 28px;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .top02_h2 h2 {
    font-size: 24px;
    text-align: left;
  }
}

.top02 {
  position: relative;
  z-index: 2;
  background: #f3f3f3;
}
@media screen and (max-width: 640px) {
  .top02 {
    background: #f3f3f3;
    padding: 30px;
  }
}

.top02_img {
  width: 50%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .top02_img {
    width: 50%;
  }
}
@media screen and (max-width: 834px) {
  .top02_img {
    width: 38%;
  }
}
@media screen and (max-width: 640px) {
  .top02_img {
    width: 100%;
  }
}
.top02_img img {
  width: 100% !important;
  margin: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 640px) {
  .top02_img img {
    height: auto !important;
  }
}

.top02_table {
  position: relative;
  z-index: 2;
  width: 48%;
  margin-left: 2%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .top02_table {
    width: 58%;
  }
}
@media screen and (max-width: 640px) {
  .top02_table {
    width: 100%;
    margin-left: 0;
  }
}
.top02_table article {
  padding: 40px;
  width: 75%;
  background: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .top02_table article {
    width: 100%;
    background: #fff;
    padding: 20px;
  }
}
.top02_table article td {
  border: 0 !important;
  padding: 15px 0 !important;
}

.top02_table01 {
  position: relative;
  z-index: 2;
  width: 48%;
  display: flex;
  align-items: center;
  margin-right: 2%;
}
@media screen and (max-width: 834px) {
  .top02_table01 {
    width: 58%;
  }
}
@media screen and (max-width: 640px) {
  .top02_table01 {
    width: 100%;
    margin-right: 0;
  }
}
.top02_table01 article {
  padding: 40px;
  width: 75%;
  background: #fff;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .top02_table01 article {
    width: 100%;
    background: #fff;
    padding: 20px;
  }
}
.top02_table01 article td {
  border: 0 !important;
  padding: 15px 0 !important;
}

.top01_title h2 {
  font-size: 30px;
  position: relative;
  font-family: "EB Garamond", "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-top: 30px;
  color: #736d71;
}
@media screen and (max-width: 640px) {
  .top01_title h2 {
    font-size: 20px;
  }
}
.top01_title h2 .sub {
  font-size: 20px;
  display: block;
  color: #736d71;
}
@media screen and (max-width: 640px) {
  .top01_title h2 .sub {
    font-size: 16px;
  }
}
.top01_title h2:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 110px;
  height: 10px;
  background: url(../images/common/h_icon01.png);
}

.top03_table01 {
  width: 49%;
  display: flex;
  align-items: center;
}
.top03_table01 td {
  border: 0;
}
@media screen and (max-width: 1200px) {
  .top03_table01 {
    width: 48%;
  }
}
@media screen and (max-width: 834px) {
  .top03_table01 {
    width: 38%;
  }
}
@media screen and (max-width: 640px) {
  .top03_table01 {
    width: 100%;
  }
}

.top03_imgtext div {
  font-weight: bold;
  color: #736d71;
  font-family: "EB Garamond", "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.top03_img01 {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  .top03_img01 {
    width: 48%;
  }
}
@media screen and (max-width: 834px) {
  .top03_img01 {
    width: 38%;
  }
}
@media screen and (max-width: 640px) {
  .top03_img01 {
    width: 100%;
  }
}
.top03_img01:before {
  content: "";
  width: 100%;
  height: 370px;
  background: #e1e1e1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  margin: auto;
  transform: rotate(5deg);
  visibility: initial !important;
}
@media screen and (max-width: 640px) {
  .top03_img01:before {
    height: auto;
  }
}
.top03_img01:after {
  content: "";
  width: 100%;
  height: 370px;
  background: #f3f3f3;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  margin: auto;
  transform: rotate(-5deg);
  visibility: initial !important;
}
@media screen and (max-width: 640px) {
  .top03_img01:after {
    height: auto;
  }
}
.top03_img01 img {
  width: 100% !important;
  height: 370px !important;
  margin: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 640px) {
  .top03_img01 img {
    height: auto !important;
  }
}
@media screen and (max-width: 640px) {
  .top03_img01 img {
    height: auto !important;
  }
}

.top03_table02 {
  position: relative;
  z-index: 2;
  width: 49%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .top03_table02 {
    width: 48%;
  }
}
@media screen and (max-width: 834px) {
  .top03_table02 {
    width: 58%;
  }
}
@media screen and (max-width: 640px) {
  .top03_table02 {
    width: 100%;
  }
}
.top03_table02 article {
  padding: 40px;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .top03_table02 article {
    width: 100%;
    background: #fff;
    padding: 20px;
  }
}
.top03_table02 article td {
  border: 0 !important;
  padding: 15px 0 !important;
}

.flow_title01 div {
  font-weight: bold;
  font-size: 18px;
  font-family: "EB Garamond", "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #736d71;
}
@media screen and (max-width: 640px) {
  .flow_title01 div {
    font-size: 16px;
  }
}

.flow_box1 {
  border: #ccc solid 1px;
  border-radius: 10px;
}

.flow_box2 {
  display: flex;
  align-items: center;
  border: #ccc solid 1px;
  border-radius: 10px;
}
.flow_box2 td {
  padding: 5px !important;
}
.flow_box2 div {
  width: 100%;
}

.flow_arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 40px 0 40px;
  border-color: #736d71 transparent transparent transparent;
}
@media screen and (max-width: 640px) {
  .flow_arrow {
    border-width: 10px 20px 0 20px;
  }
}

.text01 div {
  line-height: 2;
}

.gallery_box {
  border-bottom: 1px solid #d8d8d7;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.gallery_table td {
  border: 0 !important;
}

.gallery_table h3 {
  font-size: 24px;
  text-shadow: 0px 1px 2px darkgrey;
  font-size: 40px;
  color: #4b4531;
  font-family: "Gruppo", cursive;
  padding-top: 20px;
  position: relative;
  display: inline;
}
.gallery_table h3:after {
  content: "";
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  margin: auto;
  width: 110px;
  height: 10px;
  background: url(../images/common/h_icon01.png);
}
.gallery_table h3 span {
  text-shadow: none;
  font-size: 16px;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .gallery_table h3 span {
    display: block;
    margin-left: 0;
  }
}

.gallery_btn a {
  padding: 3px 50px 3px 50px;
  display: inline-block;
  text-decoration: none;
  font-family: "Gruppo", cursive;
  background: #797979;
  position: relative;
  font-size: 20px;
  border-radius: 5px;
  color: #fff !important;
}
.gallery_img img {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  margin: 0 !important;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}

.shopbox01 {
  border: 1px solid #e3adc1;
  border-radius: 10px;
}

.shopimg img {
  border-radius: 10px !important;
  margin-bottom: 0 !important;
}

.imgsdw .box {
  overflow: inherit !important;
}
.imgsdw .box img {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.imgsdw img {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.grabox01 img {
  height: 230px !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 1000px) {
  .grabox01 img {
    height: 180px !important;
  }
}
@media screen and (max-width: 640px) {
  .grabox01 img {
    height: 150px !important;
  }
}

.grabox02 img {
  height: 200px !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 1000px) {
  .grabox02 img {
    height: 180px !important;
  }
}
@media screen and (max-width: 640px) {
  .grabox02 img {
    height: 150px !important;
  }
}

.box_text .box div {
  margin-top: 10px;
}

section form p.annot {
  color: #d055b5 !important;
}

section div.form_wrap dl dt label {
  color: #d055b5 !important;
}

section div.form_wrap.error {
  background: #d055b5 !important;
}

section div.form_wrap.confirm dl dd span {
  color: #d055b5 !important;
}

.form_wrap input::-moz-placeholder {
  color: #d055b5;
}

.form_wrap input::placeholder {
  color: #d055b5;
}
.form_wrap .text {
  color: #eb6da5;
}

/*Radioのみ*/
.radio dd label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  overflow: hidden;
  cursor: pointer;
}
.radio dd label:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 1;
  background-color: #eb6da5;
}
.radio dd label:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  border: 1px solid #eb6da5;
}
.radio dd label input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0px;
  position: absolute;
  z-index: 2;
  top: 6px;
  left: -16px;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  display: block;
  box-shadow: 20px 0px #FFF;
}
@media screen and (max-width: 834px) {
  .radio dd label input[type=radio] {
    top: -4px;
    left: -22px;
  }
}
.radio dd label input[type=radio]:checked {
  box-shadow: none;
}
.radio dd label input[type=radio]:focus {
  box-shadow: 20px 0px #FFF;
  opacity: 0.2;
}

section div.form_wrap.error {
  background: #fca7b6 !important;
}
section div.form_wrap.error a {
  color: #fff !important;
}

/*****************タイトル*******************************/
.cnt_h1 {
  background: url(../images/common/cnt_h1.jpg);
  padding: 140px 0;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 834px) {
  .cnt_h1 {
    padding: 50px 0;
    background-size: cover;
  }
}
.cnt_h1 h1 {
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  display: block;
  color: #fff;
  position: relative;
  font-family: "ＭＳ 明朝", serif;
  text-shadow: 2px 2px 5px #333;
}
@media screen and (max-width: 834px) {
  .cnt_h1 h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 640px) {
  .cnt_h1 h1 {
    font-size: 24px;
  }
}
.cnt_h1 h1 span {
  font-size: 44px;
  display: block;
  letter-spacing: 8px;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}
@media screen and (max-width: 834px) {
  .cnt_h1 h1 span {
    font-size: 24px;
    letter-spacing: 3px;
  }
}

/***************タイトル01***************/
.cnt_title01 h3, .cnt_title01 h2 {
  display: block;
  position: relative;
  font-size: 30px;
  font-family: "ＭＳ 明朝", serif;
  padding-bottom: 20px;
  line-height: 1.2;
  padding-left: 20px;
  border-bottom: 1px solid #d04f97;
}
.cnt_title01 h3 span, .cnt_title01 h2 span {
  font-size: 18px;
  margin-left: 10px;
  color: #736d71;
}
@media screen and (max-width: 640px) {
  .cnt_title01 h3 span, .cnt_title01 h2 span {
    display: block;
    margin-left: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .cnt_title01 h3, .cnt_title01 h2 {
    font-size: 24px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}

/***************タイトル01***************/
.cnt_title01_1 h3, .cnt_title01_1 h2 {
  display: block;
  position: relative;
  font-family: "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.2;
  font-family: "Gruppo", cursive;
  text-shadow: 0px 1px 2px darkgrey;
  font-size: 35px;
  color: #4b4531;
  padding-top: 20px;
}
.cnt_title01_1 h3:after, .cnt_title01_1 h2:after {
  content: "";
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  margin: auto;
  width: 110px;
  height: 10px;
  background: url(../images/common/h_icon01.png);
}
@media screen and (max-width: 834px) {
  .cnt_title01_1 h3:after, .cnt_title01_1 h2:after {
    display: block;
    text-align: center !important;
    right: 0;
    left: 0;
  }
}
.cnt_title01_1 h3 span, .cnt_title01_1 h2 span {
  font-size: 16px;
  text-shadow: none;
  color: #736d71;
  font-family: "Gruppo", cursive;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .cnt_title01_1 h3 span, .cnt_title01_1 h2 span {
    display: block;
    margin-left: 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .cnt_title01_1 h3, .cnt_title01_1 h2 {
    font-size: 30px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center !important;
  }
}

.cnt_title01_2 h3, .cnt_title01_2 h2 {
  display: block;
  position: relative;
  font-size: 30px;
  font-family: "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-bottom: 20px;
  line-height: 1.2;
  padding-left: 15px;
  padding-top: 30px;
  border-bottom: 1px solid #eb6da5;
}
@media screen and (max-width: 834px) {
  .cnt_title01_2 h3, .cnt_title01_2 h2 {
    display: block;
    text-align: center !important;
    padding-left: 0;
  }
}
.cnt_title01_2 h3:after, .cnt_title01_2 h2:after {
  content: "";
  position: absolute;
  content: "";
  top: 0;
  left: 20px;
  margin: auto;
  width: 110px;
  height: 10px;
  background: url(../images/common/h_icon01.png);
}
@media screen and (max-width: 834px) {
  .cnt_title01_2 h3:after, .cnt_title01_2 h2:after {
    display: block;
    text-align: center !important;
    right: 0;
    left: 0;
  }
}
.cnt_title01_2 h3 span, .cnt_title01_2 h2 span {
  font-size: 18px;
  margin-left: 10px;
  color: #736d71;
}
@media screen and (max-width: 834px) {
  .cnt_title01_2 h3 span, .cnt_title01_2 h2 span {
    display: block;
    margin-left: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .cnt_title01_2 h3, .cnt_title01_2 h2 {
    font-size: 24px;
    padding-bottom: 10px;
  }
}

/***************タイトル02***************/
.cnt_title02 h3, .cnt_title02 h2, .cnt_title03 h4 {
  display: block;
  position: relative;
  font-size: 24px;
  color: #d04f97;
  font-feature-settings: "palt";
  line-height: 40px;
  font-family: "ＭＳ 明朝", serif;
}
@media screen and (max-width: 640px) {
  .cnt_title02 h3, .cnt_title02 h2, .cnt_title03 h4 {
    font-size: 20px;
  }
}
.cnt_title02 h3 span, .cnt_title02 h2 span, .cnt_title03 h4 span {
  background: #eb6da5;
  display: inline-block;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-right: 20px;
}

/***************タイトル02***************/
.cnt_title02_1 h2 {
  display: block;
  position: relative;
  position: relative;
  font-family: "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.2;
  font-family: "Gruppo", cursive;
  text-shadow: 0px 1px 2px darkgrey;
  font-size: 40px;
  color: #736d71;
}
.cnt_title02_1 h2 span {
  font-size: 14px;
  display: block;
  text-shadow: none;
  color: #736d71;
  font-family: "Gruppo", cursive;
}
@media screen and (max-width: 640px) {
  .cnt_title02_1 h2 span {
    display: block;
    margin-left: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .cnt_title02_1 h2 {
    padding-left: 0;
    text-align: center !important;
    font-size: 30px;
  }
}

.cnt_title02_1 h3 {
  display: block;
  position: relative;
  position: relative;
  font-family: "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.2;
  font-family: "Gruppo", cursive;
  text-shadow: 0px 1px 2px darkgrey;
  font-size: 32px;
  color: #736d71;
}
.cnt_title02_1 h3 span {
  font-size: 14px;
  display: block;
  text-shadow: none;
  color: #736d71;
  font-family: "Gruppo", cursive;
}
@media screen and (max-width: 640px) {
  .cnt_title02_1 h3 span {
    display: block;
    margin-left: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .cnt_title02_1 h3 {
    padding-left: 0;
    text-align: center !important;
    font-size: 30px;
  }
}

/***************タイトル02***************/
.cnt_title02_2 h3, .cnt_title02_2 h2, .cnt_title03_2 h4 {
  display: block;
  position: relative;
  position: relative;
  font-family: "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.2;
  font-family: "Gruppo", cursive;
  font-size: 20px;
  color: #736d71;
}
.cnt_title02_2 h3 span, .cnt_title02_2 h2 span, .cnt_title03_2 h4 span {
  font-size: 14px;
  display: block;
  text-shadow: none;
  color: #736d71;
  font-family: "Gruppo", cursive;
}
@media screen and (max-width: 640px) {
  .cnt_title02_2 h3 span, .cnt_title02_2 h2 span, .cnt_title03_2 h4 span {
    display: block;
    margin-left: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .cnt_title02_2 h3, .cnt_title02_2 h2, .cnt_title03_2 h4 {
    font-size: 20px;
    padding-left: 10px;
    text-align: center !important;
  }
}

/***************タイトル03***************/
.cnt_title03 h3, .cnt_title03 h2, .cnt_title03 h4 {
  display: block;
  padding-left: 10px;
  position: relative;
  font-weight: bold;
  border-bottom: 2px dotted #eb6da5;
  font-size: 20px;
}
@media screen and (max-width: 834px) {
  .cnt_title03 h3, .cnt_title03 h2, .cnt_title03 h4 {
    font-size: 20px;
  }
}
.cnt_title03 h3 span, .cnt_title03 h2 span, .cnt_title03 h4 span {
  background: #eb6da5;
  display: inline-block;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-right: 20px;
}
@media screen and (max-width: 834px) {
  .cnt_title03 h3 span, .cnt_title03 h2 span, .cnt_title03 h4 span {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0px;
  }
}

/***************タイトル04***************/
.cnt_title04 h3, .cnt_title04 h2, .cnt_title04 h4 {
  display: block;
  position: relative;
  font-size: 20px;
  color: #eb6da5;
  background: #fff8ea;
  font-weight: bold;
  font-family: "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 10px;
}

/***************タイトル05***************/
.cnt_title05 h3, .cnt_title05 h2, .cnt_title05 h4, .cnt_title05 h5 {
  display: block;
  position: relative;
  border: 1px dotted #eb6da5;
  font-size: 18px;
  color: #eb6da5;
  background: #fff8ea;
  font-weight: bold;
  padding: 5px;
}

.midashi01 h2 {
  font-size: 30px;
  position: relative;
  font-family: "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .midashi01 h2 {
    font-size: 20px;
  }
}
.midashi01 h2 .sub {
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 640px) {
  .midashi01 h2 .sub {
    font-size: 16px;
  }
}
.midashi01 h2:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 110px;
  height: 10px;
  background: url(../images/common/h_icon01.png);
}

.link_title h2 {
  font-size: 30px;
  position: relative;
  font-family: "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 10px;
  display: block;
  border-bottom: 1px solid #736d71;
  text-align: center;
  text-decoration: none;
  padding-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .link_title h2 {
    font-size: 20px;
  }
}
.link_title h2 .sub {
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 640px) {
  .link_title h2 .sub {
    font-size: 16px;
  }
}

/******************強調テキスト**************************************/
.emphasis_text div {
  font-size: 22px;
  text-align: center !important;
  font-family: "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 2;
  position: relative;
  color: #736d71;
}
@media screen and (max-width: 640px) {
  .emphasis_text div {
    font-size: 18px;
    text-align: left !important;
  }
}

/******************新着情報　AI用***************************/
.price_list {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .price_list {
    padding: 0;
  }
}
@media screen and (max-width: 834px) {
  .price_list {
    width: 100%;
  }
}
.price_list dl {
  padding: 3px 0;
}
@media screen and (max-width: 834px) {
  .price_list dl {
    display: block !important;
  }
}
.price_list dl dt {
  display: block !important;
  background: none !important;
  border: 0px !important;
  padding: 3px !important;
  color: #888888 !important;
  max-width: 500px !important;
}
@media screen and (max-width: 834px) {
  .price_list dl dt {
    width: 100% !important;
    padding: 10px 10px 5px 0 !important;
  }
}
.price_list dl dd {
  display: block !important;
  text-align: left;
  background: none !important;
  border: 0px !important;
  padding: 3px !important;
  font-family: "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #736d71;
  max-width: 200px !important;
}
@media screen and (max-width: 834px) {
  .price_list dl dd {
    width: 100% !important;
    padding: 5px 10px 5px 0 !important;
  }
}

/******************dl リスト01**************************************/
.dldt_list01 {
  display: block;
  width: 100%;
  margin: 0 1%;
}
@media screen and (max-width: 834px) {
  .dldt_list01 {
    width: 100%;
    margin: 10px auto;
  }
}
.dldt_list01 dl {
  display: block !important;
  width: 100%;
}
.dldt_list01 dl dt {
  font-weight: bold;
  background: #fff8ea !important;
  color: #eb6da5 !important;
  display: block !important;
  width: 100% !important;
  border: 0px !important;
}
.dldt_list01 dl dd {
  display: block !important;
  width: 100% !important;
  border: 0px !important;
}

/*******************チェック　ul(AI用)******************************/
.ul_list01 ul {
  margin: 0 auto;
  display: block !important;
}
.ul_list01 ul li {
  float: none !important;
  display: block !important;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #eb6da5;
  position: relative;
}
.ul_list01 ul li .no {
  color: #eb6da5;
  margin-right: 10px;
  font-weight: bold;
  font-size: 20px;
}
.ul_list01 ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  border-radius: 5px;
  left: 10px;
  top: 20px;
  background: #eb6da5;
}

/*******************チェック　ul(AI用)******************************/
.ul_list02 ul {
  margin: 0 auto;
  display: block !important;
}
.ul_list02 ul li {
  float: none !important;
  display: block !important;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #eb6da5;
  position: relative;
}
.ul_list02 ul li .no {
  color: #eb6da5;
  margin-right: 10px;
  font-weight: bold;
  font-size: 20px;
}

/*******************チェック　ul(AI用)******************************/
.ul_list03 ul {
  margin: 0 auto;
  display: block !important;
}
.ul_list03 ul li {
  float: none !important;
  display: block !important;
  border-bottom: 1px dotted #eb6da5;
  position: relative;
  padding: 10px;
}
.ul_list03 ul li:nth-child(odd) {
  background: #fff8ea;
}
.ul_list03 ul li .no {
  color: #eb6da5;
  margin-right: 10px;
  font-weight: bold;
  font-size: 20px;
}

/*******************チェック　ul(AI用)******************************/
.ul_list04 ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ul_list04 ul li {
  float: none !important;
  position: relative;
  padding: 10px;
  padding-bottom: 10px;
  margin: 0 10px 10px 10px;
  border-bottom: 1px solid #736d71;
}
.ul_list04 ul li .no {
  color: #eb6da5;
  margin-right: 10px;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .ul_list04 ul li {
    float: none !important;
    display: block !important;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #736d71;
    position: relative;
    width: 100%;
    padding-left: 25px;
  }
  .ul_list04 ul li:after {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    border-radius: 5px;
    left: 8px;
    top: 10px;
    background: #736d71;
  }
}

/*******************チェック　ul(AI用)******************************/
.ul_list05 ul {
  margin: 0 auto;
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ul_list05 ul li {
  float: none !important;
  display: block !important;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .ul_list05 ul li {
    width: 100%;
    padding: 5px;
    padding-left: 30px;
  }
}
.ul_list05 ul li .no {
  color: #eb6da5;
  margin-right: 10px;
  font-weight: bold;
  font-size: 20px;
}
.ul_list05 ul li:after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: 5px;
  top: 0px;
  bottom: 0;
  margin: auto;
  background: url(../images/common/icon04.png);
  background-size: 100%;
  background-position: center;
}
/*******************チェック　ul(AI用)******************************/
.check_ul01 ul {
  margin: 0 auto;
  display: block !important;
}
.check_ul01 ul li {
  float: none !important;
  display: block !important;
  font-weight: bold;
  padding-left: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .check_ul01 ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.check_ul01 ul li:after {
  content: "";
  width: 47px;
  height: 35px;
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/check_icon01.png);
}

/***************新着情報(AIブログ機能用)***************************/
.top_blog {
  height: 300px;
  border: 1px solid #d04f97;
}
@media screen and (max-width: 834px) {
  .top_blog {
    padding: 10px;
  }
}
.top_blog .blog_list {
  border: 0 !important;
}
.top_blog div.blog_list > div {
  border-bottom: dotted #d04f97 1px !important;
}
.top_blog .blog_date {
  font-size: 16px !important;
  color: #eb6da5 !important;
  font-weight: bold;
  display: inline-block;
  padding-right: 20px;
}
.top_blog .blog_text h3 {
  display: inline-block;
  font-size: 20px !important;
  font-weight: bold;
}
.top_blog .blog_text h3 a {
  color: #d04f97 !important;
  font-weight: bold;
}
.top_blog .blog_photo {
  display: none;
}
.top_blog div.detail {
  margin-top: 10px !important;
}
.top_blog div.blog_text {
  width: 100% !important;
  font-size: 16px !important;
}

/****************テキストボタン****************************************/
.cnt_textbtn a {
  padding: 3px 50px 3px 50px;
  display: inline-block;
  text-decoration: none;
  font-family: "Gruppo", cursive;
  background: #797979;
  position: relative;
  font-size: 20px;
  border-radius: 5px;
  color: #fff !important;
}
@media screen and (max-width: 640px) {
  .cnt_textbtn a {
    padding: 15px;
    display: block;
    text-align: center;
  }
}
.cnt_textbtn a:after {
  position: absolute;
  content: "";
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 9px;
  background: url(../images/common/icon02.png);
}
@media screen and (max-width: 640px) {
  .cnt_textbtn a:after {
    display: none;
  }
}

.cnt_textbtn01 a {
  padding: 15px 60px 15px 40px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  background: #736d71;
  position: relative;
  color: #000 !important;
  border-radius: 20px;
}
@media screen and (max-width: 640px) {
  .cnt_textbtn01 a {
    padding: 15px;
    display: block;
    text-align: center;
  }
}
.cnt_textbtn01 a:after {
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 20px;
  background: url(../images/common/btn_icon02.png);
}
@media screen and (max-width: 640px) {
  .cnt_textbtn01 a:after {
    display: none;
  }
}

/******************値段テーブル*************************************/
.price_table {
  padding: 10px 0;
}
.price_table table {
  border-bottom: 1px solid #eb6da5;
}
.price_table table td {
  padding: 5px !important;
  border: 0 !important;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .price_table table td {
    width: 100%;
    display: block;
  }
}
.price_table table .price {
  color: #e25325;
  font-weight: bold;
  font-family: "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: right;
  vertical-align: bottom;
  font-size: 20px;
  width: 200px;
}
@media screen and (max-width: 834px) {
  .price_table table .price {
    width: 100%;
  }
}

/*********************AI用ブログ***********************/
.blog {
  background: url(../images/common/bg01.jpg) !important;
}
.blog .flex {
  display: block !important;
}
.blog a {
  color: #333 !important;
}
.blog a:visited {
  color: #736d71 !important;
}
.blog a:link {
  color: #736d71 !important;
}
.blog li {
  text-align: left !important;
}
.blog #calendar {
  display: none;
}
.blog .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  width: 95%;
  padding: 50px auto !important;
  margin: 50px auto;
}
@media screen and (max-width: 640px) {
  .blog .wrap {
    flex-direction: column-reverse;
  }
}
.blog .wrap aside {
  width: 25%;
}
@media screen and (max-width: 834px) {
  .blog .wrap aside {
    width: 100%;
  }
}
.blog .wrap aside button {
  margin-top: 10px;
  padding: 5px 20px;
}
.blog .wrap aside .pages li {
  margin-bottom: 10px;
  text-align: left;
}
.blog .wrap aside .pages li a:link {
  color: #736d71 !important;
}
.blog .wrap aside .pages li a:visited {
  color: #736d71 !important;
}
.blog .wrap aside .category li {
  margin-bottom: 10px;
  text-align: left;
}
.blog .wrap aside .category li a:link {
  color: #eb6da5 !important;
}
.blog .wrap aside .category li a:visited {
  color: #eb6da5 !important;
}
.blog .wrap aside h3 {
  padding: 10px;
  font-size: 18px;
  background-color: rgba(115, 109, 113, 0.1);
  margin: 20px 0;
  border: 1px solid #736d71;
  font-family: "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.blog .wrap #contents {
  width: 70% !important;
}
@media screen and (max-width: 834px) {
  .blog .wrap #contents {
    text-align: left;
  }
}
.blog .wrap #contents dl {
  padding: 10px 0;
  border-bottom: 1px #a9a9a9 solid;
}
.blog .wrap #contents dl dt {
  font-family: "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.blog .wrap #contents article {
  padding-bottom: 20px;
  border-bottom: 1px #a9a9a9 solid;
}
@media screen and (max-width: 834px) {
  .blog .wrap #contents .detail {
    text-align: left;
    margin-top: 30px !important;
  }
}
.blog .wrap #contents .date {
  font-size: 16px;
  color: #736d71;
  font-weight: bold;
  text-align: left !important;
}
.blog .wrap #contents h2 {
  font-size: 28px;
  font-weight: bold;
  font-family: "ＭＳ 明朝", serif;
  color: #736d71 !important;
  border-bottom: 1px solid #d04f97;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .blog .wrap #contents h2 {
    text-align: left !important;
  }
}
.blog .wrap #contents ul {
  margin-bottom: 10px;
}
.blog .wrap #contents span.translate {
  padding-right: 5px;
  display: block;
  font-size: 24px;
  margin: 10px 0;
}

#prof {
  padding-bottom: 10px;
  display: block;
}

#prof_text {
  padding-top: 30px;
  text-align: left;
}

#prof_detail {
  text-align: center;
}
#prof_detail img {
  margin: 0 auto !important;
}

.pager a {
  display: block !important;
  margin-left: 0px !important;
  margin-bottom: 20px;
  width: auto !important;
  padding: 5px;
  height: auto !important;
  line-height: 32px;
  font-family: "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #eb6da5;
  border-radius: 0px;
  text-shadow: none !important;
  border: 1px solid #ccc !important;
  color: #base-color !important;
  text-align: center;
  text-indent: -1px;
  float: none !important;
  text-decoration: none;
  margin-top: 20px;
}

/***************topInstagram***************************/
.top_instagram {
  margin: 0 auto;
  max-width: 1100px;
}

.top_instagram div.sns_list div.sns_video {
  width: 100%;
  padding: 0;
}

.top_instagram div.sns_list {
  display: flex;
  border: 0px;
  flex-direction: row;
  flex-wrap: wrap;
}

.top_instagram div.sns_list > div {
  width: 20%;
  margin: 0;
  display: flex;
  border-bottom: 0px;
}
@media screen and (max-width: 640px) {
  .top_instagram div.sns_list > div {
    width: 50%;
  }
}

.top_instagram div.sns_list > div:last-child {
  display: flex;
}

.top_instagram div.sns_list div.sns_photo {
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
}

.top_instagram div.sns_list div.sns_text {
  display: none;
}

.sns_photo img {
  height: 200px !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 834px) {
  .sns_photo img {
    height: auto !important;
  }
}

/***************cntInstagram***************************/
.cnt_insta div.sns_list div.sns_date {
  background: #eb6da5;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 8px;
}
.cnt_insta .caption {
  padding-top: 20px;
  font-size: 16px;
}
.cnt_insta .sns_photo {
  width: 30% !important;
}
@media screen and (max-width: 834px) {
  .cnt_insta .sns_photo {
    width: 30% !important;
  }
}
@media screen and (max-width: 640px) {
  .cnt_insta .sns_photo {
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
  }
}
.cnt_insta div.sns_list > div {
  border-bottom: 1px dashed #eb6da5;
}
@media screen and (max-width: 834px) {
  .cnt_insta div.sns_list > div {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.cnt_insta div.sns_list {
  border: 0 !important;
}
@media screen and (max-width: 834px) {
  .cnt_insta div.sns_list div.sns_text {
    width: 70% !important;
  }
}
@media screen and (max-width: 640px) {
  .cnt_insta div.sns_list div.sns_text {
    width: 100% !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .cnt_insta .sns_photo img {
    width: 80% !important;
    height: auto !important;
    margin: 0 auto;
  }
}

/***************新着情報***************************/
.newstitle h2 {
  font-family: "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
  font-size: 22px;
}
.newstitle h2 .sub {
  font-size: 18px;
  display: block;
  color: #736d71;
}
@media screen and (max-width: 640px) {
  .newstitle h2 img {
    width: 30% !important;
  }
}

/******************新着情報　AI用***************************/
.top_scroll {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: 200px;
}
@media screen and (max-width: 834px) {
  .top_scroll {
    padding: 0;
    height: 300px;
  }
}
@media screen and (max-width: 834px) {
  .top_scroll {
    width: 100%;
  }
}
.top_scroll dl {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
@media screen and (max-width: 834px) {
  .top_scroll dl {
    display: block !important;
  }
}
.top_scroll dl dt {
  display: block !important;
  background: none !important;
  border: 0px !important;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 10px 10px 0 !important;
  font-family: "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 834px) {
  .top_scroll dl dt {
    width: 100% !important;
    padding: 10px 10px 5px 0 !important;
  }
}
.top_scroll dl dd {
  display: block !important;
  width: 100% !important;
  background: none !important;
  border: 0px !important;
  padding: 10px !important;
}
@media screen and (max-width: 834px) {
  .top_scroll dl dd {
    width: 100% !important;
    padding: 5px 10px 5px 0 !important;
  }
}

.scroll {
  text-align: left;
}

.mCSB_dragger_bar {
  margin-top: 10px !important;
  background: #fca7b6 !important;
  width: 10px !important;
  border-radius: 0px !important;
  opacity: 1 !important;
}
.mCSB_dragger_bar:hover {
  opacity: 1 !important;
}

.mCSB_scrollTools {
  opacity: 1 !important;
}

/***************画像を使用した新着情報***************************/
.top_sbox .box {
  padding: 20px 0 10px 0;
  clear: both;
  border-bottom: 1px dotted #eb6da5 !important;
  overflow: auto;
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .top_sbox .box {
    display: block;
  }
}
.top_sbox .box img {
  margin-right: 20px;
  margin-bottom: 20px;
}
.top_sbox .box div {
  display: block;
}
.top_sbox .box div .news_day {
  display: block;
  color: #eb6da5;
  font-weight: bold;
}

.top_sbox {
  overflow-y: scroll;
  height: 400px;
  padding: 0 30px 0 0;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 640px) {
  .top_sbox {
    height: 300px;
  }
}

.top_sbox::-webkit-scrollbar { /* スクロールバー本体 */
  width: 10px;
  background: #9aadfc;
}

.top_sbox::-webkit-scrollbar:horizontal { /* 横方向のスクロールバー本体 */
  width: 10px;
  background: #9aadfc;
}

.top_sbox::-webkit-scrollbar-thumb { /* スクロールバーの動く部分 */
  background: #eb6da5;
}

.top_sbox::-webkit-scrollbar-thumb:horizontal { /* 横方向のスクロールバーの動く部分 */
  background: #eb6da5;
}

.top_sbox::-webkit-scrollbar-track-piece:start { /* スクロールバーの動く部分の前 */
  background: #ccc;
}

.top_sbox::-webkit-scrollbar-track-piece:end { /* スクロールバーの動く部分の後ろ */
  background: #ccc;
}

/*****************************よくある質問****************************************/
.faq_q:hover {
  cursor: pointer;
  cursor: hand;
}
.faq_q div {
  position: relative;
  padding-left: 35px;
  font-size: 16px;
}
.faq_q div:after {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  background: url(../images/common/faq_q.png);
  background-size: 100%;
}

.faq_a div {
  position: relative;
  padding-left: 35px;
  font-size: 16px;
}
.faq_a div:after {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  background: url(../images/common/faq_a.png);
  background-size: 100%;
}

.faq_box {
  border-bottom: 1px solid #ccc;
}

/*************************テーブルリスト(ボタン横列)***********************************/
.link_list {
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  .link_list {
    padding: 10px 0;
  }
}
.link_list ul {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  width: auto;
}
.link_list li {
  display: block;
  padding: 0 10px;
  width: 31.11111%;
  margin: 0 1% 10px 1%;
}
@media screen and (max-width: 834px) {
  .link_list li {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .link_list li {
    width: 100%;
  }
}
.link_list li a {
  width: 100%;
  padding: 15px;
  background: #797979;
  color: #fff !important;
  display: block;
  text-decoration: none;
  text-align: center;
  position: relative;
  font-family: "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .link_list li a {
    padding: 5px;
    text-align: left;
  }
}

/*************************ページ内リンク01***********************************/
@media screen and (max-width: 834px) {
  .link_name {
    margin-top: -70px;
    padding-top: 70px;
  }
}

/*************************ノーホバー***********************************/
.no_events {
  pointer-events: none;
}
.no_events:hover {
  opacity: 1 !important;
}

/***************クーポン***************************/
.coupon {
  padding: 10px !important;
}
.coupon table {
  border: 1px solid #fff;
}
.coupon table td {
  color: #fff;
  padding: 10px !important;
}
.coupon table .coupon_title {
  font-size: 40px;
  border-bottom: 1px solid #fff !important;
  font-family: "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
.coupon table .coupon_price {
  font-family: "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
.coupon table .coupon_price span {
  font-size: 30px;
}

/***********************ビフォ―アフター********************************/
.before_after {
  margin: 0 auto;
}
.before_after table {
  margin: 0 auto;
}
.before_after table td {
  border: 0px;
  padding: 10px !important;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .before_after table td {
    display: block;
  }
}
.before_after table td p {
  text-align: center;
  font-weight: bold;
  color: #eb6da5;
  font-size: 18px;
  margin-top: 10px;
}
.before_after table .before_after_img img {
  width: 100% !important;
}
@media screen and (max-width: 834px) {
  .before_after table .before_after_img img {
    width: 95% !important;
  }
}
.before_after table .arrow_img {
  width: 50px !important;
}
@media screen and (max-width: 834px) {
  .before_after table .arrow_img {
    width: 100% !important;
  }
}
/****************************会社概要************************************/
section form h2.mail.title {
  display: none;
}

.information_dl {
  font-size: 16px;
}
.information_dl dl {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .information_dl dl {
    display: flex !important;
    width: 100% !important;
    border: 0 !important;
    flex-direction: column;
  }
}
.information_dl dl dt {
  text-align: center !important;
  background: none !important;
  color: #736d71 !important;
  align-items: center !important;
  border: 0px !important;
  padding: 10px !important;
  font-family: "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .information_dl dl dt {
    padding: 10px !important;
    width: 100% !important;
    border: 0 !important;
    background: #fff2dc !important;
  }
}
.information_dl dl dd {
  padding: 10px !important;
  border: 0px !important;
  background: none !important;
}
@media screen and (max-width: 640px) {
  .information_dl dl dd {
    padding: 10px !important;
    width: 100% !important;
    border: 0 !important;
  }
}

/***********************お問い合わせテーブル********************************/
.contact_table {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #d04f97;
}
.contact_table table td {
  border: 0 !important;
  padding: 5px !important;
}
.contact_table table .contact_tel div {
  font-weight: bold;
  font-size: 32px;
  color: #d04f97;
}
@media screen and (max-width: 640px) {
  .contact_table table .contact_tel div {
    font-size: 24px;
  }
}

/***********************ボタンボックス********************************/
.btnbox .box {
  margin: 0 1%;
  width: 48%;
  max-width: 530px;
  position: relative;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .btnbox .box {
    width: 100%;
    margin-top: 10px;
  }
}
.btnbox .box:hover {
  opacity: 0.9 !important;
}
.btnbox .box:after {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  border: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  .btnbox .box:after {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
}
.btnbox .box img {
  width: 100% !important;
  height: 160px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.btnbox .box article a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 99;
}
.btnbox .box article a:after:hover {
  opacity: 1 !important;
}
.btnbox .box article h3 {
  display: none;
}
.btnbox .box article div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 46px;
  width: 100%;
  left: 0;
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  z-index: 99;
  font-family: "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .btnbox .box article div {
    font-size: 16px;
  }
}
.btnbox .box article div span {
  display: block;
  font-size: 14px;
}

.tokuho_h2 {
  padding-top: 30px;
  font-family: "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
}

/*****************AI用ショッピングサイト****************************************/
#login {
  display: none;
}

div.search form {
  width: 100% !important;
}

div.search form div.select {
  min-width: 200px;
}

@media screen and (max-width: 640px) {
  div.under ul li {
    width: 48% !important;
  }
}

.select .select:after {
  pointer-events: none;
}

div.under ul li a {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #eb6da5;
  font-weight: bold;
}
div.under ul li a:hover {
  background: #eb6da5;
  color: #fff !important;
}
@media screen and (max-width: 640px) {
  div.under ul li a {
    padding: 10px;
    width: 100%;
  }
}
div.under ul li a a.off.prev {
  width: 38% !important;
  display: block;
  margin-top: 0px;
  margin-left: 2%;
}
@media screen and (max-width: 640px) {
  div.under ul li a a.off.prev {
    width: 100% !important;
    margin: 10px 0;
  }
}
div.under ul li a a.off.next {
  width: 38% !important;
  display: block;
  margin-top: 0px;
  margin-left: 2%;
}
@media screen and (max-width: 640px) {
  div.under ul li a a.off.next {
    width: 100% !important;
    margin: 10px 0;
  }
}

div.items {
  margin: 30px 0 0 0 !important;
}

div.items > article {
  border: 1px solid #ccc;
  padding: 30px;
  width: 31.11111% !important;
  margin-left: 1% !important;
  margin-right: 1% !important;
}
@media screen and (max-width: 834px) {
  div.items > article {
    width: 48% !important;
    margin: 10px 0;
    padding: 15px;
  }
}
@media screen and (max-width: 640px) {
  div.items > article {
    width: 100% !important;
    margin: 10px 0;
    padding: 20px 5px;
  }
}

div.items > article a.name {
  font-size: 18px;
  font-weight: bold;
  font-family: "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #333 !important;
}
@media screen and (max-width: 640px) {
  div.items > article a.name {
    font-size: 16px;
  }
}

div.items > article p.summary {
  text-align: left !important;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  div.items > article p.summary {
    text-align: left !important;
  }
}

div.items > article p.price {
  font-weight: bold;
  font-size: 20px;
  color: #eb6da5;
  font-family: "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  justify-content: center;
  display: flex;
}
@media screen and (max-width: 640px) {
  div.items > article p.price {
    justify-content: left;
  }
}
div.items > article p.price:after {
  content: "送料無料";
  border: 1px solid #eb6da5;
  font-size: 12px;
  padding: 3px;
  margin-bottom: 3px;
}

.item div.item_view h2 {
  border-bottom: solid #736d71 1px;
  padding: 10px;
  font-weight: bold;
  font-family: "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 834px) {
  .item div.item_view h2 {
    margin-top: 20px;
  }
}

div.item_option a {
  font-size: 14px !important;
}

div.photo div.small img:hover {
  opacity: 0.5;
}

div.photo div.small {
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

article.item div.photo .small li {
  width: 23%;
  margin: 10px 1% 0 1%;
  flex-basis: unset;
}

div.item_view p.price {
  color: #eb6da5;
  font-weight: bold;
  font-family: "Source Han Serif JP", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  display: inline-block;
}
div.item_view p.price:after {
  content: "送料無料";
  border: 1px solid #eb6da5;
  font-size: 14px;
  padding: 5px;
}

.item_option button.addcart {
  background: #fca7b6 !important;
  border: none;
  text-indent: 0;
  color: #fff;
}

div.sku1 ul li, div.sku2 ul li {
  width: auto !important;
}

.detail {
  font-size: 14px;
}

article.item {
  display: flex;
}
@media screen and (max-width: 834px) {
  article.item {
    display: flex !important;
    flex-direction: column;
  }
}
article.item div.photo .small img {
  border: 1px solid #ccc;
  padding: 5px;
}
article.item div.photo div.large {
  text-align: center;
}
@media screen and (max-width: 834px) {
  article.item div.photo div.large {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 834px) {
  article.item {
    display: block;
  }
  article.item div.photo {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  article.item div.photo .small {
    max-width: 100%;
  }
  article.item div.photo .small ul {
    display: flex;
  }
  article.item div.photo .small ul li img {
    width: 100%;
    border: 1px solid #ccc;
  }
  article.item .item_view {
    max-width: 100%;
  }
}
@media screen and (max-width: 834px) and (max-width: 640px) {
  article.item .item_view {
    margin-top: 20px;
  }
}

div.items > article a.photo {
  width: 100% !important;
  height: 320px;
}

@media screen and (max-width: 834px) {
  div.items {
    margin-top: 30px;
  }
}

div.item_view h2 {
  font-size: 20px;
}
@media screen and (max-width: 834px) {
  div.item_view h2 {
    font-size: 20px;
  }
}

div.item_view h2 span {
  display: none;
}

#sumcart ul li p.number {
  display: none;
}

@media screen and (max-width: 640px) {
  div.photo div.large {
    margin-left: 0;
  }
}

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

article.item div.photo {
  width: 40%;
  display: block;
}
@media screen and (max-width: 834px) {
  article.item div.photo {
    width: 100%;
  }
}

article.item div.photo div.large {
  margin: 0;
}

@media screen and (max-width: 834px) {
  div.order {
    margin-top: 30px !important;
  }
}

div.order ul li {
  margin: 5px 0 5px 5px;
}
div.order ul li a {
  color: #eb6da5 !important;
}

div.search div.pager {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

div.pager a {
  width: 49% !important;
}

div.search div.pager div.select {
  margin-right: calc(100% - 100px);
}

div.search div.pager div.select {
  float: none;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  div.search div.pager div.select {
    max-width: 180px;
  }
}

@media screen and (max-width: 640px) {
  div.search div.pager {
    width: 100%;
  }
}

/*******************************************/
div.under {
  margin-top: 20px;
}
div.under a {
  color: #fca7b6 !important;
}

div.under ul li a {
  text-decoration: none;
}

/***********************************************/
section div.purchase.accept {
  background: none !important;
}

/*****************詳細ページ******************************/
@media screen and (max-width: 640px) {
  section div.form_wrap dl dt {
    display: block !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  section div.form_wrap dl dd {
    display: block !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  div.item_view div.struct {
    display: block !important;
  }
}

div.item_view {
  width: 58%;
  max-width: 100%;
  min-width: auto;
}
@media screen and (max-width: 834px) {
  div.item_view {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  div.item_view div.item_option {
    width: 100%;
  }
}

/****************購入ページ*****************************************/
@media screen and (max-width: 640px) {
  #sumcart div.sum > div > div:nth-child(2) {
    min-width: auto;
  }
}

@media screen and (max-width: 640px) {
  section div.purchase.confirm ul li div:nth-child(n+3) {
    min-width: 60px;
  }
}

@media screen and (max-width: 640px) {
  #sumcart ul li {
    display: block;
  }
}

#sumcart div.sum {
  padding: 10px;
}

@media screen and (max-width: 640px) {
  section div.purchase.confirm ul li {
    flex-wrap: wrap;
  }
}

div.relay div.flip, div.bundle div.flip {
  margin-top: 20px;
}

div.sku1 ul li.selected, div.sku2 ul li.selected {
  background: #333;
}

div.sku1 ul li.selected:hover, div.sku2 ul li:hover {
  background: #ccc;
}

div.sku1 ul li.selected:hover, div.sku1 ul li:hover {
  background: #ccc;
}

div.sku1 ul li.selected:hover, div.sku2 ul li.selected:hover {
  color: #fff;
  background: #736d71;
}

/*****************買い物リスト***********************/
#sumcart ul li div.item {
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  #sumcart ul li div.item {
    margin: 10px 0;
  }
}

@media screen and (max-width: 640px) {
  .form_wrap dl dd.birthday {
    display: flex !important;
    flex-wrap: wrap;
  }
}
.form_wrap dl dd.birthday:after {
  content: "(西暦)";
  margin-left: 10px;
}

section div.purchase dl dt {
  max-width: 180px;
  min-width: 180px;
}

section div.form_wrap dl dd.is_entry label {
  width: 110px;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .is_entry p {
    padding-top: 20px !important;
  }
}

/************ショッピング************************/
div.select:after {
  pointer-events: none;
}

div.search form select {
  padding: 6px 0;
}

div.items > article {
  display: block;
}

div.items > article {
  text-align: center;
}

div.items > article p.summary {
  text-align: center !important;
}

div.items > article p.price {
  text-align: center;
}

/************ショッピングsp************************/
@media screen and (max-width: 640px) {
  div.items > article {
    display: block;
  }
  div.items > article a.photo {
    width: 30% !important;
    height: 150px;
    margin-right: 15px;
    float: left;
  }
  div.items > article a.name {
    font-size: 14px !important;
    text-align: left !important;
  }
  div.items > article p.summary {
    font-size: 13px !important;
    text-align: left !important;
  }
  div.items > article {
    padding: 5px;
    margin: 5px 0;
    overflow: initial;
  }
  div.items > article p.price {
    font-size: 16px;
    text-align: left !important;
  }
}
/************************/
section div.purchase dl dd div.alert {
  color: #d055b5 !important;
}

.birthday_none {
  display: none !important;
}/*# sourceMappingURL=common_style.css.map */