﻿@charset "UTF-8";

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('//fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
@import url('//fonts.googleapis.com/css2?family=Sorts+Mill+Goudy&display=swap');


/*=================================================
FAQ
=================================================*/
details {
  margin-bottom: 20px;
}
summary {
  cursor: pointer;
  margin-bottom: 12px;
  margin-left:1em;
  text-indent:-1em;
  border: 0;
}


/*=================================================
Nailist
=================================================*/
.instalink {
  background: url(../img/info_insta.png) no-repeat;
  background-position:0.5em 0.15em 0;
  background-size: 1.5em;
  padding:0 0 0.2em 2em;
  font-weight: bold;
  line-height: 1.6;
}


/*=================================================
About Us
=================================================*/
.salonimg {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.salonimg li {
  width: 25%;
  max-width:25%;
  width: calc(100% / 4);
  padding:0 5px 0 5px;
  box-sizing: border-box;
}
.salonimg img {
  width:100%;
  max-width: 480px;
}
@media screen and (max-width: 640px) {
.salonimg li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding:0 5px 10px 5px;
  box-sizing: border-box;
  }
}

.saloninfo {
  font-family: 'Noto Serif JP', serif;
  line-height:1.6;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 0.95em;
}
.saloninfo a {
  text-decoration: none;
}
.saloninfoSNS img{
  width: 100%;
  max-width:68px;
  margin: 20px 8px 0;
}
@media screen and (max-width: 640px) {
.saloninfoSNS img{
  max-width:54px;
  margin: 15px 2px 0;
  }
}


/*=================================================
Menu
=================================================*/
/* 定額コース */
.teigakubg {
  width: 100%;
  padding: 60px 0 50px;
  margin: 0 auto;
  background: #FEF1EA;
}
@media screen and (max-width: 640px) {
.teigakubg {
  padding: 30px 0 30px;
  }
}

.teigakuwrap {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.teigakuwrap li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0 10px 20px 10px;
  box-sizing: border-box;
  text-align: center;
}
.teigakuwrap img {
  width:100%;
  max-width: 480px;
}
.teigakuprice {
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 2px 0 5px;
}
.teigakutax {
  font-size: 0.75em;
}
@media screen and (max-width: 960px) {
.teigakuprice {
  font-size: 1.4em;
  }
.teigakutax {
  font-size: 0.7em;
  }
}
@media screen and (max-width: 767px) {
.teigakuwrap li {
  flex-direction: column;
  display:block;
  width: 100%;
  max-width:100%;
  padding:0 0 18px 0;
  }
.teigakuwrap img {
  max-width: 360px;
  }
}
@media screen and (max-width: 640px) {
.teigakuwrap img {
  max-width: 280px;
  }
}

/*-------------------------
料金表テーブル
--------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
}
table tr {
  border-bottom: 1px solid #BDBCB0;
}
table tr:first-child{
  border-top: 1px solid #BDBCB0;
}
table th{
  width: 30%;
  padding: 10px 12px;
  text-align: left;
  vertical-align: middle;
  background-color: #F5F5F3;
  font-weight:normal;
  font-family: 'Noto Serif JP', serif;
  line-height:1.5;
  letter-spacing: 0.04em;
  font-size: 0.9em;
}
table td{
  padding: 10px 12px;
  background-color: #FFF;
  vertical-align: middle;
  line-height:1.5;
  color: #736C66;
}
.note {
  font-size: 0.75em;
}
.price {
  font-size: 0.95em;
  text-align: right;
  line-height: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
table {
  font-size: 0.85em;
  }
table th{
  width: 34%;
  padding: 6px 8px;
  text-align:left;
  }
table td{
  padding: 6px 8px;
  }
}


/*=================================================
Information
=================================================*/
/* SNS並び */
.infoSNS {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: flex-start;
}
.infoSNS_img {
  width: 100%;
  max-width: 100px;
  margin:0 20px 0 0;
  text-align: center;
}
.infoSNS_text {
  flex: 1;
}
@media screen and (max-width: 640px) {
.infoSNS {
  flex-direction: column;
  display:block;
  }
.infoSNS_img {
  max-width:100%;
  margin:0 0 12px 0;
  }
.infoSNS_img img {
  width: 100%;
  max-width: 100px;
}
.infoSNS_text {
  max-width:100%;
  }
}


/*=================================================
ヘッダーロゴ＆ナビゲーション
=================================================*/
header {
  width:100%;
  height: 100px;
  margin: 0 auto;
  padding:0 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  justify-content: flex-start;
  align-items:center;
  background: #FFF;
  position: fixed;
  z-index: 9999;
}
header >:first-child {
  margin-right: auto;
}
.headlogo img{
  width: 100%;
  max-width:240px;
}
.headSNS{
  display: block;
}
.headSNS img{
  width: 100%;
  max-width:42px;
}
.headmenu {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
header {
  height: 68px;
  padding:0 10px 0 20px;
  }
.headlogo img{
  max-width:148px;
  }
.headSNS img{
  max-width:34px;
  }
.headmenu {
  margin-left: 12px;
  }
}

/*-------------------------
ハンバーガーメニュー
--------------------------*/
/*メニューボタン*/
.navbtn {
  position: relative;
  top: 0;
  right: 0;
  width: 64px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-line {
  width: 100%;
  height: 4px;
  background-color: #463D36;
  position: relative;
  transition: .2s;
}
.btn-line::before,
.btn-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #463D36;
  transition: .2s;
}
.btn-line::before {
  transform: translateY(-14px);
}
.btn-line::after {
  transform: translateY(14px);
}
.btn-line.open {
  background-color: transparent;
}
.btn-line.open::before,
.btn-line.open::after {
  content: "";
  transition: .2s;
}
.btn-line.open::before {
  transform: rotate(45deg);
}
.btn-line.open::after {
  transform: rotate(-45deg);
}
button {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  border: 0;
  outline: 0;
  background: transparent;
  border-radius: 0;
  text-align: inherit;
}
button:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
.navbtn {
  width: 48px;
  }
.btn-line {
  height: 3px;
  }
.btn-line::before {
  transform: translateY(-10px);
  }
.btn-line::after {
  transform: translateY(10px);
  }
}

