@charset "UTF-8";
/*****************************

共通CSS

*****************************/
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

body{
    background-size: cover;
    background-position: center 52%;
    background-image: url("images/common/bg.jpg");
}

h3.studio_header{
display: block;
font-size: 90px;
font-weight: bold;
padding-top: 140px;
padding-bottom: 30px;
}

h3.studio_header img{
width: 80%;
max-width: 660px;
height: auto;
}

.studio_builder{
width: 100%;
max-width: 988px;
text-align: left;
margin: 0 auto;
}

.studio_read{
font-size: 16px;
line-height: 2em;
padding: 50px 0;
}

.studio_nav{
margin-bottom: 100px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.studio_nav li{
flex-basis: 31%;
}

.studio_nav li a{
color: #000;
text-decoration: none;
display: table;
text-align: center;
padding-bottom: 10px;
border-bottom: 3px solid #000;
font-size: 20px;
font-weight: bold;
width: 100%;
}

.studio_nav li:nth-of-type(1) a:before{
content: "";
width: 30px;
height: 30px;
background-image: url(images/rentalstudio/studio_icon01.png);
background-repeat: no-repeat;
background-size: cover;
display: inline-block;
margin-right: 10px;
vertical-align: middle;
}

.studio_nav li:nth-of-type(2) a:before{
content: "";
width: 30px;
height: 30px;
background-image: url(images/rentalstudio/studio_icon02.png);
background-repeat: no-repeat;
background-size: cover;
display: inline-block;
margin-right: 10px;
vertical-align: middle;
}
.studio_nav li:nth-of-type(3) a:before{
content: "";
width: 30px;
height: 30px;
background-image: url(images/rentalstudio/studio_icon03.png);
background-repeat: no-repeat;
background-size: cover;
display: inline-block;
margin-right: 10px;
vertical-align: middle;
}

.main_title{
display: block;
text-align: center;
font-size: 32px;
font-weight: bold;
margin-bottom: 50px;
}

#studio_details,#studio_items,#studio_price{
display: block;
margin-bottom: 100px;
}

#studio_details .main_title img{
width: 60px;
height: auto;
}

#studio_items .main_title img{
width: 65px;
height: auto;
}

#studio_price .main_title img{
width: 60px;
height: auto;
}

