@charset "utf-8";
/*
Theme Name: sasakioffice
Version: 1.0.0
*/

@import url('reset.css');

* {
	padding: 0;
	margin: 0;
	outline: none;
	text-align:justify;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	border: 0;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}

body {
	color: #000;
	cursor: default;
  font-family: 'メイリオ','Meiryo',"Yu Gothic","YuGothic","Hiragino Kaku Gothic Pro","Meiryo",verdana,"Osaka","MS PGothic",Sans-Serif;
  font-weight: 500;
	line-height: 1.6;
	word-wrap: break-word;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
}

p {
	line-height: 1.6;
  margin-bottom: 1.5em;
}

a {
	text-decoration: none;
	cursor: pointer;
	-webkit-transition:  0.3s ease-out;
	transition:  0.3s ease-out;
}
a {overflow:hidden;}
a:link { color: #00949E; text-decoration: none;}
a:visited { color: #00949E; text-decoration: none;}
a:active { color: #00949E; text-decoration: underline; outline: none;}
a:hover { color: #007E66; text-decoration: underline;}
a:focus { -moz-outline-style: none; }

a:hover img {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}

a img {
	-webkit-transition:  0.3s ease-out;
	transition:  0.3s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

img {
	max-width:100%;
	width:/***/auto; /* IE8用 */
	height:auto;
  flex-shrink: 0;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	font-size: 18px; font-size: 1.8rem;
	position: relative;
	overflow: hidden;
}

#main {
	clear: both;
	margin: 0 auto;
	position: relative;
}

/* ========================================================
header
===================================================== */
#header {
  background-color: #fff;
	width: 100%;
	position: relative;
	margin: 0 auto;
  z-index: 99;
}
.header-inner {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	max-width: 1080px;
  width: 100%;
	margin: 0 auto;
	padding: 0 0 15px 10px;
  position: relative;
  line-height: 1;
}
.header-logo  {
  line-height: 1;
  width: 45%;
  margin-top: 10px;
}
.header-logo img {
  width: 400px;
  height: auto;
}
.header-nav {
  width: 55%;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-nav__tel {
  width: 340px;
  padding: 0 20px;
  margin-top: 10px;
}
.header-nav__mail {
  width: 245px;
}
.gnav-list .header-nav {
  display: none;
}

.gnav {
  margin-left: auto;
  margin-right: 0;
}
#gnav-wrap {
  font-size: 16px;font-size: 1.6rem;
  font-weight: 600;
	margin: 0;
  background-color: #F18D02;
}
#gnav-wrap ul.gnav-list {
  display: table;
  margin: 0 auto;
}
#gnav-wrap ul.gnav-list li {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  border-left: 1px solid #F5AF4E;
  min-height: 80px;
  line-height: 1.3;
}
#gnav-wrap ul.gnav-list li:last-child {
  border-right: 1px solid #F5AF4E;
}
#gnav-wrap ul li a {
	color: #fff;
	display: block;
	padding: 20px 35px;
  text-align: center;
}
#gnav-wrap ul li a:hover {
	color: #F1FF67;
	text-decoration: none;
}
#gnav-wrap ul li ul li {
	display: inline-block;
	position: relative;
	left: 0;
}
#gnav-wrap ul li ul {
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 99;
	box-shadow: 0 0 8px rgba(0,0,0,.15);
}
#gnav-wrap ul li ul li {
	display: block;
}
#gnav-wrap ul li ul li:last-child {
	border-bottom: none;
}
#gnav-wrap ul li ul a {
	display: block;
	font-size: 12px;font-size: 1.2rem;
	color: #fff;
	background: #0093db;
	text-align: left;
	padding: 10px;
}
#gnav-wrap ul li ul a:hover {
	color: #fff;
	background-color: #0b76c0;
}

