/*
Theme Name: wp-base-ts
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Button
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Footer
# Infinite scroll
# Media
## Captions
# Columns
--------------------------------------------------------------*/

@font-face {
font-family: 'futura';
src: url(/font/futura.ttf);
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust:     100%;
}

body {
margin: 0;
}

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

audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}

audio:not([controls]) {
display: none;
height: 0;
}

[hidden],
template {
display: none;
}

a {
background-color: transparent;
}

a:active,
a:hover {
outline: 0;
}

abbr[title] {
border-bottom: 1px dotted;
}

b,
strong {
font-weight: bold;
}

dfn {
font-style: italic;
}

h1 {
font-size: 2em;
margin: 0;
}

mark {
background: #ff0;
color: #fff;
}

small {
font-size: 80%;
}

sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}

sup {
top: -0.5em;
}

sub {
bottom: -0.25em;
}

img {
border: 0;
}

svg:not(:root) {
overflow: hidden;
}

figure {
margin: 0px;
}

hr {
box-sizing: content-box;
height: 0;
}

pre {
overflow: auto;
}

code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}

button {
overflow: visible;
}

button,
select {
text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}

button[disabled],
html input[disabled] {
cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}

input {
line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}

fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}

legend {
border: 0;
padding: 0;
}

textarea {
overflow: auto;
}

optgroup {
font-weight: bold;
}

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

td,
th {
padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

html{
font-size:62.5%;
}
body,
button,
input,
select,
optgroup,
textarea {
color: #111;
font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
line-height: 1.4;
font-size: 14px;
font-size: 1.4rem;
-webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}

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

dfn,
cite,
em,
i {
font-style: italic;
}

blockquote {
margin: 0 1.5em;
}

address {
margin: 0 0 1.5em;
}

pre {
background: #111;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}

code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}

abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}

mark,
ins {
background: #1119c0;
text-decoration: none;
}

big {
font-size: 125%;
}
h1{
font-size: 20px;
color: #111;
text-transform: uppercase;
font-weight: 400;
letter-spacing: 2px;
text-align:center;
height:40px;
line-height:40px;
}
.site-title{
font-size: 20px;
color: #111;
text-transform: uppercase;
font-weight: 400;
letter-spacing: 2px;
height: 40px;
line-height: 40px;
text-align:left;
}
h2{
font-size: 34px;
font-size:3.4rem;
color: #ad9778;
font-weight: 600;
text-transform: uppercase;
margin: 45px 0 33px;
text-align:center;
}

h2:after{
display: block;
width: 60px;
height: 20px;
margin: 0 auto;
border-bottom: solid 2px #ad9778;
content: "";
}

h2.page-title{
font-size: 40px;
font-size:4.0rem;
color:#fff;
margin-bottom:0px;
}
h2.page-title:after{
display:none;
}
.page-subtitle{
display:inline-block;
padding:10px 20px;
border:1px solid #fff;
color:#fff;
}

.lead{
font-size: 20px;
text-align:center;
line-height:1.8;
color:#ad9778;
font-family:serif;
}
h3{
font-size: 26px;
font-size:2.6rem;
color:#111;
}
h4{
font-size: 16px;
font-size:1.6rem;
}

#primary-menu{
font-family: '', serif;
}
h1, h2, h3, h4{
font-family: '', serif;
font-weight:normal;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
box-sizing: border-box;
}

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

body {
background: #fff;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}

blockquote,
q {
quotes: "" "";
}

hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}

ul,
ol {
margin: 0 0 1.5em 3em;
}

ul {
list-style: disc;
}

ol {
list-style: decimal;
}

li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}

dt {
font-weight: bold;
}

dd {
margin: 0 1.5em 1.5em;
}

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

figure {
margin: 0; 
}

table {
margin: 0 0 1.5em;
width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, .8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}

select {
border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}

textarea {
width: 100%;
}

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/

