


/*-------------*/
/* common      */
/*-------------*/

*:focus {
  outline: none;
}

body{
  font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka",Arial,Verdana,Helvetica,sans-serif;
}


/*-------------*/
/* 共通レイアウト*/
/*-------------*/
.cl_ctpl_clear {
  clear:both;
}

.cl_ctpl_space {
  height:14px;
  display:block;
}

.cl_ctpl_inner {
  width:980px;
  position:relative;
  margin:0 auto;
}

.cl_ctpl_head {
  display:block;
  margin-bottom:15px;
}

/* 画面上部の画像 */
.cl_ctpl_head {
  height:460px;
}

.cl_ctpl .cl_ctpl_top_img_outer {
  height:280px;
}

.cl_ctpl .cl_ctpl_top_img {  
  width:1200px;
  height:184px;
  margin-left:-120px;
  background-position: top center;
  background-repeat: no-repeat;
}  

.cl_ctpl .cl_ctpl_top_img > img{
  width:100%;
  display: none; 
}

.cl_ctpl_body{
  margin-top: -78px;
}


/*-------------*/
/* コンテンツロゴ*/
/*-------------*/
h1.header_logo {
  width:200px;
  /**height:80px;**/
  background: url("../img/common/header_logo.png") no-repeat;
  position: absolute;
  top: 10px;
  background-size:cover;
}

h1.header_logo a{
  width:200px;
  height:80px;
  display:block;
}

/*--------------*/
/*   もっと見る  */
/*-------------*/

.cl_read_more{
  width: 100%;
  margin: 14px auto;
  height: 30px;
  text-align: center;
}


/*--------------*/
/* ページトップへ */
/*-------------*/

.cl_btn_pagetop {
  z-index:2;
  display: none;
  width:70px;
  position: fixed;
  bottom: 30px;
  right: 30px;
}
.cl_btn_pagetop a {
  display: block;
  text-align: center;
  text-decoration: none;
}
 
.cl_btn_pagetop a:hover {
  display: block;
  text-align: center;
  text-decoration: none;
}

.cl_btn_pagetop a > img {
  width:100%;
}


/*--------------*/
/*  smallバナー  */
/*-------------*/
.cl_ctpl_small_banner_bloc {
  margin-top:10px;
}

.cl_ctpl_small_banner_bloc div {
  float:left;
  margin-right:15px;
  margin-bottom:10px;
}

.cl_ctpl_small_banner_bloc div img{
  width:145px;
}

/*--------------*/
/*中央部レイアウト*/
/*-------------*/
.cl_ctpl_side {
  max-width:300px;
  display:none;
}

.cl_ctpl_side > img {
  width:100%;
}

.cl_ctpl_side .cl_ctpl_side_none{
  height:125px;
  display:block;
}

/*--------------*/
/* popup       */
/*-------------*/
.cl_popup_zoomin {}
.cl_popup_zoomin .cl_popup-animation {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(0.8);
}
.cl_popup_zoomin.mfp-bg {
  opacity: 0;
  transition: all 0.4s ease-out;
}
.cl_popup_zoomin.mfp-ready .cl_popup-animation {
  opacity: 1;
  transform: scale(1);
}
.cl_popup_zoomin.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.cl_popup_zoomin.mfp-removing .cl_popup-animation {
  transform: scale(0.8);
  opacity: 0;
}
.cl_popup_zoomin.mfp-removing.mfp-bg {
  opacity: 0;
}



@media screen and (max-width: 980px) {

  /*-------------*/
  /*   共通      */
  /*------------*/

  .cl_ctpl_inner {
    width:100%;
    font-size:13px;
  }

  .cl_common_bloc_inner,.cl_getdata_top,#id_error,#id_welcome,.cl_userstatus{
    margin-bottom:32px;
    border-radius  : 0;
  }
  
  .cl_ctpl_head {
    height: auto;
  }
  
  .cl_ctpl_body {
    margin-top:0px;  
  }


  /*-------------*/
  /*     ロゴ    */
  /*------------*/
  .cl_ctpl_head {
    margin-bottom:0;
    position: relative;
  }

  h1.header_logo {
    width: 150px;
    background: url("../img/common/header_logo.png") no-repeat;
    background-size:contain;
    position: absolute;
    top: 4px;
    left:5px;
  }
    
  h1.header_logo a{
    width:auto;
    height:50px;
    display:block;
  }

  .content_logo{
    width:86px;
    height:23px;
    background: url("../img/common/content_logo.png") no-repeat;
    position:absolute;
    top:auto;
    bottom:9px;
    left:8px;
    display:block;
    z-index:2;
  }

  .cl_ctpl .cl_ctpl_top_img {
    background: none;
    width: auto;
    height: auto;/*130px;*/
    margin:0;
    overflow: hidden;
  }
  
  .cl_ctpl .cl_ctpl_top_img > img{
    display: block; 
  }
  
  .cl_ctpl .cl_ctpl_top_img_outer {
    height:auto;
  }    

}

