@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
    /*word-break: break-all; 英字の折り返し禁止*/
    word-wrap: break-word;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*--------------------------------------------------------------------*/
/*              .共通パーツ 　　  　　　　　　　　　　                   */
/*--------------------------------------------------------------------*/
html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
    position: relative;
}
body{
	color:#333;
    font-size:1.6rem;
    line-height:2.8rem;
    margin:0 auto;
    font-family: "游ゴシック Medium","游ゴシック体","Yu Gothic Medium",YuGothic,Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-weight: 400;
}
.wrapper,.content{
    overflow: hidden;
}
h2,h3,h4 {
	font-family:"Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: 400;
    font-weight: bold;
}
.en {
	color:#848484;
}
.sp,.tb,.sp-se {
	display: none;
}
.id1em{
    text-indent: -1.3rem;
    padding-left:1em;
}
.header_contents{
	text-align: center;
    position:fixed;
    background-color:#fff;
    z-index:3;
    width:100%;
    height:100px;
    top:0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_contents h1 {
	margin-left:40px;
    display: block;
}
.header_contents h1 img{
    max-width:286px;
}
.nav_gloval {
	font-family:"Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin-left: -190px;
	margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
}
.nav_gloval li {
	margin-right: 78px;
}
.nav_gloval li:nth-child(5) {
	margin-right:0;
}
.nav_gloval li a{
	text-decoration: none;
	color:#434343;
	font-weight: 900;
}
.nav_list span {
	font-size:0.8em;
	opacity:0.7;
    display: block;
    line-height:1.2;
}
.nav_list a:hover,
.nav_list a:hover span,
body.top .nav_gloval li.top a,
body.kyo .nav_gloval li.kyo a,
body.miz .nav_gloval li.miz a,
body.mya .nav_gloval li.mya a{
	color:#ea2f3e;
}
.header_icon_sns a{
    margin-right:20px;
}
.header_icon_sns img {
    width:32px;
    height:auto;
}
footer{
    text-align: center;
}
.contact {
	background-image: url("../img/common/bg_contact.png");
	color:#fff;
}
.contact img {
	width:68px;
}
.contact_text {
	padding:4.8% 0;
}
.contact_text h2 {
	font-size:2em;
	padding-bottom:8px;
}
.contact_text img {
	margin:2% 0 1% 0.4%;
}
.contact_text h3 {
	font-size:1.3em;
	padding-bottom:10px;
}
.contact_text a:hover{
    cursor:default;    
}
.warning {
	margin:25px 0;
	font-size:0.8em;
	color:#434343;
	font-family: "游ゴシック", "Yu Gothic";
	font-weight: 500;
	}
small {
	display: block;
	margin-top:10px;
}
a.back_icon{
    display: block;
    position: fixed;
    right: 3%;
    bottom: 20px;
    background: rgba( 0, 0, 0, 0.5 );
	width:60px;
    height:60px;
    z-index:2;
}
a.back_icon:after{
    content:"";
    position:absolute;
    top: 43%;
    right: 40%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.inner{
    max-width:1024px;
    margin:0 auto;
}
.btn-area{
    text-align: center;
}
.btn-area a{
    display: inline-block;
    color:#333;
    border:solid 1px #ccc;
    padding:15px;
    min-width:220px;
    text-decoration: none;
    position:relative;
    background-color:#fff;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.btn-area a:hover{
    opacity:0.8;
}
.btn-area a.arrow:after{
    content:"";
    position:absolute;
    top: 40%;
    right: 10%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
a.arrow:hover{
    background-color:#e50012;
    color:#fff;
}
a.arrow:hover:after{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.tel {
	color:#fff;
}
.contact_text a{
	text-decoration: none;
	}

/*--------------------------------------------------------------------*/
/*              .メディアクエリ 　　  　　　　　　　　　　                   */
/*--------------------------------------------------------------------*/
/*-------1280px以下-----------------*/
@media screen and (max-width:1280px) {
.nav_gloval {
	margin-left: 0;
}
}
/*-------960px以下-----------------*/
@media screen and (max-width:960px) {
.header_contents h1 {
	margin-left:30px;
    width:25%;
    height:100%;
    display: flex;
    align-items: center;
}
.header_contents h1 img{
    width:100%;
    height:auto;
}
.nav_gloval li {
	margin-right: 40px;
}
}
/*-------768px以下-----------------*/
@media screen and (max-width:768px) {
.pc {
	display: none;
}
.header_contents{
	height:50px;
}
.header_contents h1 {
    width:50%;
    margin-left:15px;
}
.header_contents h1 img{
    max-width:200px;
    display: block;
}
.header_icon_sns {
	margin-right:60px;
    height:100%;
    display: flex;
}
.header_icon_sns a{
    display: flex;
    align-items: center;
}
.header_icon_sns img {
    width:20px;
}    
.sp{
	display: inline-block;
}
.nav_gloval {
	display: block;
    position:fixed;
    z-index: 10;
    top:0;
    right:-100%; /*ここで右側に隠す*/
    background:#333;
    text-align:center;
    opacity: 0.95; 
    width: 100%;
    transition:all 0.6s;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}   
.nav_gloval li {
    width:75%;
    border:1px solid #f2f2f2;
    margin: 10px auto;
    }
.nav_gloval li:nth-child(5) {
	margin:0 auto;
}	
.nav_gloval li a {
    color:#fff;
    border-right: 0;
    padding: 14px 0;
    font-size: 1.1em;
	display:block;
	font-weight: 100;
    position:relative;
}
body.top .nav_gloval.active li.top a,
body.kyo .nav_gloval.active li.kyo a,
body.miz .nav_gloval.active li.miz a,
body.mya .nav_gloval.active li.mya a{
	color:#fff;
}
.nav_gloval .nav_list {
	position: relative;
}	
.nav_gloval .nav_list a::after{
    content:"";
	position: absolute;
	right:20px;
	top:45%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav_gloval a:hover{
    cursor:pointer;
	color:#ccc;
    }
.nav_list span {
	color:#fff;
}
.nav_list a:hover span {
	color:#ccc;
}
.nav_gloval .sp_nav_logo{
	margin:0 auto;
	padding:40px 0 30px;
	border:0;
}
.nav_gloval .sp_sns_icon{
	border: 0;
	margin:20px auto 40px;
}
.nav_gloval .sp_sns_icon img{
	margin:10px;
    width:25px;
}	
.nav_gloval .sp_sns_icon a {
	display: inline;
}
.nav_gloval.active {
    right:0;
    }
/*ドロワー*/
.nav_toggle {
    display: block;
    position: absolute;
    right:13px;
	top:7px;
    width:30px;
    height: 45px;
    cursor: pointer;
    z-index: 11;
    text-align: center;
    padding:22px;
}
.nav_toggle span  {
	display: block;
    position: absolute; /*.nav_toggleに対して*/
    left:0px;
    border-bottom: solid 3px #555;
    width:30px;
    transition:.35s ease-in-out;
}
.nav_toggle span:nth-child(1) {
    top:9px;
    }
.nav_toggle span:nth-child(2) {
    top:18px;
    } 
.nav_toggle span:nth-child(3) {
    top:27px;
    }
.nav_toggle span:nth-child(4) {
    top:34px;
    border: none;
    font-size:9px;
    font-weight: bold;
    } 
.nav_toggle.active span{

    }
.nav_toggle.active span:nth-child(1) {
	border-bottom: solid 2px #fff;
	width:32px;
    top:18px;
    left:0px;
    transform: rotate(-45deg);
    }
.nav_toggle.active span:nth-child(2), 
.nav_toggle.active span:nth-child(3){
	border-bottom: solid 2px #fff;
	width:32px;
    top:18px;
    transform: rotate(45deg);
}
.contact_text {
	padding:70px 0;
}
.contact_text img {
	margin:20px 0;
}
.tel {
	border:1px solid #fff;
	padding: 12px 0;
	margin:20px auto 0;
	display: block;
	width:190px;
	color:#fff;
}
.contact_text a:hover{
    cursor:pointer;
}

.warning {
	text-align: left;
	line-height: 1.6em;
	padding:0 20px 20px;	
}
small {
	margin-top:2px;
}
.back_icon a{
	position: fixed;
	right:15px;
	bottom:15px;
	padding:17px 19px;
	color:#fff;
}

}

/*-------320px以下-----------------*/
@media screen and (max-width:320px) {
.sp-se {
	display: block;
}
}