@charset "UTF-8";
*{
	font-family: 'Zen Maru Gothic', sans-serif!important;
}
.dashicons, .dashicons-before:before, #wpadminbar .ab-icon, #wpadminbar .ab-item:before, #wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon, .wp-admin-bar-arrow {
    font-family: dashicons!important;
}
.dashicons{
	margin-right:5px;
}
#header.active #global_menu > ul > li > a, body.header_fix #global_menu > ul > li > a, body.single #global_menu > ul > li > a, body.hide_header_image #global_menu > ul > li > a, body.no_index_header_content #global_menu > ul > li > a {
    color: gray;
}
.design_headline1{
	color: #f19ec2;
}
#header {
    position: unset;
}
#global_menu > ul {
    text-align: right;
}
body.hide_header_image #header, body.no_index_header_content #header {
    border-bottom: 0px solid #ddd!important;
}
body.no_index_header_content #index_content_builder {
    border-top: 0px solid #ddd;
	 padding: 0 0 0 0;
}
.cb_news_list, .cb_free_space.type1 {
    border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
	background: #fff;
}
.post_content h2 {
    color: #f19ec2;
}
.ribbon3 {
  display: inline-block;
	display: block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 7px 0;
  font-size: 18px;
  background: #f19ec2;
  color: #FFF;
  box-sizing: border-box;
	margin-bottom:2em;
}

.ribbon3 h3 {
  margin: 0;
  padding: 0 30px;
  border-top: dashed 2px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
  line-height: 42px;
	text-align:center;
}

.ribbon3:before, .ribbon3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon3:before {
  /*左の山形*/
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon3:after {
  /*右の山形*/
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.ribbon4 {
  display: inline-block;
  position: relative;
  height: 34px;/*高さ*/
  line-height: 30px;/*高さ*/
  text-align: center;
  padding: 0 40px 0 18px;/*文字の左右の余白*/
  font-size: 18px;/*文字サイズ*/
  background: #f19ec2;/*背景色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
	margin-bottom: 1em;
	font-weight: bold;
}

.ribbon4:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon4:after {
  top: 0;
  right: 0;
  border-width: 18px 15px 15px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.span-pink{
	color:#f19ec2;
	font-weight: bold;
}
.pink-maru{
	color:#f19ec2;
	font-weight: bold;
	border: 2px solid #f19ec2;
	border-radius: 15px;
	padding: 5px 10px;
	margin-bottom:0.5em;
	display: inline-block;
}
.post_content p {
    line-height: 1.6em;
    margin: 0 0 1em 0;
}
row_table,
.row_table td,
.row_table th {
  border: 1px solid #cbced2!important;
  border-collapse: collapse;
  text-align: center;
}

.row_table th {
  background: #f19ec2;
  color: #fff;
  padding: 4px 12px;
	font-weight: bold;
}

.row_table td {
  padding: 4px 12px;
}
.td-left td{
	text-align:left;
}
element.style {
}
.news_list .category {
    font-size: 12px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    margin-right: 20px;
    min-width: 90px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.news_cat_id6 {
    background-color: #f19ec2!important;
}
.wpcf7 .wpcf7-submit, .wpcf7 .wpcf7-previous {
    background-color: #f19ec2!important;
}
#container {
	background-image: url('https://cocolinohouse.com/wp-content/uploads/2023/07/bg1.png');
    background-repeat: repeat;
	padding-top: 10px;
}
#main_contents {
	background: #fff;
}
#return_top2 a:hover {
    background: #fff;
}
body.hide_sidebar #main_col {
    padding-top: 50px;
}
.design_button a {
    border-radius: 20px;
}
p.indent-1 {
	padding-left:1em;
	text-indent:-1em;
}
.blue-h{
	color: #2ca9e1;
	display: inline-block;
	margin-top:10px;
}
.post_content li, .post_content dt, .post_content dd {
    list-style: none;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.wp-image-242 {
    border: solid 1px #808080;
    padding: 4px;
}
/* PC */
@media screen and (min-width: 768px){

}
/* タブレット */
@media screen and (min-width: 481px) and (max-width: 768px){

}
/* スマホ */
@media screen and (max-width: 480px){
.row_table th {
  display: block;
  width: auto;
}
.row_table td {
  display: block;
  width: auto;
}
body.no_index_header_content #index_content_builder {
    border-top: 0px solid #ddd!important;
    padding: 0px 0 0 0!important;
}
	body.page #main_contents {
    padding-bottom: 50px;
}
}
