@charset "utf-8";
/* CSS Document */

/* ==========================================================================
   chiene
   ========================================================================== */   

#mainContentsIn {
    width: 960px;}
	
.newsArea {
    width: 950px;}

.prAreaWrapper {
    display: none !important;}


.pr_line {
	width: 930px;
    background-color: #009944;
    color: #FFF;
    padding: 15px 10px;
    margin-bottom: 15px;
    border-radius: 4px;
	font-weight:bold;
	font-size:120%;
	text-shadow: #333 0px 2px 3px;}

.chiene_layout h1 {
    margin: 35px 0 15px;
    font-size: 130%;
	display:block;
	line-height: 1.2em;
	}

.chiene_layout h1.chiene_title {
	font-size: 140%;
    padding: 15px 0;
    border-bottom: #eee 5px solid;}

.chiene_layout h1.title-l {
	clear:both;}

.chiene_layout h2 {
    font-size: 100%;
    font-weight: bold;
    padding-bottom: 10px;}

.chiene_frame {
	clear:both;
	border:#CCC 1px solid;
	  padding: 0 25px 25px 25px;
	background-color:#eee;
	margin-bottom:20px;
	margin-top:20px;
	overflow:hidden;
	}
.chiene_text_a{
	line-height: 160%;
	font-size: 100%;
}
/*.chiene_frame .photoDetail_area {
	width:220px;}*/

/*.chiene_frame .Detail_l {
	width:260px;}*/

.chiene_frame p {
	margin:0 !important;
}

.chiene_r {
	float: right !important;
    padding: 15px 0 0 15px;}

.photoDetail_photo img {
	width:280px;}

.photoDetail_photo {
    text-align: center;
    /* width: 280px; */
    height: 180px;
    overflow: hidden;
}

.photoDetail_photo_h {
	height:auto !important;
	}

.photoDetail_photo_h img {
	width:200px;}


.photoDetail_photo_w {
	height:auto !important;
	}

.photoDetail_photo_w img {
	width:280px !important;}


hr {
	clear:both;}
	
.chiene_frame .photoDetail_photo img {
	width:180px;
	}

.chiene_frame .photoDetail_photo {
	height:auto;}

.chiene_frame .Detail_l {
    float: right;
    margin-top: 40px;
    margin-left: 15px;}
	
.chiene_frame .photoDetail_photo_r img {
	width:280px;}

#information{
	margin:5% 0 !important;
	padding:2%;
	background-color:#DCF1DC;
}



/* ==========================================================================
   js
   ========================================================================== */   
　    
    .haitou-title-main{
        margin:20px 0;
    }    

    .haitou-title-main img{
        width:630px;
    }    

    .haitou-title-sub1{
        padding:10px 0;
    }    

    .haitou-title-sub2{
        padding:20px 0 10px 0;
    }  
    
    .haitou-title-sub1 img{
        width:630px;
    }    

    .haitou-title-sub2 img{
        width:630px;
    }    

    .modal-trigger-icon{
        float:left;
        margin:0 10px 0 0;
    }

    .icon-pc-chosei{
        margin:0 10px 0 110px;       
    }
    
    .icon-area{
        overflow:hidden;
    }


/* ==========================================================================
   Remodal necessary styles
   ========================================================================== */    
    
/* Hide scroll bar */

html.remodal_lock, body.remodal_lock {
    overflow: hidden;
}

/* Anti FOUC */

.remodal, [data-remodal-id] {
    visibility: hidden;
}

/* Overlay necessary styles */

.remodal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;

    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;

    text-align: center;
}

.remodal-overlay:after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;

    content: '';
}

/* Fix iPad, iPhone glitches */

.remodal-overlay > * {
    -webkit-transform: translateZ(0px);
}

/* Modal dialog necessary styles */

.remodal {
    position: relative;

    display: inline-block;
}

.remodal p {
    text-align: left;
    padding-top: 15px;
    padding-left: 40px;
}
/* ==========================================================================
   Remodal default theme
   ========================================================================== */

/* Default theme font */

.remodal, .remodal * {
    font-family: 'Exo 2', sans-serif;
}

/* Background for effects */

