@charset "UTF-8";

/*
Theme Name: 森猫堂2026
*/

:target {
    scroll-margin-top: 320px;
}
@media only screen and (max-width: 1280px) {
:target {
    scroll-margin-top: 15px;
}
}

body {
	margin: 0;
	padding: 0;
	COLOR: #286778;
	FONT-SIZE:20px;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	LINE-HEIGHT: 150%;
	text-align: center;
}

/*paddingとborderをwidthに含める*/
* {	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

#con{
    width:100%;
max-width: 2000px;
	height:auto;
	margin:0 auto;
	padding:0;
	position:relative;
	text-align: center;
}

/*page-top用*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size: 0;
	line-height:0;
}

img{
	border:0;
}
@media screen and (max-width:1280px){
img{
max-width: 100%;
height: auto;
width :auto;
}
}

a:link,a:visited{
	outline:0;
	color:#fe9789;
    font-weight: 500;
}

a:hover{
	outline:0;
	color: #f37968;
}

a:hover img {
opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
}

br.sp,br.spt,br.spt2,.nsp{
	display:inherit;
}
br.sm,br.smt,br.smm,br.smm2,br.spm,.nst,.nss,br.smm3{
	display:none;
}
@media only screen and (max-width: 1280px) {
br.sp,br.spm,br.smm,.smm,br.smm2,.nsp,.nss,.nsm,br.smm3{
	display:none;
}
br.spt,br.sm,br.smt,.nst{
	display:inherit;
}
}
@media only screen and (max-width: 640px) {
br.spt,br.smt,br.smm2,.nsp,.nst,.nsm,.nsm2,br.smm3{
	display:none;
}
br.spm,br.smm,.nss{
	display:inherit;
}
}
@media only screen and (max-width: 480px) {
br.spt,br.smt,.nsp,.nst,.nsm,br.spt2,br.smm3{
	display:none;
}
br.spm,br.smm,br.smm2,.nss{
	display:inherit;
}
}
@media only screen and (max-width: 414px) {
br.spt,br.smt,.nsp,.nst,.nsm,br.spt2{
	display:none;
}
br.spm,br.smm,br.smm2,.nss,br.smm3{
	display:inherit;
}
}

/*ヘッダー
--------------------------------------------------------------------------*/
header {
clear: both;
float: left;
width: 100%;
height: auto;
z-index: 9999;
position: relative;
transition: transform 0.3s ease-out; 
}
@media only screen and (max-width: 1280px) {
header {
margin: 0 0 100px;
}
}
@media only screen and (max-width: 1080px) {
header {
margin: 0 0 100px;
}
}
@media only screen and (max-width: 480px) {
header {
margin: 0 0 80px;
}
}

header.scrolled-header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);     
    transform: translateY(-100%); 
    animation: slideDown 0.9s ease-out forwards; 
}
@keyframes slideDown {
    0% {
        transform: translateY(-100%); 
    }
    100% {
        transform: translateY(0);
    }
}

@media only screen and (max-width: 1440px) {
#menu-box {
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 20% 10px 30%;
}
header.scrolled-header #menu-box {
    background: transparent; 
}
}

@keyframes slideUp {
    0% {
        transform: translateY(0); 
    }
    100% {
        transform: translateY(-100%);
    }
}
header.slide-up-animation {
    animation: slideUp 0.3s ease-in forwards; 
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#logo{
float: left;
width: 30%;
height: 150px;
position: absolute;
top:10%;
left: 2%;
z-index: 10000;
text-align: left;
margin: 0;
padding: 20px 0 0 1%;
}
#logo img{
max-width:40%;
}
@media only screen and (max-width: 1440px) {
#logo{
float: left;
width: 20%;
height: 150px;
position: absolute;
top:10%;
left: 1%;
z-index: 9999;
text-align: left;
margin: 0;
padding: 0px 0 0 1%;
}
#logo img{
max-width: 50%;
}
}
@media only screen and (max-width: 1280px) {
#logo{
width: 30%;
padding: 10px 0 0 0%;
}
#logo img{
max-width:100%;
}
}
@media only screen and (max-width: 1080px) {
#logo{
width: 35%;
}
#logo img{
max-width: 90%;
}
}
@media only screen and (max-width: 835px) {
#logo{
width: 40%;
padding: 10px 0 0 0%;
}
#logo img{
max-width: 100%;
}
}
@media only screen and (max-width: 640px) {
#logo{
width: 50%;
}
#logo img{
max-width:80%;
}
}
@media only screen and (max-width: 480px) {
#logo{
width: 60%;
padding:5px 0 0 0%;
}
#logo img{
max-width:75%;
}
}
@media only screen and (max-width: 414px) {
#logo{
width: 70%;
}
}