/*メニュー中身*/
.menu {
  position: fixed;
  top: 100px;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: rgb(33,18,4);
  background: linear-gradient(180deg, rgba(33,18,4,1) 0%, rgba(88,80,74,1) 100%);
  transition: .3s;
}
.menu.open {
  position: absolute;
  right: 0;
}
.innermenu {
  width:100%;
  max-width: 640px;
  margin: auto;
  padding:60px 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.innermenu li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding:0 15px 40px 15px;
  box-sizing: border-box;
  text-align: center;
}
.innermenu li a {
  color: #FFF;
  text-decoration: none;
}
.innermenu a:hover{
  color: #CC9900;
}
.naveng {
  font-family: 'Sorts Mill Goudy', serif;
  line-height:100%;
  font-size: 1.8em;
  margin-bottom: 4px;
  color: #807B73;
}
.navjpn {
  font-family: 'Noto Serif JP', serif;
  line-height:1.5;
  font-size: 0.85em;
  letter-spacing: 0.06em;
}
.navinfo {
  width: 100%;
  padding: 0 30px 15px;
  font-family: 'Noto Serif JP', serif;
  line-height:1.6;
  color: #FFF;
  font-weight: 400;
  font-size: 0.9em;
  letter-spacing: 0.08em;
}
.navinfo a {
  color: #FFF;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
.menu {
  top: 68px;
  }
.innermenu {
  padding:40px 15px 0;
  }
.naveng {
  font-size: 1.5em;
  margin-bottom: 2px;
  }
.navinfo {
  padding: 0px 25px 15px;
  }
}


/*=================================================
ヘッダーイメージ枠
=================================================*/
.top {
  width:100%;
  height: auto;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:stretch;
  background: #463D36;
}
.top_img{
  width:50%;
  height: auto;
  margin:0;
  background-image:url(../img/topimg.png);
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
}
.top_info{
  width:50%;
  height: auto;
  margin:0;
  padding: 80px 30px 60px;
  color: #FFF;
  font-family: 'Noto Serif JP', serif;
  line-height:1.6;
  font-weight: 400;
  font-size: 0.9em;
  letter-spacing: 0.08em;
}
.top_info a {
  color: #FFF;
  text-decoration: none;
}
@media screen and (max-width: 1240px) {
.top_img{
  width:35%;
  }
.top_info{
  width:65%;
  }
}
@media screen and (max-width: 960px) {
.toplogo {
  width: 100%;
  max-width:320px;
  }
}
@media screen and (max-width: 767px) {
.top {
  flex-direction: column;
  display:block;
  height: auto;
  }
.top_img {
  width:100%;
  height: 420px;
  }
.top_info {
  width:100%;
  padding: 25px 20px 40px;
  }
.toplogo {
  width: 100%;
  max-width:280px;
  }
}
@media screen and (max-width: 640px) {
.top_img {
  height: 320px;
  }
}

