@charset "UTF-8";


a {
    cursor: pointer;
}

.inner {
    width: 1120px;
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.header {
    overflow: hidden;
}

.header h1 {
    width: 411px;
    float: left;
    margin-top: 50px;
}

.header__menu {
    float: right;
    overflow: hidden;
    margin-top: 22px;
}

.header__menu div {
    float: left;
}

.header__menu div:first-child {
    margin-right: 26px;
}

.header__menu div:first-child ul li {
    margin-left: 16px;
}

.header__menu div:first-child ul li:first-child {
    width: 264px;
}

.header__menu div:first-child ul li:first-child a {
    display: block;
}

.header__menu div:first-child ul li:first-child a img {
    width: 100%;
}

.header__menu div:first-child ul li:nth-child(2) {
    width: 297px;
    margin-top: 9px;
    margin-left: 0px;
}

.header__menu div:first-child ul li:nth-child(2) a {
    display: block;
}

.header__menu div:first-child ul li:nth-child(2) a img {
    width: 100%;
}

.header__menu div:first-child ul li:last-child {
    width: 277px;
    margin-top: 9px;
}

.header__menu div:first-child ul li:last-child img {
    width: 100%;
}

.header__menu div:last-child {
    width: 159px;
    margin-top: 2px;
}

.header__menu div:last-child a {
    display: block;
}

.header__menu div:last-child a img {
    width: 100%;
}

.header nav {
    width: 100%;
    float: left;
    margin-top: 20px;
    background: #5cbce6;
}

.header nav ul {
    width: 1120px;
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
}

.header nav ul li {
    float: left;
    font-size: 16px;
    padding: 0 40.7px;
    border-left: 1px solid #fff;
    letter-spacing: 0;
    line-height: 1.4;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.header nav ul li a {
    color: #fff;
    text-decoration: none;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
}

.header nav ul li:last-child {
    border-right: 1px solid #fff;
}

.site-header {
    background: #fff;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 999;
}

.site-header.hide {
    transform: translateY(-100%);
}

.sp_header {
    display: none;
    background: #fff;
}

.sp_header h1.action {
    top: 22px;
    left: 4%;
}

.sp_header .sp_nav {
    margin-top: 32px;
}

.sp_header .sp_nav li {
    padding: 21px 0;
    border-top: 2px solid #5cbce5;
}

.sp_header .sp_nav li a {
    color: #000;
    display: block;
    margin-left: 20px;
    font-size: 20px;
    text-decoration: none;
}

.sp_header .sp_nav li:last-child {
    border-bottom: 2px solid #5cbce5;
}

.sp_header .sp_imgbox {
    margin-top: 40px;
    padding: 0 20px;
}

.sp_header .sp_imgbox li:first-child {
    margin-left: 20px;
}

.sp_header .sp_imgbox li:first-child img {
    width: 90%;
    max-width: 280px;
}

.sp_header .sp_imgbox li:nth-child(2) {
    margin-top: 10px;
}

.sp_header .sp_imgbox li:nth-child(3) {
    margin-top: 10px;
    margin-left: 20px;
}

.sp_header .sp_imgbox li:nth-child(3) img {
    width: 90%;
    max-width: 284px;
}

.sp_header .sp_imgbox li:last-child {
    margin-top: 20px;
    margin-bottom: 40px;
}

.sp_header .drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 50px 10px;
    transform: translateX(-100%);
    transition: ease .5s;
    z-index: 9999;
}

.sp_header .drbtn {
    position: fixed;
    top: 18px;
    right: -99%;
    width: 50px;
    height: 50px;
    transition: ease .5s;
    cursor: pointer;
    align-items: flex-end;
    display: flex;
    justify-content: center;
    font-size: 10px;
    padding-bottom: 2px;
    z-index: 10000;
}

.sp_header .hambarg {
    position: absolute;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 30px;
    background: #5c6b80;
    transition: ease .5s;
}

.sp_header .hambarg:nth-child(1) {
    top: 20%;
    left: 50%;
}

.sp_header .hambarg:nth-child(2) {
    top: 40%;
    left: 50%;
}

.sp_header .hambarg:nth-child(3) {
    top: 60%;
    left: 50%;
}

.sp_header .drawer.action {
    transform: translateX(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.sp_header .drbtn.action {
    top: 12px;
    right: 0;
}

.sp_header .drbtn.action .hambarg:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.sp_header .drbtn.action .hambarg:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.sp_header .drbtn.action .hambarg:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.mainimg {
    height: 550px;
    margin-top: 224px;
    background: url(../img/mainimg.jpg);
    background-size: cover;
    position: relative;
}

.mainimg img {
    width: 440px;
    position: absolute;
    left: 0;
    bottom: 30px;
}

.breadcrumb {
    margin-top: 39px;
    font-size: 14px;
}

.telcontact {
    margin-top: 48px;
}

.telcontact h2 {
    width: 470px;
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 2px solid #1f3599;
}

.telcontact h2 img {
    width: 449px;
    display: block;
    margin: 0 auto;
}

.telcontact div {
    width: 540px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}

.telcontact div img {
    width: 100%;
}

.telcontact .tel_box img {
	width: 95%;
}

.mailcontact {
    margin-top: 100px;
}

.mailcontact h2 {
    width: 450px;
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 2px solid #1f3599;
}

.mailcontact h2 img {
    width: 449px;
    display: block;
    margin: 0 auto;
}

.mailcontact p {
    text-align: center;
    margin-top: 40px;
}

.mailcontact table {
    width: 100%;
    border: 1px solid #5cbce5;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 60px;
    box-sizing: border-box;
}

.mailcontact tr td {
    padding: 30px 40px;
    border-bottom: 1px solid #5cbce5;
    vertical-align: middle;
    box-sizing: border-box;
}

.mailcontact tr td [name=name] {
    width: 666px;
    height: 33px;
    background: #d7edfc;
    border: none;
    border-radius: 5px;
    font-size: 16px;
}

.mailcontact tr td [name=phonetic] {
    width: 666px;
    height: 33px;
    background: #d7edfc;
    border: none;
    border-radius: 5px;
    font-size: 16px;
}

.mailcontact tr td [name=tel] {
    width: 235px;
    height: 33px;
    background: #d7edfc;
    border: none;
    border-radius: 5px;
    font-size: 16px;
}

.mailcontact tr td [name=email] {
    width: 235px;
    height: 33px;
    background: #d7edfc;
    border: none;
    border-radius: 5px;
    font-size: 16px;
}

.mailcontact tr td [name=zip21] {
    width: 70px;
    height: 33px;
    background: #d7edfc;
    border: none;
    border-radius: 5px;
    font-size: 16px;
}

.mailcontact tr td [name=zip22] {
    width: 80px;
    height: 33px;
    background: #d7edfc;
    border: none;
    border-radius: 5px;
    font-size: 16px;
}

.mailcontact tr td [name=addr21] {
    width: 666px;
    height: 33px;
    background: #d7edfc;
    border: none;
    border-radius: 5px;
    font-size: 16px;
}

.mailcontact tr td [name=supplement] {
    width: 666px;
    height: 33px;
    background: #d7edfc;
    border: none;
    border-radius: 5px;
    font-size: 16px;
}

.mailcontact tr td [name=message] {
    width: 666px;
    height: 140px;
    background: #d7edfc;
    border: none;
    border-radius: 5px;
    font-size: 16px;
}

.mailcontact tr td input:-ms-input-placeholder {
    color: #ccc;
    font-size: 16px;
}

.mailcontact tr td input::-ms-input-placeholder {
    color: #ccc;
    font-size: 16px;
}

.mailcontact tr td input::placeholder {
    color: #ccc;
    font-size: 16px;
}

.mailcontact tr td [name=message]:-ms-input-placeholder {
    color: #ccc;
}

.mailcontact tr td [name=message]::-ms-input-placeholder {
    color: #ccc;
}

.mailcontact tr td [name=message]::placeholder {
    color: #ccc;
}

.mailcontact tr td .cp_ipselect {
    overflow: hidden;
    width: 290px;
    text-align: center;
}

.mailcontact tr td .cp_ipselect select {
    width: 100%;
    font-size: 16px;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.mailcontact tr td .cp_ipselect select::-ms-expand {
    display: none;
}

.mailcontact tr td .cp_ipselect.cp_sl02 {
    position: relative;
    border: 1px solid #63bfe6;
    border-radius: 5px;
    background: #ffffff;
}

.mailcontact tr td .cp_ipselect.cp_sl02::before {
    position: absolute;
    top: 1em;
    right: 0.8em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #63bfe6;
    pointer-events: none;
}

.mailcontact tr td .cp_ipselect.cp_sl02:after {
    position: absolute;
    top: 0;
    right: 2.5em;
    bottom: 0;
    width: 1px;
    content: '';
    border-left: 1px solid #bbbbbb;
}

.mailcontact tr td .cp_ipselect.cp_sl02 select {
    padding: 8px 38px 8px 8px;
    color: #666666;
}

.mailcontact tr td:first-child {
    width: 375px;
    background: #f7fcff;
    border-right: 1px solid #5cbce5;
    overflow: hidden;
}

.mailcontact tr td:first-child span:first-child {
    float: left;
}

.mailcontact tr td:first-child span:last-child {
    color: #e60012;
    width: 58px;
    text-align: center;
    font-weight: bold;
    float: right;
    border: 1px solid #e60012;
    border-radius: 14.5px;
}

.mailcontact tr td:last-child {
    width: 745px;
}

.mailcontact tr:nth-child(5) td {
    vertical-align: top;
}

.mailcontact tr:nth-child(6) td,
.mailcontact tr:nth-child(7) td {
    background: #fff;
    border-right: none;
}

.mailcontact tr:last-child td {
    vertical-align: top;
    border-bottom: none;
}

.mailcontact input[type="submit"] {
    width: 420px;
    height: 70px;
    display: block;
    margin: 0 auto;
    margin-top: 60px;
    border: none;
    background: url(../img/confirmation_btn@2x.png) no-repeat;
    text-indent: -9999px;
    cursor: pointer;
    outline: none;
}

.mailcontact .btn_box {
    width: 600px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.mailcontact .confirmation_btn {
    background: url(../img/confirmation_btn@2x.png) no-repeat !important;
    background-size: 420px !important;
}

.mailcontact .confirmation_btn:hover {
    opacity: 0.8;
}

.mailcontact .submit_btn {
    float: right !important;
    background: url(../img/submit_btn@2x.png) no-repeat !important;
    background-size: 420px !important;
}

.mailcontact .submit_btn:hover {
    opacity: 0.8;
}

.mailcontact .back_btn {
    width: 150px;
    height: 70px;
    text-indent: -9999px;
    background: url(../img/back_btn@2x.png) no-repeat !important;
    background-size: 150px !important;
    border: none;
    padding: 0;
    cursor: pointer;
    float: left;
    margin-top: 60px;
    outline: none;
}

.mailcontact .back_btn:hover {
    opacity: 0.8;
}

.diary {
    margin-top: 80px;
}

.diary a {
    width: 860px;
    display: block;
    margin: 0 auto;
}

.diary a img {
    width: 100%;
}

.diary a .spimg {
    display: none;
}

.footer {
    margin-top: 60px;
    border-top: 1px solid #e5e5e5;
}

.footer__box {
    width: 50%;
    margin-top: 60px;
    float: left;
    overflow: hidden;
}

.footer__box a {
    color: #000;
    text-decoration: none;
}

.footer__box .logo {
    width: 411px;
}

.footer__box .logo a {
    display: block;
}

.footer__box .logo a img {
    width: 100%;
}

.footer__box .box_inner {
    float: left;
    margin-top: 61px;
}

.footer__box .box_inner ul li a {
    text-decoration: none;
}

.footer__box .first_inner {
    width: 320px;
}

.footer__box .first_inner ul li {
    margin-left: 16px;
}

.footer__box .first_inner ul li:first-child {
    width: 264px;
}

.footer__box .first_inner ul li:first-child a {
    display: block;
}

.footer__box .first_inner ul li:first-child a img {
    width: 100%;
}

.footer__box .first_inner ul li:nth-child(2) {
    width: 297px;
    margin-top: 9px;
    margin-left: 0px;
}

.footer__box .first_inner ul li:nth-child(2) a {
    display: block;
}

.footer__box .first_inner ul li:nth-child(2) a img {
    width: 100%;
}

.footer__box .first_inner ul li:last-child {
    width: 277px;
    margin-top: 9px;
}

.footer__box .first_inner ul li:last-child img {
    width: 100%;
}

.footer__box .second_inner {
    width: 159px;
}

.footer__box .second_inner a {
    display: block;
}

.footer__box .second_inner a img {
    width: 100%;
}

.footer__box:last-child ul {
    float: left;
}

.footer__box:last-child ul li {
    line-height: 1.75;
    padding-left: 20px;
    background: url(../../../common/img/triangle_ico_b@2x.png) no-repeat;
    background-position: left 40%;
    background-size: 9px;
}

.footer__box:last-child ul:last-child {
    margin-left: 80px;
}

.footer__copy {
    color: #fff;
    margin-top: 80px;
    padding: 13px 0;
    background: #005591;
    text-align: center;
}

.sp_footer {
    display: none;
}

.sp_footer__imgbox {
    display: block;
    margin-top: 40px;
}

.sp_footer__imgbox ul li {
    margin-top: 10px;
}

.sp_footer__imgbox ul li:first-child {
    width: 252px;
    margin-top: 0;
    margin-left: 20px;
}

.sp_footer__imgbox ul li:first-child img {
    width: 100%;
}

.sp_footer__imgbox ul li:nth-child(2) {
    width: 100%;
}

.sp_footer__imgbox ul li:nth-child(2) img {
    width: 100%;
}

.sp_footer__imgbox ul li:nth-child(3) {
    width: 283px;
    margin-left: 21px;
}

.sp_footer__imgbox ul li:nth-child(3) img {
    width: 90%;
    max-width: 284px;
}

.sp_footer__imgbox ul li:last-child {
    width: 100%;
}

.sp_footer__imgbox ul li:last-child img {
    width: 100%;
}

.sp_footer__imgbox .logo {
    max-width: 246px;
    margin-top: 64px;
}

.sp_footer__list {
    margin-top: 37px;
}

.sp_footer__list li {
    margin-top: 4px;
    padding-left: 20px;
    background: url(../../../common/img/triangle_ico_b@2x.png) no-repeat;
    background-position: left 40%;
    background-size: 9px;
}

.sp_footer__list li a {
    color: #000;
    text-decoration: none;
}

.sp_footer__list li:first-child {
    margin-top: 0;
}

.sp_footer__copy {
    color: #fff;
    font-size: 12px;
    margin-top: 90px;
    padding: 13px 0;
    background: #005591;
    text-align: center;
}

@media screen and (max-width: 1199px) {
    .inner {
        width: 100%;
        padding: 0 20px;
    }
    .header {
        width: 100%;
    }
    .header h1 {
        width: 40%;
        margin-top: 41px;
    }
    .header__menu {
        width: 40%;
    }
    .header__menu div:first-child {
        width: 60%;
        margin-right: 3%;
    }
    .header__menu div:first-child ul li:first-child {
        width: 90%;
    }
    .header__menu div:first-child ul li:nth-child(2) {
        width: 100%;
    }
    .header__menu div:first-child ul li:last-child {
        width: 90%;
    }
    .header__menu div:last-child {
        width: 37%;
    }
    .header nav ul {
        width: 96%;
        max-width: 737px;
    }
    .header nav ul li {
        font-size: 13px;
        padding: 0 2.5%;
    }
    .mainimg {
        height: 375px;
        margin-top: 181px;
    }
    .mailcontact tr td {
        padding: 30px 14px;
    }
    .mailcontact tr td [name=name] {
        width: 100%;
    }
    .mailcontact tr td [name=phonetic] {
        width: 100%;
    }
    .mailcontact tr td [name=addr21] {
        width: 100%;
    }
    .mailcontact tr td [name=supplement] {
        width: 100%;
    }
    .mailcontact tr td [name=message] {
        width: 100%;
    }
    .mailcontact tr td:first-child {
        width: 30%;
    }
    .mailcontact tr td:last-child {
        width: 70%;
    }
    .diary a {
        width: 90%;
    }
    .footer__box .logo {
        width: 80%;
    }
    .footer__box .box_inner {
        margin-top: 30px;
    }
    .footer__box .first_inner {
        width: 57%;
        margin-right: 2%;
    }
    .footer__box .first_inner ul li:first-child {
        width: 90%;
    }
    .footer__box .first_inner ul li:nth-child(2) {
        width: 100%;
    }
    .footer__box .first_inner ul li:last-child {
        width: 90%;
    }
    .footer__box .second_inner {
        width: 37%;
    }
    .footer__box:last-child ul li {
        font-size: 0.8em;
    }
    .footer__box:last-child ul:last-child {
        margin-left: 5%;
    }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
    .header {
        display: none;
    }
    .mainimg {
        height: 200px;
        margin-top: 82px;
    }
    .mailcontact tr td:first-child {
        width: 100%;
        display: block;
        border-right: none;
    }
    .mailcontact tr td:last-child {
        width: 100%;
        display: block;
    }
    .diary a {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .sp_header {
        width: 100%;
        display: block;
        height: 82px;
        position: fixed;
    }
    .sp_header h1 {
        width: 247px;
        position: fixed;
        top: 22px;
        left: 104%;
        z-index: 100;
    }
    .sp_header h1 img {
        width: 100%;
    }
    .mainimg img {
        width: auto;
        height: 42px;
    }
    .telcontact h2 {
        width: 100%;
    }
    .telcontact h2 img {
        width: 98%;
    }
    .telcontact div {
        width: 100%;
    }

	.telcontact .tel_box img {
		width: 100%;
	}
	
    .mailcontact h2 {
        width: 100%;
    }
    .mailcontact h2 img {
        width: 98%;
    }
    .mailcontact p {
        text-align: left;
    }
    .mailcontact tr td [name=tel] {
        width: 100%;
    }
    .mailcontact tr td [name=email] {
        width: 100%;
    }
    .mailcontact tr td [name=zip21] {
        width: 50px;
    }
    .mailcontact tr td [name=zip22] {
        width: 60px;
    }
    .mailcontact tr td .cp_ipselect {
        width: 100%;
    }
    .mailcontact tr:last-child td:first-child {
        border-bottom: 1px solid #5cbce5;
    }
    .mailcontact input[type="submit"] {
        width: 280px;
        height: 47px;
    }
    .mailcontact .btn_box {
        width: 100%;
    }
    .mailcontact .confirmation_btn {
        background-size: 280px !important;
    }
    .mailcontact .submit_btn {
        float: none !important;
        background-size: 280px !important;
        margin-top: 20px !important;
    }
    .mailcontact .back_btn {
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        float: none;
        width: 101px;
        height: 47px;
        background-size: 101px !important;
    }
    .diary {
        margin-top: 70px;
        padding: 0 20px;
    }
    .diary a .pcimg {
        display: none;
    }
    .diary a .spimg {
        display: block;
    }
    .footer {
        display: none;
    }
    .sp_footer {
        display: block;
        margin-top: 40px;
        border-top: 1px solid #e5e5e5;
    }
}
