:root {
    
    --base-color:;
    
    --text-color: #333333;
    
    --link-color:;
}
:root {
    
    --font-gothic: 'Noto Sans Japanese', 'YuGothic', '游ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    
    --font-mincho: 'リュウミン R-KL', 'Ryumin Regular KL', 'YuMincho', 'Yu Mincho', serif;
    
    --font-marugothic: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
body {
    color: var(--text-color);
    font-family: var(--font-gothic);
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: 1.875;
}
* {
    word-break: break-all;
    box-sizing: border-box;
}
table,
iframe {
    max-width: 100%;
}
a {
    color: var(--text-color);
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
    color: var(--text-color);
}
h1,h2,p,figure,ul,li {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
}
.siteWidth,
.siteWidth-s {
    padding-left: 20px;
    padding-right: 20px;
}
.bgColor-gray {
    background: #F7F7F7;
    padding-top: 60px;
    padding-bottom: 30px;
}
.header {
    display: flex;
    align-items: center;
    position: relative;
    padding: 27px 90px 19px 20px;
    min-height: 70px;
}
.slide header {
    padding: 0;
    display: block;
}
.siteTitle {
    line-height: 1.2;
    font-size: 20px;
    font-weight: bold;
}
.siteTitle a:hover {
    opacity: .7;
}
.slide .siteTitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    max-height: 80%;
    overflow: hidden;
    text-align: center;
    z-index: 3;
    font-size: 30px;
}
.slide .siteTitle a {
    color: #fff;
}
.slide .siteTitle img {
    top: 45%;
}
.siteTitle img {
    max-height: 280px;
}
.pageTitle {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: #F7F7F7;
    padding: 40px 20px;
    line-height: 1.3;
}
.menu {
    background: #000;
}
.menu .inner {
    overflow-x: auto;
}
.menu a {
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    border-right: 1px solid #fff;
    padding: 15px 20px;
    display: block;
}
.menu a:hover {
    background: #666666;
}
.menu ul {
    display: flex;
    justify-content: center;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}