#banner{
position: absolute;
top:0;
right: 0;
width:12%;
z-index: 10000;
}
#banner img{
max-width: 100%;
}
@media only screen and (max-width: 1440px) {
#banner{
position: absolute;
top:0;
right: 0;
width:12%;
}
}
@media only screen and (max-width: 1280px) {
#banner{
display: none;
width: 100%;
position: fixed;
top:auto;
right: auto;
bottom: 0;
}
}

#banner-bottom{
display: none;
position: fixed;
bottom:3%;
right:2%;
width:20%;
z-index: 9990;
}
#banner-bottom img{
max-width: 100%;
}
#banner-bottom img.bno{
display: none;
}
@media only screen and (max-width: 1280px) {
#banner-bottom{
display: inherit;
position: fixed;
bottom:2%;
right:5%;
width:35%;
z-index: 9998; 
background: #fe9789;
padding: 15px 15px 5px;
border-radius: 7px;
}
#banner-bottom img.bno{
display: none;
}
}
@media only screen and (max-width: 1080px) {
#banner-bottom{
right:8%;
width:40%;
}
}
@media only screen and (max-width: 835px) {
#banner-bottom{
right:10%;
width:45%;
}
}
@media only screen and (max-width: 640px) {
#banner-bottom{
right:13%;
width:55%;
}
}
@media only screen and (max-width: 480px) {
#banner-bottom{
position: fixed;
bottom:0;
right:0;
width:100%;
z-index: 9998; 
border-radius: 0px;
}
#banner-bottom img{
max-width: 100%;
display: none;
}
#banner-bottom img.bno{
display: inherit;
}
}

#menu-box {
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 9% 20px 20%;
}
@media only screen and (max-width: 1440px) {
#menu-box {
  padding: 20px 9% 20px 15%;
}
}

menu {
  clear: both;
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#menu-info{
clear: both;
float: left;
width: 25%;
height: auto;
margin: 0;
padding: 0 3% 0 0;
}
#menu-info img{
display: none;
}
#menu-info p{
font-size: 15px;
margin: 0;
text-align: left;
color: #333;
}
#menu-info p.p-yoyaku{
border: 2px solid #fe9789;
border-radius: 5px;
color: #fe9789;
font-size: 20px;
text-align: center;
font-weight: 500;
}
@media only screen and (max-width: 1280px) {
#menu-info{
width: 100%;
padding: 10px 10% 10px 0;
text-align: left;
border-bottom:3px solid #75b35e;
}
#menu-info img{
display: inherit;
max-width: 40%;
}
#menu-info img.bno2{
display:none;
}
#menu-info div{
float: right;
width: 60%;
margin: 0;
padding: 0 0 0 2%;
}
#menu-info p{
font-size: 15px;
margin: 0;
text-align: left;
color: #333;
}
#menu-info p.p-yoyaku{
border: 2px solid #fe9789;
border-radius: 5px;
color: #fe9789;
font-size: 17px;
text-align: center;
font-weight: 500;
}
}
@media only screen and (max-width: 640px) {
#menu-info img{
display: none;
max-width: 40%;
}
#menu-info img.bno2{
display:inherit;
max-width: 20%;
}
#menu-info div{
float: right;
width: 80%;
margin: 0;
padding: 0 0 0 2%;
}
#menu-info{
width: 85%;
margin: 0 15% 0 0;
padding: 10px 0 10px 0;
}
}
@media only screen and (max-width: 480px) {
#menu-info img.bno2{
max-width: 28%;
}
#menu-info div{
width: 72%;
}
#menu-info{
width: 80%;
margin: 0 20% 0 0;
padding: 5px 0 10px 0;
}
}
@media only screen and (max-width: 414px) {
#menu-info img.bno2{
max-width: 25%;
}
#menu-info div{
width: 75%;
}
#menu-info p{
font-size: 13px;
}
}