@media screen and (max-width: 768px) {

  /*--------------*/
  /*  キャラクタ   */
  /*-------------*/  
  #id_ctpl_left_side {
    float:left;
    display:block;
    left:auto;
    width:75px;
  }
  
  #id_ctpl_right_side {
    display:block;
    right:left:auto;
    width:75px;
    float:right;
  }
  
}


@media screen and (max-width:700px){
  .cl_btn_pagetop {
    visibility:hidden;
  }
}


@media screen and (min-width: 1200px) {
  /* キャラクタ */
  #id_ctpl_left_side {
    display:block;
    left:0px;
    position:fixed;
    bottom:0px;
    z-index:2;
  }
  
  #id_ctpl_right_side {
    display:block;
    right:0px;
    position:fixed;
    bottom:0px;
    z-index:2;
  }
}



/*
==================================
追加
==================================
*/

/*背景用CSS*/
@media screen and (min-width:981px){
#id_ctpl_body{
background-repeat:no-repeat,no-repeat,repeat-x,repeat,repeat !important;
background-image:url(../img/top/img_cheer.png),url(../img/common/head_pc.png),
url(../img/common/bg_grd.png),
url(../img/common/bg_logo_pc.png),
url(../img/common/bg.jpg) !important;
background-position:bottom,top,bottom,top,top !important;
padding-bottom: 330px;}}



@media screen and (max-width:980px){
#id_ctpl_body{
background-repeat:no-repeat,repeat-x,repeat,repeat !important;
background-image:url(../img/top/img_cheer.png),
url(../img/common/bg_grd.png),
url(../img/common/bg_logo_pc.png),
url(../img/common/bg.jpg) !important;
background-position:bottom,bottom,top,top !important;
padding-bottom: 330px;}}


@media screen and (max-width:700px){
#id_ctpl_body{
background-repeat:no-repeat,repeat-x,repeat,repeat !important;
background-image:url(../img/top/img_cheer.png),
url(../img/common/bg_grd.png),
url(../img/common/bg_logo_pc.png),
url(../img/common/bg.jpg) !important;
background-position: bottom,bottom,top,top !important;
background-size: contain,contain,200px,13px;
padding-bottom: 33%;
}}



/*プレ背景用CSS*/
@media screen and (min-width:981px){
#id_ctpl_body.pre{
background-repeat:no-repeat,repeat-x,repeat,repeat !important;
background-image:url(../img/common/head_pc.png),
url(../img/common/bg_grd.png),
url(../img/common/bg_logo_pc.png),
url(../img/common/bg.jpg) !important;
background-position:top,bottom,top,top !important;
padding-bottom: 0px;}}



@media screen and (max-width:980px){
#id_ctpl_body.pre{
background-repeat:repeat-x,repeat,repeat !important;
background-image:
url(../img/common/bg_grd.png),
url(../img/common/bg_logo_pc.png),
url(../img/common/bg.jpg) !important;
background-position:bottom,top,top !important;
padding-bottom: 0px;}}


@media screen and (max-width:700px){
#id_ctpl_body.pre{
background-repeat:repeat-x,repeat,repeat !important;
background-image:
url(../img/common/bg_grd.png),
url(../img/common/bg_logo_pc.png),
url(../img/common/bg.jpg) !important;
background-position: bottom,top,top !important;
background-size: contain,200px,13px;
padding-bottom: 0%;
}}

@media screen and (min-width:981px){
.cl_ctpl_head {
background-repeat:no-repeat,no-repeat;
background-image:url(../img/common/img_vichyssoise.png),url(../img/common/img_hashimoto.png);
background-position:top -26px right 130px, top 36px right 0px;}
}

/*PC SP切り替え機能*/
.pc_only{
display:block;
}

.sp_only{
display:none;
}

.pc_only_img{
	display:inline;
}

.sp_only_img{
	display:none;
}


@media screen and (max-width: 980px) {

.pc_only{
display:none;
}

.sp_only{
display:block;
}

.pc_only_img{
	display:none;
}

.sp_only_img{
	display:inline;
}

}

