@charset "utf-8";

.rpimg {

}

.contents_inner
{
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}
.img100{width: 100%;}
.spnone{display: block;}
.sponly{display: none;}
.normal{font-weight: normal;}
.center{text-align: center;}

@media screen and (max-width: 560px) {
.spnone{display: none;}
.sponly{display: block;}
}

/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.navy {
	color: #13428a;
}
.orange {
	color: #fee07d;
}
.blue {
    color: #226db6;
}
.black {
    color: #231714;
}
.gray {
    color: #595857;
}
.bg_gray {
    background-color: #595857;
    color: #fff;
}
.mgray {
    color: #e3e7e9;
}
.bg_mgray {
    background-color: #efefef;
}
.lgray {
    color: #f0eee6;
}
.white {
    color: #fff !important;
}

/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.udl {
    color:inherit !important;
    text-decoration: underline;
}
.tel-link a,.non_col {
	color:inherit !important;
}
a {
	color:#13428a;
	text-decoration:none;
}

a:hover {
	color:#597aad;
	text-decoration:none;
}
a:active {
	color:#13428a;
	text-decoration:none;
}

.btn a {
	transition:opacity 0.3s;
}
.btn a:hover {
	opacity: 0.7;
}

a[href*="tel:"] {
    color: inherit;
}

@media (min-width: 561px) {
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
.lh_s {
	line-height:1.5 !important;
}
.lh_m {
	line-height:1.7 !important;
}
.lh_l {
	line-height:2 !important;
}
.lh_0 {
	line-height:0;
}
html {
	height:100%;
    font-size: 1em;
}
	
body {
	text-align:left;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	color:#000000;
	background-color:#fff;
	text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	word-wrap:break-word;
	min-height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 1em;
    z-index: 0;
}
@media screen and (max-width: 560px) {
    body {
        font-size: 0.92em;
    }
}
@media screen and (max-width: 320px) {
    body {
        font-size: 0.84em;
    }
}

.fserif {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
}
.eng {
    font-family: 'Jost', sans-serif;
}


.ovf {
    overflow: hidden;
}

.mgend {
	margin-bottom:8em;
}
.mgl {
	margin-bottom:6em;
}
.mgm {
	margin-bottom:4em;
}
.mgms {
	margin-bottom:3em;
}
.mgs {
	margin-bottom:2em;
}
.mgsm {
	margin-bottom:1.5em;
}
.mgss {
	margin-bottom:1em;
}
.mgsss {
	margin-bottom:0.5em;
}

@media screen and (min-width: 561px) {
    .sp {
		display:none !important;
	}
    .pccenter {
        text-align:center !important;
    }
}
@media screen and (max-width: 560px) {
	.pc {
		display:none !important;
	}
    .spcenter {
        text-align:center !important;
    }
    .spleft {
        text-align:left !important;
    }
    .mgend {
    margin-bottom:5em;
}
}

#toggle {
	display:block;
	position:fixed;
	width:100px;
	height:100px;
	top:40px;
	right:0px;
	z-index:3000;
	background-image:url(../img/navi.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:100%;
	cursor:pointer;
    transition: opacity 0.3s;
}
#toggle.close {
	background-image:url(../img/navi_off.png);
}
#toggle:hover {
	opacity:0.7;
}
#toggle.m_fixed {
	left: 0;
	position: fixed;
	top: 0;
}
#navi {
    display: none;
    justify-content: center;
    align-items:flex-start;
	position:fixed;
	text-align:center;
	z-index:2000;
	width:100%;
    height: 100vh;
	top:0;
	left:0;
    background-color: rgba(56,86,89,0.9);
    opacity: 0;
	color:#ccc;
    overflow-y: auto;
}
#navi .navibox {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 1000px;
    box-sizing: border-box;
    padding: 8em 0;
}
#navi ul {
    flex-shrink: 0;
    width: 400px;
	border-top:1px solid rgba(255,255,255,0.4);
}
#navi li {
	width:100%;
    box-sizing: border-box;
    border-bottom:1px solid rgba(255,255,255,0.4);
}

#navi li a {
	display:block;
	text-decoration:none;
    text-align: left;
	color:#fff;
	padding-left: 40px;
	line-height:4em;
    background-image: url("../img/arr_tin_white.png");
    background-repeat: no-repeat;
    background-position: left 20px center;
    background-size: 8px auto;
	transition: all 0.3s;
}
#navi li a:hover {
	background-color: rgba(255,255,255,0.2);
}

