@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* 190820 */

h4{
	font-size: 3rem;
	font-weight: bold;
}

h5{
	font-size: 2rem;
	text-align: left;
	border-bottom: #2F2F2F 1px solid;
	font-weight: bold;
}

/* --------------------------------
 * base
 * -------------------------------- */
html {
  font-size: 62.5%;
}

body {
  color: #333;
  text-align: center;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 959px) {
  body {
    font-size: 3.5vw;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

.hidden {
  display: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 959px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 959px) {
  .pc {
    display: none !important;
  }
}

.wrapper,.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.wrapper {
  overflow: hidden;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 1%;
  right: 1%;
  z-index: 99;
  margin: auto;
}

@media screen and (max-width: 959px) {
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
}

.pagetop .up_img {
  font-size: 3vw;
  color: #d7030f;
}

@media screen and (max-width: 959px) {
  .pagetop .up_img {
    font-size: 8vw;
  }
}

a {
  text-decoration: none;
  transition: 0.5s;
}

a img:hover {
  -webkit-animation: zoom .3s;
  animation: zoom .3s;
}

@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.05);
  }
}

@keyframes zoom {
  50% {
    transform: scale(1.05);
  }
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="button"] {
  -webkit-appearance: none;
  border-radius: 0;
}


p, ul, ol, dl, table, h1, h2, h3, h4, h5, h6, pre { margin-bottom: 30px;}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child { margin-top: 0 !important;}
p:last-child, ul:last-child, ol:last-child { margin-bottom: 0 !important;}
h1, h2, h3, h4, h5, h6, p, pre, dt, dd { line-height: 1.75;}
table {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.75;
	text-align: left;
}
th,td {
	padding: 1.4em;
	vertical-align: top;
	border: none;
}
th { font-weight: normal;}
tr { border-bottom: solid 1px #ddd;}
tr:last-child { border-bottom: none !important;}
img {
	display: block;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
a img { border: none;}
a {
	color: #C8000A;
	text-decoration: underline;
	cursor: pointer;
	-webkit-transition: all ease-out 0.2s;
	   -moz-transition: all ease-out 0.2s;
	    -ms-transition: all ease-out 0.2s;
	        transition: all ease-out 0.2s;
}
a:focus, a:active, a:hover { text-decoration: none;}
em {}
ol li {
	display: list-item;
	list-style: decimal outside;
	margin-bottom: 1em;
	margin-left: 1em;
	padding-left: 0.5em;
}

/*
-----------------------------------------------------

 	=Global Style

-----------------------------------------------------
*/

/* =Common Parts
----------------------------------------------------- */

.wrapper {
	width: 800px;
	margin: auto;
}




.section {
	padding: 40px 0;
}

#primary {
	float: left;
	width: 840px;
}

#secondary {
	float: right;
	width: 240px;
}

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

.flex-center {
  justify-content: center;
}

.flex_wrap img {
  width: 100%;
}

.flex_wrap .col4 {
  width: 24%;
}

.flex_wrap .col3 {
  width: 48%;
}

.flex_wrap .col2 {
  width: 49%;
}

/* =Heading
----------------------------------------------------- */

.h-main {
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: solid 3px rgba(36, 145, 143, 0.25);
	font-size: 1.5rem;
	color: #C8000A;
	font-weight: bold;
}


.h-sub {
	margin-bottom: 30px;
	padding-bottom: 0.5em;
	border-bottom: solid 3px #dcdcdc;
	font-size: 1.125rem;
	color: #000;
	font-weight: bold;
}

.h-simple {
	margin-bottom: 30px;
	font-size: 1rem;
	color: #000;
	font-weight: bold;
}

.h-bar {
	margin-bottom: 30px;
	padding: 10px 20px;
	border-radius: 5px;
	background-color: rgba(36, 145, 143, 0.05);
	font-size: 1.2rem;
	color: #C8000A;
	font-weight: normal;
}

.h-main em,
.h-sub em {
	display: block;
	font-size: 0.8375rem;
}

/* =Buttons
----------------------------------------------------- */

.button-link {
	display: block;
	margin: auto;
	padding: 1em 15px;
	max-width: 250px;
	background: url(images/i-arrow-right-w.png) no-repeat 92% center;
	background-size: auto 18px;
	background-color: #C8000A;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	text-decoration: none;
	text-align: center;
}

.button-link:hover {
	background-color: #e099bf;
	background-position: 95% center;
}

.button-layer,
.button-layer:after,
.button-layer span {
	width: 360px;
	max-width: 100%;
	height: 60px;
}
.button-layer {
	position: relative;
	z-index: 2;
	display: inline-block;
	font-weight: 200;
	font-size: 1rem;
	letter-spacing: 0.14em;
}
.button-layer span {
	display: block;
	position: absolute;
	z-index: 3;
	left: -4px;
	top: -4px;
	padding: 0 2em;
	line-height: 60px;
	border: solid 1px #C8000A;
	background: url(images/i-arrow-right-w.png) no-repeat 95% center;
	background-size: 17px auto;
	background-color: #C8000A;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all ease-out 0.1s;
	   -moz-transition: all ease-out 0.1s;
	    -ms-transition: all ease-out 0.1s;
	        transition: all ease-out 0.1s;
}

.button-layer:after {
	content: ".";
	font-size: 0;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	border: solid 1px #C8000A;
	background-color: #fff;
}

.button-layer:hover span {
	background-color: rgba(36, 145, 143, 1);
	left: 0;
	top: 0;
}

