@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/earlyaccess/kokoro.css);
@import url(https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c);

/*============================
common
============================*/

strong {font-weight: bold;}

/*============================
layout
============================*/

html {
  height: 100%;
}

body {
	color: #333;
	font-size: 16px;
    font-family: "M PLUS Rounded 1c"
	/*font-family: 'Sawarabi Mincho','Open Sans','Mplus 1p','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', arial, helvetica, sans-serif;*/;
	margin: auto;
    height: auto;
	text-align: center;
	background: #fff url(../../img/body_bg.png) repeat-x center;
}

/*a {
	color: #000000;
	text-decoration:  none;
}*/

small {
	font-size: 77%;
}


#GlobalBody{
	margin:0;
	text-align: center;
    overflow:hidden;
}

section {

}

address {

}



/*============================
title
============================*/

.top_me {
	margin: 0.8em auto;
	font-size: 10px;
	background: url(../img/backtop.png);
	background-repeat: x-repeat;
	height: 190px;
	}

.top_me img{
	margin: 2em auto;
	}

/*============================
gloNav
============================*/




#gloNav li{
	width:32%;
	float:left;
	}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*
#gloNav li{
	width:33%;
	height:60px;
	float:left;
	padding:0 1px 0 0;
	background:url(../images/border_glonav.png) no-repeat 100% 0;}

#gloNav li:nth-child(4),#gloNav li:nth-child(5)#gloNav li:nth-child(6){
	margin:0;}

#gloNav li:nth-child(3),#gloNav li:nth-child(6){
	background:none;}

#gloNav li a{
	height:60px;
	text-indent:-9999px;
	display:block;
	background-position:center 16px;
	background-repeat:no-repeat;}

#gloNav li:nth-child(1) a{background-image:url(../images/glonav_01.png);}
#gloNav li:nth-child(2) a{background-image:url(../images/glonav_02.png);}
#gloNav li:nth-child(3) a{background-image:url(../images/glonav_03.png);}
#gloNav li:nth-child(4) a{background-image:url(../images/glonav_04.png);}
#gloNav li:nth-child(5) a{background-image:url(../images/glonav_05.png);}
#gloNav li:nth-child(6) a{background-image:url(../images/glonav_06.png);}
*/


/*============================
sharebody
============================*/

.sharebody {
	margin: 0 auto 15px;
	text-align: conter;
}

.sharebody p {
	text-align: left;
	padding: 1em;
}

.sh_left {
	float: left;
	width: 50%;
}

.sh_right {
	float: right;
	width: 50%;
}

.shh1 {
	color: #666;
	font-size: 1.5em;
	font-weight: bold;
}

.shh2 {
	color: #666;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em auto 0.5em;
}

.shh3 {
	margin: 2em auto 5px;
	padding: 0.5em 1em ;
	font-weight: bold;
	text-align: left;
	background: #d0dfe9;
}

.ex_1{
	font-size:24px;
	color:#D9BC80;

	}
.ex_2{
	font-size:32px;
	color:#9A7652;
	}

.shul {
	list-style-type:disc;
	text-align: left;d
	margin-left: 3em;
}

.p_left80{
	padding-left:80px;
	
	}

.b_b2{font-size:18px;
      font-weight:bold;
      }
.cc{
	color:#666
	}

.mark{
	list-style-image: url(../img/mark2.png);
	text-align: left;
	}
.markpoint {
	list-style-type: disc;
	padding-left: 1.5em;
	text-align: left;
}
.sh_bunsyou {
	text-align: left;
	padding-left: 1em;
}

.sh_right_bunsyou {
	margin-right: 1em;
	text-align: right;
}

.por li{
	padding-top:5px;
	padding-bottom:5px;
	margin-left: 3.5em;
	list-style-type: decimal;
	}

#main {
	text-align: left;
	padding-left: 0em;
}

/*============================
medaka
============================*/

.top_01 {
	background: no-repeat url(../img/kokage.png);
	background-position: bottom right;
	
}