/* 改行制御 */
.topbr {
  display:none;
}
@media(max-width:960px){
.topbr {
  display:block;
  }
}
@media(max-width:767px){
.topbr {
  display:none;
  }
}

/* GoogleMapを見る */
.btn_map {
  display: block;
  position: relative;
  background: #746D67;
  width: 100%;
  max-width: 200px;
  padding: 10px 15px 12px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: normal;
  transition: all .3s;
  letter-spacing: 0.05em;
  line-height: 100%;
  margin: 0 auto;
  z-index: 3;
}
.btn_map:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #FFF;
  transform: rotate(45deg);
}
.btn_map:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #FFF;
  transform: rotate(-45deg);
}
.btn_map:hover {
  background: #CC9900;
}


/*=================================================
ネイルデザインループスライダー
=================================================*/
#loopSlide{
  width:100%;
  height:240px;
}
#loopSlide img{
  width:240px;
  height:240px;
}
@media(max-width:1000px){
#loopSlide {
  width:100%;
  height:180px;
  }
#loopSlide img{
  width:180px;
  height:180px;
  }
}
@media(max-width:640px){
#loopSlide {
  width:100%;
  height:100px;
  }
#loopSlide img{
  width:100px;
  height:100px;
  }
}


/*=================================================
フッター
=================================================*/
footer {
  width:100%;
  margin: 60px 0 0;
  padding: 40px 25px 15px;
  background: #463D36;
  text-align: center;
  color: #FFF;
  font-family: 'Noto Serif JP', serif;
  line-height:1.6;
  font-weight: 400;
  font-size: 0.85em;
  letter-spacing: 0.08em;
}
footer a {
  color: #FFF;
  text-decoration: none;
}
.footlogo {
  width: 100%;
  max-width:320px;
  margin-bottom: 30px;
}
.footSNS img{
  width: 100%;
  max-width:64px;
  margin: 0 5px;
}
.copyright {
  color: #736C66;
  font-size: 0.75em;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
footer {
  margin: 40px 0 0;
  padding: 30px 25px 10px;
  }
.footlogo {
  max-width:240px;
  margin-bottom: 20px;
  }
.footSNS img{
  max-width:48px;
  margin: 0 2px;
  }
}


/*=================================================
その他パーツ
=================================================*/
/*-------------------------
タイトル
--------------------------*/
.titlewrap {
  width: 100%;
  min-height: 360px;
  text-align: center;
  color: #FFF;
  position: relative;
}
.title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding:20px;
}
.title_eng {
  font-family: 'Sorts Mill Goudy', serif;
  line-height:100%;
  font-size: 2.4em;
  margin-bottom: 4px;
  letter-spacing: 0.04em;
  color: #FFF;
  white-space: nowrap;
}
.title_jpn {
  font-family: 'Noto Serif JP', serif;
  line-height:1.5;
  font-size: 1.1em;
  letter-spacing: 0.06em;
  color: #FFF;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
.titlewrap {
  min-height: 300px;
  }
}
@media screen and (max-width: 640px) {
.titlewrap {
  min-height: 180px;
  }
.title_eng {
  font-size: 2em;
  }
.title_jpn {
  font-size: 1em;
  }
}

.title_info {
  background-image:url(../img/information.png);
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
}
.title_message {
  background-image:url(../img/message.png);
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
}
.title_menu {
  background-image:url(../img/menu.png);
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
}
.title_kit {
  background-image:url(../img/kit.png);
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
}
.title_mensnail {
  background-image:url(../img/mensnail.png);
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
}
.title_aboutus {
  background-image:url(../img/aboutus.png);
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
}
.title_nailist {
  background-image:url(../img/nailist.png);
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
}
.title_faq {
  background-image:url(../img/faq.png);
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
}

/*-------------------------
サブタイトル
--------------------------*/
/* 文頭縦線付き */
.subtitle {
  width: 100%;
  padding: 5px 0 5px 15px;
  margin: 0 0 20px;
  font-family: 'Noto Serif JP', serif;
  line-height:1.5;
  font-weight: bold;
  font-size: 1.4em;
  color: #201204;
  border-left: solid 6px #AD7A99;
}
@media(max-width:640px){
.subtitle {
  padding: 5px 0 5px 12px;
  margin: 0 0 15px;
  font-size: 1.2em;
  border-left: solid 4px #AD7A99;
  }
}

/*-------------------------
黄色丸付き見出し
--------------------------*/
.dotchap p{
  background: url(../img/yellowdot.png) no-repeat;
  background-position:0 0.4em;
  background-size: 0.6em;
  padding:0 0 0.3em 1.2em;
  line-height: 1.6;
}