button {
padding: 0.5em 2em;
border: none;
box-sizing:border-box;
width:120px;
display: inline-block;
font-size: 16px;
font-size: 1.6rem;
line-height:1;
font-weight:bold;
position: relative;
cursor: pointer;
margin: 0 5px 10px;
}
button::before,
button::after {
box-sizing:border-box;
}
/*　buttonC　*/
.buttonC {
border:2px solid #00afa7;
border-radius: 5px;
background-color: transparent;
color: #fff !important;
transition: .6s all;
position: relative;
padding:10px 20px;
font-size:16px;
font-size:1.6rem;
}
.buttonC:before {
content: '';
display: block;
width: 100%;
height: 100%;
background-color: #00afa7;
position: absolute;
left: 0;
top: 0;
transition: .3s all;
transform-origin: 50% 50%;
z-index:-1;
}
.buttonC:after {
content: '';
display: block;
width: 100%;
height: 100%;
background-color: #008f87;
position: absolute;
left: 0;
top: 0;
transition: .3s all;
transform: scale(0);
transform-origin: 50% 50%;
opacity: 0;
z-index:-1;
}
.buttonC:hover {
color: #fff;
}
.buttonC:hover:after {
transform: scale(1);
opacity: 1;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
color: #111;
}

a:visited,
a:hover,
a:focus,
a:active {
color: #111;
}

a:focus {
outline: thin dotted;
}

a:hover,
a:active {
outline: 0;
}

a:visited,
a:hover,
a:focus,
a:active {
color: #111;
}

#page-single a,
#page-single a:visited,
#page-single a:hover,
#page-single a:focus,
#page-single a:active {
color: #00afa7;
text-decoration:underline;
}

/*--------------------------------------------------------------
## Media
--------------------------------------------------------------*/

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

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


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
}

.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
text-align: right;
}

.main-navigation li {
position: relative;
display:inline-block;
margin:0 20px;
}

.main-navigation a {
display: block;
text-decoration: none;
height:50px;
line-height:50px;
font-size:12px;
font-size:1.2em;
color:#111;
}

.main-navigation li a:before{
position: absolute;
bottom: 10px;
left: 0;
content: "";
display: inline-block;
width: 0;
height: 2px;
background: #111;
transition: 0.2s;
}

.menu li a:hover:before{
width: 100%;
}
.main-navigation .current-menu-item a{
color:#111;
}
.main-navigation .current-menu-item a:before{
background: #111;
width: 100%;
}

.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}

.main-navigation ul ul ul {
left: -999em;
top: 0;
}

.main-navigation ul ul a {
width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
display: block;
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}

/*----sp menu----*/

#menu-btn{
display: inline-block;
position: fixed;
top:17px;
right:20px;
width: 20px;
height: 22px;
}
#menu-btn:hover{
}
#menu-btn-icon{
display: block;
position: absolute;
top: 50%;
width: 20px;
height: 2px;
background: #111;
transition: .2s;
}
#menu-btn-icon:before, #menu-btn-icon:after{
display: block;
content: "";
position: absolute;
top: 50%;
left: 0;
width: 20px;
height: 2px;
background: #111;
transition: .3s;
}
#menu-btn-icon:before{
margin-top: -8px;
}
#menu-btn-icon:after{
margin-top: 6px;
}
#menu-btn .close{
background: transparent;
}
#menu-btn .close:before, #menu-btn .close:after{
margin-top: 0;
}
#menu-btn .close:before{
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
#menu-btn .close:after{
transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);
}



/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
word-wrap: normal !important; 
}

.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}

.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}

.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
max-width: 100%;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/



.site-header{
position:relative;
}
.site-title{
height:50px;
margin:0;
padding:0;
float:left;
}
.site-title a{
color:#111;
}
.site-title img{
position: absolute;
z-index:5;
padding:10px 0;
height:50px;
}