menu ul {
  float: left;
  width: 75%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 17px;
  line-height: 150%;
  flex: 0 0 15%;
  flex: 1 0 auto;
}
menu li.bno{
display: none;
}
menu li a:link,
menu li a:visited {
  height: auto;
  text-decoration: none;
  color: #111;
  font-weight: 400;
  line-height: 180%;
}
menu li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1440px) {
menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 16px;
  line-height: 150%;
  flex: 0 0 15%;
  flex: 1 0 auto;
}
}

#sub-menu{
clear: both;
float: left;
width: 90%;
height: auto;
margin: 15px 10% 0 0;
padding: 0;
border: 1px dashed #327689;
border-radius:5px;
}
@media only screen and (max-width: 1280px) {
#sub-menu{
width: 100%;
height: auto;
margin: 15px 0 0 0;
padding: 0;
border: 1px dashed #327689;
border-radius:5px;
}
}
@media only screen and (max-width: 640px) {
#sub-menu{
border:none;
border-top: 1px dashed #327689;
border-right: 1px dashed #327689;
border-left: 1px dashed #327689;
}
}

menu #sub-menu ul{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 15px 3%;
display: flex;
}
menu #sub-menu li{
list-style-type: none;
font-size: 15px;
flex: 1 0 auto;
}
@media only screen and (max-width: 1280px) {
menu #sub-menu ul{
margin: 0;
padding: 15px 0 0;
}
menu #sub-menu li{
flex: 1;
flex-basis:25%;
margin: 0 0 15px;
text-align: center;
}
menu #sub-menu li a:link,menu #sub-menu li a:visited{
display: block;
border-bottom: none;
margin: 0;
padding: 0;
text-align: center;
}
}
@media only screen and (max-width: 1080px) {
menu #sub-menu ul{
padding: 20px 0 0;
}
menu #sub-menu li{
flex-basis:50%;
margin: 0 0 20px;
}
}
@media only screen and (max-width: 640px) {
menu #sub-menu ul{
padding: 15px 0 0;
}
menu #sub-menu li{
flex-basis:100%;
margin: 0 0 15px;
padding: 0 5% 15px;
border-bottom: 1px dashed #327689;
}
menu #sub-menu li:last-of-type{
margin: 0 0 0px;
}
menu #sub-menu li a:link,menu #sub-menu li a:visited{
text-align: left;
}
}