#gnav-wrap .gnav-list-contact a {
  color: #fff;
  font-size: 22px;font-size: 2.2rem;
  font-weight: 600;
  background-color: #E2007F;
  padding: 0 30px;
  height: 90px;
  vertical-align: middle;
  display: table-cell;
}
#gnav-wrap .gnav-list-contact a:hover {
  color: #fff;
  background-color: #E25BBC;
}
.btn-trigger {
  display: none;
}
#gnav-wrap.open {
  display: block;
}
#gnav-wrap.close {
  display: none;
}
@media screen and (min-width: 801px) {
#gnav-wrap {
    display: block !important;
  }
}
/* ========================================================
footer
===================================================== */
#footer {
	width: 100%;
	margin: 0 auto;
	clear: both;
	padding: 20px 0 10px;
  position: relative;
  text-align: center;
  background-color: #4C4C4C;
  color: #fff;
}
.footer__inner {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	max-width: 1080px;
  width: 92%;
  margin: 1em auto;
}
.footer-address {
  width: 50%;
  padding-right: 5%;
}
.footer-map {
  width: 50%;
}
.footer-map iframe {
  border-radius: 10px;
}
.footer-address__heading {
  font-size: 24px; font-size: 2.4rem;
  margin-bottom: 1em;
}
.footer-address__info  {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 1em;
}
.footer-address__info dt {
  width: 20px;
  margin-right: 5%;
}
.footer-address__info dd {
  border-left: 1px solid #fff;
  padding-left: 5%;
  font-size: 15px; font-size: 1.5rem;
}
.footer-address__info dd a {
  color: #fff;
}
.footer-address--tel {
  font-size: 28px; font-size: 2.8rem;
}
.copyright {
  font-size: 14px; font-size: 1.4rem;
  text-align: center;
}

.page-top {
  width: 75px;
  height: 75px;
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 18;
}
@media only screen and (max-width: 640px) {
.page-top {
  width: 50px;
  height: 50px;
}
}

/* ========================================================
content
===================================================== */
/* ======= home =====================  */
/* main ---------------------------------------- */
.main-img-wrapper {
  width: 100%;
  background-color: #006E6E;
}
.main-img__inner {
	position: relative;
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}
.main-img img {
  width: 100%;
}