.about_ul dl {
	width: 100%;
}
.about_ul dt {
	padding: 0.5em 0;
	width: 35%;
	float: left;
	font-weight: bold;
	border-bottom: #999999 1px dashed;
	border-top: #999999 1px dashed;
	clear:left;
}
.about_ul dd{
	padding: 0.5em 0;
	border-bottom: #999999 1px dashed;
	border-top: #999999 1px dashed;
	text-align: left;
	width: 65%;
	float: right;
	clear:right;
}


.about_ul dt span {
	margin: 0.5em auto;
	font-weight: bold;
	border-bottom: 4px double #ff0000;
}

.gallery_me {
	padding: 1em 0;
	background: url(../img/back_b.png);
}


.tenant_list{
	font-size:16px;
	font-weight:600;
	text-align: left;
	list-style-image: url(../img/mark.png);
	margin-left: 40px;
	}
.tenant_list li{
	color:#333;
	padding-top:5px;
	padding-bottom:5px;
	list-style-image: url(../img/mark.png);
	border-bottom:#06C dashed 1px;
	}

.tenant_list2{
	color:#000;
	padding-left:20px;
	list-style-image:none;
	list-style-type:none;
	font-size:14px;
	font-weight:100;

	}
.tenant_list2 li{
	border:none;
	padding-top:1px;
	padding-bottom:1px;
}


/*============================
share
============================*/

.annaiaddress {
	padding: 1em;
	color: #000000;
}

.adc {
	color: #b8677b;
}

.gotop {
	text-align: center;
}

/*============================
Footer
============================*/


.footer_chiharuya{
	width: 100%;
	text-align:center;
	padding: 5px 0;
	border-top: 3px solid #333333;
	font-size: 77%;
	color: #333333;
}

.copyright{
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
	color: #333333;
}

/* footer button end */

.padding_left_10 {
	padding-left: 10px;
}

.float_left {
	float: left;
}
.clear {
	clear: both;
}


/*============================
以下追加
============================*/

/*============================
haed
============================*/

.head_w {
    background: #ab9e8c;
    /* url(../img/backtop_ns.png) right repeat-x */
    height: 42px;
    border-bottom: solid 5px #554b3d;
}


.head {
        color: #fff;
    padding: 5px;
    text-align: left;
    width: 100%;
}

.head_c {
    width: 1200px;
    margin: auto;
    padding-top: 8px;
    
}


/*============================
logo
============================*/

.main {
    margin: 0;
    padding: 0;
    background: rgba(247, 243, 237, 0.58) ;
    border-bottom: solid 2px #6f625f;
}

.logo {
    width: 100%;
    margin: auto;
    font-size: 2em;

}

.logo_hontai {
    margin-top: 12px;
    text-align: center;
    font-size : 12px;
}

.logo_hontai img {
    width: 360px;
}

.logo_contact {
    
    margin-top: 32px;
    font-size: 18px;
    font-weight: bold;
    padding: 0.8em 0.1em;
    margin: 0.5em;
    border: solid 3px #6f625f;
    border-radius: 20px;
    background: #fff;
    
}

.logo_contact a
{
    font-size: 32px;
    font-weight: bold;
    color: #f84e00;
}


.logo_c_roha {
    font-size: 18px;
    color: #fff;
    background: #92c000;
    padding: 5px;
    margin: 10px 10px 10px;
    border-radius: 10px;
}

.logo_mail_w {
    margin: auto;
}

.logp_mail {

}

.logp_mail a {
    font-size: 15px;
    text-shadow: 0 0 5px rgba(0,0,0,1);
    display: block;
    color: #fff;
    background: #d1df9c;
    padding: 8px;
    margin: 0.5em 10px;
    border-radius: 10px;
}

.logp_mail a:hover {
    display: block;
    text-shadow: 0 0 5px #fff;
    color: #ffb100;
        background: #ecf8bd;
}

.logo_jikan_w {
    margin: 8px auto;
}

.logo_jikan {
    font-size: 15px;
    font-weight: bold;
    background: #f8f8f8;
    border: #cacaca 1px solid;
    padding: 3px;
}

.logo_jikan_kazu {
    font-size: 15px;
    border: #cacaca 1px solid;
    text-align: left;
    padding: 3px;
    padding-left: 1em;
}

/*============================
menu
============================*/

