

@media print, screen and (min-width: 641px) {
.elem_pic.title {
  position: relative;
}

.elem_pic.title .elem_page-title {
  position: absolute;
  top: 50%;
  right: calc(50% - 194px); 
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0;
  padding: 30px 60px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.elem_pic.title .elem_page-title h1 {
  font-size: 24px;
}

.elem_pic.title .elem_page-title h1 span {
  font-size: 38px;
}

.elem_message_box {
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
}

.elem_message_box img {
  max-width: 100%;
}

.elem_message_box .elem_message {
  position: absolute;
  top: 52.5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  width: 630px;
}

.elem_message_box .elem_message .elem_link-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.elem_message_box .elem_message .elem_link-button .first-btn {
  margin: 0 !important;
}

.elem_message_box .elem_message .linkBox {
  margin-top: 10px;
  width: 300px;
}

.elem_message_box .elem_message .linkBox:last-child {
  margin-left: 30px;
}

.elem_message_box .elem_message .linkBox a {
  border-radius: 100px;
}

.elem_message_box .elem_message .linkBox a span {
  padding: 0;
}

.elem_message_box .elem_message h2 {
  position: relative;
  display: inline-block;
  font-size: 36px;
  margin-bottom: 10px;
  width: 100%;
}

.elem_message_box .elem_message h2::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 60px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 2px;
}

.elem_message_box .elem_message p {
  text-align: left;
}

.elem_message_box.background-blue {
  background-color: #006EC8;
  height: 200px;
  margin-bottom: .5em;
}

.elem_message_box.background-blue h2::before {
  content: none;
}

.elem_message_box.background-blue .elem_message {
  top: 50%;
}

.elem_message_box.background-blue .elem_link-button {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.elem_message_box.background-blue img {
  width: 24px;
}

.elem_message_box.background-blue a {
  color: #fff;
}

.var_color_whiteline {
  border: 1px solid gray;
  padding: 0 10px;
}

.var_color_whiteline .box_text {
  background-color: #fff;
  padding: 20px;
}

.elem_content_divide_block .content_divide_col3 .elem_content_divide_box a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
}

.elem_content_divide_block .content_divide_col3 .elem_content_divide_box a:hover {
  color: #000;
}

.elem_content_divide_block .content_divide_col3 .elem_content_divide_box a .elem_heading_lv3 {
  width: 100%;
  position: relative;
}

.elem_content_divide_block .content_divide_col3 .elem_content_divide_box a .elem_heading_lv3 h3::after {
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 8px 8px 3px 3px;
}

.info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.info__list__listitem {
  width: 300px;
  height: auto;
  background: #f0f0f0;
}

.info__list__listitem .item__box {
  padding: 1rem;
}

.info__list__listitem .item__box .item__link {
  width: 100%;
  border: solid 1px #006ec8;
  background: #fff !important;
  margin-top: 1rem;
}

.info__list__listitem .item__box .item__link a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}

.info__list__listitem .item__box .item__link a p {
  text-align: center;
  padding: 10px 0 !important;
  position: relative;
  font-size: 18px;
}

.info__list__listitem .item__box .item__link a p::after {
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: solid 2px #006ec8;
  border-right: solid 2px #006ec8;
  position: absolute;
  top: 40%;
  right: 10%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.circle {
  position: relative;
}

.circle::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  vertical-align: bottom;
  margin-right: 10px;
}

.circle.color-orange::before {
  background-color: #f29600;
}

.circle.color-brown::before {
  background-color: #c57915;
}

.circle.color-blue::before {
  background-color: #00b8ee;
}

.circle.color-green::before {
  background-color: #6bbb6e;
}

.circle.color-yellow::before {
  background-color: #dadf00;
}

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

.text-blue {
  color: #3d68cc;
}

.cocktail_pic img {
  max-width: 250px;
}

.sp-only {
  display: none;
}
}


