/*-----------------------------
ギャラリー
------------------------------*/
.gallery { 
	width: 100%;
	margin-bottom: 20px !important;
	overflow: hidden;
}
 
.gallery br {
	display: none;
} 
 
.gallery-item {
	float: left;
	margin-bottom: 0 !important;
}
.gallery-icon {
	text-align: center;
}
 
.gallery-icon img {
	width:100%;
	height:262px;/**すべての画像の縦横比が同じならautoでもOK**/
	object-fit:cover;/**画像の縦横比が違うなら記述**/
	margin-bottom: 10px !important;
}
 
.gallery-caption {
	color: #222;
	font-size: 13px;
	font-style:normal;
	margin: 0 0 0;
	text-align: center;
	height:50px;
}
 
.gallery-columns-1 .gallery-item { /** カラムなし **/
	width: 100%;
	margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2カラム **/
	width: 48%;
	margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
	width: 31.33333%;
	margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
	width: 23%;
	margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
	width: 18%;
	margin: 0 1%;
}

body {
	color:#000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing:0.1em;
}

body, button, input, select, textarea {
    color: #000;
}

a:focus,a:hover {
    text-decoration: none;
}

.mb-10 {
	margin-bottom:10px;
}

.mb-20 {
	margin-bottom:20px;
}

.mb-30 {
	margin-bottom:30px;
}

img.aligncenter,img.alignleft,img.alignright {
	margin-top:20px;
	margin-bottom:20px;
}

.onepress-menu a {
    color: #000;
	font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 600;
    zoom: 1;
}

a:not([href]):not([tabindex]) {
    color: #000;
}

.onepress-menu ul li a {
    color: #000;
}

p.header-tel {
	position:fixed;
	top:7px;
	right:308px;
	z-index: 9999;
}

p.header-tel img {
	width:195px;
	height:auto;
}

p.header-LINE {
	position:fixed;
	top:0;
	right:159px;
	z-index: 9999;
}

p.header-LINE a img {
	margin-top:-5px;
	transition: 0.5s;
}

p.header-LINE a:hover img {
	margin-top:0;
}

p.header-LINE img {
	width:139px;
	height:auto;
}

p.header-contact {
	position:fixed;
	top:0;
	right:10px;
	z-index: 9999;
}

p.header-contact a img {
	margin-top:-5px;
	transition: 0.5s;
}

p.header-contact a:hover img {
	margin-top:0;
}

p.header-contact img {
	width:139px;
	height:auto;
}

.onepress-menu {
    margin-top:40px;
}

.site-header {
    line-height: 50px;
}

.site-branding .site-logo-div {
    line-height: 85px;
}

.site-header {
    box-shadow: none;
}

section.top-section {
	padding:60px 0;
}