.button-more {
	display: block;
	border-radius: 35px;
	padding: 0.5em 20px;
	max-width: 200px;
	background: url(images/i-arrow-right-w.png) no-repeat 92% center;
	background-size: auto 18px;
	background-color: #C8000A;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0;
	text-decoration: none;
}

.button-more:hover {
	background-color: #508f4a;
	background-position: 95% center;
}

/* =Horizontal Rule
----------------------------------------------------- */
hr {
	clear: both !important;
	border: 0;
	height: 1px;
	margin: 60px 0;
	background-color: transparent;
}

/* =Decoration
----------------------------------------------------- */
.fc-focus { color:#900;}
.fc-theme { color: #C8000A;}
.span-theme { display:inline-block; background: #C8000A; padding:2px 12px; color:#fff; font-weight:bold; font-size:12px;}

/* =List
----------------------------------------------------------- */
/* Inline */
.list-inline li { display: inline-block; margin: 0 15px 0 0;}
.list li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #dcdcdc;
}
.list li span {
	display: block;
	font-weight: normal;
	font-size: 1em;
	margin-top: 0.5em;
}


/* =Frame
----------------------------------------------------- */

.frame {
	padding: 2.5em;
	margin-bottom: 1.5em;
}

.frame-simple {
	background-color: #fff;
}

.frame-border {
	border: solid 1px #ccc;
}

.frame-red {
	border: solid 3px #F02379;
}

.frame-theme {
	background-color: rgba(36, 145, 143, 0.05);
}


/* =Columns
----------------------------------------------------------- */

.splitColumn {
	overflow:hidden;
}
.splitColumn .row {
	width: 105%;
	margin-left: -2.5%;
}
.splitColumn .row .col{
	float: left;
	margin: 0 2.5% 5%;
}
.splitColumn .row.column-2 .col {width: 45%;}
.splitColumn .row.column-3 .col {width: 28.3333%;}
.splitColumn .row.column-4 .col {width: 20%;}
.splitColumn .row.column-5 .col {width: 15%;}
.splitColumn .row.column-6 .col {width: 13.66%;}



/*
-----------------------------------------------------

	=Header

-----------------------------------------------------
*/

#header {}

#header .fixed-icon {
  position: fixed;
  right: 20px;
  top: 80px;
  z-index: 8
}

#header .fixed-icon li {
  margin: 5px auto;
}

#header .header-bar {
  background-color: #FFF;
  width: 100%;
  height: 80px;
}

#header .header-bar .logo {
  padding-top: 15px;
  padding-left: 20px;
}

/* =Navigation
----------------------------------------------------- */

nav.NavMenu {
  position: fixed;
  top: 0;
  right: 0;
  text-align: center;
  background-color:rgba(255,255,255,0.90);
  width: 50%;
  transform: translateY(-100%);
  transition: all 0.6s;
  z-index: 110;
  display: none;
	
	box-shadow: 0 0 8px gray;
}

nav.NavMenu ul{
  
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

nav.NavMenu ul li{
  font-size: 1.2rem;
  list-style-type: none;  
  width: 100%;
  border-bottom: 2px dotted #CCC;
}

nav.NavMenu ul li:last-child{
  padding-bottom: 0;
  border-bottom: none;	/*最後のメニュー項目のみ下線を消す*/
}

nav.NavMenu ul li a{
  display: block;		/*クリックできる領域を広げる*/
  color: #C8000A;
  padding: 5% 0;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.0rem;
	 transition-property: all;
  transition: 0.3s linear;
}

nav.NavMenu ul li a:hover{
  display: block;		/*クリックできる領域を広げる*/
  color: #FFF;
  padding: 5% 0;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.0rem;
	background:rgba(200,0,10,0.90)
}
nav.NavMenu.active{
  transform: translateY(0%);		/*ナビを表示する*/
  display: block;
}

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

nav.NavMenu {
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #FFF;
  width: 100%;
  transform: translateY(-100%);
  transition: all 0.6s;
  z-index: 110;
  display: none;
}	
	
nav.NavMenu ul{
  background: #FFF;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

nav.NavMenu ul li{
  font-size: 1.2rem;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 2px dotted #CCC;
}

	
nav.NavMenu ul li a{
  display: block;	
  color: #C8000A;
  padding: 20px 0;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.0rem;
}

nav.NavMenu ul li a:hover{
  display: block;		
  color: #FFF;
   padding: 20px 0;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.0rem;
	background:rgba(200,0,10,0.90)
}
	
	
}


/*トグルボタンのスタイルを指定*/
.Toggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 120;
}

.Toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #333;
    -webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
    -moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
    transition: .35s ease-in-out;			/*変化の速度を指定*/
    left: 6px;
}

.Toggle span:nth-child(1) {
    top: 9px;
}

.Toggle span:nth-child(2) {
    top: 18px;
}

.Toggle span:nth-child(3) {
    top: 27px;
}

/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* =Key Visual (Top Only)
----------------------------------------------------- */
#keyvisual {
	background: url(images/top-key01.jpg) no-repeat center top;
	background-size: cover;
  position: relative;
}

#keyvisual #keyvisual-in {
	position: relative;
	height: 740px;
}

#keyvisual h1 {
  margin: 0;
}
#keyvisual .logo {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  padding: 30px;
  z-index: 5;
}

#keyvisual .copy {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 220px;
	bottom: 0;
	width: 800px;
  height: 200px;
  background-color: #FFF;

}

