/*!
Theme Name: Wakashio
Theme URI: http://underscores.me/
Author: KIUMI DESIGN
Author URI: http://underscores.me/
Description: Description
Version: 1.0.33
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wakashio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Wakashio is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@charset "UTF-8";
/*--------------------------------------------------------
	Reset Settings
---------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u,
i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	line-height: 1;
	scroll-behavior: smooth;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
	border-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
img {
	width: 100%;
	vertical-align: bottom;
}
body, form {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
select, input, textarea, button {
	vertical-align:middle;
	position:relative;
	margin: 0;
	margin-right:3px;
	font-family : inherit;
	font-size   : 100%;
	font-weight: 300;
	color: #333;
}
input {
	height: 60px;
	line-height: 16px;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
}
textarea{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-appearance: none;
 }
button, input[type="button"] {
	overflow:visible;
	height:60px;
	padding:0 3px;
	-webkit-appearance: none;
}
select {
	height: 50px;
	width: 50%;
	line-height: 20px;
}

/*--------------------------------------------------------
	ClearFix Settings
---------------------------------------------------------*/
.header:after, .footer:after, .section:after, .clearfix:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}
/*--------------------------------------------------------
	Link Settings
---------------------------------------------------------*/
a {
	color: #000;
	outline: none;
}
a:link {
	text-decoration: none;
	outline: none;
}
a:visited {
	text-decoration: none;
	color: #000;
	outline: none;
}
a:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color: #000;
	outline: none;
}
/*--------------------------------------------------------
	Common Settings
---------------------------------------------------------*/
body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	color: #333;
	line-height: 1.6;
	letter-spacing: 2px;
	background-color: #fff;
	text-align: center;
}
.sm-main-wrapper{
	max-width: 700px;
	margin-inline: auto;
	background: #fff;
	box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
}
.sm-inner{
	padding: 100px 30px;
}
.wrapper{
  overflow: hidden;
	padding: 100px 0;
	background: #fff;
}
.sp-only{
	display: none;
}
.sm-line-break{
	display: block;
}
/* Text Choice Color */
::selection {
	background: #DEAF29;
	color: #000;
}
/* Firefox */
::-moz-selection {
	background: #DEAF29;
	color: #333;
}
h1{
	font-size: 150%;
	font-weight: 700;
}
h2{
	margin-bottom: 35px;
	font-size: 200%;
	font-weight: 700;
}
h3{
	margin-bottom: 20px;
	font-size: 150%;
	font-weight: 700;
	line-height: 1.5;
}
h4{
	margin-bottom: 10px;
	font-size: 112.5%;
	font-weight: 700;
	line-height: 1.5;
}
p{
	font-size: 87.5%;
	font-weight: 500;
	line-height: 1.8;
}

#pageTopBtn{
	z-index: 111;
	position: fixed;
	right: 2%;
	bottom: 4%;
}
#pageTopBtn img{
	width: 25px;
}
/* アニメーション設定 */
.scroll-target {
	opacity: 0;
	transform: translate3d(0, 50px, 0);
}
.scroll-target.is-active {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: 1s;
}

