@charset "utf-8";
/*
=======================================
	Reset CSS
=======================================
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, main, menu, nav, section, summary,
time, mark, audio, video{
	margin:0;
	padding:0;
}

article,aside,details,figcaption,figure,
footer,header,main,menu,nav,section{
	display:block;
}

html{
	-webkit-text-size-adjust: 100%;
}

body{
	color: #333;
	line-height: 1.5;
	font-size: 14px;
	font-family: sans-serif;
}

img{
	border: 0;
	max-width: 100%;
	height: auto;
}

ul,ol{
	list-style-type: none;
}

table {
	border-collapse: collapse; 
	border-spacing: 0;
}

img, input, select, textarea { 
	vertical-align: middle;
}

a{
	color: #333;
	transition: 0.5s;
}
a:hover{
	color: #5D86FF;
}

a:hover img{
	opacity: 0.7;
}

/*Icon Fonts*/
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-2ppakl');
	src:url('fonts/icomoon.eot?#iefix-2ppakl') format('embedded-opentype'),
		url('fonts/icomoon.ttf?-2ppakl') format('truetype'),
		url('fonts/icomoon.woff?-2ppakl') format('woff'),
		url('fonts/icomoon.svg?-2ppakl#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
	content: "\e600";
}
.icon-twitter:before {
	content: "\e601";
}
.icon-pinterest:before {
	content: "\e602";
}


/*
=========================================
	Base Layout
=========================================
*/
/*ALL and Smart Phone*/
.container,
.container-ng{
	max-width: 960px;
	margin: 0 auto;
}
.container:after,
.container-ng:after{
	content:"";
	display: block;
	clear:both;
}

/*ガター有り*/
.grid1,.grid2,.grid3,.grid4,.grid5,.grid6,
.grid7,.grid8,.grid9,.grid10,.grid11,.grid12{
	width: 100%;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	float:left;
}

/*ガター無し*/
.container-ng .grid1,.container-ng .grid2,
.container-ng .grid3,.container-ng .grid4,
.container-ng .grid5,.container-ng .grid6,
.container-ng .grid7,.container-ng .grid8,
.container-ng .grid9,.container-ng .grid10,
.container-ng .grid11,.container-ng .grid12{
	padding-left: 0;
	padding-right: 0;
}

/*両端ガター無し*/
.full{
	margin-left: -10px;
	margin-right: -10px;
}

/*フルードグリッド*/
@media screen and (min-width: 640px) {
	.grid1,
	.container-ng .grid1{width: 8.3333%;}
	.grid2,
	.container-ng .grid2{width: 16.6666%;}
	.grid3,
	.container-ng .grid3{width: 25%;}
	.grid4,
	.container-ng .grid4{width: 33.3333% !important;}
	.grid5,
	.container-ng .grid5{width: 41.6666%;}
	.grid6,
	.container-ng .grid6{width: 50%;}
	.grid7,
	.container-ng .grid7{width: 58.3333%;}
	.grid8,
	.container-ng .grid8{width: 66.6666%;}
	.grid9,
	.container-ng .grid9{width: 75%;}
	.grid10,
	.container-ng .grid10{width: 83.3333%;}
	.grid11,
	.container-ng .grid11{width: 91.6666%;}
	.grid12,
	.container-ng .grid12{width: 100%;}
	
	.full{
		margin-left: 0;
		margin-right: 0;
	}
}


/*
=========================================
	Modules（Block）
=========================================
*/

/*header
--------------------*/
#header{
	padding: 1%;
	background: url(../img/bg_header.jpg) center top no-repeat;
	background-size: cover;
	text-align: center;
	position: relative;
}
#header:before{
	content: "";
	display: block;
	width: 33.75%;
	height: 55.5555%;
	max-width: 220px;
	max-height: 200px;
	background: url() no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (min-width: 640px){
	#header{
		text-align: left;
	}
}

/*global navigation
--------------------*/
#gnav{
	background: #555;
}
#gnav li{
	width: 25%;
	text-align: center;
	padding-top: 0px;
}
#gnav a{
	display: block;
	padding: 15px 0;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}
#gnav a:hover{
	background: #999;
}
@media screen and (min-width: 640px){
	#gnav{
		margin-bottom: 20px;
	}
}

/*main
--------------------*/
#main{
	margin-bottom: 0px;
}

/*Google Map
--------------------*/
.map{
	border: #d8c7a0 1px solid;
	position: relative;
	padding-bottom: 50%;
}
.map iframe{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
}


