@charset "UTF-8";

@font-face {
  font-family: 'Noto Sans Japanese Light';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format('opentype');
}

html {
  font-size: 62.5%;
}

body {
	color:#464646;
font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,sans-serif;
font-family: 'Noto Serif Japanese', "Hiragino Mincho ProN", "Hiragino Mincho Pro",'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ 明朝", serif;
	margin: 0;
	line-height:2;
  letter-spacing: .05em;
background-color: #fff;
}

a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
    margin: 0;
    padding: 0;
    border: 0px;
}

li,a,p {
  font-size: 1.6rem;
}
a, a:visited {
color: #0c60d0;
text-decoration: none;
outline: 0;
-webkit-transition: color 0.3s ease-out 0s;
-moz-transition: color 0.3s ease-out 0s;
-o-transition: color 0.3s ease-out 0s;
transition: color 0.3s ease-out 0s;
}

a:hover, a:focus {
	color: #12d4fa;
	text-decoration: none;
}

a img {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .2s ease-in-out;
transition: .2s ease-in-out;
}

ul li{ list-style:none;}
.clr {
clear: both;
}

.tac {
text-align: center;
}
@media (max-width: 768px) {
.tal_s {
text-align:left;
}
}

.en {
font-family: 'Satisfy', cursive;
}


.wpcf7-not-valid-tip {
display: inline-block;
color: #ff0000;
padding-left: 10px;
}

.wpcf7-checkbox {
font-size:1.2rem;
}

.wpcf7 .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
    .wpcf7 .wpcf7-validation-errors {
        color: #B94A48;
        background-color: #F2DEDE;
        border: 1px solid #EED3D7;
    }
    .wpcf7 .wpcf7-mail-sent-ok {
        color: #3A87AD;
        background-color: #D9EDF7;
        border: 1px solid #BCE8F1;
    }
.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7 .wpcf7-not-valid {
    background: pink;
}


/* HeaderPC */
.HeaderLine {
padding: 5px 20px;
background-color: #0f2841;
color: #fff;
display: flex;
}
.HeaderLine p{
font-size: 1.2rem;
}

.HeaderLine__Left {
flex: 1 1 50%;
}
.HeaderLine__Right {
flex: 1 1 50%;
text-align: right;
}
.HeaderLine__Right a {
color: #fff;
font-size: 1.2rem;
}

@media (max-width: 1200px) and (min-width: 979px) {
.HeaderLine p{
    font-size: 0.9rem !important;
}
}
.HeaderPC {
width: 100%;
    height: 140px;
    background: #ffffff;
    margin: 0;
    position: fixed;
    z-index: 1000;
    border-bottom: 1px solid #e9e9e9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    zoom: 1;
}
.HeaderPC__Inner {
    padding: 18px 50px 0 50px;
}

.sb-search {
	position: absolute;
    top: 0px;
    right: 0;
	width: 0%;
	min-width: 22px;
	height: 33px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
/* The input element on the search element  */
.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid transparent;
	outline: none;
	background: #fff;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: 10;
	padding: 0px;
	font-family: inherit;
	font-size: 20px;
	color: #2c3e50;
}
.sb-search.sb-search-open {
  border: 1px solid #ccc;
  background: #fff;
  z-index: 100;
}

input[type="text"].sb-search-input {
	/* remove special webkit formatting on the search input */
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
    background: #fff;
    height: 100%;
    padding-right: 30px;
    padding-left: 10px;
    padding-right: 70px;
}

/* browser specific placholder text color */
.sb-search-input::-webkit-input-placeholder {
	color: #efb480;
}

.sb-search-input:-moz-placeholder {
	color: #efb480;
}

.sb-search-input::-moz-placeholder {
	color: #efb480;
}

.sb-search-input:-ms-input-placeholder {
	color: #efb480;
}

/* format the search button and submit to share the same size and space */
.sb-icon-search,
.sb-search-submit  {
	width: 22px;
	height: 22px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}
/* hide the submit but leave it clickable */
.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

/* format the search icon */
.sb-icon-search {
	color: #fff;
	background: #d3d3d3;
	z-index: 90;
	font-size: 22px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
    transition: all 0.5s;
}

/* add the magnifying glass character from the icomoon font as a before pseudo element */
.sb-icon-search:before {
	content: "\e000";
}

.sb-icon-search {
    z-index: 90;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    transition: all 0.5s;
    background: url(/images/searchicon_on.png) no-repeat center top;
    background-size: contain;
    margin-top: 5px;
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

/* add the "active" color on the search button */
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: url(/images/searchicon_off.png) no-repeat center top;
    background-size: contain;
	z-index: 11;
    margin-right: 5px;
}

/* adjust z-index to make sure the search submit is clikacble and not below any other elements */
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}



.HeaderPC__Logo {
float:left;
width: 240px;
}
.Utility {
float:right;
position: absolute;
right:0px;
margin-right:10px;
padding-right: 0px;
}
ul.Utility li {
float: left;
padding: 0px 10px;
font-size: 0.8em;
}
ul.Utility li:last-child {
border-right: 0px;
}

ul.Utility li a {
display: block;
padding: 5px 16px;
color: #53565a;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    background-color: #fcd94c;
    border-radius: 20px;
}
ul.Utility li a:hover {
  background-color: #fcbb4b !important;
  color: #fff
}

.Gnavi {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50px;
}
.Gnavi__Inner {
background-color: #fff;
float:right;
padding-top: 5px;
}

#slide-line {
  position: absolute;
  bottom: 10px;
  height: 2px;
  background-color: #6399ae;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.mega-nav {
  display: inline-block;
  padding: 0 20px;
}
.mega-nav-2nd {
    visibility: hidden;
    opacity: 0;
    z-index: 100;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 0;
    background-color: rgba(240,251,253,0.95);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.mega-nav-2nd.active {
    visibility: visible;
    opacity: 1;
}
.mega-nav .parent {
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 6px 10px;
}
.mega-nav .parent a {
  color: #000;
}
.mega-nav .parent a:hover {
  color: #12d4fa;
}
.mega-nav .parent:hover,
.mega-nav .parent:focus,
.mega-nav .parent:active {
  color: #12d4fa;
}
.mega-nav .parent:hover {

}
.mega-nav-2nd ul {
    zoom: 1;
    max-width: 1280px;
    min-height: 370px;
    margin: 0 auto;
    padding-left: 3.90625%;
    display: flex;
}
.mega-nav-2nd ul > li:first-child {
  width: 25%;
  margin-right: 2.34375%;
  margin-left: 0;
  font-weight: bold;
  color: #4db0dc;
  font-size: 1.2rem;
}
.mega-nav-2nd ul > li:first-child {
  font-size: 1.8rem;
}
.mega-nav-2nd ul > li:first-child:after {
    content: ' ';
    border-right: 1px solid #bdbdbd;
    position: absolute;
    top: 0;
    right: -30px;
    height: 100%;
}
.mega-nav-2nd ul > li {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 2.34375%;
    width: 25%;
}
.mega-nav-2nd a {
    color: #535353;
    padding: 10px;
    position: relative;
    display: block;
    transition: all 0.3s;
    font-size: 1.4rem;
}
.mega-nav-2nd a:hover {
  background-color: rgba(92, 196, 232, 0.2);
  color: #4db0dc;
}

.SlideLine {
    position: absolute;
    bottom: 10px;
    height: 2px;
    background-color: #4db0dc;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}



/* btn */
.btnArea {
text-align: center;
margin: 6em auto 3em;
}
@media (max-width: 768px) {
.btnArea {
margin: 3em auto 3em;
}
}

.btnArea2 a {
    padding: 15px 0 15px 5px;
    background-color: #0c60d0;
}

.btnArea2 {
margin-top: 3em;
text-align: center;
}

.btnArea2 a {
    text-decoration: none;
    display: block;
    color: #fff;
    letter-spacing: 0.1em;
    transition: all 0.3s;
}
.btnArea2 {
    border: solid 1px #fff;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.btnArea2::before {
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btnArea2::before, .btnArea2::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.btnArea2::before {
    left: 25px;
}

.btnArea2:hover {
    background: #12d4fa;
    border: solid 1px #12d4fa;
}
.btnArea2:hover a {
background-color: #12d4fa;
}


.btnArea2:hover a {
    color: #fff !important;
}
.btnArea2:hover:before {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}


@media (max-width: 1200px) and (min-width: 768px) {
.HeaderPC, #footer-pc, #footer, .pagetop-pc {
    display: none!important;
}
}
@media (min-width: 1200px) {
  .HeaderSP {
    display: none!important;
  }
}
@media (max-width: 767px) {
  .HeaderPC {
    display: none!important;
  }
}
.HeaderSP {
padding: 8px 0px 0px 0px;
position: fixed;
width: 100%;
height: 60px;
z-index: 1000;
background-color: #fff;
}

.HeaderSP__Logo {
float: left;
width: 140px;
padding-left:10px;
}
.HeaderSP__HMG {
float: right;
display: block;
margin: 10px 20px 0 0;
}
.HeaderSP__Trigger {
position: relative;
width: 25px;
height: 18px;
cursor: pointer;
transition: all .4s;
display: inline-block;
box-sizing: border-box;
}

.HeaderSP__Trigger span {
background-color: #b9b9b9;
width: 100%;
height: 1px;
position: absolute;
left: 0px;
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.HeaderSP__Trigger span:nth-child(1) {
    top: 0;
}
.HeaderSP__Trigger span:nth-child(2) {
    top: 8px;
}
.HeaderSP__Trigger span:nth-child(3) {
    bottom: 0;
}
.HeaderSP #g-nav {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    margin-top: 60px;
    padding-bottom: 57px;
    overflow-y: scroll;
    clear: both;
    font-size: 1.6rem;
}
.HeaderSP .HeaderSP__Trigger.active span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.HeaderSP .HeaderSP__Trigger.active span:nth-child(2) {
  opacity: 0;
}
.HeaderSP .HeaderSP__Trigger.active span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

.HeaderSP #g-nav > li .parent {
    display: block;
    padding: 20px;
    position: relative;
    font-weight: bold;
    color: #fff;
    background: rgba(81, 93, 174, 0.96);
    border-bottom: 1px solid #848fcd;
    font-size: 1.2rem;
}
dt.parent a{
font-size: 1.2rem;
}

.HeaderSP #g-nav > li .parent:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: all 0.3s;
}
.HeaderSP #g-nav > li a dt.parent:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s;
}
.HeaderSP #g-nav > li .parent.active {
  border-bottom: 0;
}
.HeaderSP #g-nav > li .parent.active:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.HeaderSP #g-nav > li a dt.parent.active:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.HeaderSP #g-nav > li .child {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background: rgba(81, 93, 174, 0.96);
}
.HeaderSP #g-nav > li .child .child-main-category {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    position: relative;
}
.HeaderSP #g-nav > li .child a {
    padding: 20px 0;
    display: block;
    font-size: 1.0rem;
}
.HeaderSP #g-nav a {
    color: #fff;
}
.HeaderSP #g-nav > li .child .child-item {
    display: block;
    padding: 12px 0;
}
.HeaderSP #g-nav > li .child .child-item a {
font-size: 1.0rem;
}


