@charset "utf-8";

@media screen and (max-width: 640px) {

.pc {
	display: none !important;
}

.sp {
	display: block;
}

.sp_none {
	display: none;
}

/********************************

			共通部分

********************************/

.container {
  max-width: 100%;
  margin: 0 auto;
}

.box {
	display: block;
}

.box_left {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}

.box_right {
  width: 100%;
}

.box_left3 {
	width: 100%;
}

.box_right3 {
	width: 100%;
}

#menu_price .box_left2 {
	width: 100%;
 	margin-right: 0;
 	margin-bottom: 20px;
}

#menu_price .box_right2 {
	width: 100%;
}

.concept_box {
	display: flex;
	justify-content: space-between;
}

.box_left2 {
	width: 48%;
	margin-right: 2%;
}

.box_right2 {
	width: 48%;
}

.box1-1 {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px; 
}

.box1-2 {
  width: 100%;
}

.box1-3 {
  width: auto;
  margin-right: 0;
  margin-bottom: 25px;
}

.box1-4 {
  width: 100%;
  margin-right: 0;
  margin-bottom: 25px;
}

.box1-5 {
  width: 100%;
  margin-right: 0;
  margin-bottom: 25px;
}

.box2-1 {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}

.box2-2 {
  width: 100%;
}

.box3-1 {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}

.box3-2 {
  width: 100%;
}

.box4-1 {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.box4-2 {
	width: 100%;
}

.box5-1 {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.box5-2 {
	width: 100%;
}

#order_colum {
	width: 100%;
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	flex-flow: row wrap;
}

#order_colum .order1 {
	order:1;
	width: 100%;
}

#order_colum .order2 {
	order:2;
	width: 100%;
}

/********************************

			ヘッダー

********************************/

.header_container {
	width: 100%;
}

#header {
  height: 62px;
}

.logo {
  width: auto !important;
}

#header .logo img {
  width: 80% !important;
}

.is-animation img.change {
	display: block;
}

.is-animation img.no_change {
	display: none;
}

.header_container nav ul {
  display: block;
  padding: 0 10px !important;
}

.header_container nav ul li {
  display: block;
  width: 100%;
  border-bottom: none !important;
  padding: 7px 0 !important;
}

.header_container nav ul li a {
	display: block;
	width: 100%;
	padding: 10px 10px 10px 15px;
	border: 1px solid
	#bfbfbf;
	position: relative;
	text-align: left;
	line-height: 1;
}

.header_container nav ul li a:before {
	content: "";
	width: 5px;
	height: 20px;
	padding: 0;
	background-color:
	#777777;
	position: absolute;
	top: 8px;
	left: 5px;
}

.header_container nav ul li a:after {
	content: url("../images/common/arw_right2.png");
	position: absolute;
	right: 10px;
}

.header_container nav ul li span {
	display: inline-block;
	padding-left: 5px;
	vertical-align: middle;
}

.header_container nav ul.child_menu {
	padding: 0 !important;
}

.header_container nav ul.child_menu li.img {
	display: block;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 5px;
	border-bottom: 1px dashed
	#777777 !important;
	line-height: 1;
}

.header_container nav ul.child_menu li.link {
	padding: 0 0 0 0 !important;
}

.header_container nav ul.child_menu li.link a {
	display: block;
	width: 100%;
	font-size: 15px;
	border: none;
	position: relative;
	line-height: 1;
	padding: 7px 7px 7px 20px;
}

.header_container nav ul.child_menu li.link a:before {
	content: url("../images/common/arw.png") !important;
	display: inline-block;
	padding-right: 5px;
	width: auto !important;
	height: auto !important;
	vertical-align: middle;
	line-height: 1;
	background: none !important;
}

.header_container nav ul.child_menu li.link a:after {
	content: "";
	display: none;
}

.header_container nav ul.child_menu2 {
	display: flex;
	flex-wrap: wrap;
}

.header_container nav ul.child_menu2 li {
	width: 48%;
	margin-right: 2%;
}

.header_container nav ul.child_menu2 li:nth-child(even) {
	margin-right: 0;
}

#header nav.no_change {
	display: block;
}

#header nav.change {
	display: none !important;
}

.header_container nav ul li.sub {
	background-color: #dfdfdf;
}

