@charset "utf-8";

@charset "utf-8";
/*---------------------------------
リセットｃｓｓ
---------------------------------*/

*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.js-fadeinup-trigger,
.js-fadein-trigger {
  opacity: 0;
}   

html {
  font-size: 100%;
  overflow-x : hidden;
  -webkit-overflow-scrolling: touch;
  background-color: #f9e7e8;
}
  
body {
  color: #262626;
  font-family: Segoe UI, Segoe UI, Segoe WP, Arial, Sans-Serif;
  line-height: 2;
  font-display: swap;
}
/* 横揺れ防止 */
html, body {
  overflow-x: hidden;
  width: 100%;
}
a{
  text-decoration: none;
  word-break: break-all;
  /*改行しなければテキストがコンテンツボックスからあふれる場合に、
  ブラウザーが改行を挿入するかどうかを指定します。*/
}

img{
  max-width: 100%;
  height: auto;
}
p {
  text-align: justify;
  font-size: 1.1rem;
}

li{
  list-style: none;
  font-size: 1.2rem;
}
.wrapper{
max-width:1100px;
margin:0 auto;
padding:20px;
font-size:1.1rem;
color:#444;
}
strong {
background: linear-gradient(transparent 60%, #fff799 60%);
}
main .flex {
  display: flex;
}
main .box {
  padding: 10px;
}
main .box img {
  width: 400px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  
.wrapper{
  width: 100%;
}
}

@media screen and (max-width: 768px) {
  
html {
  background-color: white;
}
body {
  font-size: 0.875rem;
  background: none;
}

.wrapper{
  width: 100%;
}

main .flex {
  flex-direction: column;
}
.hero_button span {
  display: inline-block;
}
}  

.button {
  position: relative;
  display: inline-block;
  padding: 0.8em 2em;
  text-decoration: none;
  color: white;
  background: #CB5266;/*色*/
  border: solid 1px #CB5266;/*線色*/
  border-radius: 25px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  margin: 5px;
  font-size: 16px;
}

.button:active {
  /*押したとき*/
  border: solid 1px #ef6475;
  box-shadow: none;
  text-shadow: none;
  
}
.button:hover{
  opacity: 0.8;
}

/* 気功札幌ページ専用 */


h1{
font-size:2rem;
text-align:center;
margin:40px 0;
color:#2f5d50;
line-height:1.5;
}

.hero_title2 {
background:#f4faf7;
border-left:6px solid #7ab893;
padding:15px 20px;
margin:70px 0 30px;
font-size:1.5rem;
color:#2f5d50;
border-radius:5px;
}
#hero .flex {
	justify-content: space-between;
}
h3{
font-size:1.25rem;
color:#5b7d68;
}



a{
color:#2f7c5a;
font-weight:bold;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

.cta-box{
background:#fff8ef;
padding:30px;
border-radius:15px;
margin:50px 0;
text-align:center;
border:1px solid #f0d8b7;
}

.cta-box h2{
background:none;
border:none;
margin:0 0 15px;
padding:0;
}

.cta-btn{
display:inline-block;
background:#e58f3d;
color:#fff;
padding:15px 40px;
border-radius:50px;
margin-top:20px;
font-size:1.1rem;
transition:.3s;
}

.cta-btn:hover{
opacity:.85;
text-decoration:none;
}

.voice-link{
display:block;
text-align:center;
background:#f7faf8;
padding:20px;
border-radius:10px;
margin:30px auto;
max-width:500px;
}
.box .caption {
	text-align: center;
	font-size: 14px;

}
.hero_button {
	margin-top: 20px;
	text-align: right;
}
.hero_p {
	margin-top: 20px;
}
.end-button {
	margin-top: 30px;

}
#map .hero_title2 {
	padding: 15px 20px;
}


#chief .hero_title2 {
		padding: 15px 20px;

}


#about .box {
  padding: 10px;
}
#difference .flex {
  justify-content: space-between;
}
.difference_photo {
  width: 600px;
  height: auto;
}