.HeaderSP #service .child .child-item,
.HeaderSP #menu .child .child-item,
.HeaderSP #link .child .child-item,
.HeaderSP #access .child .child-item {
    display: block;
    width: 50%;
    float: left;
    padding: 0 0 25px 0;
}
.HeaderSP #g-nav > li .child .child-category-box {
  padding-bottom: 20px;
  border-top: 1px solid #848fcd;
  padding-top: 20px;
}
.HeaderSP #g-nav > li .child .child-category-box ul:after {
    content: "";
    display: block;
    clear: both;
}

.HeaderSP #g-nav .h-info {
    padding: 20px 20px 20px 20px;
    background: rgba(95, 109, 186, 0.96);
    text-align: center;
}

.HeaderSP #g-nav .h-info li {
    display: inline-block;
    margin-right: 40px;
}
.HeaderSP #g-nav #searchBox {
    background: #fff;
    margin-top: 26px;
    font-size: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.HeaderSP #g-nav #searchBox dt {
    display: table-cell;
    width: 100%;
}
.HeaderSP #g-nav #searchBox dd {
    display: table-cell;
    width: 40px;
}
.HeaderSP #g-nav #searchBox dt, .HeaderSP #g-nav #searchBox dd {
    vertical-align: middle;
}
.HeaderSP #g-nav #searchBox input[type="text"] {
    font-size: 1.6rem;
    width: 100%;
    height: 40px;
    border: 0;
    padding: 10px;
}
.HeaderSP #g-nav #searchBox input[type="submit"] {
    width: 40px;
    height: 40px;
    border: 0;
    background: url(/images/icon_search_hbg.png) no-repeat 0 0 / contain;
}

a.btn {
    display: inline-block;
    width: 275px;
    max-width: 100%;
    padding: 0;
    margin: 0 10px;
    color: #009feb;
    background: none;
    border: #009feb 1px solid;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    line-height: 55px;
    letter-spacing: 1px;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: all 0.3s;
}
.btn:after {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 1;
    line-height: 55px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn:hover { color:#fff; background-color: #676cdd; border:#676cdd 1px solid; }
.btn:hover:after { right: 10px; }

.TopPhoto {
display: flex;
flex-wrap: wrap;
}
.TopPhoto__Item {
flex: 1 1 50%;
position: relative;
}
.TopPhoto__Item .overlay {
	background-color: rgba(0, 0, 200, 0.4);
}
.TopPhoto__Item:hover .overlay {
	background-color: rgba(0, 0, 0, 0.2);
}
.TopPhoto__Item h3 {
color: #fff;
font-size: 3.6rem;
-webkit-text-fill-color: #fff;
margin-bottom: 30px;
}

.TopPhoto__Item .overlay{
    text-align: center;
    position: absolute;
    width: 100%;
    padding: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: background-color 300ms;
    -moz-transition: background-color 300ms;
    -o-transition: background-color 300ms;
    transition: background-color 300ms;
}


.TopPhoto__Item a {
color: #fff;
border: 1px solid #fff;
}

@media (max-width: 768px) {

.TopPhoto {
flex-direction: column;
}

.TopPhoto__Item {
display: 1 1 auto;
}

.TopPhoto__Item h3 {
color: #fff;
font-size: 2.8rem;
-webkit-text-fill-color: #fff;
margin-bottom: 30px;
}
}


.wrapper {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px 10px 0;
    margin-top: -10px;
    overflow: hidden;
}

.NewsBox ul li:first-child {
    border-top: 0 none;
}

.NewsBox ul li {
    width: 100%;
    border-bottom:1px solid #e1e1e1;
    padding:17px 0px;
}
.NewsBox ul li div.date {
    float:left;
    width:20%;
}
.NewsBox ul li div.title
 {
    padding-left: 0px;
    vertical-align: top;
    float:left;
    width:80%;
}

@media (max-width: 768px) {

.NewsBox ul li {
font-size: 0.9em;
}

.NewsBox ul li div.date {
    float:left;
    width:25%;
}
.NewsBox ul li div.title
 {
    padding-left: 0px;
    vertical-align: top;
    float:left;
    width:75%;
}

}

/* Typography */

h2.pagetitle {
text-align:center;
position:relative;
line-height:1.4;
color: #2c7ece;
font-size:3.6rem;
padding-bottom: 20px;
margin-bottom: 60px;
color: #0c62d9;
background: -webkit-linear-gradient(left, #0c60d0, #12d4fa);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
h2.pagetitle:before {
    background-color: #2c7ece;
    background-blend-mode: soft-light,screen;
background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
background-image: linear-gradient(to right, #42b9d0 0%, #00f2fe 100%);
    bottom: -5px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    right: 0;
    position: absolute;
    width: 80px;
    margin: auto;
}

h2.pagetitle_white {
text-align:center;
position:relative;
line-height:1.4;
color: #2c7ece;
font-size:3.6rem;
padding-bottom: 20px;
color: #fff;
background: -webkit-linear-gradient(left, #fff, #fff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
h2.pagetitle_white:before {
    background-color: #fff;
    background-blend-mode: soft-light,screen;
background-image: linear-gradient(120deg, #fff 0%, #fff 100%);
background-image: linear-gradient(to right, #fff 0%, #fff 100%);
    bottom: -5px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    right: 0;
    position: absolute;
    width: 80px;
    margin: auto;
}

@media(max-width: 768px) {
h2.pagetitle,h2.pagetitle_white {
font-size: 1.7rem;
}
}

/* Layout */
.l-container {
flex: 0 1 1200px;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.l-container2 {
flex: 0 1 900px;
max-width: 900px;
margin: 0 auto;
padding: 0 20px;
}
.l-row {
display:flex;
justify-content: space-between;
flex-wrap: wrap;
}
h2.pageLabel {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	padding: 0em 0 0em;
	margin-top:0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0em;
}
h2.pageLabel::after {
	border-bottom:1px solid #ddd;
	display: block;
	flex:1 0 10%;
	content: "";
	margin-left:20px;
}

h2 {
text-align: center;
color: #0d3d80;
font-size: 1.2rem;
}
h3 {
text-align: center;
font-size: 3.2rem;
    color: #0c62d9;
    background: -webkit-linear-gradient(left, #0c60d0, #12d4fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media(max-width: 768px) {
h3 {
font-size: 2.4rem;
}

}

p.SubTitle {
font-size: 1.4rem;
margin-top: 35px;
line-height: 2.4em;
}

.SideBox h3 {
text-align: left;
font-size: 2.2rem;
letter-spacing: 1px;
line-height: 2.2rem;
}



/* Main */
.Main {
position: relative;
padding-top: 140px;
overflow: hidden;
}
@media (max-width: 1200px) {
.Main {
padding-top: 57px;
}
}
#maincontent2 {
background-color:#fff;
background-position:left bottom;
background-repeat: no-repeat;
background-size:100%;
    background-color: #f6f9ff;
    background-image: url(/images/bg_shima.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-slide{width: 100%;}

#main-slider #slide01 {
    background-image: url(/wp-content/themes/kohollo/images/top1.jpg);
}
#main-slider #slide02 {
    background-image: url(/wp-content/themes/kohollo/images/top2.jpg);
}
#main-slider #slide03 {
    background-image: url(/wp-content/themes/kohollo/images/top3.jpg);
}
#main-slider #slide04 {
    background-image: url(/wp-content/themes/kohollo/images/top4.jpg);
}
#main-slider .main-slide {
    background: center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#main-slider {
    position: relative;
    width: 100%;
    height: 800px;
}

@media (max-width: 1699px) {
#main-slider {
    height: 800px;
}
}
@media (max-width: 1299px) {
#main-slider {
    height: 700px;
}
}
@media (max-width: 991px){
#main-slider {
    height: 400px;
}
}




#main-slider h2 {
    opacity: 0;
    -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    color: #FFF;
    max-width: 100%;
    padding: 0 20px 0px;
    width: 100%;
    margin-top: -120px;
    font-size: 55pt;
    z-index: 2;
}

@media (max-width: 1299px) {
#main-slider h2 {
    font-size: 40pt;
}
}
@media (max-width: 1199px) {
#main-slider h2 {
    font-size: 30pt;
}
}
@media (max-width: 767px) {
#main-slider h2 {
    font-size: 30pt;
}
}