section.mainvisual {
	position:relative;
	height: 90vh;
	object-fit: cover;
	background: linear-gradient(to top, #e40114 0%, #e40114 90%, #fff 90%, #fff 100%);
	padding:0;
}

div.mainvisual-row {
}

div.mainvisual-col {
	padding:0;
}

div.mainvisual-text {
	position:absolute;
	top:60px;
	left:100px;
}

p.mainvisual-text1 {
	display:inline-block;
	color:#fff;
	font-size:22px;
	font-weight:700;
	background:#000;
	padding:5px 20px;
	margin-bottom:20px;
}

p.mainvisual-text2 {
	color:#e40114;
	font-size:48px;
	font-weight:900;
	background:#feef00;
	padding:0 20px;
	margin-bottom:20px;
}

p.mainvisual-text3 {
	color:#e40114;
	font-size:48px;
	font-weight:900;
	background:#feef00;
	padding:0 20px;
	margin-bottom:20px;
}

p.mainvisual-text4 {
	color:#fff;
	font-size:20px;
	font-weight:400;
	line-height:2.0;
}

div.top-sns-icon {
	position:absolute;
	top:20px;
	right:20px;
}

div.top-sns-icon a {
	display:block;
	margin-bottom:15px;
}

div.top-sns-icon a:hover {
	animation-name: pulse;
	animation-duration: 1s;
}

div.top-sns-icon a img {
	width:45px;
	height:auto;
}

section.works {
	background: #feef00;
}

p.h2-icon {
	text-align:center;
	margin-bottom:0;
}

p.h2-icon img {
	width:142px;
	height:auto;
}

p.h2-top-en {
	text-align:center;
	color:#e40114;
	font-size:60px;
	font-weight:900;
	margin-bottom:5px;
	letter-spacing:0.1em;
}

h2.h2-top {
	text-align:center;
	color:#000;
	font-size:20px;
	font-weight:700;
	margin-bottom:50px;
}

div.works-col {
	position:relative;
	margin-bottom:30px;
}

p.works-image img {
	border-radius:20px;
	width:100%;
	height:240px;
	object-fit:cover;
}

p.works-category {
	position:absolute;
	top:0;
	left:15px;
	display:inline-block;
	color:#fff;
	font-size:14px;
	background:#000;
	padding:5px 10px;
}

p.works-category a {
	color:#fff;
	margin-left:3px;
	margin-right:3px;
}

p.works-title a {
	color:#e40114;
	font-size:18px;
	font-weight:700;	
}

p.works-title a:hover {
	color:#000;
}

p.cat_botton {
	margin-bottom:30px;
}

p.cat_botton a {
	color:#e40114;
	font-size:16px;
	font-weight:700;
	background:#fff;
	border-radius:50px;
	border:1px solid #e40114;
	margin-right:15px;
	padding:10px 30px;
	transition:1.0s;
}

p.cat_botton a:hover {
	color:#fff;
	background:#e40114;
	border:1px solid #e40114;
}

p.Btn-wrap {
	text-align:center;
	margin-top:30px;
	margin-bottom:0;
}

a.Btn{
	background:#e40114;
	border: 1px solid #e40114;
	display: inline-block;
	padding: 15px 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight:700;
	transition: 1.0s;
	border-radius:50px;
}

a.Btn:hover{
	background:#fff;
	color: #e40114;
}

div.strength-row {
	margin-bottom:50px;
}

p.strength-titleback {
	color:#000;
	font-size:200px;
	font-weight:900;
	line-height:1.0;
	opacity:0.05;
}

p.strength-title1 {
	font-size:24px;
	font-weight:700;
	text-align:center;
	margin-top:-120px;
}

.br-20 {
	border-radius:20px;
}

p.strength-title2 {
	font-size:20px;
	font-weight:700;
	text-align:center;
}

p.strength-text {
	text-align:center;
	margin-top:15px;
}

p.strength-title2-left {
	font-size:20px;
	font-weight:700;
	text-align:left;
}

p.strength-text-left {
	text-align:left;
	margin-top:15px;
}

div.strength-col-text {
	display: flex;
	align-items: center;
	padding:0 30px;
}

p.strength-title1-left {
	font-size:24px;
	font-weight:700;
	text-align:left;
	margin-top:-120px;
}

div.strength-col1 {
	padding:0 0 0 20px;
}

div.strength-col2 {
	padding:0 20px 0 0;
}

img.strength-img4 {
	border-radius:20px 0 0 20px;
}

img.strength-img5 {
	border-radius:0 20px 20px 0;
}

section.service {
	background:#f6f6f6;
}

div.service-col {
	margin-bottom:30px;
}

p.top-catchcopy {
	font-size:24px;
	font-weight:700;
	text-align:center;
	margin-top:40px;
	margin-bottom:40px;
	padding:0 20px;
}

section.price {
	background:#e40114;
	position:relative;
}

div.price-row {
	padding:0 20px;
}

img.tako-illust1 {
	position:absolute;
	top:-30px;
	right:20px;
	width:173px;
	height:auto;
}

p.h2-top-en-w {
	text-align:center;
	color:#fff;
	font-size:60px;
	font-weight:900;
	margin-bottom:5px;
	letter-spacing:0.1em;
}

h2.h2-top-w {
	text-align:center;
	color:#fff;
	font-size:20px;
	font-weight:700;
	margin-bottom:50px;
}

div.price-col {
	text-align:center;
	background:#fff;
	border-radius:40px;
	padding:20px 30px;
}

p.price-title {
	color:#e40114;
	font-size:24px;
	font-weight:700;
	padding-bottom:20px;
	border-bottom:2px solid #cccccc;
}

div.pricevalue-col {
	display: flex;
    align-items: center;
    padding: 0 30px;
}

a.Btn-w{
	background:#fff;
	border: 1px solid #e40114;
	display: inline-block;
	padding: 15px 40px;
	text-align: center;
	color: #e40114;
	font-size: 16px;
	font-weight:700;
	transition: 1.0s;
	border-radius:50px;
}

a.Btn-w:hover{
	background:#e40114;
	border: 1px solid #fff;
	color: #fff;
}

div.contents-frame {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top:30px;
}

div.contents-frame a {
	background:#e40114;
	border: 1px solid #e40114;
	display: inline-block;
	padding: 15px 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight:700;
	transition: 1.0s;
	border-radius:50px;
	margin:0 15px;
}

div.contents-frame a:hover {
	background:#fff;
	border: 1px solid #e40114;
	color: #e40114;
}

section.aboutus {
	background:#feef00;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

div.news-col {
	margin-bottom:30px;
}

p.news-image img {
	border-radius:20px;
	width:100%;
	height:240px;
	object-fit:cover;
}

p.news-title {
	margin-bottom:0;
}

p.news-title a {
	color:#e40114;
	font-size:18px;
	font-weight:700;
}

p.news-title a:hover {
	color:#000;
}

p.news-days {
	color:#000;
	font-size:14px;
	font-weight:700;
}

section.contact {
	position:relative;
	background:#e40114;
}

img.tako-illust2 {
	position:absolute;
	top:-30px;
	right:20px;
	width:260px;
	height:auto;
}

p.contact-text {
	color:#fff;
	margin-bottom:20px;
}

p.contact-tel a {
	color:#fff;
	font-size:42px;
	font-weight:900;
	margin-bottom:0;
	line-height:1.0;
}

p.contact-time {
	color:#fff;
}

div.contents-frame a.LINE-button {
	background:#01b301;
	border: 1px solid #01b301;
	display: inline-block;
	padding: 15px 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight:700;
	transition: 1.0s;
	border-radius:50px;
	margin:0 15px;
}

div.contents-frame a.LINE-button:hover {
	background:#fff;
	color: #01b301;
}

div.contents-frame a.contact-button {
	background:#fff;
	border: 1px solid #e40114;
	display: inline-block;
	padding: 15px 40px;
	text-align: center;
	color: #e40114;
	font-size: 16px;
	font-weight:700;
	transition: 1.0s;
	border-radius:50px;
	margin:0 15px;
}

div.contents-frame a.contact-button:hover {
	background:#e40114;
	border: 1px solid #fff;
	color: #fff;
}

p.footer-logo img {
	width:250px;
	height:auto;
}

div.sns-frame {
	display: flex;
	align-items: center;
	justify-content: left;
	margin-top:30px;
}

div.sns-frame a {
	margin:0 10px;
}

div.sns-frame a:hover {
	animation-name: pulse;
	animation-duration: 1s;
}

div.sns-frame a img {
	width:50px;
}

div.footer-banner {
	margin-bottom:20px;
}

footer {
position:relative;
}

#pagetop {
position:absolute;
bottom:30px;
right: 20px;
}

.site-footer .site-info {
    padding: 10px 0px;
}

section.page-section {
	margin-bottom:70px;
}

div.entry-content h2 {
    position: relative;
    padding: 1em 1.2em;
    border-radius: 10px;
    background-color: #e40114;
    color:#fff;
	font-size:28px;
	text-align:center;
	margin-top:80px;
	margin-bottom:40px;
}

div.entry-content h2:first-child {
	margin-top:0;
}

div.entry-content h2::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 30px;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-top: 11px solid #e40114;
}