/*-------------------------
ページ上部へジャンプ
--------------------------*/
#jumptop{
  position:fixed;
  right: 20px;
  bottom:20px;
  cursor:pointer;
  z-index: 0;
}
@media screen and (max-width: 640px) {
#jumptop{
  right: 10px;
  bottom:10px;
}
#jumptop img{
  max-width: 62px;
  }
}

/*-------------------------
ボタン
--------------------------*/
/* 矢印付き角円ボタン */
.btn {
  display: block;
  position: relative;
  background: #746D67;
  width: 100%;
  max-width: 320px;
  padding: 6px 12px 8px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-size: 0.95em;
  transition: all .3s;
  font-family: 'Noto Serif JP', serif;
  line-height:1.6;
  letter-spacing: 0.04em;
}
.btn:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #FFF;
  transform: rotate(45deg);
}
.btn:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #FFF;
  transform: rotate(-45deg);
}
.btn:hover {
  background: #CC9900;
}

/*-------------------------
写真ギャラリー
--------------------------*/
/* 写真ギャラリー横並び2列(640px以下で縦列切替) */
.gallery2 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery2 li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding:0 10px 15px 10px;
  box-sizing: border-box;
}
.gallery2 img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery2 li {
  flex-direction: column;
  display:block;
  width: 100%;
  max-width:100%;
  padding:0 0 15px 0;
  }
}

/* 写真ギャラリー横並び2列固定 */
.gallery2_fix {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery2_fix li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding:0 10px 15px 10px;
  box-sizing: border-box;
}
.gallery2_fix img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery2_fix li {
  padding:0 3px 12px 3px;
  }
}

/* 写真ギャラリー横並び3列(640px以下で縦列切替) */
.gallery3 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery3 li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0 10px 20px 10px;
  box-sizing: border-box;
}
.gallery3 img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery3 li {
  flex-direction: column;
  display:block;
  width: 100%;
  max-width:100%;
  padding:0 0 18px 0;
  }
}

/* 写真ギャラリー横並び3列固定 */
.gallery3_fix {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery3_fix li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0 10px 15px 10px;
  box-sizing: border-box;
}
.gallery3_fix img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery3_fix li {
  padding:0 2px 8px 2px;
  }
}

/* 写真ギャラリーキャプション */
.gallerycaption {
  font-size: 0.9em;
  margin-top: 8px;
  line-height: 1.5;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
.gallerycaption {
  font-size: 0.7em;
  margin-top: 6px;
  line-height: 1.4;
  }
}

/*-------------------------
横並びflexbox
--------------------------*/
/* 均等2列(767px以下で縦列切り替え) */
.col2 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
}
.col2 li{
  width:50%;
  margin:0 40px 0 0;
}
.col2 li:last-child{
  margin:0 0 0 0;
}
@media screen and (max-width: 767px) {
.col2 {
  flex-direction: column;
  display:block;
  }
.col2 li {
  width:100%;
  margin:0 0 15px 0;
  }
.col2 li:last-child{
  margin:0 0 0 0;
  }
}

/* 画像(320px)＋テキスト上揃え(640px以下で縦列切り替え) */
.column {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: flex-start;
}
.column_img {
  width: 100%;
  max-width: 320px;
  margin:0 30px 0 0;
  text-align: center;
}
.column_text {
  width: 100%;
  max-width: 640px;
}
@media screen and (max-width: 960px) {
.column_img {
  width: 100%;
  max-width: 260px;
  margin:0 20px 0 0;
  text-align: center;
  }
}
@media screen and (max-width: 640px) {
.column {
  flex-direction: column;
  display:block;
  }
.column_img {
  max-width:100%;
  margin:0 0 15px 0;
  }
.column_text {
  max-width:100%;
  }
}

/* 画像(240px)＋テキスト上揃え(640px以下で縦列切り替え) */
.column240 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
}
.column240_img {
  width: 100%;
  max-width: 240px;
  margin:0 30px 0 0;
  text-align: center;
}
.column240_text {
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 960px) {
.column240 {
  align-items: flex-start;
}
.column240_img {
  width: 100%;
  max-width: 200px;
  margin:0 20px 0 0;
  text-align: center;
  }
}
@media screen and (max-width: 640px) {
.column240 {
  flex-direction: column;
  display:block;
  }
.column240_img {
  max-width:100%;
  margin:0 0 15px 0;
  }
.column240_text {
  max-width:100%;
  }
}