#features .flex {
  justify-content: space-between;
}
#case ul {
  margin-top: 20px;
}
.step-p {
  margin-left: 10px;
}
/*********************************
体験レッスン
*********************************/
#lesson{
    max-width:1200px;
    margin:80px auto;
    padding:0 20px;
    line-height:1.9;
}

#lesson .hero_title2{
    text-align:center;
    font-size:2rem;
    margin-bottom:50px;
    color:#2f5c3a;
    position:relative;
}

#lesson .hero_title2::after{
    content:"";
    display:block;
    width:80px;
    height:4px;
    background:#8bbf7b;
    margin:15px auto 0;
    border-radius:10px;
}

/* 横並び */
#lesson > .flex{
    display:flex;
    gap:40px;
    align-items:flex-start;
}

/* 左右ボックス */
#lesson .box{
    flex:1;
}

/* サブ見出し */
#lesson h3{
    background:#f2f7e7;
    border-left:6px solid #8bbf7b;
    padding:12px 18px;
    margin:35px 0 15px;
    font-size:1.2rem;
    color:#2f5c3a;
}

/* 強調文 */
#lesson .hero_p{
    background:#fff8e7;
    border-radius:10px;
    padding:20px;
    margin:25px 0;
    font-weight:bold;
    font-size:1.1rem;
}

/* 体験レッスンカード */
#lesson .box_a{
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:15px;
    padding:20px;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    flex:1;
}

#lesson .box_a p:first-child{
    font-weight:bold;
    color:#2f5c3a;
    font-size:1.1rem;
}


/* 右画像 */
#lesson .box img{
    max-width:100%;
    height:auto;
    border-radius:15px;
    display:block;
}

/* キャプション */
#lesson .caption{
    text-align:center;
    background:#f2f7e7;
    padding:15px;
    border-radius:10px;
    margin-top:15px;
    font-weight:bold;
}

/* リスト */
#lesson ul{
    margin-top:10px;
    padding-left:1.2em;
}

#lesson li{
    margin-bottom:8px;
}

/* お約束を目立たせる */
#lesson h3 + p{
    margin-bottom:15px;
}

/* ボタンエリア */
#lesson .hero_button{
    text-align:center;
    margin-top:50px;
}

#lesson .button{
    display:inline-block;
    background:#4ea24e;
    color:#fff;
    padding:18px 40px;
    border-radius:999px;
    text-decoration:none;
    font-weight:bold;
    font-size:1.1rem;
    transition:.3s;
    box-shadow:0 5px 15px rgba(78,162,78,.3);
}

#lesson .button:hover{
    transform:translateY(-3px);
    opacity:.9;
}
/* 体験レッスンカード */
.box_a{
    display:flex;
    gap:20px;
    align-items:flex-start;
    background:#fff;
    border:1px solid #ddd;
    border-radius:15px;
    padding:20px;
    margin-bottom:20px;
}

/* 写真 */
.lesson_photo{
    width:180px;
    min-width:180px;
    height:180px;
    object-fit:cover;
    border-radius:10px;
    margin:0;
}

/* テキスト部分 */
.box_a .text{
    flex:1;
}

/* タイトル */
.box_a h4{
    margin:0 0 10px;
    color:#2f5c3a;
    font-size:1.3rem;
}
.lesson_icon{
    width:28px;
    height:28px;
    border-radius:50%;
    background:#edf4dd;
    color:#6d9b55;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
    margin-top: 7px;
}
.box_a ul li {
  font-size: 15px;
}

/*********************************
スマホ
*********************************/
@media screen and (max-width:768px){

    #lesson{
        margin:50px auto;
    }

    #lesson > .flex,
    #lesson .flex{
        flex-direction:column;
    }

    #lesson .hero_title2{
        font-size:1.6rem;
    }

    #lesson .button{
        width:100%;
        box-sizing:border-box;
    }

}

@media (max-width:768px){

  .box_a{
    flex-direction:column;
  }

  .lesson_photo{
    display: none;
  }

}
/*---------------------------------
主任ご挨拶
---------------------------------*/
#chief {
  margin-top: 100px;
}
#chief .flex {
  display: flex;
  justify-content:space-between;
  align-items:flex-start;
  padding-bottom: 20px;
}