.page-header.page--cover .entry-tagline {
	font-style: normal !important;
	font-weight:900;
}

p.page-catchcopy {
	font-size:26px;
	font-weight:700;
	margin:30px 0;
	text-align:center;
}

div.entry-content h3 {
	font-size:22px;
	font-weight:700;
	margin-top:40px;
	margin-bottom:20px;
	border-left:10px solid #feef00;
	padding-left:15px;
}

div.purewash-campaign {
	background:#feef00;
	border-radius:20px;
	padding:30px 50px 10px;
}

p.campaign-text1 {
	color:#000;
	font-size:24px;
	font-weight:700;
	text-align:center;
	margin-bottom:30px;
	border-bottom:1px solid #000;
	padding-bottom:20px;
}

p.campaign-text2 {
	color:#000;
	font-size:18px;
	font-weight:700;
	text-align:center;
	margin-bottom:0;
}

p.campaign-price {
	color:#e40114;
	font-size:50px;
	font-weight:900;
	text-align:center;
}

div.col-outer {
	margin-bottom:30px;
	padding:0 10px;
}

div.col-inner {
	background:#f6f6f6;
	border-radius:20px;
	padding:5px 30px 30px;
}

div.plan-block {
	background:#f6f6f6;
	border-radius:20px;
	padding:30px;
	margin-bottom:30px;
}

