html {
  scroll-padding-top: 70px; /* 固定ヘッダの高さ分 */
}

h3{
	line-height: 1.65;
}

.mb0 {
	margin-bottom: 0px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}

.text-center {
	text-align: center !important;
}
.text-bold{
	font-weight: bold !important;
}
.comments{
	font-size: 11px !important;
	line-height: 17px !important;
}

.comments-number{
	margin-right: 4px !important;
}

i.new {
	background-color: red;
    color: #fff;
    padding: 2px;
    margin-right: 5px;
}

i.new-big {
	font-size: 13px;
	font-weight: 700;
	display: inline-block;
	background-color: red;
    color: #fff;
    padding: 4px;
    margin-right: 5px;
}

.new-h3{
	display: flex;
	align-items: center;
}

.ex_opacity p{
	text-align: left;
}


@media only screen and (min-width: 641px){
	.pcmt20 {
		margin-top: 20px !important;
	}
	.pcmt40 {
		margin-top: 40px !important;
	}
	.pcmt60 {
		margin-top: 60px !important;
	}
	.pcmt80 {
		margin-top: 80px !important;
	}
	.pcmt150 {
		margin-top: 150px !important;
	}
}

@media only screen and (max-width: 640px){
	.spmt40{
		margin-top: 40px !important;
	}
	br.pc{
		display: none;
	}
}

p {
	font-size: 16px;
    line-height: 1.5;
}

.ex_h2style span.small {
        display: inline-block;
        font-size: 0.9em;
        padding: 0;
        margin: 0;
        line-height: 1.4;
        border: none;
    }
    .mod_section {
        clear: both;
		overflow: hidden;
    }
	.lineup_btn a:hover {
        opacity: 0.7;
    }
    .mod_section a:hover {
        opacity: 0.7;
    }
    .mod_section .left_column {
        width: 469px;
        float: left;
        margin-right: 20px;
    }
    .mod_section .right_column {
        width: 478px;
        float: left;
    }
    .mod_section .right_column > p {
        font-size: 16px;
        line-height: 1.5;
    }
    .mod_section .right_column dl dt {
        margin-bottom: 7px;
        font-size: 18px;
        font-weight: bold;
    }
    .mod_section .right_column dl dt span {
        font-size: 14px;
    }
    .mod_section .right_column dl dd {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 1.5;
    }
    .mod_section .right_column dl dd .button {
        margin: 3px 0 60px;
    }
	.mod_section .left_column dl dd {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 1.5;
    }

    .lineup_btn {
        clear: both;
		margin-bottom: 20px;
        text-align: center;
    }
    .eco_top {
        padding: 10px 0 50px;
        text-align: center;
    }
    .eco_top a {
        text-decoration: underline;
        font-size: 16px;
        color: #333;
	}
	.blue_bg_text{
		background-color: #c8e6f0;
		padding: 10px 10px 5px;
		text-align: center;
		font-size: 16px;
		color: #333;
		font-weight: bold;
		float:left;
		margin-right: 15px;
		margin-bottom: 15px;
	}


	@media only screen and (max-width: 640px){

		.blue_bg_text{
			float: none;
			margin-right: 0;
		}
	}

@media only screen and (max-device-width: 1280px) and (max-width: 640px){
    .mod_section {
        padding: 0 20px;
        box-sizing: border-box;
		margin: 0 !important;
    }
    .mod_section .left_column,
    .mod_section .right_column {
        width: 100%;
        float: none;
    }
    .mod_section .left_column {
        margin-bottom: 20px;
    }
    .lineup_btn {
        padding: 0px 20px;
    }
	.ex_h2style span.small {
		font-size: 0.7em;

	}
	.mod_section .right_column dl dd .button {
		text-align: center;
		margin-top: 8px;
	}
	.mod_billboard .slick li {
		height: auto !important;
	}
}
@media only screen and (max-width: 640px){
	.disp_pc {
		display: none !important;
	}
	.sp_w100 {
		width: 100% !important;
	}
}

@media only screen and (min-width: 641px){
	.sp {
		display: none;
	}
	.disp_sp {
		display: none !important;
	}
}

.lineup_link {
	padding-bottom: 50px;
	overflow: hidden;
}

.lineup_link ul li{
	width: 228;
	float: left;
	margin-right: 18px;
}

.lineup_link ul li:last-child{
	margin-right: 0px;
}

@media only screen and (max-width: 640px){
	.lineup_link {
		max-width: 459px;
		height: auto;
		margin: auto;
		padding-bottom: 50px;
		overflow: hidden;
	}
	.lineup_link ul li{
		width: 49%;
		max-width: 228px;
		margin-bottom: 1%;
	}
	.lineup_link ul li:nth-child(odd){
		margin-right: 1% !important;
	}
	.lineup_link ul li:nth-child(even){
		float: left;
		margin-right: 0px;
	}
}