.pdflinks a{
border: 1px solid #666;
padding: 25px 0;
margin-bottom: 5px;
display: block;
text-align: center;
text-decoration: none;
color: #000;
font-weight: bold;
font-size: 18px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.pdflinks a:before{
content: "\f1c1";
font-family: "Font Awesome 5 Free";
font-weight:900;
font-weight: bold;
font-style: normal;
display: inline-block;
margin-right:10px;
color: #cc0000;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.pdflinks a:hover{
background-color: #666;
color: #fff!important;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.pdflinks a:hover:before{
color: #fff!important;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.pdfcaption{
display: block;
}

.click_area{
padding: 30px 0;
}

.clickwrap{
margin-bottom: 20px;
}

.click_title{
position: relative;
display: block;
background-color: #ccd0d4;
padding: 20px 0;
text-align: center;
font-size: 24px;
font-weight: bold;
cursor: pointer;
}

.click_title:after{
content: "";
width: 42px;
height: 42px;
background-image: url(images/rentalstudio/plus.png);
background-size: cover;
background-position: top left;
position: absolute;
top: 50%;
right: 20px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

.click_title.open:after{
content: "";
width: 42px;
height: 42px;
background-image: url(images/rentalstudio/minus.png);
background-size: cover;
background-position: top left;
position: absolute;
top: 50%;
right: 20px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

.click_content{
display: none;
}

.studio_table01{
padding-top: 40px;
}

.studio_table01 table{
width: 100%;
border-collapse: collapse;
}

.studio_table01 table th{
width: 300px;
background: #eee;
border: 1px solid #ccc;
padding: 15px;
text-align: center;
white-space: nowrap;
line-height: 1.8em;
font-size: 18px;
font-weight: bold;
vertical-align: middle;
}

.studio_table01 table td{
border: 1px solid #ccc;
padding: 15px 20px;
text-align: left;
line-height: 1.8em;
vertical-align: middle;

}

.studio_table02{
padding-top: 40px;
padding-bottom: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.studio_table02 .item{
flex-basis: 48%;
}

.studio_table02 table{
width: 100%;
border-collapse: collapse;
}

.studio_table02 table th{
background: #eee;
border: 1px solid #ccc;
padding: 10px 15px;
text-align: left;
line-height: 1.8em;
font-size: 14px;
font-weight: bold;
vertical-align: middle;
}

.studio_table02 table td{
width: 30%;
border: 1px solid #ccc;
padding: 10px 15px;
text-align: right;
line-height: 1.8em;
font-size: 14px;
vertical-align: middle;
}

.studio_table03{
padding-top: 10px;
padding-bottom: 10px;
}

.studio_table03 table{
width: 100%;
border-collapse: collapse;
}

.studio_table03 table th{
background: #eee;
border: 1px solid #ccc;
padding: 10px 15px;
text-align: left;
line-height: 1.8em;
font-size: 14px;
font-weight: bold;
vertical-align: middle;
}

.studio_table03 table td{
width: 30%;
border: 1px solid #ccc;
padding: 10px 15px;
text-align: right;
line-height: 1.8em;
font-size: 14px;
vertical-align: middle;
}

.price_title{
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
margin-bottom: 10px;
font-size: 20px;
font-weight: bold;
margin-top: 50px;
}

.price_title span{
display: inline-block;
padding-left: 50px;
font-weight: normal;
font-size: 14px;
}

.price_read{
padding: 10px 0;
}

.attention{
font-size: 14px;
}

.attention li{
font-size: 13px;
line-height: 1.8em;
margin-bottom: 5px;
}


.studio_table_addition table{
width: 100%;
border-collapse: collapse;
margin-bottom: 5px;
}

.studio_table_addition table th{
background: #eee;
border: 1px solid #ccc;
padding: 10px 15px;
text-align: left;
line-height: 1.8em;
font-size: 14px;
font-weight: bold;
vertical-align: middle;
}

.studio_table_addition table tbody th{
width: 35%;
}

.studio_table_addition table td{
border: 1px solid #ccc;
padding: 10px 15px;
text-align: right;
line-height: 1.8em;
font-size: 14px;
vertical-align: middle;
}

.studio_table_toryo table{
width: 100%;
border-collapse: collapse;
margin-bottom: 10px;
}

.studio_table_toryo table th{
background: #eee;
border: 1px solid #ccc;
padding: 10px 15px;
text-align: left;
line-height: 1.8em;
font-size: 14px;
font-weight: bold;
vertical-align: middle;
}

.studio_table_toryo table tbody th{
width: 35%;
}

.studio_table_toryo table td{
border: 1px solid #ccc;
padding: 10px 15px;
text-align: right;
line-height: 1.8em;
font-size: 14px;
vertical-align: middle;
}

.studio_table_cancel table{
width: 100%;
border-collapse: collapse;
margin-bottom: 10px;
}

.studio_table_cancel table th{
background: #eee;
border: 1px solid #ccc;
padding: 10px 15px;
text-align: left;
line-height: 1.8em;
font-size: 14px;
font-weight: bold;
vertical-align: middle;
}

.studio_table_cancel table tbody th{
width: 35%;
}

.studio_table_cancel table td{
border: 1px solid #ccc;
padding: 10px 15px;
text-align: right;
line-height: 1.8em;
font-size: 14px;
vertical-align: middle;
}

/*202404*/

#studio_spec{
display: block;
padding-top: 80px;
margin-bottom: 150px;
}

#studio_spec .main_title img{
width: 60px;
height: auto;
}

#studio_spec .studio_read{
font-size: 16px;
line-height: 2em;
padding: 0px 0;
}

#studio_spec .studio_table01{
padding-top: 40px;
margin-bottom: 40px;
}

.price_title span{
font-size: 14px;
padding: 0 0 0 20px;
}

