@charset "utf-8";

/* fonts.google用
----------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');

/* cookieconsent用
----------------------------------------------------------- */
@import url("cookieconsent.min.css");
.cc-message a {
	color: #fff!important;
	text-decoration: underline;
}
.cc-message {
	font-size: 12px;
}
.cc-btn {
	font-size: 13px;
	font-weight: normal;
}
/* * * * * * *  
* * * * * * */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/* * * 
ETC
* * */
html {
    font-size: 625%;/* 16pxに625%を掛けると100pxになるよ！ */
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
}
h1,h2,h3,h4 {
	margin-bottom: 1em;
	font-weight: 400;
}

html{
  scroll-behavior: smooth;
}
body {
    font-size: .17em;/* 通常サイズは100pxの0.16倍で16pxだよ！ここだけfont-size em！ */
    line-height: 150%;
    background: #fff9e1;
 　　text-size-adjust: 100%;
 　　-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
 　　-ms-text-size-adjust: 100%;/*EgdeMobile*/
 　　-moz-text-size-adjust: 100%;/*firefox*/
}
a {
    color: #000000;
    text-decoration: none;
}
a:hover {
    transition: 0.3s;
}
img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
	vertical-align:top;
}
#wrapper {
    overflow: hidden;
}
body .inner {
    overflow: hidden;
    max-width: 1024px;
    margin: 0 auto;
}
body .nowrap {
  display: inline-block;
}
/* ページ見出し */
.head2 {
    font-family: 'Kosugi Maru', sans-serif;
    font-size: .34rem;/* 100pxの0.2倍だから20pxだよ！ */
    text-align: left;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.05em;
	margin-bottom: 0;
    background-color: #fff193;
    background: 
	url( "../img/common/ptn_tit_01.png") no-repeat center center,
	url( "../img/common/ptn_tit_02.png") repeat-x center center,
	#fff193;
	
text-shadow: 
    #f5a117 1px 1px 10px, #f5a117 -1px 1px 10px,
    #f5a117 1px -1px 10px, #f5a117 -1px -1px 10px;
}
.head2 .inner {
    background: url( ../img/common/img_tit2.png) no-repeat center right/ contain;
    overflow: visible;
    padding: 3.5em 1em;
	opacity: 0;
	animation: fadeIn 1.2s ease 0.3s 1 normal;
	animation-fill-mode: forwards;
}
.head2 .inner .txt {
    width: 7.5em;
    display: inline-block;
    text-align: center;
    padding-top: 0.2em;
}

/* じわっと画像が表示される */
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}
 
/*古いブラウザ用*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.head2 .eng {
    font-size: .20rem;/* 100pxの0.2倍だから20pxだよ！ */
    color: #666;
    font-weight: 300;
    display: block;
    padding-top: 0.6em;
    letter-spacing: 0.04em;
}
body #content .pankuzu {
    font-size: .14rem;
    margin-bottom: 0.2em;
}
body #content .pankuzu a:hover {
    text-decoration: underline;
}

#content section :not(.btn) a {
    color: #165bb8;
    text-decoration: underline;
}

#content section :not(.btn) a:hover {
    text-decoration: none;
}
/* * * 
font-size
* * */
h1 {
    font-size: .2rem;/* 100pxの0.2倍だから20pxだよ！ */
}
h2, h3, h4, h5, h6 {
    font-size: .24rem;/* 100pxの0.2倍だから20pxだよ！ */
}
li, p {
    font-size: .16rem;/* 100pxの0.16倍だから16pxだよ！ */
    font-weight: 300;
}

/*sp */
@media screen and (max-width: 780px) {
li, p, td, th {
    font-size: .15rem!important;/* 100pxの0.16倍だから16pxだよ！ */
}
body #content .pankuzu {
    font-size: .12rem!important;
}
}
/* * * * * * *  
header、Gナビ
* * * * * * */
body header {
    background: #ffe34a;
    overflow: hidden;
}
body header .first-text {
	background: #1c3a79;
	color: #FFFFFF;
	padding: 0 0.3em;
}
@media screen and (max-width: 979px) {
body header .first-text {
	display: none;
}
}
body header .first-text p {
	font-size: 0.14rem;
}
body header h1 {
    float: left;
    padding-bottom: 4px;
	margin-bottom: 0;
    width: 460px;
    padding: 10px 0;
}