#keyvisual .copy h2 {
  position: relative;
  z-index: 2;
  text-align: left;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 30px;
  padding-left: 50px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
}

#keyvisual .copy h2 span {
  font-size: 2.6rem;
}

/*
-----------------------------------------------------

	=Footer

-----------------------------------------------------
*/

/* 診察時間・アクセス */
#timetable-area {
	padding: 90px 0 20px;
	background-color: #f6f6f6;
}
#timetable-area .wrapper {
	position: relative;
}

#timetable-area .flex-l,
#timetable-area .flex-r { width: 540px;}

#timetable-area .box {
	margin-bottom: 40px;
}

#timetable-area .banner img { margin-bottom: 20px;}

.timetable,
.access { margin-bottom: 90px;}
.timetable { margin-bottom: 20px;}
.timetable tr { border-bottom: 0;}
.timetable th,
.timetable td {
	background-color: #fff;
	border: solid 1px #999;
	padding: 0.45em;
	text-align: center;
	vertical-align: middle;
}
.timetable th {}
.timetable .maru { color: rgb(36, 145, 143); font-weight: bold; font-size: 1.3em;}

.access strong {
	font-size: 1.25rem;
}

/* 道順（クリニック案内も共通） */
.table-route { font-size: 13px; }
.table-route tr { border-bottom: 0;}
.table-route th,
.table-route td {
	padding: 0px 0;
}

#timetable-area #button-pagetop {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}

#timetable-area #button-pagetop img { display: inline-block;}

/* フッター */
#footer {
	background-color: #fff;
}

#footer #footer-in {
	margin-bottom: 25px;
}

#footer a { color: inherit; text-decoration: none;}
#footer a:hover { text-decoration: underline;}

#footer .nav { width: 70%;}

#footer .nav {
	text-align: left;
}
#footer .nav ul li {
	display: inline-block;
	margin-right: 1.5em;
	font-size: 0.8375rem;
}

#footer .tel-area {
  width: 100%;
  height: 90px;
  background-color: #353638;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
}

#footer .tel-area img {
  text-align: center;
  margin: auto;
}

#footer .copyright {
  height: 90px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer .copyright p {
	text-align: left;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  margin: auto;
  display: inline-block;
  width: 80%;
}

#footer .copyright .logo {
  text-align: right;
  display: inline-block;
  width: 20%;
}


/*
-----------------------------------------------------

	=Main Column

-----------------------------------------------------
*/
#page {}
#main { clear:both; margin: 0 auto;}

.home #breadcrumbs { display: none; }
#breadcrumbs {
	margin-bottom: 0px;
	padding: 25px 0;
}
#breadcrumbs,
#breadcrumbs a {
	color: inherit;
}
#breadcrumbs a {
	text-decoration: underline;
}
#breadcrumbs a:hover {
	text-decoration: none;
}


#comment {
  background-color: #FFF;
  height: auto;
  position: relative;
}

#comment p {
  text-align: center;
  font-size: 2.4rem;
}

#map {
  background-color: #ECE9E4;
  height: 620px;
}
.white-block {
  background-color: #FFF;
  height: 30px;
  position: relative;
}
.gmap-area {
  margin-top: -46px;
  height: 620px;
}
.mb0 { margin-bottom: 0!important;}

#lineup {
  padding: 40px 0;
  margin: auto;
}

#lineup .carousel-cell {
  width: 23%;
  margin: auto 10px;
}

#lineup h3 {
  margin: auto;
  font-size: 3.6rem;
  font-weight: bold;
}

#property {
  background-color: #EFF3F6;
}

#property .box {
  background-color: #FFF;
  padding: 40px 80px;
  margin-bottom: 40px;
}

#property .box h3 {
  font-size: 2.4rem;
  margin: auto;
  padding-bottom: 40px;
  text-align: center;
  font-weight: bold;
}

#property .box img {
  margin: auto;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}

#property .box table {
  border: solid 1px #DCDCDC;
  vertical-align: middle;
}

#property .box table th {
  background-color: #F6F2D9;
  font-weight: bold;
}

#property .box table td {
  font-weight: bold;
}
#property .box table td .attention {
  font-size: 2.4rem;
  color: #C8000A;
}

.btn-area {
  text-align: center;
  margin: auto;
}
.btn-square {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #FFF;/*ボタン色*/
  color: #C8000A;
  border: solid 2px #C8000A;
  border-radius: 6px;
  padding: 10px 80px;
  box-shadow: 0 4px 0px rgba(0,0,0,0.2), 0 -0px 0px -2px inset;
  text-align: center;
  margin: auto;
  font-weight: bold;
}
.btn-square:hover {
  background: rgba(255,127,127,0.3);
}

.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: none;
}

/*
-----------------------------------------------------

	=subpage

-----------------------------------------------------
*/
.page-title-area {
  width: 100%;
  height: 90px;
  background-color: #C8000A;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-title-area h2 {
  color: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin: auto;
}

.fee-area {
  width: 100%;
  height: 90px;
  background-color: #EFF3F6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fee-area h2 {
  color: #C8000A;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin: auto;
}

.section-title {
  width: 100%;
  background-color: #EFF3F6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #727375;
  margin-bottom: 30px;
  position: relative;
}

.section-title h3 {
  color: #000;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin: auto;
  padding: 10px 0;
}

#imgScreen img {
  margin: auto;
  text-align: center;
}