@media only screen and (max-width:1280px) {
#menu-box{
clear: both;
float: none;
width: 100%;
height: auto;
margin: 0;
padding: 0;
position: fixed;
top:0;
left:0;
z-index: 9999;
}
menu{
clear: both;
float: left;
width: 100%;
height: auto;
height: 100vh;
margin: 0;
padding: 0 5%;
text-align: center;
position: fixed;
top: 0;
background: rgba(255,255,255,1.0);
}
menu ul{
display:inherit;
clear: both;
float: left;
width: 100%;
height: 100vh;
margin: 0;
padding: 0;
text-align: center;
border-top:none;
background: rgba(255,255,255,1.0);
}
menu li a:link,menu li a:visited{
float: none;
display: block;
text-decoration: none;
color: #333;
padding: 25px 0 25px;
text-align: left;
line-height: 100%;
font-size: 17px;
border-bottom:1px solid #999;
font-weight:400;
background: #fff;
}
menu li a:hover{
text-decoration: underline;
}
menu li.bno{
display: inherit;
}
@media only screen and (max-width: 640px) {
menu li a:link,menu li a:visited{
padding: 20px 0 20px;
}
menu li a:hover{
text-decoration: underline;
}
}
@media only screen and (max-width: 480px) {
menu{
clear: both;
float: left;
width: 100%;
height: auto;
height: 100vh;
margin: 0;
padding: 0 7%;
text-align: center;
position: fixed;
top: 0;
background: rgba(255,255,255,1.0);
}
menu li a:link,menu li a:visited{
float: none;
display: block;
text-decoration: none;
color: #333;
padding: 20px 0 20px;
text-align: left;
line-height: 100%;
font-size: 16px;
border-bottom:1px solid #999;
font-weight:400;
background: #fff;
}
menu li a:link span,menu li a:visited span{
font-size: 16px;
margin: 0 0 0 1em;
}
}
@media only screen and (max-width: 414px) {
menu{
padding: 0 3%;
}
menu li a:link,menu li a:visited{
float: none;
display: block;
text-decoration: none;
color: #333;
padding: 20px 0 20px;
text-align: left;
line-height: 100%;
font-size: 15px;
border-bottom:1px solid #999;
font-weight:400;
background: #fff;
}
menu li a:link span,menu li a:visited span{
font-size: 15px;
margin: 0 0 0 1em;
}
}

/*==================================================
MENUがCLOSE
===================================*/

.openbtn4{
float: right;
  position: fixed;
  background:#75b35e;
  cursor: pointer;
    width: 90px;
    height:120px;
  border-radius: 0 0 0 10px;
  top:0px;
  right:0px;
  z-index: 999;
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.openbtn4 span{
    display: inline-block;
    transition: all .4s;
position: absolute;
    /* left: 13px;*/
    height: 2px;
    border-radius: 5px;
  background: #fff;
    width: 45%;
  }
.openbtn4 span:nth-of-type(1) {
margin-top: -35px; 
}
.openbtn4 span:nth-of-type(2) {
margin-top: -20px;
}
.openbtn4 span:nth-of-type(3) {
margin-bottom: 5px;
}
.openbtn4 span:nth-of-type(3)::after {
  content:"Menu";/*/
  position: absolute;
  top:0px;
left: 50%; /*  */
  transform: translateX(-50%); 
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
.openbtn4 span:nth-of-type(3)::after {
  content:"Menu";/*/
  position: absolute;
  top:0px;
left: 50%; /**/
  transform: translateX(-50%); 
  color: #fff;
  font-size: 0.9rem;
  text-transform: uppercase;
}
}

.openbtn4.active span:nth-of-type(1) {
/* top: 12px;  */
    /* left: 16px; */
   transform: translateY(8px) rotate(-45deg); 
    width: 30%;
}
.openbtn4.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn4.active span:nth-of-type(3){
/* top: 24px; */
    /* left: 16px;*/
   transform: translateY(-8px) rotate(45deg); 
    width: 30%;
}

.openbtn4.active span:nth-of-type(3)::after {
  content:"Close";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg) translateY(25px);
  font-size: 0.8rem;
}
.dnone {
display: none;
}

.dnone.panelactive {
display: inherit;
}
}

#photo {
    clear: both;
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 0;
    padding: 0 0 0 20%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: url(https://suzumenomori.com/blog/image/photo-back.png) repeat-x left bottom;
}
#photo img{
border-radius: 20px 0 0 0;
max-width: 100%;
}
#photo img.photo-sub{
border-radius: 20px 0 0 20px;
}
@media only screen and (max-width: 835px) {
#photo {
    background: url(https://suzumenomori.com/blog/image/photo-back.png) repeat-x left bottom/100% 40%;
}
}
@media only screen and (max-width: 640px) {
#photo {
    padding: 0 0 0 10%;
}
}
@media only screen and (max-width: 480px) {
#photo {
    margin:20px 0 0;
}
}
@media only screen and (max-width: 414px) {
#photo {
margin:0px 0 0;
    padding: 0 0 0 5%;
}
}

/*main
--------------------------------------------------------------------------*/
main{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 30px;
padding: 0;
}

