@charset "UTF-8";

html,
body{
	width:100%;
	height:100%; /* ★大事なのは「100%」 */
	margin:0;
	padding:0;
	border:none;
}


body {
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
    font-weight: 500;	
	line-height: 1.5em;
	letter-spacing: 0.15em;
	color: #222222;
	font-size: 15px;
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

.thumb{
	text-align:center;
}

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

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

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

a:link { 
	color: rgba(16,62,150,1);
	text-decoration: none;
}
a:visited { 
	color: rgba(16,62,150,1); 
	text-decoration: none;
}
a:hover { 
	color: rgba(16,62,150,1); 
	text-decoration: none;
}
a:active { 
	color: rgba(16,62,150,1); 
	text-decoration:underline;
}

/*--------------------------------
GROVAL NAVI
--------------------------------*/
#nav-bar {
	width: 100%;
	height: 115px;
	background-color: rgba(16,62,150,0.8);
	position: fixed;
	z-index: 10;
	font-family: 'Josefin Sans',"hannari","ヒラギノ明朝",serif;
}

#nav-barsp {
	display: none;
}

.nav-bar-inner {
	width: 1140px;
	margin: 0 auto;
	padding: 0
}

#gnavi {
	display: flex;
}

#gnavi li {
	margin: 40px 0 20px 50px;
	text-align: center;
	
}

#gnavi .logo {
	margin: 15px 20px 0 0;
	  margin-left: 0;
}

#gnavi .logo a:hover{
  border: none;
}

.logo img{
  border: none;
  width: 80px;
}


.lsns a {
  border-bottom: none;
}

#gnavi .sns {
	margin: 50px 0 0 auto;
	  margin-right: 0;
}

#gnavi .sns a:hover{
  border: none;
}

.logo sns{
  border: none;
  width: 80px;
}


.logo a {
  border-bottom: none;
}


ul li {
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline-block;
	letter-spacing: 0em;
}

ul {
    list-style-type: disc;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}


#gnavi a{
	margin: 0;
	padding: 0 0 40px 0;
	font-size: 18px;
	font-family: 'Josefin Sans', sans-serif;
	color: #fff;
	text-decoration: none;
}

#gnavi span {
    font-family: "hannari","ヒラギノ明朝",serif;
	font-size: 13px;
    display: block;
	padding: 10px 0;
}

#gnavi a:hover,active {
	border-bottom: 2px dotted rgba(255,255,255,1);
}

#gnavi a:active {
	border-bottom: 2px dotted rgba(255,255,255,1);
}

@media screen and (max-width: 1019px) {
#nav-bar {
	display: none;
}

#nav-barsp {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: rgba(16,62,150,0.8);
	position: fixed;
	z-index: 1;
}

.nav-bar-inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 40px;
}

.splogo{
	margin: 15px 0 10px 25px;
	width: 50px;
}

.splogo img{
	width: 50px;
}

#gnavi .logo {
  margin: 10px auto 0px;
}

#gnavi .logo img{
	width: 50px;
}

#gnavi {
	flex-direction: column;
	padding: 0 0 10px 0;
}

#gnavi li {
	margin: 0;
	padding: 15px 0 10px;
	text-align: center;
	display: block;
	border-bottom: 1px #fff;
}

#gnavi a{
	margin: 0;
	padding: 0;
	color: #fff;
	border-bottom: 1px #fff;
}

#gnavi span {
    display: inline;
	padding: 10px;
}

.drawer-toggle {
	margin: 12px 10px 0 0;
}
}


/*--------------------------------
MAIN VISUAL
--------------------------------*/ 
#mainvisual {
	width: 100vw;
	height: auto;
	min-height: 100%;
	background-attachment: fixed;
	background-size: cover;
	align-items: flex-end;
	position: relative;
	z-index: 0;
}

.titlebar {
	background-color: rgba(16,62,150,0.8);
	padding: 45px 0;
	color: #ffffff;
	width: 100%;
	position: absolute;
	bottom: 0;
	font-family: 'Josefin Sans',"hannari","ヒラギノ明朝",serif;
}

.titlebar h1,h2{
	text-align: center;
	font-weight: 100;
}

.fade1sp {
	display: none;
}