#imgScreen .screen {
  width: 100%;
  margin-bottom: 20px;
}

#imgScreen .largeImage {
  height: 525px;
  width: 820px;
}

#imgScreen .thumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#imgScreen .thumbs div {
  padding: 2px;
}

#imgScreen .thumbs img {
  width: 65px;
  height: 65px;
}

#sectionGuidance {}
#sectionGuidance p {
  font-size: 2.4rem;
  font-weight: bold;
  color: #C8000A;
  margin: 5px auto;
}

#sectionGuidance dl { width: 100%; }
#sectionGuidance dl dt,
#sectionGuidance dl dd  { display: inline-block;}
#sectionGuidance dl dt { width: 40%;}
#sectionGuidance dl dd  {
  width: 60%;
  font-weight: bold;
}
#environment .flex_wrap {
  margin-top: 30px;
}
#environment p { padding-bottom: 30px; }
#environment p span {
  font-size: 2.4rem;
  font-weight: bold;
  padding-right: 20px;
}

#overview table {
  border: solid 1px #DCDCDC;
  vertical-align: middle;
}

#overview table th {
  background-color: #F6F2D9;
  font-weight: bold;
  width: 20%;
}

#overview table td {
  font-weight: bold;
  width: 80%;
}

#overview .btn-area {
  margin: 60px auto;
}
#overview .btn-square {
  color: #FFF;
  font-size: 2.4rem;
  background: #C8000A;
  padding: 30px 80px;
  box-shadow: 0 4px 0px rgba(0,0,0,0.8), 0 -0px 0px -2px inset;
}

#overview .btn-square:hover {
  background: #7F0000;
  border: solid 2px #7F0000;
}

#overview .btn-square:active {
  box-shadow: none;
}

#otherview {
  background-color: #EFF3F6;
}

#otherview h3 {
  font-weight: bold;
}
#otherview .flex_wrap .col3 {
  background-color: #FFF;
  padding: 20px;
  margin-bottom: 20px;
}

#otherview .flex_wrap .col3 img {
  margin-bottom: 10px;
}
/*




/* --------------------------------
 * top_img
 * -------------------------------- */
.top_img {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.top_img .h_logo {
  width: 15%;
max-width: 281px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  max-height: 77px;
}


.subp .h_logo {
  width: 15%;
max-width: 281px;
  position: absolute;
  bottom: 0;
  left: 20%;
  z-index: 2;
  max-height: 77px;
}

.subp {
  height: 77px;
}

@media screen and (max-width: 959px) {
  .top_img .h_logo {
    width: 50%;
    top: 0;
	 left: 0;
	  margin-top: 0;
  }
}

.top_img .text_img {
  width: 41%;
  position: absolute;
  top: 30%;
  right: 0;
  z-index: 2;
}

@media screen and (max-width: 959px) {
  .top_img .text_img {
    width: 90%;
    top: 25%;
  }
}

/* --------------------------------
 * baner
 * -------------------------------- */
.baner {
  width: 5%;
  position: fixed;
  right: -200px;
  top: 30%;
  z-index: 10;
  transition: 1s;
}

.baner a {
  text-decoration: none;
}

@media screen and (max-width: 959px) {
  .baner {
    width: 50%;
    right: -240px;
    top: 0px;
  }
}

.baner .ba {
  width: 100%;
  margin: 0 0 5%;
  display: block;
}

@media screen and (max-width: 959px) {
  .baner .ba {
    width: 30%;
    margin: 0 0.5%;
    display: inline-block;
  }
}

/* --------------------------------
 * box_1
 * -------------------------------- */
.box_1 {
  width: 100%;
  margin: 0;
  padding: 5% 0 0;
  overflow: hidden;
}

.box_1 .h2 {
  font-size: 4rem;
  font-weight: bold;
  padding: 0 0 5%;
  letter-spacing: 2px;
}

@media screen and (max-width: 959px) {
  .box_1 .h2 {
    font-size: 6vw;
    line-height: 1.3;
  }
}

.box_1 .in {
  width: 100%;
  margin: 0 0 1%;
  padding: 0;
}

@media screen and (max-width: 959px) {
  .box_1 .in {
    margin: 0 0 5%;
  }
}

.box_1 .in .pho_1 {
  width: 60%;
  float: left;
}

.box_1 .in .pho_2 {
  width: 60%;
  float: right;
}

.box_1 .in .right {
  width: 40%;
  float: right;
  background-color: #c8000a;
  color: #fff;
  text-align: left;
  padding: 9.55% 4%;
}

@media screen and (max-width: 959px) {
  .box_1 .in .right {
    width: 100%;
    float: none;
    text-align: center;
    padding: 5% 3%;
  }
}

.box_1 .in .left {
  width: 40%;
  float: left;
  background-color: #c8000a;
  color: #fff;
  text-align: left;
  padding: 11.15% 4%;
}

@media screen and (max-width: 959px) {
  .box_1 .in .left {
    width: 100%;
    float: none;
    text-align: center;
    padding: 5% 3%;
  }
}

.box_1 .in .right_1 {
  width: 40%;
  float: right;
  background-color: #c8000a;
  color: #fff;
  text-align: left;
  padding: 11.15% 4%;
}

@media screen and (max-width: 959px) {
  .box_1 .in .right_1 {
    width: 100%;
    float: none;
    text-align: center;
    padding: 5% 3%;
  }
}

.box_1 .in .text {
  font-size: 1vw;
}

@media screen and (max-width: 959px) {
  .box_1 .in .text {
    font-size: 3vw;
  }
}

.box_1 .in .text_1 {
  font-size: 2.5vw;
  line-height: 1.3;
  padding: 2% 0;
}

@media screen and (max-width: 959px) {
  .box_1 .in .text_1 {
    font-size: 4vw;
  }
}

.box_1 .in .text_2 {
  font-size: 1.5vw;
  line-height: 1.7;
}

@media screen and (max-width: 959px) {
  .box_1 .in .text_2 {
    text-align: left;
    font-size: 3vw;
  }
}

.box_1 .box .pho_1 {
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}

.box_1 .box .pho_1.move {
  -webkit-transform: translate(-150px, 0);
  opacity: 0;
}

.box_1 .box .pho_2 {
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}

.box_1 .box .pho_2.move {
  -webkit-transform: translate(150px, 0);
  opacity: 0;
}

.pho_16 {
  width: 100%;
  margin: 0;
  overflow: hidden;
  transition: .8s;
}

.list-mv07 {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}

.mv07 {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/* --------------------------------
 * box_2
 * -------------------------------- */
.box_2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5% 0;
}

@media screen and (max-width: 959px) {
  .box_2 {
    width: 100%;
  }
}

.box_2 .h3 {
  font-size: 3rem;
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 959px) {
  .box_2 .h3 {
    font-size: 6vw;
  }
}

.box_2 .text {
  padding: 1% 0 5%;
  display: block;
}

.box_2 a img {
  width: 30%;
  display: inline-block;
  margin: 0 1% 2%;
}

@media screen and (max-width: 959px) {
  .box_2 a img {
    width: 46%;
  }
}

/* --------------------------------
 * box_3
 * -------------------------------- */
.box_3 {
  width: 100%;
  margin: 0;
  padding: 5% 0;
  background-color: #e7e8ed;
}

.box_3 .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 959px) {
  .box_3 .inner {
    width: 100%;
  }
}

