@charset "UTF-8";

/* -------- font設定 --------- */
/* @font-face {
	font-family: 'GenJyuuGothicL-P';
	src: url(font/GenJyuuGothicL-P-Normal.ttf);
} */

body {
  /* フォントファミリーおすすめ設定 (明朝体の場合) */
  font-family: 'Noto Serif JP', serif,"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.trajan ,
.spa-title-text > p,
.footer-nav > ul > li > a ,
.sab_title_underber,
.hanberger-menu-nav > ul > li,
.salon-title > h2
 {
  font-family: trajan-pro-3,serif;
  font-weight: 400;
  font-style: normal;
}

/* ------- 全体カラー設定 -------- */

:root {
  --color-main:#2b94b5;
  --color-sab:#afd7ec;
}

/* -----------------------
           common
------------------------ */
* {
  letter-spacing: 1px;
  transition: all 0.1s;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 6%;
}

.inner-contain {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}

html{
  height: fill-available;
}
body{
  min-height: 100%;
  min-height: fill-available;
  /* -webkit- */
}

img {
  max-width: 100%;
  vertical-align: middle;
}

@media (min-width:768px) {
  .brnone {
    display: none;
  }
}

.delete-icon {
  opacity: 0;
  pointer-events: none;
  transition: all .5s;
}


/* -----------------------
       common-flex
------------------------ */

.flex-box {
  display: flex;
}



/* -----------------------
       common-title
------------------------ */

/* ヘッドスパの項目タイトル */

.spa-title {
  width: 100%;
  padding-bottom: 80px;
}
.spa-title-image {
  overflow: hidden;
}
.spa-title-image > img {
  height: 120px;
  width: 100%;
  object-fit: cover;
  object-position: 0px -20px;
}
#spa-flow .spa-title-image > img {
  object-position: 0px -50px;
}

.contact-title-text ,
.spa-title-text {
  background-color: #eee;
  letter-spacing: 2px;
  padding: 20px 0; 

  /* 上下左右中央寄せ */
  display: flex; 
  justify-content: center;
  align-items: center; 
  flex-direction: column;
}

.contact-title-text > h3,
.spa-title-text > h3 {
  font-weight: normal;
}
.contact-title-text > p ,
.spa-title-text > p {
  color: var(--color-main);
}
@media (min-width:768px) {
  .spa-title {
    display: flex;
    flex-direction: row-reverse;
  }
  .spa-title-image ,
  .spa-title-text {
    width: 50%;
  }
  .spa-title-image > img {
    height: 180px;
  }
  .contact-title-text > h3 {
    font-size: 1.6em;
  }
}

/* 下部アンダーバーのタイトル */

.sab_title_underber {
  width: 50%;
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
  background-color: #fff;
  color: var(--color-main);
  font-size: 1.2em;
  border-bottom:solid var(--color-sab) ;
  line-height: 2em;
  margin-bottom: 60px;
}


/* インターセクションオブザーバー */

.animate {
  opacity: 0;
  transform:translateY(20px);
  transition: opacity .5s,transform .5s ;
}
.animate.appear {
  opacity: 1;
  transform:none;
}

/* -----------------------
       common table
------------------------ */
td,th  {
  padding: 5px 0;
}
.price_table {
  /* border: solid 1px black; */
  background-color: #fff;
  margin: 0 auto;
  width: 85%;
  max-width: 600px;
  padding-bottom: 30px;
  
}

.menu-title {
  text-align: left;
}
.menu-list {
  text-align: left;
  padding-left: 30px ;
}
.menu-price {
  text-align: right;
}
.menu-comment{
  letter-spacing: 0;
  text-align: right;
  font-size: 0.8em;
  transform: translateY(-10px);
  
}
.menu-comment-left{
  letter-spacing: 0;
  text-align: left;
  font-size: 0.8em;
  padding-left: 30px ;
  transform: translateY(-10px);
}
.menu-other {
  font-size: 0.9em;
  text-align: center;
  background-color: #eee;
  padding: 10px 40px;
  border-radius: 5px;
}

.menu-underber {
  border-bottom: solid 1px var(--color-sab);
  margin-bottom: 10px;
}
.sab-color {
  color: var(--color-sab);
}