#main-slider .swiper-slide.swiper-slide-active h2 {
    opacity: 1;
}
#main-slider h2 .main--logo {
    line-height: 40px;
    margin-top: 20px;
    padding-top: 20px;
    position: relative;
}
#main-slider h2 .main--logo:before {
    content: "";
    position: absolute;
    width: 30px;
    top: 0;
    left: 50%;
    margin-left: -15px;
    border-top: 1px solid #fff;
    width: 0;
    -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -ms-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
#main-slider .swiper-slide.swiper-slide-active h2 .main--logo:before {
    width: 30px;
}
#main-slider h2 .en {
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 2px;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
    -webkit-transition-property: opacity transform;
    -moz-transition-property: opacity transform;
    -ms-transition-property: opacity transform;
    -o-transition-property: opacity transform;
    transition-property: opacity transform;
}

@media (max-width: 1199px) {
#main-slider h2 .en {
    font-size: 20px;
}
}

@media (max-width: 767px) {
#main-slider h2 .en {
    font-size: 18px;
}
}

@media (max-width: 400px) {
#main-slider h2 .en {
    font-size: 14px;
}
}


#main-slider h2 .ja {
    font-size: 25px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
    -webkit-transition-property: opacity transform;
    -moz-transition-property: opacity transform;
    -ms-transition-property: opacity transform;
    -o-transition-property: opacity transform;
    transition-property: opacity transform;
}

#main-slider .swiper-slide.swiper-slide-active h2 .en {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
#main-slider .swiper-slide.swiper-slide-active h2 .ja {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

@media (max-width: 400px) {
#main-slider h2 .ja {
    font-size: 14px;
}
}
@media (max-width: 767px) {
#main-slider h2 .ja {
    font-size: 18px;
}
}
@media (max-width: 1199px) {
#main-slider h2 .ja {
    font-size: 20px;
}
}

/* ==========================================================================
Padding Margin
========================================================================== */
.pt-01{padding-top: .1rem;}
.pt-02{padding-top: .2rem;}
.pt-03{padding-top: .3rem;}
.pt-04{padding-top: .4rem;}
.pt-05{padding-top: .5rem;}
.pt-06{padding-top: .6rem;}
.pt-07{padding-top: .7rem;}
.pt-08{padding-top: .8rem;}
.pt-09{padding-top: .9rem;}
.pt-1{padding-top: 1rem;}
.pt-15{padding-top: 1.5rem;}
.pt-2{padding-top: 2rem;}
.pt-3{padding-top: 3rem;}
.pt-4{padding-top: 4rem;}
.pt-5{padding-top: 5rem;}
.pt-6{padding-top: 6rem;}
.pt-12{padding-top: 12rem;}
.pb-01{padding-bottom: .1rem;}
.pb-02{padding-bottom: .2rem;}
.pb-03{padding-bottom: .3rem;}
.pb-04{padding-bottom: .4rem;}.pb-05{padding-bottom: .5rem;}.pb-06{padding-bottom: .6rem;}.pb-07{padding-bottom: .7rem;}.pb-08{padding-bottom: .8rem;}.pb-09{padding-bottom: .9rem;}.pb-1{padding-bottom: 1rem;}.pb-15{padding-bottom: 1.5rem;}.pb-2{padding-bottom: 2rem !important;}.pb-3{padding-bottom: 3rem;}.pb-4{padding-bottom: 4rem;}.pb-5{padding-bottom: 5rem;}.pb-6{padding-bottom: 6rem;}.pb-7{padding-bottom: 7rem;}.pb-8{padding-bottom: 8rem;}.pb-9{padding-bottom: 9rem;}.pb-10{padding-bottom: 10rem;}.pb-11{padding-bottom: 11rem;}
.mt-0{margin-top: 0 !important;}.mt-01{margin-top: .1rem;}.mt-02{margin-top: .2rem;}.mt-03{margin-top: .3rem;}.mt-04{margin-top: .4rem;}.mt-05{margin-top: .5rem;}.mt-06{margin-top: .6rem;}.mt-07{margin-top: .7rem;}.mt-08{margin-top: .8rem;}.mt-09{margin-top: .9rem;}.mt-1{margin-top: 1rem;}.mt-2{margin-top: 2rem;}.mt-3{margin-top: 3rem;!important}.mt-4{margin-top: 4rem;}.mt-5{margin-top: 5rem;}.mt-6{margin-top: 6rem;}.mt-7{margin-top: 7rem;}.mt-8{margin-top: 8rem;}.mt-12{margin-top: 12rem;}.mt-13{margin-top: 13rem;}.mt-15{margin-top: 15rem;}
.mb-0{margin-bottom: 0;}.mb-01{margin-bottom: .1rem;}.mb-02{margin-bottom: .2rem;}.mb-03{margin-bottom: .3rem;}.mb-04{margin-bottom: .4rem;}.mb-05{margin-bottom: .5rem;}.mb-06{margin-bottom: .6rem;}.mb-07{margin-bottom: .7rem;}.mb-08{margin-bottom: .8rem;}.mb-09{margin-bottom: .9rem;}.mb-1{margin-bottom: 1rem;}.mb-13{margin-bottom: 1.3rem;}.mb-15{margin-bottom: 1.5rem;}.mb-2{margin-bottom: 2rem;}.mb-3{margin-bottom: 3rem;}.mb-4{margin-bottom: 4rem;}.mb-5{margin-bottom: 5rem;}.mb-6{margin-bottom: 6rem;}.mb-7{margin-bottom: 7rem;}.mb-8{margin-bottom: 8rem;}.mb--1{margin-bottom: -1rem;}

.ml-1 {
	margin-left: 1em;
}
.ml-2 {
	margin-left: 2em;
}
.mr-1 {
	margin-right: 1em;
}
.mr-2 {
	margin-right: 2em;
}

@media(max-width: 768px) {

.smt-3 {
margin-top: 3rem;
}

.mt-12 {
margin-top: 3rem;
}

}


/* ============================================================
 TABLE
============================================================ */

table.table td {
background-color: rgba(255,255,255,0.8);
}
table.table td a {
font-size: 1.4rem;
}

table.table td.price {
text-align: right;
}
table.table td b{
color: #e84b47;
}

table.table td span a {
font-size: 0.8rem;
color: #0b61d9;
text-decoration: underline;
}

table.table th {
background: rgba(78, 70, 224, 0.54);
color: #fff;
}
.table table {
  min-width: 550px;
  max-width: 850px;
  margin: 0 auto;
  border-top: 1px solid #d9d9d6;
}
.table table th,
.table table td {
  border-bottom: 1px solid #d9d9d6;
  vertical-align: top;
  padding-top: 24px;
  padding-bottom: 24px;
}
.table table th {
  width: 36%;
  white-space: nowrap;
  padding-left: 70px;
  padding-right: 30px;
  color: #7a7a7a;
}
.table table td {
  width: 64%;
}
.table dl dt,
.table dl dd {
  display: inline-block;
}
.table dl dt {
  width: 70%;
}
.table dl dd {
  width: 28%;
}
.table .btn-group {
  margin-top: 20px;
}
.table .btn-group .btn {
  padding-left: 24px;
  padding-right: 24px;
}