@media screen and (max-width: 1019px) {
	
	
.titlebar{
	padding: 10px 0;
}
	
.titlebar h2{
	font-size: 1em;
	padding: 10px 20px;
}

.titlebar h1{
	font-size: 1.5em;
}

.fade1sp {
	display: block;
}
.fade1 {
	display: none;
}
}

/*--------------------------------
CONTENTS,SECTION共通
--------------------------------*/ 
section {
	margin: 0 auto;
	padding: 50px 0;
	background-color: #ffffff;
}

section h2{
	font-family: 'Josefin Sans',"hannari","ヒラギノ明朝",serif;
	color: rgba(16,62,150,1);
	font-size: 2em;
	text-align: center;
}

section h3{
	font-family: 'Josefin Sans',"hannari","ヒラギノ明朝",serif;
	color: rgba(16,62,150,1);
	display:block;
	font-size: 1.5em;
	text-align: center;
}

.maintext {
	width: 70%;
	margin: 0 auto 30px;
	text-align: center;
}

#eventlist .maintext {
	width: 70%;
	margin: 0 auto 30px;
	text-align: left;
    font-size: 0;
}
#eventlist .maintext p {
    display: inline-block;
    font-size: 15px;
    width: 49%;
    vertical-align: top;
    padding-right: 40px;
    box-sizing: border-box
}
#eventlist .fb-tl {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    text-align: center;
}

@media screen and (max-width: 1019px) {
	
section {
	padding: 20px 0;
}

section h2{
	font-size: 2em;
	line-height: 1.2em;
	
}
section h3{
	font-size: 1.2em;
}

.maintext,#eventlist .maintext {
	width: 100%;
	margin: 15px auto 30px;
	font-size: 0.8em;
}

}
@media screen and (max-width: 800px) {
#eventlist .maintext p {
    display: block;
    width: 100%;
    padding-right: 0;
}
    #eventlist .fb-tl {
    display: block;
    width: 100%;
    }
#eventlist .fb-tl div {
    width: 100%;
}
}

/*--------------------------------
BUTTON共通
--------------------------------*/
button {
	padding: 20px 30px;
	margin: 0 auto 10px;
	box-sizing:border-box;
	width:260px;
	display: block;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
	}
button::before,
button::after {
	box-sizing:border-box;
}

.buttonA {
	border:1px solid rgba(16,62,150,1);
	background-color:  rgba(16,62,150,1);
	color: #fff;
	transition: .6s all;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: center;
	}

.buttonA:hover {
	border:1px solid rgba(16,62,150,1);
	background-color: rgba(255,255,255,0.5);
	color: rgba(16,62,150,1);
	text-decoration: none;
}

.buttonB {
	border:1px solid rgba(16,62,150,1);
	background-color: rgba(255,255,255,0.9);
	color: rgba(16,62,150,1);
	transition: .6s all;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: center;
	text-decoration: none;
	}

.buttonB:hover {
	border:1px solid rgba(16,62,150,1);
	background-color:  rgba(16,62,150,1);
	color: #fff;
	text-decoration: none;
}

.buttonC {
	border:2px solid rgba(16,62,150,1);
	background-color: rgba(255,255,255,0.9);
	color: rgba(16,62,150,1);
	transition: .6s all;
	text-align: center;
	text-decoration: none;
    position: relative;
	}
