﻿@font-face {
font-family: "utsukushi";
  src: url("./Dup/img/utsukushi.otf") format("otf"),url("./Dup/img/utsukushi.woff") format("woff"),url("./Dup/img/utsukushi.woff2") format("woff2");
}
.font1,h2,h3,h4,h5,.cate_title{font-family: "utsukushi","serif";font-weight: normal;}
h2.font_bold,h3.font_bold,h4.font_bold,h5.font_bold,.cate_title.font_bold{font-weight: normal;}

/*--------------------------------
疑似要素にオブジェクト
--------------------------------*/
#main_img,.intro_img{position: relative;}
/*リピートなし*/
#main_img:before,.intro_img:before{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}

#main_img:before{
background-image:url(./Dup/img/catch.png);
width: 350px;
height: 350px;
top:50%;
left: 50%;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.intro_img:before{
background-image: url(./Dup/img/obj2.png);
background-size: 100%;
width: clamp(100px, 16vw, 350px);
height: clamp(114px, 21vw, 400px);
top: 1.5vw;
right: 5vw;
}
/*--------------------------------
全体
--------------------------------*/
.under{text-decoration: underline;}
header.bg_color1{background-color: #eddddd;}
header .txt_white{color: #BA8080;}
header .border_white{border-color: #BA8080;}
.button_container span{background: #BA8080;}
#logo2 img.width_200-max{max-width: 250px;}
/*--------------------------------
TOP
--------------------------------*/
.intro_img a::before,.intro_img a span{display: none;}
#s_content1 .intro_img .banner{
width: clamp(250px, 21vw, 400px);
position: absolute;
bottom: 0;
left: 0;
}

.youtube:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
	/* padding: 20px; */
	/* border-radius: 20px; */
	/* background-color: #f5f5f5; */
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
}
/*--------------------------------
下層
--------------------------------*/

/* ご利用者様のお声 */
.v_type3 .cate_box{border: 1px solid #e7c4c4;}
.v_type3 .box_title1{color: #bd8181;}

@media  screen and (max-width: 1366px){
.intro_img:before{
width: clamp(100px, 17vw, 350px);
height: clamp(114px, 22vw, 400px);
top: 0;
right: 5vw;
}
}

@media  screen and (max-width: 1280px){
.intro_img:before{
width: clamp(100px, 18vw, 350px);
height: clamp(114px, 23vw, 400px);
top: -1.5vw;
right: 5vw;
}
}

@media  screen and (max-width: 1000px){
.intro_img:before{
width: clamp(100px, 21vw, 350px);
height: clamp(114px, 26vw, 400px);
top: -5.5vw;
right: 5vw;
}
}
@media  screen and (max-width: 768px){
#wrap.index{padding-top: 95px;}
header{top: 0;}
.intro_img:before {
width: 37vw;
height: 46vw;
top: -7px;
right: -20px;
}
}

/*スマホ用（667px以下）*/
@media  screen and (max-width: 667px){
.overlay{top: 76px;}
#main_img:before{
width: 200px;
height: 200px;
}
#wrap.index {padding-top: 75px;}
#logo2 img.width_200-max{max-width: 150px;}
.intro_img:before{display: none;}
#s_youtube{padding-top: 0;}
.intro_img:before{
width: 31vw;
height: 39vw;
top: 11%;
right: 1%;
}
}

/*IE*/
@media all and (-ms-high-contrast: none) {}




/*--------------------------------
自動リンク
--------------------------------*/
/* color */
.linkStyle{color: #333; text-decoration: underline;}
.txt_color_nomal .linkStyle{color: #333;}
.txt_white .linkStyle{color: white;}
.txt_red .linkStyle{color: red;}
.bg_color1 .linkStyle{color: #fff;}
.bg_color2 .linkStyle{color: #333;}
.bg_color3 .linkStyle{color: #fff;}
.bg_color4 .linkStyle{color: #333;}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
.linkStyle{display: inline-block;}
}

/*--------------------------------
カラー
--------------------------------*/
body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: #333333;}
.txt_black,.hvr_txt_black:hover{color: black;}
.txt_white,.hvr_txt_white:hover{color: white;}
.txt_red,.hvr_txt_red:hover{color: red;}
.txt_color1,.hvr_txt_color1:hover{color: #BE8282;} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: #EEE2DE;} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: #dcb996;} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: #FAF0E4;} /* アクセントカラー2 */

/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: white;} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: black;} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: #EBC8C8;} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: #EEE2DE;} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: #dcb996;} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: #FAF0E4;} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}

/* border-color */
.border_white,.hvr_border_white:hover{border-color: white;}
.border_black,.hvr_border_black:hover{border-color: black;}
.border_color1,.hvr_border_color1:hover{border-color: #EBC8C8;}
.border_color2,.hvr_border_color2:hover{border-color: #EEE2DE;}
.border_color3,.hvr_border_color3:hover{border-color: #dcb996;}
.border_color4,.hvr_border_color4:hover{border-color: #FAF0E4;}