@charset "UTF-8";
/*
Theme Name: wp_studioanne
Theme URI: http://www.prime-strategy.co.jp/download/
Description: This is our original theme.
Author: Prime Strategy Co.,Ltd.
Author URI:　http://www.prime-strategy.co.jp/
Version:1.0
*/
.wp_anchor_pt {
    padding-top: 40px;
    margin-top: -20px;
}
label {
    cursor: pointer;
}
/**wordpressの記事内でのみreset.cssの解除**************************/
.wpContent ul li {
    list-style: disc;
    list-style-position: inside;
}
.wpContent ul li {
    list-style: disc;
    list-style-position: inside;
}
.wpContent ul li ul {
    margin-top: 0;
}
.wpContent ul li ul li {
    list-style: circle;
    list-style-position:inside;
    padding-left: 1.8em;
}
.wpContent ol li {
    list-style: decimal;
    list-style-position: inside;
}
.wpContent ol li ul {
    margin-top: 0;
}
.wpContent ol li ul li {
    list-style: circle;
    list-style-position:inside;
    padding-left: 1.8em;
}
.wpContent em {
  font-style: italic;
}
.wpContent em,
.wpContent dfn,
.wpContent cite,
.wpContent i {
  font-style: italic;
}

.wpContent strong,
.wpContent b {
  font-weight: bold;
}

.wpContent u {
  text-decoration: underline;
}

.wpContent del,
.wpContent s {
  text-decoration: line-through;
}

.wpContent mark {
  background-color: yellow;
  color: black;
}

.wpContent abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

.wpContent code,
.wpContent kbd,
.wpContent samp {
  font-family: monospace;
}

.wpContent sub {
  vertical-align: sub;
  font-size: smaller;
}

.wpContent sup {
  vertical-align: super;
  font-size: smaller;
}
/********************************************************/

.grecaptcha-badge { visibility: hidden; }

.grecaptcha-badge{
    margin-bottom: 60px;
}
.wpcf7-spinner {
    position: absolute !important ;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 !important;
}

.reca_p {
    color: rgba(142,142,142,1.00);
    font-size: 10px;
    text-align: center;
    margin-top: 40px;
}

.n-header {
	border-left:3px solid #1e90ff;
	padding-left:10px;
	margin-bottom:10px;
	font-weight:bold;
	margin-top:10px;
}

.wptime {
	font-size:14px;
}

.wptitle {
	font-size:20px;
	line-height:1.4em;
	margin-top:5px;
}

.wpContent img {
	max-width:100%;
	height:auto;
	margin:20px 0;
}
.wpContent iframe {
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.wpContent p,
.wpContent ul,
.wpContent ol {
	margin:20px 0;
    text-box-trim: trim-both;
}
.wpContent h2 {
	margin:60px 0 50px;
    text-box-trim: trim-both;
    font-weight: 600;
}
.wpContent h3 {
    margin: 50px 0 50px;
    font-weight: 600;
}
.wpContent h4,
.wpContent h5,
.wpContent h6{
    margin: 20px 0 50px;
    text-box-trim: trim-both;
    font-weight: 600;
}
.wpContent h1 {
    font-size: clamp(26px,3.0vw, 34px);
}
.wpContent h2 {
    font-size: clamp(24px,2.6vw, 28px);
    background-color:#f1f1f1;
    padding: 15px 25px 15px 45px;
    position: relative;
}
.wpContent h2:before {
    content: "";
    border-left: 4px solid #000;
    height: calc(100% - 30px);
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.wpContent h3 {
    font-size: clamp(24px,2.2vw, 26px);
}
.wpContent h3:after {
    content: "";
    border-bottom: 2px solid #000;
    width: 50px;
    margin: 15px 0 0;
    display: block;
}
.wpContent h3.has-text-align-center:after {
    margin: 15px auto 0;
}
.wpContent h4 {
    font-size: clamp(20px,2.0vw, 22px);
}
.wpContent h5 {
    font-size: clamp(20px,1.9vw, 22px);
}
.wpContent h6 {
    font-size: clamp(20px,1.9vw, 22px);
}

/***カラム******************/
.wp-block-columns {
    margin-bottom: 40px;
}
.wp-block-column h3{
    margin-bottom: 0;
}
.wp-block-column h4{
    margin-top: 0;
    margin-bottom: 0;
}
/*********************/

.available-stores {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 15px;
    row-gap: 15px;
}
.available-stores a {
    background-color: #222222;
    color: #FFF;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.3s ease;
}
.available-stores a:hover {
    background-color: #4f4c49;
}
.available-stores li {
    list-style: none !important;
}
.available-stores a:after {
    content: "";
    background: url("../../../../images/arrow_w.webp") left 0/cover no-repeat;
    width: 5px;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
/***button******/
.wp-block-button {
    display: block !important;
    width: 100%;
}
.wp-block-button a {
    background-color: #222222;
    color: #FFF;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.3s ease;
    border-radius: 0;
}
.wp-block-button a:hover {
    background-color: #4f4c49;
}
.wp-block-button a:after {
    content: "";
    background: url("../../../../images/arrow_w.webp") left 0/cover no-repeat;
    width: 5px;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
/********************************************************

    キャンペーン詳細

********************************************************/

.archive_title {
    text-align: center;
    font-size: clamp(20px,2.5vw, 31px);
    font-weight: bold;
}
.archive_title:after {
    content: "";
    border-bottom: 2px solid #3e3d3b;
    width: 60px;
    display: block;
    margin: 20px auto 0;
}

.archive_text {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    letter-spacing: 0.22em;
    line-height: 2.2em;
}

/******************/
.wpBorder {
    border: 1px solid #E12D30;
    padding: 15px;
}

.wp-block-group-is-layout-grid {
    gap: 40px;
}
.wp-block-group-is-layout-grid img {
    margin: 0;
}

.wp_top_title {
    font-size: clamp(24px,3.5vw, 40px);
    font-weight: bold;
    text-align: center;
    margin-bottom: 100px;
}


@media only screen and (max-width:1024px){
/*********************/

.available-stores {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
    row-gap: 15px;
}
.available-stores a {
    height: 60px;
}

}

@media only screen and (max-width:768px){
.wptime {
	font-size:14px;
}

.wptitle {
	font-size:22px;
}


/*********************/

.available-stores {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 10px;
}
.available-stores a {
    height: 45px;
    font-size: 15px;
}

/***カラム******************/
.wp-block-columns {
    margin-bottom: 30px;
}
/***button******/
.wp-block-button a {
    height: 45px;
    font-size: 15px;
}
.wp-block-group-is-layout-grid {
    gap: 15px;
    grid-row-gap: 30px;
}

.wp_top_title {
    margin-bottom: 50px;
}

}

