﻿.linkStyle {
    color: #70CCCC;}
.linkStyle:hover {
    color: #d4baa1;
}

body,.txt_color_nomal{color: #232323;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #70CCCC} /* メインカラー */
.txt_color2{color: #d4baa1} /* サブカラー */
.txt_color3{color: #232323} /* アクセントカラー1 */
.txt_color4{color: #e4e4e4} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #70CCCC} /* メインカラー */
.bg_color2{background-color: #d4baa1} /* サブカラー */
.bg_color3{background-color: #f6f4eb} /* アクセントカラー1 */
.bg_color4{background-color: #e4e4e4} /* アクセントカラー2 */

.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #70CCCC}
.border_color2{border-color: #d4baa1}
.border_color3{border-color: #f6f4eb}
.border_color4{border-color: #e4e4e4}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #232323;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #70CCCC} /* メインカラー */
.hvr_txt_color2:hover{color: #d4baa1} /* サブカラー */
.hvr_txt_color3:hover{color: #f6f4eb} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #e4e4e4} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #70CCCC} /* メインカラー */
.hvr_bg_color2:hover{background-color: #d4baa1} /* サブカラー */
.hvr_bg_color3:hover{background-color: #f6f4eb} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #e4e4e4} /* アクセントカラー2 */

.hvr_bg_color_clear:hover{background-color: transparent!important}


/* border-color ※!important */
.hvr_border_color1:hover{border-color: #70CCCC}
.hvr_border_color2:hover{border-color: #d4baa1}
.hvr_border_color3:hover{border-color: #f6f4eb}
.hvr_border_color4:hover{border-color: #e4e4e4}


.main_img {
	position: relative;
}
.catch-copy {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 40%;
	max-width: 500px
}
.attach_txt {
    font-weight: bold;
}
.scroll {
	color: #70CCCC;
}
.scroll.scroll::after {
	background: #70CCCC;
}
.triangle01 {
    border-color: transparent transparent #70CCCC transparent;
}
.head_tel {
	border: 3px dotted #70CCCC;
}
#top_contents1 .con1_img2 div {
    border-radius: 25px;
}
.attach_txt {
    color: #70CCCC;
}
#cms_2-g .cate_list {
    display: none;
}
.square_img, .rectangle_img {
    border-radius: 50px;
}

#cms_6-c .circle{
    background-color: #FF8787;
}
#cms_6-c .arrow{
    background-color: #FF8787;
    border-color: #FF8787;
}
#cms_6-c .cate_box {
    border-color: #d4baa1;
}
#footer_info div,bg_white {
    background-color: #f6f4eb;
}
@media screen and (max-width: 768px) {
    .loader_icon {
        width: 250px;
    }
    .catch {
    right: 5%;
    }
    #main_img {
    height: 70vw;
    }
}

@media screen and (max-width: 667px) {
    .loader_icon {
        width: 200px;
    }
    .catch {
        bottom: 0;
    }
    .catch-copy {
        width: 55%;
        top: -10px;
        left: -7px;
    }
    #top_news .more {
        margin-top: 0;
    }
    #top_news .cms_title {
        padding-bottom: 0;
    }
    #main_img {
    height: 80vw;
    margin-top: 50px;
}

}
.more a:hover {
    color: #d4baa1;
}
.youtube_box{
  position: relative;
  width: 80%;
  padding-top: 44.8%;
}
.youtube_box iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.youtube_box:empty {
    display: none;
}




/* ----------　スマホ　---------- */
.youtube_box{
  width: 100%;
  padding-top: 56%;
}