.buttonC .be,
.buttonC .af {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.buttonC .be::before,
.buttonC .be::after {
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    height: 2px;
    background-color: #fff;
    transform: translateX(-50%);
    left: 50%;
}
.buttonC .be::before {
    top: -2px;
}
.buttonC .be::after {
    bottom: -2px;
}
.buttonC .af::before,
.buttonC .af::after {
    content: "";
    position: absolute;
    height: calc(100% - 20px);
    width: 2px;
    background-color: #fff;
    transform: translateY(-50%);
    top: 50%;
}
.buttonC .af::before {
    left: -2px;
}
.buttonC .af::after {
    right: -2px;
}
.buttonC:hover {
	border:2px solid rgba(16,62,150,1);
	background-color:  rgba(16,62,150,1);
	color: #fff;
	text-decoration: none;
}
.buttonC:hover .be::before,
.buttonC:hover .be::after,
.buttonC:hover .af::before,
.buttonC:hover .af::after {
    background-color: rgba(16,62,150,1);
}

@media screen and (max-width: 1019px) {
button {
	width:220px;
	font-size: 12px;
	}
}

/*--------------------------------
EVENT_MAIN
--------------------------------*/ 
.nextevent-inner {
	width: 1140px;
	margin: 0 auto;
}

h3.nextevent {
	margin: 50px auto  0;
	font-family: 'Caveat', cursive;
	font-size: 70px;
	font-weight: 100;
	display: -webkit-inline-box;
	color: rgba(16,62,150,1);
	transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
}

.eventbox {
	width: 80%;
	margin: -50px auto 50px;
	padding: 30px;
	background: url(../img/bg_stripe.png);
}

.event-inner {
	background-color: #fff;
	display: flex;
	align-items: flex-start;
}

.event-img {
	width: 45%;
}

.event-img img{
	width: 100%;
	height: 300px;
  object-fit: cover;
}

.event-img_l {
	width: 100%;
}

.event-img_l img{
	width: 100%;
	height: 100%;
}

.event-inner_l {
	background-color: #fff;
	display: flex;
	flex-direction: column;
}


.event-img_l {
	width: 100%;
}


.event-detail {
	width: 50%;
	padding: 25px 30px 10px;
}

.event-detail_l {
	width: 95%;
	padding: 25px 30px 10px;
}

.event-detail h4{
	color: rgba(16,62,150,1);
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.2em;
}

time {
	display: block;
}

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

.nextevent-inner {
	width: 90%;
	margin: 40px auto 0;
}

h3.nextevent {
	margin: -15px auto  7px;
	font-size: 40px;
	display: block; 
	transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	-webkit-transform: rotate(-6deg);
}

.eventbox {
	width: 90%;
	margin: 0 auto 20px;
	padding: 15px;
}

.event-inner {
	flex-direction: column;
}

.event-img {
	width: 100%
}

.event-img img{
	width: 100%;
	height: 200px;
  object-fit: cover; 
}

.event-img_l {
	width: 100%
}

.event-img_l img{
	width: 100%;
	height: 200px;
  object-fit: cover; 
}

.event-detail {
	width: 90%;
	padding: 5%;
}


}
/*--------------------------------
MASSAGE
--------------------------------*/ 
section#message {
	background: url(../img/bg_nebuta_n.jpg);
	background-size: cover;
	padding-top: 50px;
	background-blend-mode: overlay;
	}

.message-inner {
	width: 1140px;
	margin: 50px auto;
	display: flex;
	align-items: flex-start;
}

.message-text {
	width: 45%;
	padding: 0 10px 0 0;
}

.pickup-item {
	width: 50%;
	padding: 0 0 0 70px;
	margin-right: 0;
}

.pickup-item img{
	width: 75%;
	margin: -50px 0 15px 50px;
	padding: 0 0 0 20px;
}

h3.pickup {
	margin: 20px auto  0;
	font-family: 'Caveat', cursive;
	font-size: 40px;
	font-weight: 100;
	display: -webkit-inline-box;
	color: rgba(16,62,150,1);
	transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
}

.pickup-item p{
	margin: -10px 0 10px 0;
}

@media screen and (max-width: 1019px) {
section#message {
	padding-top: 10px;
}

.message-inner {
	width: 90%;
	margin: 10px auto;
	flex-direction: column;
}

.message-text {
	width: 100%;
	padding: 0;
	margin: 0 auto 15px; 
}

.pickup-item {
	width: 100%;
	padding: 0;
}

.pickup-item img{
	width: 75%;
	margin: -20px 0 15px 50px;
	padding: 0 0 0 20px;
}


}
/*--------------------------------
NEWS
--------------------------------*/ 
section#news {
	padding-top: 50px;
}

