@charset "UTF-8";

html{
    height: 100%;
}

.container{
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.main-content{
    margin: 0 143px;
}

p{
    font-family: "Hiragino Kaku Gothic Pro";
    font-size: 13px;
    line-height: 2.1;
     color: #575757;
}

.pc {
	display: block;
}

.sp{
    display: none !important;
}

.sp-only { 
    display: none;
}

.head {
	width:100%;
	background-color:#fff;
	height:90px;
	margin:0 auto;
	position:fixed;
    z-index:999;
    box-shadow: 0 0 15px 0 rgba(0,0,0, 15%);
}
.inner-head {width:100%;height:90px;margin:0 auto;position:relative;}

.inner-head h1{
    max-height: 90px;
    text-align: center;
}

.inner-head img{
    height: 48px;
    width: auto;
    margin: 21px 0;
}

.space-head{
    height: 90px;
}

.main-visual{
    width:100%;
	margin:0;
	background-size:cover;
	background-image:url(../images/main_visual.png);
	height: auto;
}

.main-visual-text{
    width: 100%;
    margin: 0 auto;
    padding: 60px 25px 70px 70px;
}

.lp-inner-index{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.foot {
	height: 50px;
	background-color: #F7E9EF;
	background: -moz-linear-gradient(top, #F7E9EF,#F7E9EF);
	background: -webkit-linear-gradient(top, #F7E9EF, #F7E9EF);
    background: linear-gradient(to bottom, #F7E9EF, #F7E9EF);
	text-align:center;
	color:#575757;
    font-size:10px;
    font-family: "Hiragino Kaku Gothic Pro";
    padding: 20px 0;
    height: 50px;
}

.info{
    border-top: 3px solid #D58EAF;
}

.inner-section{
    width:100%;
	max-width:1154px;
	margin:0 auto;
	padding:80px 0;
}

.inner-section-campaign{
    width: 100%;
    max-width:1154px;
    margin:0 auto;
    padding: 40px 0;
}

.inner-section-comparison{
    width: 100%;
    max-width:1154px;
    margin:0 auto;
    padding: 40px 0;
}

/* 見出しタイトル */

.section h2{
    font-family: "DNPShueiMinPr6N";
    color: #575757;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: center;
}

.title-bar{
    text-align: center;
}

.sub-title{
    margin-bottom: 21px;
    font-family: "Mrs Eaves XL Serif OT";
    color: #D58EAF;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: center;
}

.campaign-title{
    text-align: left;
    width: 150px;
    height: auto;
}

.campaign-title img{
    width: 100%;
}

.comparison-title{
    text-align: left;
    width: 198px;
    height: auto;
}

.comparison-title img{
    width: 100%;
}

.campaign-image{
    line-height: 0;
}

.campaign-image img{
    width: 50%;
	padding:0;
	margin:0 -3px;
	position:relative;
	left:3px;
}

.gray-zone{
    background: linear-gradient(180deg,#fff 0%,#fff 310px,#E2E6E9 100px,#E2E6E9 100%);
}

.gray-zone-menu{
    background: #F8F8F8;
}

.gray-zone-contact{
    background: linear-gradient(180deg,#fff 0%,#fff 400px,#F8F8F8 100px,#F8F8F8 100%);
}

/* 見出しここまで */

.contact-image{
    width: 100%;
    height: 0;
    background-size:cover;
    padding-top: 39.3%;

    background-image:url(../images/pink_background.png);
    background-repeat: no-repeat;
    background-position: center center;

    position: relative;
    top: 0;
    left: 0;
}

.inner-contact{
    padding: 60px 80px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.contact-image img{
    width: 100%;
    height: auto;
    vertical-align:bottom;
}

#contact-first-button{
    margin-bottom: 5px;
}

.contact-flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.contact-left{
    width: 430px;
}

.contact-right{
    width: 430px;
}

.contact-table{
    width: 100%;
}

.align-right{
    text-align: right;
}

h2.contact-title{
    font-family: "DNPShueiMinPr6N";
    color: #FFFFFF;
    font-size: 30px;
    line-height: 2;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 36px;
}
.lpCreateive{
    margin-top: 60px;
    width: 600px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.lpCreateive img{
    width: 100%;
}

@media screen and (max-width:550px) 
{
    .lpCreateive{
        width: 320px
    }
    
}

@media only screen and (max-width:1154px) {
    h2.contact-title{
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .contact-left, .contact-right{
        width: 400px;
    }
}

.contact-table tr{
    border-bottom: 1px solid #fff;
    font-family: "DNPShueiMinPr6N";
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 10.5px 0;
}

.table-first{
    margin-top: 0;
}

.comparison-table{
    width: 100%;
    overflow-y: scroll;
    table-layout: fixed;
    text-align: center;
}

.comparison-scroll{
    margin-top: 80px;
    overflow-y:scroll;
    height: 400px;
  }

.comparison-table th{
    text-align: center;
    vertical-align: middle;
    font-family: "DNPShueiMinPr6N";
    color: #A43A6B;
    font-size: 18px;
}

.comparison-table tr{
    border-bottom: 1px solid #AFAFAF;
}

.comparison-table td{
    height: 81px;
    text-align: center;
    vertical-align: middle;
    font-family: "Hiragino Kaku Gothic Pro";
    font-size: 14px;
    line-height: 2.1;
    letter-spacing: 1px;
     color: #575757;
}

.comparison-table .title{
    font-family: "DNPShueiMinPr6N";
    color: #D58EAF;
    font-size: 18px;
}

.comparison-table img{
    width: 150px;
    height: auto;
}

.about-contents{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}


.about-content{
    width: 500px;
    box-shadow: 0 0 15px 0 rgba(0,0,0, 20%);
    background-color: #fff;
}


.about-image{
    width:500px;
    height: auto;
}

.about-image img{
    width: 100%;
}

.about-summary h3{
    font-family: "DNPShueiMinPr6N";
    color: #575757;
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 40px 0 40px 80px;
}

.about-summary p{
    font-family: "Hiragino Kaku Gothic Pro";
    font-size: 14px;
    line-height: 2.1;
    letter-spacing: 1px;
     color: #575757;
     margin: 0 80px;
     padding-bottom: 60px;
}

.wrapper-contents{
    margin-top: 80px;
}

@media only screen and (max-width:1154px) {
    .wrapper-contents{
        margin-right: 10px;
        margin-left: 10px;
    }
}


.wrapper-top { 
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    grid-auto-rows: 300px; 
} 
.wrapper-bottom { 
    display: grid; 
    grid-template-columns: repeat(4, 1fr); 
    grid-auto-rows: 260px; 
} 

.line{
    width: 100%;
    border-bottom: 1px solid #AFAFAF;
    margin: 30px 0;

}

.menu-top{
    display: flex;
    flex-wrap: wrap;
}

.menu-content{
    width: 49%;
    background: #fff;
    margin-bottom: 1.5em;
    padding: 8px;
    overflow: hidden;
}

.inner-menu{
    padding: 40px 35px;
}

.menu-margin{
    margin-right: 10px;
}

.menu-image{
    float: left;
    width: 40%;
    max-width: 93.3px;
}

.menu-image img{
    width: 100%;
    height: auto;
}
.menu-text{
    width: 70%;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}

.menu-prices{
    clear: both;
    overflow: hidden;
}

.menu-prices{
    display: flex;
    flex-wrap:wrap;
    margin-top: 20px;
}

.price-list{
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.price-list p{
    font-family: "Hiragino Kaku Gothic Pro";
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #575757;
}

p.price-top{
    font-size: 14px;
}

@media only screen and (max-width:1023px) {

    .menu-content-bottom{
        margin-bottom: 1.5em;
    }

    .menu-text{
        display: block;
    }

    .menu-text-bottom{
        display: block;
    }

    .price-list{
        width: 25%;
    }
    
}

.menu-text-bottom h3{
    font-family: "DNPShueiMinPr6N";
    color: #D58EAF;
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: center;
}

.menu-text h3{
    font-family: "DNPShueiMinPr6N";
    color: #D58EAF;
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: 1px;
    display: block;
    overflow: hidden;
}

.menu-text h4{
    font-family: "DNPShueiMinPr6N";
    color: #D58EAF;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1px;
    display: block;
    overflow: hidden;
}


.menu-price {
    width: 100%;
    table-layout: fixed;
    margin-top: 20px;
}

.menu-price td{
    font-family: "Hiragino Kaku Gothic Pro";
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #575757;
}

.price-top td{
    font-size: 14px;
}

.grid-box-1 {
    border-right: 1px solid #AFAFAF;
} 
.grid-box-2 {
    padding-left: 29.5px;
    border-right: 1px solid #AFAFAF;
}
.grid-box-3 {
    padding-left: 29.5px;
}
.grid-box-4 {
    border-right: 1px solid #AFAFAF;
}
.grid-box-5 {
    padding-left: 29.5px;
    border-right: 1px solid #AFAFAF;
}
.grid-box-6 {
    padding-left: 29.5px;
    border-right: 1px solid #AFAFAF;
}
.grid-box-7 {
    padding-left: 29.5px;
}

.grid-content img {
    width: 84.66px;
    height: auto;
}

.grid-content {
    padding-right: 30.5px;
}

.grid-content h3{
    font-family: "DNPShueiMinPr6N";
    color: #575757;
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-bottom: 30px;
    margin-top: 29.6px;
}

.grid-content p{
    font-family: "Hiragino Kaku Gothic Pro";
    font-size: 14px;
    line-height: 2.1;
    letter-spacing: 1px;
     color: #575757;
}

.arrow{
    width: 30px;
    height: 16.42px;
    padding: 40px 0 56.42px 0;
    margin: 0 auto;
}

.arrow img{
    width: 100%;
}

.flow-content{
    width: 100%;
    box-shadow: 0 0 15px 0 rgba(0,0,0, 20%);
}

.flow-first{
    margin-top: 60px;
}

.flow-image{
    width: 56px;
    height: auto;
    margin: 0 80px 0 88px;
    padding: 102px 0 103px 0;
    display: inline-block;
    vertical-align: top;
}

.flow-image img{
    width: 100%;
}

.flow-summary{
    width: 80%;
    display: inline-block;
    vertical-align: top;
    padding-right:80px;
    margin: 60px 0;
}

@media only screen and (max-width:1154px) {
    .flow-summary{
        width:73%;
    }
}

.flow-summary h3{
    font-family: "DNPShueiMinPr6N";
    color: #575757;
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.flow-summary p{
    font-family: "Hiragino Kaku Gothic Pro";
    font-size: 14px;
    line-height: 2.1;
    letter-spacing: 1px;
     color: #575757;
}

.section dl{
    padding:0  209px;
}

.operation-time{
    margin-top: 20px;
    table-layout: fixed;
    width: 100%;

}

.operation-time td{
    border: solid 1px #AFAFAF;
    color:#575757;
    padding: 0.5em;
    text-align: center;
}

.section dl dt{
    background:url(../images/Q.png) no-repeat left top;
    background-size:30px 40px;
    min-height:42px;
    padding-left:72px;
    padding-top:5px; 
    margin-top: 50px;
    font-family: "DNPShueiMinPr6N";
    font-size: 21px;
     color: #575757;
}

.section dl dd{
    background:url(../images/A.png) no-repeat left top;
    background-size:30px 40px;
    min-height:50px;
    padding-left:70px;
    padding-top:0;
    padding-bottom: 40px;
    margin-top:10px;
    font-family: "Hiragino Kaku Gothic Pro";
    font-size: 14px;
     color: #575757;
     border-bottom: 1px solid #AFAFAF;
}

#one-thread{
    padding-top: 10px;
}



/* 医院の情報  */

.left-contents{
    width: 44%;
    display: inline-block;
    vertical-align: top;
    margin-right: 64px;
}

.left-contents p{
    font-family: "DNPShueiMinPr6N";
    color: #575757;
    font-size: 14px;
    line-height: 2.1;
    letter-spacing: 1px;
}

.title-image img{
    float: left;
    margin-right: 10px;
    height: 56px;
    width: auto;
}

.title-text p{
    font-family: "Hiragino Kaku Gothic Pro";
    color: #575757;
    text-align: right;
    font-size: 12px;
    line-height:1.8;

}


.left-text{
    margin: 20px 0;
}

.left-text a{
    font-family: "DNPShueiMinPr6N";
    color: #D58EAF;
    font-size: 14px;
    line-height: 2.1;
    letter-spacing: 1px;
}

.left-contact-button img{
    width: 48%;
}

#left-tel-button{
    margin-right: 5px;
}

.right-contents{
    width: 49%;
    height: 400px;
    display: inline-block;
}

/* 診療時間 */

.time-table{
    font-family: "DNPShueiMinPr6N";
    color: #575757;
    font-size: 14px;
    line-height: 4;
    letter-spacing: 20px;
}

#last-content{
    letter-spacing: -2px;
}


.time-table:before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 35%;/*線の長さ*/
    max-width: 512px;
    height: 1px;/*線の太さ*/
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*位置調整*/
    background-color: #AFAFAF;/*線の色*/

}

.time-table:after{
    content: '';
    position: absolute;
    display: inline-block;
    width: 35%;/*線の長さ*/
    max-width: 512px;
    height: 1px;/*線の太さ*/
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*位置調整*/
    background-color: #AFAFAF;/*線の色*/

}

@media only screen and (max-width:1200px) {
    .time-table:before{
        width: 40%;
    }

    .time-table:after{
        width: 40%;
    }
}

@media only screen and (max-width:1024px) {
    .left-contents{
        width: 43%;
        margin-left: 10px;
        margin-right: 56px;
    }

    .title-text p{
        font-size: 11px;
    }

    .time-table:before{
        width: 44%;
    }

    .time-table:after{
        width: 44%;
    }
}

.thread{
    letter-spacing: 5px;
}

.time{
    letter-spacing: 5px;
    padding-right: 50px;
}

.time-table td{
    color:#D58EAF;
}

@media only screen and (max-width:1023px) {
    .grid-content h3{
        font-size: 14px;
    }

    .grid-content p{
        font-size: 11px;
    }

    .about-content{
        width: 460px;
    }

    .about-image{
        width: 460px;
    }
}

.banner-fixed-bottom {
    position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
text-align: center;
/* background-color: #2EC3C5; */
-webkit-transition: all .3s;
transition: all .3s;
}

.banner-fixed-bottom.is-hidden {
    bottom: -120px;
}
.table-cell {
    display: table;
width: 100%;
}
.table-cell > .cell  {
    display: table-cell;
}
.banner-fixed-bottom .cell {
    width: 50%;
    padding: 17px;
    background: #D58EAF;
}

.banner-fixed-bottom .cell p{
    font-family: "DNPShueiMinPr6N";
    color: #fff;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 5px;
}

.banner-fixed-bottom .cell p br{
    display: none;
}

.banner-fixed-bottom .cell p span{
    margin-left: 14px;
}

.banner-fixed-bottom .cell:first-of-type{
    border-right: 1px solid #fff;
}

.banner-fixed-bottom .cell a{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}

.banner-fixed-bottom .cell img {
    width: 15px;
    height: auto;
    vertical-align: bottom;
}

.banner-fixed-bottom .cell img.white-line{
    width: 40px;
    vertical-align: middle;
}

.space-bottom{
    height: 53px;
}

@media only screen and (max-width: 1023px){
    .gray-zone{
        background: #E2E6E9;
    }
    
    .gray-zone-menu{
        background: #F8F8F8;
    }
    
    .gray-zone-contact{
        background: linear-gradient(180deg,#fff 0%,#fff 400px,#F8F8F8 100px,#F8F8F8 100%);
    }

    .inner-section,.inner-section-campaign,
    .inner-section-comparison{
        padding: 40px 20px 0 20px;
    }

    .head{
        height: 70px;
    }

    .inner-head{
        height: 70px;
    }

    .inner-head img{
        height: 37.9px;
        margin:16px 0;
    }

    .space-head{
        height: 70px;
    }

    .container{
        max-width: 1023px;
    }
    .pc{
        display: none;
    }

    .sp{
        display: block !important;
    }

    .main-visual-sp{
        width:100%;
        margin:0;
        background-size:cover;
        background-image:url(../images/main_visual_sp.png);
        height: auto;
    }

    .main-visual-text{
        width: 100%;
        margin:31.5px 0 0 20px;
        padding:0;
    }
    

    .info{
        padding-top: 0;
    }

    .inner-section-campaign{
        padding-bottom: 40px;
    }

    .padding-bottom{
        padding-bottom: 20px;
    }

    .campaign-image img{
        width: 100%;
    }

    .section h2{
        font-size: 27px;
    }

    /* ABOUT */

    .about-contents{
        display:block;
        margin-top: 30px;
    }

    .about-content{
        width: 100%;
    }

    .about-content:first-child{
        margin-bottom: 30px;
    }

    .about-image{
        width: 100%;
    }

    .about-summary h3{
        margin: 30px 49px;
        text-align: center;
    }

    .about-summary p{
        margin: 0px 20px;
        padding-bottom: 30px;
    }

    .inner-menu {
        padding: 30px 20px;
    }

    .inner-menu-bottom{
        padding: 30px 20px;
    }

    .menu-image-bottom{
        float: left;
        width: 40%;
        max-width: 93.3px;
    }


    .menu-content{
        width: 100%;
    }
    .menu-top, .menu-bottom{
        display: block;
    }

    .menu-text, .menu-text-bottom{ 
        width: 100%;
        margin-left: 0;
    }
    .menu-text h3,
    .menu-text-bottom h3{
        padding: 25px 20px 0 20px;
    }

    .menu-text h4{
        padding: 0 20px 36px 20px;
    }
    

    .menu-price td,
    .price-list p{
        font-size: 15px;
    }


    /* REASON */

    .line{
        display: none;
    }
    
    .wrapper-contents{
        margin:30.5px 0 0 0;
    }

    .wrapper-top, .wrapper-bottom{
        display:block;
    }

    .grid-content{
        padding: 0;
        border-right: none;
        border-bottom: 1px solid #AFAFAF;
        padding-bottom: 29.8px;
        margin-bottom: 29.5px
    }

    .grid-content span{
        display: block;
        text-align: center;
    }

    .grid-content img{
        width: 89.82px;
    }

    .grid-content h3{
        font-size: 21px;
        text-align: center;
        margin: 20px 0;
    }

    .grid-content p{
        font-size: 14px;
    }

    .wrapper-top .grid-content:first-child{
        border-top: 1px solid #AFAFAF;
        padding-top: 29.5px;
    }

    /* comparison */
    .comparison-table img{
        width: 100px;
    }

    /* contact  */

    .contact-image{
        width:100%;
        margin:0;
        background-size:cover;
        background-image:url(../images/pink_background_sp.png);
        padding-top: 172%;
    }


    .inner-contact{
        padding: 40px 30px;
        top: 50%;
        
        transform: translateY(-50%);
        
    }

    .contact-flex{
        display: block;
        padding: 0 20px;
    }

    .contact-left,
    .contact-right {
        width: 100%;
    }

    h2.contact-title{
        font-size: 5vw;
        text-align: center;
    }

    .contact-icon{
        width: 140.5px;
        float: right;
        margin: 40.5px 0 30px 0;
    }

    /* menu */

    /* flow */

    .flow-content{
        display: block;
        margin: 0 auto;
    }

    .flow-image{
        width: 105px;
        margin: 0 auto;
        padding: 30px 0 20px 0;
    }

    .flow-summary{
        display: block;
        width: 100%;
        padding: 0 30px 20px 30px;
        margin: 0;
    }
    
    .flow-summary h3{
        text-align: center;
    }

    /* section */

    .section dl{
        padding: 0;
    }
    .section dl dt{
        padding-top: 0;
    }

    /* footer */

    .left-contents{
        width: 100%;
        display: block;
        margin: 0;
    }

    .title-image span{
        display:block;
        text-align: center;
    }

    .title-image img{
        float: none;
        width: 250px;
        height: auto;
    }
    
    .title-text p {
        font-size: 12px;
        text-align: center;
    }

    .time-table{
        letter-spacing: 10px;
        width: 100%;
    }

    .time-table:before,
    .time-table:after{
        display: none;
    }

    .time{
        letter-spacing: 2px;
        padding-right: 0;
    }

    .time-table tbody{
        border-top: 1px solid #AFAFAF;
        border-bottom: 1px solid #AFAFAF;
    }

    .left-contact-button img{
        width: 100%;
        margin-bottom: 10px;
    }

    .right-contents{
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        height: 250px;
        display: block;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px){

    .pc-only{
        display: none;
    }

    .sp-only { 
        display: block;
    }

    .contact-flex{
        padding: 0;
    }

    .banner-fixed-bottom .cell p br{
        display: block;
    }

    .bottom-text{
        font-size: 14px;
        letter-spacing: 1px;
    }

    .space-bottom{
        height: 67px;
    } 

    .banner-fixed-bottom .cell{
        padding: 19px;
    }  
    
    .menu-content{
        padding: 0;
    }
    
    .price-list{
        width: 33%;
    }


    .menu-price td,
    .price-list p{
        font-size: 13px;
    }

}


@media only screen and (max-width: 425px){

    .menu-text h3{
        padding: 25px 0px 0 10px;
    }

    .menu-text h4{
        padding: 0 0 36px 10px;
    }

}

@media only screen and (max-width: 424px){
    h3.long-name{
        font-size: 16px;
    }
}


/* 取り扱い院 */
.hdl-clinic {
    width: 100%;
  }
  .hdl-clinic h2 {
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
    background-color: #efefef;
    max-width: 100%;
    padding: 10px;
  }
  .hdl-inner {
    position: relative;
    display: flex;
    border-top:1px solid #666;
    /* border-bottom:1px solid #666; */
    padding: 20px;
  }
  .hdl-inner:last-child {
    border-bottom:1px solid #666;
  }
  .hdl-leftBox {
    width:70%
  }
  .hdl-rightBox {
    width:30%
  }
  .hdl-dsc{
    font-size: 16px;
  }
  .hdl-dsc h3{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .hdl-rightBox{
    position: relative;
    display: inline-block;
  }
  .hdl-rightBox button {
    font-size: 14px;
    font-weight: 600;
    width: 90%;
    height: 50px;
    border-radius: 0;
    border: none;
    letter-spacing: 0.1em;
  }
  .hdl-btn.first {
    color: #333333;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #666;
    cursor: pointer;
  }
  .hdl-btn.first:hover {
    background-color: #ccc;
    transition-duration: 0.5s;
  }
  .hdl-btn.secondOne {
    color: #fff;
    background-color: #c1618b;
    cursor: pointer;
  }
  .hdl-btn.secondOne:hover {
    color: #fff;
    opacity: 70%;
    transition-duration: 0.5s;
  }
  
  
  @media (max-width:550px) {
    .hdl-inner {
      display: block;
      padding: 10px;
    }
    .hdl-leftBox {
      width: 100%;
    }
    .hdl-dsc h3 {
      font-size: 16px;
      margin-bottom: 5px;
    }
    .hdl-dsc {
      font-size: 14px;
    }
    .hdl-rightBox {
      width: 100%;
      display: flex;
      justify-content: space-between;
      
    }
    .hdl-rightBox button {
      margin-top: 20px;
      font-size: 12px;
      height: 40px;
      width:  155px;
    }
    .hdl-btn.first {
      margin-bottom: 0;
      margin-right: 15px;
  
    }
  }

  .link-niigata{
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;  
  }
  .link-niigata p{
    font-size: 16px;
  }
  .link-niigata a{
    color: #b2396e;
  
  }