@media (min-width:768px) {
  .menu-list,
  .menu-comment-left {
    padding-left: 50px ;
  }
}

/* -----------------------
           header
------------------------ */

body > header {
  z-index: 2;
  transition: all .5s;
}

/* ----- ラインと問い合わせ ----- */
.contact-nav {
  position: fixed;
  left: 0;
  bottom: 10px;
  z-index: 1;
}
.contact-nav-icon {
  display: inline-block;
  width: 60px;
  background-color:#fff;
  margin-bottom: 10px;
  box-shadow: 0 0 10px rgba(100, 100, 100, 0.3) ;
}

.contact-nav-icon > img {
  width: 100%;
  padding: 5px;
}

/* ----- ハンバーガーメニュー ----- */

.hanberger-menu-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  bottom: 0;
  background-color: var(--color-main);
  width: 100%;
  opacity: 0.8;
  transition: all 0.3s;
  z-index: 1;
}
.hanberger-menu-nav > ul {
  text-align: center;
  height: 50vh;
  padding-top: 50px;
}
.hanberger-menu-nav > ul > li {
  color: #fff;
  padding: 5px 0;
}

.hanberger-close .hanberger-menu-nav {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100px);
}
.hanberger-close .hanberger-menu-nav > ul > li {
  opacity: 0;
  pointer-events: none;
  transform: translateY(200px);
}

/* ----- ハンバーガーメニュー マスク ----- */

.hanberger-menu > #hanberger-mask {
  position: fixed;
  background-color: #333;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.8;
  z-index: 1;
}

.hanberger-menu.hanberger-close > #hanberger-mask {
  display: none;
}

/* ----- ハンバーガーメニュー ボタン ----- */
.hanberger-button {
  position: fixed;
  background-color: #fff;
  width: 60px;
  height: 60px;
  right: 20px;
  bottom: 20px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(100, 100, 100, 0.3) ;
  z-index: 2;
}
.hanberger-button-line {
  position: absolute;
  display: inline-block;
  margin: 0 auto;
  background-color: var(--color-main);
  content: '';
  width: 30px;
  height: 3px;
  top: 48%;
  left:0;
  right: 0;
  
}
.button-line1 {
  transform: rotate(315deg);
}
.button-line2 {
  opacity: 0;
}
.button-line3 {
  transform: rotate(-315deg);
}
.hanberger-close .button-line1 {
  transform: translateY(10px) ;
}
.hanberger-close .button-line2 {
  opacity: 1;
}
.hanberger-close .button-line3 {
  transform: translateY(-10px) ;
}

@media (min-width:768px) {
  /* ---------- ハンバーガーナビの大きさ調整 -------- */
  /* .hanberger-menu-nav > ul {
    text-align: center;
    height: 50vh;
    padding-top: 50px;
  } */
  .hanberger-menu-nav > ul > li {
    font-size: 1.2em;
    padding: 10px 0;
  }

  /* ---------- LINE メールアイコンの大きさ調整 -------- */
  .contact-nav-icon {
    width: 70px;
  }
  /* ---------- ハンバーガーボタンの大きさ調整 -------- */
  .hanberger-button {
    width: 70px;
    height: 70px;
    
  }
}

@media (min-width:1000px) {
  /* ---------- PC用LINE メールアイコンの大きさ位置調整 -------- */
  .contact-nav {
    top: 20px;
  }
  /* ---------- PC用ハンバーガーボタンの大きさ位置調整 -------- */
  .hanberger-button {
    top: 20px;
  }
}

/* -----------------------
        main-visual
------------------------ */

#spa-main-visual {
  z-index: -1;
}

/* ---- スライダー横並び処理 ---- */
.slider_main-visuals {
  height: 100vh;
}
.slider_main-visuals > ul {
  height: 100%;
  position: relative;
}
.slider_main-visuals > ul > li {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  min-width: 100%;
}
.slider_main-visuals > ul > li > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visual1,
.visual2,
.visual3 {
  background-position: center bottom;
  background-size: cover;
}

