@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.0
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

body {
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'  
}

a {
	-webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5 ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.map_wrapper {
      max-width: 640px;
      min-width: 280px;
      margin: 20px auto;
      padding: 4px;
      border: 1px solid #CCC;  
 }
     
.googlemap {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }
.googlemap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }


#footer h4{
  color:#393939;
}
#footer a {
  color: #d7c063;
}
#footer{
	padding: 0px;
	background-color: #FFF;
	background-image: url("/images/footer_02.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;

}
#footer-widget {
  color: #393939;
}
#footer_top {
	background-image: url("/images/footer_01.gif");
background-repeat: repeat-x;
height: 12px;
}
#footer_btm {
background-color: #af1617;
padding: 0.7em;
font-size: 80%;
color: #FFF;
text-align: center;
background-image: url("/images/footer_03.gif");
background-repeat: repeat-x;
}
/*-text*/
.related {
	background-image: url("/images/related.gif");
	padding-left: 18px;
	background-repeat: no-repeat;
}

#taiken {
	padding: 0.8em;
	margin: 1em;
	border: 1px dotted #D55454;
	background-color: #fdf9ea;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	font-size: 95%;
}

/*-top calendar*/
.toptable {
	margin:1em;
	padding: 0.7em;
	border: 1px #ccc solid;
}
.cellbg {
	background-color: #f2f2f2;
}
.pink {
	color: #D55454;
}
#calender {
	float: left;
}
#clear {
	clear: both;
}


#hp {
	font-size: 90%;
	width:205px;
	padding: 0.5em;
	line-height: 120%;
	float: left;
	border: 1px solid #ccc;
	margin: 0.1em;
	height: 260px;
}
.hp_title {
	font-weight: bold;
	font-size: 110%;
}

.more-amazon{
	display: inline-block;
	font-size: 1em;
	margin: 0.3em;
	padding: 0.5em;
	background-color:#ff9301;
	color: #ffffff;
	text-decoration:none;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.more-amazon:hover{
	background-color:#ffb653;
	color:#ffffff;
}

.more-rakuten{
	display: inline-block;
	font-size: 1em;
	margin: 0.3em;
	padding: 0.5em;
	background-color:#be0000;
	color: #ffffff;
	text-decoration:none;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.more-rakuten:hover{
	background-color:#e53838;
	color:#ffffff;
}

.more-official{
	display: inline-block;
	font-size: 1.2em;
	width: 80%;
	margin: 0.5em;
	padding: 0.7em;
	background-color:#f5666b;
	color: #ffffff;
	text-decoration:none;
	border: solid 4px #f5666b;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.more-official:hover{
	background-color:#f78e92;
	color:#ffffff;
}

.more-jalan{
	display: inline-block;
	font-size: 1.2em;
	width: 80%;
	margin: 0.5em;
	padding: 0.7em;
	background-color:#ff6600;
	color: #ffffff;
	text-decoration:none;
	border: solid 4px #ff6600;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.more-jalan:hover{
	background-color:#fc8738;
	color:#ffffff;
}

.more-rakuten-t{
	display: inline-block;
	font-size: 1.2em;
	width: 80%;
	margin: 0.5em;
	padding: 0.7em;
	background-color:#4ccd00;
	color: #ffffff;
	text-decoration:none;
	border: solid 4px #4ccd00;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.more-rakuten-t:hover{
	background-color:#69e322;
	color:#ffffff;
}
.arrow-link {
  position: relative;
  padding-left: 18px;
  text-decoration: none;
  color: #333;
}

.arrow-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-top: 2px solid #f5b7b1;
  border-right: 2px solid #f5b7b1;
  transform: translateY(-50%) rotate(45deg);
}
.arrow-link:hover::before {
  left: 3px;
}
.arrow-link {
  color: #e67e7e;
  font-weight: 500;
}
.check-list {
  list-style: none;
  padding-left: 0;
  margin: 1em 0;
}

.check-list li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.7em;
  line-height: 1.8;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 1.3em;
  height: 1.3em;
  line-height: 1.3em;
  text-align: center;
  border-radius: 50%;
  background: #fdecea;
  color: #e07a73;
  font-size: 0.9em;
  font-weight: bold;
}

#border-normal {
	border: 2px #CCC solid;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
    padding: 0.8em; 
    margin: 1em;
    }

#border-color-s {
  border-left: 4px solid #f5b7b1;
  background: #fff0ee;
  padding: 12px;
  border-radius: 4px;
 padding: 0.8em; 
    margin: 1em;
}

#border-color {
	border: 3px #f4bdb5 solid;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
    padding: 0.8em; 
    margin: 1em;
}

#border-detail {
	border: 2px #f4bdb5 solid;
	background-color: #f5ecf1;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
    padding: 0.8em; 
    margin: 1em;
}
#detail-title {
	width: 98%;
	padding: 0.2em; 
	margin: 0.1em;
	background-color: #f4bdb5;
	font-size: 120%;
}
#detail {
	width: 98%;
	padding: 0.2em; 
	margin: 0.1em;
	border-bottom: 2px #858585 dotted;
}
#studio-border {
	width: 98%;
	padding: 0.8em; 
	margin: 0.5em;
	background-color: #fdf3f1;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
.pinktext {
	color:#c14e49;
}
.bluetext {
	color:#0F52BA;
}
.highlight {
	background: #f6ff92;
}
.pinkbigtext{
	color:#c14e49;
	font-size: 120%;
	font-weight: bold;
}
.balloon {
  background-color: #fbe9e3;
  padding: 20px;
  position: relative;
  margin: 10px;
  border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}
.balloon:after {
margin: 10px;
  border-right: 12px solid #fbe9e3;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  content: '';
  margin-top: -20px;
  position: absolute;
  left: -22px;
  top: 50%;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