#sub-page{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 30px 15% 50px;
text-align: left;
background: url(https://suzumenomori.com/blog/image/photo-back.png) repeat-x left top/100% 800px;
}
@media only screen and (max-width: 1440px) {
#sub-page{
padding: 30px 10% 0px;
}
}
@media only screen and (max-width: 1280px) {
#sub-page{
padding: 30px 5% 0px;
}
}
@media only screen and (max-width: 640px) {
#sub-page{
padding: 30px 0% 0px;
}
}

nav{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 50px;
padding: 0;
font-size: 15px;
line-height: 120%;
}
nav a:link,nav a:visited{
color: #286778;
text-decoration: underline;
}
nav a:hover{
color: #f37968;
}
@media only screen and (max-width: 1080px) {
nav{
font-size: 13px;
}
}
@media only screen and (max-width: 640px) {
nav{
width: 90%;
margin: 0 5% 50px;
}
}

#sub-page h1{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 20px;
padding: 0;
text-align: left;
line-height: 120%;
font-size: 45px;
font-weight: 600;
color: #88bb76;
}
#sub-page h1 span{
font-size: 20px;
}
@media only screen and (max-width: 1280px) {
#sub-page h1{
font-size: 40px;
}
}
@media only screen and (max-width: 1080px) {
#sub-page h1{
font-size: 35px;
}
}
@media only screen and (max-width: 835px) {
#sub-page h1{
font-size: 30px;
}
#sub-page h1 span{
font-size: 17px;
}
}
@media only screen and (max-width: 640px) {
#sub-page h1{
width:90%;
margin: 0 5% 20px;
}
}
@media only screen and (max-width: 414px) {
#sub-page h1{
font-size: 25px;
}
}

#sub-page h2,#sub-page h3{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 40px;
padding: 0 0 15px 45px;
text-align: left;
line-height: 120%;
font-size: 35px;
font-weight: 600;
background: url(https://suzumenomori.com/blog/image/sub-page-h2.png) no-repeat left 30%/35px;
border-bottom: 2px solid #327689;
}
#sub-page h3{
margin: 60px 0 40px;
}
@media only screen and (max-width: 1080px) {
#sub-page h2,#sub-page h3{
margin: 0 0 30px;
padding: 0 0 10px 40px;
font-size: 30px;
background: url(https://suzumenomori.com/blog/image/sub-page-h2.png) no-repeat left 30%/30px;
}
#sub-page h3{
margin: 40px 0 30px;
}
}
@media only screen and (max-width: 640px) {
#sub-page h2,#sub-page h3{
margin: 0 0 30px;
padding: 0 0 10px 35px;
font-size: 25px;
background: url(https://suzumenomori.com/blog/image/sub-page-h2.png) no-repeat left 30%/25px;
}
#sub-page h3{
margin: 20px 0 30px;
}
}

#sub-page h4{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 40px;
padding: 10px 0;
text-align: left;
font-size: 25px;
font-size: 600;
line-height: 120%;
border: 1px solid #999;
border-radius: 10px;
text-indent: 1em;
}
@media only screen and (max-width: 1080px) {
#sub-page h4{
padding: 10px 3%;
text-indent: 0;
}
}
@media only screen and (max-width: 640px) {
#sub-page h4{
margin: 0 0 40px;
font-size: 20px;
}
}
@media only screen and (max-width: 480px) {
#sub-page h4{
margin: 0 0 30px;
}
}

#sub-page h5{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 30px;
padding: 0 0 10px;
text-align: left;
line-height: 120%;
font-size: 25px;
font-weight: 600;
border-bottom: 1px solid #999;
}
@media only screen and (max-width: 640px) {
#sub-page h5{
font-size: 20px;
margin: 0 0 20px;
padding: 0 0 5px;
}
}

#sub-page h6{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 30px 0 20px;
padding: 10px 3% 10px;
text-align: left;
line-height: 120%;
font-size: 20px;
font-weight: 600;
background: #eee;
border-radius: 7px;
}
@media only screen and (max-width: 640px) {
#sub-page h6{
margin: 15px 0 10px;
font-size: 17px;
}
}