.site-header .fixheader {
position: absolute;
width: 100%;
z-index:5;
left: 0;
right: 0;
margin:auto;
background:#fff;
box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.site-header.fixed .fixheader {
position: fixed;
top: 0px;
}

@media screen and (max-width : 767px){
.site-header{position:fixed;width: 100%;z-index:6;}
.site-title {height:50px}
}

.overlay {
position: fixed;
background: rgba(255, 255, 255, 0.8);
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
transition: opacity .35s, visibility .35s, height .35s;
overflow: hidden;
}

.overlay.over {
opacity: 1;
visibility: visible;
height: 100%;
}
.overlay ul {
list-style: none;
padding: 0;
margin: 90px auto 0;
display: inline-block;
position: relative;
height: 100%;
width:100%;
}
.overlay li{
margin-bottom: 34px;
text-align:center;
}
.overlay li a{
font-size:28px;
font-size:2.8rem;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.site-content{
padding-top:50px;
}

/*postlist*/
.postlist h3{
font-size:16px;
font-size:1.6rem;
margin:10px 0;
}

/*toppage*/
.image-navi{
overflow:hidden;
}
.image-navi{position:relative;}
.image-navi img{opacity:0.6}
.image-navi .image-ttl{position:absolute;top:35px;left:0;right:0;margin:auto;z-index:3}
.image-navi .image-ttl h4{margin-bottom:0px;font-size:24px;}
.image-navi .image-ttl p{margin-top:0px;}
.image-navi button{position:absolute;bottom:20px;left:0;right:0;margin:auto;z-index:3}
button{font-size:12px;width:140px}

/*archive*/
#page-archive{
padding-top:40px;
}
#page-archive section{
padding-bottom:10px;
}
#page-archive .entry-thumb{
width:400px;
height:200px;
overflow:hidden;
}
a.scale-image img{
width:100%;
transition: 0.4s;
}
a.scale-image:hover img {
transform: scale(1.3,1.3);
}
#page-archive .row-archive{
padding-right:20px;
}
#page-archive h3{
text-align:left;
margin-bottom:10px;
padding-bottom:5px;
margin-top:0;
font-family:sans-serif;
font-size:18px;
font-size:1.8rem;
text-decoration:underline;
}
#page-archive .entry-date{
margin-top:0;
text-align:left;
}
#page-archive .entry-content{
text-align:left;
}
#page-single .entry-title{
margin-bottom:50px;
font-size:26px;
font-size:2.6rem;
}
#page-single .entry-date{
display:block;
font-size:14px;
font-size:1.4rem;
margin-bottom:0;
text-align:center;
padding-top: 20px;
}

@media screen and (max-width : 767px){
.wrap-archive{
padding:0;
}
.wrap-archive:last-child{
}
#page-archive .row-archive{
padding:20px 0 0;
background:none;
}
#page-archive h3{
font-size: 16px;
font-size: 1.6rem;
margin:0;
border:none;
}
#page-archive .entry-thumb{
width:100%;
height:auto;
}
a.scale-image img{
width:100%;
transition: none;
}
a.scale-image:hover img {
transform: none;
}
#page-archive .entry-content{
display:none;
visibility: hidden;
height:1px;
}
#page-archive .entry-date{
font-size: 12px;
font-size: 1.2rem;
}
}

/*modal age*/
.modal-age { position:fixed; display:none; z-index:9999; top:40%; left:50%; width:320px; height:auto; margin:-120px 0 0 -160px;padding:20px 0; text-align:center;border:1px solid #666;color:#111;border-radius:10px;background:#111;box-shadow: 0px 0px 20px #fff;}
.modal-age .large-text{font-size:20px;}
.modal-age a { cursor:pointer; }


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
display: block;
}

.hentry {
margin: 0 0 1.5em;
}

.updated:not(.published) {
display: none;
}

.content-area {
margin: 1.5em 0 0;
}

@media screen and (max-width : 767px){
.content-area {
margin-top: 60px;
}
}


