@media only screen and (min-width:600px) {

.event-title {
    font-size: 180%;
    color: #202321;
    font-weight: normal;
    padding: 22px 10px;
    margin: 0 0 60px;
    line-height: 1;
    border-bottom: #CCC 1px solid;
}

.site-main {
    padding-top: 0;
}

.str-outer:not(.of-full), .mod-tab .tab-panel {
    padding-right: 0;
    padding-left: 0;
}

.main-page {
    margin-bottom: 50px;
    padding: 30px;
    font-size: 120%;
    color: #333;
    background: #b3dbd0;
    font-family: 'Baskerville';
}

.main-page img {
    vertical-align: middle;
}

.background-color {
    padding-bottom: 5%;
    background: #fff;
}

.main-page h1 {
    margin: 0;
    padding: 0;
    border: none;
}

.main-page h2 {
    position: relative;
    margin-bottom: 30px;
    font-size: 200%;
    font-weight: 500;
    color: #ea9eb0;
    text-align: center;
    font-family: "Gravitas One", serif;
}

.main-page h2:before {
    content: '';
    position: absolute;
    bottom: -15px;
    width: 40px;
    height: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ea9eb0;
    border-radius: 2px;
  }

.main-page h3 {
    position: relative;
    margin-bottom: -0.5em;
    padding: 0 55px;
    color: #ea9eb0;
    font-size: 180%;
    font-weight: 500;
    text-align: center;
    font-family: "Gravitas One", serif;
  }

.main-page h3:before, .main-page h3:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 140px;
    height: 1px;
    background-color: #ea9eb0;
  }
  
  .main-page h3:before {
    left: 5%;
  }

  .main-page h3:after {
    right: 5%;
  }

/* nav */

.wrap-index {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 2%;
    margin: 5%;
}

.wrap-index li {
    width: 48%;
    margin-bottom: 2%;
    text-align: center;
    border: 1px solid #ccc;
}

/* LINE */

.wrap-line {
    margin: 0 40px;
    padding: 50px 0;
    background: #fff;
    border: 1px solid #ccc;
}

.wrap-line-text {
    display: flex;
    justify-content: center;
    gap: 0.5em;
    margin-bottom: 0.8em;
}

.wrap-line a {
    display: block;
    position: relative;
    margin: 0 30px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    background: #5ddb00;
    text-decoration: none;
}

.wrap-line a::after {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 30px;
    content: '';
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

/* コンテンツ */

.wrap-content {
    margin: 15% 0;
}

.title-number {
    font-size: 70%;
}

.main-text {
    margin: 5%;
    text-align: center;
    line-height: 1.8;
}

.wrap-recommend {
    margin: 10% 0;
}

.image-item li {
    text-align: center;
}

.check-btn {
    position: relative;
    display: inline-block;
    margin: 5% 0;
    padding: 0 10%;
    text-decoration: none;
    outline: none;
}

.check-btn::before{
    content: '';
    position: absolute;
    bottom: -30%;
    left: 13%;
    width: 80%;
    height: 1px;
    background: #333;
}

.check-btn::after{
    content: '';
    position: absolute;
    bottom: -13%;
    right: 1.2em;
    width: 5%;
    height: 1px;
    background: #333;
    transform: rotate(35deg);
}

.back-color {
    margin: 5%;
    padding: 2% 8% 8%;
    border: 1px solid #ccc;
    background: #fcfcfc;
}

/* トピックス */

.topics-flex {
    margin: 2% 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 2%;
}

.topics-flex li {
    width: 48%;
    margin-bottom: 2%;
}

/* ボタン */

.right-arrow  {
    display: block;
    position: relative;
    margin: 0 50px 50px;
    padding: 25px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #333;
    text-decoration: none;
}

.right-arrow::after {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 30px;
    content: '';
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: translateY(-50%) rotate(45deg);
}

.right-arrow-02  {
    display: block;
    position: relative;
    margin: 5%;
    padding: 3%;
    color: #333;
    font-size: 3.5vw;
    text-align: center;
    font-weight: 600;
    background-color: #333;
}

.right-arrow-02::after {
    display: block;
    width: 2vw;
    height: 2vw;
    position: absolute;
    top: 50%;
    right: 3vw;
    content: '';
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: translateY(-50%) rotate(45deg);
}

/* アコーディオン */

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    margin: 0 0 5%;
}

.accordion-area section {
	border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.favorite-btn {
    position: relative;
    margin: 0 5%;
    cursor: pointer;
    text-align: center;
    padding: 3%;
    color: #fff;
    transition: all .5s ease;
    border-bottom: none;
    background-color: #333;
}

/*アイコンの＋と×*/
.favorite-btn::before,
.favorite-btn::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 1px;
    background-color: #fff;
    
}
.favorite-btn::before{
    top:48%;
    right: 30px;
    transform: rotate(0deg);
    
}
.favorite-btn::after{    
    top:48%;
    right: 30px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.favorite-btn.close::before{
	transform: rotate(45deg);
}

.favorite-btn.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;
    color: #333;
    margin: 0 0.5em;
    padding: 1em 0 0;
}

.box-text {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    align-items: center;
    margin: 0 30px;
}

.box-text li {
    position: relative;
    display: flex;
    width: 32%;
    margin-bottom: 2%;
    justify-content: center;
    height: 7em;
    align-items: center;
    text-align: center;
    background: #fff;
    border: 1px solid #333;
}

.box-text li::after {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 15px;
    content: '';
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: translateY(-50%) rotate(45deg);
}
.box-text a {
    padding: 35px 15px 35px 0;
    display: block;
    width: 100%;
    text-decoration: none;
}

.box-text img {
    max-width: 80%;
}

.material-box li {
    width: 45%;
}

/*共通*/

html {
    scroll-behavior: smooth;
  }

.content_inner {
    padding-top: 70px;
    margin-top: -70px;
}

hr {
    margin: 10% 5%;
}

.note {
    font-size: 3vw;
}

.indent-1 {
	padding-left:1em;
	text-indent:-1em;
}

.col {
    width: 44%;
    margin-bottom: 3%;
}

.block-goods-list--param-sort dd select, .block-goods-list--param-stock dd select {
    display: none;
}

.block-goods-list--param {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
}