@media(max-width: 768px) {

table.table td, table.table th, table.table a {
font-size: 0.9rem;
}

}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}

.search-field {
    background: #f3f3f3 none repeat scroll 0 0;
    border: 1px solid #f3f3f3;
    border-radius: 0;
    color: #111;
    display: block;
    font-size: 1rem;
    margin: 0;
    padding: 10px;
    width: 100%;
    height: 40px;
}
.search-button {
    background-color: #f3f3f3;
    display: block;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 45px;
    height: 40px;
    border: 0px;
    border-left: 1px solid #fff;
}
.search-form {
    position: relative;
}

.img-responsive, .l-main img {
	display: block;
	max-width: 100%;
	height: auto;
}
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/************************************
** レスポンシブページネーション
************************************/
.pagination{
	list-style-type: none;
	padding-left: 0;
	margin: 30px 0;
}

.pagination,
.pagination li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.pagination a {
	font-weight: 300;
	padding-top: 1px;
	text-decoration:none;
	border: 1px solid #ddd;
	border-left-width: 0;
	min-width:36px;
	min-height:36px;
	color: #333;
}

.pagination li:not([class*="current"]) a:hover {
	background-color: #eee;
}

.pagination li:first-of-type a {
	border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
	/* screen readers only */
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
	display: inline-block;
	font-family: Fontawesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }

.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }

.pagination li.current a {
	background-color: #ddd;
	cursor: default;
	pointer-events: none;
}