.studio_nav2{
margin-bottom: 100px;
padding: 0 40px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.studio_nav2 li{
flex-basis: 48%;
}

.studio_nav2 li a{
color: #000;
text-decoration: none;
display: table;
text-align: center;
padding-bottom: 10px;
border-bottom: 3px solid #000;
font-size: 20px;
font-weight: bold;
width: 100%;
}

.studio_nav2 li:nth-of-type(1) a:before{
content: "";
width: 30px;
height: 30px;
background-image: url(images/rentalstudio/studio_icon02.png);
background-repeat: no-repeat;
background-size: cover;
display: inline-block;
margin-right: 10px;
vertical-align: middle;
}

.studio_nav2 li:nth-of-type(2) a:before{
content: "";
width: 30px;
height: 30px;
background-image: url(images/rentalstudio/studio_icon03.png);
background-repeat: no-repeat;
background-size: cover;
display: inline-block;
margin-right: 10px;
vertical-align: middle;
}




/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
h3.studio_header{
font-size: 12vw;
padding-top: 100px;
padding-bottom: 20px;
}


.studio_builder{
width: 100%;
max-width: 988px;
text-align: left;
margin: 0 auto;
}

.studio_read{
font-size: 14px;
line-height: 2em;
padding: 50px 10%;
}

.studio_nav{
margin-bottom: 100px;
display:block;
padding-left: 5%;
padding-right: 5%;
}

.studio_nav li{
flex-basis: auto;
margin-bottom: 15px;
}

.studio_nav li a{
text-align: left;
}


.main_title{
font-size: 28px;
}

#studio_details,#studio_items,#studio_price{
display: block;
margin-bottom: 100px;
}

.pdflinks{
padding: 0 5%;
}

.pdfcaption{
padding: 0 5%;
}
.click_area{
padding: 30px 0;
}

.clickwrap{
margin-bottom: 20px;
}

.click_title{
font-size: 18px;
}

.click_content{
display: none;
padding: 0 5%;
}

.studio_table01{
padding-top: 40px;
padding-left: 5%;
padding-right: 5%;
}

.studio_table01 table th{
width: auto;
display: block;
border-bottom: 0;
padding: 10px 15px;
font-size: 16px;

}

.studio_table01 table td{
display: block;
padding: 10px 15px;
border-bottom: 0;
}

.studio_table01 table tr:last-child td{
border-bottom: 1px solid #ccc;
}

.studio_table02{
padding-top: 40px;
padding-bottom: 50px;
padding-left: 5%;
padding-right: 5%;
display: block;
}


.studio_table02 table th{
width: auto;
display: block;
white-space: inherit;
padding: 10px 15px;
text-align: left;
border-bottom: 0;
font-size: 16px;
}

.studio_table02 table td{
width: auto;
display: block;
border-bottom: 0;
}

.studio_table02 table tr:last-child td{
border-bottom: 1px solid #ccc;
}

.studio_table03{
padding-top: 10px;
padding-left: 5%;
padding-right: 5%;
display: block;
}


.studio_table03 table th{
width: auto;
display: block;
white-space: inherit;
padding: 10px 15px;
text-align: left;
border-bottom: 0;
font-size: 16px;
}

.studio_table03 table td{
width: auto;
display: block;
border-bottom: 0;
}

.studio_table03 table tr:last-child td{
border-bottom: 1px solid #ccc;
}


.attention{
padding-left: 5%;
padding-right: 5%;
}

.attention li{
font-size: 12px;
text-indent: -1em;
margin-left: 1em;
}

.price_title{
margin-top: 50px;
margin-left: 5%;
margin-right: 5%;
font-size: 17px;
}

.price_read{
padding: 10px 0;
margin-left: 5%;
margin-right: 5%;

}


.studio_table_addition table{
width: 90%;
margin: 0 5% 5px;
border-top: 1px solid #ccc;
}

.studio_table_addition table thead{
display: none;
}

.studio_table_addition table tbody tr th{
width: 100%;
display: block;
border-top:0;
}

.studio_table_addition table tbody tr td:nth-of-type(1):before{
content: "9:00〜21:00";
float: left;
}
.studio_table_addition table tbody tr td:nth-of-type(2):before{
content: "21:00〜翌朝9:00";
float: left;}

.studio_table_addition table td{
width: 100%;
display: block;
border-top:0;
}

.tablecaps{
display: block;
padding-left: 5%;
}

.studio_table_toryo table{
width: 90%;
margin: 0 5% 10px;
border-top: 1px solid #ccc;
}

.studio_table_toryo table thead{
display: none;
}

.studio_table_toryo table tbody th{
width: 100%;
display: block;
border-top:0;
}

.studio_table_toryo table td{
width: 100%;
display: block;
border-top:0;
}

.studio_table_toryo table tbody tr td:nth-of-type(1):before{
content: "床面／";
}
.studio_table_toryo table tbody tr td:nth-of-type(2):before{
content: "床面+正面／";
}
.studio_table_toryo table tbody tr td:nth-of-type(3):before{
content: "全面／";
}

.studio_table_toryo table tbody tr:last-child td:nth-of-type(1):before{
content: "";
}


.studio_table_cancel table{
border-collapse: collapse;
width: 90%;
margin: 0 5% 10px;
}