.chief-text {
flex: 7.5;
}
.chief-img{
flex: 2.5;
}
.chief-img img{
  width: 100%;
  height: auto;
  display: block;
}
#chief .flex_a {
  display: flex;
}

.chief_button {
  text-align: center;
  margin: 20px;
}
#chief .box {
  padding: 10px;
}
.chief_title3 {
  margin-top: 20px;
}
.chief_photo {
  width: 280px;
  height: auto;
  border-radius: 25px;
}
#chief h2 {
  margin-bottom: 50px;
  padding-top: 100px;
}
#chief h3 {
  margin-bottom: 20px;
  font-size: 20px;
}
#chief h4 {
  margin: 20px 0;
  font-size: 17px;
}
#chief .box22 {
  margin-bottom: 20px;
}
#chief .chief_p {
  margin-top: 20px;
}
#chief .sentence {
  margin: 0 10px; 
  columns: 2 15em;
  column-gap: 2em;
  column-rule: 2px dotted #24292e;
}   
#chief .title3 {
  margin-top: 20px;
}
#chief .box .chief_photos {
  width: 300px;
  height: auto;
}
#chief .flex-basis-1 {
  width: 33%;
  height: 350px;
  border: solid 1px;
  padding: 10px;
}
#chief .flex-basis-2 {
  width: 33%;
  height: 350px;
  border: solid 1px;
  padding: 10px;
}
#chief .flex-basis-3 {
  width: 33%;
  height: 350px;
  border: solid 1px;
  padding: 10px;
}

.voice_button {
  text-align: right;
}

@media screen and (max-width:900px) {
#chief {
  text-align: center;
}
#chief .box22 {
  text-align: left;
  margin-bottom: 20px;
}
#chief .flex {
  flex-direction: column;
}

#chief .flex_a {
  flex-direction: column;
}
#chief .chief-text:nth-child(1){
  order: 2;
}
#chief .chief-img:nth-child(2){
  order: 1;
}
#chief p {
  text-align: left;
}
#chief img {
  width: 100%;
  height: auto;
}
#chief h2{
  font-size: 23px;
  padding-top: 0px;
}
#chief h2 span {
  display: inline-block;
}
#chief h3 span {
  display: inline-block;
}
#chief h4 {
  text-align: left;
}

#chief .sentence {
  margin: 0;  
}   

#chief .flex-basis-1 {
  width: 100%;
  height: auto;
}
#chief .flex-basis-2 {
  width: 100%;
  height: auto;
}
#chief .flex-basis-3 {
  width: 100%;
  height: auto;
}

.voice_button {
  text-align: center;
}

.chief_button {
  position: relative;
  display: inline-block;
  padding: 0.8em 1.5em;
  text-decoration: none;
  color: white;
  background: #CB5266;/*色*/
  border: solid 1px #CB5266;/*線色*/
  border-radius: 25px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  margin: 5px;
  font-size: 16px;
}

.chief_button:active {
  /*押したとき*/
  border: solid 1px #ef6475;
  box-shadow: none;
  text-shadow: none;
  
}
.chief_button:hover{
  opacity: 0.8;
}
}



/*---------------------------------
主任体験談
---------------------------------*/
#staff {
  text-align: right;
  margin-top: 50px;
}
#staff h3 {
  text-align: left;
  margin-top: 20px;
}
#staff p {
  text-align: left;
}
#staff .flex {
  display: flex;
  padding: 50px;
}
#staff h4 {
  font-size: 16px;
  margin: 10px;
  text-align: left;
}
#staff h3 {
  padding-top: 30px;
}

@media screen and (max-width:900px) {
  
#staff {
  text-align: center;
  padding-left: 10px;
}
#staff .flex {
  flex-direction: column;
  padding: 0;
}
#staff .button {
  margin-left: 0px;
}
#staff a {
  margin: 20px;
}
  

}
@media(max-width:768px){


h1{
	font-size:1.5rem;
}

h2{
	font-size:1.25rem;
}
h2 span {
	display: inline-block;
}
.wrapper{
	font-size:1rem;
	padding:15px;
}

.hero_button {
	text-align: center;
}

.end-button {
	margin-top: 20px;
	text-align: center;
}
}