.pagination > li:first-child > a {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

@media only screen and ( max-width: 680px ) {
	.pagination li.first,
	.pagination li.last {
		/* screen readers only */
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 500px ) {
	.pagination li {
		/* screen readers only */
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.pagination li.current,
	.pagination li.first,
	.pagination li.last,
	.pagination li.previous,
	.pagination li.next{
		position: initial;
		top: initial;
		left: initial;
	}

	.pagination li.previous a { border-left-width: 0; }
}

@media only screen and ( max-width: 400px ) {
	.pagination li.first,
	.pagination li.last {
		/* screen readers only */
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 240px ) { /* For watches? */
	.pagination li { width: 50%;}

	.pagination li.current {
		order: 2;
		width: 100%;
		border-left-width: 1px;
	}
}




/* TopPage */
.TopTaiken {
padding: 10rem 0rem;
background-color: #e8f4ff;
}

.TopMessage {
display: flex;
}
.TopMessage__Left {
flex: 1 1 50%;
text-align:center;
padding-top: 100px;
}
.TopMessage__Right {
flex: 1 1 50%;
}
.TopMessage__Inner {
position: relative;
}

.TopFull {
position: relative;
display: flex;
border-top: 1px solid #a8a8a8;
background-color: #e8f4ff;
}


.TopFull__Left {
    overflow: hidden;
    position: relative;
    width: 50%;
}
.TopFull__Right {
    position: relative;
    width: 50%;
}


.TopFullRight__Outer {
padding: 0px 20px 0px;
}
.TopFullRight__Header {
padding-top: 120px;
}
.TopFullRight__Header p.sub {
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6ab1de;
    font-family: Lato,sans-serif;
    font-weight: 400;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: .2em;
}
p.sub:after, p.sub:before {
    display: block;
    width: 30px;
    margin: 0 10px;
    border-top: 1px solid #a8a8a8;
content: "";
}
.TopFullRight__Inner {
padding: 0 20px;
text-align: center;
}

.TopFull2 {
position: relative;
display: flex;
border-top: 1px solid #a8a8a8;
}
.TopFull2__Left {
    overflow: hidden;
    position: relative;
    width: 50%;
}
.TopFull2__Right {
    position: relative;
    width: 50%;
}
.TopFull2Right__Outer {
padding: 0px 20px 0px;
}
.TopFull2Right__Header {
padding-top: 120px;
}
.TopFull2Right__Header p.sub {
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6ab1de;
    font-family: Lato,sans-serif;
    font-weight: 400;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: .2em;
}
.TopFull2Right__Inner {
padding: 0 20px;
text-align: center;
}


@media(max-width: 1200px) {
.TopFull {
flex-direction: column;
}
.TopFull__Left, .TopFull__Right {
width: 100%;
}

.TopFull2 {
flex-direction: column-reverse;
}
.TopFull2__Left, .TopFull2__Right {
width: 100%;
}


.TopFull3 {
flex-direction: column;
}
.TopFull3__Left, .TopFull3__Right {
width: 100%;
}

.TopFullRight__Header, .TopFull2Right__Header {
padding-top: 60px;
}


}



.message1 {
    position: relative;
    z-index: 20;
    top: 0;
    left: 15px;
    display: block;
}
.message2 {
    position: relative;
    z-index: 10;
    top: -89px;
    left: 185px;
}
.message3 {
    position: absolute;
    z-index: 5;
    top: 120px;
    right: -20px;
}

@media (max-width: 768px) {
.TopMessage {
flex-direction: column;
}

.TopMessage__Left, .TopMessage__Right {
flex: 1 1 100%;
}
.TopMessage__Left p{
text-align: left;
}

}



.TopBg {
background-color: #e5f1ff;
padding: 10rem 0 10rem;
background-image:url(/images/bg_ship.jpg);
background-repeat: no-repeat;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 40px;
}

.TopBox1 {
display: flex;
}
.TopBox1__thumb {
flex: 1 1 65%;
}
.TopBox1__text {
flex: 1 1 30%;
margin-left: 2em;
}
.TopBox1__text h2 {
margin:0;
padding: 0;
}

@media (max-width: 768px) {

.TopBox1__thumb {
flex: 1 1 auto;
}
.TopBg {
padding-bottom: 1em;
padding-top: 1rem;
}
.TopBox1 {
flex-direction: column;
}

.TopBox1__text {
margin-left: 0;
margin-top: 2em;
flex: 1 1 auto;
}
.TopBox1__text h2 {
font-size: 1.2em;
margin-bottom: 10px;
}
.TopMessage {
margin-bottom: 3em;
padding-top: 0;
}
}


.TopBox2 {
display: flex;
margin-top: 3em;
justify-content: space-between;
}
.TopBox2__item {
flex: 1 1 30%;
margin-right: 20px;
}
.TopBox2__item:last-child {
margin-right: 0px;
}

@media (max-width: 768px) {
.TopBox2 {
flex-direction: column;
}
.TopBox2__item {
margin-right:0;
flex: 1 1 auto;
}
.TopBox2__item:nth-child(n+2) {
margin-top: 2em;
}
.TopBox h3 {
margin-top: 1em;
}
}

.TopActivityWrap {
display: flex;
margin-top: 3em;
}
.TopActivity__item {
flex: 1 1 24%;
margin-right: 30px;
}
.TopActivity__item:last-child {
margin-right: 0px;
}
h3.TopActivity__title {
z-index: 999;
background-color: #fff;
color: #000;
}
@media (max-width: 768px) {

.TopActivityWrap {
flex-wrap: wrap;
margin-top: 1em;
}
.TopActivity__item {
flex: 1 1 48%;
margin-right: 10px;
}
.TopActivity__item:nth-child(2n) {
margin-right: 0px;
}
.TopActivity__item:nth-child(n+3) {
margin-top: 1em;
}
.TopActivity__item h3 {
margin-top: 1em;
font-size: 1em;
}
}

.TopUpdate {
padding-bottom: 0;
padding-top:0;
}
.SectionHeader {
margin-top: 3em;
text-align: center;
}

@media (max-width: 768px) {

.TopUpdate {
padding-top: 1em;
padding-bottom: 1em;
}
}
.TopNewsWrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 1em;
}
.TopNews__item {
display: flex;
flex: 1 1 48%;
border-bottom: 2px #e6e6e6 dashed;
margin-right: 2em;
max-width: 48%;
padding-bottom: 3em;
}


.TopNews__item:nth-child(2n) {
margin-right: 0px;
}
.TopNews__item:nth-child(n+3) {
margin-top: 3em;
}
.NewsBox__foot {
display: flex;
justify-content: space-between;
margin-top: 2em;
}
.NewsBox__foot span.category {
color: #FFFFFF;
    font-size: 13px;
    min-width: 107px;
    line-height: 1;
    padding: 7px 3px 3px;
    border-radius: 20px;
    text-align: center;
}

.restaurant {
background-color: #EAEBC2;
}
.news {
background-color: #C8dd8E;
}
.wedding {
background-color: #C85B8E;
}
.kenmun {
background-color: #B9BF40;
}
.stay {
background-color: #66CCCC;
}
.NewsBox__thumb {
flex: 1 1 30%;
}
.NewsBox__thumb img {
width: 100%;
}
h3.NewsBox__title {
font-weight:700;
letter-spacing: 3px;
font-size: 1em;
padding:0px 0px 10px;
margin:0;
font-size: 1.2em;
height: 80px;
}
.NewsBox__content {
font-size: 0.8em;
margin-top:0px;
}
.NewsBox__text {
    border-top: none;
flex: 1 1 60%;
margin-left: 30px;
}




@media (max-width: 768px) {

h3.NewsBox__title {
font-size: 0.9em;
line-height: 1.3;
height:30px;
}
.NewsBox__foot {
font-size: 0.7em;
}
.TopNewsWrap {
flex-direction: column;
flex-wrap: wrap;
}
.TopNews__item {
margin-right: 0px;
margin-bottom: 1em;
flex: 1 1 auto;
max-width: 100%;
padding-bottom: 1em;
}
.NewsBox__text {
margin-left: 0;
flex: 1 1 70%;
}
.NewsBox__thumb {
flex: 1 1 25%;
margin-right:10px;
}
}


/* Stay */
.StaySection2 {
background: url(/images/pargora2.jpg) no-repeat center center;
background-size: cover;
height: 472px;
position: relative;
margin: 6em 0;
}
.StaySection3 {
background: url(/images/pargorabeach.jpg) no-repeat center center;
background-size: cover;
height: 472px;
position: relative;
margin: 6em 0;
}
.StaySection2 h3 {
text-align: center;
color: #fff;
position: absolute;
top: 30%;
left: 42%;
font-size: 2.4em;
font-weight: bold;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
letter-spacing: 2px;
}
@media (max-width: 768px) {
.StaySection2, .StaySection3 {
margin: 3em 0;
height: 300px;
}
}

.RoomBox {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 4em;
}

.RoomBox__item {
flex: 1 1 45%;
margin-right: 40px;
display: flex;
max-width: 45%;
}
.RoomBox__item:nth-child(n+3) {
margin-top: 4em;
}

.RoomBoxItem__thumb {
flex: 1 1 48%;
margin-right: 20px;
}
.RoomBoxItem__thumb img {
border: 1px solid #ddd;
padding: 5px;
}
.RoomBoxItem__text {
flex: 1 1 48%;
font-size: 0.8em;
line-height: 1.6;
}

.RoomBoxItem__text h4 {
margin-top: 0px;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 8px 4px;
}

@media (max-width: 768px) {
.RoomBox__item {
flex: 1 1 100%;
margin-right: 0px;
display: flex;
max-width: 100%;
}
.RoomBox__item:nth-child(n+2) {
margin-top: 2em;
}

.RoomBoxItem__thumb {
flex: 1 1 48%;
margin-right: 10px;
}

}

.CotagePhoto {
display: flex;
margin-top: 3em;
}

.CotagePhoto__item {
flex: 1 1 23%;
margin-right: 30px;
}
@media (max-width: 768px) {

.CotagePhoto {
flex-wrap: wrap;
}
.CotagePhoto__item {
flex: 1 1 45%;
margin-right: 10px;
}

.CotagePhoto__item:nth-child(n+3) {
margin-top: 1em;
}
.CotagePhoto__item:nth-child(2n) {
margin-right:0;
}
}

.CotagePhoto__item img {
border: 1px solid #ddd;
padding: 5px;
}

.CotagePhoto__item:last-child {
margin-right: 0px;
}


/* wedding */
.WeddingSliderArea {
position: relative;
margin-top: 4em;
margin-bottom: 10em;
}
.WeddingSlider .slick-prev, .WeddingSlider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 60px;
    height: 60px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: #ddd 1px solid;
    border: none;
    background: #e67dda;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    z-index: 2;
}
.WeddingSlider__item {
border: 10px solid transparent;
    border-width: 0 1px;
    position: relative;
    z-index: 1;
}
.Neria {
text-align: center;
padding: 0 0 4em;
}
.Neria h4 {
font-size: 1.8em;
}

.CeremonyArea {
background-color: #f8f8f8;
padding: 2em 0 6em;
}
.CeremonyBox {
display: flex;
margin-top: 3em;
}
.CeremonyBox__item {
flex: 1 1 48%;
margin-right: 30px;
border: 1px solid #ddd;
padding: 2em;
background-color: #fff;
}
.CeremonyBox__item:last-child {
margin-right: 0px;
}

.CeremonyBox__item h3 {
text-align: center;
margin-top: 0;
}
.CeremonyBox__item .price, .CeremonyBase .price {
text-align: center;
color: rgb(255, 135, 141);
font-size: 25px;
}

@media (max-width: 768px) {
.CeremonyArea {
padding-bottom: 3em;
}
.CeremonyBox {
flex-direction: column;
}
.CeremonyBox__item {
flex: 1 1 auto;
margin-right:0;
}
.CeremonyBox__item:last-child {
margin-top: 2em;
}

}
.CeremonyBase {
border: 1px solid #ddd;
padding: 2em;
background-color: #fff;
margin: 2em 0;
text-align: center;
}
.CeremonyBase  h3 {
margin-top: 0;
}
span.tax {
font-size: 0.6em;
padding-left: 7px;
}

.option {
margin-top: 1em;
color: rgb(255, 135, 141);
}

.CeremonyNotice {
display: flex;
border: 1px solid #ddd;
padding: 2em;
background-color: #fff;
margin: 2em 0;
font-size: 0.8em;
}

.CeremonyNotice__left {
flex: 1 1 50%;
}

.CeremonyNotice__right {
flex: 1 1 50%;
padding-left: 1em;
}

@media (max-width: 768px) {
.CeremonyNotice {
flex-direction: column;
}
.CeremonyNotice__left {
flex: 1 1 auto;
}

.CeremonyNotice__right {
flex: 1 1 auto;
padding-left: 0em;
margin-top: 2em;
}
}

.WeddingHall_wrap {
    border: 1px solid #ddd;
    padding: 2em;
    background-color: #fff;
    margin: 2em 0;
    font-size: 0.8em;
}
.WeddingHall {
    display: flex;
}

.WeddingHall__item {
flex: 1 1 30%;
margin-right: 30px;
}
.WeddingHall__item img {
margin-bottom: 5px;
}
.WeddingHall__item:last-child {
margin-right: 0px;
}
.Schedule {
border-top: 1px solid #ddd;
margin-top: 3em;
}
.ScheduleBox {
display: flex;
border-bottom: 1px dotted #ddd;
padding: 2em 0;
justify-content: content-between;
}
.ScheduleBox__head {
flex: 1 1 20%;
margin-right: 1em;
}
.ScheduleBox__text {
flex: 1 1 60%;
}
.ScheduleBox__text h4 {
font-weight: bold;
margin-top: 0px;
font-size: 1.3em;
}

.OptionBox {
display: flex;
margin:3em 0 3em;
}
.OptionBox h4 {
border-bottom: 1px solid #ddd;
padding-bottom: 1em;
}
.OptionBox__left {
flex: 1 1 45%;
margin-right: 30px;
}
.OptionBox__right {
flex: 1 1 45%;
}

@media (max-width: 768px) {
.OptionBox {
flex-direction: column;
}
.OptionBox__left {
flex: 1 1 auto;
margin-right: 0px;
}
.OptionBox__right {
flex: 1 1 auto;
margin-top: 1em;
}
}


.OtherOption {
display: flex;
margin-top: 3em;
}

.OtherOption__item{
flex: 1 1 23%;
margin-right: 30px;
font-size: 0.9em;
line-height: 1.6;
}

@media (max-width: 768px) {

.OtherOption {
display: flex;
margin-top: 3em;
flex-wrap: wrap;
}

.OtherOption__item{
flex: 1 1 100%;
margin-right: 0px;
font-size: 0.9em;
line-height: 1.6;
}
.OtherOption__item:nth-child(2n) {
margin-right: 0;
}
.OtherOption__item:nth-child(n+2) {
margin-top: 1em;
}

}

.WeddingContact {
text-align: center;
font-size: 0.9em;
margin-top: 3em;
}
.EntryDate {
    display: inline-block;
    padding: 2px 10px;
    color: #FFF;
    background: #1A4B7D;
    margin-bottom: 20px;
}
.EntryContent {
font-size: 1.6rem;
}

.Entry {
display: flex;
border-top: 1px solid #d7d7d7;
padding-top:2em;
padding-bottom:1em;
}
.Entry__head {
font-weight: bold;
margin-top:0;
padding-top:0;
}
h3.Entry__head  {
margin-top:-12px;
padding:0;
letter-spacing: 0.045em;
text-align: left;
line-height: 4.2rem;
}
h3.Entry__head  a {
font-size: 2.2rem;
}
h1.EntryTitle {
    font-size: 2.4rem;
    font-weight: bold;
    background: url(../img/tit_basic02_bg.gif) 0 bottom no-repeat;
    padding-bottom: 25px;
    margin-bottom: 30px;
    position: relative;
    line-height: 1.6;
}

.Entry__thumb {
flex: 1 1 30%;
margin-right:5%;
overflow: hidden;
}

.Entry__main {
flex: 1 1 65%;
}

.Entry__date {
font-size:12px;
color: #999;
text-align:right;
padding:1em 0;
font-weight: bold;
}
.Entry__date a {
color: #999;
}
.Entry__date a:hover {
border-bottom:none;
}

@media (max-width: 768px) {
.Entry {
flex-direction: column;
padding-top:2em;
padding-bottom:1em;
}
h3.Entry__head {
margin-top:2em;
}
.Entry__thumb,.Entry__main {
margin-right: 0;
flex: 1 1 auto;
}
.Entry__date {
padding:0;
}
}


/* header */
.Line {
background-color: rgba(255,255,255,1);
color: #333;
font-size: 0.8em;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	position: fixed;
	left: 0;
	z-index: 3;
	width: 100%;
display: flex;
justify-content: space-between;
color: #333;
text-shadow: 1px 1px 0 #fff;
}
.Line__left {
flex: 1 1 20%;
padding-left:10px;
padding-top: 10px;
margin-right:20px;
}
.Line__right {
flex: 1 1 70%;
text-align:right;
}
header {
    width: 100%;
    z-index: 1000;
}
.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}
.HeaderContent {
display: flex;
}
.Header {
display: 1 1 auto;
display:flex;
position:relative;
width:100%;
}
@media (max-width: 1300px) {
.Line {
display: relative;
position: static;
}
.Line__right {
text-align: left;
}
.Header {
padding-left:0px;
}

}
@media (max-width: 1300px) {
.Line__left {
display: none !important;
}
}


/* Layout */
.l-container {
flex: 0 1 1200px;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.l-container2 {
flex: 0 1 900px;
max-width: 900px;
margin: 0 auto;
padding: 0 20px;
}
.l-row {
display:flex;
justify-content: space-between;
flex-wrap: wrap;
}
.sidearea h3 {
    padding: 15px 0px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    position: relative;
    color: #111;
    border-bottom: 1px solid #ccc;
    text-align: left;
    color: #6399ae;
}
.l-side {
	flex:1 1 20%;
	margin-left: 3em;
}
.l-side a:hover, .l-side a:focus {
border-bottom:0;
}
.l-side li.active {
background-color: #f8f8f8;
}
.l-side ul {
margin:0;
padding:0;
}
.l-side ul li:first-child {
border-top: 1px solid #e4e4e9;
}
.l-side ul li {
padding: 1em 0;
border-bottom:1px solid #e4e4e9;
}
.l-side ul li a {
padding: 12px 0 16px 20px;
}
.l-content {
flex: 1 1 65%;
}
.l-content h2 {
text-align: left;
margin-top: 60px;
font-size: 3.2rem;
}

.PageHeader {
position: relative;
}
.PageHeader h2 {
text-align: center;
margin: 2em 0 3em;
    font-size: 2em;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}
.PageHeader h2:before {
    content: '';
    display: block;
    background: url(/images/line_grey.png) repeat-x;
    height: 5px;
    background-size: 50% 50%;
    height: 10px;
    position: absolute;
    top: 45%;
    z-index: -1;
    width: 100%;
}
.PageHeader h2 span {
background-color: #fff;
padding: 2px 10px;
z-index: 2;
}
@media (max-width: 768px) {

.PageHeader h2 {
margin: 1em 0 1em;
font-size: 1.6em;
}

}


.l-main ul {
margin:0;
padding:0;
}
.l-half {
flex: 1 1 45%;
margin-right:30px;
}
.l-half:nth-child(2n) {
margin-right:0;
}

.Content {
padding-top:2em;
}
@media (max-width: 768px) {
.Content {
padding-top:0em;
}
}
.Content__head {
text-align: center;
display:relative;
padding: 0.5em 0;
        
}
.Content__head h1 {
color: #666;
font-family: 'Homemade Apple', cursive;
font-size: 60px;
letter-spacing: 4px;
position: relative;
}


.Content__head h1:before {
content: "";
display: block;
width: 125px;
height: 2px;
background: #e4e4e9;
position: absolute;
left: 50%;
bottom: -44px;
margin-left: -76px;
}

@media (max-width: 768px) {
.Content__head h1 {
font-size: 24px;
margin:0 1em;
}
.Content__head h1:before {
bottom: -15px;
width: 80px;
margin-left: -50px;
}
}

.l-main {
line-height: 2.2;
font-weight: 300;
}
@media (max-width: 768px) {
.l-main {
font-size: 14px;
line-height: 1.8;
}
}


.PageBox {
display: flex;
}

.PageBox__thumb {
flex: 1 1 55%;
margin-right: 70px;
}
.PageBox__content {
flex: 1 1 45%;
padding: 0;
font-size: 0.85em;
}

@media (max-width: 768px) {
.PageBox {
flex-direction: column;
}
.PageBox__thumb {
margin-right:0;
flex: 1 1 auto;
}
.PageBox__content {
margin-top: 2em;
flex: 1 1 auto;
}
}

.PageBox__content h4 {
border-bottom: 1px solid #ddd;
margin-top: 0;
padding-bottom: 15px;
font-size: 2em;
line-height: 1.4;
}
.PageBox__content h5 {
font-size: 1.3em;
margin-bottom: 0;
padding-bottom: 0;
}
.PageBox__thumb2 {
flex: 1 1 50%;
}
.PageBox__content2 {
flex: 1 1 45%;
padding: 0;
font-size: 0.85em;
max-width: 45%;
margin-right: 70px;
}
.PageBox__content2 h4 {
border-bottom: 1px solid #ddd;
margin-top: 0;
padding-bottom: 15px;
font-size: 2em;
line-height: 1.4;
}
@media (max-width: 768px) {
.PageBox__thumb2 {
flex: 1 1 auto;
margin-top: 1em;
}
.PageBox__content2 {
flex: 1 1 auto;
padding: 0;
font-size: 0.85em;
max-width: 100%;
margin-right: 0px;
}

.PageBox__content h4, .PageBox__content2 h4 {
font-size: 1.4em;
padding-bottom: 5px;
}

}

.PageBox__content h4.weddingtit {
margin-top: 3em;
}
.PhotoList {
display: flex;
margin-top: 1em;
}

.PhotoList__item {
flex: 1 1 45%;
margin-right: 30px;
}
.PhotoList__item:last-child {
margin-right: 0;
}

.MenuPhoto {
display: flex;
margin-top: 3em;
}

.MenuPhoto__item {
flex: 1 1 30%;
margin-right: 30px;
}
.MenuPhoto__item:last-child {
margin-right: 0;
}


/* ==========================================================================
ZoomSlider
========================================================================== */
#topfull {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 500px;
	background-color: #999;
}
.topfull-inner-content {
	position: relative;
	z-index: 2;
	margin-top: 270px;
	padding: 20px;
	max-width: 1061px;
	color: #fff;
	text-align: center;
	font-size: 3em;
        margin:170px auto 150px;
}
@media (max-width: 768px) {
#topfull {
min-height: 200px;
max-height: 200px;
}
.topfull-inner-content {
margin-top: 65px;
padding: 0;
}
}