.box_3 .inner .h3 {
  font-size: 3rem;
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 959px) {
  .box_3 .inner .h3 {
    font-size: 6vw;
  }
}

.box_3 .inner .text {
  padding: 1% 0 5%;
  display: block;
}

.box_3 .inner .in {
  width: 100%;
  margin: 0;
  padding: 8% 0 0;
}

@media screen and (max-width: 959px) {
  .box_3 .inner .in {
    padding: 8% 3% 0;
  }
}

.box_3 .inner .in .left {
  width: 50%;
  float: left;
  text-align: left;
}

@media screen and (max-width: 959px) {
  .box_3 .inner .in .left {
    width: 100%;
    float: none;
  }
}

.box_3 .inner .in .left .text_1 {
  font-weight: bold;
  line-height: 1.5;
}

.box_3 .inner .in .left .text_2 {
  line-height: 1.5;
  padding: 2% 0 5%;
}

.box_3 .inner .in .pho_10 {
  width: 45%;
  float: right;
}

@media screen and (max-width: 959px) {
  .box_3 .inner .in .pho_10 {
    width: 80%;
    margin: 0 auto 8%;
    float: none;
  }
}

.g_map {
  width: 100%;
  height: 500px;
  margin: 0;
}

@media screen and (max-width: 959px) {
  .g_map {
    height: 250px;
  }
}

/* --------------------------------
 * btn
 * -------------------------------- */
.btn {
  height: auto;
  padding: 2% 0 0;
  background: #d7000f url(../images/btn_bg.png) no-repeat right;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
}

@media screen and (max-width: 959px) {
  .btn {
    padding: 2% 0 5%;
  }
}

.btn .container {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .btn .container {
    width: 100%;
  }
}

.btn .container li {
  vertical-align: middle;
}

.btn .container li span {
  vertical-align: top;
  line-height: 3;
}

.btn .container .li_a {
  display: inline-block;
  margin: 3% 0 3% 1%;
  float: left;
}

@media screen and (max-width: 959px) {
  .btn .container .li_a {
    display: none;
  }
}

.btn .container .li_b {
  display: inline-block;
  margin: 3% 1% 3% 0;
  float: right;
}

@media screen and (max-width: 959px) {
  .btn .container .li_b {
    display: none;
  }
}

.btn .container .li_a_sp {
  display: none;
}

@media screen and (max-width: 959px) {
  .btn .container .li_a_sp {
    display: block;
    width: auto;
    margin: 5% 0;
  }
}

.btn .container .li_b_sp {
  display: none;
}

@media screen and (max-width: 959px) {
  .btn .container .li_b_sp {
    display: block;
    width: auto;
    margin: 0 0 5%;
  }
}

.btn .container .tel {
  width: auto;
  margin-left: 3%;
}

@media screen and (max-width: 959px) {
  .btn .container .tel {
    width: 70%;
    margin: 0 auto;
  }
}

.btn .container .siryou_3 {
  width: auto;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .btn .container .siryou_3 {
    width: 90%;
    margin: 0 auto;
  }
}

/* --------------------------------
 * box_4
 * -------------------------------- */
.box_4 {
  width: 100%;
  margin: 0;
  padding: 50% 0 5%;
  background: url(../images/back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom;
}

@media screen and (max-width: 959px) {
  .box_4 {
    padding: 0;
  }
}

.box_4 .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3% 5%;
  background-color: #fff;
}

@media screen and (max-width: 959px) {
  .box_4 .inner {
    width: 100%;
    padding: 10% 3%;
  }
}