.studio_table_cancel table th{
background: #eee;
border: 1px solid #ccc;
padding: 10px 15px;
text-align: left;
line-height: 1.8em;
font-size: 14px;
font-weight: bold;
vertical-align: middle;
}

.studio_table_cancel table tbody th{
width: 35%;
}

.studio_table_cancel table td{
border: 1px solid #ccc;
padding: 10px 15px;
text-align: right;
line-height: 1.8em;
font-size: 14px;
vertical-align: middle;
}


/*202404*/

#studio_spec{
display: block;
padding-top: 40px;
margin-bottom: 100px;
}

#studio_spec .studio_read{
font-size: 14px;
line-height: 2em;
padding: 0 5%;
}

#studio_spec .studio_table01{
padding-top: 40px;
margin-bottom: 40px;
}

.price_title span{
font-size: 13px;
padding: 5px 0;
}

.studio_nav2{
margin-bottom: 100px;
padding: 0 5%;
display: block;
}

.studio_nav2 li{
flex-basis: auto;
margin-bottom: 15px;
}

.studio_nav2 li a{
text-align: left;
}

}



.slickSlider li{
margin:  0 10px;
}
.slickSlider li img{
width: 100%;
height: auto;
}

@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('assets/js/slick/fonts/slick.eot');
    src: url('assets/js/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('assets/js/slick/fonts/slick.woff') format('woff'), url('assets/js/slick/fonts/slick.ttf') format('truetype'), url('assets/js/slick/fonts/slick.svg#slick') format('svg');
}
.slick-dots
{
    display: block;
    width: 100%;
    padding: 0;
	padding-top: 20px;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.slick-arrow.slick-prev{
position: absolute;
top: 48%;
left: 8.5%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 2;
width: 40px;
height: 40px;
text-indent: -9999px;
border: 0;
background-color: rgba(255,255,255,0)!important;
background-image: url(images/common/arrow_prev.png);
background-size: cover;
}

.slick-arrow.slick-next{
position: absolute;
top: 48%;
right: 8.5%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 2;
width: 40px;
height: 40px;
text-indent: -9999px;
border: 0;
background-color: rgba(255,255,255,0)!important;
background-image: url(images/common/arrow_next.png);
background-size: cover;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
.slick-arrow{
display: none!important;
}
}

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

注意事項ページ

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

#attention .ttl h3{
display: block;
font-size: 60px;
font-weight: bold;
padding-top: 80px;
}

.attention-wrap{
text-align: left;
width: 90%;
max-width: 800px;
margin: 0 auto;
}

.at_title{
font-size: 24px;
font-weight: bold;
border-bottom: 1px solid #ccc;
padding-top: 80px;
padding-bottom: 10px;
margin-bottom: 20px;
}

.attention-wrap dl{
margin-bottom: 20px;
}
.attention-wrap dl dt{
font-size: 16px;
font-weight: bold;
line-height: 2em;
}

.attention-wrap dl dd{
line-height: 2em;
}

.attention_fix{
width: 100%;
position: fixed;
z-index: 3;
top: 80px;
right: -20px;
text-align: right;
}

.attention_fix a{
display: inline-block;
padding: 15px 0;
font-size: 13px;
min-width: 240px;
margin: 0 auto;
text-align: center;
background-color: #cc0000;
color: #fff;
text-decoration: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;

}

.attention_fix a:hover{
background-color: #333;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;

}
.poliacy-wrap{
text-align: left;
width: 90%;
max-width: 800px;
margin: 0 auto;
padding-top: 60px;
}

.poliacy-wrap ol li{
margin-bottom: 25px;
}


/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){

#attention .ttl h3{
font-size: 30px;
font-weight: bold;
padding-top: 40px;
}
.at_title{
padding-top: 40px;
}
.attention-wrap dl dt{
font-size: 16px;
font-weight: bold;
margin-bottom: 5px;
}
.attention_fix{
width: 240px;
position: fixed;
top:auto;
bottom: 20px;
left: -10px;
right: auto;
text-align: left;
}

.attention_fix a{
min-width: 240px;
font-size: 14px;
text-align: right;
padding-right: 10%;
}

}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
.attention_fix{
width: 240px;
position: fixed;
top:auto;
bottom: 10px;
left: -10px;
right: auto;
text-align: left;
}

}

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

CMS一覧

*****************************/
.blog_list_builder{
width: 100%;
max-width: 988px;
text-align: left;
margin: 0 auto;
}