/* first --------------------- */
.section__inner.section__inner--black {
  background-color: #333333;
  width: 100%;
  max-width: none;
  padding: 30px;
  text-align: center;
  color: #fff;
}
.lead-1 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 26px; font-size: 2.6rem;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
.lead-1 {
  font-size: 18px; font-size: 1.8rem;
}
}
.lead-1 b {
  font-size: 150%;
}
.lead-2 {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px; font-size: 1.6rem;
  line-height: 1.5;
}
.lead-2 b {
  font-size: 125%;
}
.lead-3 {
  font-size: 28px; font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: .6em;
}
@media only screen and (max-width: 640px) {
.lead-3 {
  font-size: 21px; font-size: 2.1rem;
  text-align: center;
}
}
.lead-4 {
  font-size: 14px; font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.lead-5 {
  font-size: 24px; font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 640px) {
.lead-5 {
  font-size: 20px; font-size: 2.0rem;
  text-align: left;
}
}

.section--yellow {
  background-color: #FFFFC8;
  padding-bottom: 0 !important;
}

.section__inner.section__inner--green {
  background-color: #006E6E;
  width: 100%;
  max-width: none;
  padding: 30px;
  text-align: center;
  color: #fff;
}

.section__bg--cloud {
  background: url("../../images/first_bg.png") no-repeat;
  background-size: 60%;
  background-position: left 20%;
}

.section--arrow {
  padding-top: calc(5vw + -1px);
  position: relative;
}
.section--arrow::before,
.section--arrow::after{
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 5vw solid #006E6E; 
}
.section--arrow::before{
  left: 0;
  border-right: 50vw solid transparent;
}
.section--arrow::after{
  right: 0;
  border-left: 50vw solid transparent;
}

.img-pt10 {
  padding-top: 10%;
}


/* about --------------------- */
.section--about {
  background-color: #E5F3F2;
}

.col-about .col-2 {
  width: 50%;
  padding-top: 0;
  margin: 0 0 20px;
}
.col-about .col-2:first-child {
  border-right: 2px dotted #666;
}
@media only screen and (max-width: 800px) {
.col-about .col-2 {
  width: 100%;
}
.col-about .col-2:first-child {
  border-right: none;
  border-bottom: 2px dotted #666;
  margin: 0 0 30px 0!important;
}
.col-about .col-2.col-p-lr3 {
  padding: 0 0 30px!important;
}
}

/* merit ---------------------------------------- */
.section--merit {
  background: url("../../images/merit10_bg.png") no-repeat #006E6E;
  background-size: contain;
  background-position: center 5%;
}
@media only screen and (max-width: 800px) {
.section--merit {
  background-size: 160%;
}
}
.heading-lv2--merit {
  font-size: 55px; font-size: 5.5rem;
  text-align: center;
  color: #fff;
}
.heading-lv2--merit span {
  font-size: 34px; font-size: 3.4rem;
  color:  #FFFF00;
}
.heading-lv2--merit b {
  font-size: 140%;
  color:  #FFFF00;
}
@media only screen and (max-width: 800px) {
.heading-lv2.heading-lv2--merit  {
  font-size: 45px; font-size: 4.5rem;
}
.heading-lv2.heading-lv2--merit span {
  font-size: 24px; font-size: 2.4rem;
}
}


.col-merit .col-2 {
  background-color: #fff;
  border-radius: 5px;
  margin: 1.5%;
  padding: 2% 2% 2% 0;
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 800px) {
.col-merit .col-2   {
  width: 100%;
  margin-right: 0;
  margin: 3% 1.5%;
  padding: 4% 2% 4% 0;
}
}
.col-merit__number {
  font-size: 34px; font-size: 3.4rem;
  font-weight: 600;
  color: #008C82;
  width: 60px;
  letter-spacing: -.15em;
  text-align: center;
  margin-right: 5px;
}
.col-merit__txt {
  border-left: 1px solid #008C82;
  padding-left: 20px;
  width: 100%;
}
.col-merit__txt h3 {
  font-size: 23px; font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: .5em;
}
@media only screen and (max-width: 800px) {
.col-merit__txt h3  {
  margin-bottom: .2em;
}
}
@media only screen and (max-width: 480px) {
.col-merit__txt h3  {
  font-size: 20px; font-size: 2.0rem;
}
}
@media only screen and (max-width: 420px) {
.col-merit__txt h3  {
  font-size: 18px; font-size: 1.8rem;
}
}
.col-merit__txt p {
  font-size: 17px; font-size: 1.7rem;
  list-style: 1.5;
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
.col-merit__txt p  {
  font-size: 15px; font-size: 1.5rem;
}
}

/* service ---------------------------------------- */
.section__inner.section-border-b {
  border-bottom: 1px dashed #006E6E;
}
.section__inner.section-border-b:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.service-txt {
  font-size: 21px; font-size: 2.1rem;
  font-weight: 600;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  background-color: #006E6E;
  margin: 1em 0 .5em;
}
.col-2.col-2--w30.col-p-b0 {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* plan ---------------------------------------- */
.col-plan .col-2 {
  background-color: #006E6E;
  color: #fff;
  border-radius: 5px;
  padding: 20px;
}
@media only screen and (max-width: 640px) {
#plan .section__inner {
  padding-bottom: 0;
}
.col-plan .col-2:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
}
.col-plan .col-2:last-of-type {
  background-color: transparent;
  padding: 0;
}
.col-plan__head {
  font-size: 28px; font-size: 2.8rem;
  border-bottom: 1px solid #fff;
  text-align: center;
  margin-bottom: .5em;
}
.col-plan__head2 {
  font-size: 34px; font-size: 3.4rem;
  color: #FFFF00;
  margin-bottom: .2em;
  text-align: center;
  letter-spacing: .05em;
}
@media only screen and (max-width: 640px) {
.col-plan__head2 {
  font-size: 26px; font-size: 2.6rem;
  text-align: center;
}
}
.col-plan__head2 span {
  font-size: 20px; font-size: 2.0rem;
}
.col-plan__p {
  font-size: 18px; font-size: 1.8rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
.col-plan__p {
  font-size: 16px; font-size: 1.6rem;
}
}

/* profile ---------------------------------------- */
.heading-lv3 .txtL {
  font-size: 125%;
}
.left-p50 {
  padding-left: 50px;
}
@media only screen and (max-width: 800px) {
.left-p50 {
  padding-left: 0;
}
}


.profile-img {
  display: table;
}
.profile-img-1,
.profile-img-2 {
  display: table-cell;
  vertical-align: middle;
  padding-left: 50px;
}
.profile-img-1 {
  max-width: 250px;
}
.profile-img-2 {
  max-width: 380px;
}
.profile-img-3 {
  max-width: 450px;
}
@media only screen and (max-width: 800px) {
.profile-img-3 {
  margin: 0 auto;
}
}

.profile-img-4 {
  max-width: 1600px;
  margin: 0 auto;
}
.profile-img-5 {
  margin: 40px auto;
}
@media only screen and (max-width: 640px) {
.profile-img-5 {
  padding: 0 25%;
}
}

/* contact ---------------------------------------- */
.col-contact {
  background-color: #F2F2F2;
  padding:  20px 5%;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 30px;
}

.col-contact-2 {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 30px;
}
.col-contact-2 .col-img {
  width: 23%;
  padding-right: 5%;
}
.col-contact-2 .col-txt {
  width: 77%;
}
@media only screen and (max-width: 800px) {
.col-contact-2 .col-img {
  display: none;
}
.col-contact-2 .col-txt {
  width: 100%;
}
}

.footer-btn .mail-img {
  display: none;
}
@media only screen and (max-width: 800px) {
.footer-btn .mail-img {
  display: block;
  text-align: center;
  padding: 0px 30%;
}
}

/* ========================================================
common
===================================================== */
.section {
  width: 100%;
}
.section__inner {
	max-width: 1080px;
  width: 90%;
	margin: 0 auto;
  padding: 60px 0;
}

.section__inner--w900 {
	max-width: 900px;
}

.order-1 {
  -webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;
}
.order-2 {
  -webkit-box-ordinal-group:2;
  -ms-flex-order:2;
  -webkit-order:2;
  order:2;
}
@media only screen and (max-width: 800px) {
.order-1 {
  -webkit-box-ordinal-group:12;
  -ms-flex-order:2;
  -webkit-order:2;
  order:2;
}
.order-2 {
  -webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;
}
}

/* heading ---------------------------------------- */
.heading-lv1 {
  font-size: 42px; font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  padding: .5em 0 .5em;
  letter-spacing: .05em
}
@media all and (-ms-high-contrast: none) {
  .heading-lv1 {
    line-height: 1.8;
  }
}
.heading-lv1-img {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}

.heading-lv1-2 {
  font-size: 38px; font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
  padding: 0 0 .1em 0;
  letter-spacing: .2em;
  border-bottom: 5px solid #00949E;
  margin: 0 auto 1em;
  display: table;
}

.heading-lv2 {
  font-size: 52px; font-size: 5.2rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
  margin-bottom: .8em;
}
@media only screen and (max-width: 960px) {
.heading-lv2 {
  font-size: 43px; font-size: 4.3rem;
}
}
@media only screen and (max-width: 640px) {
.heading-lv2 {
  font-size: 30px; font-size: 3.0rem;
}
}
@media only screen and (max-width: 480px) {
.heading-lv2 {
  font-size: 24px; font-size: 2.4rem;
}
}
@media only screen and (max-width: 340px) {
.heading-lv2 {
  font-size: 20px; font-size: 2.0rem;
}
}

.heading-lv2.heading-lv2--red {
  font-size: 52px; font-size: 5.2rem;
  text-align: left;
  color: #FF0000;
}
@media only screen and (max-width: 960px) {
.heading-lv2.heading-lv2--red {
  font-size: 43px; font-size: 4.3rem;
  text-align: center;
}
}

.heading-lv3 {
  font-size: 43px; font-size: 4.3rem;
  line-height: 1.4;
  text-align: left;
  font-weight: 600;
  margin-bottom: .5em;
}
@media only screen and (max-width: 960px) {
.heading-lv3 {
  font-size: 34px; font-size: 3.4rem;
}
}
@media only screen and (max-width: 640px) {
.heading-lv3 {
  font-size: 26px; font-size: 2.6rem;
}
}

.heading-lv4 {
  font-size: 28px; font-size: 2.8rem;
  line-height: 1.4;
  text-align: left;
  font-weight: normal;
  margin-bottom: .5em;
}
@media only screen and (max-width: 640px) {
.heading-lv4 {
  font-size: 21px; font-size: 2.1rem;
}
}
/* btn ---------------------------------------- */
.btn-contact {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  background-color: #fff;
  border-radius: 5px;
}
.btn-contact__img {
  width: 50%;
}
.btn-contact__img img {
  border-radius: 5px 0 0 5px;
}
.btn-contact__tel {
  width: 50%;
  padding: 30px 50px;
}
.btn-contact__tel-tel {
  margin-bottom: 30px;
}

.btn-1 {
  margin: 2em auto;
  text-align: center;
}
.btn-1 a {
  background-color: #E4007F;
  border-radius: 50px;
  color: #fff;
  font-size: 42px; font-size: 4.2rem;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.2;
  display: inline-block;
  padding: 15px 1em;
  text-align: center;
  position: relative;
}
.btn-1 a:hover {
  opacity: .7;
  text-decoration: none;
}


/* col ---------------------------------------- */
.col-wrap {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col-wrap.col-wrap-left {
	justify-content: left;
}
.col-1 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 1.5%;
}
.col-2  {
	width: calc( ( 100% - 40px ) / 2 );
  margin: 0 40px 20px 0;
}
.col-2:nth-child(2n){
	margin-right: 0;
}

.col-2.col-2--w30  {
	width: 30%;
  margin: 0 0 20px 0;
  text-align: center;
}
@media only screen and (max-width: 800px) {
.col-2.col-2--w30 {
	width: 100%;
}
}

.col-2.col-2--w40  {
	width: 40%;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 800px) {
.col-2.col-2--w40 {
	width: 100%;
}
}

.col-2.col-2--w60  {
	width: 60%;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 800px) {
.col-2.col-2--w60 {
	width: 100%;
}
}

.col-2.col-2--w70  {
	width: 70%;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 800px) {
.col-2.col-2--w70 {
	width: 100%;
}
}

.col-3 {
	width: calc((100% / 3) - .01px);
	padding: 2% 5%;
}
.col-4 {
	width: 25%;
	padding: 15px;
}
.col-5 {
	width: 20%;
	padding: 10px;
}

.col-align--center {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.col-p-lr3 {
  padding: 0 3%;
}
@media only screen and (max-width: 800px) {
.col-p-lr3 {
  padding: 0 15%!important;
}
}

.col-2.img-r-p0 {
  padding-right: 0;
}
.col-2.img-l-p0 {
  padding-left: 0;
}

/* table ---------------------------------------- */
.table-1 {
  border-top: 1px solid #C6C6C6;
	margin-bottom: 40px;
	width: 100%;
}
.table-1 th {
	border-bottom: 1px solid #C6C6C6;
	font-weight: normal;
	padding: 20px 40px 20px 20px;
	text-align: right;
	vertical-align: top;
	background-color: #F7F8F8;
}
.table-1 td {
	border-bottom: 1px solid #C6C6C6;
	padding: 20px 10px 20px 40px;
}

/* list ---------------------------------------- */
.list-1 {
	font-size: 28px; font-size: 2.8rem;
	list-style: disc;
  line-height: 1.2;
  margin-top: .5em;
  font-weight: 600;
}
.list-1 li {
  margin-bottom: .4em;
  margin-left: 1em;
}
@media only screen and (max-width: 640px) {
.list-1 {
  font-size: 22px; font-size: 2.2rem;
}
}

.list-check {
	font-size: 28px; font-size: 2.8rem;
	list-style: none;
  line-height: 1.2;
  margin-top: .5em;
  font-weight: 600;
}
.list-check li {
  margin-bottom: .5em;
  padding-left: 40px;
  background: url(../../images/icon_check.png) left 0px top -2px no-repeat;
  background-size: 30px auto;
}
@media only screen and (max-width: 640px) {
.list-check li {
  font-size: 21px; font-size: 2.1rem;
}
.list-check li {
  background-size: 26px auto;
}
}

/* etc  ---------------------------------------- */
.mar-btm0 {margin-bottom: 0!important;}
.mar-btm5 {margin-bottom: 5px!important;}
.mar-btm10 {margin-bottom: 10px!important;}
.mar-btm20 {margin-bottom: 20px!important;}
.mar-btm30 {margin-bottom: 30px!important;}
.mar-btm40 {margin-bottom: 40px!important;}
.mar-btm50 {margin-bottom: 50px!important;}
.mar-btm60 {margin-bottom: 60px!important;}
.mar-btm80 {margin-bottom: 80px!important;}

.center {
	text-align: center!important;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

figure img {
	margin-bottom: 10px;
}
figure figcaption {
	font-size: 14px; font-size: 1.4rem;
  line-height: 1.3;
}

.imgRight {
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
}
.imgLeft {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}
.imgCenetr {
	display: block;
	margin: 0 auto 20px;
	text-align: center;
}

.txt-red {
	color: #FF0000;
}
.txt-pink {
  color: #E3007F;
}
.txt-yellow {
  color: #FFFF00;
}
.txt-green {
  color: #006E6E;
}

.marker-pink {
  background: linear-gradient(transparent 80%, #F2DFE8 0%);
}

.txt-s {font-size: 14px; font-size: 1.4rem;}
.txt-l {font-size: 20px; font-size: 2.0rem;}
.txt-b {font-weight: 700;}

.nowrap {
	white-space: nowrap;
}
.nowrap2 {
	white-space: nowrap;
}

iframe[src^="http://www.youtube.com/"],
iframe[src^="https://www.youtube.com/"],
iframe[src^="https://www.google.com/maps/"]  {
  max-width: 100%;
}

.br-sp {
  display: none;
}

.pc-show {
  display: block!important;
}
.sp-show {
  display: none!important;
}


@media only screen and (max-width: 800px) {
#header {
  position: fixed;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .08);
  top: 0;
}
.header-inner {
  display: block;
  padding: 0;
  position: relative;
}
.header-logo {
  z-index: 100;
  padding: 15px 10%;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.header-logo img {
  max-width: 420px;
  width: 100%;
}
.is-fixed {
  height: 100%;
  overflow: hidden;
}
.header-nav {
  width: 100%;
  background-color: #EDEDED;
}
.header-nav__tel {
  width: 65%;
  padding: 0px 4%;
  margin-top: 0;
}
.header-nav__mail {
  width: 35%;
}
/*=============================
.gnav-wrap
=============================*/
#gnav-wrap {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  height: 100%;
  line-height: 0;
}
.gnav-list {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 80px;
}
#gnav-wrap ul.gnav-list li {
  display: block;
  padding: 0;
  border-bottom: 1px solid #F5AF4E;
  border-left: none;
  min-height: auto;
}
#gnav-wrap ul.gnav-list li a {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 20px 20px;
}
#gnav-wrap ul.gnav-list li.gnav-list__about br {
  display: none;
}
#gnav-wrap ul.gnav-list li.gnav-list__contact {
  background-color: #fff;
  padding: 0;
  border-right: 0;
}
.gnav-list .header-nav {
  display: flex;
  border: none;
  width: 100%;
}