#menu {
width: 100%;
height: 500px;
background:  rgba(255, 255, 255, 0.95) ;
background-image: url(../img/menu.png);
margin: auto 0;
color: #fff;
}

.menu_button {

}

.menu_button a {
    display: block;
    color: #6e635e;
    text-decoration:none;
    padding: 0;
    margin: 5px 5px;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 22px;
    text-shadow: 0 0 6px rgb(209, 193, 193);
}

.menu_button a:hover {
    color: #ed8f4e;
}

.menu_button_w {
    width: 100%;
}

.menu_button_w_index {

}

.menu_button_w_staff {
        border-bottom: #ea8e1c 10px solid;
}

.menu_button_w_gyoumu {
    border-bottom: #df6a6a 10px solid;
}

.menu_button_w_setsuritsu {
    border-bottom: #c1c051 10px solid;
}

.menu_button_w_annai {
    border-bottom: #57aebb 10px solid;
}

.menu_bottom {
    margin: 0;
    padding: 0;
    border-top: #62a965 0px solid;
}

.menu_home {
    background: #62a965 url(../img/menu_icon.png) no-repeat 80% 50%;
    margin-left: 5px;
}

.menu_staff {
        background: #ea8e1c url(../img/menu_icon.png) no-repeat 90% 50%;
    margin-left: 5px;
}

.menu_gyoumu {
        background: #df6a6a url(../img/menu_icon.png) no-repeat 90% 50%;
    margin-left: 5px;
}

.menu_setsuritsu {
        background: #c1c051 url(../img/menu_icon.png) no-repeat 95% 50%;
    margin-left: 5px;
}

.menu_annai {
        background: #57aebb url(../img/menu_icon.png) no-repeat 90% 50%;
    margin-left: 5px;
}

#menu ul{
list-style-type:none;
width: 1300px;
text-align: center;
margin:0 auto;
}

#menu li{
margin:1em 1.1em;
padding:0;
text-align: center;
float:left;

}

#menu li a{
    text-decoration: none;
    color: #333333;
    text-shadow:0px 0px 6px #cbab00;
    position: relative;
    display: inline-block;
    transition: .3s;
}

#menu li a:hover{
    color: gold;
    text-shadow:0px 0px 6px #cbab00;
      position: relative;
      display: inline-block;
      transition: .3s;
}

#menu li a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 2px;
  background-color: gold;
  transition: .3s;
  transform: translateX(-50%);
}

#menu li a:hover::after{
  width: 100%;
}

#menu_now　{
  font-weight: bold;background: gold;color:white;padding:0px 10px 5px;border-radius: 20px;
}

#sub_menu {
    margin: 1em auto;
    text-align: center;
    width: 100%;
}

#sub_menu a{
    text-decoration: none;
    color: #333333;
}

#sub_menu a:hover{
    color: gold;
    text-shadow:0px 0px 6px #cbab00;
}


/*============================
topic_link
============================*/

.topic_link { 
    
} 

.topic_link h2 { 
    background: #D9AE5F;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    border-radius: 10px;
    border-left: solid 15px #D97652;
    border-right: solid 15px #735164;
    width: 100%;
    margin: auto;
    padding: 0.2em 1.5em;
} 


.scr h3 {
    margin: 0.1em auto;
}



/*============================
main
============================*/

.main {
    margin: 0;
    padding: 0 0 2em 0;
    background: rgba(247, 243, 237, 0.58) ;
}

.main_c {
    margin: 0;
    padding: 0;
}

.main_c h3 {
    text-align: left;
    background: #d3b686;
    font-size: ;
    font-weight: bold;
    color: #fff;
    text-align: left;
    border-radius: 10px;
    border-left: solid 15px #ed9473;
    border-right: solid 15px #c492ae;
    width: ;
    margin: auto;
    padding: 0.8em 0.5em;
    text-shadow: #d65c5c 1px 1px 0;
}
.main_c h3 img {
    width: 60px;
    float: left;
    padding-right: 0.5em;
}


@media only screen and (max-width: 420px){
.main_c h3 img {
}
}