.SliderMessage {
position: absolute;
top: 40%:
right: 40%;
z-index: 999;
color: #fff;
font-size: 200%;
}

.mgt30 {
margin-top: 30px;
}
.mgt60 {
margin-top: 60px;
}
.mgt120 {
margin-top: 120px;
}
.pgb120 {
padding-bottom: 120px;
}



@media (max-width: 768px) {
	.mgt20_xs {
		margin-top:20px;
	}
	.mgt30_xs {
		margin-top:30px;
	}
	.mgt40_xs {
		margin-top:40px;
	}
.pgb120 {
padding-bottom: 60px;
}

}


/* RecentNews */
.RecentNews {
	display: flex;
	border-bottom: 1px solid #ddd;
	padding-bottom: 0.5em;
	margin-top: 1rem;
}
.RecentNews__label {
	border-radius: 15px;
	padding: 6px 9px;
	font-size: 0.7em;
	color: #fff;
}
.RecentNews__label a {
	color: #fff;
}
.RecentNews__sub {
	flex: 1 1 40%;
}
.RecentNews__sub img {
	width: 100%;
	height: auto;
}
.RecentNews__main {
	flex: 2 1 60%;
	margin-left:20px;
	line-height: 1.4;
}
.RecentNews__main h4 {
	margin: 5px 0 0;
	padding: 0;
}
.RecentNews__main time {
font-size: 0.9rem;
}
.RecentNews__main h4 a {
	font-size: 1.2rem;
}