/*---------------------------------
ｱｸｾｽ
---------------------------------*/
#map h2 {
  padding-top: 100px;
}
   
#map .button{
  padding: 10px 50px;
  background: #CB5266;
  color: white;
  display: inline-block;
  text-decoration: none;
  border-radius: 30px;
  margin: 30px;
} 
#map .button:hover{
  opacity: 0.8;
}

#map img{
  width: 300px;
  height: auto;
}
   
#map .flex{
  display: flex;
  justify-content:space-evenly;
  flex-wrap: wrap;
}
#map .map_s {
  margin-top: 20px;

}   
#map .map_s p {
  margin-left: 50px;
  font-size: 1rem;
}   
#map h3{
  font-size: 24px;
  font-family: sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 20px;
  text-align: center;
}
#map h3 span {
  display: inline-block;
  margin: 10px;
}
#map address{
  font-style: normal;
  padding: 5px;
  text-align: left;
  margin-bottom: 30px;
}
#map address ul{
  list-style-type: none;
}
#map address ul li{
  font-size: 1.1rem
}
#map address ul li span{
  display: inline-block;
}
 

/*---------------------------------
西１１丁目からの
---------------------------------*/

  
#map .guide{
  padding-top: 20px;
  border-top:2px solid #3b4ba0;
  border-bottom: 2px solid #3b4ba0;
  padding-bottom: 30px;
}


#map .guides {
  display: flex;
  justify-content:space-around;
  
  
}
#map .guides img{
  width: 260px;
}
#map .guides p{
  font-size: 12px;
}
#map .guides figure {
  padding: 5px;
}
.aside_btn {
  text-align: center;
}

@media screen and (max-width:768px) {
#map {
  padding: 0;
	margin-top: 80px;
}
#map h3{
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

#map .button{
  margin: 4px;
  
}
#map #map2{
  padding: 0;
} 
#map #map2 p{
  padding-left: 0px; 
}  
  
#map .map_s p {
  margin-left: 0px;
}     
#map .flex .box img {
  width: 100%;
  padding: 0px;
  margin-bottom: 10px;
}

#map .flex iframe{
  width: 100%;
}

#map address ul li{
  font-size: 1.2rem
}

#map h2{
  font-size: 1.5rem;
  padding-top: 0px;
}


#map h3 span {
  margin: 0px;
}

#map .guides p{
  font-size: 16px;
  padding: 5px;
  padding-bottom: 10px;
}

#map .guides {
flex-direction: column;      
  
}
#map .guides img{
  width: 100%;
}
#map h4 {
font-size: 19px;
}

#map #event img{
  width: 100%;
}
#map #event .box{
  text-align: center;
}
.aside_btn {
  text-align: center;
  margin: 10px 0;
}

}
   
#map .map_s {
  margin-left: 0;
}  

#faq dt {
	color: blue;
	font-size: 18px;
	margin-top: 30px;
	
}