/* 各種メインビジュアルイメージ */
.visual1 {
  background-image: url("../images/image_mainvisual_sp1.jpg");
}
.visual2 {
  background-image: url("../images/image_mainvisual_sp2.jpg");
}
.visual3 {
  background-image: url("../images/image_mainvisual_sp3.jpg");
}
@media (min-width:768px) {
  .slider_main-visuals {
    height: 700px;
  }
  .visual1 {
    background-image: url("../images/image_mainvisual_pc1.jpg");
    background-position: 50% 60%;
  }
  .visual2 {
    background-image: url("../images/image_mainvisual_pc2.jpg");
    background-position: right 35% bottom 0%;
  }
  .visual3 {
    background-image: url("../images/image_mainvisual_pc3.jpg");
    background-size: 100%;
    background-position: 50% 50%;
  }
}

.visual_image_none {
  opacity: 0;
  transition: opacity 2s;
}
.visual_image_none.visual_appear {
  opacity: 1;
}

/* ----  SPビジュアル1枚目 ---- */
.visual_catch1 {
  position: absolute;
  color: white;
  top: 100px;
  left: 0;
  background-color: rgba(157,109,84,0.6);
  padding: 20px 30px;
}
.visual_catch1 h3 {
  letter-spacing: 3px;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.5em;
  padding-bottom: 15px;
}
.visual_catch1 img {
  width: 150px;
}
@media (min-width:768px) {
  .visual_catch1 {
    position: absolute;
    top: 140px;
    right: 0;
    text-align: center;
    background-color: transparent;
    
  }
  .visual_catch1 img {
    display: none;
  }
  .visual_catch1 > h3 {
    font-size: 1.8em;
  }
}

/* ----  SPビジュアル2枚目 ---- */
.visual_catch2 {
  position: absolute;
  color: white;
  top: 0px;
  left: 0;
  padding: 20px 30px;
}
.visual_catch2 h3 {
  letter-spacing: 3px;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.5em;
  padding-bottom: 15px;
}
@media (min-width:768px) {
  /* イメージ画像二枚目のキャッチコピー */
  .visual_catch2 {
    top: 140px;
    right: 0;
    text-align: center;
  }

  .visual_catch2 > h3 {
    font-size: 1.8em;
  }

}


/* ----  波 ---- */
#spa-main-visual {
  position: relative;
  overflow: hidden;
}
#spa-main-visual-wave {
  position: absolute;
  background: url(../images/image_mainvisual_wave.svg) repeat-x center;
  background-position: bottom;
  height: 30px;
  left: 0;
  right: 0;
  bottom: -2px;
  width: 7680px;
  animation: wave linear 60s infinite;
  object-fit: contain;
}
@media (min-width:768px) {
  #spa-main-visual-wave {
    background: url(../images/image_mainvisual_wave_pc.svg) repeat-x center;
    animation: wave linear 20s infinite;
  }
}
@keyframes wave {
	from {
		transform:translate(0);
	}
	to {
		transform:translate(-66.66%);
	}
}

/* -----------------------
  index.php  spa-efficacy
------------------------ */
.spa_efficacy_contents_box {
  display: flex;
  flex-wrap: wrap;
}
.spa_efficacy_contents {
  width: 100%;
  padding-bottom: 80px;
}
.spa_efficacy_contents > img {
  width: 60%;
  display: block;
  margin: 0 auto;
  padding-bottom: 40px;
}
.spa_efficacy_contents > p {
  font-size: 0.9em;
  line-height: 2em;
}

@media (min-width:768px) {
  .spa_efficacy_contents_box {
    justify-content: space-between;
  }
  .spa_efficacy_contents {
    width: 40%;
  }
}

/* -----------------------
  index.php  spa-promotion 
------------------------ */

.spa-promotion-tile {
  text-align: center;
  font-size: 1.3em;
  line-height: 2.5em;
  padding: 100px 0 80px;
}
.spa-promotion-comment {
  font-size: 0.9em;
  line-height: 2em;
  padding-bottom: 80px;
  text-align: center;
}
.spa-promotion-catch {
  width: 50%;
  max-width: 300px;
  margin: 0 auto;
  padding-bottom: 150px;
}
@media (min-width:768px) {
  .spa-promotion-tile {
    font-size: 1.6em;
    padding: 100px 0 100px;
  }
  .spa-promotion-comment {
    
    font-size: 1em;
    line-height: 2.5em;
    padding-bottom: 80px;
  }
}