p.plan-title {
	color:#e40114;
	font-size:28px;
	font-weight:700;
	border-bottom:1px solid #e40114;
	padding-bottom:5px;
	margin-bottom:5px;
}

p.plan-price {
	font-size:18px;
	font-weight:700;
	margin-bottom:5px;
}

p.plan-price span {
	color:#e40114;
	font-size:26px;
	font-weight:900;	
}

p.plan-years {
	font-size:18px;
	font-weight:700;	
}

p.plan-tag {
	margin-bottom:0;
}

p.plan-tag span {
	background:#fff;
	border-radius:50px;
	border:1px solid #000;
	margin-right:5px;
	margin-bottom:10px;
	padding:5px 15px;
	display:inline-block;
}

p.katagaki {
	text-align:right;
	font-size:14px;
	font-weight:700;
	margin-bottom:5px;
}

p.daihyo-name {
	text-align:right;
	font-size:24px;
	font-weight:700;
}

table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    border: 1px solid #c2c2c2;
    line-height: 1.42857;
	padding: 15px;
    vertical-align: middle;
}

.table1 {
  border-collapse: collapse;
  width: 100%;
}
.table1 th, .table1 td {
  border: 2px solid #fff;
  background-color: #f6f6f6;
  border-radius: 0 15px 15px 0;
  padding: 1em;
}
.table1 th {
  background-color: #e40114;
  color: #fff;
	font-size:18px;
  font-weight: bold;
  text-align: center;
  border-radius: 15px 0 0 15px;
  width: 20%;
  min-width: 4em;
  position: relative;
}
.table1 th::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left: 10px solid #e40114;
  z-index: 2;
}
.table1 th::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 2px);
  transform: translateY(-50%);
  border: 12px solid transparent;
  border-left: 12px solid #fff;
  z-index: 1;
}

table.table1 th p,table.table1 td p {
margin:0;
padding:0;
}

