@charset "utf-8";
/* CSS Document */

@media print{
   /*印刷用CSSで適用させる定義を記述*/
    .to_top{
        display: none;
    }
}

html {    
    max-width:100%;
	min-width:1480px;
    overflow-x: hidden;
    overflow-y: scroll;
    /*font-size: 62.5%;*/
    font-size: 16px;
}

/*-----------------------------------------------------------*/

/*
@media screen and (max-width: 1700px) {
  html {  
      font-size:90%;
  }
}

@media screen and (max-width: 1400px) {
    html {
      font-size:87.5%;
	}
}

@media screen and (max-width: 1300px) {
    html {
	   font-size:85%;
	}
}

@media screen and (max-width: 1200px) {
  html {
      font-size:72.5%;
	}    
}
*/

/*-----------------------------------------------------------*/

body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    -webkit-text-size-adjust: none;
	color: #222;
    overflow: hidden;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
}

#all_wrap {
	/*
	※ない方がいいかも
	overflow: hidden;
    */
}
#all_wrap.coa{
	/*background-image: url(../temp/image/back2.jpg);*/
}
::-webkit-scrollbar-track {
	background: #333;
}
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
::-webkit-scrollbar-thumb {
	background: #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

*{
	margin: 0;
	padding: 0;
}

*:focus {
  outline: none;
}

img {
	/*max-width: 100%;*/
    width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
}

.pc_hide {
	display: none !important;
}

.sp_hide {
}

a {
	font-size: 16px;
	outline: none;
	color: #222;
	text-decoration: none;
	transition: 0.3s;
	opacity: 1;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer;
}
a:hover {
	opacity: 0.6;
}

ul{
    list-style-type: none;
}

input, textarea{
    /*bodyと同じフォントcssを入れる*/
}
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
select::-ms-expand {
    display: none;
}
button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

/*-----------------------------------------------------------*/
/*フォント*/

.notoserif{
    font-family: "Noto Serif JP", serif;
    font-style: normal;
}

.zenoldmincho{
    font-family: "Zen Old Mincho", serif;
    font-style: normal;
    font-weight: 400;
}

.shipporimincho{
    font-family: "Shippori Mincho", serif;
    font-style: normal;
    font-weight: 500;
}

.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw700{
    font-weight: 700;
}

/*-----------------------------------------------------------*/
/*リンク（横幅・高さ指定無し）*/


/*-----------------------------------------------------------*/
/*ヘッダー*/

#header_wrap{
    width: 100%;
    z-index: 10;
    position: absolute;
}
#all_wrap.top #header_wrap{
    position: absolute;
}
#all_wrap.coa #header_wrap{
    position: relative;
    color: #fff;
}

#header_wrap > #catchcopy{
    width: calc( 1360px - 120px );/*1360*/
    padding: 0 60px;
    font-size: 14px;/*14*/
}
#all_wrap.top #header_wrap > #catchcopy{
    margin: 9px auto 14px;
}
#all_wrap.coa #header_wrap > #catchcopy{
    margin: 0 auto 28px;
    padding-top: 18px;
}

#header_wrap #header{
    width: calc( 1420px - 60px );
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#header_wrap #header .logo{
    width: 364px;
}

#header_wrap #header #g-nav{
    width: 380px;
    background-color: #fff;
    border: 1px solid #bcb7b8;
    box-sizing: border-box;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: flex;
    position: relative;
}
#header_wrap #header #g-nav::before{
    content: '';
    display: block;
    width: 1px;
    height: 45px;
    background-color: #bcb7b8;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#header_wrap #header #g-nav > a{
    width: 190px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#header_wrap #header #g-nav > a dl dt{
    font-size: clamp(10px, 2.0vw, 18px);
    font-weight: 500;
}
#header_wrap #header #g-nav > a dl dd{
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 500;
    color: #0053b3;
    letter-spacing: 0.14em;
}
#header_wrap #header #g-nav > a:hover dt{
    color: #0053b3;
}
#header_wrap #header #g-nav > a:hover dd{
    color: #83b1e6;
}