/* -----------------------
   index.php  spa-flow
------------------------ */
#spa-flow {
  padding-bottom: 80px;
}

.spa_flow_contents {
  padding-bottom: 20px;
}
.spa_flow_contents > img {
  display: none;
}
.spa_flow_contents_title {
  font-size: 1.1em;
  border-bottom: 2px solid var(--color-sab);
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.spa_flow_contents_comment {
  font-size: 0.9em;
  line-height: 1.8em;
}
.to-next-image {
  text-align: center;
  padding-bottom: 30px;
}
@media (min-width:768px) {
  .spa_flow_contents {
    display: flex;
  }
  .spa_flow_contents > img {
    display: inline-block;
    margin-right: 20px;
  }
}

/* -----------------------
    index.php spa-menu
------------------------ */
.standard-menu {
  width: 100%;
  background-image: url(../images/image_spa_menu_standard.png);
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 80px;
}
.standard-menu > ul {
  padding-top: 180px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  scroll-snap-type: x mandatory;
  overflow: scroll;
}
.standard-menu-list {
  background-color: #fff;
  padding: 30px  25px;
  margin: 0 5px 50px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  min-width: 80%;
  scroll-snap-align: center;
}
.standard-menu-list:nth-child(1) {
  margin-left: 10%;
}
.standard-menu-list:nth-last-child(1) {
  position: relative;
  margin-right: 10%;
}

/* スクロールした際のバグの修正 */
.standard-menu-list:nth-last-child(1)::after {
  display: block;
  position: absolute;
  right: -20%;
  top: 10px;
  content: " ";
  width: 100px;
  height: 10px;
}

@media (min-width:768px) {
  .standard-menu > ul {
    padding-top: 240px;
    width: 90%;
    max-width: 1000px;
    justify-content:center;
    flex-wrap: wrap;
  }
  .standard-menu-list {
    width: 40%;
    margin-bottom: 40px;
    min-width: 40%;
  }
  .standard-menu-list:nth-child(1),
  .standard-menu-list:nth-child(3) {
    margin-left: 0;
    margin-right: 10px;
  }
   
  .standard-menu-list:nth-last-child(1) {
    margin-right: 0;
  }
  .standard-menu-list:nth-child(2),
  .standard-menu-list:nth-child(4) {
    margin-left: 10px;
  }
  
}

.standard-menu-title{
  font-size: 1.2em;
  letter-spacing: 0px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--color-sab);
}
.standard-menu-comment{
  min-height: 90px;
  font-size: 0.9em;
  line-height: 2em;
  margin-bottom: 10px;
}

.standard-menu-time{
  background-color: #2b94b5;
  font-size: 0.8em;
  color: white;
  padding: 2px 10px 3px;
  margin-right: 10px;
}

.premium-menu {
  width: 100%;
  background-image: url(../images/image_spa_menu_premium.png);
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 80px;
}
.premium-menu > ul {
  padding-top: 180px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  overflow: auto;
}

#spa-menu {
  padding-bottom: 150px;
}

@media (min-width:768px) {
  .premium-menu > ul {
    padding-top: 240px;
    width: 90%;
    max-width: 1000px;
    justify-content:center;
    flex-wrap: wrap;
  }
  .premium-menu-list {
    width: 80%;
  }
  
  .standard-menu-comment {
    font-size: 1em;
  }
  .standard-menu-time {
    display: inline-block;
    margin-right: 50%;
    margin-bottom: 10px;
  }
  .premium-menu .standard-menu-time {
    margin-right: 0%;
  }
  /* メニュー種類の上部画像スタンダードトプレミアム */

  .standard-menu {
    background-image: url(../images/image_spa_menu_standard_pc.png);
    background-size: 80%;
    padding-bottom: 150px;
  }
  .premium-menu {
    background-image: url(../images/image_spa_menu_premium_pc.png);
    background-size: 80%;
    padding-bottom: 150px;
  }
}
@media (min-width:1000px) {
  .standard-menu-time {
    display: inlinek;
    margin-right: 0;
    margin-bottom: 0px;
  }
}


/* -----------------------
           footer
------------------------ */

footer {
  border-top: solid var(--color-sab) ;
  background-color: var(--color-main);
  color: white;
  padding-bottom: 20px;
}