.table2 {
  border-collapse: collapse;
  width: 100%;
}
.table2 th, .table2 td {
  border: 2px solid #fff;
  background-color: #f6f6f6;
  border-radius: 0 15px 15px 0;
  padding: 1em;
}
.table2 th {
  background-color: #e40114;
  color: #fff;
	font-size:16px;
  font-weight: bold;
  text-align: center;
  border-radius: 15px 0 0 15px;
  width: 30%;
  min-width: 4em;
  position: relative;
}
.table2 th::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left: 10px solid #e40114;
  z-index: 2;
}
.table2 th::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 2px);
  transform: translateY(-50%);
  border: 12px solid transparent;
  border-left: 12px solid #fff;
  z-index: 1;
}

table.table2 th p,table.table2 td p {
margin:0;
padding:0;
}

label {
margin-bottom:0;
}

.wpcf7-form {
text-transform: none;
}

div.wrapper {
overflow:hidden;
}

span.as {
	color:#e40114;
	font-size:10px;
	margin-left:5px;
	padding:2px 7px;
	border-radius:20px;
	background:#fff;
}

.wpcf7-form {
    font-size: 16px;
}

textarea:not(.editor-post-title__input), input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
    background-color: #fff;
}

.wpcf7 textarea[name="your-message"] { /* 本文入力欄 */
	width: 100%;
}

.btn_send {
    text-align: center;
}

.wpcf7-spinner {
    display: block;
}

input[type=reset], input[type=submit], input[type=submit], .pirate-forms-submit-button, .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit {
    font-size: 16px;
	border-radius:50px;
	padding:15px 40px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #e40114;
}


body.post-type-archive-works .page-header {
	display:none;
}

body.tax-cat_works .page-header {
	display:none;
}

.page-header2 {
	background: url(https://sik-irodori21.co.jp/wp-content/uploads/2026/01/headercover-works.jpg) no-repeat center center;
	background-size:cover;
    padding: 8% 0px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}

.page-header2 h1 {
    margin-bottom:0;
	color: #fff;
	font-size:40px !important;
	font-weight:700;
	line-height: 1.0;
}

div.entry-tagline p {
	color: #fff;
	font-size:20px;
	font-style:normal;
	font-weight: 900;
}

body.category .page-header {
	background-color:#e40114;
	color:#fff;
} 

.page-header .entry-title, .page-header .page-title {
    color:#fff;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #e40114;
	font-weight:700;
    text-decoration: none;
}

.entry-thumbnail img {
    width:100%;
	border-radius:20px;
}

p.blog-image img {
    width: 300px;
    height: 200px;
    object-fit: cover;
	border-radius: 20px;
}

.page-header {
    background: #E40114;
}

body.single-works .page-header {
	display:none;
}

p.copyrights {
	font-size: 12px;
	padding:0 15px;
}

















@media (max-width: 1400px) {
	
div.mainvisual-text {
	top:40px;
	left:100px;
}

p.mainvisual-text1 {
	font-size:20px;
}

p.mainvisual-text2 {
	font-size:42px;
}

p.mainvisual-text3 {
	font-size:42px;
}

p.mainvisual-text4 {
	font-size:16px;
}
}

@media (min-width: 1141px) {
p.smp-header-tel,p.smp-header-LINE,p.smp-header-contact {
	display:none;
}
}


@media (max-width: 1140px) {
p.header-tel,p.header-LINE,p.header-contact {
	display:none;
}

div.mainvisual-text {
	top:40px;
	left:50px;
}

p.mainvisual-text1 {
	font-size:16px;
}

p.mainvisual-text2 {
	font-size:34px;
}

p.mainvisual-text3 {
	font-size:34px;
}

p.mainvisual-text4 {
	font-size:14px;
}
	
.onepress-menu {
    margin-top:0;
}

.site-header {
    line-height: 75px;
}

.site-branding .site-logo-div {
    line-height: 75px;
}
	
.site-logo-div img {
    height: 65px;
    width: auto;
}
	
p.smp-header-tel {
	position:fixed;
	top:12px;
	right:194px;
	z-index: 9999;
}

p.smp-header-tel img {
	width:52px;
	height:auto;
}

p.smp-header-LINE {
	position:fixed;
	top:12px;
	right:131px;
	z-index: 9999;
}

p.smp-header-LINE img {
	width:52px;
	height:auto;
}

p.smp-header-contact {
	position:fixed;
	top:12px;
	right:70px;
	z-index: 9999;
}

p.smp-header-contact img {
	width:52px;
	height:auto;
}
}

@media (min-width: 992px) {
	p.smp-price-img {
		display:none;
	}
}


@media (max-width: 991px) {
.gallery-icon img {
	width:100%;
	height:200px;
	object-fit:cover;
}
	
div.mainvisual-text {
	top:20px;
	left:30px;
}

p.mainvisual-text1 {
	font-size:14px;
}

p.mainvisual-text2 {
	font-size:24px;
}

p.mainvisual-text3 {
	font-size:24px;
}

p.mainvisual-text4 {
	font-size:14px;
}
	
p.price-img {
	display:none;
}
}

@media (min-width:769px) {
	
	img.smp-mainvisual {
	display:none;
}
	
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        order: -1;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        order: 2;
  }
	
br.pc-none {
	display:none;
}
	
table.form-table th {
        width: 35%;
    }
}