#blogList{
border-top:2px solid #000;
border-bottom:2px solid #000;
}

#blogList li a{
position: relative;
padding: 30px 20px;
text-decoration: none;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
border-bottom: 1px solid #000;
}

#blogList li:last-child{
border-bottom: 0;
}

#blogList li a:before{
content: "";
background: #eee;
height: 100%;
width: 0;
position: absolute;
top: 0;
left: 0;
z-index: 0;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

#blogList li a:hover:before{
width: 100%;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

#blogList li a:after{
content: "\f0da";
font-family: "Font Awesome 5 Free";
font-weight:900;
font-weight: bold;
font-style: normal;
position: absolute;
top: 50%;
right: 20px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #777;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

#blogList li a:hover:after{
right: 10px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

#blogList li a .date{
position: relative;
z-index: 1;
flex-basis: 10%;
padding-right: 20px;
color: #777;
}

#blogList li a .title{
position: relative;
z-index: 1;
font-size: 18px;
font-weight: bold;
color: #000;
}

/* ページャー
---------------------------------------------------- */
.pager {
text-align:center;
margin: 80px 0 80px 0;
}

a.page-numbers,
.pager .current {
background: #fff;
padding: 10px 15px;
margin:0 2px;
border: 1px solid #7C7C7C;
color: #7C7C7C;
text-decoration: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.pager .current,.pager a:hover{
border: 1px solid #7C7C7C;
color: #fff;
background: #7C7C7C;
}


/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
.blog_list_builder{
width: 90%;
text-align: left;
margin: 0 5%;
}

#blogList li a{
position: relative;
padding: 20px 10px;
text-decoration: none;
display: block;
}

#blogList li a .date{
font-size: 11px;
display: block;
margin-bottom: 5px;
}

#blogList li a .title{
font-size: 16px;
}

/* ページャー
---------------------------------------------------- */
.pager {
text-align:center;
margin: 80px 0 80px 0;
}

a.page-numbers,
.pager .current {
background: #fff;
padding: 10px 15px;
margin:0 2px;
border: 1px solid #7C7C7C;
color: #7C7C7C;
text-decoration: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.pager .current,.pager a:hover{
border: 1px solid #7C7C7C;
color: #fff;
background: #7C7C7C;
}

#blogList li a:after{
right: 10px;
}

#blogList li a:hover:after{
right: 5px;
}

}


/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
}

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

CMS詳細

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

.blog_detail{
text-align: center;
}
.under_header{
display: block;
font-size: 90px;
font-weight: bold;
padding-top: 140px;
padding-bottom: 40px;
}
.under_header img{
width: 80%;
max-width: 240px;
height: auto;
}

.blog_detail_builder{
width: 820px;
margin: 0 auto;
text-align: left;
}

.single_title{
border-bottom: 2px solid #000;
border-top: 2px solid #000;
padding: 20px 15px;
font-size: 28px;
font-weight: bold;
line-height: 1.8em;
margin-bottom: 20px;
}

.single_title .date{
font-size: 16px;
color: #777;
display: block;
line-height: 1.6em;
}

.blog_Back{
border-bottom: 2px solid #999;
border-top: 2px solid #999;
text-align: center;
padding: 20px 0;margin: 100px 0;
}

.blog_Back a{
color: #000;
text-decoration: none;
font-size: 18px;
font-weight: bold;
display: inline-block;
background-image: url(images/news/arrow_icon.png);
background-repeat: no-repeat;
background-size: 40px;
background-position: center right 0;
padding: 18px 50px 18px 0;
}

.blog_Back a:hover{
color: #cc0000;
}


.single-contents{
line-height: 2em;
}

.single-contents img{
max-width: 100%;
height: auto;
margin-bottom: 20px;
}

.single-contents h1{
display: block;
font-weight: bold;
font-size: 32px;
padding: 1em 0;
}

.single-contents h2{
display: block;
font-weight: bold;
font-size: 24px;
padding: 1em 0;
}

.single-contents h3{
display: block;
font-weight: bold;
font-size: 18px;
padding: 1em 0;
}


/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){

.under_header{
font-size: 12vw;
display: block;
padding-top: 100px;
padding-bottom: 40px;
}
.under_header img{
width: 45%;
height: auto;
}
.blog_detail_builder{
width: 90%;
margin: 0 5%;
text-align: left;
}
.single_title{
font-size: 21px;
}

.single_title .date{
font-size: 14px;
}


}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
}