article{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 30px;
padding: 50px 5%;
border-radius: 20px;
background: #fff;
}
#sub-page p{
text-align: left;
line-height: 200%;
margin: 0 0 40px;
font-size: 20px;
}
#sub-page p strong{
font-weight: 700;
}
@media only screen and (max-width: 1080px) {
#sub-page p{
font-size: 17px;
}
}
@media only screen and (max-width: 835px) {
article{
padding:40px 5%;
border-radius: 15px;
}
}
@media only screen and (max-width: 640px) {
#sub-page p{
font-size: 16px;
margin: 0 0 30px;
line-height: 160%;
}
}
@media only screen and (max-width: 480px) {
#sub-page p{
line-height: 140%;
text-align: justify;
}
}

#sub-page a:link,#sub-page a:visited{
color: #67a84f;
font-weight: 600;
}
#sub-page a:hover{
color: #f37968;
}

table{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 50px;
border-top: 1px solid #327689;
border-left: 1px solid #327689;
border-spacing: 0;
table-layout: fixed;
}
th{
width: 25%;
background: #286778;
color: #fff;
font-size: 17px;
line-height: 120%;
text-align: center;
padding: 10px 0;
border-right: 1px solid #327689;
border-bottom: 1px solid #327689;
}
td{
text-align: center;
font-size: 17px;
line-height: 120%;
padding: 10px 0;
border-right: 1px solid #327689;
border-bottom: 1px solid #327689;
}
@media only screen and (max-width: 1080px) {
th{
font-size: 16px;
}
td{
font-size: 16px;
}
}
@media only screen and (max-width: 640px) {
table{
margin: 0 0 40px;
}
th{
width: 25%;
font-size: 15px;
}
td{
font-size: 15px;
}
}
@media only screen and (max-width: 480px) {
th{
width: 25%;
font-size: 14px;
padding: 5px 0;
}
td{
font-size: 14px;
padding: 5px 0;
}
}
@media only screen and (max-width: 414px) {
th{
width: 25%;
font-size: 13px;
padding: 5px 0;
}
td{
font-size: 13px;
padding: 5px 0;
}
}

#sub-page dl{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 50px;
padding: 0;
display: flex;
flex-wrap: wrap;
}
#sub-page dl.w70{
width:75%;
margin: 0 25% 50px 0;
}
#sub-page dl.w50{
width: 50%;
margin: 0 50% 50px 0;
}
@media only screen and (max-width: 1080px) {
#sub-page dl.w70{
width:80%;
margin: 0 20% 50px 0;
}
#sub-page dl.w50{
width: 65%;
margin: 0 35% 50px 0;
}
}
@media only screen and (max-width: 835px) {
#sub-page dl.w70{
width:100%;
margin: 0 0% 50px 0;
}
#sub-page dl.w50{
width: 80%;
margin: 0 20% 50px 0;
}
}
@media only screen and (max-width: 640px) {
#sub-page dl{
margin: 0 0 40px;
}
#sub-page dl.w70{
width:100%;
margin: 0 0% 40px 0;
}
#sub-page dl.w50{
width:90%;
margin: 0 10% 40px 0;
}
}
@media only screen and (max-width: 480px) {
#sub-page dl{
margin: 0 0 30px;
}
#sub-page dl.w70{
width:100%;
margin: 0 0% 30px 0;
}
#sub-page dl.w50{
width: 100%;
margin: 0 0% 30px 0;
}
}

