@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --color-dark-yl: #FFD747;
    --color-dark-red: #231916;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

:focus {
    outline: 0 !important;
    text-decoration: none !important;
}

html,
body {
    margin: 0 !important;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

a img {
    border: none;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
time {
    display: block;
}

a {
    color: #191919;
    text-decoration: none;
}

a:hover,
a:active {
    color: #fe9555;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
    margin: 0px;
    padding: 0px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
}

figure {
    max-width: 100%;
}

/*page
----------------------------------------------------*/
body {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: var(--color-brown);
    text-decoration: none;
    line-height: 1.7;
    position: relative;
}

.text-link a{color: #FF5300;
text-decoration: underline;}

.text-link a:hover{color: #842300;
text-decoration: none;}

.fl {
    float: left;
}

.fr {
    float: right;
}

.bold {
    font-weight: bold;
}

.mobile {
    display: none;
}

.pc {
    display: block;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.relative {
    position: relative;
}
.d-none{
    display: none !important;
}

a:hover img {
    opacity: 0.8;
}

.container {
    max-width: 850px;
    padding: 0 15px;
    margin: 0 auto;
}


.bg-site-yl {
    background: var(--color-dark-yl);
}

.bg-dark-red {
    background: var(--color-dark-red);
}

.color-dark-red {
    color: var(--color-dark-red);
}

.roboto {
    font-family: "Roboto", sans-serif;
}

.sec-pd {
    padding: 100px 0 ;
}

#header-curryclub{
    padding: 100px 0 70px 0;
}
.box-banner {
    margin-bottom: 80px;
}
.single-curry .box-banner{
    margin: 0 auto;
    max-width: 250px;
    padding: 30px 0;
}
.bg-orange-light{
    background-color: #fff2cb;
}
#sec-article article{
    padding: 40px;
    background-color: #fff;
    margin-top: 30px;
}
#sec-article article .content-post{
    margin: 30px 0 50px 0;
}
#sec-article article .detail-post{
    padding: 20px;
    border-radius: 10px;
    background-color: #efefef;
}
#sec-article article table{
    width: 100%;
    border-collapse: collapse;
}
#sec-article article table th {
    font-weight: bold;
    text-align: left;
    width: 100px;
}
.footer-post.text-center a {
    display: inline-block;
    margin-top: 30px;
    padding: 8px 35px;
}
#sec-article article table tr:last-child{
    border-bottom: none;
}
.footer-post.text-center a:hover{
    opacity: .5;
}
#sec-article article table th ,#sec-article article table td{
    padding: 10px;
}
#sec-article article table tr{
    border-bottom: 1px dotted #231916;
}
.button{
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    background: var(--color-dark-red);
    padding: 10px 30px;
    border-radius: 30px;
    text-decoration: none;
    border: 1px solid var(--color-dark-red);
}
.single-curry .tit-post{
    font-size: 30px;
    font-weight: bold;
}
.single-curry .author-post{
    font-size: 12px;
    margin-top: 5px;
}
.single-curry .author-post img {
    max-width: 50px;
    margin-right: 5px;
    border-radius: 50%;
}
.sec-faq{
    background: #FFF3CC;
}
.tit-sec {
    font-size: 31px;
    font-weight: bold;
    color: var(--color-dark-red);
    margin-bottom: 25px;
}
.thumb-tit {
    width: 136px;
}
.info-author {
    width: calc(100% - 136px);
    padding-left: 35px;
}
.thumb-tit img{
    border-radius: 10px;
}
.box-thumb-author img{
    border-radius: 50%;
}
.box-thumb-author {
    display: flex;
    align-items: CENTER;
    margin-top: 5px;
}
.thumb-author {
    width: 50px;
}
.l-tit-author {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}
.box-tit-author{
    width: calc(100% - 50px);
    padding-left: 15px;
}
.content-v2 h2 {
    padding: 10px 10px 10px 15px;
    border-left: 5px solid #ffd747;
    background-color: #fff2cb;
}
.list-dt-pro {
    padding: 22px;
    background: #F0F0F0;
    border-radius: 10px;
}
.item-pro {
    display: flex;
    justify-content: flex-start;
    padding: 20px 12px;
    border-bottom: 1px dotted var(--color-dark-red);
}
.item-pro:last-child{
    border-bottom: none;
}
.item-pro .tit{
    width: 100px;
    font-weight: bold;
}
.item-pro .cont{
    width: calc(100% - 100px);
    padding-left: 25px;
}
/*faq slidedown*/
.head-box-faq {
    padding: 22px 0px;
    position: relative;
    z-index: 998;
    border-bottom: 2px dotted var(--color-dark-red);
}

.box-faq:first-child{
    border-top: 1px solid var(--color-dark-red);
}

.box-faq:last-child .head-box-faq {
    border-bottom: 1px solid var(--color-dark-red);
}

.box-faq:last-child .cnt-box-faq {
    border-bottom: 1px solid var(--color-dark-red);
}

.head-box-faq.active,
.box-faq:last-child .head-box-faq.active {
    border-bottom: none;
}

/*.cnt-child-section{
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}*/
/* .icon-arrow-down.active:before {
    background-image: url(../img/icon-close.png);
}

.icon-arrow-down:before {
    content: '';
    position: absolute;
    border-bottom: solid 2px var(--greenbold);
    border-right: solid 2px var(--greenbold);
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 27px;
    height: 26px;
    transition: all .4s ease-out;
    background-image: url(../img/icon-open.png);
    background-repeat: no-repeat;
    background-size: contain;
} */
.l-author{
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}

.tit-faq {
    position: relative;
    font-size: 18px;
    padding-right: 50px;
    cursor: pointer;
    display: flex;
}