/* Footer */
.FooterMobile, .FooterMobile a {
color: #aaa;
font-size: 1.2rem;
}

.FooterTop {
padding-top: 60px;
    padding-bottom: 60px;
    background: url(/images/bg_footer.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #FFF;
}

.FooterContact {
padding: 40px 30px;
display: flex;
background-color: #fff;
box-shadow: 0px -6px 10px 10px rgba(5, 30, 75, 0.15);
}
.FooterContact__Address1 {
flex: 1 1 20%;
font-size: 1.4rem;
font-weight: bold;
}
.FooterContact__Address2 {
flex: 1 1 20%;
font-size: 1.4rem;
margin-left: 20px;
font-weight: bold;
}
.FooterContact__Btn {
flex: 1 1 60%;
padding-top: 10px;
}
@media(max-width: 768px) {
.FooterContact {
flex-direction: column;
}
.FooterContact__Address1,.FooterContact__Address2,.FooterContact__Btn {
flex: 1 1 100%;
text-align: center;
}

}

.Footer {
background-color: #051e4b;
padding: 10px 0px 10px;
}
.FooterLine {
padding: 2em 0 1em;
color: #fff;
}
.FooterLineRow {
display: flex;
}
.FooterLine__logo {
flex: 1 1 20%;
margin-right: 20px;
}
.FooterLine__address {
flex: 1 1 30%;
}
.FooterLine__sns {
flex: 1 1 20%;
text-align:right;
padding-right: 20px;
}
.FooterLine__sns a {
color: #fff;
font-size: 3.6rem;
margin-left: 20px;
}

.FooterLine span {
margin-top: 25px;
}

.FooterCopyrightArea {
display: flex;
font-size: 1.6rem;
}
.Copy {
margin-top: 25px;
color: #fff;
font-size: 0.9rem;
letter-spacing: 1px;
}

.FooterSub {
flex: 1 1 20%;
}


.FooterCopyright {
text-align: center;
flex: 1 1 60%;
}

@media (max-width: 768px) {
.Copy {
margin-top: 0px;
}

.FooterCopyrightArea {
flex-direction: column;
}

.FooterSub {
flex: 1 1 100%;
}

.FooterCopyright {
font-size: 0.8em;
flex: 1 1 100%;
}
.Footer {
margin-top: 0;
padding: 30px 0px;
}
.Footer__body {
	display:flex;
padding: 3em 20px 3em;
flex-wrap: wrap;
}
.Footer__item {
flex: 1 1 45%;
text-align:center;
margin-right:0;
}
.Footer__item:nth-child(2n) {
margin-left:1em;
}
.Footer__item:nth-child(n+3) {
margin-top:2em;
}
.Footer__line {
font-size:0.6em;
}

.FooterLineRow {
flex-direction: column;
}
.FooterLine__logo {
margin-right:0;
text-align: center;
flex: 1 1 auto;
}
.FooterLine__address {
text-align: center;
margin-top: 2em;
flex: 1 1 auto;
font-size:0.8em;
}
.FooterLine__sns {
text-align: center;
flex: 1 1 auto;
}
}

.Footer__item:last-child {
margin-right:0;
}

#page-top {
  position: fixed;
  bottom: 0px;
  right: 20px;
width: 60px;
height: 60px;
}

#page-top a {
    background-color: rgba(136,136,129,0.7);
    z-index: 9999;
padding: 15px 17px;
color: #fff;
}



.snsbutton img {
display:inline;
}

/* ==========================================================================
DetailNav
========================================================================== */
.DetailNav {
margin-top:2em;
display:flex;
}
.DetailNav__previous {
flex:1 1 auto;
}
.DetailNav__next {
flex:1 1 auto;
text-align:right;
}
@media (max-width: 768px) {
.DetailNav__previous, .DetailNav__next{
font-size: 0.8em;
}
}

.DetailNav a {
color:#304d91;
}



div#breadcrumb:before {
    content: "\f015";
    font-family: "FontAwesome";
    padding-right:3px;
    padding-top: 2px;
    font-size: 1.4rem;
}

div#breadcrumb {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
#breadcrumb div {
	flex: 0 1 auto;
	margin-right:7px;
}
#breadcrumb div span {
	padding-right: 4px;
}
#breadcrumb div:last-child{
	margin-right:0;
}

.gmaparea{
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.gmaparea iframe,
.gmaparea object,
.gmaparea embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media (max-width: 959px) {
.hidden-mega {
display:none !important;
}
}
@media (max-width: 767px) {
	#pankuzu {
		display:none;
	}
	.wpcf7 {
		font-size:0.8em;
	}
	input[type="text"],input[type="email"],input[type="tel"],textarea {
		width:100%;
	}
	h2.sectionLabel, h2.pageLabel {
		letter-spacing: 0;
		font-size: 1.4em;
		font-weight:bold;
	}
	br.sp {
		display:none;
	}
	p {
margin:0;
	}

	.l-side {
		display: none !important;
	}
	.Footer__main {
		display: none !important;
	}
	.Footer__head {
		text-align: center;
		padding-bottom:3em;
	}
	.Footer__foot {
		font-size: 0.6em;
	}
	.visible-xs {
		display: block !important;
	}
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
	.visible-sm {
		display: block !important;
	}
}
#gmap {
width:100%;
height:600px;
}

ul#sitemap_list li ul{
margin-left: 20px;
}

@media (max-width: 768px) {

p {
font-size: 0.9em;
line-height: 1.6;
}
#gmap {
width:100%;
height:400px;
}

.mt-6  {
margin-top: 3em;
}
}

hr.line {
margin-top:6em;
border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #fff;
}


.headline-wrapper {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.first-line {
    font-size: 72px;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 600;
    line-height: 80px;
    letter-spacing: 0.2em;
    margin-bottom: 19px;
}
.headline-wrapper span {
    display: block;
    color: #fff;
}

span.second-line {
    font-size: 38px;
    line-height: 45px;
    text-align: center;
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: 0.2em;
    font-weight: 600;
    margin-bottom: 44px;
    display: inline-block;
}

span.wings {
    position: relative;
}
span.wings:before {
    content: "";
    position: absolute;
    height: 4px;
    width: 76%;
    background: #fff;
    left: -89%;
    top: 24px;
}
.wings:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 76%;
    background: #fff;
    right: -83%;
    top: 24px;
}

.third-line {
    font-size: 120px;
    line-height: 175px;
    font-weight: 500;
    font-family: 'Rock Salt', cursive;
    text-transform: none;
    letter-spacing: 0.01em;
}
@media (max-width: 768px) {
.mainvisual__video {
display: none;
}

}

 /*----- フェードインしながら上へスライド -----*/
    .inviewfadeInUp {
        opacity: 0;
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        transition: .8s;
    }
    
    .fadeInUp {
        opacity: 1.0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
    .inviewfadeLeft {
        opacity: 0;
        transform: translate(-60px, 0px);
        -webkit-transform: translate(-60px, 0px);
        transition: .8s;
    }
    
    .fadeInLeft {
        opacity: 1.0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }

    .inviewfadeRight {
        opacity: 0;
        transform: translate(60px, 0px);
        -webkit-transform: translate(60px, 0px);
        transition: .8s;
    }
    
    .fadeInRight {
        opacity: 1.0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
@media (max-width: 768px) {
    .inviewfadeRight {
        opacity: 0;
        transform: translate(-60px, 0px);
        -webkit-transform: translate(-60px, 0px);
        transition: .8s;
    }
    
    .fadeInRight {
        opacity: 1.0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
}

#page-header {
text-align: center;
padding: 150px 0px 150px;
}
#page-header {
    background-position: center 40%;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    width: 100%;
    z-index:999;
    color:#fff;
}

#page-header h1 {
    font-size: 6rem;
    color:#2c7ece;
color:#fff;
    font-family: 'Satisfy', cursive;
position: relative;
padding:0px;
margin:0px;
text-shadow: 1px 1px 2px #000;
}

#page-header p {
padding:2em 0 0;
    color:#fff;
}

@media (max-width: 768px) {
#page-header {
text-align: center;
padding: 60px 0px 60px;
}
#page-header h1 {
    font-size: 3rem;
}
}

nav.Pankuzu {
border-bottom:1px solid #ddd;
padding:10px 0px;
background-color:#f8fcff;
}
nav.Pankuzu li, nav.Pankuzu a {
font-size: 1.2rem;
}
@media(max-width: 768px) {
nav.Pankuzu li, nav.Pankuzu a {
font-size: 1.0rem;
}
}


nav.Pankuzu:after {
clear: both;
}