#header {
	position:fixed;
	width:100%;
    height: 140px;
    box-sizing: border-box;
    background-color: rgba(35,24,21,0.5);
    z-index: 1000;
}
h1 {
    width: 96%;
	padding: 0% 2%;
    text-align: left;
	background-color: #000000;
    color: #ffffff;
    font-weight: normal;
    line-height: 40px;
    font-size: 0.76em;
}
#header h2 {
    position: absolute;
    left: 30px;
    top: 50px;
}
#header h2 img {
    height: 50px;
}
#header h3 {
    position: absolute;
    left: 30px;
    top: 110px;
	color: #ffffff;
}
#header .top_contact{position: absolute;right:100px;bottom:0;}
#header .top_contact img{width: 100px;}
/*------------------------------------------------------------
	ここからグローバルメニュー
------------------------------------------------------------*/
#gnavi {
	position:absolute;
	bottom:10px;
    right: 240px;
}
.head_right{position:relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;}
.head_right ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #ffffff;
}
.head_right li {
  float: left;
  border-left: solid 1px #ffffff;
}
.head_right li a, .dropbtn {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  padding: 7px 20px;
  text-decoration: none;
}
.head_right li a:hover, .dropdown:hover .dropbtn {
  background-color: #222222;
}
.head_right li.dropdown {
  display: inline-block;
}
.head_right .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.head_right .dropdown-content a {
  color: black;
  padding: 12px 20px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.head_right .dropdown-content a:hover {background-color: #f1f1f1;}
.head_right .dropdown:hover .dropdown-content {display: block;}
/*------------------------------------------------------------
	ここまでグローバルメニュー
------------------------------------------------------------*/
@media screen and (max-width: 1101px) {
#gnavi {
        display: none;
    }
}

@media screen and (max-width: 560px) {
    #gnavi {
        display: none;
    }
	
}
.contents {
    width: 1000px;
    margin: 0 auto;
}
.container {
    position: relative;
    box-sizing: border-box;
    width: 1000px;
    padding: 5em 0;
	margin:0 auto;
	text-align:left;
}


.container_p0 {
    position: relative;
    box-sizing: border-box;
    width: 1000px;
	margin:0 auto;
	text-align:left;
}

.more p {
	width:26%;
	margin:auto;
}

.more p a {
    display: block;
    color: #595857;
    line-height: 2.3em;
    font-size: 1.2em;
    box-sizing: border-box;
    border: 1px solid #595857;
    text-align: left;
	padding-left: 1em;
    font-weight: normal;
    background-image: url("../img/more_arrow.svg");
    background-repeat: no-repeat;
    background-position: right 0.5em center;
    background-size: 3em auto;
    transition: all 0.3s;
}
.more p a:hover {
	opacity: 0.6;
}

a .more2 {
    position: relative;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    display: block;
    border-bottom: 1px solid #595857;
    color: #231714;
    line-height: 2.5em;
    text-align: left;
    font-weight: 500;
    transition: all 0.3s;
}

a .more2:before {
  content: '';
  position: absolute;
  right: calc((2.5em * 0.7) / 2);
  top: calc((2.5em * 0.7) / 4);
  display: inline-block;
  transform: rotate(-45deg);
  width: 1px;
  height: 2.5em;
  border-right: 1px solid #595857;
}


@media screen and (max-width: 560px) {
#header .top_contact{position: absolute;right:80px;bottom:0;}
#header .top_contact img{width: 80px;}
#toggle {
	width:80px;
	height:80px;
    top: 50px;
    right: 0;
}
#navi .navibox {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 80px 30px;
}
#navi ul {
    width: 100%;
}
#navi ul:last-child {
    border-top: 0;
}
#header {
    height: 130px;
}
h1 {
    width: 96%;
	padding: 5px 2%;
    text-align: left;
	background-color: #000000;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.2em;
	height: 40px;
    font-size: 0.76em;
}
#header h2 {
    position: absolute;
    left: 10px;
    top: 60px;
}
#header h2 img {
	width: auto;
	height: 35px;
}
#header h3 {
    position: absolute;
    left: 10px;
    top: 100px;
}
.contents {
    width: 100%;
    margin: 0 auto;
}
.container {
    width: 100%;
    box-sizing: border-box;
	padding:3em 7%;
}
.container_p0 {
    box-sizing: border-box;
    width: 100%;
	margin:0 auto;
	text-align:left;
}

.more p {
	width:100%;
}
.more p a ,.more-half p a{
    padding-left: 1em;
    line-height: 2.5em;
    font-size: 1em;
    box-sizing: border-box;
    border: 1px solid #595857;
    text-align: left;
}

a .more2 {
    line-height: 2em;
}
a .more2:before {
  content: '';
  position: absolute;
  right: calc((2em * 0.7) / 2);
  top: calc((2em * 0.7) / 4);
  display: inline-block;
  transform: rotate(-45deg);
  width: 1px;
  height: 2em;
}

.more-half p {
	width:100%;
	margin:auto;
}

}