.box_4 .inner .h3 {
  font-size: 3rem;
  font-weight: bold;
  display: block;
  color: #d90009;
}

@media screen and (max-width: 959px) {
  .box_4 .inner .h3 {
    font-size: 6vw;
    line-height: 1.3;
  }
}

.box_4 .inner .pho_15 {
  width: 100%;
  margin: 3% 0;
}

.box_4 .inner .text {
  line-height: 1.5;
  padding: 2% 0 0;
}

/* --------------------------------
 * box_5
 * -------------------------------- */
.box_5 {
  width: 100%;
  margin: 0;
  padding: 5% 0;
}

@media screen and (max-width: 959px) {
  .box_5 {
    padding: 10% 3%;
  }
}

.box_5 .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 959px) {
  .box_5 .inner {
    width: 100%;
  }
}

.box_5 .inner .left {
  width: 45%;
  float: left;
}

@media screen and (max-width: 959px) {
  .box_5 .inner .left {
    width: 100%;
    float: none;
  }
}

.box_5 .inner .right {
  width: 45%;
  float: right;
}

@media screen and (max-width: 959px) {
  .box_5 .inner .right {
    width: 100%;
    float: none;
    margin: 10% 0 0;
  }
}

.box_5 .inner .text {
  padding: 0 0 2%;
}

.box_5 .inner .text_1 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #6a3906;
}

@media screen and (max-width: 959px) {
  .box_5 .inner .text_1 {
    font-size: 5vw;
    line-height: 1.3;
  }
}

.box_5 .inner .pho_11 {
  width: 100%;
  margin: 5% 0;
}

.box_5 .inner .text_2 {
  text-align: left;
  line-height: 1.8;
}

/* --------------------------------
 * box_6
 * -------------------------------- */
.box_6 {
  width: 100%;
  margin: 0;
  padding: 5% 0;
  background: url(../images/back_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

@media screen and (max-width: 959px) {
  .box_6 {
    padding: 10% 3%;
  }
}

.box_6 .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 959px) {
  .box_6 .inner {
    width: 100%;
  }
}

.box_6 .inner .text_img_1 {
  width: 100%;
}

.box_6 .inner .text {
  text-align: left;
  line-height: 1.8;
  padding: 5% 10%;
}

.box_6 .inner .pho_13 {
  width: 100%;
}

.pho_14 {
  width: 100%;
}

/* --------------------------------
 * box_7
 * -------------------------------- */
.box_7 {
  width: 100%;
  margin: 0;
  padding: 5% 0;
}

@media screen and (max-width: 959px) {
  .box_7 {
    padding: 10% 3%;
  }
}

.box_7 .inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .box_7 .inner {
    width: 100%;
  }
}

.box_7 .inner .h3 {
  font-size: 3rem;
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 959px) {
  .box_7 .inner .h3 {
    font-size: 5vw;
  }
}

.box_7 .inner .f_left {
  width: 50%;
  float: left;
  text-align: left;
}

@media screen and (max-width: 959px) {
  .box_7 .inner .f_left {
    width: 100%;
    float: none;
  }
}

.box_7 .inner .f_left .text {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .box_7 .inner .f_left .text {
    font-size: 4vw;
  }
}

.box_7 .inner .f_left table {
  width: 100%;
  margin: 3% 0 0;
  font-size: 1.3rem;
}

@media screen and (max-width: 959px) {
  .box_7 .inner .f_left table {
    font-size: 3vw;
  }
}

.box_7 .inner .f_left table tr {
  border-top: 1px solid #e8e8e8;
}

.box_7 .inner .f_left table tr:last-child {
  border-bottom: 1px solid #e8e8e8;
}

.box_7 .inner .f_left table tr th {
  width: 25%;
  padding: 2% 0;
  vertical-align: middle;
}

@media screen and (max-width: 959px) {
  .box_7 .inner .f_left table tr th {
    width: 100%;
    display: block;
    padding: 2% 0 0;
  }
}

.box_7 .inner .f_left table tr td {
  width: 75%;
  padding: 2% 0;
  vertical-align: middle;
  line-height: 1.8;
}

@media screen and (max-width: 959px) {
  .box_7 .inner .f_left table tr td {
    width: 100%;
    display: block;
  }
}

.box_7 .inner .f_left table tr td a {
  color: #333;
}

.box_7 .inner .right {
  width: 45%;
  height: 500px;
  float: right;
}

@media screen and (max-width: 959px) {
  .box_7 .inner .right {
    width: 100%;
    height: 250px;
    float: none;
    margin: 5% 0 10%;
  }
}

.box_7 .inner .clearfix {
  margin: 8% 0 0;
}

/* --------------------------------
 * form
 * -------------------------------- */

.mauticform-row{
	border-top: #ccc 1px solid;
	line-height: 38px;
	padding: 19px 0;
	margin: 0 !important;
}

.mauticform-label{
	float: left;
	font-weight: normal !important;
	width: 25% !important;
}

.mauticform-selectbox, .mauticform-input, .mauticform-textarea{
	width: 75% !important;
}

@media screen and (max-width: 959px) {
	.mauticform-checkboxgrp-row{
		padding: 0 0 1em 0;
	}

	.mauticform-row{
		border-top: #ccc 1px solid;
		line-height: 1.5em;
		padding: 1em 0;
		margin: 0 !important;
	}

	.mauticform-label{
		float: left;
		font-weight: normal !important;
		width: 24% !important;
	}

	.mauticform-selectbox, .mauticform-input, .mauticform-textarea{
		width: 75% !important;
	}
}