.page-links {
clear: both;
margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
word-wrap: break-word;
}

.bypostauthor {
display: block;
}

.item-table{border-collapse: collapse;border:1px solid #111;margin:30px auto 30px;}
.item-table th,.item-table td{border:1px dotted #111;padding:15px;text-align:left;}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#site-footer-inquery{
margin: 0 auto;
padding: 30px 40px;
overflow: hidden;
background:#f5f5f5;
border-top:1px solid rgb(173, 151, 120);;
}
.site-footer{
padding: 50px 0;
background-image: url();
background-repeat: no-repeat;
background-position: center top;
background: rgb(173, 151, 120);
color:#fff;
}

.inquery-mail{
text-align:center;
}
.inquery-mail-button{
width:300px;
text-align:center;
border:2px solid rgb(173, 151, 120);
display:inline-block;
padding:20px 0;
transition:0.8s;
background:#fff;
color:rgb(173, 151, 120) !important;
text-decoration:none;
}
.inquery-mail-button:hover{
color:white !important;
background:rgb(173, 151, 120) !important;
transition:0.5s;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}

.wp-caption-text {
text-align: center;
}

/*--------------------------------------------------------------
## Columns
--------------------------------------------------------------*/
section{
padding:20px 0 50px;
}

.wrap-col {
max-width:980px;
width:100%;
margin-right:auto;
margin-left:auto;
}

.wrap-col2 {
max-width:820px;
width:100%;
margin-right:auto;
margin-left:auto;
}
.wrap-colored{
background:#efefef;
padding:20px;
}

.row {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}

.row:after{
content: "";
display: table;
table-layout: fixed;
}

.col{
display: inline-block;
float: left;
box-sizing:border-box;
}

.row2 .col {
width: 48%;
margin-right:4%;
}

.row3 .col {
width: 31.33333%;
margin-right:3%;
}

.row4 .col {
width: 23%;
margin-right:2.66666%;
}

.row-archive .col1{
float: left;
width: 200px;
}
.row-archive .col2{
float: right;
width: 100%;
margin-left: -220px;
padding-left: 220px;
box-sizing: border-box;
}

.row-map .col1{
float: left;
width: 400px;
}
.row-map .col2{
float: right;
width: 100%;
margin-left: -420px;
padding-left: 420px;
box-sizing: border-box;
}

.row2 .col:last-child,
.row3 .col:last-child,.row4 .col:last-child {margin-right:0;}

@media screen and (max-width : 767px){
.wrap-col,.wrap-col2 {
padding-right:20px;
padding-left:20px;
}
.row2 .col {
width: 100%;
}

.row3 .col {
width: 100%;
}

.row4 .col {
width: 100%;
}
#page-archive .wrap-archive:last-child{
padding-bottom:30px;
}
.row-archive .col1{
width: 100%;
display: block;
box-sizing:border-box;
}
.row-archive .col2{
width: 100%;
display: block;
box-sizing:border-box;
margin:0;
padding:0;
}

.row-map .col1{
width: 100%;
display: block;
box-sizing:border-box;
}
.row-map .col2{
width: 100%;
display: block;
box-sizing:border-box;
margin:0;
padding:0;
}
	
}

.wrap-border{
border: 2px solid #efefef;
padding: 20px 100px;
margin-top: 30px;
}

@media screen and (max-width : 767px){
.wrap-border{
padding: 10px 20px;
}
}

.gallery-caption {
display: block;
}

/*animation*/
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.fade-in,.fade-up,.move-right,.move-left{
opacity:0;
}
.fade-in {
  transition: opacity 1s;
}
.fade-up {
  transition: opacity 0.7s;
  transition: transform 0.7s;
}
.move-right {
  transition: opacity 0.7s;
  transition: transform 0.7s;
}
.move-left {
  transition: opacity 0.7s;
  transition: transform 0.7s;
}
.scale {
  transition: opacity 0.7s;
  transition: transform 0.7s;
}