.categoryTTL{
	background-color: #b6bee0;
	height: 80px;
    padding-left: 20px;
    margin-bottom: 25px;
    line-height: 80px;
    font-size: 1.5em;
    font-weight: bold;
}

.eco_image{
	margin-top: 20px;
	margin-bottom: 15px;
}


.category_point{
	padding-left: 25px;
	padding-right: 25px;
}

.contents_lead{
	margin-bottom: 7px;
	font-size: 18px;
	font-weight: bold;
	line-height: 130%;
}

.message{
	font-size: 11px;
	line-height: 17px;
}

.message dt{
	float: left;
}

.message dd{
	margin-left: 2.5em;
}

.message:after{
	clear: both;
}

.betsubai {
	text-align: right;
}
.text-cold {
	line-height: 1.8em;
    font-weight: bold;
}

@media only screen and (max-width: 640px){
	.category_point{
		padding-left: 0px;
		padding-right: 0px;
	}
	.categoryTTL{
		height: auto;
		padding: 10px;
		margin-bottom: 25px;
		line-height: normal;
		font-size: 1.5em;
		font-weight: bold;
	}
	.betsubai {
		text-align: center;
	}
}

.bath_main {
	margin-bottom: 20px;
}
sup {
	font-size: 50%;
}
.bath_blue {
	border: solid 2px #0066ff;
    padding: 6px;
    font-size: 70%;
    text-align: center;
    color: #0066ff;
    font-weight: bold;
}
.bath_table {
	margin: auto;
	font-size: 70% !important;
	font-weight: bold;
	table-layout: fixed;
	text-align: left;
}

.bath_table th {
	vertical-align: middle;
	background-color: #BEBFBF;
	border: solid 2px #ffffff !important;
	padding: 5px !important;
}
.bath_table td {
	background-color: #EEEEEF;
	border: solid 2px #ffffff !important;
	padding: 5px !important;
}
.bath_table td.light {
	background-color: #F7F7F7 !important;
}
.title_left {
	float: left;
}
.title_right {
	float: right;
	margin-right: 30px;
    margin-top: 10px;
}

.cold_img{
	text-align: right;
}
.cold_img img{
	width: 300px !important;
}

@media only screen and (max-width: 640px){
	.cold_img{
		text-align: center;
	}
	.cold_img img {
		width: 90% !important;
	}
	.title_left {
		width: 80%;
	}
	.title_right {
		margin-right: 0px;
		margin-top: 0px;
	}
	.img_illust {
		background-size: 46% !important;
	}
}
dt.text-bold {
	margin-bottom: 7px;
    font-size: 18px;
    font-weight: bold;
}

.bg_orange {
	background-color: #fad5c9;
}

/* ex_clearfix
-----------------------------------------*/
.ex_clearfix{
	overflow: hidden;
}
.ex_clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/* ex_clearfix


-----------------------------------------*/
.ex_marginB0{
	margin-bottom:0px!important;
}
.ex_marginBS{
	margin-bottom:10px!important;
}
.ex_marginBM{
	margin-bottom:20px!important;
}
.ex_marginT0{
	margin-top:0px!important;
}
.ex_marginTSS{
	margin-top:5px!important;
}
.ex_marginTS{
	margin-top:10px!important;
}
.ex_marginTM{
	margin-top:60px!important;
}
.ex_marginTL{
	margin-top:30px!important;
}


.mod_billboard ul li img {
	width: auto;
}

.text-usugata{
	background-color: #fad5c9;
	padding: 25px;
}

.text-tag{
	font-size: 16px;
	background-color: #d9d9d9;
	width: 250px;
	margin-bottom: 15px;
}
.text-tag p{
	margin: 7px;
	text-align: center;
}

.h2_small_text{
	font-size: 18px;
	display: inline !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

.small_text{
	font-size: 15px;
}

.disp_pc {
	text-align: center;
}

.sec_bnrArea .bnr_title p {
	font-size: 28px;
}

.light_blue {
	color: #00a8a4 !important;
}
.light_green {
	color: #00a272 !important;
}
.margin_tb30 {
	margin: 30px 0px !important;
}
.box_text {
	border: solid 1px #cccccc;
    width: 98%;
    text-align: center;
    padding: 10px 0px;
}
.comments_left {
	float: left;
	width: 47%;
	margin-right: 15px;
}
.comments_right {
	float: left;
	width: 47%;
}
.img_illust {
	background-image: url("../img/img_illust.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom: 60px; 
}

.mod_section_pdf{
	display: flex;
	justify-content: center;
}

.mod_section_pdf .btn_sec_type01{
margin: 50px 20px 0;
}

.mod_section_pdf .btn_sec_type01 a{
	text-align: left;
}

@media only screen and (max-width: 640px){
	.mod_section_pdf{
		display: block;
	}

	.img_illust {
		padding-bottom: 10px; 
	}
	


}

.h2_new span{
	display: flex;
	align-items: center;
}