@media (max-width: 768px) {
.gallery-icon img {
	width:100%;
	height:150px;
	object-fit:cover;
}
	
section.mainvisual {
	position:relative;
	height: 100vh;
	object-fit: cover;
	background: #e40114;
}
	
img.pc-mainvisual {
	display:none;
}
	
img.smp-mainvisual {
	margin-top:250px;
}
	
div.mainvisual-text {
	top:15px;
	left:0;
}
	
p.mainvisual-text4 {
	padding:0 30px;
}
	
div.top-sns-icon {
	display:none;
}
	
p.cat_botton a {
    display:block;
	margin-bottom:10px;
}
	
p.h2-top-en,p.h2-top-en-w {
    font-size: 40px;
}
	
h2.h2-top,h2.h2-top-w {
    font-size: 16px;
}
	
section.price {
    padding:120px 0 60px;
}
	
img.tako-illust1 {
    top: -60px;
    left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}
	
div.contents-frame {
    flex-flow:column;
    align-items: center;
    justify-content: center;
}
	
div.contents-frame a {
    margin: 15px 5px 15px;
}
	
section.contact {
    padding:160px 0 60px;
}
	
img.tako-illust2 {
	top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
	
p.contact-tel a {
    font-size: 32px;
}
	
div.contents-frame a.LINE-button,div.contents-frame a.contact-button {
    margin: 15px 5px 15px;
}
	
#pagetop {
    display:none !important;
}
	
.page-header.page--cover .entry-title {
    font-size: 22px;
}
	
div.entry-content h2 {
	font-size:24px;
}
	
div.plan-block {
    padding: 20px 10px;
}
	
table.table1 {
	table-layout: fixed;
}
	
table.table1 th, table.table1 td {
display: block;
width: 100%;
}
	
table.table2 {
table-layout: fixed;
}
	
table.table2 th, table.table2 td {
display: block;
width: 100%;
}
	
.page-header2 h1 {
	font-size:20px !important;
}

div.entry-tagline p {
	font-size:14px;
}
	
p.blog-image img {
    width: 100%;
    height: auto;
}
	
div.footer-banner {
    text-align:center;
}
}


@media (max-width: 640px) {

.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
	width: 48%;
	max-width: 48%;
	margin: 0 1%;
}

.gallery-columns-5 .gallery-item {
	width: 31.33333%;
	max-width: 31.33333%;
	margin: 0 1%;
}
}

@media (max-width: 500px) {
.site-logo-div img {
    height: 35px;
    width: auto;
}
	
img.smp-mainvisual {
	margin-top:320px;
}
}