/*
Theme Name: graidun
Version: 1.6
Template: twentytwenty
*/

@charset "utf-8";

#wrap {
    width: 100%;
}
#fixed-header {
    position: fixed;
    top: -80px;  
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: rgba(255,255,255,0.8);
    box-sizing: border-box;
    z-index: 99;
    transition: .5s; /* アニメーションタイミング */
}
#fixed-header.is-show {
    top: 0;
}
#fixed-header .flexJust {
    width: 90%;
    margin: 0 auto;
}
#fixed-header .gnav {
    margin: 0;
}
#fixed-header p {
    line-height: 0;
    margin-top: 20px;
}
#fixed-header p img {
    width: 135px;
}
.slideBox {
    overflow: hidden;
    position: relative;
    height: 1200px;
}
.header {
    width: 90%;
    margin: 0 auto;
    padding-top: 40px;
}
.slideBox .header {
    width: 90%;
    z-index: 11;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    padding-top: 0;
    top: 40px;
}
.gnav {
    margin-top: 5px;
}
.gnav li {
    margin-right: 60px;
    letter-spacing: 1px;
}
.gnav li:last-child {
    margin-right: 0;
}
.slideBox .topFvBox {
    z-index: 11;
    position: absolute;
    top: 430px;
    left: 0;
}
.item01,
.item02,
.item03 {
    z-index: 10;
    opacity: 0;
    width: 100%;
    height: 1200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 18s 0s infinite;
    animation: anime 18s 0s infinite;
}
.item01 {
    background-image: url("https://graidun.com/wp-content/uploads/2025/12/slide01.jpg");
}
.item02 {
    background-image: url("https://graidun.com/wp-content/uploads/2025/12/slide02.jpg");
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}
.item03 {
    background-image: url("https://graidun.com/wp-content/uploads/2025/12/slide03.jpg");
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}
@keyframes anime {
0% {
    opacity: 0;
}
30% {
    opacity: 1;
}
35% {
    opacity: 1;
}
50% {
    opacity: 0;
    z-index: 9;
}
100% {
    opacity: 0;
}
}
@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
.cont01 {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.cont02 {
    width: 1300px;
    margin-right: auto;
    margin-left: auto;
}
.cont03 {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
}
.post {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
	margin-top: 80px;
	margin-bottom: 120px;
}
.fvTxt01 {
    font-size: 38px;
}
ruby > rt {
    font-size: 14px;
    text-align: center;
}
.bg01 {
    background-color: #f4f4f4;
}
.topNews {
    padding: 110px 0 130px;
}
.newsBox {
    width: 860px;
    margin-top: 30px;
}
.newsBox dl {
    margin-bottom: 20px;
}
.newsBox dl:last-child {
    margin-bottom: 0;
}
.newsBox dt {
    margin-right: 90px;
    letter-spacing: 2px;
}
.topBox01 {
    width: 100%;
}
.topBox01 div {
    width: 50%;
}
.topTxtBox01 {
    margin-top: 9%;
}
.topTit01 {
    line-height: 1;
    letter-spacing: 2px;
}
.topTxt01 {
    width: 562px;
    margin: 0 auto;
}
.topPro01 {
    padding: 130px 0;
}
.topPro02 {
    padding: 120px 0 130px;
}
.proBox01 li {
    width: 540px;
}
.topPrice {
    margin: 30px 40px 0 182px;
}
.topBg {
    background-image: url("https://graidun.com/wp-content/uploads/2025/12/top_img02.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    height: 1000px; 
}
.topBox02 {
    width: 510px;
    padding-top: 130px;
}
.footer {
    padding: 140px 0 130px;
}
.footBox01 {
    width: 107px;
    margin-left: auto;
    margin-right: auto;
}
.footBox02 {
    width: 475px;
    margin-left: auto;
    margin-right: auto;
}
.footBox02 li a {
    text-decoration: underline;
}
.footBox03 {
    width: 630px;
    margin-left: auto;
    margin-right: auto;
}
.copy {
    font-size: 13px;
    border-top: 1px solid #dbdbdb;
    background-color: #f4f4f4;
    padding: 20px 0;
}
.underHead {
    border-bottom: 1px solid #dedede;
    height: 120px;
}
.underFv {
    padding: 120px 0;
    border-bottom: 1px solid #dedede;
}
.menBox01 p {
    margin-top: 60px;
}
.menBox02 li {
    width: 570px;
}
.menBox03 {
    border-top: 1px solid #d6d6d6;
    padding: 30px 0;
}
.menBox03:last-child {
    border-bottom: 1px solid #d6d6d6;
}
.menBox03 dt {
    width: 212px;
    border-right: 1px solid #d6d6d6;
    text-align: center;
    margin-right: 50px;
    padding: 20px 0;
}
.menBox03 dd {
    width: 936px;
    line-height: 2;
    margin-top: 7px;
}
.menBg01 {
    padding: 100px 0 120px;
}
.menBtn {
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    background-color: #ededed;
}
.menBtn a {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
}
.menBox04 li {
    width: 290px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #dddddd;
    padding: 20px 0;
}
.menBox04 li:nth-child(4n) {
    margin-right: 0;
}
.trigger {
    display: inline-block;
    cursor: pointer;
}
.toggle_container {
    display: inline-block;
}
.proBtn01 {
    position: absolute;
    right: 0;
    bottom: -8px;
    width: 155px;
    background-color: #fff;
    padding: 20px 0 20px 30px;
    font-size: 15px;
}
.proBtn02 {
    padding: 34px 0 34px 30px;
}
.bg01 .proBtn01 {
    background-color: #f4f4f4;
}
.aboTable {
    width: 100%;
    border-top: 1px solid #d6d6d6;
    letter-spacing: 1px;
}
.aboTable th {
    border-bottom: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    text-align: left;
    padding: 30px 0;
    width: 160px;
}
.aboTable td {
    border-bottom: 1px solid #d6d6d6;
    padding: 30px 0 30px 70px;
}
.slider div {
    margin-right: 10px;
}
.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(50px);
    opacity: 0;
}
.scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
}
div.wpcf7-response-output {
    margin: 0 0.5em 10px;
    padding: 0.2em 2%;
}
.wpcf7 input.wpcf7-submit {
    width: 300px;
    height: 60px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
	color: #fff;
}
.acceptance {
    text-align: center;
}
.entry-content .formTable {
	border-top: #E0E0E0 1px solid;
	border-right: #E0E0E0 1px solid;
	border-left: #E0E0E0 1px solid;
	width: 100%;
	margin-bottom: 50px;
}
.entry-content .formTable input, .formTable textarea {
	font-family: 'MyFont1';
}
.entry-content .formTable th {
	width: 24%;
	border-bottom: #E0E0E0 1px solid;
	background-color: #F7F7F7;
	padding: 20px 4%;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	vertical-align: top;
}
.entry-content .formTable td {
	border-bottom: #E0E0E0 1px solid;
	padding: 20px 5%;
	text-align: left;
}
.entry-content .formTable td input {
	width: 98%;
	border: 1px solid #dcd7ca;
}
.entry-content .formTable td textarea {
	width: 98%;
}
.entry-content .wpcf7 form {
    margin: 0;
}
.entry-content .wpcf7 {
    width: 100%;
    border: none;
    background: #fff;
    padding: 0;
    margin: 0 !important;
    font-size: 14px;
}
.detail01 {
	margin-left: auto;
    margin-right: auto;
    width: 300px;
}
.entry-content .wpcf7 input.wpcf7-submit {
    background-color: #967d59;
    border: none;
}
.entry-content .wpcf7 input.wpcf7-submit:hover {
    background-color: #897050;
}
.entry-content .hissu {
    color: #DC0012;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 13px;
}
.entry-content .mark {
    color: #DC0012;
}
.featured-media {
    text-align: center;
    margin-bottom: 50px;
}
.entry-categories-inner {
	display: none;
}
.entry-title {
	font-size: 22px;
	margin-bottom: 50px;
}
.page .entry-title {
	display: none;
}
.post .entry-content {
	margin-bottom: 80px;
}
.post-meta {
	display: none;
}
.blogList .newsBox {
    width: 100%;
}
.pagination-single-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width: 1200px){
.cont01,
.cont02,
.cont03 {
	width: 94%;
}
.slideBox .header {
    width: 94%;
}
.header {
    width: 94%;
}
.header h1,
#fixed-header p {
	width: 100px;
}
.gnav {
    margin-top: 8px;
}
.gnav li {
    margin-right: 25px;
    font-size: 15px;
    letter-spacing: 0;
}
.newsBox {
    width: 80%;
}
.newsBox dl {
    display: unset;
}
.topBox01 {
    display: block;
	margin-bottom: 50px;
}
.topBox01 div:first-child {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.topBox01 div {
    width: 100%;
}
.proBox01 li {
    margin-left: auto;
    margin-right: auto;
}
.topBox02 {
    margin-left: auto;
    margin-right: auto;
}
#fixed-header .flexJust {
    width: 96%;
}
.menBox01 {
    display: block;
}
.menBox01 p {
	margin-bottom: 30px;
}
.menBox02 li {
    width: 100%;
}
.menBox02 li div {
	text-align: center;
}
.menBox02 li:first-child {
	margin-bottom: 40px;
}
.menBox03 dt {
    width: 24%;
    margin-right: 5%;
}
.menBox03 dd {
    width: 70%;
}
.menBox04 li {
    width: 48.5%;
    margin-right: 2%;
}
.menBox04 li:nth-child(2n) {
    margin-right: 0;
}
.topTxtBox01 {
    margin-top: 4%;
}
}