@media only screen and (min-width: 420px){

.main_c h3 {
    height: 28px; 
    }

.main_c h3 br{
         display: none;
      }
.main_c_care h3 {
    }

.main_c_care h3 br{
         display: none;
      }

.main_c_setsubi h3 br{
         display: none;   
    }

}

.head_0 {
    text-align: left;
    background: #d9ae5f;
    font-size: ;
    font-weight: bold;
    color: #fff;
    text-align: left;
    border-radius: 10px;
    border-left: solid 15px #D97652;
    border-right: solid 15px #735164;
    width: 1024px;
    margin: auto;
    padding: 0.2em 1.5em;
    text-shadow: #d65c5c 3px 3px 0;
}

.head_1 {
    background: #F2DCC9;
    border-left: solid 15px #8C5D65;
    border-right: solid 15px #D97652;
    text-align: left;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    border-radius: 10px;
    width: 1024px;
    margin: auto;
    padding: 0.2em 1.5em;
    text-shadow: #d65c5c 3px 3px 0;
}

.main_c h3:nth-child(odd) {

}

.main_c h3:nth-child(even) {

}

.main_c p {
    text-align: left;
    padding: 1em;
}

.main_c_time_naiyou {
 margin: 1em 0.5em;
    padding: 1em 0.5em;
    border-radius: 20px;
}

.main_c_time span {

    display: block;
    border-radius: 20px;
    margin:0em auto;
padding: 0.5em;
    color: #fff;
    font-weight: bold;
    
}

.main_c_time h4 {
    margin: 0 auto 1em;
    font-weight: bold;
}

.main_c_time li {
    margin: 0.2em auto;
}

.main_c_time li:nth-child(odd) {
    padding: 1em;
    margin-right: 2em;
    border-radius: 20px;
}

.main_c_time li:nth-child(odd)  {

}

.main_c_time_time {

}

.main_c_time_time p {
  
}

.btn-circle-fishy {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  transition: .4s;
  float: left;
}