/*introduction
--------------------*/
#intro{
	margin-bottom: 40px;
	margin-top: 40px;
	text-align: center;
}
.intro-text{
	margin-bottom: 20px;
	font-size: 114%;
}
.intro-map .map{
	margin-bottom: 20px;
}
.intro-map address{
	text-align: center;
	font-style: normal;
	font-size: 12px;
}
.intro-map address p+p{
	margin-top: 10px;
}

.btn-tel{
	display: inline-block;
	width: 70%;
	max-width: 200px;
	padding: 8px 0;
	border-radius: 2em;
	background: #d8c7a0;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}
@media screen and (min-width: 640px){
	.intro-text{
		margin: auto;
		line-height: 1.8;
	}
	.intro-map{
		width: 40%;
		float: right;
	}
	.intro-map .map{
		margin-bottom: 10px;
	}
	.intro-map address{
		text-align: left;
	}
	.intro-map address p+p{
		margin-top: 0;
	}
	
	.btn-tel{
		display: inline;
		width: auto;
		max-width: none;
		padding: 0;
		background: none;
		color: inherit;
		font-size: inherit;
	}
	.btn-tel:before{
		content:"TEL：";
	}
}

/*Pickup Menu
--------------------*/
.menu-text{
	padding: 15px;
	text-align: center;
}
	#menu{
    	text-align: center;
	}
	#menu h3{
		margin-bottom:20px;
		margin-top: 20px;
  position: relative;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  color: #454545;
}

#menu h3:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
	#menu p{
    	text-align: left;
		width: 90%;
    margin: 0 auto;
	}
@media screen and (min-width: 640px){
	#menu{
		margin-bottom:40px;
		margin-top: 40px;
	}
}

/*info
--------------------*/
#info{
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

.info-list dt{
	clear: left;
	float: left;
	width: 7em;
	padding: 10px 0;
	border-top: #d8c7a0 1px dotted;
}
.info-list dd{
	padding: 10px 0;
	border-top: #d8c7a0 1px dotted;
	overflow: hidden;
}
.info-list :first-of-type{
	border-top: none;
}


/*staff
--------------------*/
#staff{
	margin-bottom: 40px;
	text-align: center;
}
.staff-photo{
	width: 50%;
	margin: 0 auto 20px;
}
.staff-heading{
	display: inline-block;
	width: 60%;
	padding: 8px 10px;
	margin-bottom: 10px;
	border-radius: 2em;
	background: #5D86FF;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
@media screen and (min-width: 640px){
	.staff-photo{
		float: left;
		width: 35.7142%;
		margin-bottom: 0;
	}
	.staff-msg{
		float: right;
		width: 59.5238%;
		line-height: 200%;
	}
	.staff-heading{
		width: 80%;
	}
}

/*banner
--------------------*/
.banner-list{
	width: 83.3333%;
	max-width: 300px;
	margin: 0 auto;
}
.banner-list li{
	margin-bottom: 20px;
	
}
.banner-list li img{
	border: #fff 5px solid;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
@media screen and (min-width: 640px){
	#banner{
		clear: both;
	}
	.banner-list{
		width: 100%;
		max-width: none;
		text-align: left;
	}
}

/*footer
--------------------*/
#footer{
	padding: 20px 10px;
	background: #555;
	color: #fff;
}

.footer-photo{
	width: 83.3333%;
	margin: 0 auto 20px;
}
.footer-photo img{
	border: #fff 5px solid;
}

.footer-info-title{
	min-width: 100px;
	margin-bottom: 15px;	
}

.footer-info-list{
	margin-bottom: 20px;
	margin-left: 15px;
}
.footer-info-list dt{
	clear: left;
	float: left;
	margin-bottom: 10px;
}
.footer-info-list dd{
	margin-bottom: 10px;
	overflow: hidden;
}

.sns{
	margin-bottom: 15px;
}
.sns li{
	display: inline-block;
}
.sns a{
	display: block;
	padding: 10px 20px;
	background: #fff;
	color: #d8c7a0;
	border-radius: 5px;
	font-size: 24px;
	text-decoration: none;
}
.sns a:hover{
	opacity: 0.7;
}