#footer {
    padding: 3em 0 0;
    background-color: #39579d;
    color: #ffffff;
}
.ft_box {
    width: 1000px;
    margin: 0 auto 5em;
    display: flex;
    justify-content: space-between;
    align-items:top;
	color: #fff;
}
.ft_box p,.ft_box h5,.ft_box h3{color: #ffffff;}
.w68per_foot{width: 68%;}
.w68per_foot img{margin-bottom: 3%;}
.w68per_foot img:hover{opacity: 0.5;}
.credit {
    width: 50%;
    text-align: left;
    line-height: 1.7;
	margin-right: 5%;
}
.credit h4 {
    width: 100%;
    margin-bottom: 1em;
}
.credit h4 img {
    width: 70%;
}
.credit h5 {
    font-size: 1.16em;
    margin-bottom: 0em;
}
.credit p {
    margin-bottom: 0.5em;
}
.credit p.small{font-size: 0.8em;}
.foot_tel img{width: 60%;margin-bottom: 0.7em;}
.foot-wrap {
    color: #ffffff;
    text-align: center;
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	justify-content: space-between;
    align-items: flex-start;
}

.foot-wrap .menu-left, .foot-wrap .menu-right {
    display: inline-block;
    width: 48%;
    margin: 0px auto;
	text-align: left;
}

.foot-wrap ul {
    list-style: none;
    padding: 0;
    line-height:40px;
}

.foot-wrap h3 {
    padding: 10px 0px;
	font-size: 1.0em;
}

.foot-wrap a {
    text-decoration: none;
    color: #ffffff;
	display: block;
    text-align: left;
    padding-left: 25px;
	line-height:1.2em;
    font-size: 0.92em;
    background-image: url("../img/arr_tin_white.png");
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 7px auto;
	transition: all 0.3s;
	padding: 3% 0 3% 25px;
}

.foot-wrap a:hover {
    background-color: rgba(50,50,50,0.2);
}


@media screen and (max-width: 560px) {
.foot-wrap {
    color: #fff;
    text-align: center;
	display: block;
	width: 100%;
	margin: 2% 0 0;
	padding: 0;
	justify-content: space-between;
    align-items: flex-start;
}
.foot-wrap h3 {
    padding: 5px 0px;
	font-size: 1.0em;
}
.foot-wrap .menu-left, .foot-wrap .menu-right {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
   .foot-wrap .cpr {
        display: inline;
    }
}




.copyright {
    background-color: #353333;
	text-align:center;
    padding: 2em;
	font-size:0.76em;
    line-height: 1.5;
	color: #fff;
}

@media screen and (max-width: 560px) {
#footer {
    width: 100%;
    box-sizing: border-box;
    padding: 3em 0 0;
}
.ft_box {
    width: auto;
    margin: 0 7% 3em;
    display: block;
}
.credit {
    width: 100%;
}
.credit h4 {
    width: 70%;
}


.copyright {
    padding: 2em 0 calc(2em + 100px);
	font-size:0.68em;
    line-height: 1.5;
}

}

.subtitle {
    text-align: center;
    margin-bottom: 2em;
}
.subtitle h3 img {
    height: 3em;
    margin-bottom: 10px;
}
.subtitle p {
    color: #595857;
    font-size: 1em;
    line-height: 1.4;
}

.copy_tx1 {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    font-size: 1.4em;
    line-height: 1.7;
    text-align: center;
    font-weight: 500;
}


/*------------------------------------------------------------
	お問い合わせ
------------------------------------------------------------*/
.contact_ttl{width: 50%;margin: 0 auto -1%;}
.contact_h3{font-size: 1.4em;}
.contact_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact_box ul li {
    width: 48%;
    box-sizing: border-box;
    transition: all 0.3s;
}
.contact_box ul li img {
    width: 100%;
}
.contact_box ul li a {
    display: block;
}
.contact_box ul li:hover {
    opacity: 0.7;
}



@media screen and (max-width: 560px) {
.contact_wrap{display: none;}
.contact_box ul {
    display: block;
    justify-content: space-between;
    align-items: center;
}
.contact_box ul li {
    width: 99%;
    box-sizing: border-box;
    border: 4px solid #595857;
    transition: all 0.3s;
	margin-bottom: 3%;
}
.subtitle h3 img {
    height: 2em;
}
.copy_tx1 {
    font-size: 1em;
}
.contact_box ul li {
    border: 2px solid #595857;
}
	.float_menu:hover{opacity: 0.7;}
}


.box0 {
	line-height:1.7;
}

.img1box {
    box-sizing: border-box;
    border: 1px solid #85b6b8;
    padding: 50px;
}

.tx1 {
    font-size: 1.6em;
    line-height: 1.5;
    text-align: center;
    margin: 1.5em auto 0.5em;
}
.tx2 {
    font-size: 1.6em;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 1em;
}
.tx3 {
    font-size: 1.6em;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 1.8em;
}
.gmap iframe {
    width: 100%;
    height: 400px;
}

@media screen and (max-width: 560px) {

.img1box {
    padding: 1.5em;
}

.tx1 {
    font-size: 1.16em;
    text-align: left;
    margin: 1.5em auto 0.5em;
}
.tx2 {
    font-size: 1.16em;
    text-align: left;
    margin-bottom: 0.5em;
}
.tx3 {
    font-size: 1.16em;
    text-align: left;
    margin-bottom: 1.8em;
}

.gmap iframe {
    width: 100%;
    height: 300px;
}

}