.drawer-menu li.open {
	padding-bottom: 0 !important;
	border-bottom: none !important;
}

#header .drawer-dropdown-menu {
	background-color: #dfdfdf !important;
	padding: 0 !important;
}

.drawer-open .drawer-menu li.open > ul {
	display: flex !important;
	flex-wrap: wrap;
}

.drawer-menu li.open > ul li {
	width: 50% !important;
	border-right: 1px dashed #bfbfbf !important;
}

.drawer-menu li.open > ul li.long {
	width: 100% !important;
	border-right: none;
}

.header_container nav ul.child_menu3 {
	display: block;
}

.header_container nav ul.child_menu3 li {
	display: block;
	width: 100%;
	padding: 0 !important;
}

.header_container nav ul.child_menu3 li.link a {
	display: block;
	width: 100%;
	font-size: 15px;
	border: none;
	position: relative;
	line-height: 1;
	padding: 10px 10px 10px 18px;
}

.header_container nav ul.child_menu3 li.link a:before {
	content: url("../images/common/arw.png") !important;
	display: inline-block;
	padding-right: 5px;
	width: auto !important;
	height: auto !important;
	vertical-align: middle;
	line-height: 1;
	background: none !important;
}

.header_container nav ul.child_menu3 li.link a:after {
	content: "";
	display: none;
}

/********************************

			スライド

********************************/

.swiper-wrapper .swiper-slide {
  background: none !important;
  min-height: auto;
  height: auto;
}

.txt_area {
	display: none;
}

#slider {
	margin-bottom: 0;
}

#slider .swiper-wrapper .swiper-slide {
	min-height: auto !important;
	height: auto !important;
}

h2.sp_copy {
  padding: 100px 0 0 20px;
  width: 70%;
  position: absolute;
  top: 0;
}

h4#Vivi {
  margin-bottom: 15px;
}

/********************************

			コンセプト

********************************/
#concept {
  width: 100%;
  position: static;
  margin-top: 0;
  padding-top: 0;
}

#concept .text_box {
  width: 100%;
  height: auto;
  background-color: rgba(140,116,73,0.2);
  position: static;
  padding: 25px;
}

#concept .text_box p.detail_btn {
	margin-top: 0;
}

#concept h2.title {
	//position: absolute;
}

p.detail_btn {
	position: static;
	margin-top: 40px;
}

.concept_col p.title {
	margin-top: 5px !important;
	line-height: 1;
}

/********************************

			サロン

********************************/

#salon {
	margin-top: 50px;
	padding: 0 15px;
}

.shop_colum {
	flex-wrap: wrap;
}

.shop_colum_col {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 35px;
}

.shop_colum_col:nth-child(even) {
	margin-right: 0;
}

.shop_colum_col_long {
  width: 100%;
  padding-top: 0;
}

.shop_colum_col p {
	font-size: 14px;
}

.shop_colum_col p span {
	font-size: 12px;
}

.shop_colum_col p.link a {
	font-size: 12px;
}

.colum_left_shop {
  width: 100%;
  margin-right: 20px;
}

.colum_right_shop {
  width: 100%;
}

.colum_left_shop .shop_colum_col {
  width: 49%;
}

.colum_right_shop .shop_colum_col {
  width: 49%;
}

p.detail_btn a {
	font-size: 14px;
}

p.detail_btn2 {
	float: none;
}

p.detail_btn2 a {
	font-size: 14px;
}

/********************************

			新着情報

********************************/

#news {
	margin-top: 50px;
	padding: 0 15px;
}

.news_colum {
	flex-wrap: wrap;
}

.news_colum_col {
	width: 48%;
	margin-right: 2%;
	margin-bottom: 35px;
}

.news_colum_col:nth-child(even) {
	margin-right: 0;
}

#news .news_colum_col p {
	font-size: 12px;
}

#news p.detail_btn2 {
	margin-top: 0;
}

/********************************

			Google map

********************************/

#map {
	padding: 25px;
}

#map h2 {
	font-size: 28px;
	text-align: left;
}



/* スマホアプリご案内 */

#sp_app {
	margin-bottom: 0;
}

p.sp_app_title {
	padding: 2em 10px 1em 10px;
}

p.sp_app_img {
	position: static;
}

/********************************

			フッター

********************************/

#footer {
	padding: 20px 20px 10px 20px;
}