.pagetop{
	width: 14.0625%;
	min-width: 45px;
	position: fixed;
	right: 10px;
	bottom: 10px;
}
@media screen and (min-width: 640px){
	.footer-photo{
		margin-bottom: 20px;
	}
	.footer-info{
		margin-bottom: 20px;
	}
	.sns{
		text-align: center;
	}
	.copyright{
		text-align: center;
	}
}

/*
=========================================
	Modules（Parts）
=========================================
*/

/*Heading
--------------------*/
.heading{
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom: #F3F4F3 1px solid;
	font-size: 20px;
	overflow: hidden;
	position: relative;
}
.heading .more{
	float: right;
	display: inline-block;
	padding: 5px 5px 5px 10px;
	background: #4d941a;
	border-radius: 2em;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 1;
}
.heading .more:hover{
	opacity: 0.7;
}
.heading .more:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: 2px;
	margin-left: 5px;
	border: transparent 5px solid;
	border-left-color: #fff;
}

/*Style
--------------------*/
.bg-check{
	padding: 20px;
	background-color: #f3f3f3;
}


/*
=========================================
	Utilities
=========================================
*/

/* マージン
---------------------------------*/
.mb0{ margin-bottom: 0 !important;}
.mb5{ margin-bottom: 5px !important;}
.mb10{ margin-bottom: 10px !important;}
.mb15{ margin-bottom: 15px !important;}
.mb20{ margin-bottom: 20px !important;}
.mb25{ margin-bottom: 25px !important;}
.mb30{ margin-bottom: 30px !important;}
.mb35{ margin-bottom: 35px !important;}
.mb40{ margin-bottom: 40px !important;}
.mb45{ margin-bottom: 45px !important;}
.mb50{ margin-bottom: 50px !important;}

/* 左右行揃え
---------------------------------*/
.ta-l{ text-align: left; }
.ta-r{ text-align: right; }
.ta-c{ text-align: center; }


/* フロート／フロート解除
---------------------------------*/
.fl{ float:left; }
.fr{ float:right; }
.fl-img{ float: left; margin-right: 10px; margin-bottom: 10px;}
.fr-img{ float: right; margin-left: 10px; margin-bottom: 10px;}
.clear{ clear:both; }

/* clearfix */
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both; 
}
.clearfix{
	zoom:1;
}

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

.Form {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #78B9FF;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border: none;
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #5D86FF;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

/* 追加
---------------------------------*/


.top-logo{
    text-align: center;
    color: ghostwhite;
    line-height: 200%;
	font-size: 1.8em;
}

#footer dt img{
	margin-right: 6px;
	padding-bottom: 3px;
} 

#footer dd a{
	color: #fff;
	text-decoration: none;
} 

#menu table{
  width: 100%;
  border-collapse: collapse;
}

#menu table tr{
  border-bottom: solid 2px white;
}

#menu table tr:last-child{
  border-bottom: none;
}

#menu table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 15px 0;
}

#menu table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#menu table td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
  vertical-align: middle;
}

#privacy_policy p{
	margin: 15px 0;
}

#header_customer{
	padding: 12.5%;
	background: url(../img/bg_header_customer.jpg) center top no-repeat;
	background-size: cover;
	text-align: center;
	position: relative;
}



.flexbox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.flexbox table {
    width: 100%;
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
}
.flexbox th, td {
    padding: 15px;
  text-align: center;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.flexbox tr:nth-child(even)>td,
.flexbox tr:nth-child(even)>th {
    background-color: #efefef;
}
.flexbox th,
.plan-price {
    color: #fff;
}
.plan-price {
    font-size: 2.5rem;
  border-top: 1px solid rgba(255,255,255,.2);
  padding: 25px 0;
}
.plan-price span {
    font-size: 1rem;
}

/* Background colour */
.plan-free th,
.plan-free .plan-price {
    background: #5D86FF;
}
/* 

/* 
LARGE DISPLAY
================================================ */
@media ( min-width : 700px ){
    .flexbox {
        -webkit-flex-direction: row;
        flex-direction: row;
    }
  .plan-table {
    margin-left: 3%;
  }

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.video li {
	padding: 0 10px;
}

#voice h3{
	margin-bottom: 10px
	}
	
#customer table{
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

#customer table tr{
  border-bottom: solid 2px white;
}

#customer table tr:last-child{
  border-bottom: none;
}

#customer table th{
  position: relative;
  text-align: left;
  width: 26%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 15px 0;
}

#customer table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#customer table td{
  text-align: left;
  text-align: center;
	width: 37%;
  background-color: #eee;
  padding: 10px 0;
}



