﻿@charset "utf-8";
/* CSS Document */
/* color */
body, .txt_color_nomal{color: #212121;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #191970} /* メインカラー */
.txt_color2{color: #efebe7} /* サブカラー */
.txt_color3{color: #778899} /* アクセントカラー1 */
.txt_color4{color: #ffa500} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #191970} 
.bg_color1 {background-color: #778899;}/* メインカラー */
.bg_color2{background-color: #efebe7} /* サブカラー */
.bg_color3{background-color: #778899} /* アクセントカラー1 */
.bg_color4{background-color: #191970} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #191970}
.border_color2{border-color: #efebe7}
.border_color3{border-color: #778899}
.border_color4{border-color: #ffa500}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #212121;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #191970} /* メインカラー */
.hvr_txt_color2:hover{color: #efebe7} /* サブカラー */
.hvr_txt_color3:hover{color: #778899} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #ffa500} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #ffa500} /* メインカラー */
.hvr_bg_color2:hover{background-color: #efebe7} /* サブカラー */
.hvr_bg_color3:hover{background-color: #778899} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #ffa500} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: #ffa500!important}


/* border-color ※!important */
.hvr_border_color1:hover{border-color: #191970}
.hvr_border_color2:hover{border-color: #efebe7}
.hvr_border_color3:hover{border-color: #778899}
.hvr_border_color4:hover{border-color: #ffa500}


/* ----------　all　---------- */


.button::after{color: #ffa500!important}

.tel_bt a{
    color: #ffffff;
}

header {
    background-color: rgba(25 ,25 ,112 ,0.55)!important;
}
#logo img {
    max-width: 180px;
}
#main_menu ul li a{
    color: #ffffff;
}
footer{
    padding-left: 20%;
}
footer .logo img{
    max-width: 350px;
}
.hamburger {
    top: 10px;
}
.hamburger__icon{
    background-color:white!important;
}

/* ----------　TOP　---------- */
.top .main_box {
    width: auto;
    margin-left: 0px;
    min-width: 700px;
}

#contents1,#contents2,#contents3,#top_cms{
    padding-left: 20%;
}
#contents_box h2{
    color: #ffa500;
}


#top_cms{
    padding-left: 15%;
}

page2 .main_box {
    width: 100%;
    margin-left: 250px;
    min-width: 726px;
}


.img04{
    vertical-align: bottom;
    width: 114%;
    height: auto;
    position: relative;
    position: absolute;
    z-index: 5;
    right: -14%;
    /* left: -17%; */
    /* top: 10%; */
    background-repeat: no-repeat;
}

/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
/* ----------　all　---------- */
.width_200-max_tb {
    width: 100%;
    max-width: 153px;
}
header #logo,#logo img {
    max-width: 220px;
}
.hamburger {
    top: 15px;
}
/* ----------　TOP　---------- */  
#contents1,#contents2,#contents3,#top_cms{
    padding-left: 10%;
}

#top_cms{
    padding-left: 0%;
}
 


.img04{
    vertical-align: bottom;
    width: 200%;
    height: auto;
    position: relative;
    position: absolute;
    z-index: 5;
    right: -69%;
    /* left: -17%; */
    top: 13%;
    background-repeat: no-repeat;
}

footer {
    padding-left: 10%;
}
}


/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
/* ----------　all　---------- */
.width_150-max_sp {
    width: 100%;
    max-width: 118px;
}
header #logo, #logo img {
    max-width: 190px;
}
.main_box {
    padding-top: 68px;
}
footer .logo img {
    max-width: 300px;
}
/* ----------　TOP　---------- */
.top .main_box {
    width: auto;
    margin-left: 0px;
    min-width: 63px;
}



.img04{
    vertical-align: bottom;
    width: 200%;
    height: auto;
    position: relative;
    position: absolute;
    z-index: 5;
    right: -70%;
    /* left: -17%; */
    top: 35%;
    background-repeat: no-repeat;
}

footer {
    padding-left: 8%;
}
}