/*--------------------------------------------------------
	flex Settings
---------------------------------------------------------*/
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items:center;
}
/*--------------------------------------------------------
	flexBox Settings
---------------------------------------------------------*/
.flexBox{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flexBox li{
	box-sizing: border-box;
}
.flex2Column{
	width : 47% ;
}
.flex3Column{
	width : 30% ;
}

/*--------------------------------------------------------
	slider Settings
---------------------------------------------------------*/
.sliderBox{
	margin: 0;
}
.sliderBox img{
	width: 100%;
	height: auto;
	margin: 0 !important;
	vertical-align: bottom;
}
.sliderBox .slick-prev,
.sliderBox .slick-next {
	position: absolute;
	z-index: 3;
	top: 48%;
	cursor: pointer;
	outline: none;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	height: 25px;
	width: 25px;
}
.sliderBox .slick-prev {
	left:2.5%;
	transform: rotate(-135deg);
}
.sliderBox .slick-next {
	right:2.5%;
	transform: rotate(45deg);
}
.sliderBox .slider{
	margin-bottom: 0 !important;
}
.sliderBox .slider .img{
	margin: 0 !important;
}

/*--------------------------------------------------------
	sm-main-visual
---------------------------------------------------------*/
#sm-main-visual{
	position: relative;
	/* height: 100vh; */
	background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(21, 36, 75, 1) 50%, rgba(0, 0, 0, 1) 100%);
	color: #fff;
}
#sm-main-visual h1.sm-main-img{

}
#sm-main-visual h1 img{
	max-width: 600px;
	margin: 10% auto 6% ;
}
#sm-main-visual .slide-main-top{
	transform: scaleX(-1);
}
#sm-main-visual .slide-main-top .slick-slide{
	transform: scaleX(-1);
}
#sm-main-visual .main-top img,
#sm-main-visual .main-btm img{
	height: 130px;
	width: auto;
}
#sm-main-visual .slide-main-btm{
	padding: 0 0 5%;
}
/*--------------------------------------------------------
	menu/sm-main-visual
---------------------------------------------------------*/
.menu-wrapper{
	display: none;
}
.menu {
	position: fixed;
	right: 30px;
	top: 40px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 999;
	background: #EAE4D8;
	border-radius: 25px;
}
.menu_line {
	position: absolute;
	width: 25px;
	height: 3px;
	right: 12px;
	background-color: #333;
	transition: all 0.5s;
}
.menu_line-f {
	top: 15px;
}
.menu_line-s {
	top: 24px;
}
.menu_line-t {
	top: 33px;
}
.open .menu_line-f {
	transform: rotate(-45deg);
	top: 23px;
}
.open .menu_line-s {
	opacity: 0;
}
.open .menu_line-t {
	transform: rotate(45deg);
	top: 23px;
}
.sp-nav {
	position: fixed;
	right: -100%;
	top: 0;
	width: 70%;
	height: 100vh;
	background-color: #fff;
	transition: all 0.5s;
	z-index: 200;
	overflow-y: auto;
}
.open .sp-nav {
	z-index: 300;
	right: 0;
	width: 40%;
	padding: 15% 5%;
}
.open .sp-nav .sm-instagram{
	color: #333;
}
.open .sp-nav .sm-menu-sign {
    display: flex;
    justify-content: center;
    align-items: center;
	color: #333;
	text-align: left;
	font-size: 68.75%;
	font-weight: 700;
}
.open .sp-nav .sm-menu-sign img {
    max-width: 100px;
	padding-right: 5%;
}
.menu-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}
.open .menu-bg {
  opacity: 0.3;
  visibility: visible;
}
/*--------------------------------------------------------
	sm-pc-left
---------------------------------------------------------*/
.sm-pc-left{
	position: fixed;
    top: 0;
	left: 0;
	width: calc(50vw - 360px);
    /* height: 100vh; */
	height: 100%;
	align-items: center;
    display: flex;
	justify-content: center;
	background: url("/wp-content/themes/wakashio/images/sm/sm-fw.png"), url("/wp-content/themes/wakashio/images/sm/sm-fw.png") ;
	background-size: 160px;
	background-position: 50% 7%, 50% 93%;
	background-repeat: no-repeat;
}
.sm-pc-left::before{
	content: "";
	width: 30px;
	height: 115px;
	position: absolute;
	top: 8%;
	background-image: url("/wp-content/themes/wakashio/images/sm/sm-lt_siro-waka.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.sm-pc-left::before{
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1.5s;
	animation-name: poyopoyo;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.sm-pc-left::after{
	content: "";
	width: 30px;
	height: 115px;
	position: absolute;
	bottom: 8%;
	background-image: url("/wp-content/themes/wakashio/images/sm/sm-lb_haneru.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.sm-pc-left::after{
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1.5s;
	animation-name: poyopoyo;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

.sm-pc-left-inner,.sm-pc-right-inner{
	width: 70%;
	z-index: 1;
	padding: 8% 0;
	background: #fff;
}
.sm-pc-left-inner .sm-pc-menu{
	display: inline-block;
	padding-bottom: 5%;
	font-weight: 700;
    text-align: left;
}
.sm-pc-left-inner .sm-pc-menu li{
    padding-bottom: 10%;
}

.sm-pc-left-inner .sm-instagram{
	border-top: 1px solid #333;
	padding:8% 0;
	font-weight: 700;
}
.sm-pc-left-inner .sm-instagram p{
	margin-bottom: 15px;
	font-weight: 700;
	line-height: 1.7;
}
.sm-pc-left-inner .sm-instagram a{
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 50px;
    line-height: 50px;
	background-color: #F4F1EB;
}
.sm-pc-left-inner .sm-instagram a::after{
	background: #DEAF29;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
}
.sm-pc-left-inner .sm-instagram a:hover{
	color: #fff;
}
.sm-pc-left-inner .sm-instagram a:hover::after{
	transform: scale(1, 1);
}
/*--------------------------------------------------------
	sm-pc-right
---------------------------------------------------------*/
.sm-pc-right{
	position: fixed;
    top: 0;
	right: 0;
	width: calc(50vw - 360px);
    /* height: 100vh; */
	height: 100%;
	align-items: center;
    display: flex;
	justify-content: center;
	background: url("/wp-content/themes/wakashio/images/sm/sm-fw.png"), url("/wp-content/themes/wakashio/images/sm/sm-fw.png") ;
	background-size: 160px;
	background-position: 50% 7%, 50% 93%;
	background-repeat: no-repeat;
}
.sm-pc-right::before{
	content: "";
	width: 30px;
	height: 115px;
	position: absolute;
	top: 8%;
	background-image: url("/wp-content/themes/wakashio/images/sm/sm-rt_glow-ep05.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.sm-pc-right::before{
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1.5s;
	animation-name: poyopoyo;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.sm-pc-right::after{
	content: "";
	width: 30px;
	height: 115px;
	position: absolute;
	bottom: 8%;
	background-image: url("/wp-content/themes/wakashio/images/sm/sm-rb_sengame.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.sm-pc-right::after{
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1.5s;
	animation-name: poyopoyo;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.sm-pc-right-inner .sm-pc-news{
	font-weight: 700;
}
.sm-pc-right-inner .sm-pc-news h3{
	margin-bottom: 0;
	padding: 4% 3%;
	font-size: 112.5%;
	color: #fff;
	background: #131E3A;
}
.sm-pc-right-inner .sm-pc-news .sm-pc-news-post{
	padding: 8%;
	background-color: #F4F1EB;
}
.sm-pc-right-inner .sm-pc-news .sm-news-day{
	max-width: 150px;
    margin-inline: auto;
    margin-bottom: 5px;
	font-weight: 700;
    letter-spacing: 1px;
	background: #fff;
	border: 1px solid #333;
	border-radius: 30px;
}
.sm-pc-right-inner .sm-pc-news .sm-pc-news-post .sm-news-text p{
	font-size: 81.25%;
	font-weight: 700;
	text-align: justify;
	line-height: 1.6;
	letter-spacing: 0.5px;
	word-break: break-all;
}
.sm-pc-right-inner .sm-pc-news .sm-news-text a{
	text-decoration: underline;
}
.sm-pc-right-inner .sm-pc-news a.modal-button{
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 45px;
    line-height: 43px;
	background-color: #D1D1D1;
	border-top: 1px solid #333;
}
.sm-pc-right-inner .sm-pc-news a.modal-button::after{
	background: #DEAF29;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
}
.sm-pc-right-inner .sm-pc-news a.modal-button:hover{
	opacity: 1;
	color: #333;
}
.sm-pc-right-inner .sm-pc-news a.modal-button:hover::after{
	transform: scale(1, 1);
}
/*--------------------------------------------------------
	news-modal
---------------------------------------------------------*/
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal-button {
    cursor :pointer;
    transition: all 0.3s;
}
.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}
.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}
.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  max-width: 800px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}
.modal-wrapper .modal-window .modal-window-inner{
	padding: 8% 5% 5%;
	background-color: #F4F1EB;
}
.modal-wrapper .modal-window .modal-window-inner h3{
	padding: 1% 3%;
}
.modal-wrapper .modal-window .modal-window-inner .modal-post{
	display: flex;
	align-items:center;
	padding: 1.5% 3%;
	background-color: #fff;
	border-bottom: 1px solid #333;
}
.modal-wrapper .modal-window .modal-window-inner .modal-post .sm-news-day{
	width: 15%;
	height: 30px;
	margin-bottom: 0;
	font-size: 81.25%;
	letter-spacing: 0px;
    line-height: 27px;
}
.modal-wrapper .modal-window .modal-window-inner .sm-news-text{
	width: 85%;
	padding-left: 3%;
}
.modal-overlay {
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .6)
}
.modal-overlay:hover{
	opacity: 1;
}
.modal-wrapper .modal-close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 218.75%;
}
.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}
/*--------------------------------------------------------
	sm-about
---------------------------------------------------------*/
#sm-about h2{
	margin-bottom: 15px;
}
#sm-about p{
	margin-bottom: 40px;
}
/*--------------------------------------------------------
	sm-event
---------------------------------------------------------*/
#sm-event{
	background: #F4F1EB;
	background-image: url("/wp-content/themes/wakashio/images/sm/sm-event_bg-hand.png") ;
	background-size: 100%;
	background-position: 0 5%;
	background-repeat: no-repeat;
}
#sm-event img{
	margin-bottom: 20px;
}
#sm-event h2{
	margin-bottom: 60px;
}
#sm-event  h4.sm-event_one-line{
	margin: 15px 0 26px;
}
#sm-event p{
	text-align: left;
}
#sm-event .sm-event-con02{
	margin: 60px 0 ;
}
#sm-event .sm-event-con02 h3{
	text-align: center;
}
#sm-event .sm-event-con02 h3 span,
#sm-event .sm-event-con03 h3 span{
	display: block;
}
#sm-event .sm-event-text h4 span{
	display: block;
}
#sm-event .sm-event-con03 .sm-shop-info{
	display: flex;
	align-items: center;
	text-align: left;
}
#sm-event .sm-event-con03 .sm-shop-info img{
	width: 40%;
	margin-bottom: 0;
}
#sm-event .sm-event-con03 .sm-shop-info .sm-shop-text{
	padding-left: 5%;
}
/*--------------------------------------------------------
	sliderBox
---------------------------------------------------------*/
.sliderBox img{
	width: auto;
	height: 125px;
}
/*--------------------------------------------------------
	sm-access
---------------------------------------------------------*/
#sm-access table.sm-access-info{
	width: 100%;
}
#sm-access table.sm-access-info tr {
	padding: 15px 10px;
	border-bottom: 1px solid #333;
}
#sm-access table.sm-access-info tr:first-child{
	border-top: 1px solid #333;
}
#sm-access table.sm-access-info tr th{
	padding: 10px;
}
#sm-access table.sm-access-info tr td{
	padding: 10px 10px 10px 5%;
}
#sm-access .sm-parking table{
	margin: 40px 0;
}
#sm-access .sm-parking table a{
	text-decoration: underline;
}
#sm-access .sm-parking table tr{
	border: none;
}
#sm-access .sm-parking table tr:first-child{
	border: none;
}
#sm-access .sm-parking table tr th{
	display: block;
	margin-top: 30px;
	padding: 5px;
	text-align: center;
	border: 1px solid #333;
	border-radius: 5px;
}
#sm-access .sm-parking table tr td{
	padding: 10px 5% 30px 5%;
}
#sm-access .sm-parking h4.sm-parking_note{
	margin: 40px 0 0;
	padding: 20px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
