﻿@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";}

/*--------------------------自動リンク--------------------------*/
.linkStyle{color: #ff877d; text-decoration: underline;}
.txt_color_nomal .linkStyle{color: #ff877d;}
.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;}
}


/* color */
body,.txt_color_nomal{color: #555;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #FF877D} /* メインカラー */
.txt_color2{color: #EAE3D1} /* サブカラー */
.txt_color3{color: #ffb9b4} /* アクセントカラー1 */
.txt_color4{color: #d2d2d2} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #FF877D} /* メインカラー */
.bg_color2{background-color: #EAE3D1} /* サブカラー */
.bg_color3{background-color: #ffb9b4} /* アクセントカラー1 */
.bg_color4{background-color: #d2d2d2} /* アクセントカラー2 */
.bg_color5{background-color: #f9f9f9} 
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #FF877D}
.border_color2{border-color: #EAE3D1}
.border_color3{border-color: #ffb9b4}
.border_color4{border-color: #d2d2d2}

/*--------------------------------
疑似要素にオブジェクト
--------------------------------*/
#pc_intro,#pc_intro .fs_wrap{position: relative;}
/*リピートなし*/
#pc_intro:before,#pc_intro:after,#pc_intro .fs_wrap:before,#pc_intro .fs_wrap:after{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}

#pc_intro:before,#pc_intro:after{
background-image: url(./Dup/default/obj1.png);
background-size: 1000px;
background-repeat: repeat-x;
width: 100%;
height: 100px;
left: 0;
}
#pc_intro:before{
top: -40px;
}
#pc_intro:after{
bottom: -40px;
transform: scale(1, -1);
z-index: 1;
}

#pc_intro .fs_wrap:before{
background-image: url(./Dup/default/obj2.png);
width: 100px;
height: 100px;
top: 0;
left: -10%;
}
#pc_intro .fs_wrap:after{
background-image: url(./Dup/default/obj2.png);
width: 100px;
height: 100px;
bottom: 0;
right: -10%;
transform: scale(-1, -1);
z-index: 2;
}
/*--------------------------------
全体
--------------------------------*/
#footer_txt h3{font-family: "irohamaru","sans-serif";}
#left_bar #menu_bt,#top_return.retop{z-index: 2;}
#left_bar div{z-index: 1;}
/*--------------------------------
TOP
--------------------------------*/
#pc_intro{background-image: url(./Dup/default/bg.jpg);}
#contents h3,#contents figure{margin-bottom: 30px!important;}
#contents2{
position: relative;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding: 20vh 0;
}
#contents2::after {
position: absolute;
z-index: 0;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
}
#contents2 .fs_wrap{
position: relative;
z-index: 1;
}
#contents2 h3,#contents2 figure{margin-bottom: 30px!important;}
/*--------------------------------
下層
--------------------------------*/
#main_left #left_link{top: 60%;width: 40%!important;}
#page_title{padding-top: 20px;padding-bottom: 20px;}
#page_title h2{font-family: "irohamaru","sans-serif";}
#page_title h2 span{text-shadow: none;}
#page_title figure img{max-width: 130px;}
#page_title figure.mg_b-20px{margin-bottom: 0;}

/* 5-b Q削除 */
#cms_5-b .cate_box .open_bt .box_title1::before, .cms_5-b .cate_box .open_bt .box_title1::before{display: none;}
#cms_5-b .cate_box .open_bt .box_title1, .cms_5-b .cate_box .open_bt .box_title1{margin-left: 70px;}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
.contact_tel a{padding-bottom: 24px;}
#tel_txt h3{padding-bottom: 0;}
#tel_txt p{padding-bottom: 15px;}
}

/*タブレット以上（769px以上）
--------------------------------------------------------------------------*/
@media  screen and (min-width: 769px){
header{background-image: url(./Dup/default/bg.png);background-color: white;}
#top_header{background-color: transparent!important;}
#top_header h1.grid_6{width: 30%!important;}
#main_right header, #page_title{ padding-right: 0; }
#main_right main #page_container{ padding-right: 5%; }
#page_title{padding-left: 0;}
}
/*タブレット用（768px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 768px){
#top_header{background-image: url(./Dup/default/bg.png);background-color: white!important;}
#top_link{ margin-top: 0; margin-bottom: 50px; }
#main_menu .swiper-container{padding-top: 5px;}
}

/*スマホ用（667px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 667px){
#top_link .links_bt{ width: 60%!important;}
#top_header{background-size: 70%;}
}