@media screen and (max-width: 640px) {
/* index-sp.html --- scss*/
.elem_pic.title {
  position: relative;
  margin: 0 -10px 0 -10px;
}

.elem_pic.title .elem_page-title {
  width: 40vw;
  height: auto;
  position: absolute;
  top: 7vw;
  right: calc(50% - 20vw);
  background: #fff;
  opacity: .8;
  padding: 1rem;
  text-align: center;

}

.elem_pic.title .elem_page-title h1 {
  font-size: 3vw;
}

.elem_pic.title .elem_page-title h1 span {
  font-size: 5vw;
}

.elem_message_box {
  width: 100%;
  height: auto;
  margin-top: 50px;
  position: relative;
}

.elem_message_box h2 {
  position: absolute;
  top: 13vw;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 7vw;
  width: 100%;
}

.elem_message_box h2::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 60px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 2px;
}

.elem_message_box .elem_message {
  position: relative;
}

.elem_link-button {
  width: 70%;
  margin: 0 auto;
  margin-top: 1rem;
}

.elem_link-button .linkBox a {
  border-radius: 100px;
}

.sixkeyword .content_divide_col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sixkeyword .content_divide_col3 .elem_content_divide_box {
  width: 40% !important;
  margin: 0 auto;
}

.sixkeyword .content_divide_col3 .elem_content_divide_box a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
}

.sixkeyword .content_divide_col3 .elem_content_divide_box a:hover {
  color: #000;
}

.sixkeyword .content_divide_col3 .elem_content_divide_box a .elem_heading_lv3 {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sixkeyword .content_divide_col3 .elem_content_divide_box a .elem_heading_lv3::after {
  content: "";
  width: 1vw;
  height: 1vw;
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 5px;
  margin-bottom: 4px;
}

.sixkeyword .content_divide_col3 .elem_content_divide_box a .elem_heading_lv3 h3 {
  font-size: 3.4vw;
  position: relative;
}

.info__list__listitem {
  background: #f0f0f0;
  margin-bottom: 2rem;
  border-radius: 5px;
}

.info__list__listitem img {
  width: 100%;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  border-radius: 5px 5px 0 0;
}

.info__list__listitem .item__box {
  padding: 1rem;
}

.info__list__listitem .item__box .item__link {
  width: 100%;
  border: solid 1px #006ec8;
  background: #fff !important;
  margin-top: 1rem;
}

.info__list__listitem .item__box .item__link a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}

.info__list__listitem .item__box .item__link a p {
  text-align: center;
  padding: 10px 0 !important;
  position: relative;
  font-size: 110%;
}

.info__list__listitem .item__box .item__link a p::after {
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: solid 2px #006ec8;
  border-right: solid 2px #006ec8;
  position: absolute;
  top: 40%;
  right: 10%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.var_color_whiteline {
  width: 100%;
  border: solid 1px #000;
  padding: 0 10px !important;
}

.var_color_whiteline img {
  width: 100%;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.background-blue {
  background-color: #006EC8;
  margin-bottom: .5em;
  margin-top: 20px;
  text-align: center;
  padding: 30px 20px;
}

.background-blue .elem_message {
  color: #fff;
}

.background-blue .elem_message h2 {
  position: relative;
  display: inline-block;
  font-size: 28px;
  width: 100%;
  top: 2vw;
}

.background-blue .elem_message h2::before {
  content: none;
}

.background-blue .elem_message .elem_link-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-blue .elem_message .elem_link-button img {
  width: 7vw;
}

.background-blue .elem_message .elem_link-button a {
  color: #fff;
}

/*charm-sp.html--scss*/
.keyword .content_divide_col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.keyword .content_divide_col3 .elem_content_divide_box {
  width: 85% !important;
}

.circle {
  position: relative;
}

.circle::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  vertical-align: bottom;
  margin-right: 10px;
}

.circle.color-orange::before {
  background-color: #f29600;
}

.circle.color-brown::before {
  background-color: #c57915;
}

.circle.color-blue::before {
  background-color: #00b8ee;
}

.circle.color-green::before {
  background-color: #6bbb6e;
}

.circle.color-yellow::before {
  background-color: #dadf00;
}

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

.shochu-center h3 span {
  line-height: 1;
}

.text-blue {
  color: #3d68cc;
}

.pc-only {
  display: none;
}
}