/*--------------------------------------------------------
	sm-footer
---------------------------------------------------------*/
.sm-footer{
	color: #fff;
	background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(21, 36, 75, 1) 50%, rgba(0, 0, 0, 1) 100%);
}
.sm-footer .sm-footer-inner{
	display: flex;
    justify-content: center;
	align-items: center;
	padding: 60px 0;
}
.sm-footer .sm-footer-inner img{
	max-width: 150px;
}
.sm-footer .sm-footer-inner p{
	display: inline-block;
    padding-left: 30px;
	font-size: 81.25%;
    text-align: left;
}
.sm-footer small{
	display: block;
	padding-bottom: 30px;
	font-size: 62.5%;
	letter-spacing: 1px;
}

@media  only screen and (max-width: 1300px) {
	.sm-pc-left-inner, .sm-pc-right-inner {
    	width: 90%;
	}
	.sm-pc-right,.sm-pc-left{
		background-size: 145px;
	}
	.sm-pc-left::before,.sm-pc-right::before{
		width: 25px;
		height: 96px;
		top: 8.5%;
	}
	.sm-pc-left::after,.sm-pc-right::after{
		width: 25px;
		height: 96px;
		bottom: 8.5%;
	}
}

@media  only screen and (max-width: 1200px) {
	/* .sm-pc-left-inner .sm-pc-menu li{
		font-size: 87.5%;
	}
	.sm-pc-left-inner .sm-instagram p{
		font-size: 81.25%;
	}
	.sm-pc-left-inner .sm-instagram a{
		font-size: 87.5%;
	}

	.sm-pc-right-inner .sm-pc-news .sm-news-day {
	    width: 90%;
		font-size: 81.25%;
	}
	.sm-pc-right-inner .sm-pc-news .sm-news-text{
		font-size: 81.25%;
	}
	.sm-pc-right-inner .sm-pc-news a.modal-button{
		font-size: 87.5%;
	} */

	/*--------------------------------------------------------
		sm-main-visual
	---------------------------------------------------------*/
	.sm-pc-left-inner, .sm-pc-right-inner{
		z-index: 0;
	}
	.menu-wrapper{
		display: block;
	}
	.sm-pc-left,.sm-pc-right{
		display: none;
	}
	.sm-pc-right {
		position: static;
		width: 100%;
		background: none;
	}
	.sm-pc-right::before,.sm-pc-right::after
	{
		display: none;
	}
	.sm-main-wrapper{
		max-width: 80%;
	}
	#sm-main-visual h1 img{
		max-width: 600px ;
		margin: 8% auto 3%;
	}
	#sm-main-visual .main-top img, #sm-main-visual .main-btm img {
		height: 100px;
	}
	#sm-main-visual .slide-main-btm {
    	padding: 0;
	}
	/*--------------------------------------------------------
		sm-sp-news
	---------------------------------------------------------*/
	.sm-sp-news-inner{
		display: block;
		width: 100%;
		padding: 8% 0 0;
	}
	.sm-pc-right-inner{
		margin-top: 3%;
		padding-top: 30px;
	}
	.sm-pc-right-inner .sm-pc-news{
		width: 94%;
		margin-inline: auto;
	}
	.sm-pc-right-inner .sm-pc-news h3 {
		padding: 2% 5%;
		font-size: 100%;
	}
	.sm-pc-right-inner .sm-pc-news .sm-pc-news-post {
		display: flex;
		align-items: center;
		padding: 4% 4% 4% 2%;
		color: #333;
	}
	.sm-pc-right-inner .sm-pc-news .sm-pc-news-post .sm-news-day {
		width: 30%;
		margin-bottom: 0;
		font-size: 81.25%;
		letter-spacing: 0px;
	}
	.sm-pc-right-inner .sm-pc-news .sm-pc-news-post .sm-news-text {
		padding-left: 3%;
		line-height: 1.5;
	}
	.sm-pc-right-inner .sm-pc-news a.modal-button {
		height: 50px;
		line-height: 50px;
        font-size: 81.25%;
	}
	.modal-wrapper .modal-window{
		width: 80%;
	}
	/*--------------------------------------------------------
		sm-event
	---------------------------------------------------------*/
	#sm-event {
	    background-position: 0 3%;
	}
	#sm-event  h4.sm-event_one-line{
		margin: 0 0 10px;
	}
}