.news-inner {
	width: 1140px;
	margin: 50px auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.newsbox {
	width: 30%;
	background: url(../img/bg_stripe.png);
	color: rgba(16,62,150,1);
	margin: 0 0 20px;
	padding: 15px;
	position: relative;
}

.newsbox a::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
 
.newsbox img{
	width: 100%;
	border: none;
}

.news-detail {
	background: #fff;
	padding: 20px;
}

.newsbox h2{
	margin: 0 0 15px 0;
	color: rgba(16,62,150,1);
	font-size: 1.1em;
	text-align: left;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
    font-weight: 500;	
}

.newsbox time{
	margin: 0 15px 0 0;
	display: inline;
}

@media screen and (max-width: 1019px) {
section#news {
	padding-top: 10px;
}

.news-inner {
	width: 90%;
	margin: 10px auto;
	flex-direction: column;
}

.newsbox {
	width: 95%;
	display: flex;
	padding: 7px;
}

.newsbox img{
	width: 40%;
	height: 100%;
}

.news-detail {
	background: #fff;
	padding: 10px;
}

.newsbox h2{
	margin: 0 0 5px 0;
	font-size: 0.8em;
}

.newsbox time{
	font-size: 0.6em;
}

.newsbox span{
	font-size: 0.6em;
}
}
/*--------------------------------
EVENT
--------------------------------*/ 
section#eventinfo {
	background: rgba(16,62,150,0.95) url(../img/img04n.jpg);
	background-size: cover;
	padding-top: 50px;
	background-blend-mode: overlay;
}

#eventinfo h2 {
	color: #fff;
}

#eventinfo h3 {
	color: #fff;
}

.eventinfo-inner {
	width: 1140px;
	margin: 50px auto;
	display: flex;
}

.eventinfobox {
	width: 70%;
	background: url(../img/bg_stripe.png);
	color: rgba(16,62,150,1);
	padding: 20px;
	align-items: center;
	margin: 0px auto;
	position: relative;
}

.eventinfobox a::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.event-excerpt {
	background: #fff;
	padding: 30px;
	border-bottom: 1px dotted rgba(16,62,150,1);
}

.event-excerpt time{
	display: inline;
	margin: 0 10px 0 0;
}

.event-excerpt h4{
	display: inline;
}

.event-excerpt p {
	color: #222;
	margin: 10px 0 0 0;
}

@media screen and (max-width: 1019px) {
section#eventinfo {
	padding-top: 10px;
}

.eventinfo-inner {
	width: 90%;
	margin: 10px auto;
}

.eventinfobox {
	width: 100%;
	margin: 10px 0;
	padding: 10px;
}

.event-excerpt {
	padding: 20px;
}

}

/*--------------------------------
SHOP
--------------------------------*/ 
section#shopinfo {
	background: url(../img/bg_nebuta_n.jpg);
	background-size: cover;
	padding-top: 50px;
	background-blend-mode: overlay;
}

.shopinfo-inner {
	width: 1140px;
	margin: 50px auto;
	display: flex;
}

.shopinfo-inner img {
    width: 453px;
}

.shop-detail {
	width: 50%;
	align-items: flex-end;
	margin: 0 0 0 50px;
}

@media screen and (max-width: 1019px) {
section#shopinfo {
	padding-top: 10px;
}

.shopinfo-inner {
	width: 90%;
	margin: 10px auto;
	flex-direction: column;
}

.shopinfo-inner img{
	width: 100%;
}

.shop-detail {
	width: 100%;
	margin: 0;
}

}

/*--------------------------------
MAP
--------------------------------*/ 
section#map {
	background-size: cover;
	margin: 0;
	padding: 0;
	background-blend-mode: overlay;
}

/*--------------------------------
FOOTER
--------------------------------*/ 
footer {
	background: rgba(16,62,150,1);
	padding: 15px 0;
	width: 100%;
}

.footer-inner {
	color: #fff;
	width: 1140px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
}

.footer-inner li{
	margin: 0 10px 0 0;
}

.credits {
	text-align: center;
}

.footer-inner a:link { 
	color: #ffffff;
	text-decoration: none;
}
.footer-inner a:visited { 
	color: #ffffff; 
	text-decoration: none;
}
.footer-inner a:hover { 
	color: #ffffff;
	text-decoration:underline;
}
.footer-inner a:active { 
	color: #ffffff;
	text-decoration:underline;
}

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

.footer-inner {
	width: 90%; 
	font-size: 0.8em;
}
}
/*--------------------------------
下層_MAIN VISUAL
--------------------------------*/ 
.titlebar_s {
	background-color: rgba(16,62,150,0.8);
	padding: 15px 0;
	color: #ffffff;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.titlebar_s h2{
	font-family: 'Josefin Sans',"hannari","ヒラギノ明朝",serif;
	color: rgba(255,255,255,1);
	font-size: 2em;
	text-align: center;
}

