@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');
html body {font-family:"fontello","Noto Sans JP",serif;letter-spacing:0.1em;} body {
margin: 0;
background: #f5f5f5 url(https://1web.jp/css/texture/checkm_p.png) repeat left top;
}
div.wrap {
position: relative;
margin: 30px auto;
padding: 30px 0 0;
background: #ffffff;
border-radius: 10px;
color: #000000;
}
div#header {
margin: 15px 5vw 0;
}
div#menu {
font-size: 0.8rem;
line-height: 1;
color: #000000;
text-shadow: rgba(0, 0, 0, 0.1) 2px 2px 2px;
}
ul.menu, ul.menu ul {
margin: 0;
padding: 0;
list-style: none;
}
ul.menu li {
margin: 0;
padding: 0;
vertical-align: middle;
}
ul.menu a {
display: block;
text-decoration: none;
color: #000000;
text-shadow: rgba(0, 0, 0, 0.1) 2px 2px 2px;
}
ul.menu > li.on a {
color: #000000;
}
ul.menu li.on > a {
text-decoration: underline;
}
ul.menu span.sub {
display: block;
margin: 2px 5px 0;
opacity: 0.5;
font-size: 0.7rem;
text-decoration: none;
text-shadow: none;
}

@media only screen and (min-width: 768px) {
div#menu {
margin: 15px 5vw 0;
text-align: center;
}
ul.menu {
display: table;
width: 100%;
border-spacing: 2px 0;
table-layout: fixed;
}
ul.menu > li {
display: table-cell;
padding: 30px 5px;
transition: 0.3s ease-in-out;
}
ul.menu > li.on, ul.menu > li:hover {
background: #f5f5f5 url(https://1web.jp/css/texture/stone_p.png) repeat left top;
-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 1px 2px;box-shadow:rgba(0, 0, 0, 0.2) 0 1px 2px;
border-radius: 50%;
color: #000000;
}
ul.menu a:hover {
text-decoration: underline;
}
ul.menu li div.menu_dd {
position: relative;
}
ul.menu li:hover div.menu_dd:after {
position: absolute;
display: block;
content: "▲";
bottom: 100%;
margin-bottom: -0.6em;
left: 50%;
margin-left: -0.5em;
color: #ffffff;
}
ul.menu li ul {
position: absolute;
top: 100%;
left: 0;
}
ul.menu li:last-child ul, ul.menu li:nth-last-child(2) ul {
left: auto;
right: 0;
}
ul.menu li:hover ul {
z-index: 2;
padding: 20px;
background: #ffffff;
border-radius: 20px;
-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 0 5px;box-shadow:rgba(0, 0, 0, 0.2) 0 0 5px;
}
ul.menu li ul li a {
display: block;
height: 0;
padding: 0 10px;
overflow: hidden;
white-space: nowrap;
text-align: left;
transition: padding 0.3s;
}
ul.menu li:hover ul li a {
height: auto;
padding: 10px;
overflow: visible;
color: #000000;
}
}

@media only screen and (max-width: 1140px) and (min-width: 768px) {
div#menu {
margin: 15px 9% 0;
}
}

@media only screen and (max-width: 767px) {
div#menu {
margin: 10px 10px 0;
text-align: left;
}
ul.menu li {
padding: 10px;
}
ul.menu > li.on {
background: #f5f5f5 url(https://1web.jp/css/texture/stone_p.png) repeat left top;
-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 1px 2px;box-shadow:rgba(0, 0, 0, 0.2) 0 1px 2px;
border-radius: 10px;
color: #000000;
}
ul.menu li div.menu_dd {
display: none;
}
ul.menu li.open div.menu_dd {
display: block;
}
ul.menu li ul {
margin-top: 10px;
margin-left: 10px;
}
ul.menu li ul li {
display: inline-block;
padding: 0;
vertical-align: top;
}
ul.menu li ul li a {
display: inline-block;
padding: 5px;
}

body.menu3h span.menu3h {
display: inline-block;
padding: 20px;
margin-bottom: 5px;
background: #f5f5f5 url(https://1web.jp/css/texture/stone_p.png) repeat left top;
-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 1px 2px;box-shadow:rgba(0, 0, 0, 0.2) 0 1px 2px;
border-radius: 50%;
color: #000000;
}
body.menu3h ul.menu {
background: rgba(255, 255, 255, 0.95);
}
body.menu3h ul.menu li.menu_plus {
padding-left: 10px !important;
}
}
div#photo {
clear: both;
position: relative;
margin: 15px 5vw 0;
}
ul.crumb {
margin: 20px 5vw 0;
padding: 0;
list-style: none;
font-size: 0.8rem;
opacity: 0.5;
}
ul.crumb li {
display: inline-block;
margin: 0 10px 0 0;
padding: 0;
}
ul.crumb li:after {
display: inline-block;
content: "»";
margin-left: 10px;
}
ul.crumb li:last-of-type:after {
display: none;
}
ul.crumb a {
color: #000000;
}
div.contents {
display: grid;
grid-template-columns: auto 1fr auto;
margin: 20px 5vw 0;
}
#contents {
grid-column: 2 / 3;
}
#side_l #side {
margin: 0 1vw 0 0;
}
#side_r #side {
margin: 0 0 0 1vw;
}
div#footer {
margin-top: 30px;
background: #f5f5f5 url(https://1web.jp/css/texture/stone_p.png) repeat left top;
border-radius: 0 0 10px 10px;
color: #000000;
}
div.footer {
padding: 20px 5vw 0;
box-sizing: border-box;
border-radius: 0 0 10px 10px;
overflow: hidden;
}
@media only screen and (min-width: 1141px) {
div.wrap {
width: max(80vw,1100px);
}
}
@media only screen and (max-width: 1140px) and (min-width: 768px) {
div.wrap {
margin-right: 10px;
margin-left: 10px;
}
}

@media only screen and (max-width: 767px) {
div.wrap {
margin-right: 5px;
margin-left: 5px;
}
div#header, div#photo, ul.crumb {
margin-right: 10px;
margin-left: 10px;
}
div.contents {
display: block;
margin: 10px 10px 0;
}
#contents {
padding: 10px 0;
}
#side_l #side, #side_r #side {
margin: 0;
padding: 10px 0;
}
div.footer {
padding: 10px;
}
}


div.wrap {
-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 0 2px;box-shadow:rgba(0, 0, 0, 0.2) 0 0 2px;
}
div#footer {
border-top: 1px solid #cccccc;
border-top: 1px solid rgba(255,255,255,0.8);
-webkit-box-shadow:inset rgba(0, 0, 0, 0.5) 0 1px 2px -1px;box-shadow:inset rgba(0, 0, 0, 0.5) 0 1px 2px -1px;
}