/* iPadPro Size*/
@media  only screen and (max-width: 1024px) {
	/*--------------------------------------------------------
		common
	---------------------------------------------------------*/
	h2{
		margin-bottom: 25px;
		font-size: 150%;
	}
	h3{
		font-size: 125%;
	}
	h4{
		font-size: 100%;
	}
	p{
		font-size: 81.25%;
	}
	/*--------------------------------------------------------
		sm-main-visual
	---------------------------------------------------------*/
	.sm-main-wrapper{
		max-width: 100%;
	}
	/*--------------------------------------------------------
		sm-sp-news
	---------------------------------------------------------*/
	.sm-pc-right-inner .sm-pc-news{
		width: 80%;
	}
	/*--------------------------------------------------------
		sm-event
	---------------------------------------------------------*/
	#sm-event {
	    background-position: 0 3%;
	}
	#sm-event  h4.sm-event_one-line{
		margin: 0 0 10px;
	}
}

/* iPad Air Size*/
@media  only screen and (max-width: 820px) {
	/*--------------------------------------------------------
		common
	---------------------------------------------------------*/


	/*--------------------------------------------------------
		sm-main-visual
	---------------------------------------------------------*/
    .modal-wrapper .modal-window {
        width: 90%;
    }
	.modal-wrapper .modal-window .modal-window-inner {
    	padding: 10% 5% 5%;
	}

}