.footer_container {
	width: 100%;
}

ul.footer_menu {
	padding-top: 2em;
	text-align: center;
}

ul.footer_menu li a {
	font-size: 12px;
}

p.copyright {
    font-size: 14px;
    text-align: center;
}

.footer_logo2 {
	position: static;
	margin: 10px 0;
}

.footer_logo2 ul {
	display: block;
}

.footer_logo2 ul li {
	display: inline-block;
}

ul.disc3 li a {
	font-size: 14px;
}

#next_none {
	display: none;
}

/********************************

			次階層

********************************/

#next_main {
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#next_title {
	padding: 0;
}

#next_title h1 {
	font-size: 28px;
}

#next_title h1 span {
	display: inline-block;
	padding-left: 10px;
	vertical-align: middle;
}

table.tel_list{
	width:100% !important;
}

/********************************

            店舗案内

********************************/

#tabmenu {
	display: block;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

p.logo img {
	padding: 5px;
	line-height: 1;
}

#tabmenu p.logo {
	display: block;
	width: 100%;
	height: auto;
	min-height: auto;
	vertical-align: middle;
}

#tabmenu ul {
	flex-wrap: wrap;
}

#tabmenu ul li {
	width: 50%;
}

#tabmenu ul li:nth-child(even) {
	border-right: none;
}

#tabmenu ul li:nth-child(3) {
	border-bottom: none;
}

#tabmenu ul li:last-child {
	border-bottom: none;
}

#tabmenu ul li {
	border-bottom: 1px solid #725a5c;
}

#tabmenu .logo {
	cursor: pointer;
}

#tabmenu .logo img {
	display: inline-block;
	vertical-align: middle;
}

#tabmenu .logo span {
	display: inline-block;
	font-size: 14px;
	padding-left: 10px;
	color: #ffffff;
}

#tabmenu .logo span.shop_logo {
	display: inline-block;
	width: 125px;
	vertical-align: middle;
	padding-left: 0;
}

#tabmenu ul {
	display: none;
}

#tabmenu ul li {
	width: 100%;
	border-right: 0;
	min-height: auto;
}

#tabmenu ul li:nth-child(3) {
    border-bottom: 1px solid #725a5c;
}

#tabmenu ul span {
	display: none !important;
}

.tab2 li a {
	padding-top: 10px !important;
}

#tabmenu ul li a {
	font-size: 16px;
	text-align: left;
}

/********************************

            店舗詳細

********************************/
.salon_col {
	display: flex;
}

.salon_col1-1 {
	display: inline-block;
	width: 38%;
	margin-right: 2%;
}

.salon_col1-2 {
	display: inline-block;
	width: 60%;
}

.salon_col2-1 {
	display: inline-block;
	width: 48%;
	margin-right: 2%;
}

.salon_col2-2 {
	display: inline-block;
	width: 50%;
}

.salon_col li.yoyaku a {
	font-size: 18px !important;
	background-color: #ff0000;
}

.salon_col li.yoyaku a:before {
	display: block !important;
}

.salon_col2-1 ul li a {
	padding: 20px 5px !important;
}

.salon_col2-2 ul li a {
	padding: 20px 5px !important;
}

.salon_col li {
	margin-bottom: 0 !important;
}

.salon_col li a {
	font-size: 11px;
}

.salon_col1-2 li a {
	text-align: left !important;
}

.salon_col1-2 li:last-child {
	margin-top: 10px !important;
}

.salon_col1-2 li a:before {
	content: url("../images/common/icon01.png") !important;
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	line-height: 1;
}

.area .title ul li.yoyaku2 a:before {
    content: url("../images/common/icon02.png") !important;
}


.area .title span.tel {
	display: block;
}

.area .title span.tel a {
	font-size: 21px !important;
}

.salon_sp_logo {
	display: block;
	margin: auto;
	padding-bottom: 1em;
	text-align: center;
}

.salon_sp_logo img {
	width: 70%;
}

.salon_shop .title {
	height: auto;
}

.salon_shop .title p {
	display: block;
	text-align: center;
}

.salon_shop h3.title {
	font-size: 16px;
}

.salon_shop .title span {
	font-size: 26px;
}

.salon_shop .title ul {
	display: block;
	width: 100%;
	margin-left: 0;
	margin: 10px 0 0 0;
	text-align: center;
	float: none !important;
}