#sub-page dt{
clear: both;
float: left;
width: 25%;
height: auto;
margin: 0 0 15px;
padding: 0 0 15px;
text-align: left;
font-size: 20px;
line-height: 150%;
font-weight: 600;
border-bottom: 1px dashed #327689;
}
#sub-page dt span{
font-size: 14px;
}
#sub-page dd{
float: left;
width: 75%;
height: auto;
margin: 0 0 15px;
padding: 0 0 15px 3%;
text-align: left;
font-size: 20px;
line-height: 150%;
border-bottom: 1px dashed #327689;
}
@media only screen and (max-width: 1600px) {
#sub-page dt{
width:30%;
}
#sub-page dd{
width: 70%;
}
}
@media only screen and (max-width: 1280px) {
#sub-page dt{
width:30%;
font-size: 17px;
}
#sub-page dd{
width: 70%;
font-size: 17px;
}
}
@media only screen and (max-width: 640px) {
#sub-page dt{
width:30%;
font-size: 16px;
}
#sub-page dd{
width: 70%;
font-size: 16px;
}
}
@media only screen and (max-width: 480px) {
#sub-page dt{
clear: both;
float: left;
width:100%;
font-weight: 700;
font-size: 17px;
margin: 0 0 5px;
padding: 0;
border-bottom: none;
}
#sub-page dd{
clear: both;
float: left;
width: 100%;
font-size: 16px;
padding: 0 0 15px 0%;
}
}

#sub-page em{
color: #f37968;
font-weight: 600;
font-style: normal;
font-size: 1.1em;
}

#sub-page ul,#sub-page ol{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 30px;
padding: 0 0 0 2%;
text-align: left;
}
#sub-page ul.u-list{
display: flex;
flex-wrap: wrap;
justify-content:flex-start;
align-content:flex-start;
}

#sub-page ul li,#sub-page ol li{
text-align: left;
font-size: 20px;
line-height: 160%;
margin: 0 0 15px;
padding: 0;
}
#sub-page ul.u-list li{
flex: 1 0 auto;
margin: 0 4% 15px 0;
flex-grow: 0;
}
@media only screen and (max-width: 1080px) {
#sub-page ul li,#sub-page ol li{
font-size: 17px;
line-height: 140%;
margin: 0 0 15px;
}
}
@media only screen and (max-width: 835px) {
#sub-page ul li,#sub-page ol li{
font-size: 16px;
}
}
@media only screen and (max-width: 640px) {
#sub-page ul,#sub-page ol{
margin: 0 0 60px;
}
#sub-page ul li,#sub-page ol li{
font-size: 16px;
line-height: 140%;
margin: 0 0 15px 0.5%;
}
#sub-page ul.u-list li{
margin: 0 8% 15px 0.5%;
}
}
@media only screen and (max-width: 480px) {
#sub-page ul,#sub-page ol{
margin: 0 0 40px;
}
#sub-page ul li,#sub-page ol li{
font-size: 16px;
margin: 0 0 15px 1.5%;
}
#sub-page ul.u-list li{
margin: 0 10% 15px 1.5%;
}
}
@media only screen and (max-width: 414px) {
#sub-page ul li,#sub-page ol li{
margin: 0 0 15px 2%;
}
#sub-page ul.u-list li{
margin: 0 10% 15px 2%;
}
}

#sub-page li span{
display: inline-block;
line-height: 120%;
border: 2px solid #fe9789;
margin: 10px 0 5px;
padding:0;
border-radius: 50px;
}
#sub-page li span a:link,#sub-page li span a:visited{
display: block;
padding: 5px 40px 5px 30px;
text-decoration: none;
border-radius: 50px;
background: url(https://suzumenomori.com/blog/image/point-li.png) no-repeat 95% center/10px;
}
#sub-page li span a:hover{
background: url(https://suzumenomori.com/blog/image/point-li.png) no-repeat 95% center/10px,#fee2de;
}
@media only screen and (max-width: 835px) {
#sub-page span{
margin: 0 0 20px 2%;
}
}

#sub-page .all-categories-list ul{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 25px 3% 10px;
border: 1px solid #ccc;
background: #eee;
border-radius: 10px;
display: flex;
flex-wrap: wrap;
}
#sub-page .all-categories-list ul ul{
padding: 10px 0 0px;
border: none;
}
#sub-page .all-categories-list ul li{
font-size: 17px;
padding: 0;
margin: 0 4% 10px 0;
line-height: 120%;
}
@media only screen and (max-width: 640px) {
#sub-page .all-categories-list ul{
padding: 25px 6% 10px;
}
#sub-page .all-categories-list ul ul{
padding: 10px 0 0px 10%;
}
#sub-page .all-categories-list ul li{
font-size: 16px;
margin: 0 6% 10px 0;
}
}