#header_wrap #header > .contact{
    /*width: 364px;*/
    width: fit-content;
    line-height: 180%;
}
#header_wrap #header > .contact > dl{
    display: flex;
}
#header_wrap #header > .contact > dl dt{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 22px;
    /*margin-top: 10px;*/
}
#header_wrap #header > .contact > dl dd{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 31px;
}
#header_wrap #header > .contact > dl dt a, #header_wrap #header > .contact > dl dd a{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
}
@media screen and (min-device-width: 769px) {
    #header_wrap #header > .contact > dl dt a, #header_wrap #header > .contact > dl dd a{
        pointer-events: none;
    }
}

/*-----------------------------------------------------------*/
/*コアページ共通*/

#bread {
    clear: both;
    width: 1000px;
    margin: 0px auto 20px auto;
    font-family: "Noto Serif JP", serif;
    color: #FFF;
    font-size: 14px;
    line-height: 45px;
    overflow: hidden;
}
#bread a{
	color:#FFF;
	margin-left:50px;
	text-decoration:none;
	font-size:40px;
}

/*-----------------------------------------------------------*/
/*フッター*/

#footer_wrap{
    width: 100%;
    height: 23vh;
    background-color: #222;
    color: #fff;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#all_wrap.top #footer_wrap{
}
@media screen and (max-device-width: 768px) {
    #all_wrap #footer_wrap{
        height: 250px !important;
    }
}

#all_wrap.coa #footer_wrap{
    margin-top: 60px;
    display: flex;
    flex-direction: column;
}

#footer_wrap > .inner{
    width: 1000px;
    /*padding: 15px 0 12px;*/
    margin: 0 auto;
    display: flex;
}

#footer_wrap .leftcolumn{
    width: 50%;
}
#footer_wrap .leftcolumn .name{
    font-size: 27px;
}
#footer_wrap .leftcolumn .address{
    font-size: 18px;
    margin-top: 10px;
}
#footer_wrap .leftcolumn .linkbtn{
    margin-top: 5px;
}
#footer_wrap .leftcolumn .linkbtn > a{
    border: 1px solid #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    width: 160px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

#footer_wrap .rightcolumn{
    width: 50%;
    display: flex;
    gap: 0 60px;
}
#footer_wrap .rightcolumn .bundle > dl{
    
}
#footer_wrap .rightcolumn .bundle > dl dt{
    font-size: 20px;
    letter-spacing: 0.075em;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}
#footer_wrap .rightcolumn .bundle > dl dd{
    padding-top: 10px;
}

#footer_wrap .rightcolumn .bundle a.contactbtn{
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    width: calc( 180px - 30px );
    height: 45px;
    background-color: #96e2ff;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    padding-right: 30px;
    line-height: 100%;
}
#footer_wrap .rightcolumn .bundle a.contactbtn::before{
    content: '';
    display: block;
    background: url(./image/icon_mail01.png) right bottom / contain no-repeat;
    width: 21px;
    height: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 20px;
}

#footer_wrap .copyright{
    padding: 10px 0 0;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-align: center;
}

/*-----------------------------------------------------------*/
/*to top*/

#pagetop {
    position: fixed;
    right: 5%;
    bottom: 5%;
    z-index: 10;
}

/*-----------------------------------------------------------*/
/*アニメーション*/

/*フェードアップ*/
.fadeUpTrigger, .afterloadfadeUp{
    opacity: 0;
}
.fadeUp{
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*ipad横向き時*/
@media screen and (max-width: 1500px) and (orientation: landscape) {
    
}/*ここまで*/

/*ipad縦向き時*/
@media screen and (min-width: 820px) and (orientation: portrait) {
 
}/*ここまで*/

/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/