.btn-circle-fishy_1 {
  background-image: linear-gradient(45deg, #709dff 0%, #91fdb7 100%);
}

.btn-circle-fishy_2 {
  background-image: linear-gradient(45deg, #2869d1 0%, #29fff7 100%);
}

.btn-circle-fishy_3 {
  
  background-image: linear-gradient(45deg, #199a78 0%, #d3fd91 100%);
}


.main_c_time_yajirushi {
    margin: 0em auto;
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    color: #008f93;
}

/*============================
main_c_pay
============================*/

.main_c_pay {
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.8em;
    font-size: 24px;
    margin-bottom: 1em;
}

.main_c_pay h2 {
    font-size: 1.5em;
}

.main_c_pay li {
    margin: 0.2em auto;
}

.main_c_pay li:nth-child(odd) {
    padding: 1em;
}

.main_c_pay li:nth-child(odd)  {

}

.main_c_pay_pay {

}

.main_c_pay_pay p {
  
}

.main_c_pay_sub {
  text-align: left;
  margin-bottom: 1.5em;
}

.main_c_pay_naiyou {
    padding: 2em 0.1em 0 0;
}

.main_c_pay_naiyou_next {
    padding: 1.8em 0.5em;
}

.main_c_pay_yajirushi {
    margin: 0.5em auto;
    text-align: center;
    font-weight: bold;
    font-size: 64px;
    color: #008f93;
}

/*============================
main_c_care
============================*/

.main_care {
    margin: 0;
    padding: 0 0 2em 0;
    background: rgba(247, 243, 237, 0.58) ;
}

.main_c_care {
    margin: 0;
    padding: 0;
}

.main_c_care h3 {
    text-align: left;
    background: #d1df9c;
    font-size: ;
    font-weight: bold;
    color: #fff;
    text-align: left;
    border-radius: 10px;
    border-left: solid 15px #4bbf17;
    border-right: solid 15px #c78832;
    margin: auto;
    padding: 0.8em 0.5em 0.8em 0.5em;
    text-shadow: #15803e 1px 1px 0;
}

.main_c_care h3 img {
    width: 60px;
    float: left;
    padding-right: 0.5em;
}

.head_0 {
    text-align: left;
    background: #d9ae5f;
    font-size: ;
    font-weight: bold;
    color: #fff;
    text-align: left;
    border-radius: 10px;
    border-left: solid 15px #D97652;
    border-right: solid 15px #735164;
    width: 1024px;
    margin: auto;
    padding: 0.2em 1.5em;
    text-shadow: #d65c5c 3px 3px 0;
}

.head_1 {
    background: #F2DCC9;
    border-left: solid 15px #8C5D65;
    border-right: solid 15px #D97652;
    text-align: left;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    border-radius: 10px;
    width: 1024px;
    margin: auto;
    padding: 0.2em 1.5em;
    text-shadow: #d65c5c 3px 3px 0;
}

.main_c_care h3:nth-child(odd) {

}

.main_c_care h3:nth-child(even) {

}

.main_c_care p {
    text-align: left;
    margin: 0;
    padding: 1em;
    font-size: 18px;
}

.main_c_care_time {
    padding-left: 2em;
    padding-top: 2em;
    font-size: 24px;
    margin-bottom: 2em;
}

.main_c_time li {
    margin: 0.2em auto;
}

.main_c_time li:nth-child(odd) {
    padding: 0em;
    margin-right: 0em;
    border-radius: 20px;
}

.main_c_time li:nth-child(odd)  {

}

.main_c_time_time {

}

.main_c_time_time p {
  
}

.btn-circle-fishy {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  transition: .4s;
  float: left;
}

.btn-circle-fishy_care_1 {
  background-image: linear-gradient(45deg, #ff8170 0%, #fde491 100%);
}

.btn-circle-fishy_care_2 {
  background-image: linear-gradient(45deg, #d128c4 0%, #f8f2f6 100%);
}

.btn-circle-fishy_care_3 {
  
  background-image: linear-gradient(45deg, #199a78 0%, #d3fd91 100%);
}

.main_c_time_yajirushi {
    margin: 0em auto;
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    color: #008f93;
}


/*============================
main
============================*/

.main_c_setsubi {
    margin: 0;
    padding: 0;
}

.main_c_setsubi h3 {
    text-align: left;
    background: #d3b686;
    font-size: ;
    font-weight: bold;
    color: #fff;
    text-align: left;
    border-radius: 10px;
    border-left: solid 15px #ed9473;
    border-right: solid 15px #c492ae;
    margin: auto;
    padding: 0.2em 1.5em;
    text-shadow: #d65c5c 1px 1px 0;
}

.main_c_setsubi h3 img {
    width: 60px
}

.head_0 {
    text-align: left;
    background: #d9ae5f;
    font-size: ;
    font-weight: bold;
    color: #fff;
    text-align: left;
    border-radius: 10px;
    border-left: solid 15px #D97652;
    border-right: solid 15px #735164;
    width: 1024px;
    margin: auto;
    padding: 0.2em 1.5em;
    text-shadow: #d65c5c 3px 3px 0;
}

.head_1 {
    background: #F2DCC9;
    border-left: solid 15px #8C5D65;
    border-right: solid 15px #D97652;
    text-align: left;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    border-radius: 10px;
    width: 1024px;
    margin: auto;
    padding: 0.2em 1.5em;
    text-shadow: #d65c5c 3px 3px 0;
}

.main_c_setsubi h3:nth-child(odd) {

}

.main_c_setsubi h3:nth-child(even) {

}

.main_c_setsubi_time {
    padding-left: 2em;
    padding-top: 2em;
    font-size: 24px;
    margin-bottom: 2em;
}

.main_c_setsubi_time li {
    margin: 0.2em auto;
}

.main_c_setsubi_time li:nth-child(odd) {
    padding: 1em;
    margin-right: 2em;
    border-radius: 20px;
}

.main_c_setsubi_time li:nth-child(odd)  {

}

.main_c_setsubi_time_time {

}

.main_c_setsubi_time_time p {
  
}

.btn-circle-fishy {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  transition: .4s;
  float: left;
}

.btn-circle-fishy_1 {
  background-image: linear-gradient(45deg, #709dff 0%, #91fdb7 100%);
}

.btn-circle-fishy_2 {
  background-image: linear-gradient(45deg, #2869d1 0%, #29fff7 100%);
}

.btn-circle-fishy_3 {
  
  background-image: linear-gradient(45deg, #199a78 0%, #d3fd91 100%);
}

.main_c_setsubi_time_naiyou {
    padding: 2em 0.1em 0 0;
}

.main_c_setsubi_time_naiyou_next {
    padding: 1.8em 0.5em;
}

.main_c_setsubi_time_yajirushi {
    margin: 0.5em auto;
    text-align: center;
    font-weight: bold;
    font-size: 64px;
    color: #008f93;
}

.training {
    padding-left: 1em;
    color: darkred;
    font-size: 18px;
}


.training_m {
    border: double 5px brown;
    background: #fff4f4;
    margin: 1em;
    padding-bottom: 1em;
}

.training p {
    padding: 0 0.5em;
    text-align: left;
}

.training img {
    width: 98%
}

.training h4 {
    font-size: 1.2em;
    padding: 0.5em 0;
}

.training h5 {
    text-align: left;
    margin: 0.5em;
    border-bottom: 6px double brown;
    color: brown;
}

.training ul, ol {
  padding: 0em 1.5em 0.5em 3.5em;/*ボックス内の余白*/
  list-style-type: disc;

}

.training ul li, ol li {
  line-height: 1.5; /*文の行高*/
  padding: 0; /*前後の文との余白*/
  font-size: 1.5em;
}



/*============================
bottom_status
============================*/
.bottom_up {

}

.bottom_status {
    padding: 1em;
    margin: 2em auto 0;
    color: #333;
    width: ;
    background: rgba(255, 255, 255, 0.9);
    border: 3px solid #736863;
    border-radius: 30px;
}

.bottom_status a{

}

.list_test-wrap {
    list-style:  none;  /* デフォルトのアイコンを消す */
    margin:  0;         /* デフォルト指定上書き */
    padding: 0;         /* デフォルト指定上書き */
    padding-left: 20em;
}
 
.list_test:before {
    content:  "";                 /* 空の要素作成 */
    width: 15px;                            /* 幅指定 */
    height: 15px;                           /* 高さ指定 */
    display:  inline-block;                 /* インラインブロックにする */
    position:  relative;                    /* アイコンの位置を調整 */
    top: 0px;                             /* アイコンの位置を調整 */
    margin-right: 5px;                      /* 余白指定 */
    background-image:  url(../img/list_icon.png);  /* アイコン指定 */
    background-size:  contain;              /* アイコンの大きさ指定 */
    background-repeat:  no-repeat;          /* アイコンをリピートしないようにする */
    vertical-align: top;                    /* アイコンの位置を調整 */
}
 
.list_test {
    padding:  5px;                         /* 余白指定 */
    margin-bottom: 5px;                     /* 要素と要素の間指定 */
    font-size:  15px;                       /* 文字サイズ指定 */
}

.list_test a{
    color: #fff;
}

.list_test_or:before {
        background-image:  url(../img/list_icon_or.png);  /* アイコン指定 */
}
.list_test_pink:before {
        background-image:  url(../img/list_icon_pink.png);  /* アイコン指定 */
}
.list_test_sg:before {
        background-image:  url(../img/list_icon_sg.png);  /* アイコン指定 */
}
.list_test_sb:before {
        background-image:  url(../img/list_icon_sb.png);  /* アイコン指定 */
}

/*============================
個人情報保護方針
============================*/

.paper {
    position: relative;
    width: 90%;
    max-width: 800px;
    min-width: 360px;
    height: 1350px;
    margin: 3em auto;
    background: #fafafa;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,.3);
    overflow: hidden;
}
.paper:before {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 0;
    width: 35px;
    background: radial-gradient(#575450 6px, transparent 7px) repeat-y;
    background-size: 30px 30px;
    border-right: 3px solid #D44147;
    box-sizing: border-box;
}

.paper-content {
    position: absolute;
    top: 30px; right: 0; bottom: 30px; left: 35px;
    background: linear-gradient(transparent, transparent 28px, #91D1D3 28px);
    background-size: 30px 30px;
}

.paper-content_textarea {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    line-height: 30px;
    padding: 0 10px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #333;
    font-family: 'Handlee', cursive;
    font-weight: bold;
    font-size: 12px;
    box-sizing: border-box;
    z-index: 1;
    text-align: left;
}


/*============================
table
============================*/

table {
    width: 95%;
    text-align: center;
    margin: 0 auto;
}

table th {
    text-align: center;
    background: 9dd3a8;
    padding: 0.5em 0.1em;
}

table td {
    padding: 0.5em 0.1em;
}

/*============================
Footer
============================*/

#footer {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	color: #4da619;
    background: rgba(255, 255, 255, 0.8) url(../../img/footer_bg.jpg);
	border-top: 3px solid #cccccc;
}


/*============================
flexbox
============================*/

.flex_w {
	display: -webkit-flex;
	display: flex;
	width: 100%;
}

.flex_wc {
	display: -webkit-flex;
	display: flex;

}

.flex1 {
	-webkit-flex: 1;
	flex: 1;
}

.flex2 {
	-webkit-flex: 2;
	flex: 2;
}

.flex3 {
	-webkit-flex: 3;
	flex: 3;
}

.flex4 {
	-webkit-flex: 4;
	flex: 4;
}

.flex5 {
	-webkit-flex: 5;
	flex: 5;
}

.flex6 {
	-webkit-flex: 6;
	flex: 6;
}

.flex7 {
	-webkit-flex: 7;
	flex: 7;
}

.flex8 {
	-webkit-flex: 8;
	flex: 8;
}

.flex9 {
	-webkit-flex: 9;
	flex: 9;
}

.flex10 {
	-webkit-flex: 10;
	flex: 10;
}

/*============================
photo
============================*/

.photo_simple {
	padding: 8px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	/* IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true); /* IE5.5+ */
	background: #fff;
    box-shadow: 10px 12px 4px gray;
}


/*============================
marquee
============================*/

.menu_bottom {
    border-bottom: #333 solid 1px;
    background: url(../../img/bbb_bg.png);
    color: #fff;
    text-shadow: 1px 1px 3px #000000;
}

.marquee {
width:100%;
padding:0.5em 0;
overflow:hidden;
margin-bottom:10px;
position:relative;
}

.marquee p:after {
content:"";
white-space:nowrap;
padding-right:50px;
}

.marquee p {
margin:0;
padding-left:600px;
display:inline-block;
white-space:nowrap;
	-webkit-animation-name:marquee;
	-webkit-animation-timing-function:linear;
	-webkit-animation-duration:10s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-name:marquee;
	-moz-animation-timing-function:linear;
	-moz-animation-duration:10s;
	-moz-animation-iteration-count:infinite;
	-ms-animation-name:marquee;
	-ms-animation-timing-function:linear;
	-ms-animation-duration:10s;
	-ms-animation-iteration-count:infinite;
	-o-animation-name:marquee;
	-o-animation-timing-function:linear;
	-o-animation-duration:10s;
	-o-animation-iteration-count:infinite;
	animation-name:marquee;
	animation-timing-function:linear;
	animation-duration:10s;
	animation-iteration-count:infinite;
}
@-webkit-keyframes marquee {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
  from   { -moz-transform: translate(0%);}
  99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee {
  from   { -ms-transform: translate(0%);}
  99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee {
  from   { -o-transform: translate(0%);}
  99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee {
  from   { transform: translate(0%);}
  99%,to { transform: translate(-100%);}
}

/*============================
ボタン
============================*/

/*その他と主な共通部分は省略*/

a.btn-radius-solid {
  width: 210px;
    margin: 1em auto 0;
    padding: 0.8em 1em;
    border-radius: 20px;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1e767), to(#feb645));
  background: -webkit-linear-gradient(top, #f1e767 0%, #feb645 100%);
  background: linear-gradient(to bottom, #f1e767 0%, #feb645 100%);
}

a.btn-radius-solid:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#f1e767), to(#feb645));
  background: -webkit-linear-gradient(bottom, #f1e767 0%, #feb645 100%);
  background: linear-gradient(to top, #f1e767 0%, #feb645 100%);
}



.top_he {
    margin: 1em auto;
}