@charset "utf-8";
/* CSS Document */
.sawarabi-gothic-regular {
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

*{margin: 0;padding: 0;list-style: none;}

body {font-family: "Sawarabi Gothic", sans-serif;}
.head-brk {color: #ffffff;margin-bottom: 1em;}
.head-bg-b {background-color: #333;}
.head-bg-b .head-ttl {font-size: 30px;font-weight: bold;}
.head-bg-b .head-ttl a {text-decoration: none;color: #fff;}
.head-bg-b .head-ttl a:hover {opacity: 0.8;}
.head-bg-g {background-color: #787878}
.head-bg-g ul {display: flex;flex-wrap: wrap;}
.head-bg-g ul li {}
.head-bg-g ul li a {display: block;font-size: 16px;font-weight: bold;color: #ffffff;text-decoration: none; padding: 4px 16px;border-left: 1px #333 solid;border-right: 1px #333 solid;}
.head-bg-g ul li a:hover {background-color: #6A3E3F;}

.posi-re {position: relative;}
.float-circle {width: 100px;height: 100px;border-radius: 50px;position: absolute;top: 0;right: 0; background-color: #ffffff;}
.float-circle img {width: 100%;height: auto;vertical-align: middle;}

.inner {max-width: 1000px;margin: 0 auto}

.main-flex {display: flex;}
.leftcon {width: 65%;}
.rightmenu {width: calc(35% - 10px);margin-left: 10px;}

.leftcon .contbox {margin-bottom: 2em;padding-bottom: 2em;padding-top: 2em; border-bottom: 3px #cccccc dashed; }
.leftcon .contbox h1 {font-size: 24px;margin-bottom: 1em;}
.leftcon .contbox h2 {font-size: 22px;margin-bottom: 1em;}
.leftcon .contbox h3 {font-size: 22px;margin-bottom: 1em;}
.leftcon img {width: 100%; height: auto;vertical-align: bottom;}
.leftcon .contbox p {font-size: 16px;margin: 10px;}
.leftcon .contbox p a {text-decoration: none;font-weight: bold;color: #AD1619;}
.leftcon .contbox p a:hover {color: #DB8633;}

.leftcon .contimage {width: 90%;padding: 4px;margin: 10px auto;border: 1px #ccc solid;}
.leftcon .leftimage {width: 45%;padding: 4px;margin: 10px 10px 10px 0;border: 1px #ccc solid;float: left;}
.leftcon .rightimage {width: 45%;padding: 4px;margin: 10px 0 10px 10px;border: 1px #ccc solid;float: right;}

.rightmenu .cat-ttl {background-color: #333333;margin: 0 10px;display: block;color: #fff;font-size: 18px; font-weight: bold;text-align: center;padding:  4px 0;}
.rightmenu ul {padding:0 10px 20px;}
.rightmenu ul li {}
.rightmenu ul li a {display: block;background-color: #B7B7B7;color: #4A4A4A;padding: 8px 16px;border-bottom: 1px #666 solid;text-decoration: none;}
.rightmenu ul li a:hover {background-color: #948787;}

.footertxt {font-size: 12px; text-align: center;margin-top: 1em;padding: 8px 0;}
.footertxt a {text-decoration: none;color: #666;}
.footertxt a:hover {color: #961214;}
.sp-btn {display: none;}

@media screen and (max-width: 680px) {
    .wal {width: 100%;overflow-x: hidden;}
    
    .float-circle {width: 100px;height: 100px;border-radius: 50px;position: fixed;top: initial;right: 0;bottom: 0; background-color: #ffffff;z-index: 1;}

    .inner {max-width: 100%;margin: 0 auto}
    
    .main-flex {position: relative;}
    .leftcon {width: 100%;}
    .leftcon .contbox {padding: 2em 10px;}
    .rightmenu {width: 80%;margin-left: 0;position: fixed;z-index: 1;top:0;right: 0; transform: translateX(100%);transition: 0.3s;height: 100vh; background: rgba(0, 0, 0, 0.8);}
    .rightmenu.active { transform: translateX(0%);}
    .rightmenu .cat-ttl {padding: 8px 0;}
    .sp-btn {position: fixed;z-index: 2;top: 6px;right: 8px;display: block;}
    .sp-btn {filter: drop-shadow(2px 4px 6px black);}

}