﻿@font-face {
font-family: "irohamaru";
  src: url("./Dup/default/irohamaru.ttf") format("ttf"),url("./Dup/default/irohamaru.eot") format("eot"),url("./Dup/default/irohamaru.woff") format("woff"),url("./Dup/default/irohamaru.woff2") format("woff2");
}
.font1{font-family: "irohamaru","sans-serif";}

/*--------------------------------
疑似要素にオブジェクト
--------------------------------*/
#pc_intro .con_txt{position: relative;}
/*リピートなし*/
#pc_intro .con_txt:before,#pc_intro .con_txt:after,
#contents .fs_wrap:before{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}

#pc_intro .con_txt:before{
background-image: url(./Dup/default/obj1.png);
width: 150px;
height: 100px;
top: -50px;
right: -50px;
}
#pc_intro .con_txt:after{
background-image: url(./Dup/default/obj2.png);
width: 100px;
height: 100px;
bottom: -50px;
left: -50px;
}

#contents .fs_wrap:before{
background-image: url(./Dup/default/obj3.png);
width: 100px;
height: 100px;
top: -40px;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}

/*--------------------------自動リンク--------------------------*/
.linkStyle{color: #e67d7d; text-decoration: underline;}
.txt_color_nomal .linkStyle{color: #e67d7d;}
.txt_white .linkStyle{color: white;}
.txt_red .linkStyle{color: red;}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
.linkStyle{display: inline-block; margin-bottom: 20px;}

.contact_tel a{padding-bottom: 24px;}
#tel_txt h3{padding-bottom: 0;}
#tel_txt p{padding-bottom: 15px;}
}


/* color */
body,.txt_color_nomal{color: #333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #e67d7d} /* メインカラー */
.txt_color2{color: #F8FBF8} /* サブカラー */
.txt_color3{color: #E6D291} /* アクセントカラー1 */
.txt_color4{color: #e3e0cf} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #e67d7d} /* メインカラー */
.bg_color2{background-color: #F8FBF8} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: #E6D291} /* アクセントカラー1 */
.bg_color4{background-color: #e3e0cf} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #e67d7d}
.border_color2{border-color: #F8FBF8}
.border_color3{border-color: #E6D291}
.border_color4{border-color: #e3e0cf}

#contents .box_txt{border-radius: 20px;}
#contents h3,#contents figure{margin-bottom: 30px!important;}
#main_left #left_link{top: 60%;width: 40%!important;}
#page_title figure.mg_b-20px{margin-bottom: 0;}
#left_bar div{z-index: 1;}

#pc_intro{background-color: #f1f1f1;}
#page_title{
background-color: #F8FBF8!important;
color: #42210b;
font-family: "irohamaru","sans-serif";
padding: 0;
}
#page_title figure img{max-width: 130px;}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
.box_url a{padding-bottom: 5px;}
}

/*タブレット以上（769px以上）
--------------------------------------------------------------------------*/
@media  screen and (min-width: 769px){
#main_right header, #page_title{ padding-right: 0; }
#main_right main #page_container{ padding-right: 5%; }
#page_title{padding-left: 0;}
}

@media  screen and (max-width: 1000px){

#pc_intro .con_txt:before{
width: 120px;
height: 80px;
top: -50px;
right: -65px;
}
#pc_intro .con_txt:after{
width: 80px;
height: 80px;
bottom: -50px;
left: -50px;
}

#contents .fs_wrap:before{
width: 80px;
height: 80px;
top: -40px;
}

}

/*タブレット用（768px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 768px){
#top_link{ margin-top: 0; margin-bottom: 50px; }
#main_menu .swiper-container{padding-top: 5px;}
#intro h2 img{width: 500px;}
#intro #intro_wrap{max-height: 700px;}

#contents .fs_wrap:before{
width: 80px;
height: 80px;
top: 0;
}
}

/*スマホ用（667px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 667px){
#top_link .links_bt{ width: 60%!important;}
#intro #intro_wrap{max-height: 400px;}

}