@charset "UTF-8";

/* ----------------------------------------------------------------------
 * RESET
 * ---------------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
input,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
:before,
:after {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	vertical-align: bottom;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
}

.g-body {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Noto Serif JP';
	font-weight: 400;
	font-feature-settings: pkna;
	line-height: 1.35;
	letter-spacing: .1em;
	font-smoothing: antialiased;
	width: 100%;
	min-width: 1160px;
	height: 100%;
	margin: 0;
	padding: 0 0 55px;
	position: relative;
	cursor: default;
}

.g-body::before{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: url("/takamatsu/img/bg-01.jpg") no-repeat top right / cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}

.g-body::after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(140, 95, 0, .55);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}

.g-body>*{
    position: relative;
    z-index: 2;
}

input,
textarea,
select,
option {
	font-family: 'Noto Serif JP';
	margin: 0;
	padding: 0;
	outline: none;
	border-radius: 0;
	appearance: none;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

a,
a:before,
a:after,
a img,
input[type='image'],
input[type='submit'] {
	color: #fff;
	text-decoration: none;
	transition: .2s;
	backface-visibility: hidden;
}

a:visited:hover,
a:hover,
a:hover img,
input[type='image']:hover {
	color: #fff;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
	backface-visibility: hidden;
}

button {
	margin:0;
	padding:0;
	border:0;
	background:transparent;
}

::selection {
	color: white;
	background: #94A0CB;
}

::-moz-selection {
	color: #333;
	background: rgba(230,40,0,.1);
}

::-webkit-scrollbar {
	width: 8px;
	background: rgba(255, 255, 255, .15);
}

::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, .25);
}


/* ----------------------------------------------------------------------
 * GLOBAL - UTILITY
 * ---------------------------------------------------------------------- */
.u-inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}

.u-show-mobile {
	display: none;
}

.u-hide-tab {
	display: inline-block;
}

.u-show-tab-mobile {
	display: none;
}

.u-hide-mobile {
	display: inline-block;
}

.u-hide-tab-mobile {
	display: inline-block;
}


/* ------------------------------------------------------------------------------------------------
 * Parts Template
 * ------------------------------------------------------------------------------------------------ */
.u-flex {
	display: flex;
	flex-wrap: wrap;
}


/* ------------------------------------------------------------------------------------------------
 * H1
 * ------------------------------------------------------------------------------------------------ */
.g-h1-text {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.35;
    text-align: center;
    letter-spacing: .175em;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 1.45em;
    left: 0;
    z-index: 100;
}


/* ------------------------------------------------------------------------------------------------
 * MainVisual
 * ------------------------------------------------------------------------------------------------ */
.g-content{
 display: flex;
}

.mv{
 width: 50%; 
 height: auto;
}
.mv img{
 width: 100%; 
}


/* ------------------------------------------------------------------------------------------------
 * テキスト
 * ------------------------------------------------------------------------------------------------ */
.text-wrap{
 position: relative;
 text-align: center;
 width: 50%; 
 height: auto;
 background: #fff;
 color: #000;
}
.text{
 position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.text .logo{
 width: 100%;
    max-width: 210px;
 margin: 0 auto;
}
.text .logo img{
 width: 100%;
 margin-bottom: 5%;
}
.text .catcn{
 margin-bottom: 5%;
 font-size: 8rem;
 letter-spacing: 0.25em;
 transform: rotate(0.001deg);
}
.text .message{
 font-size: 1.7rem;
 line-height: 1.7;
 transform: rotate(0.001deg);
}


/* ------------------------------------------------------------------------------------------------
 * FOOTER
 * ------------------------------------------------------------------------------------------------ */
.g-footer {
    position: relative;
	padding: 0;
}

.g-footer__logo{
    padding: 30px 0;
    background: rgba(0, 0, 0, .25);
}

.g-footer__menu {
    background: rgba(0, 0, 0, .4);
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.g-footer__menu ul {
	padding: 3.5em 0 4em;
}

.g-footer__menu ul li {
	margin-right: 30px;
}

.g-footer__menu ul li:last-child {
	margin-right: 0;
}

.g-footer__menu ul li a {
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	text-decoration: underline;
}

.g-footer__menu ul li a:hover {
	text-decoration: none;
}

.copyright {
/*
	padding: .5em 0;
    color: rgba(255,255,255,.5);
	background: rgba(0,0,0,.4);
 text-align: center;
*/
    color: rgba(255, 255, 255, .5);
    font-size: 1.2rem;
    letter-spacing: .15em;
    text-align: center;
    padding: 1em 0 1.25em;
    background: rgba(0, 0, 0, .4);
    display: block;
}

.copyright small {
/*
	color: #5e5e5e;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: .05em;
	display: block;
*/
}

/*フッターロゴ*/
.g-footerInquiry__items{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.g-footerInquiry__item {
    width: 30%;
}

.g-footerInquiry__items img{
    width: 100%;
}
.g-footer__menu ul+ul{
    padding-top: 0;
}
.g-footerGlobal {
    background: rgba(0, 0, 0, .4);
}
.g-footer__logo .u-inner{
    max-width: 900px;
}