.footer-company-info {
  background-color: white;
  color: #333;
  padding: 20px 0;
}


.footer-company-info-adress {
  font-size: 0.9em;
}

.footer-nav {
  background-color: var(--color-main);
  color: white;
  padding: 20px 0 40px;
}
.footer-company-info > ul > li,
.footer-nav > ul > li {
  line-height: 2em;
}

.footer-logo {
  text-align: center;
  padding-bottom: 20px;
}


footer > small{
  display: block;
  text-align: center;
  font-size: 0.7em;
}


.notes {
  display: block;
  font-size: 0.8em;
  transform: translateY(-8px);
}

@media (min-width:700px) {
  /* ---------- footer -------- */
  
}







/* --よくある質問 question -- */





/* -----------------------
  salon.php .salon-image
------------------------ */
.salon-title {
   background-image: url(../images/image_salon_title1.png);
   background-position: 50% 0;
   height: 60px;
}
.salon-title > h2 {
  text-align: center;
  font-size: 1.2em;
  line-height: 60px;
  color: #fff;
}


.salon-image {
  width: 100%;
  text-align: center;
}
.salon-main-images {
  height: 160px;
  width: 100%;
  object-fit: cover;
  object-position: 0px 0px;
}
.salon-image > .sab-image {
  padding: 0 0 80px;
  width: 80%;
  transform: translateY(-30px);
  z-index: 0;
}
.image_salon_visual1 {
  width: 100%;
}
#look_page {
  display: none;
}


@media (min-width:768px) {

  /* -----   各サロンのタイトル----- */
 .salon-title {
    height: 80px;
 }
 .salon-title > h2 {
   font-size: 1.5em;
   line-height: 80px;
   color: #fff;
 }

  /* -----   各サロンのタイトル下イメージ画像----- */
  .salon-main-images {
    height: 300px;
  }
  .salon-image > .sab-image {
    width: 80%;
    max-width: 600px;
    transform: translateY(-50px);
  }
}


/* -----------------------
        お問い合わせ contact.php
------------------------ */
.contact-title-icon {
  width: 100%;
}
.contact-title-icon > ul  {
  width: 80%;
  max-width: 768px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  padding: 60px 0 40px ;
}
.contact-title-icon > ul > li {
  width: 40%;
}

.contact-title-icon > p {
  text-align: center;
  line-height: 2em;
  padding-bottom: 80px;
}
.contact-line {
  text-align: center;
}
.contact-line img {
  width: 70%;
}
.vivie-line-pc {
  display: none;
}

@media (min-width:768px) {
   .contact-line-add {
    display: none;
    width: 60%;
  }
  .vivie-line-pc {
    display: inline;
  }


  .contact-title-icon > ul  {
    padding: 80px 0 40px ;
  }
  /* -----   お問い合わせ部分のテキスト(ご質問やお問合せは、 〜) ----- */


  .contact-title-icon > p {
    font-size: 1.2em;
    line-height: 3em;
    padding: 50px 0 100px;
  }
}

/* -----------------------
    問い合わせフォーム contact.php
------------------------ */