#g-menu {
    width: 100%;
    float: right;
    font-family: 'Kosugi Maru', sans-serif;
}
#g-menu li {
    font-size: .19rem;/* 100pxの0.16倍だから16pxだよ！ */
}
#g-menu a {
    padding: 20px 20px;
    display: block;
    background: url(../img/common/arrow_01.png) no-repeat center right 10px;
}
/* -------------------
ページ内ナビ
------------------- */
#content #page-menu ul {
    display: flex;
    margin: 1.5em auto 0!important;
    width: auto;
    justify-content: center;
}
#content #page-menu li {
    background: none!important;
    padding: 0 1em;
    font-size: .14rem;/* 100pxの0.16倍だから16pxだよ！ */
    border-right: 1px solid #d5cfb8;
    text-align: center;
    margin-bottom: 0;
}
#content #page-menu li:first-of-type {
    border-left: 1px solid #d5cfb8;
}
#content #page-menu li a::after {
    content: ">";
    transform: rotate(90deg) scale(0.8, 1.6);
    display: block;
    font-weight: lighter;
    color: #516c83;
  font-family:'メイリオ', 'Meiryo', sans-serif;
}
#content #page-menu li a:hover {
    background: #fff5b5;
}
#content #page-menu a {
    display: block;
    padding: 0.2em 1.5em;
}
/* -------------------
お問い合わせボタン
------------------- */
body header .contact-btn {
    float: right;
    max-width: 60%;
    text-align: center;
    margin-right: 0px;
}
body header .contact-btn a {
    color: #fff;
    line-height: 1.2;
}
body header .contact-btn a:hover img {
    opacity: 0.82;
}

@media screen and (max-width: 979px) {
body header .contact-btn {
    margin-top: 0px;
}
body header .contact-btn a {
    flex-direction: column;
    padding: 6px 6px 4px;
    width: 46px;
    font-size: 9px;
    line-height: 1;
}
body header .inner {
    position: relative;
}
body header .contact-btn a img {
    height: 28px;
}
}

/* * * * * * *  
* * * * * * */
@media screen and (min-width: 981px) {
.sp {
    display: none!important;
}
.menu-btn {
    display: none;
}
#g-menu {
    display: block!important;
    width: 100%!important;
    float: none;
    background: #fff9e1;
}
#g-menu ul {
    display: flex!important;
    justify-content: center;
    align-items: center;
    max-width: 1024px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%!important;
    padding: 0.0em 0;
}
#g-menu li {
    width: 25%;
    padding: 0.4em 0;
}
#g-menu ul li span {
    text-align: center;
    border-left: #d0d0d0 1px solid;
    padding-bottom: 0.1em;
    width: 100%;
    line-height: 100%;
}
#g-menu ul li a {
    color: #74695f;
}
#g-menu ul li:last-child span {
    border-right: #d0d0d0 1px solid;
}
#g-menu ul li:hover {
    transition: 0.5s;
}
#g-menu a {
    background: none;
    width: 100%;
    padding: 20px 0px;
    height: 100%;
    display: flex!important;
    justify-content: center;
    align-items: center;
    border-bottom: #fff9e1 3px solid;
}
#g-menu a:hover {
    border-bottom: #ffe13b 3px solid;
}
}
#g-menu ul li:first-child span {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    letter-spacing: 0.1em;
}
/* * * * * * *  
footer
* * * * * * */
body footer {
    color: #fff!important;
    font-weight: 300;
}
body footer .inner {
    padding: 20px 1%;
}
body footer p {
    font-size: .16rem;/* 100pxの0.14倍だから14px！ */
    margin-bottom: 0.5em;
}
body .footer1 {
    background: #ffe34a;
    color: #02468b;
}
body .footer1 .logo img {
    height: 60px;
}

body .footer1 .inner .soyink {
    float: right;
    margin-top: 1px;
    margin-bottom: 0;
}
body footer a:hover {
    text-decoration: underline;
}
footer a {
    color: #02468b;
    font-size: 14px;
}