.salon_shop .title ul li {
	width: 100%;
	margin: 0 0 10px 0;
}

.salon_shop .title ul li a {
	font-size: 12px;
}

.colorbox {
	margin-top: 20px;
	padding: 20px 10px;
}

.colorbox .box2-1 {
	text-align: center;
}

.colorbox {
	margin-top: 0;
}

.colorbox h3.title {
	margin-top: 0 !important;
}

.saron_section {
	//padding: 0 20px;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.staff_colum {
	margin-bottom: 0 !important;
}

.staff_colum_col {
	width: 46%;
	//margin-right: 2%;
	margin-right: 8%;
	margin-bottom: 25px;
}

.staff_colum_col:nth-child(even) {
	margin-right: 0;
}

.staffimg{
	height:150px;
}

table.shop th {
	width: 35% !important;
	text-align: left !important;
}

table.shop td {
	width: 65% !important;
}

table.shop ul li {
	display: block;
	text-align: left;
	margin: 0;
}


table.staff th.men:before {
	display: block;
	padding-right: 0 !important;
}

table.staff th.woman:before {
	display: block;
	padding-right: 0 !important;
}

table.staff th {
	text-align: center;
}

.main_image_box {
	margin-bottom: 0;
}

/* Instagram */

#instagram ul {
	flex-wrap: wrap;
}

#instagram ul li {
	width: 48%;
	margin-right: 2%;
	margin-bottom: 20px;
}

#instagram ul li:nth-child(even) {
	margin-right: 0;
}

#instagram ul li img {
	height: 155px;
}

.link_right_align {
  margin: 20px 0 20px 0 !important;
  text-align: left;
}

.link_right_align p {
    display: block;
    margin-bottom: 20px !important;
}

.link_right_align p.detail_btn2 {
	float: none;
}

.link_right_align p.detail_btn2 a {
	padding: 10px;
	text-align: left;
}

/* Heirstyle */

#heirstyle ul {
	flex-wrap: wrap;
}

#heirstyle ul li {
	width: 48%;
	margin-right: 2%;
	margin-bottom: 20px;
}

#heirstyle ul li:nth-child(even) {
	margin-right: 0;
}

.hair_style_page ul {
	flex-wrap: wrap;
}

.hair_style_page ul li {
	width: 47%;
	margin: 0 1% 20px;
}

p.stylist {
	font-size: 3vw;
}



.hair_style_page ul li :nth-child(even) {
	margin-right: 0;
}

.google_map {
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

table.staff th {
	width: 25%;
	font-size: 16px;
}

table.staff td {
	width: 75%;
	font-size: 14px;
}

table.staff td span {
	font-size: 16px;
}

table.shop th {
	padding: 8px;
}

table.shop td {
	padding: 8px;
}

table.shop ul li:first-child {
	margin-right: 0;
	margin-bottom: 1em;
}

.news_section_all {
	margin-bottom: 25px;
}

.box_around {
	margin-top: 20px;
}

.box_around p.shop_name {
	margin: 0 0 5px 0;
	border-bottom: 1px solid #bfbfbf;
}

.news_section_all h4 {
	font-size: 16px;
}

p.news_section_date {
	font-size: 14px;
}

.news_section_text p {
	font-size: 14px;
}

/********************************

            移動美容車

********************************/

#vivi_title {
	margin-bottom: 20px;
}

#sp_vivi .title {
	background-color: #fc72a4;
}

#sp_vivi ul {
	display: flex;
	flex-wrap: wrap;
}

#sp_vivi ul li {
	width: 48%;
	margin-right: 2%;
}

#sp_vivi ul li:nth-child(even) {
	margin-right: 0;
}

#sp_vivi ul li a {
	padding: 10px;
	font-size: 13px;
}

#sp_vivi .title ul li a {
	background-color: #ff0074;
}


#sp_vivi .title ul li a:before {
    content: url("/images/common/icon01.png");
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    line-height: 1;
}

#sp_vivi2 .title {
	background-color: #eb662a;
}


#sp_vivi2 .title ul li a:before {
    content: url("/images/common/icon01.png");
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    line-height: 1;
}


#vivi_page_title {
  display: block;
  width: 100%;
  margin-bottom: 0 !important;
  padding: 15px;
  background-color: #fdd7ec;
}