/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  display: block;
  cursor: pointer;
}
/*メニューボタンのエフェクト*/
.btn-trigger,
.btn-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.btn-trigger {
  z-index: 20;
  position: relative;
  width: 40px;
  height: 30px;
  margin: 0 20px;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #F18D02;
  border-radius: 4px;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 13px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}
.btn-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}
.btn-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.btn-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
  transform: translateY(-14px) rotate(45deg);
}

.section__inner {
  padding: 50px 0;
}

.col-3 {
  width: calc((94% / 3) - .01px);
  margin: 0 1%;
}

.pc-show {
  display: none!important;
}
.sp-show {
  display: block!important;
}
.br-pc {
  display: none;
}
.br-sp {
  display: block;
}

.col-2 {
	width: 100%;
  padding: 2% 0;
  margin: 0 0 20px 0;
}
.col-3 {
	width: 90%;
  padding: 2% 0;
}
.col3-warp .col-3 {
	padding: 4%;
}
.col3-warp .col-3:nth-child(1) {
	padding: 4%;
}
.col3-warp .col-3:nth-child(3) {
	padding: 4%;
}

.col-3:nth-child(1),
.col-3:nth-child(3),
.col-3 {
  margin: 0 0 20px;
}

/* table */
.table-1 {
	font-size: 13px; font-size: 1.3rem;
}
.table-1 th {
	padding: 10px 10px 10px 10px;
  text-align: left;
  width: 25%;
}
.table-1 td {
	padding: 10px 10px 10px 10px;
}

p.copyright {
  font-size: 13px;font-size: 1.3rem;
}

}

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

.order-1 {
  -webkit-box-ordinal-group:12;
  -ms-flex-order:2;
  -webkit-order:2;
  order:2;
}
.order-2 {
  -webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;
}

.btn-contact {
  display: block;
  border-radius: 10px;
}
.btn-contact__img {
  width: 100%;
}
.btn-contact__tel {
  width: 100%;
  padding: 40px 80px;
}
.btn-contact__img img {
    border-radius: 10px 10px 0 0;
}

.footer__inner {
    display: block;
}
.footer-address {
  width: 100%;
  margin: 0 auto 30px;
}
.footer-map {
    width: 100%;
}
.footer-address__info dd {
  font-size: 14px; font-size: 1.4rem;
}

.sp-center {
  text-align: center!important;
}
.sp-left {
  text-align: left!important;
}

}