.titlebar_s h3{
	font-family: 'Josefin Sans',"hannari","ヒラギノ明朝",serif;
	color: rgba(255,255,255,1);
	display:block;
	font-size: 1.5em;
	text-align: center;
}

@media screen and (max-width: 1019px) {
	
	
.titlebar_s {
	padding: 0;
}
	
.titlebar_s h2{
	font-size: 1.5em;
	padding:0;
}

.titlebar_s h3{
	font-size: 1.2em;
}

}
/*--------------------------------
下層_EVENT一覧
--------------------------------*/ 
#mainvisual_event {
	background: url(../img/img02n.jpg);
	width: 100vw;
	height: auto;
	min-height: 60vh;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	align-items: flex-end;
	position: relative;
}

.eventlist-inner {
	width: 1140px;
	margin: 0 auto;
	padding: 0;
}

.eventlist-inner .eventbox {
	width: 80%;
	margin: 50px auto;
	padding: 30px;
	background: url(../img/bg_stripe.png);
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

@media screen and (max-width: 1019px) {
#mainvisual_event {
	min-height: 40vh;
	background-size:130%;
	background-position: inherit;
}

.eventlist-inner {
	width: 90%;
}

.eventlist-inner .eventbox {
	width: 90%;
	margin: 30px auto;
	padding: 15px;
}

}

/*--------------------------------
下層_NEWS一覧
--------------------------------*/ 
#mainvisual_news_s {
	background: url(../img/img05.jpg);
	width: 100vw;
	height: auto;
	min-height: 60vh;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	align-items: flex-end;
	position: relative;
}
#mainvisual_news_s.aomo_info {
	background-image: url(../img/img05n.jpg);
}

.news_s-inner {
	width: 1140px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

@media screen and (max-width: 1019px) {
#mainvisual_news_s {
	min-height: 40vh;
	background-size:130%;
	background-position: inherit;
}

.news_s-inner {
	width: 90%;
}

.news_s-inner .eventbox {
	width: 90%;
	margin: 30px auto;
	padding: 15px;
}

}

/*--------------------------------
下層_ITEM一覧
--------------------------------*/ 
#mainvisual_item_s {
	background: url(../img/img04n.jpg);
	width: 100vw;
	height: auto;
	min-height: 60vh;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	align-items: flex-end;
	position: relative;
}

.item_s-inner {
	width: 1140px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.itembox {
	width: 30%;
	color: #222222;
	margin: 0 0 20px;
	padding: 15px;
}

.itembox img{
	width: 100%;
	height: 100%;
	border: none;
}

.item-detail {
	background: #fff;
	padding: 20px;
}

.itembox h2{
	margin: 0 0 15px 0;
	color: rgba(16,62,150,1);
	font-size: 1.1em;
	text-align: left;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
    font-weight: 700;	
}

@media screen and (max-width: 1019px) {
#mainvisual_item_s {
	min-height: 40vh;
	background-size:130%;
	background-position: inherit;
}

.item_s-inner {
	width: 90%;
}

.itembox {
	width: 100%;
	margin: 0;
	padding: 0;
}

.item-detail {
	background: #fff;
	padding: 10px;
}

}
/*--------------------------------
下層_AOMORI INFO
--------------------------------*/ 
section#aomoriinfo {
}

.aomoriinfo-inner {
	width: 1140px;
	margin: 50px auto;
	display: flex;
	align-items: flex-start;
}

.aomoriinfo-inner_2 {
	width: 1140px;
	margin: 50px auto;
	display: flex;
	align-items: flex-start;
}

.aomoriinfo-text {
	width: 45%;
	padding: 0 10px 0 0;
}

.aomoriinfo-detail {
	width: 50%;
	align-items: flex-end;
	margin: 0 0 0 50px;
}

.aomoriinfo-detail_2 {
	width: 50%;
	align-items: flex-end;
	margin: 0 50px 0 0;
}