#vivi_page_title p.name {
  display: block;
  margin: 1em 0;
  text-align: center;
}

.sp_text_box {
  display: block;
}

.sp_text_box .idou_text {
  display: inline-block;
  //width: 68%;
  width: 75%;
  position: relative;
  padding: 10px;
  background-color: #f75792;
  border-radius: 10px;
}

.sp_text_box .idou_text:after {
  content: url("../salon/vivi_move/images/arw.png");
  position: absolute;
  right: -22px;
  bottom: 70px;
}

.sp_text_box .idou_text p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 1em;
}

.sp_text_box .idou_text p span {
  font-size: 21px;
  padding: 0 5px;
}

.sp_text_box .idou_text p.tel {
  margin: 0;
}

.sp_text_box .idou_text p.tel a {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

.sp_text_box .idou_text p.tel a:before {
    content: url("../images/common/tel_icon03.png");
    display: inline-block;
    padding-right: 5px;
    vertical-align: baseline;
    line-height: 1;
}

.sp_text_box .idou_text p.tel span {
	display: inline-block;
	padding-left: 7px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	vertical-align: bottom;
}

.sp_text_box .idou_img {
  display: inline-block;
  //width: 30%;
  width: 23%;
}


#vivi_box {
	display: block;
}

#vivi_box .title {
	width: 80%;
	margin-right: 0;
	margin-bottom: 20px;
}

#vivi_box .description {
	width: 100%;
}

#vivi_box .description ul {
	padding: 5px;
}

#vivi_box .description p.eigyo_time {
	font-size: 24px;
}

/********************************

          移動美容車びびちゃん
          　　ご利用の流れ

********************************/

#vivi_flow_box #first_step {
	width: 100% !important;
}

#first_step > .box {
	width: 100% !important;
}

#vivi_flow_box #first_step .box2-3 {
	width: 100% !important;
}

#vivi_flow_box #first_step .box2-3 p.img img {
	display: block;
	width: 80%;
	margin: 10px auto;
	text-align: center;
}

#vivi_flow_box #first_step .box2-4 {
	display: none;
}

#vivi_flow_box .step_box {
	display: block;
}

#vivi_flow_box .step_box_col {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 2px 6px 10px 0px #ff736e;
}


/********************************

          移動美容車びびちゃん
          　　メニュー＆料金

********************************/

#menu_price_caption_box {
  width: 100%;
}

#menu_price_caption_box .box_left2 {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}

#menu_price_caption_box .box_right2 {
  width: 100%;
}

#menu_price_caption_box p {
  text-align: left;
  float: none;
}

table.vivi_move {
	width: 100% !important;
}

.vivi_move th {
	padding: 5px !important;
	font-size: 14px;
	text-align: left !important;
	vertical-align: middle !important;
}

.vivi_move td {
	padding: 5px  !important;
	font-size: 14px;
	text-align: left  !important;
	vertical-align: middle !important;
}

#menu_price_caption_box {
	padding: 1em 0;
}

.vivi_move td.price {
	text-align: right !important;
}

/********************************

            コンセプト

********************************/

.concept_copy p {
	font-size: 17px;
}


.movie_area iframe {
	width: 100%;
}


/********************************

          メニュー＆料金

********************************/

#menu_price_bunner {
	width: 100%;
	margin-top: 40px;
}

#menu_price_bunner ul {
	display: block;
}

#menu_price_bunner ul li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

#menu_price_bunner ul li:last-child {
	margin-right: 0;
}

table.price_table td {
	padding: 12px 5px;
}

table.price_table2 td {
	padding: 12px 5px;
}

#price_list table td:last-child span {
	display: block;
	padding-right: 10px;
	padding-bottom: 3px;
}

#price_list table.helix th {
	width: 62%;
}

#price_list table.viviheir th {
	width: 62%;
}

#price_list table.vivicolor th {
	width: 62%;
}

.vivicolorbox{
	display: block;
}
.menuflex .vivicolorbox,
.menuflex .eyemenubox {
	width: 100%;
}

/********************************

          まつげエクステ

********************************/

p.large {
	font-size: 18px;
}

.container2 {
  width: 100%;
}

.sp_flow {
	margin-top: 20px;
}

