@charset "UTF-8";
/* CSS Document */

/*共通部部分
----------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
body{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif", 'Noto Sans JP', sans-serif;
line-height: 1.7;
}
body{
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	background-position: center;
}
a,
a:visited,
a:hover,
a:active {
  color: inherit;
}

/*------今までのセットcss-----*/
html {
	font-size: 100%;
}
body{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif", 'Noto Sans JP', sans-serif;
line-height: 1.7;
}
*{
	maegin: 0;
	padding: 0;
}
body{
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

/*----------ヘッダー----------*/
.header {
	height: 170px;
	width: 100%;
	box-shadow: 0 0 10px #ddddd;
	background-color: white;
    position: fixed;
	top: 0;
	z-index: 99;
	margin-bottom: -50px;
}
.header-left{
	float: left;
	margin-top: 5px;
}
.header-right{
	float: right;
	margin-top: 0px;
}
.clear{
	clear: both;
}
.header-logo{
	height: 60px;
	margin-top: 10px;
}
.header-right a {
	line-height: 80px;
	color: snow;
    margin-left: 0px;
	font-size: 16px;
	padding: 11px 5px;
}
.container{
	width: 100%;
	padding: 0 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: #172A88;
}
.container_navi{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.container_navi_under{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.container_under{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
/*----------ヘッダーアンダー----------*/
.header_under {
	width: 100%;
	box-shadow: 0 0 10px #ddddd;
	background-color: white;
    position: fixed;
	top: 0;
	z-index: 99;
}
.header-left_under{
	float: left;
}
.header-right_under{
	float: right;
	margin-top: 10px;
}
.clear_under{
	clear: both;
}
.header-logo_under{
	height: 60px;
	margin-top: 20px;
}
.header-right_under a {
	line-height: 56px;
	color: snow;
    margin-left: 0px;
	font-size: 16px;
	padding: 16px 5px;
}
.container_under{
	max-width: 980px;
	padding: 0 30px;
	margin-left: auto;
	margin-right: auto;
}
/*-----スマホメニューバー-----*/

.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: white;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #172A88;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
	text-align: center;
}
.menu-content ul li  {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 5px 15px 5px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #172A88;
    transition: all 0.3s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
@media (min-width : 760px ){
	.hamburger-menu{
		display: none;
	}
}
@media (max-width : 760px ){
	.header-right{
		display: none;
	}
}

.privacy_title{
	text-align: center;
	font-size: 20px;
}
.privacy{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
}
.privacy-header{
	font-size: 30px;
	text-align: center;
}
.privacy-setuei{
	font-size: 20px;
	color: #333333;
	background-color: rgba(0, 0, 0, 0.02);
	border-radius: 5px;
}
.name{
	font-size: 20px;
	text-align: right;
}
.torihiki{
	max-width: 800px;
	text-align: left;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(0, 0, 0, 0.02);
	border-radius: 5px;
}

.wrapper-fotter{
	background: #ddd;
	padding: 2px 0;
	margin-top: 80px;
}
.fotter-size p{
	coloe: #fff;
	font-size: 20px;
}
.fotter-size:after{
	content: "";
	display: block;
	clear: both;
}
.fotter-size{
	margin-left: auto;
	margin-right: auto;
}
.fotter-size{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.toiawase-fotter{
	padding-top: 20px;
}
.boxA-honten{
	float: left;
	width:35%;	
}
.miseinfo-miyazaki-f{
	list-style: none;
}
.boxB-saito{
	list-style: none;
	float: left;
	width: 40%;
}
.miseinfo-saito-f{
	list-style: none;
}
.boxC-menu{
	float:left;
	width: 25%;
}
.setumei-fotter{
	font-size: 80%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.copy{
	text-align: center;
	font-size: 20px;
}

@media (max-width : 700px ){
	body{
		background: none;
	}
	
/*----------ヘッダー----------*/
.header-right{
	text-align: center;
    background-color: aliceblue;
}
.container{
	max-width: 700px;
	padding: 0 30px;
	margin-left: auto;
	margin-right: auto;
}
.header {
	height: 165px!important;
	width: 100%;
	box-shadow: 0 0 10px #ddddd;
	background-color: white;
    position: fixed;
	top: 0;
	z-index: 99;
}
.header-right a{
    font-size: 10px!important;
}
.top-title{
    padding: 30px 0 50px 0 ;
    font-size: 30px;
}
.top-title-sub{
	font-size: 20px;
}
.top-title-img{
    max-width: 480px;
}
.main-visual{
	padding-top: 50px;
	padding-bottom: 80px;
	background-image: url("image/city6.jpg");
	background-size: cover;
	color: #F5F5F5;
	text-align: center;
	margin-top: 150px;
}
.top-title{
	font-size: 30px;
	margin-bottom: 10px;
}
.top-title{
	max-width: 400px;
	padding: 2px 0px 2px 0px;
	margin-left: auto;
	margin-right: auto;
}
.top-title{
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 5px;
}
.wrapper-fotter{
	padding-top: 20px;
}
.main-visual{
	margin-top: 100px;
}
 .wrapper-fotter{
     padding-top: 20px;
}
.boxA-honten{
    float: left;
    width:50%;	
}
.miseinfo-miyazaki-f{
     list-style: none;
}
.boxB-saito{
	 list-style: none;
	 float: left;
     width: 50%;
}
.miseinfo-saito-f{
	 list-style: none;
}
.boxC-menu{
	 float: right;
	 width: 50%;
}
 .wrapper-fotter{
     padding-top: 20px;
}

.privacy{
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.privacy-header{
	font-size: 20px;
	text-align: center;
}
.privacy-setuei{
	font-size: 15px;
	color: #333333;
}
.name{
	font-size: 15px;
	text-align: right;
}
.torihiki{
	max-width: 500px;
	text-align: left;
	font-size: 15px;
	margin-left: auto;
	margin-right: auto;
}
.toiawase-fotter{
	font-size: 15px;
}
.miseinfo-miyazaki-f{
	font-size: 15px;
}
.miseinfo-saito-f{
	font-size: 15px;
}
.boxC-menu{
	font-size: 15px;
}


}


@media (max-width : 414px ){
body{
	background: none;
}
.main-visual{
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url("image/city6.jpg");
	background-size: cover;
	color: #F5F5F5;
	text-align: center;
	margin-top: 150px;
}
.top-title{
	font-size: 20px;
	margin-bottom: 10px;
}
.top-title{
	max-width: 400px;
	padding: 2px 0px 2px 0px;
	margin-left: auto;
	margin-right: auto;
}
.top-title{
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 5px;
}

.container{
	max-width: 400px;
}
	
.header {
	height: 150px!important;
}
.header-logo{
		width: 60%;
		height: 100%;
	}
.honten-boxA{
	float: left;
	width: 100%;	
}
.privacy{
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}
.privacy-header{
	font-size: 20px;
	text-align: center;
}
.privacy-setuei{
	font-size: 15px;
	color: #333333;
}
.name{
	font-size: 15px;
	text-align: right;
}
.torihiki{
	max-width: 350px;
	text-align: left;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
}
.toiawase-fotter{
	font-size: 12px;
}
.miseinfo-miyazaki-f{
	font-size: 12px;
}
.miseinfo-saito-f{
	font-size: 12px;
}
.boxC-menu{
	font-size: 12px;
}
}