.all-categories-list{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0;
}
@media only screen and (max-width: 640px) {
.all-categories-list{
padding: 0 3%;
}
}

.archive-dropdown{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 20px;
padding: 0;
display: flex;
}
#sub-page .archive-dropdown p{
margin: 0 20px 0 0;
font-size: 17px;
font-weight: 600;
}
#sub-page .all-categories-list p{
margin: 0 0 10px;
font-size: 17px;
font-weight: 600;
}
@media only screen and (max-width: 640px) {
.archive-dropdown{
padding: 0 3%;
}
#sub-page .archive-dropdown p,#sub-page .all-categories-list p{
font-size: 16px;
}
}

/*footer
--------------------------------------------------------------------------*/
#page-top{
	width:40px;
	height:40px;
	display:none;
	position:fixed;
	right:16px;
	bottom:16px;
	color:#fff;
    z-index: 9997;
}
@media only screen and (max-width: 480px) {
#page-top{
	width:35px;
	height:35px;
	right:5px;
	bottom:70px;
}
}
@media only screen and (max-width: 414px) {
#page-top{
	bottom:60px;
}
}
 
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	background:#75b35e;
	transition:all 0.3s;
	color:#fff;
}
 
#page-top p:hover{
	background:#286778;
	color:#fff;
}
 
#move-page-top{
	color:#fff;
	line-height:40px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
@media only screen and (max-width: 480px) {
#move-page-top{
	color:#fff;
	line-height:35px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
}

#access{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0;
}

#access h6{
clear: both;
float: left;
width: 30%;
height: auto;
margin: 0 35%;
padding: 20px 0;
text-align: center;
font-size: 40px;
line-height: 100%;
color: #fff;
font-weight: 400;
background: #327689;
border-radius: 10px 10px 0 0;
}
@media only screen and (max-width: 1080px) {
#access h6{
width: 40%;
margin: 0 30%;
padding: 15px 0 0;
font-size: 35px;
}
}
@media only screen and (max-width: 835px) {
#access h6{
width: 50%;
margin: 0 25%;
}
}
@media only screen and (max-width: 640px) {
#access h6{
width: 50%;
margin: 0 25%;
padding: 15px 0 0;
font-size: 30px;
}
}
@media only screen and (max-width: 480px) {
#access h6{
width: 60%;
margin: 0 20%;
font-size: 25px;
}
}

footer{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding:30px 5%;
background: #327689;
}
@media only screen and (max-width: 1080px) {
footer{
padding:25px 5% 20px;
}
}

address{
color: #fff;
font-style: normal;
font-size: 17px;
line-height: 150%;
margin: 0 0 30px;
text-align: center;
}
footer p{
font-size: 17px;
line-height: 150%;
margin: 0;
text-align: center;
color: #fff;
}
@media only screen and (max-width: 1080px) {
address{
font-size: 16px;
margin: 0 0 20px;
}
footer p{
font-size: 16px;
line-height: 150%;
text-align: left;
}
}
@media only screen and (max-width: 480px) {
address{
font-size: 15px;
}
footer p{
font-size: 15px;
text-align: justify;
}
}
@media only screen and (max-width: 414px) {
address{
margin: 0 0 10px;
}
}

iframe{
clear: both;
float: left;
width: 80%;
height: 400px;
margin: 30px 10% 30px;
padding: 0;
}
@media only screen and (max-width: 1280px) {
iframe{
width: 100%;
height: 400px;
margin: 30px 0% 30px;
}
}
@media only screen and (max-width: 835px) {
iframe{
height: 350px;
}
}
@media only screen and (max-width: 640px) {
iframe{
height: 300px;
}
}
@media only screen and (max-width: 480px) {
iframe{
height: 250px;
margin: 30px 0% 60px;
}
}
@media only screen and (max-width: 414px) {
iframe{
height: 200px;
margin: 15px 0% 60px;
}
}