.mauticform-button:hover {
  opacity: 0.8;
}

.mauticform-button {
  width: 250px;
  height: 56px;
  padding: 8px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  background: #d7000f !important;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  font-size: 20px;
  color: #fff !important;
  cursor: pointer;
  margin: 40px 170px;
}

@media screen and (max-width: 959px) {
  .mauticform-button {
    width: 52%;
    height: 4em;
    margin: 0 6.5em;
  }
}

.form-m01 {
  width: 100%;
  background: #F6F6F6;
  padding: 0 60px 60px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .form-m01 {
    width: 100%;
    padding: 0 1em 1em 1em;
    margin: 0 auto;
  }
}

.form-m02 {
  padding: 50px 60px 0 !important;
  width: auto !important;
}

@media screen and (max-width: 959px) {
  .form-m02 {
    padding: 2em 0 0 0 !important;
  }
}

#form {
  width: 100%;
  margin-top: 5%;
  margin-bottom: 60px;
}

@media screen and (max-width: 959px) {
  #form {
    margin: 0;
    overflow: hidden;
  }
}

#form .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 60px 60px;
  background: #F6F6F6;
}

@media screen and (max-width: 959px) {
  #form .container {
    width: 100%;
    padding: 5% 3% 10%;
  }
}

#form h2 {
  margin-bottom: 10px;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  color: #d7000f;
}

@media screen and (max-width: 959px) {
  #form h2 {
    font-size: 3vw;
  }
}

#form h2 span {
  display: block;
  font-size: 46px;
}

@media screen and (max-width: 959px) {
  #form h2 span {
    font-size: 6vw;
  }
}

#form p {
  margin-bottom: 20px;
  line-height: 1.8;
}

#form form {
  border-top: solid 1px #e0e0e0;
  font-size: 0;
}

#form dl {
  border-bottom: solid 1px #e0e0e0;
  text-align: left;
}

@media screen and (max-width: 959px) {
  #form dl {
    padding: 10px 0;
  }
}

#form dt {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 260px;
  padding: 30px 0;
  font-size: 14px;
  line-height: 38px;
}

@media screen and (max-width: 959px) {
  #form dt {
    line-height: 28px;
    width: 100%;
    padding: 3% 0;
  }
}

#form dt:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

#form dt span {
  float: right;
  line-height: 38px;
}

@media screen and (max-width: 959px) {
  #form dt span {
    line-height: 28px;
  }
}

#form dt em {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 30px;
  height: 16px;
  background: #d7000f;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}

#form dd {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 620px;
  padding: 30px 20px;
  font-size: 14px;
}

@media screen and (max-width: 959px) {
  #form dd {
    padding: 10px 0;
    width: 100%;
  }
}

#form dd p {
  margin: 10px 0 0;
}

#form dd small {
  margin-left: 15px;
  font-size: 13px;
}

#form dd select,
#form dd input[type=email],
#form dd input[type=tel],
#form dd input[type=text] {
  height: 40px;
  padding: 8px;
  margin: 0 2%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #d6d6d6;
  box-shadow: 1px 1px 5px 0 #e6e6e6 inset;
  -webkit-box-shadow: 1px 1px 5px 0 #e6e6e6 inset;
}

@media screen and (max-width: 959px) {
  #form dd select,
  #form dd input[type=email],
  #form dd input[type=tel],
  #form dd input[type=text] {
    width: 85%;
    margin: 1% 3%;
  }
}

#form dd textarea {
  width: 100%;
  padding: 8px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: solid 1px #d6d6d6;
  box-shadow: 1px 1px 5px 0 #e6e6e6 inset;
  -webkit-box-shadow: 1px 1px 5px 0 #e6e6e6 inset;
}

#form dd .w280 {
  width: 280px;
}

@media screen and (max-width: 959px) {
  #form dd .w280 {
    width: 100%;
  }
}

#form dd .w400 {
  width: 400px;
}

@media screen and (max-width: 959px) {
  #form dd .w400 {
    width: 100%;
  }
}

#form p.submit {
  margin: 40px 0 0;
}

#form p.submit input[type=submit] {
  width: 250px;
  height: 56px;
  padding: 8px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  background: #d7000f;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

.pv {
  font-size: 1rem;
  text-align: left;
  color: #000;
  line-height: 1.8;
}


.hitu {
  float: right;
  color: #fff;
  padding: 1% 2%;
  background-color: #F00;
  margin: 0 5% 1%;
}

.siryou {
  width: 30%;
  display: block;
  content: "";
  float: left;
  margin: 0 2% 0 0;
}

#name, #kana, #tel {
  padding: 1% 2%;
}

#jyusyo_1, #jyusyo_2, #mail_1, #mail_2, #f_tel {
  width: 70%;
  padding: 1% 2%;
  margin-top: 2%;
}

#tomorrow, #jikan, #jikan_2 {
  width: 30%;
  padding: 1% 2%;
  margin-top: 2%;
}

#f_name, #f_kana {
  width: 70%;
  padding: 1% 2%;
  margin-top: 2%;
}

#bikou, #jyusyo {
  width: 90%;
  padding: 1% 2%;
}

.tr_2 {
  border-bottom: none;
}

.th_2 {
  text-align: center;
}

#btn {
  font-size: 2rem;
  color: #fff;
  background-color: #F00;
  padding: 2% 3%;
  border-radius: 5%;
}