.menu ul li:last-child a {
    border-right: none;
}
.hamburger {
    background: #000;
    width: 70px;
    height: 70px;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 11;
    transition: .7s;
}
.hamburger .inner {
    position: relative;
    width: 23px;
    height: 12px;
    margin-right: auto;
    margin-left: auto;
    line-height: 70px;
    top: 40%;
}
.hamburger span {
    width: 100%;
    height: 2px;
    display: inline-block;
    background: #fff;
    position: absolute;
    transition: .7s;
    opacity: 1;
}
.hamburger p {
    display: none;
}
.hamburger span:nth-of-type(1) {
    top: 0;
}
.hamburger span:nth-of-type(2) {
    top: 5px;
}
.hamburger span:nth-of-type(3) {
    bottom: 0;
}
.hamburger.active span:nth-of-type(1) {
    opacity: 0;
}
.hamburger.active span:nth-of-type(2) {
    transform: translateY(0px) rotate(-45deg);
    top: 50%;
}
.hamburger.active span:nth-of-type(3) {
    transform: translateY(0px) rotate(45deg);
    top: 50%;
}
.slider,
.slider-overlay,
.slider li,
.slider li img {
    width: 100vw;
    height: 100vw;
}
.slide li img {
    object-fit: cover;
}
.slider-overlay {
    background: rgba(0, 0, 0, .4);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
.slider li img {
	transform: scale(1.3);
}
.active3 img {
	transition-duration: 6s;
}
.active2 img {
	transition-duration: 4s;
}
.active1 img {
	transition-duration: 2s;
}
.slider .active-slide img,
.slider .active-slide-first img {
	transform: scale(1);
}
.popUp {
    z-index: 1;
}
.globalNav {
    display: none;
}
.bgColor-white {
    background-color: #fff;
}
.navi.active {
    height: 100vh;
    transform: translateY(0);
}
.navi {
    background: #000;
    color: #fff;
    width: 100vw;
    height: 0;
    padding: 100px 20px 40px 20px;
    position: fixed;
    z-index: 10;
    top: 0;
    transform: translateY(-100%);
    transition: .7s;
    letter-spacing: 0.05em;
    line-height: 1.2;
}
.navi a {
    color: #fff;
}
.navi a:hover {
    opacity: .7;
}
.navi .inner {
    height: 100%;
    overflow-y: auto;
}
.menuNavi .parent {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.9;
    letter-spacing: 0;
}
.menuNavi .parent > li {
    margin-bottom: 30px;
    line-height: 2;
}
.menuNavi .child {
    font-size: 16px;
    font-weight: normal;
}
.menuNavi a {
    display: block;
}
.right {
    font-size: 15px;
}
.headNavi {
    margin-bottom: 32px;
}
.headNavi  li {
    border: 1px solid #fff;
    text-align: center;
    margin-bottom: 16px;
    font-weight: bold;
}
.headNavi  li a {
    display: block;
    padding: 15px;
}
.snsBtn {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.snsBtn li {
    margin-right: 20px;
}
.snsBtn li:hover {
    opacity: .7;
}
.snsBtn li:last-child {
    margin-right: 0;
}
.navi .snsBtn {
    margin-bottom: 32px;
}
.lead {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #F7F7F7;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-bottom: 35px;
    text-align: left;
}
.lead br {
    display: none;
}
.mainImg .lead {
    padding: 0;
    margin-bottom: 0;
}
.mainImg {
    padding: 20px;
    background: #F7F7F7;
    margin-bottom: 60px;
}
.mainImg figure {
    margin-bottom: 20px;
    text-align: center;
}
.article {
    margin-top: 60px;
}
.article:last-child {
    margin-bottom: 60px;
}
.article .title {
    font-family: var(--font-gothic);
    font-size: 22px;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 20px;
}
.article figcaption {
    display: none;
}
.article .txt {
    margin-bottom: 20px;
}
.article .inner {
    z-index: 2;
}
#top {
    z-index: 3;
}
.first-img {
    margin-right: 24px;
    margin-left: 24px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
}
.first-img img {
    width: 100%;
}
.imgContainer figure {
    margin-bottom: 20px;
    text-align: center;
}
.imgContainer figure img {
    width: 100%;
}
.editorArea a {
    text-decoration: underline;
}
.editorArea a:hover {
    text-decoration: none;
}
.editorArea img {
    display: block;
    margin: 0 auto;
}
.editorArea hr {
    height: 1px;
    color: var(--text-colorBase);
}
.editorArea ol li{
    list-style-type: decimal;
}
.editorArea ul li{
    list-style-type: disc;
    margin-left: 2em;
}
.editorArea ol li,
.editorArea ul li {
    margin-bottom: 5px;
}
.editorArea em {
    font-style: italic;
}
.editorArea table {
    width: 100%;
    max-width: 100%;
}
.editorArea table th,
.editorArea table td {
    padding: 15px 25px;
    border: 1px solid #ccc;
}
.editorArea table th {
    text-align: center;
    background: #F7F7F7;
    font-weight: normal;
    width: 102px;
}
.editorArea table td {
    background: var(--text-clolorSub);
}
.editorArea img {
    max-width: 100%;
}
.editorArea iframe {
    max-width: 100%;
}
.editorArea strong,
.editorArea b {
    font-weight: bolder;
}
.extraTtl {
    font-size: 28px;
    font-family: var(--font-gothic);
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    letter-spacing: 0;
    line-height: 1.2;
}
.extraTtl::before {
    position: absolute;
    top: -90%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    border-bottom: 1px solid #333333;
    font-family: "Times New Roman";
}
.infoTtl::before {
    content: "NEWS";
}
.blogTtl::before {
    content: "BLOG";
}
#news {
    margin-bottom: 30px;
}
.rss dt,
.news time {
    font-family: "Times New Roman";
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.1;
    font-weight: normal;
}
.rss dd,
.news span {
    margin-bottom: 20px;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1.9;
}
.news span {
    display: block;
}
.rss dd a,
.news li a {
    text-decoration: underline;
}
.rss dd a:hover,
.news p a:hover {
    text-decoration: none;
}
.news li.is-hidden {
    display: none;
    
}
.btn {
    max-width: 200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    margin-top: 30px;
}
.btn:hover,
.btn a:hover {
    background: #000;
    color: #fff;
}
.newsBtn {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.blogBtn {
    position: relative;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-decoration: none;
    border-radius: 30px;
}
.blogBtn::after {
    content: '';
    background-image: url(https://assets.toriaez.jp/thp2/pc/images/240/pic-btn_001.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 35%;
    right: 15%;
    cursor: pointer;
}
.freeArea {
    margin-top: 60px;
    margin-bottom: 40px;
    letter-spacing: 0;
    line-height: 1.9;
    padding-right: 20px;
    padding-left: 20px;
}
.pageTop {
  margin-top: 80px;
  text-align: center;
}
.pageTop a {
    color: #333333;
    font-weight: bold;
    font-size: 12px;
    position: relative;
    text-decoration: none;
}
.pageTop a::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(135deg);
    border-bottom: 3px solid #000;
    border-left: 3px solid #000;
    width: 20px;
    height: 20px;
    transition: all 0.2s ease-in-out;
}
.pageTop a:hover::before {
    top: -35px;
}
.contactBtn a {
    margin-top: 30px;
    margin-bottom: 40px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 33px 50px 33px 30px;
    position: relative;
    cursor: pointer;
    letter-spacing: 0.05em;
    line-height: 1.2;
}
.contactBtn a::after {
    content: '';
    position: absolute;
    top: 40%;
    
    right: 5%;
    margin: auto;
    transform: rotate(225deg);
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    width: 20px;
    height: 20px;
    transition: all 0.2s ease-in-out;
}
.contactBtn a:hover {
    background: #666;
}
.formPage .footer .snsBtn {
    margin-top: 40px;
}
.footer .snsBtn li {
    margin-right: 25px;
}
.footer .snsBtn li:last-child {
    margin-right: 0;
}
.footer .snsBtn a {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #666;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer {
    margin-top: 40px;
}
.footer .qrCode {
    margin-top: 24px;
}
.navi .qrCode {
    margin-bottom: 20px;
}
.qrCode {
    text-align: center;
}
.copyright {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 50px;
    line-height: 1.2;
    font-size: 16px;
    font-family: var(--font-gothic);
}
.pnkz {
    margin-top: 15px;
    font-size: 11px;
    line-height: 1.2;
    padding-right: 20px;
    margin-bottom: 40px;
    overflow-x: auto;
    overflow-y: hidden;
}
.pnkz ul {
    display: flex;
    justify-content: flex-end;
    width: max-content;
    margin-left: auto;
}
.pnkz li {
    border-right: 1px solid #CCCCCC;
    margin-left: 5px;
}
.pnkz li:last-child {
    border-right: none;
}
.pnkz a {
    text-decoration: underline;
    padding: 5px;
}
.pnkz a:hover {
    text-decoration: none;
}
.map iframe {
    margin: 0 auto;
    display: block;
    height: 300px;
}
.info {
    margin-top: 60px;
    margin-bottom: 80px;
}
.info dl {
    display: flex;
    margin-bottom: 1px;
    border-top: 1px solid #CCCCCC;
}
.info dl:last-child {
    border-bottom: 1px solid #CCCCCC;
}
.info dt {
    padding: 20px;
    width: 180px;
    min-width: 70px;
    font-weight: bold;
    display: block;
}
.info dd {
    padding: 20px;
    width: 100%;
    margin-bottom: 0;
}
.form {
    margin-top: 60px;
}
.form table {
    width: 100%;
}
.form th,
.form td {
    display: block;
    width: 100%;
}
.form th {
    padding: 15px 10px 5px 10px;
}
.form td {
    padding: 5px 10px 15px 10px;
}
.form tr {
    border-top: 1px solid #ccc;
    padding: 5px;
}
.input-text input,
textarea,
.input-age input {
    padding: 8px 15px;
    border-radius: 4px;
    border: 1px solid #d6d6d6;
}
.input-text input,
textarea {
    width: 100%;
}
.input-age input {
    margin-right: 10px;
    vertical-align: bottom;
    width:150px;
}
textarea {
    height: 300px;
}
.validation_span {
    color: red;
}
.btnCont {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px;
  }
  
  .form-btn {
    display: inline-block;
    max-width: 240px;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 5px;
    color: var(--color-sub);
    text-align: center;
    margin-right: 10px;
    border: none;
    font-weight: bold;
    font-size: 18px;
  }
  
  .btn-submit:hover,
  .btn-reset:hover {
    opacity: 0.8;
  }
  
  .btn-submit {
    background: #000;
    color: #fff;
    margin-bottom: 15px;
  }
  
  .btn-reset {
    background: #c6c6c6;
  }
  .thaks {
    padding-left: 20px;
    padding-right: 20px;
  }
@media screen and (min-width:768px) {
    
    body {
        font-size: 15px;
    }
    
    
    .siteWidth {
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
    }
    .siteWidth-s {
        max-width: 780px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .bgColor-gray {
        padding-top: 90px;
        padding-bottom: 60px;
    }
    
    
    .header {
        min-height: 120px;
        padding: 49px 170px 35px 50px;
    }
    
    .siteTitle {
        font-size: 30px;
    }
    .slide .siteTitle {
        font-size: 32px;
    }
    
    .pageTitle {
        padding-top: 60px;
        padding-bottom: 60px;
        font-size: 24px;
    }
    
    .menu .inner {
        margin-right: auto;
        margin-left: auto;
        padding: 0 30px;
    }
    
    .slider,
    .slider-overlay,
    .slider li,
    .slider li img  {
        height: calc(100vw * 0.52642);
    }
    
    .hamburger {
        width: 120px;
        height: 120px;
    }
    .hamburger .inner {
        width: 40px;
        height: 20px;
    }
    .hamburger p {
        font-size: 12px;
        color: #fff;
        transition: .7s;
        display: block;
        opacity: 1;
        letter-spacing: 0;
        font-weight: bold;
    }
    
    .hamburger.active p {
        opacity: 0;
    }
    .hamburger span:nth-of-type(2) {
        top: 9px;
    }
    
    .globalNav {
        display: block;
        background: #fff;
        padding: 30px 16px 0 16px;
    }
    .globalNav .parent {
        display: flex;
        justify-content: center;
        align-items: center;
        list-style: none;
        margin: 0 auto;
        padding: 0;
        flex-wrap: wrap;
    }
    .globalNav .parent > li {
        border-right: 1px solid #ccc;
        margin-bottom: 20px;
    }
    .globalNav .parent li:last-child {
        border-right: none;
    }
    .globalNav .parent a {
        text-decoration: none;
        font-weight: bold;
        padding: 15px 24px;
    }
    .globalNav .parent a:hover {
        text-decoration: underline;
    }
    .globalNav .child {
        margin: 0;
        padding: 0;
        list-style: none;
        background: #000;
        position: absolute;
        z-index: 4;
    }
    .globalNav .child li {
        border-bottom: 1px solid #fff;
    }
    .globalNav .child li:last-child {
        border-bottom: none;
    }
    .globalNav .child a {
        display: block;
        color: #fff;
        text-align: center;
    }
    .globalNav .child a:hover {
        text-decoration: none;
        background: #666;
    }
    
    
    #news {
        padding: 90px 0px 54px;
        line-height: 1.9;
    }
    
    .mainImg {
        margin-bottom: 0;
        padding: 0;
    }
    .mainImg .lead {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .noImg.lead {
        width: 100%;
    }
    .lead {
        text-align: center;
    }
    .lead br {
        display: block;
    }
    .lead .inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .mainImg .inner {
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 1200px;
        padding: 40px 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .mainImg figure {
        
        max-width: 500px;
        text-align: right;
        margin-right: 40px;
        margin-bottom: 0;
    }
    
    .navi {
        padding: 130px 30px 50px ;
    }
    
    .navi .inner {
        display: flex;
        justify-content: space-between;
        height: 100%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .menuNavi {
        width: 100%;
        max-width: 500px;
        overflow-y: auto;
        height: 100%;
        margin-right: 30px;
    }
    
    .menuNavi::-webkit-scrollbar {
        width: 14px;
    }
    
    .menuNavi::-webkit-scrollbar-thumb {
        background: #fff;
        border-radius: 9px;
    }
    .menuNavi {
        scrollbar-width: thin;
        scrollbar-color: #fff #fff;
    }
    
    .menuNavi .parent {
        font-size: 28px;
        font-weight: bold;
        padding-right: 15px;
    }
    
    .menuNavi .parent > li {
        margin-bottom: 30px;
    }
    
    .menuNavi .child {
        font-size: 16px;
        font-weight: normal;
    }
    
    
    .right {
        width: 100%;
        max-width: 300px;
        overflow-y: auto;
        height: 100%;
        padding-right: 15px;
        font-size: 20px;
    }
    .right::-webkit-scrollbar {
        display: none;
    }
    .headNavi {
        margin-bottom: 60px;
    }
    
    .headNavi  li {
        margin-bottom: 16px;
    }
    
    .article {
        margin-top: 100px;
    }
    .article:first-of-type {
        margin-top: 90px;
    }
    .article:last-child {
        margin-bottom: 130px;
    }
    .head {
        display: flex;
        margin-bottom: 40px;
        align-items: flex-start;
    }
    .reverse .head {
        flex-direction: row-reverse;
    }
    .article .inner {
        width: 640px;
        margin-top: 40px;
        background: #fff;
    }
    .normal .inner {
        padding: 40px 40px 40px 0;
        margin-right: -40px;
    }
    .reverse .inner {
        padding: 40px 0 40px 40px;
        margin-left: -40px;
    }
    .article .title {
        font-size: 32px;
        margin-bottom: 40px;
        line-height: 1.4;
        letter-spacing: 0;
    }
    .article .txt {
        font-size: 16px;
        line-height: 1.9;
        letter-spacing: 0.1em;
    }
    .article .head figure {
        width: 640px;
    }
    .first-img {
        margin-left: 0;
        margin-right: 0;
    }
    .normal .head figure {
        text-align: left;
        margin-left: -40px;
    }
    .reverse .head figure {
        text-align: right;
        margin-right: -40px;
    }
    .imgContainer {
        display: flex;
        justify-content: center;
    }
    .imgContainer figure {
        max-width: 380px;
        width: 100%;
        margin-right: 30px;
    }
    .imgContainer figure:last-child {
        margin-right: 0;
    }
    
    #news {
        margin-bottom: 40px;
    }
    .rss dt,
    .news time {
        display: inline-block;
        width: 15%;
        min-width: 100px;
        padding-top: 6px;
        vertical-align: top;
    }
    .rss dd,
    .news span {
        display: inline-block;
        width: calc( (99% - 15%) - 26px );
        font-size: 15px;
    }
    .news span {
        display: inline-flex;
    }
    .news li a:hover {
        text-decoration: none;
    }
    
    .freeArea {
        margin-top: 90px;
        margin-bottom: 72px;
        padding: 0;
        font-size: 15px;
    }
    
    .pageTop {
        display: none;
        position: fixed;
        bottom: 30px;
        right: 20px;
        margin-top: 0;
    }
    
    .contactBtn {
        margin-top: 90px;
        margin-bottom: 70px;
    }
    
    .copyright {
        margin-bottom: 83px;
    }
    
    .pnkz {
        font-size: 13px;
        max-width: 1200px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    
    .editorArea table th {
        width: 200px;
    }
    
    .map iframe {
        height: 500px;
    }
    .formPage .footer .snsBtn {
        margin-top: 90px;
    }
    .footer {
        margin-top: 72px;
    }
    
    .form th,
    .form td {
        padding: 30px 20px;
    }
    .form th {
        width: 30%;
    }
    .form td {
        width: 70%;
    }
    .form tr {
        display: flex;
        align-items: center;
    }
    .input-age input {
        width: 40%;
    }
    .thaks {
        max-width: 780px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        padding-right: 0;
      }
}
.required {
    margin-top: 15px;
}


/* ここからリニューアル代行用の追加
　　root設定の変更は最上部で別途設定 */

/*共通指定*/

.slider-overlay {
  background: none;
}


/* グローバルナビ全体を相対位置にしておく（必要） */
.globalNav .inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px; /* メニューとあしらい画像の余白調整 */
}

.globalNav .child {
  background: #ffb556;
}
.globalNav .child a {
  color: #FFFFFF; 
}
/* ホバー時の背景と文字色 */
.globalNav .child a:hover {
  background: #ffa736;
  color: #ffffff;
}

.lead {
  background-color:none !important;
}
.hamburger {
  background-color: #fff !important;
  border:1px #ffb556 solid;
}

.navi {
  background-color: #fff !important;
}

.navi a {
  color: #333333 !important;
}
.hamburger span {
  background: #ffb556 !important; /* ハンバーガーの3本線の色 */
  height:1px;
}

.hamburger p {
  color: #ffb556 !important; /* MENUテキストの色 */
}
/* ホバー時の背景と文字色 */
.hamburger:hover {
  background-color: #ffa736 !important;
}
.hamburger:hover p {
  color: #FFFFFF !important;
}
.hamburger:hover span {
  background: #ffffff !important;
  height: 2px !important;
}
.navi a:hover {
  color: #FFB556 !important;
}
.hamburger {
  background: #e5c5ba;
  border-radius: 60px;
  top: 10px;     /* 上から10px */
  right: 10px;   /* 右から10px */
}
.headNavi  li {
    border: 1px solid #ccc;
  border-radius:10px;
}

.contactBtn a {
  background-color: #ffb556 !important;  
  color: #fff !important;
  margin:0 auto;
  max-width:600px;
  border-radius:50px;
}
.contactBtn a::after {
  border-bottom: 1px solid #fff !important;
  border-left: 1px solid #fff !important;
}

.contactBtn a:hover {
  background-color: #ffa736 !important;
  color: #FFFF !important;
}

.contactBtn a:hover::after {
  border-bottom: 1px solid #FFFFFF !important;
  border-left: 1px solid #FFFFFF !important;
}

ul.news li {
  border-bottom: 1px solid #333333; 
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.article .head .inner {
  padding-left: 24px;  /* やさしい余白 */
  padding-right: 24px; /* 必要があれば左右対称に */
   background: #ffffff;                /* カードの背景を白に */
  border-radius: 12px;                /* 角をやさしく丸める */
  padding: 24px;  
}
/* 角丸を画像に反映するために必要 */
/*.article .head figure {
  border-radius: 12px;
  overflow: hidden; 
}*/
.article .head figure img {
  border-radius: 12px;}

/* 画像そのものにも念のため最大幅と高さを維持 */
.article .head figure img {
  width: 100%;
  height: auto;
  display: block;
}

/*#wc7k h2.title {
  text-align: center;
}*/


/*ホームから主要ページへのリンク*/

ul.highlight-link li {
  border-bottom: 1px solid rgb(204, 204, 204);
  list-style:none;
  margin-left: 0;
}
ul.highlight-link li:first-child {
  border-top: 1px solid rgb(204, 204, 204);
}
.highlight-link li a {
  display:block;
  text-decoration:none;
  text-align:center;
  padding:1em 0;
}

.highlight-link li a:hover {
  opacity:0.7;
}
/* CTAボタン */
a.cta-button {
  display: inline-block;
  padding: 14px 40px;
  background-color: #ffb556;
  color: #ffffff;
  text-decoration:none;
  font-weight: bold;
  border-radius: 30px;
  transition: background-color 0.3s ease;
}

a.cta-button:hover {
  background-color: #ffa736;
  color: #fff;
}
.pageTitle {
  padding: 40px 20px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  color: #333333; 
}
/* メニュー全体の背景を濃い色に */
nav.menu {
  background: none;
  margin-top:10px;
}

/* メニューリンクの通常状態 */
.menu a {
  color: #333;
  font-weight:bold;
  background-color: none;
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  border-right: 1px solid #ccc;
}

/* ホバー時に薄く */
.menu a:hover {
  background: #ffb556;
  color: #fff;
}



/*パソコンサイズ用指定*/
@media screen and (min-width: 768px) {

  .slide .siteTitle {
      transform: translate(-55%, -50%);
  }
  
  .siteTitle img {
      max-height: 400px;
  }
  
  .hamburger {
    height:160px;
  }
  
  #pyw7,#p9zz,#wc7k,#apge {
    text-align:center;
  }
  
}
/* やや大きめタブレット用指定 */
@media (min-width: 768px) and (max-width: 1000px) {
  .globalNav{
    padding: 30px 5px 0;
  }
  .globalNav .inner{
    padding:0;
  }
  .globalNav .parent a{
    padding:15px 15px;
  }
  .siteTitle img {
        max-height: 320px;
    }
  #news{
    padding-right:30px;
    padding-left:30px;
  }
}
/* タブレット・スマホ共通指定 */
@media screen and (max-width: 768px) {
  .slide .siteTitle {
      transform: translate(-58%, -50%);
  }
  .contactBtn a {
    margin:30px 40px 0 40px;
  }
  .first-img img {
    max-width:480px;
    margin-right:auto;
    margin-left:auto;
  }
}
/* タブレット用指定 */
@media (min-width: 481px) and (max-width: 767px) {
  .slider,
  .slider-overlay,
  .slider li,
  .slider li img {
      width: 100vw;
      height: 80vw;
  }
  .contactBtn a {
    max-width:400px;
    margin:30px auto;
    padding: 28px 40px 28px 25px;
    font-size: 18px;
  }
  .contactBtn a::after {
    top: 38%;
    right: 6%;
  }
  .article .txt {
    font-size: 16px;
  }
}

/*スマホサイズ用指定*/

@media screen and (max-width: 480px) {
  .siteTitle img {
      max-height: 220px;
  }
  .contactBtn a {
    max-width:300px;
    margin:30px auto;
    padding: 23px 40px 23px 25px;
    font-size: 18px;
  }
  .contactBtn a::after {
    top: 41%;
    right: 8%;
    width: 14px;
    height: 14px;
  }
  .editorArea table th,
  .editorArea table td {
    padding: 10px 10px;
  }
}