.amoinfo {
    display: flex;
    flex-wrap: wrap;
}
.amoinfo-item {
    width: calc(100% / 2 - 20px);
    margin-right: 40px;
    margin-bottom: 40px;
}
.amoinfo-item:nth-of-type(2n) {
    margin-right: 0;
}
.amoinfo-item div a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.amoinfo-item div a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    transition: .3s;
}
.amoinfo-item div a:hover::before {
    background: none;
    transition: .3s;
}
.amoinfo-item div a p {
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 20px;
    padding: 10px 0;
    width: 200px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border: 2px solid;
    margin: 0;
}
.amoinfo-item div a p::after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-image: url(../img/link_icon.svg);
    background-size: contain;
    background-position: center center;
}
.amoinfo-item div img {
    max-width: 100%;
    display: block;
}
.amoinfo-item div a:hover img {
    transform: scale(1.05, 1.05);
    transition: .3s;
}
@media screen and (max-width: 1019px) {
	
.aomoriinfo-inner {
	width: 90%;
	flex-direction: column;
	margin: 15px  auto;
}

.aomoriinfo-inner img {
	width: 100%;
}

.aomoriinfo-text {
	width: 100%;
}

.aomoriinfo-detail {
	width: 100%;
	margin: 0;
}

.aomoriinfo-inner_2 {
	width: 90%;
	flex-direction: column-reverse;
	margin: 15px  auto;
}

.aomoriinfo-inner_2 img {
	width: 100%;
}

.aomoriinfo-detail_2 {
	width: 100%;
	margin: 0;
}

    .amoinfo-item {
	   width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .amoinfo-item div a p {
        font-size: 16px;
        width: 140px;
        padding: 5px 0;
    }

}

/*--------------------------------
下層_ブログ
--------------------------------*/ 

.blog_s-inner {
	width: 1140px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.blogmain{
	padding: 20px 0;
	width: 70%;
}

.blogmain h2{
	margin: 15px 0;
	color: rgba(16,62,150,1);
	font-size: 1.3em;
	text-align: left;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
    font-weight: 700;	
}

.blogmain time{
	margin: 0 0 15px 0;
	text-align: right;
}

.blog-img {
}

.category h3 {
	margin: 25px 0 15px;
	color: rgba(16,62,150,1);
	font-size: 1.1em;
	text-align: left;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
    font-weight: 500;	
	display: flex;
	align-items: center;
}
.category h3:before, .category h3:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: rgba(16,62,150,1);
	display: block;
}
.category h3:before {
	margin-right: .6em;
}
.category h3:after {
	margin-left: .6em;
}

@media screen and (max-width: 1019px) {
	
.blog_s-inner {
	width: 90%;
	flex-direction: column-reverse;
}

.blogmain{
	padding: 20px 0;
	width: 100%;
}

.blog-img {
	width: 100%;
}

.category {
	width: 100%;
	margin: 0 0 20px 0;
	text-align: center;
}

}

/*--------------------------------
下層_お問い合わせ
--------------------------------*/ 

.contact-inner {
	width: 50%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

/* 必須マーク */
.must{
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background-color: rgba(16,62,150,0.8);
	border-radius: 20px;
}

/* 任意マーク */
.free {
	color: rgba(16,62,150,1);
	margin-right: 10px;
	padding: 6px 10px;
	border-radius: 20px;
	border: 1px solid rgba(16,62,150,1);

}

/* 項目名を太字にする */
form p {
	font-weight: 600;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 8px 15px;
	margin: 10px auto 0;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* 必須項目の入力欄を黄色にする */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	background-color: rgba(16,62,150,0.2);
}

/* 送信ボタンを見やすくする */
input.wpcf7-submit {
	padding: 20px 30px;
	margin: 0 auto 10px;
	box-sizing:border-box;
	width:260px;
	display: block;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
	border:1px solid rgba(16,62,150,1);
	background-color:  rgba(16,62,150,1);
	color: #fff;
	transition: .6s all;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: center;
}

input.wpcf7-submit:hover {
	border:1px solid rgba(16,62,150,1);
	background-color: rgba(255,255,255,0.5);
	color: rgba(16,62,150,1);
	text-decoration: none;
}


/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}

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

#contact {
	width: 90%;
}

.contact-inner {
	width: 90%;
	margin: 0;
	padding: 0;
}

input.wpcf7-submit {
	width:220px;
	font-size: 12px;
	}