#tel_2 {
  height: 90px;
  background: #353638;
  font-size: 18px;
  line-height: 90px;
  color: #fff;
}

@media screen and (max-width: 959px) {
  #tel_2 {
    width: 100%;
    height: auto;
    line-height: 1.8;
    font-size: 3.5vw;
    padding: 5% 0;
  }
}

#tel_2 li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 0 6px;
}

.f_tel {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 959px) {
  .f_tel {
    width: 100%;
    margin: 0 auto;
  }
}

#tel_2 li:last-child {
  font-size: 15px;
}

@media screen and (max-width: 959px) {
  #tel_2 li:last-child {
    font-size: 3.5vw;
  }
}

/* --------------------------------
  * footer
  * -------------------------------- */
.footer {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 1%;
}

@media screen and (max-width: 959px) {
  .footer {
    width: 100%;
  }
}

.footer .text {
  font-size: 1.2rem;
  padding: 2% 0 0;
  float: left;
  margin: auto;
}

@media screen and (max-width: 959px) {
  .footer .text {
    font-size: 2vw;
    float: none;
  }
}

.footer .f_logo {
  width: 20%;
  float: right;
  margin: 3% 0 0;
}

@media screen and (max-width: 959px) {
  .footer .f_logo {
    width: 50%;
    float: none;
    margin: auto;
  }
}

.in_sp {
  width: 100% !important;
}

/* ---------------------------------------------------------
	CSS thanks_html
--------------------------------------------------------- */
.thanks_box {
  max-width: 1200px;
  margin: 0 auto 5%;
}

@media screen and (max-width: 959px) {
  .thanks_box {
    width: 100%;
    padding: 0 5%;
  }
}

.tha_h2 {
  font-size: 3rem;
  line-height: 1.5;
  color: red;
  padding: 5% 0;
}

@media screen and (max-width: 959px) {
  .tha_h2 {
    font-size: 5vw;
    padding: 10% 0;
  }
}

.tha_text {
  line-height: 1.8;
}

.tha_btn {
  width: 20%;
  display: block;
  margin: 5% auto;
  padding: 2%;
  background-color: #fd8729;
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  border-radius: 10px;
}

@media screen and (max-width: 959px) {
  .tha_btn {
    width: 50%;
    margin: 10% auto;
    font-size: 1.3rem;
    padding: 5% 0;
  }
}

.tha_btn:hover {
  opacity: 0.8;
}


@media screen and (max-width: 959px) {
  .wrapper {
  		width: auto !important;
  		padding: 6.25% 6.25vw !important;
  		margin: auto !important;
  	}

    .sp_wrapper {
      padding: 0!important;
    }

    .flex_wrap .col2,
    .flex_wrap .col3,
    .flex_wrap .col4 {
      width: 100%;
    }
  	/* Header
  	--------------------------------------------------*/
  	#header {
  		background-color: #fff;
  	}
  	/*#header .info { display: none;}*/

  	/* Key Visual */
  	#keyvisual { }
  	#keyvisual #keyvisual-in { height: 480px;}
  	#keyvisual #keyvisual-in .copy {

  	}

    #keyvisual .logo {
      width: 200px;
      top: 0;
      padding: 10px;
    }

    #header .header-bar .wrapper {
      padding: 0!important;
    }

    #header .header-bar .logo {
      width: 200px;
      top: 0;
      padding: 10px;
    }


    #keyvisual .copy {
      width: 90%;
      height: 100px;
      top: 100px;
      max-width: 360px;
    }

    #keyvisual .copy h2 {
      font-size: 22px;
      padding-top: 15px;
      padding-left: 32px;
    }

    #keyvisual .copy h2 span {
      font-size: 18px;
    }


  	/* Navigation */
  	.button-open,
  	.button-close {
  		position: absolute;
  		z-index: 2;
  		top: 30px;
  		right: 6.25%;
  		padding: 10px;
  		color: #C8000A;
  		font-size: 12px;
  		font-weight: 900;
  		line-height: 1;
  		border: solid 2px #C8000A;
  		border-radius: 0px;
  		letter-spacing: 0;
  		line-height: 1;
  		text-transform: uppercase;
  		text-decoration: none;
  		cursor: pointer;
  	}
  	.button-open:hover,
  	.button-close:hover {}
  	.button-open i,
  	.button-close i { margin-right: 0.5em;}
  	.button-close { display: none;}

    .section {
      padding: 20px 0;
    }

  	/* Toggle Navigation */

  	/* Footer
  	--------------------------------------------------*/
    #footer .wrapper { padding: 0 10px!important; }
    #footer .copyright p {
    	font-size: 10px;
      width: 50%;
    }
    #footer .copyright .logo { width: 50%;}
    #footer .copyright,
    #footer .tel-area { height: 60px; }
    /*
    -----------------------------------------------------

    	=Main Column

    -----------------------------------------------------
    */
    #comment p { font-size: 14px;}

    #map,.gmap-area { height: 420px; }
    #lineup { padding: 20px 0}
    #lineup .carousel-cell {
      width: 20%;
      margin: auto 5px;
    }

    #property .box {
      padding: 20px;
    }

    #imgScreen .largeImage {
      width: 100%;
      height: auto;
    }


    #overview .btn-square {
        font-size: 18px;
        padding: 30px 40px;
    }

}



.fotorama {
  width: 820px;
	margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .fotorama { width: 100%; }
}