@media screen and (max-width: 640px){
.cont01,
.cont02,
.cont03 {
    width: 90%;
}
.post {
    width: 90%;
	margin-top: 100px;
	margin-bottom: 50px;
}
.spLogo {
    width: 88px;
    padding: 3px 0 0 15px;
}
.item01, .item02, .item03 {
    height: 128.3vw;
}
.item01 {
    background-image: url("https://graidun.com/wp-content/uploads/2025/12/sp_slide01.jpg");
}
.item02 {
    background-image: url("https://graidun.com/wp-content/uploads/2025/12/sp_slide02.jpg");
}
.item03 {
    background-image: url("https://graidun.com/wp-content/uploads/2025/12/sp_slide03.jpg");
}
.slideBox {
    height: 198vw;
    margin-top: 50px;
}
.slideBox .topFvBox {
    top: 137vw;
}
.fvTxt01 {
    font-size: 26px;
}
.topNews {
    padding: 30px 0 50px;
}
.newsBox {
    width: 100%;
    margin-top: 20px;
}
.home .newsBox dl:nth-child(2) {
    margin-bottom: 0;
}
.home .newsBox dl:nth-child(3),
.home .newsBox dl:nth-child(4) {
    display: none;
}
.newsBox dt {
    margin-right: 0;
}
.topBox01 div {
    width: 100%;
}
.topTxt01 {
    width: 90%;
}
.topTxtBox01 {
    margin-top: 40px;
}
.topPro01 {
    padding: 50px 0;
}
.proBox01 li {
    width: 100%;
}
.topPrice {
    margin: 30px 30px 0 0;
}
.proBtn02 {
    padding: 34px 0 34px 34px;
}
.topPro02 {
    padding: 55px 0 50px;
}
.topBox02 {
    width: 100%;
    padding-top: 65px;
}
.topBg {
    background-image: url(https://graidun.com/wp-content/uploads/2025/12/sp_top_img02.jpg);
    height: unset;
    padding-bottom: 80px;
    background-size: 100% auto;
}
.footer {
    padding: 60px 0 50px;
}
.footBox02 {
    width: 100%;
    text-align: center;
}
.footBox03 {
    width: 100%;
    text-align: center;
}
.copy {
    padding: 12px 0;
}
.underFv {
    margin-top: 50px;
    padding: 35px 0 45px;
    border-top: 1px solid #dedede;
}
.menBox01 p {
    margin-top: 0;
}
.menBg01 {
    padding: 50px 0 60px;
}
.menBox02 li {
    width: 100%;
}
.menBox03 dt {
    width: 28%;
    margin-right: 5%;
    text-align: left;
    padding: 0;
    font-size: 15px;
}
.menBox03 dd {
    width: 66%;
    margin-top: 0;
    font-size: 15px;
}
.menBox04 li {
    width: 99.5%;
    margin-right: 0;
}
.aboTable th {
    padding: 20px 0;
    width: 30%;
}
.aboTable td {
    padding: 20px 0 20px 20px;
}
.slick-slide {
    width: 160px;
}
.sakuraLogo {
    width: 260px;
    margin-right: auto;
    margin-left: auto;
}
.entry-title {
    font-size: 18px;
    margin-bottom: 30px;
	line-height: 1.8;
}
.featured-media {
    margin-bottom: 30px;
}
.entry-content {
    margin-bottom: 50px;
}
.entry-content .formTable {
    margin-bottom: 30px;
}
.entry-content .formTable th {
    width: 32%;
    font-size: 14px;
}
}