.tit-faq .date {
    font-size: 12px;
    margin-right: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
}

.tit-faq .text {
    font-size: 20px;
    font-weight: bold;
}



.cnt-box-faq {
    display: none;
}

.cnt-box-faq {
    padding: 40px 40px 50px 40px;
    background: #fff;
    position: relative;
    z-index: 3;
    border-bottom: 2px dotted var(--color-dark-red);
    margin-top: 10px;
}

.detail-cnt-box-faq {
    display: flex;
}

.tit-a {
    color: #ff0000;
    font-size: 24px;
}

.cnt-child-a {
    margin-top: 5px;
    font-size: 18px;
}
.cnt-child-a .cont{
    font-size: 15px;
}

/*end faq slidedown*/

.item-pro-cont{
    margin-bottom: 65px;
}
.thumb-pro{
    margin-bottom: 25px;
}
.sec-member .tit-sec{
    margin-bottom: 50px;
}
.list-member {
    display: flex;
    flex-wrap: wrap;
}
.item-member {
    width: 20%;
    margin-bottom: 35px;
}
.item-member .box{
    padding-right: 50px;
}
.item-member p{
    font-size: 12px;
    border-radius: 30px;
    text-align: center;
    padding: 5px 12px;
    background: #fff;
    margin-top: 10px;
}
.thumb-member {
    max-width: 80px;
    margin: auto;
}
.thumb-member img{
    border-radius: 50%;
}
/*.item-member:first-child p{
    margin-left: 0;
}
.item-member:last-child p{
    margin-right: 0;
}*/
#footer-curryclub {
    padding: 35px;
    background: #fff;
}

#footer-curryclub .wrap-cnt-ft {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer-curryclub .btn-footer {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    background: var(--color-dark-red);
    padding: 10px 30px;
    border-radius: 30px;
    text-decoration: none;
    border: 1px solid var(--color-dark-red);
}

#footer-curryclub .btn-footer:hover {
    background: #fff;
    color: var(--color-dark-red);
}
.thumb-cont-author{
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.thumb-cont-author .thumb{
    width: 120px;
}
.thumb-cont-author .thumb img{
    border-radius: 50%;
}
.thumb-cont-author .cont-author{
    width: calc(100% - 120px);
}
.thumb-cont-author .box-cont-author{
    padding: 30px 25px;
    background: #F2F2F2;
    position: relative;
}
.thumb-cont-author .box-cont-author:before {
    content: "";
    position: absolute;
    width: 0; 
    height: 0; 
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent; 
    border-right:20px solid #F2F2F2; 
    top: 47px;
    left: -19px;
}
.tit-cont-author {
    font-size: 15px;
    margin-bottom: 22px;
}


/*mobile*/
@media screen and (max-width: 1700px) {}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1100px) {
   
}

@media screen and (max-width: 991px) {
    .item-member{
        width: 33.33%;
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }
    #header-curryclub {
        padding: 80px 0 35px 0;
    }
    .box-banner-info img{
        width: 80%;
        margin: auto;
    }
    .item-member .box {
        padding-right: 20px;
    }
    
     .sec-pd {
        padding: 50px 0;
    }
    .tit-sec{
        font-size: 28px;
    }
    .sec-member .tit-sec {
        margin-bottom: 35px;
    }
    .item-member{
        margin-bottom: 10px;
    }
    .cnt-box-faq{
        padding: 20px 20px 30px 20px;
    }
    #footer-curryclub .wrap-cnt-ft{
        flex-direction: column-reverse;
    }
    #footer-curryclub .btn-footer{
        margin-bottom: 15px;
    }
    #footer-curryclub{
        padding: 25px 30px;
    }
    .info-author{
        padding-left: 20px;
    }
    .tit-faq .text{
        font-size: 16px;
    }
    .item-pro-cont {
        margin-bottom: 40px;
    }
    .thumb-pro {
        margin-bottom: 18px;
    }
    .thumb-tit {
        width: 120px;
    }
    .info-author {
        padding-left: 20px;
    }
    .thumb-cont-author{
        gap: 10px;
    }
    .thumb-cont-author .thumb{
        width: 50px;
    }
    .thumb-cont-author .cont-author {
        width: calc(100% - 50px);
    }
    .thumb-cont-author .box-cont-author:before {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 8px solid #F2F2F2;
        top: 17px;
        left: -7px;
    }

   /*.l-tit-author{
        height: 50px;
        overflow: hidden;
    }
    .head-box-faq.active .l-tit-author{
        height: unset;
        overflow: hidden;
    }*/
    #sec-article article .detail-post {
        padding: 15px;
    }
    #sec-article article{
        padding: 30px 15px;
    }
}

/*end 767*/
@media screen and (max-width: 575px) {
   
}

@media screen and (max-width: 475px) {
    .item-member p{
        font-size: 12px;
    }
    .item-member .box {
        padding-right: 5px;
    }
}

@media screen and (max-width: 375px) {
    
}



/*記事内のボタン*/
.curryclub_btn_dd {
  display: inline-block;
  padding: 0.8em 3em;
  background-color: #b7274c; /* 背景色 */
  box-shadow: 0 5px 0 #931c3e; /* 影の太さ・色 */
  border-radius: 60px;
  color: #fff;
  cursor: pointer;
  text-decoration: none; /* 文字の下線を消す */
	
}

.curryclub_btn_dd a:link{
	 color: #fff;
	font-size: 20px;
	margin: 0 auto;
	text-align: center;
}


.curryclub_btn_dd:hover {
  box-shadow: none;
  transform: translateY(5px);
}