/* sp */
@media screen and (max-width: 780px) {
body footer .inner {
    padding: 20px;
    text-align: center;
}
body footer p {
    font-size: .12rem;/* 100pxの0.14倍だから14px！ */
    font-weight: 300;
}
body .footer1 .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 1.2em;
}
body .footer2 p.nav, body .footer2 p.nav a {
    font-size: 0.12rem;
    font-weight: 300;
}
body .footer1 .inner dl {
    columns: 2;
    width: auto;
}
body .footer1 .inner .soyink {
    float: none;
    margin-top: 0px;
    margin-bottom: 2em;
}
body .foote .pagetop {
    bottom: 10px;
    right: 10px;
}
.pagetop img {
    width: 40px;
}
}
.pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0.7;
}
.pagetop:hover {
    opacity: 0.5;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
.btn {
    width: 16em;
    max-width: 72%;
    margin: auto;
    margin-top: 1.2em;
}
.btn a {
    text-align: center;
    display: block;
    padding: 0.3em 0.6em 0.4em;
    font-size: 0.17rem;
    color: #FFFFFF;
    background: #2a4377;
}
.btn a span {
	background: url("/img/common/arrow_03.png") no-repeat left top 0.30em;
	padding-left: 1.2em;
}
.btn a {
    text-align: center;
    display: block;
    padding: 0.3em 0.6em 0.4em;
    font-size: 0.17rem;
    color: #FFFFFF;
    background: #2a4377;
}
.btn input {
    text-align: center;
    display: block;
    padding: 0.3em 0.6em 0.4em;
    font-size: 0.17rem;
    color: #FFFFFF;
    background: #867a6d;
    border: none;
}
.btn a:hover {
    background: #b41c1c;
    transition: 0.3s;
    text-decoration: none!important;
}

/*sp */
@media screen and (max-width: 780px) {
.btn {
    margin-top: 1.5em;
}
.btn a {
    padding: 0.3em 0.8em 0.4em;
    font-size: 0.16rem;
}
}

@media screen and (max-width: 500px) {
body .footer1 .inner dl {
    columns: auto;
}
body .footer1 .inner .logo img {
	height: auto;
}
}

/* * * * * * *  sp
* * * * * * */
@media screen and (max-width: 980px) {
body {
    font-size: .14em;/* 通常サイズは100pxの0.16倍で16pxだよ！ここだけfont-size em！ */
    line-height: 150%;
}
.pc {
    display: none;
}
body header {
    border-top: #5d4a3e 0px solid;
    overflow: visible;
}
#g-menu {
    padding-top: 0;
    position: relative;
}
#g-menu ul{
    display: none;
    position: absolute;
    top:0;
    left: 0;
    z-index: 3;
    width: 100%;
    border-bottom: #ccc solid 1px;
box-shadow: 0px 16px 16px -8px rgba(0,0,0,0.6);
}
body header .menu-btn {
    float: right;
    max-width: 20%;
    padding: 14px 10px 10px;
    text-align: center;
}
body header .menu-btn .txt {
    font-size: 9px;
    display: block;
    line-height: 1;
}
/* .menu-btnの三本線 */
.menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.menu-trigger {
    position: relative;
    width: 22px;
    height: 16px;
}
.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #7c878b;
    border-radius: 0px;
}
.menu-trigger span:nth-of-type(1) {
    top: 0;
}
.menu-trigger span:nth-of-type(2) {
    top: 7px;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-225deg);
    transform: translateY(9px) rotate(-225deg);
}
.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(225deg);
    transform: translateY(-5px) rotate(225deg);
}
/*****/
body header h1 {
    padding: 3px 4px 0px;
    max-width: 70%;
}
#g-menu ul li {
    border-top: #ccc solid 1px;
    background: #fff9d7;
}
body header h1 img {
    max-height: 50px;
    width: auto;
}
body header .menu-btn img {
    padding-top: 4px;
    height: 50px;
    width: auto;
}
}

/* * * * * * *  sp
 見出し 
* * * * * * */
@media screen and (max-width: 980px) {
.head2 .inner {
    font-size: .26rem;/* 100pxの0.2倍だから20pxだよ！ */
    padding: 3.2em 2em;
}
.head2 .eng {
    font-size: .18rem;/* 100pxの0.2倍だから20pxだよ！ */
    padding-top: 0.2em;
}
#content h3 {
    font-size: .26rem!important;/* 100pxの0.2倍だから20pxだよ！ */
    padding-top: 1.2em!important;
}
#content h3.eng {
    font-size: .18rem!important;/* 100pxの0.2倍だから20pxだよ！ */
    padding-top: 0.2em!important;
}
}

@media screen and (max-width: 780px) {
.head2 {
    background: 
	url( "../img/common/ptn_tit_01.png") no-repeat center left -150px/cover,
	url( "../img/common/ptn_tit_02.png") repeat-x center center,
	#fff193;
}
.head2 .inner {
    font-size: .20rem;/* 100pxの0.2倍だから20pxだよ！ */
    padding: 3.2em 2em;
}
.head2 .eng {
    font-size: .12rem;/* 100pxの0.2倍だから20pxだよ！ */
    padding-top: 0.5em;
    line-height: 1.1;
}
#content h3 {
    font-size: .20rem!important;/* 100pxの0.2倍だから20pxだよ！ */
    padding-top: 1.2em!important;
}
#content h3.eng {
    font-size: .16rem!important;/* 100pxの0.2倍だから20pxだよ！ */
    padding-top: 0.2em!important;
}
body * {
    font-weight: 400!important;
}
}

@media screen and (max-width: 580px) {
/* -------------------
ページ内ナビ
------------------- */
#content #page-menu ul {
    display: inherit;
}
#content #page-menu ul li {
    border: 0;
    border-bottom: 1px solid #cdcdcd;
}
#content #page-menu ul li:first-child {
    border-left: 0;
    border-top: 1px solid #cdcdcd;
}
#content #page-menu ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em 0;
    
}
#content #page-menu ul li a::after {
    padding-top: 0em;
    padding-left: 0.8em;
}
.head2 .inner {
    padding: 3.2em 1em;
}
.head2 .inner .txt {
    text-align: left;
}
}