.remodal-bg {
    -webkit-transition: -webkit-filter 0.2s linear;
    -moz-transition: -moz-filter 0.2s linear;
    -o-transition: -o-filter 0.2s linear;
    transition: filter 0.2s linear;
}

body.remodal_active .remodal-bg {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

/* Overlay default theme styles */

.remodal-overlay {
    opacity: 0;
    background: rgba(33, 36, 46, 0.95);
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

body.remodal_active .remodal-overlay {
    opacity: 1;
}

/* Modal dialog default theme styles */

.remodal {
    width: 100%;
    min-height: 100%;
    padding: 35px 35px 20px 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    font-size: 16px;
    background: #f4f4f4;
    background-clip: padding-box;
    color: #182a3c;
    -webkit-box-shadow: 0px 0px 8px #171a24;
    box-shadow: 0px 0px 8px #171a24;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: -webkit-transform 0.2s linear;
    -moz-transition: -moz-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    transition: transform 0.2s linear;
}

body.remodal_active .remodal {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* Modal dialog vertical align  */

.remodal, .remodal-overlay:after {
    vertical-align: middle;
}

/* Close button */

.remodal-close {
    position: absolute;
    top: 5px;
    left: 5px;

    width: 28px;
    height: 28px;

    text-decoration: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #3e5368;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.remodal-close:after {
    display: block;

    font-size: 28px;
    font-family: Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif !important;
    content: "×";
    line-height: 28px;
    cursor: pointer;
    text-decoration: none;
    color: #3e5368;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.remodal-close:hover, .remodal-close:active {
    background: #3e5368;
}

.remodal-close:hover.remodal-close:after, .remodal-close:active.remodal-close:after {
    color: #f4f4f4;
}

/* Dialog buttons */

.remodal-confirm, .remodal-cancel {
    display: inline-block;
    width: 120px;
    padding: 9px 0;
    margin: 0 0 5px 0;

    font-size: 10pt;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-clip: padding-box;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.remodal-confirm {
    border: 2px solid  #3e5368;
    background: #f4f4f4;
    color:  #3e5368;
    margin-top:15px;
}

.remodal-confirm:hover, .remodal-confirm:active {
    background:  #3e5368;
    color: #f4f4f4;
}



/* 
   ========================================================================== */

    .remodal {
        max-width: 790px;
        margin: 20px auto;
        min-height: 0;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }
     .remodal-image img{
        width:640px;
    }
 

/* ==========================================================================
   20180323
   ========================================================================== */   


.chiene_area {
	border:#009344 6px solid;
    padding: 20px 40px;
    border-radius: 6px;
    margin: 10px 0 0;
	overflow:hidden;
	}

.chiene_area h1 { 
    font-size: 120%;
    color: #333;
    padding: 15px 29px;
    border-top: solid 2px #666;
    border-bottom: solid 2px #666;
    margin: 20px 0;
}

.chiene_area p {
	line-height:1.5em;
	font-size: 100%;
	margin-bottom:50px;}

.chiene_area p img {
	float:right;
	padding:0 0 15px 15px;}

.chiene_area ul {
	clear:both;
	overflow:hidden;}

.chiene_area ul li {
	overflow:hidden;}

.chiene_area ul li img {
    float: left;
    margin: 10px 15px 0 25px;}

.chiene_area ul li .new_icon  {
	position: absolute;
    display: inline-block;
    padding: 0;
    min-width: 60px;
    margin: -8px -20px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    background: #F00;}

.chiene_area ul li .new_icon p {
	margin: 0;
	padding: 0;
	color:#FFF;}

.chiene_area ul li:first-child {
    background: #333;
    color: #FFF;
    width: 550px;
    float: left;
    font-size: 110%;
    font-weight: bold;
    letter-spacing: 0.11em;
    border-radius: 4px;
    margin-bottom: 15px;}

.chiene_area ul li:first-child a {
    color: #FFF;
    display: block;
    text-decoration: none;
	overflow:hidden;
	padding:10px 0;
}
	
.chiene_area ul li:first-child a:hover {
	background:#009944;}

.chiene_area ul li:first-child span {
    background: #fff;
    color: #333;
    font-size: 80%;
    margin-right: 20px;
    margin-top: 14px;
    padding: 5px 20px;
    float: right;
    border-radius: 4px;}

.chiene_area ul li:first-child a:hover span {
	color:#009944;
	}

.chiene_area ul li:last-child {
    color: #333;
    background: #fff;
    width: 260px;
    float: right;
    border-radius: 4px;
	margin-top: 8px;
	}

.chiene_area ul li:last-child a {
    border: #58595B 3px solid;
    padding: 15px;
    display: block;
    color: #333;
    font-size: 130%;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
	}

.chiene_area ul li:last-child a:hover {
	text-decoration:none;
	color:#009944;
	border: #009944 3px solid;
}

.chiene_area ul li:nth-child(2) {
	text-align:center;
	float:left;
    width: 70px;
	margin-top:10px;
	}
.chiene_area ul li:nth-child(2) img {
	clear: both;
    float: none;
    margin: 0;}

.chiene_area .chiene_list {
    padding: 20px 30px 30px;
	margin: 30px 0 20px;
	border-top:#999 3px solid;}

.chiene_area h2 {
    font-size: 140%;
    margin-top: 20px;}

.chiene_area .chiene_list h3 {
    background: #009944;
    color: #FFF;
    width: 80px;
    padding: 7px 0;
    text-align: center;
    clear: both;
    margin-top: 15px;
    letter-spacing: 0.3em;
    font-size: 100%;
	}

.chiene_area .chiene_list h4 {
	line-height: 1.5em;
    font-size: 100%;
	margin:20px 0;
	font-weight:normal;}

.chiene_area .chiene_list p {
    float: left;
    margin: 0;
    line-height: 1.2em;
    text-align: center;
    font-weight: bold;
    margin-right: 30px;
    font-size: 130%;
    margin-top: 18px;}

.chiene_area .chiene_list img {
    margin-right: 30px;
    padding: 5px 0;}

.chiene_area .chiene_list table tr td {
    padding: 10px 0;
}

.chienecenter {
	text-align:center;
}


h5.top {
    position: relative;
    background: #DCF1DC;
    font-size: 110%;
    color: #474747;
    border-radius: 0 20px 20px 0;
    width: 220px;
    float: right;
    text-align: center;
}

h5.top:before {
    content: "←";
    font-weight: bold;
    display: inline-block;
    font-size: 110%;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #009944;
    /* font-weight: normal; */
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 44px;
    left: -1.35em;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
}

h5.top a {
	display:block;
    padding: 8px 15px;
	}
	
h5.top a:hover {
	text-decoration:none;}

.chiene_area h6 {
    color: #fff;
    font-size: 110%;
    padding: 5px 0;
    margin: 0;
    float: left;
}
	
.chiene_area h6 span {
    background: none !important;
    color: #fff !important;
    display: block;
    margin: 0 !important;
    padding: 6px 0 0 10px !important;
    float: none !important;
}
	
/* ==========================================================================
   20190909
   ========================================================================== */  
.chiene_list_other{
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	margin-top: 40px; 
}
.chiene_list_other h3{
	font-size: 1.1em;
	margin-top: 20px;
	position: relative;/*相対位置*/
	line-height: 1.4;/*行高*/
	display: inline-block;
}
.chiene_list_other h3:before,.chiene_list_other h3:after { 
	position: relative;
	display: inline-block;
	font-size: 1.3em;
	color: #009344;
}
.chiene_list_other h3:before {
	content:"◆";
	padding-right: 0.2em;
}
.chiene_list_other h3:after {
	content:"◆";
	padding-left: 0.2em;
}
.name_title{
	display: inline-block;
	color: #4d4d4d;
	padding-top: 0.4em;
}
.chiene_list_other p{
	padding: 10px 0;
	margin-bottom: 10px;
}
.chiene_list_other h5{
	font-size: 1em;
	padding: 0;
}
.chiene_council {
	margin: 8px 0 20px 0 ;
	padding: 0 0 0 15px;
}
.chiene_council li{
	line-height: 1.5em!important;
	font-size: 1em!important;
	font-weight: normal!important;
	background: none !important;
	text-align: left !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	border: none !important;
	color: #333 !important;
	float: inherit !important;
}
.chiene_list_other .chiene_contact{
	margin-top: 10px;
	padding: 16px 0 16px 20px;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(221, 237, 228, 1) 2px, rgba(221, 237, 228, 1) 5px );
}
.rucruit_btn{
	margin :20px 0 30px 0;
}
.rucruit_btn a{
	width : calc(98% / 2) ;
	font-size: 1.4em;
	display: block;
	color: #fff !important;
	font-weight: bold;
	padding: 25px 0;
	text-align: center;
	border-radius: 5px;
	background: #333;
	box-sizing: border-box;
}
.rucruit_btn a span{
	font-size: 0.6em;
	padding: 5px 10px;
	margin: 0 0 0 0.8em;
	display: inline-block;
	background: #fff;
	color:#333;
	border-radius: 3px;
	vertical-align: middle;
}
.rucruit_btn a:hover{
	text-decoration: none !important;
	background: #004f94;
}
.rucruit_btn a:hover > span{
	color: #004f94;
}
.plan_btn{
	float: left;
}
.enrollment_btn{
	float: right;
}
.chiene_fee{
	margin: 10px 0 0 0;
}
.chiene_fee table ,.chiene_fee table th,.chiene_fee table td{
	border-collapse: collapse;
	border: 2px solid #ccc;
	line-height: 1.5;
	font-size: 1em;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
}
.chiene_fee table th{
	width: 50%;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	background: #4d4d4d;
	color: #ffffff;
}
.chiene_fee table td{
	width:  50%;
	padding: 10px;
	vertical-align: top;
}
	.loopslider li{
		margin: 0!important;
		width: auto!important;
}
	.loopslider img{
		margin: 0!important;
		padding: 0;
		border-radius: 0;
}
	.loopslider{
		width:100% !important;	
}
	.content{
		margin: 0 auto;
		padding: 0;
}
	.modal{
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		z-index: 100;
}
	.modal__bg{
		background: rgba(0,0,0,0.8);
		height: 100%;
		position: absolute;
		width: 100%;
}
	.modal__content{
		background: #fff;
		left: 50%;
		padding: 40px;
		position: absolute;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 65%;
}
	.modal__content a{
		font-weight: bold;
		background-color: #333;
		color: #fff;
		padding: 10px 5px;
		margin: 5px auto;
		display: block;
		text-decoration: none;
		text-align: center;
		width: 10%;
		border-radius: 5px;
}
	.content a{
		float: left;
		display: inline-block;
}
	.title_special{
		background: #333;
		color:#FFF;
		width: 530px;
		float: left;
		font-size: 110%;
		font-weight: bold;
		letter-spacing: 0.11em;
		border-radius: 4px;
		margin-top: 60px;
		padding: 16px 0 13px 20px;
}
	.title_special span{
		border: 2px solid #fff;
		color: #fff;
		font-size: 80%;
		margin-right: 20px;
		margin-top: 5px;
		padding: 5px 20px;
		float: right;
		border-radius: 4px;
}
	.title_special:hover{
		background:#009944;
}
	.title_special img{
		width: 26px;
		float:left;
		margin: 0 10px 0  0;
}
	.img_np{
		float: right;
}

/* ==========================================================================
   2021.04
   ========================================================================== */  
.chienecenter {
    text-align: start;
}

.loop{
	width:650px;
	float: right;
	margin-top: -60px;
}

.slick-list{
	height:180px;
}

.chiene_area h1 {
    clear: both;
}

.chiene_fee table ,.chiene_fee table th,.chiene_fee table td{
	max-width:442px;
}

.link_area {
    display: flex;
	justify-content: space-around;
}

.button_wrapper {
    margin: auto;
}

a.button {
    display: block; 
    width: 200px;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    margin: 60px auto;
    font-size: 20px;
    font-weight: bold;
}

a.button:hover{
	text-decoration: none!important;
	opacity: 0.7;
}

.note_btn{
	background:#41c9b4;
}

.kobetv_btn{
	background: #000;
}


/* ==========================================================================
   sp
   ========================================================================== */   

.chiene_area_sp {
	border:#009344 6px solid;
    padding: 10px;
    border-radius: 6px;
    margin: 10px 0 0;
	overflow:hidden;
	}

.chiene_area_sp .chienecenter {
	text-align:center;}

.chiene_area_sp .chienecenter img {
	max-width:300px;}

.chiene_area_sp h1 { 
    font-size: 120%;
    color: #333;
    padding: 10px;
    border-top: solid 2px #666;
    border-bottom: solid 2px #666;
    margin: 20px 0;
    font-weight: bold;
}

.chiene_area_sp p {
    font-size: 16px;
    line-height: 1.7rem;
	margin-bottom:30px;}

.chiene_area_sp p img {
	width: 100%;
	max-width:300px;
	padding:10px 0;}

.chiene_area_sp ul {
	clear:both;
	overflow:hidden;}

.chiene_area_sp ul li {
	overflow:hidden;}

.chiene_area_sp ul li img {
    float: left;
    margin-top: -5px;
    margin-right: 15px;
}




.chiene_area_sp ul li:first-child {
    background: #333;
    color: #FFF;
    width: 100%;
	max-width:360px;
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 0.11em;
    border-radius: 4px;
    line-height: 1.3em;
	margin:0 auto;
	}

.chiene_area_sp ul li:first-child a {
    color: #FFF;
    display: block;
    text-decoration: none;
    padding: 8px 10px;
    text-align: center;
}

.chiene_area_sp ul li:first-child span {
background: #fff;
    color: #333;
    font-size: 80%;
    padding: 0 20px;
    border-radius: 4px;
    display: block;
    width: 110px;
    margin: 6px auto 0;
}

.chiene_area_sp ul li:last-child {
    color: #333;
    background: #fff;
    width: 100%;
    max-width: 360px;
    border-radius: 4px;
    margin: 5px auto 20px;
	}

.chiene_area_sp ul li:last-child a {
    border: #58595B 3px solid;
    padding: 8px 0;
    display: block;
    color: #333;
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
	}

.chiene_area_sp ul li a span {
    color: #f00;
    padding-right: 10px;
    margin-left: -40px;
}

.chiene_area_sp .chiene_list {
    padding: 0;
    margin: 0;
	text-align:center;
    border-top: #999 3px solid;}

.chiene_area_sp h2 {
    font-size: 120%;
    padding: 15px 0;
    font-weight: bold;
}

h3.title-m {
    font-size: 100%;
    font-weight: bold;
    padding: 5px 0 10px;
}

.chiene_area_sp .chiene_list h3 {
    background: #009944;
    color: #FFF;
    width: 100%;
    padding: 3px 0;
    text-align: center;
    margin: 15px auto;
    letter-spacing: 0.3em;
    font-size: 100%;
    font-weight: bold;
	}

.chiene_area_sp .chiene_list h4 {
    line-height: 1.5em;
    font-size: 100%;
    margin: 20px 0;
    font-weight: normal;
    text-align: left;}

.chiene_area_sp .chiene_list p {
    margin: 0;
    line-height: 1.3em;
    font-weight: bold;
    font-size: 110%;
	text-align:center;
	clear:both;
	padding: 5px 0;
	}

.chiene_area_sp .chiene_list p.left {
    margin: 0;
    line-height: 1.2em;
    text-align: center;
    font-weight: bold;
    font-size: 90%;}

.chiene_area_sp .chiene_list table {
    width: 90%;
    margin: 0 auto;}
	
.chiene_area_sp .chiene_list table tr td {
	text-align:center;
	padding:5px;}

.chiene_area_sp .chiene_list td img {
	padding-right: 8px;}


/*2021.04*/
.chiene_area_sp a.button {
    margin: 30px auto;
}


/* ==========================================================================
   temple
   ========================================================================== */   


.ad-banner-head {
	display:none;}

.ad-rect-wrapper {
	display:none;}

.title-label.blue {
	background-color: #009944;
	}
	
.chiene_frame_sp {
    clear: both;
    border: #CCC 1px solid;
    padding: 10px;
    background-color: #F2F2F2;
    margin-bottom: 20px;
    border-radius: 4px;}

.chiene_frame_sp h1 {
	font-size: 120%;
    font-weight: bold;
    padding: 15px 0;
	}

.photoDetail_text_inner {
	font-size:80%;}


.chiene_frame_sp .photoDetail_photo img {
	width:auto !important;
	margin-top: 10px;}
	
.chiene_frame_sp .photoDetail_photo {
    text-align: center;
	height:auto !important;
    overflow: hidden;
}

.chiene_frame_sp .photoDetail_text_inner {
    font-size: 80%;
    line-height: 1.3em;
    margin: 10px;
}

.chiene_frame_sp p {
	font-size:100%;}


/*--- 20180510 ---*/

.chiene_photo_area {
    border: 1px solid #bebebe;
    background-color: #f6f6f7;
    padding: 10px;
    overflow: hidden;
    float: left;
    margin: 10px 10px 10px 0;
}
.chiene_photo_area p {
    padding: 10px 10px 0;
    text-align: center;
    font-size: 80%;
    clear: both;
}

.chiene_photo_area .pane {
    float: left;
}

.chiene_photo_area .pane img {
    overflow: hidden;
    width: 110px;
    float: left;
    margin: 0 4px;
}

.chiene_text_area {}

.chiene_text_area p {
    margin: 0 0 20px 0;
    line-height: 160%;
    font-size: 100%;
    color: #1a1a13;
}

.chiene_text_area  h1 {
    margin: 35px 0 15px;
    font-size: 130%;
    display: block;
}

.chiene_photo_area.chiene_right {
	float:right;
	margin-left: 12px;}

.chiene_text_area_list {
	float:left;}


.chiene_layout h4 {
	background: #666;
	letter-spacing:0.08em;
	color:#FFF;
    width: 80px;
    text-align: center;
    padding: 5px 8px;
    font-size: 90%;
    margin-top: 15px;
    border-radius: 2px;}



/* ---------sp---------- */



h1.chiene_title_sp {
	border-bottom:#eee 4px solid;
	padding:8px 0;
	line-height:1.2em;
	}


.chiene_frame_sp h4 {
	background: #666;
	letter-spacing:0.08em;
	color:#FFF;
    width: 80px;
    text-align: center;
    padding: 5px 8px;
    font-size: 90%;
    margin-top: 15px;
    border-radius: 2px;
	}

.chiene_sp h1 {
	font-size:110%;
	margin:10px 0;
	font-weight:bold;
	line-height:1.2em;}

.chiene_sp h2 {
	font-size:90%;
	margin-bottom:10px;
	line-height:1.3em;
	font-weight:bold;}

.chiene_sp p {
	display:block;
	opacity: 1.0;
	padding:10px 0;
	margin-top:0;
	line-height:1.5em;}
	
ul.chiene_photo_box {
    border: #CCC 1px solid;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

ul.chiene_photo_box li {
	width:80px;
	float:left;
	text-align:center;
	margin:0 5px;}

ul.chiene_photo_box li img {
	width:80px;}

ul.chiene_photo_box li span {
	font-size:80%;
	padding-top:5px;}

.Detail_l.photo_center {
    margin: 15px 0;
    border: #ccc 1px solid;
    border-radius: 4px;
    padding: 10px 0 0;
}

.Detail_l.photo_center .photoDetail_text_inner {
	padding:10px;}

.chiene_area_sp h6 {
    color: #fff;
    font-size: 110%;
	font-weight:bold;
    padding: 5px 0;
    margin: 0;}
	
.chiene_area_sp h6 span {
    background: none !important;
    color: #fff !important;
    display: block;
    width: 100% !important;
    margin: 0 !important;
    padding: 6px 0 0 0 !important;}

    .nihonshu_btn {
        margin: 20px 0 30px 0;
    }
    .nihonshu_btn a {
        width: 98%;
        font-size: 1.4em;
        display: block;
        color: #fff !important;
        font-weight: bold;
        padding: 25px 0;
        text-align: center;
        border-radius: 5px;
        background: #333;
        box-sizing: border-box;
    }
    .nihonshu_btn a:hover{
        text-decoration: none !important;
        background: #004f94;
    }
    .nihonshu_btn a:hover > span{
        color: #004f94;
    }

    .nihonshu_sp_btn {
        margin: 20px 0 30px 0;
    }
    .nihonshu_sp_btn a {
        width: 98%;
        font-size: 1em;
        display: block;
        color: #fff !important;
        font-weight: bold;
        padding: 25px 0;
        text-align: center;
        border-radius: 5px;
        background: #333;
        box-sizing: border-box;
    }
    .nihonshu_sp_btn a:hover{
        text-decoration: none !important;
        background: #004f94;
    }
    .nihonshu_sp_btn a:hover > span{
        color: #004f94;
    }