.Pankuzu__detail{padding-left: 2.4em;}
nav.Pankuzu ul li {
float:left;
}
nav.Pankuzu ul li::after {
    content: ">";
    display: inline-block;
    margin: 0 1em;
}
nav.Pankuzu ul li:last-child::after {
    display: none;
}
.taki {
    background: #e7f0f7 url("/wp-content/themes/kohollo/images/top1.jpg") no-repeat scroll center center;
}
.ika {
    background: #e7f0f7 url("/wp-content/themes/kohollo/images/top1.jpg") no-repeat scroll center center;
}
.staff {
    background: #e7f0f7 url("/wp-content/themes/kohollo/images/top1.jpg") no-repeat scroll center center;
}
.school {
    background: #e7f0f7 url("/wp-content/themes/kohollo/images/top1.jpg") no-repeat scroll center center;
}
.taiken {
    background: #e7f0f7 url("/wp-content/themes/kohollo/images/top1.jpg") no-repeat scroll center center;
}
.access {
    background: #e7f0f7 url("/wp-content/themes/kohollo/images/top1.jpg") no-repeat scroll center center;
}
.groumet {
    background: #e7f0f7 url("/wp-content/themes/kohollo/images/top1.jpg") no-repeat scroll center center;
}
.omiyage {
    background: #e7f0f7 url("/wp-content/themes/kohollo/images/top1.jpg") no-repeat scroll center center;
}
.hotel {
    background: #e7f0f7 url("/wp-content/themes/kohollo/images/top1.jpg") no-repeat scroll center center;
}
.menu {
    background: #e7f0f7 url("/wp-content/themes/kohollo/images/top1.jpg") no-repeat scroll center center;
}
.whale {
    background: #e7f0f7 url("/wp-content/themes/kohollo/images/top1.jpg") no-repeat scroll center center;
}
.fugu {
    background: #e7f0f7 url("/wp-content/themes/kohollo/images/top1.jpg") no-repeat scroll center center;
}
.yuikojima {
    background: #e7f0f7 url("/wp-content/themes/kohollo/images/top1.jpg") no-repeat scroll center center;
}
.link {
    background: #e7f0f7 url("/wp-content/themes/kohollo/images/top1.jpg") no-repeat scroll center center;
}
.charter {
    background: #e7f0f7 url("/wp-content/themes/kohollo/images/top1.jpg") no-repeat scroll center center;
}
.nature {
    background: #e7f0f7 url("/wp-content/themes/kohollo/images/top1.jpg") no-repeat scroll center center;
}
.BlogArea {
    border-top: 1px solid #1c344c;
    background-color: #f2f9ff;
    background-color: rgba(242,249,255,0.8);
    padding: 65px 0;
    margin-top: 120px;
}
.SectionHeader {
    text-align: center;
    position: relative;
    margin-bottom: 6rem;
}
.SectionHeader h2 {
    font-size: 3rem;
    color: #1a1a1a;
    letter-spacing: 0.1em;
}
.SectionHeader h2::after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 100px;
    border-bottom: 2px solid #e4e4e9;
    width: 60px;
    height: 1px;
    margin: 0 0 0 -30px;
}
@media (max-width: 768px) {
.SectionHeader {
margin-top:2em;
}

.SectionHeader h2{
font-size: 2rem;
}
}

.BlogBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
padding-top: 60px;
}
.BlogBox__Item {
flex: 1 1 45%;
max-width: 45%;
display: flex;
}



.getPostImgArea {
flex: 1 1 20%;
}
.BlogBox__Item .text {
flex: 1 1 75%;
margin-left: 30px;
}

.BlogBox__Item:nth-child(2n) {
margin-left: 20px;
}
.BlogBox__Item:nth-child(n+3) {
margin-top: 30px;
}
.BlogBox__Item h4 {
font-weight: normal;
margin-top: 10px;
}
.BlogBox__Item h4 a {
color: #333;
}

@media (max-width: 768px) {
.BlogBox {
flex-direction: column;
}
.BlogBox__Item {
flex: 1 1 100%;
max-width: 100%;
}
.BlogBox__Item:nth-child(2n) {
margin-left: 0px;
}
.BlogBox__Item:nth-child(n+2) {
margin-top: 30px;
}
}

.FontR {
color: #e84b47;
font-weight: bold;
}

.AccessTit {
text-align: left;
}

.PointHead01 {
    color: #FFF;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 170px;
    padding-bottom: 140px;
    background-image: url(/wp-content/themes/kohollo/images/top3.jpg);
}

.PointHead02 {
    color: #FFF;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 170px;
    padding-bottom: 140px;
    background-image: url(/wp-content/themes/kohollo/images/top3.jpg);
}

.PointHead03 {
    color: #FFF;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 170px;
    padding-bottom: 140px;
    background-image: url(/wp-content/themes/kohollo/images/top3.jpg);
}
.PointHead04 {
    color: #FFF;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 170px;
    padding-bottom: 140px;
    background-image: url(/wp-content/themes/kohollo/images/top3.jpg);
}
.PointHead05 {
    color: #FFF;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 170px;
    padding-bottom: 140px;
    background-image: url(/wp-content/themes/kohollo/images/top3.jpg);
}
.PointHead06 {
    color: #FFF;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 170px;
    padding-bottom: 140px;
    background-image: url(/wp-content/themes/kohollo/images/top3.jpg);
}
.PointHead07 {
    color: #FFF;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 170px;
    padding-bottom: 140px;
    background-image: url(/wp-content/themes/kohollo/images/top3.jpg);
}
.PointHead08 {
    color: #FFF;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 170px;
    padding-bottom: 140px;
    background-image: url(/wp-content/themes/kohollo/images/top3.jpg);
}

.PointHead09 {
    color: #FFF;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 170px;
    padding-bottom: 140px;
    background-image: url(/wp-content/themes/kohollo/images/top2.jpg);
}

@media (max-width: 767px) {
.PointHead01,.PointHead02,.PointHead03,.PointHead04, .PointHead05, .PointHead06, .PointHead07, .PointHead08, .PointHead09 {
    padding-top: 60px;
    padding-bottom: 40px;
}
}

.flight {
font-size: 1.2rem;
color: #12d4fa;
}
.maincolor {
color: #0c62d9;
}
.simaimage {
position: relative;
margin-top: -80px;
}
@media (max-width: 767px) {
.simaimage {
margin-top: 20px;
}
.simaimage img {
    width: 130px;
    float: none !important;
    margin-right: 10px;
}
}

.notice ul {
padding-left: 20px;
margin-left: 20px;
margin-top: 20px;
}

.notice ul li {
list-style: circle;
}

.YuiPhoto {
display: flex;
flex-wrap: wrap;
}
.YuiPhoto__Item {
flex: 1 1 48%;
margin-top: 10px;
}
.YuiPhoto__Item:nth-child(2n) {
margin-left: 10px;
}

.ThreePhoto {
display: flex;
flex-wrap: wrap;
}
.ThreePhoto__Item {
flex: 1 1 30%;
}
.ThreePhoto__Item:nth-child(n+2) {
margin-left: 20px;
}
@media(max-width: 768px) {
.ThreePhoto__Item:nth-child(n+2) {
margin-left: 0px;
}
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.contactbox {
    border: 1px solid #CECDCA;
    background: rgba(255,255,255,0.8);
    border-radius: 6px;
    margin: 40px auto 0;
    padding: 60px;
    width: 700px;
}


.form {
    margin: 0 auto;
    width: 500px;
}
.form span.small {
font-size: 0.9rem;
}

.form textarea {
width: 100%;
height: 200px;
}

label {
display: block;
}

@media(max-width: 768px) {
.form {
    margin: 0 auto;
    width: 100%;
}
.contactbox {
    border: 1px solid #CECDCA;
    border-radius: 6px;
    margin: 40px auto 0;
    padding: 30px;
    width: 100%;
}
.form-control {
width: 100%;
}

}


ol.rule li{
font-size: 1.4rem;
}

.screen-reader-response {
display: none;
}

.youtube {
position: relative;
width: 100%;
padding-top: 56.25%;
}
.youtube iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}

.fa-star-o, .fa-star {
color: #f0ba00;
}

#mouse,
#mouse:before {
	position: absolute;
	left: 50%;
}
#mouse {
	top: 90%;
	width: 40px;
	height: 65px;
	margin-left: -20px;
	margin-top: -33px;
	box-sizing: border-box;
	border: 1px solid #52d3ff;
	border-radius: 25px;
    z-index: 30;
}
#mouse:before {
	content: '';
	top: 8px;
	width: 8px;
	height: 8px;
	background: #52d3ff;
	margin-left: -4px;
	border-radius: 4px;
	animation: scroll 1.5s infinite;
	-webkit-animation: scroll 1.5s infinite;
	-moz-animation: scroll 1.5s infinite;
}
@keyframes scroll {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0;
		transform: translateY(41px);
	}
}
@-webkit-keyframes scroll {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0;
		transform: translateY(41px);
	}
}
@-moz-keyframes scroll {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0;
		transform: translateY(41px);
	}
}
