@charset "UTF-8";

/*****************************************************

    SP用

*****************************************************/
@media screen and (max-width: 769px) {
.-----sp-----{}
/*==========共通==========*/
p {
    font-size: 16px;
    line-height: 1.5em;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    color: #666;
    margin-bottom: 5%;
}
p.non br {
	display: none;
	}
.txt-s {
	font-size: 13px;
	line-height: 1.5em;
}
.box-1000 {
    text-align: center;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 5%;
    padding-top: 5%;
}
h2 {
    font-family: "メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro", sans-serif;
    text-align: center;
    font-size: 20px;
    margin-bottom: 5%;
    margin-top: 5%;
}
.h2-t60 {
    margin-bottom: 5%;
    margin-top: 10%;
}
.h2-t80 {
    margin-bottom: 5%;
    margin-top: 15%;
}
.txt-red-underline {
    border-bottom-style: solid;
    border-bottom-color: #CC3366;
    padding-bottom: 2px;
}
.h2-border {
display: flex;
align-items: center;
}
.h2-border:before,
.h2-border:after {
    border-top: 1px solid #666;
    content: "";
    flex-grow: 1;
}
.h2-border:before {
margin-right: 1rem;
}
.h2-border:after {
margin-left: 1rem;
}
.h2-border-white {
    display: flex;
    align-items: center;
    color: #fff;
}
.h2-border-white:before,
.h2-border-white:after {
    border-top: 1px solid #fff;
    content: "";
    flex-grow: 1;
}
.h2-border-white:before {
margin-right: 1rem;
}
.h2-border-white:after {
margin-left: 1rem;
}
.img-kadomaru {
    border-radius: 10px; /* CSS3草案 */
    -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
    -moz-border-radius: 10px; /* Firefox用 */
    border: 1px solid #ccc;
    margin-bottom: 5%;
    width: 100%;
}
.img-kadomaru-line {
    border-radius: 10px; /* CSS3草案 */
    -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
    -moz-border-radius: 10px; /* Firefox用 */
    border: 1px solid #ccc;
    margin-bottom: 5%;
    width: 100%;
}
/*==========ヘッダ==========*/
header {
    align-items: center;
    display: flex;
    padding-top: 5%;
    padding-bottom: 5%;
    background-image: url(../img/line-gold.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    position: fixed;
    bottom: 0%;
    width: 100%;
    background-color: #fff;
}
header .inner {
    margin: auto;
    width: 96%;
}
header .flexbox {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.logo-img img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}
.nav-global ul {
    list-style : none;
}
.nav-global li {
    margin-top: 0;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 18px;
    white-space: nowrap;
}
.nav-global li:last-child {
  margin-right: 0;
}
.nav-global a {
    text-decoration: none;
    color: #666;
    display: block;
}
.nav-global a:hover {
    text-decoration: none;
    color: #CC3366;
}
.btn-contact a {
    display: block;
    background-color: #3399cc;
    color: #fff;
    padding-bottom: 10%;
    padding-top: 10%;
    padding-left: 20%;
    padding-right: 20%;
    border-radius: 5px; /* CSS3草案 */
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
    width: 60%;
		}
.btn-contact a:hover {
    background-color: #85c1df;
    color: #fff;
	}
.pc {
	display: none;
	}
.sp {
    text-align: center;
    background-image: url(../img/line-gold.jpg);
    background-repeat: repeat-x;
    width: 100%;
    background-position: center top;
    padding-top: 4px;
}

/*==========フッター==========*/
.box-foot {
    background-color: #FFF;
    text-align: center;
    width: 100%;
    padding-bottom: 25%;
    padding-top: 10%;
    background-image: url(../img/line-gold.jpg);
    background-repeat: repeat-x;
    background-position: center top;
}
.box-foot P {
    text-align: center;
    font-size: 16px;
}
.gray-box {
    background-color: #f3f3f3;
    text-align: center;
    width: 100%;
    padding-bottom: 100px;
}
.gray-box2 {
    background-color: #f3f3f3;
    text-align: center;
    width: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
}
.white-box {
    background-color: #fff;
    width: 96%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10%;
}
.white-box-privacy {
    background-color: #fff;
    width: 80%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10%;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
}
.blueline-box {
    background-color: #fff;
    width: 96%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10%;
	border: 1px solid #0077c1;
}
	
.sp-002 {
    width: 100%;
    padding-top: 6%;
    padding-bottom: 3%;
}
img.img-011 {
    width: 60%;
    height: auto;
    margin-bottom: 5%;
}
.sp-001 {
    width: 100%;
    height: auto;
    margin-bottom: 10%;
}
.sp-003 {
    width: 100%;
    height: auto;
    margin-bottom: 5%;
}
.sp-006 {
    width: 100%;
    height: auto;
}
.sp-011 {
    width: 94%;
    height: auto;
    padding-top: 5%;
    padding-bottom: 5%;
}
table, tbody, tr, th, td {
display: block;
}
/* 必須マーク */
.must {
    background-color: #ca0000;
    margin-left: 10px;
}

/* 任意マーク */
.free {
	background: #999;
}

.must,
.free {
	color: #FFF;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
	padding: 5px 10px;
	letter-spacing: 0.2em;
}
table.t-contact  {
    margin-right: auto;
    margin-left: auto;
    width: 94%;
    margin-bottom: 50px;
}
table.t-contact tr th {
    width: 90%;
    text-align: left;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    border: 1px solid #ccc;
    vertical-align: top;
    background-color: #e0e0e0;
}
table.t-contact tr td {
    width: 90%;
    text-align: left;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    border: 1px solid #ccc;
    vertical-align: top;
    background-color: #fff;
}
.name,.tel,.mail {
    height: 40px;
    width: 100%;
}
.check {
    margin-right: 10px;
    margin-bottom: 20px;
}
.message {
    height: 200px;
    width: 100%;
}
.button {
    display       : inline-block;
    border-radius : 5%;          /* 角丸       */
    font-size     : 18pt;        /* 文字サイズ */
    text-align    : center;      /* 文字位置   */
    cursor        : pointer;     /* カーソル   */
    padding-top: 12px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 12px;   /* 余白       */
    background-color: #3397ca;     /* 背景色     */
    color         : #ffffff;     /* 文字色     */
    line-height   : 1em;         /* 1行の高さ  */
    transition    : .3s;         /* なめらか変化 */
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);  /* 影の設定 */
    border        : 2px solid #3397ca;    /* 枠の指定 */
}
.button:hover {
    box-shadow    : none;        /* カーソル時の影消去 */
    color         : #3397ca;     /* 背景色     */
    background    : #ffffff;     /* 文字色     */
}
	}