.contact-form {
  padding: 80px 0;
  border-top:2px solid var(--color-sab);
  border-bottom:2px solid var(--color-sab);
}
.form-table {
  width: 80%;
  max-width: 768px;
  margin: 0 auto;
}
.form-table-boxs {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.form-table-th {
  text-align: left;
  width: 100%;
}

.blue-square {
  color: var(--color-main);
  margin: 0;
  padding: 0;
}
.surely {
  font-size: 0.7em;
  padding: 0 3px;
  display: inline-block;
  color: #fff;
  background-color: var(--color-main);
  border-radius: 3px;
  overflow: hidden;
}
 /* -----   フォームのデコレーション ----- */
.form-table-boxs > td > select {
  max-height: 200px;
  -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* (Firefox用) */
  appearance: none;
}

.form-table-boxs > td > input,
.form-table-boxs > td > select,
.form-table-boxs > td > textarea {
  font-size: 16px;
  background-color: #fff;
  display: block;
  width: 100%;
  line-height: 2em;
  padding: 5px 5px;
  border: 2px solid var(--color-main);
  border-radius: 5px;
  resize: none;
}

.form-table-boxs > td > textarea {
  width: 100%;
  line-height: 1.2em;
  padding-top: 5px;
}
.form-table-boxs > td > select:invalid {
  color: #bbb;
}
.form-table-boxs > td > select option {
  color: #333;
}
.form-table-boxs > td > select option:first-child {
  color: #666;
}
.button {
  padding-top: 20px;
  text-align: center;
}
.button > button {
  font-family: serif;
  font-size: 1em;
  display: inline-block;
  background-color: var(--color-main);
  width: 180px;
  padding: 10px 20px;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  box-shadow:0 5px 0   rgba(8, 125, 187, 0.3);
}
.button > button:hover {
  background-color: var(--color-main);
  opacity: 0.8;
  box-shadow:0 0px 0   rgba(8, 125, 187, 0.3);
}
@media (min-width:768px) {

  /* -----   お問い合わせフォーム ----- */
  .form-table-boxs > td > input,
  .form-table-boxs > td > select,
  .form-table-boxs > td > textarea  {
    font-size: 20px;
  }

  /* -----   お問い合わせボタン ----- */
  .button {
    padding-top: 40px;
    text-align: center;
  }
  .button > button {
    font-size: 1.4em;
    width: 280px;
    padding: 20px 20px;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    box-shadow:0 5px 0   rgba(8, 125, 187, 0.3);
  }
}

/* ----  お問い合わせ 送信後 ----- */
.form_action_title {
  font-weight: normal;
  font-size: 1em;
  text-align: center;
  line-height: 2em;
  padding-bottom: 40px;
}

.form-confirm {
  padding-bottom: 20px;
}

.input_after_line {
  /* border-top: 1px solid var(--color-sab);
  border-bottom: 1px solid var(--color-sab); */
  padding: 40px 0 20px;
  margin-bottom: 20px;
}

/* ----  お問い合わせ 電番号エラー ----- */
.tel_err {
  color: rgb(157, 40, 40);
  font-size: 0.7em;
}

  

/* ---フォームタグ内--- */



/* -----------------------
      お問い合わせ確認
------------------------ */


@media (max-width:600px) {
  /* ----------  About-------- */
 
}


/* -----------------------
        会社情報 company-feature
------------------------ */

img.company-logo {
  display: block;
  width: 40%;
  max-width: 280px;
  margin: 0 auto;
  padding: 120px 0 50px;
}
.company-feature-title {
  font-weight: normal;
  line-height: 2.5em;
}
.company-feature {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.company-feature-items {
  margin: 0 auto;
  width: 80%;
}
.company-feature-items > ul {
  display: flex;
  justify-content: space-evenly;
}
.company-feature-items > ul > li {
  width: 40%;
  max-width: 200px;
  margin:  0 10px;
  padding: 30px 0 50px;
}
.company-feature-text {
  font-size: 0.8em;
  letter-spacing: 0;
  line-height: 3em;
  padding-bottom: 80px;
}
.company_image_photo {
  padding-bottom: 120px;
}
.company_image_photo_pc {
  display: none;
}
@media (min-width:768px) {

  /* -----   会社サービステキスト (限られたお客様に〜) ----- */
  .company-feature-title {
    font-size: 1.6em;
    padding: 40px 0 60px;
  }

  /* -----   会社サービステキスト (お客様一人一人に満足〜) ----- */
  .company-feature-text {
    font-size: 1.2em;
    letter-spacing: 0;
    line-height: 4em;
    padding-top: 80px;
  }

  /* -----   お問い合わせ ----- */
  .company_image_photo_sp {
    display: none;
  }
  .company_image_photo_pc {
    display: block;
    margin: 0 auto;
  }
}

.google-map-icon {
  width: 50%;
  margin: 0 auto ;
  padding-bottom: 80px;
  max-width: 280px;
}
.google-map {
  vertical-align: bottom;
  width: 100%;
}

@media (min-width:768px) {
  /* -----   お問い合わせ ----- */
  .google-map {
    height: 450px;
  }
  
}


/* -----------------------
       width 700
------------------------ */


@media (min-width:700px) {
  /* ---------- フォントサイズを変更 -------- */
  
  /* ----アンダーラインの横幅を伸ばす--- */
  
}