.flow_treatment {
	padding: 20px;
}

.flow_treatment ul {
	flex-wrap: wrap;
}

.flow_treatment ul li {
	width: 48%;
	margin-right: 2%;
}

.flow_treatment ul li:nth-child(even) {
	margin-right: 0;
}

.option ul li {
	display: block;
	width: 100% !important;
}

.item #no1 {
	height: 120px;
	line-height: 120px;
}

.item #no2 {
	height: 100px;
	line-height: 100px;
}

.item #no3 {
	line-height: 3;
}

.product_detail .box2-1 {
	text-align: center;
}

.product_detail .box_left2 {
	margin-bottom: 40px !important;
}


/********************************

        ワックストリプルエックス脱毛

********************************/

.next_section .box5-2 {
	text-align: center;
}

/********************************

             採用情報

********************************/

.recruit_menu {
	padding: 20px;
}

.recruit_menu .colum {
    display: block;
    width: 100%;
}

.recruit_menu .colum .colum_col {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
    padding: 20px;
    border-radius: 20px;
    background-color: #ffffff;
}

.recruit_menu p.title {
	font-size: 18px;
}

.recruit_menu p.copy_text {
	font-size: 14px;
}

.recruit_menu .colum .colum_col .colum_text {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.recruit_menu .colum .colum_col .colum_img {
	display: block;
	width: 100%;
}

.recruit_youkou {
	width: 100%;
}

.recruit_contact .box_left2 {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.recruit_contact .box_right2 {
	width: 100%;
}

.recruit_contact p.btn span.link_text {
	font-size: 19px;
}

.recruit_contact p.btn span#tel {
	font-size: 24px;
}

/********************************

             お問い合わせ

********************************/

p.form_title {
	font-size: 18px;
}

ul.tabbox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 0;
	padding: 0 10px;
}

ul.tabbox li {
	width: 48%;
	font-size: 13px;
	padding: 15px;
}

ul.tabbox li:last-child {
	margin-right: 0;
}

.content {
	width: 100%;
	padding: 40px 10px;
}

p.form_title span {
	position: relative;
	display: block;
	padding-top: 5px;
	text-align: left;
}

.all_area form dl {
	display: block;
	padding: 20px 0;
}

.all_area form dl dt {
	width: 20%;
	font-size: 12px;
}

.all_area form dl dt span {
	font-size: 10px;
	margin-left: 8px;
}

.all_area form dl dd span {
	font-size: 14px;
}

form dl dd span {
	display: block;
}

ul.form_list li select {
	padding: 10px 15px 10px 10px;
	line-height: 1;
}

ul.form_list li:after {
	font-size: 12px;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

.button input[type="submit"] {
	width: 100% !important;
}

/********************************

        	サイトマップ

********************************/

#sitemap .box {
  width: 100% !important;
  margin: 0 auto;
}

}/* sp */



@media screen and (min-width: 640px) {

.pc {
	display: block;
}

.sp {
	display: none !important;
}

#header button {
	display: none;
}

.drawer-caret {
	display: none !important;
}

.drawer-dropdown-menu {
	display: none !important;
}

.shop_colum .shop_colum_col {
  width: 276px;
}

.colum_left_shop {
  width: 893px;
  margin-right: 31px;
}

.colum_left_shop .shop_colum_col {
  width: 276px;
  margin-right: 32px;
}

.colum_left_shop .shop_colum_col:last-child {
  margin-right: 0;
}

.colum_right_shop {
  width: 276px;
}

.colum_right_shop .shop_colum_col {
  //width: 100%;
}

.price_mt {
  margin-top: 47px;
}


/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}


}




@media screen and (min-width: 640px) and (max-width: 1200px) {

#vivi_page_title {
  width: 100%;
}

}




/* スマホ横 */

@media screen and (min-width: 640px) and (max-width: 1000px) {

.area .title {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: 
    #472f14;
}

.area .title ul {
    display: block;
    margin-left: 0;
    padding-top: 10px;
    float: none;
}

.header_container {
  width: 100%;
}

.header_container nav ul li a {
  font-size: 10px;
}

.is-animation nav ul li span {
  font-size: 10px;
}

.header_container nav ul li span {
  font-size: 8px;
}

.footer_container {
  width: 100%;
}

.movie_area iframe {
  width: 100%;
}

}