/* iPad Size*/
@media  only screen and (max-width: 768px) {
	/*--------------------------------------------------------
		common
	---------------------------------------------------------*/
	h4{
		margin-bottom: 5px;
	}
	.flexBox{
		display: block;
	}
	.flex2Column,.flex3Column{
		width: 100%;
	}
	.sm-inner {
    	padding: 60px 3%;
	}
	.pc-only{
		display: none;
	}
	.sp-only{
		display: block;
	}
	.menu {
		right: 20px;
		top: 20px;
	}
	#sm-main-visual .main-top img, #sm-main-visual .main-btm img{
		height: 100px;
	}
	#sm-main-visual h1 img {
        width: 60%;
        margin: 5% auto 3%;
    }
	.open .sp-nav {
		width: 60%;
	}
	.sm-pc-right-inner .sm-pc-news {
        width: 94%;
	}
	.sm-pc-right-inner .sm-pc-news .sm-pc-news-post .sm-news-day {
		width: 25%;
	}
	.modal-wrapper .modal-window .modal-window-inner .sm-news-text{
		width: 75%;
	}
	/*--------------------------------------------------------
		sm-about
	---------------------------------------------------------*/
	#sm-about p {
		margin-bottom: 30px;
		text-align: left;
	}
	.sm-line-break{
		display: inline;
	}
	/*--------------------------------------------------------
		sm-event
	---------------------------------------------------------*/
	.sm-event-box{
		display: flex;
    	align-items: center;
		justify-content: space-between;
		margin-bottom: 20px;
        text-align: left;
	}
	#sm-event img {
    	width: 40%;
		margin-bottom: 0;
	}
	#sm-event .sm-event-text{
		padding-left: 5%;
	}
	#sm-event .sm-event-text h4{
		margin-bottom: 5px;
	}
	#sm-event .sm-event-text h4 span{
		display: inline;
	}
	#sm-event .sm-event-text p{
		font-size: 75%;
		line-height: 1.6;
	}
	#sm-event .sm-event-box-invert,
	#sm-event .sm-shop-info-invert{
		flex-direction: row-reverse;
	}
	#sm-event .sm-event-box-invert .sm-event-text,
	#sm-event .sm-event-con03 .sm-shop-info .sm-shop-text {
        padding: 0 5% 0 0;
    }
	/*--------------------------------------------------------
		sm-access
	---------------------------------------------------------*/
	#sm-access .sm-parking table {
    	margin: 20px 0;
	}
	#sm-access .sm-access-info{
		font-size: 87.5%;
	}
	#sm-access .sm-parking table tr td {
		padding: 13px 3% 20px 3%;
	}

	/*--------------------------------------------------------
		sm-footer
	---------------------------------------------------------*/
	.sm-footer .sm-footer-inner img {
		max-width: 100px;
	}
	.sm-footer .sm-footer-inner p {
		font-size: 68.75%;
	}
}