.container {
    margin: 0 auto;
    background-color: #ffffff;
    padding: 30px 0;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

/* メインタイトル */
.container-title {
    text-align: center;
    color: #2e6930;
    font-size: 32px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    margin-top: 100px;
}

.container-title::before, .container-title::after {
    content: "🌿";
    font-size: 20px;
    margin: 0 15px;
    vertical-align: middle;
}

.container-title::bottom-border {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    border-bottom: 2px dotted #c2d6be;
}

/* レイアウト */
.main-layout {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

.content-left {
    flex: 1;
}

.content-right {
    width: 340px;
    flex-shrink: 0;
}

/* 左側パーツ */
.intro-text {
    font-size: 15px;
    margin-bottom: 20px;
    color: #444;
}

.target-box {
    background-color: #fdf8e6;
    border-radius: 8px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.target-box p {
    color: #2e6930;
    font-size: 16px;
}

.target-box .leaf-icon {
    font-size: 24px;
}

/* 各種案内セクション */
.info-section {
    margin-bottom: 25px;
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 20px;
}
.info-section:last-of-type {
    border-bottom: none;
}

.section-title-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.icon-circle {
    width: 45px;
    height: 45px;
    background-color: #eaf2e8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}


.section-title-wrap h2 {
    font-size: 18px;
    color: #2e6930;
}

.section-body {
    padding-left: 57px;
    font-size: 14px;
    color: #555;
}

.section-body .note {
    color: #888;
    margin-top: 5px;
}

/* 右側 カード */
.image-card {
    border: 1px solid #e2ebd9;
    border-radius: 12px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.02);
    text-align: center;
}

.image-placeholder {
    width: 100%;
    height: 240px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    margin-bottom: 15px;
}

.image-caption {
    font-size: 14px;
    color: #2e6930;
    line-height: 1.5;
}

/* 体験レッスン枠 */
.lesson-section {
    border-top: 1px solid #c2d6be;
    padding-top: 30px;
    margin-bottom: 40px;
}

.lesson-main-title {
    font-size: 20px;
    color: #2e6930;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.lesson-sub {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

.step-container {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.step-card {
    flex: 1;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
}

.step-header {
    padding: 10px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}

.h-green {
    background-color: #dbebd5;
    color: #2e6930;
}

.h-gold {
    background-color: #f7edd3;
    color: #7c5e10;
}

.step-body {
    padding: 15px;
    display: flex;
    gap: 15px;
    font-size: 13px;
    align-items: flex-start;
}

.step-img {
    width: 100px;
    height: 80px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    flex-shrink: 0;
}

.step-highlight {
    color: #c84040;
    font-weight: bold;
    margin-bottom: 8px;
}

.step-list {
    list-style: none;
    padding-left: 0;
}

.step-list li {
    position: relative;
    padding-left: 12px;
    margin-bottom: 4px;
    color: #555;
}

.step-list li::before {
    content: "・";
    position: absolute;
    left: 0;
}

/* 下部メタ情報 */
.meta-info {
    border-top: 1px dashed #c2d6be;
    padding-top: 20px;
}

.meta-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 19px;
}

.meta-icon {
    font-size: 20px;
}

.meta-subtext {
    font-size: 13px;
    color: #666;
    margin-top: 2px;
}

/* フッター・CVエリア */
.footer-area {
    background-color: #f4f8f2;
    border-radius: 6px;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.footer-text {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}

.cv-btn-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cv-label {
    font-size: 12px;
    color: #2e6930;
    text-align: right;
    font-weight: bold;
}

.cv-button {
    background-color: #2b592d;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: background-color 0.2s;
    box-shadow: 0 4px 10px rgba(43,89,45,0.3);
}

.cv-button:hover {
    background-color: #1e3f20;
}

.cv-button .arrow {
    background-color: rgba(255,255,255,0.2);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

/* レスポンシブ対応（スマホ表示用） */
@media (max-width: 768px) {
    .main-layout {
        flex-direction: column;
    }
    
    .content-right {
        width: 100%;
    }
    
    .step-container {
        flex-direction: column;
    }
    
    .footer-area {
        flex-direction: column;
        text-align: center;
    }
    
    .cv-btn-wrap {
        flex-direction: column;
        gap: 10px;
    }
    
    .cv-label {
        text-align: center;
    }
    .container-title {
    font-size: 25px;
}

.container-title::before, .container-title::after {
  display: none;
}
}



/*---------------------------------
個別説明会
---------------------------------*/
.recommend {
  max-width: 1000px;
  margin: 0 auto 130px auto;
  font-size: 0.9rem;
}
.recommend .flex {
    display: flex;
}
  
.recommend .box {
    padding: 10px;
}
.recommend .recommend_title2 {
  margin-bottom: 10px;
  font-size: 1.5rem;
  text-align: center;
  padding-top:  100px;
  border-bottom: solid 10px #F1B0B2;
}
.recommend .recommend_title3 {
  line-height: 0;
  background: #f9d7dc;
  border-left : none;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 10px;
}
  
.recommend h4 {
  font-size: 16px;
  color: #24292e;
  margin-top: 20px;
  padding: 0;
  
}
.recommend_p {
  margin: 20px 0;
}
.recommend b {
  padding: 20px 0;
}
.recommend .caption {
  font-size: 14px;
  color: #24292e;
text-align: center;
}
.recommend strong {
    font-size: 21px;
}
.recommend_bnr {
    width: 350px;
    height: auto;
}
.contact {
    font-size: 18px;
}
#detail .flex {
    display: flex;
}
#detail .box {
    width: 50%;
    height: auto;
    margin: 10px;
}
#detail h2 {
  margin-bottom: 20px;
}
#detail h3 {
  margin: 20px 0px;
}

.impressions .flex {
  display: flex;
}
.impressions .box {
  width: 50%;
  height: auto;
  padding: 20px;
  padding: 0.5em 1em;
  color: #0d0d0e;/*文字色*/
  background: #FFF;
  border: solid 1px #0f0f0f;/*線*/
  border-radius: 10px;/*角の丸み*/  
  margin: 10px;
}
  
.impressions h3 {
  margin-top: 60px;
  padding-bottom: 0;
  text-align: center;

}

.impressions h4 {
  padding: 0 0 10px 0;
}

.impressions .box img {
width: 50px;
height: auto;
}
.impressions p {
width: 100%;
}
  
#article h3 {
    margin-bottom: 10px;
}
.button_a {
  padding: 0.8em 12em;
  text-decoration: none;
  color: white;
  background: #CB5266;/*色*/
  border: solid 1px #CB5266;/*線色*/
  border-radius: 25px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  margin: 5px;
  font-size: 22px;
  font-weight: bold;
}

.button_a:active {
  /*押したとき*/
  border: solid 1px #ef6475;
  box-shadow: none;
  text-shadow: none;
  
}
.button_a:hover {
  opacity: 0.8;
}
.consultation_button{
  text-align: center;
  margin: 50px 0 80px 0;
  }
  
@media screen and (max-width:840px) {

.button_a {
position: relative;
display: inline-block;
padding: 0.8em 4em;
text-decoration: none;
color: white;
background: #CB5266;/*色*/
border: solid 1px #CB5266;/*線色*/
border-radius: 25px;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
text-shadow: 0 1px 0 rgba(0,0,0,0.2);
margin: 5px;
font-size: 16px;
}
.button_a span {
  display: inline-block;
}
.recommend .recommend_title3 span {
  display: inline-block;
}

.recommend {
 max-width: 100%;
 margin: 0 auto 130px auto;
 font-size: 0.9rem;
 padding: 0 4%;
}
}
  
@media screen and (max-width:600px) {
.recommend .flex {
  flex-direction: column;
}
.recommend .box {
  width: 100%;
  height: auto;
  padding: 0;
}
.recommend h5 {
  padding-bottom: 30px;
}
  
.recommend .recommend_title2 {
  text-align:center;
  font-size: 20px;
  
}
.recommend .recommend_title2 span{
  display: inline-block;

}
.recommend .recommend_title3 { 
  position: relative;
  padding: 0.5em;
  line-height: 1.5em;
  background: #faecee;
  border-left : solid 20px #ca7a87;
  margin-bottom: 5px;
  margin-top: 10px;
  padding: 20px;
  font-size: 17px;

}
.recommend .recommend_title3 span {
  display: inline-block;
}
.recommend p span {
  display: inline-block;
}
#detail .flex {
  flex-direction: column;
}
#detail .box {
  width: 100%;
  height: auto;
  margin: 0;
}
#detail h2 {
  padding-top: 80px;

}
#detail h2 span {
  display: inline-block;
}

.impressions .flex {
  flex-direction: column;
}
.impressions p {
  padding: 8px;
}

.impressions .box {
  width: 100%;
  height: auto;
  margin: 0px;

}
.impressions .box img {
  padding: 10px 10px 0 0;
}  
#article .box {
  margin-bottom: 20px;
}

.button_a {
  position: relative;
  display: inline-block;
  padding: 0.8em 4em;
  text-decoration: none;
  color: white;
  background: #CB5266;/*色*/
  border: solid 1px #CB5266;/*線色*/
  border-radius: 25px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  margin: 5px;
  font-size: 16px;
}
.recommend_bnr {
  width: 100%;
}

}