/* surface Duo Size*/
@media  only screen and (max-width: 540px) {
	/*--------------------------------------------------------
		sm-main-visual
	---------------------------------------------------------*/
	#sm-main-visual .main-top img, #sm-main-visual .main-btm img {
        height: 100px;
    }
	.open .sp-nav {
		padding: 25% 5%;
	}
	.open .sp-nav .sm-menu-sign {
		font-size: 62.5%;
	}
	.open .sp-nav .sm-menu-sign img {
		max-width: 70px;
	}
	.sm-pc-right-inner .sm-pc-news h3 {
        font-size: 87.5%;
    }
	.sm-pc-right-inner .sm-pc-news .sm-pc-news-post .sm-news-text{
		width: 75%;
	}
	.sm-pc-right-inner .sm-pc-news .sm-pc-news-post .sm-news-text p{
		font-size: 75%;
	}
	.sm-pc-right-inner .sm-pc-news a.modal-button {
		height: 35px;
        line-height: 35px;
        font-size: 75%;
    }
	.modal-wrapper .modal-window .modal-window-inner .modal-post .sm-news-day {
		height: 20px;
		font-size: 62.5%;
        line-height: 17px;
	}
	.modal-wrapper .modal-window .modal-window-inner {
        padding: 18% 5% 5%;
    }
	.modal-wrapper .modal-window .modal-window-inner .modal-post .sm-news-day {
		width: 20%;
	}
	.modal-wrapper .modal-window .modal-window-inner .sm-news-text {
    	width: 80%;
	}
	/*--------------------------------------------------------
		sm-access
	---------------------------------------------------------*/
	#sm-access .sm-access-info{
		font-size: 81.25%;
	}
	#sm-access .sm-parking table tr td {
        padding: 15px 3% 20px 3%;
    }
}

/* iPhone Plus Size*/
@media  only screen and (max-width: 414px) {
	.sm-pc-right-inner .sm-pc-news .sm-pc-news-post .sm-news-text{

	}
}

/* iPhone SE Size*/
@media  only screen and (max-width: 375px) {

}